:root {
  --ink: #14232b;
  --muted: #61717b;
  --navy: #0d2028;
  --deep: #102f31;
  --green: #1b8f61;
  --green-dark: #116a48;
  --green-soft: #eaf7f1;
  --blue: #256f8d;
  --blue-soft: #eaf5fa;
  --red: #b43a3a;
  --red-soft: #fff3f1;
  --line: #d7e0e4;
  --surface: #ffffff;
  --background: #eef3f5;
  --shadow: 0 14px 34px rgba(24, 49, 58, .08);
  --radius: 14px;
  --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: var(--green-dark); }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #49a9cc; outline-offset: 3px; }
h1, h2, h3 { color: var(--ink); line-height: 1.16; letter-spacing: -.025em; }
h1 { margin: .75rem 0 1.25rem; font-size: clamp(2.35rem, 5vw, 4.5rem); max-width: 13ch; color: white; }
h2 { margin: 0 0 1.25rem; font-size: clamp(1.85rem, 3.4vw, 2.8rem); }
h3 { margin: 0 0 .65rem; font-size: 1.17rem; }
p { margin: 0 0 1.15rem; }
ul, ol { padding-left: 1.25rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 200; padding: 12px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  color: white; background: rgba(11, 30, 37, .96);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
  transition: height .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { height: 62px; box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.header-inner { width: min(1240px, calc(100% - 32px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-size: 1.1rem; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { display: block; flex: 0 0 auto; width: 40px; height: 40px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin-left: auto; }
.site-nav a { color: #dbe8e9; text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:hover { color: white; }
.age-badge { display: inline-grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid #79b0ae; border-radius: 50%; font-weight: 850; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; color: white; background: transparent; border: 1px solid #536b73; border-radius: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  position: relative; overflow: hidden; padding: clamp(72px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(79, 65, 156, .42), transparent 33%),
    radial-gradient(circle at 12% 88%, rgba(27, 143, 97, .35), transparent 38%),
    linear-gradient(125deg, #0b1b22, #102f31 55%, #13182c);
}
.hero::after { content:""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,transparent,black); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.hero-copy { color: #d6e3e4; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; }
.eyebrow { color: #9ee4bf; background: rgba(41, 170, 112, .12); border: 1px solid rgba(132,226,179,.25); padding: 7px 11px; border-radius: 999px; }
.kicker { color: var(--green-dark); margin-bottom: 10px; }
.hero-lead { max-width: 68ch; font-size: 1.06rem; }
.supporting { color: #a9c2c7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: linear-gradient(135deg, #219d68, #14784f); box-shadow: 0 8px 20px rgba(19,122,80,.22); }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.button-outline { color: var(--green-dark); border-color: #75ad98; background: white; }
.button-ghost { color: var(--ink); border-color: var(--line); background: white; }
.site-notice { position: fixed; left: 50%; bottom: 24px; z-index: 220; width: min(520px, calc(100% - 32px)); padding: 14px 18px; color: white; background: #102f31; border: 1px solid #4d7b78; border-radius: 10px; box-shadow: 0 14px 35px rgba(0,0,0,.24); opacity: 0; visibility: hidden; transform: translate(-50%, 14px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; text-align: center; font-weight: 720; }
.site-notice.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.trust-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 20px; padding: 0; list-style: none; font-size: .92rem; }
.trust-list span { color: #6fe0a8; font-weight: 900; }
.age-note { color: #9fb2b7; font-size: .8rem; margin-top: 22px; }

.image-placeholder { margin: 34px 0; overflow: hidden; background: #f9fbfc; border: 1px dashed #98adb6; border-radius: var(--radius); }
.image-placeholder__canvas { aspect-ratio: 1200 / 650; min-height: 230px; display: grid; place-content: center; gap: 10px; text-align: center; color: #526871; background: radial-gradient(circle at 30% 20%,rgba(49,150,116,.13),transparent 34%), linear-gradient(135deg,#edf5f6,#e2ecef); }
.image-placeholder__canvas span { font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.image-placeholder__canvas b { font-size: clamp(1rem,2vw,1.4rem); color: #31515a; }
.image-placeholder__canvas--warning { background: linear-gradient(135deg,#fff7f4,#f7e5e2); }
.image-placeholder figcaption { padding: 14px 18px; font-size: .76rem; line-height: 1.55; color: #61737b; border-top: 1px dashed #b8c6cc; }
.image-placeholder--hero { margin: 0; color: var(--ink); background: rgba(255,255,255,.96); border-color: rgba(255,255,255,.4); box-shadow: 0 30px 60px rgba(0,0,0,.22); transform: rotate(1.3deg); }
.image-placeholder--hero .image-placeholder__canvas { aspect-ratio: 1200/750; background: linear-gradient(145deg,#142f38,#1a4b4a 55%,#253052); color: #a9e0c7; }
.image-placeholder--hero .image-placeholder__canvas b { color: white; }
.content-image {
  margin: 34px 0;
  overflow: hidden;
  background: #0d2028;
  border: 1px solid #cbd8dc;
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(21, 44, 53, .12);
}
.content-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-image figcaption {
  padding: 12px 16px;
  color: #53676f;
  background: #f8fbfb;
  border-top: 1px solid #d8e2e5;
  font-size: .78rem;
  line-height: 1.5;
}
.content-image--hero {
  margin: 0;
  color: var(--ink);
  background: #0d2028;
  border-color: rgba(255,255,255,.35);
  box-shadow: 0 30px 60px rgba(0,0,0,.26);
  transform: rotate(1.3deg);
}
.content-image--hero figcaption {
  color: #d6e3e4;
  background: #102d33;
  border-color: #315158;
}

.section { padding: 80px 0; }
.ranking-section { background: var(--background); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.section-heading h2 { max-width: 750px; margin-bottom: 0; }
.data-chip { padding: 8px 12px; color: var(--green-dark); background: var(--green-soft); border: 1px solid #b7dfcd; border-radius: 999px; font-weight: 800; white-space: nowrap; }
.prose-intro { max-width: 880px; }
.affiliate-note, .expert-note { display: flex; gap: 15px; padding: 18px 20px; margin: 26px 0; border: 1px solid #b9dce9; border-radius: 12px; background: var(--blue-soft); }
.affiliate-note p, .expert-note p { margin: 0; }
.note-icon { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--blue); font-weight: 900; }
.expert-note > div > span { display: block; color: var(--blue); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; padding: 16px; margin: 30px 0 10px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.filter-button, .filter-clear { min-height: 44px; padding: 8px 14px; color: #30414a; background: #f5f8f9; border: 1px solid #d7e0e4; border-radius: 8px; cursor: pointer; font-weight: 720; }
.filter-button.is-active { color: white; background: var(--deep); border-color: var(--deep); box-shadow: inset 0 -3px 0 #42c58c; }
.filter-clear { margin-left: auto; color: var(--green-dark); background: white; }
.results-count { color: var(--muted); font-size: .9rem; }
.offers { display: grid; gap: 14px; }
.offer-card { position: relative; display: grid; grid-template-columns: 48px minmax(205px,.8fr) minmax(300px,1.1fr) minmax(230px,.72fr); align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 24px rgba(25,48,58,.06); overflow: hidden; }
.offer-card[hidden] { display: none !important; }
.offer-rank { display: grid; place-items: center; align-self: start; width: 38px; height: 38px; margin: 14px 0 0 12px; color: white; background: var(--navy); border-radius: 8px; font-weight: 900; }
.offer-brand { display: grid; align-content: center; gap: 12px; padding: 16px; border-right: 1px solid var(--line); }
.offer-brand h3 { margin: 0; font-size: 1.25rem; }
.offer-brand p { margin: 3px 0 7px; color: var(--muted); font-size: .86rem; }
.brand-logo-placeholder { height: 78px; display: grid; place-content: center; text-align: center; background: linear-gradient(135deg,#122d34,#244d4c); border-radius: 8px; color: white; }
.brand-logo-placeholder span { font-size: 1.2rem; font-weight: 900; }
.brand-logo-placeholder small, .licence-logo-placeholder small, .payment-logo-placeholder small { display: block; opacity: .62; font-size: .55rem; letter-spacing: .08em; }
.brand-logo { width: 100%; height: 78px; padding: 5px; object-fit: contain; background: #f7faf9; border: 1px solid var(--line); border-radius: 8px; }
.status-label { display: inline-flex; width: fit-content; padding: 4px 7px; color: #12613f; background: #e5f6ed; border: 1px solid #b9e1ce; border-radius: 5px; font-size: .72rem; font-weight: 850; }
.offer-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: center; gap: 10px 18px; margin: 0; padding: 22px; }
.offer-facts div { min-width: 0; }
.offer-facts dt { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.offer-facts dd { margin: 2px 0 0; font-weight: 760; overflow-wrap: anywhere; }
.offer-facts dd span { color: var(--green); }
.offer-action { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 18px; text-align: center; background: linear-gradient(145deg,#f5f9f8,#eaf4f1); border-left: 1px solid #cfe0da; }
.offer-action > span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.offer-action strong { font-size: 1.12rem; line-height: 1.25; }
.offer-action .button { width: 100%; }
.offer-action small { color: #6e7b7f; font-size: .65rem; line-height: 1.35; }
.details-link { font-size: .82rem; font-weight: 750; }
.show-more { display: none; width: 100%; margin: 16px 0 26px; }

.selector { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; margin: 65px 0 35px; padding: clamp(24px,4vw,42px); color: white; background: radial-gradient(circle at 90% 10%,#276a66,#153236 55%,#10252e); border-radius: 18px; box-shadow: var(--shadow); }
.selector h2 { color: white; }
.selector-copy p, .selector .fine-print { color: #bdd0d2; }
.selector form { display: grid; gap: 14px; }
.selector fieldset { padding: 15px; border: 1px solid #527378; border-radius: 10px; }
.selector legend { padding: 0 7px; font-weight: 800; }
.selector label { display: inline-flex; align-items: center; min-height: 44px; gap: 7px; margin-right: 12px; }
.selector input { width: 18px; height: 18px; accent-color: #44c88c; }
.selector-results { grid-column: 1/-1; padding: 16px 18px; color: var(--ink); background: white; border-radius: 10px; }
.selector-results p { margin: 0; }
.selector-results ul { margin: 8px 0 0; }
.selector .fine-print { grid-column: 1/-1; margin: 0; font-size: .8rem; }
.toc { margin-top: 30px; padding: 22px 26px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
.toc-toggle { width: 100%; min-height: 44px; display: flex; justify-content: space-between; align-items: center; padding: 0; color: var(--ink); background: none; border: 0; font-size: 1.35rem; font-weight: 900; text-align: left; }
.toc ol { columns: 3; gap: 35px; margin: 16px 0 0; }
.toc li { margin: 8px 0; break-inside: avoid; }
.toc a { color: #2e5059; text-decoration: none; }

.article-wrap { width: min(920px, calc(100% - 40px)); margin: 0 auto 90px; }
.content-section, .responsible-section { position: relative; margin: 28px 0; padding: clamp(28px,5vw,58px); background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 30px rgba(29,52,62,.055); }
.section-number { display: inline-block; margin-bottom: 12px; color: var(--green); font-size: .8rem; font-weight: 950; letter-spacing: .14em; }
.content-section > p, .responsible-section > p { max-width: 76ch; }
.table-scroll { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: 10px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .9rem; }
caption { padding: 14px 16px; text-align: left; background: #f5f8f9; font-weight: 850; }
th, td { padding: 14px 16px; border-top: 1px solid var(--line); text-align: left; vertical-align: middle; }
thead th { color: white; background: var(--deep); border-color: #315154; }
tbody th { background: #f5f9f7; }
tbody tr:nth-child(even) td { background: #fafcfc; }
.licence-grid { display: grid; gap: 18px; margin: 30px 0; }
.licence-card { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfc; }
.licence-logo-placeholder { float: left; width: 110px; height: 72px; display: grid; place-content: center; margin: 0 20px 10px 0; color: #245d58; background: #e8f4f0; border: 1px dashed #76a69b; border-radius: 8px; text-align: center; font-size: 1.15rem; font-weight: 900; }
.licence-logo { float: left; width: 150px; height: 78px; display: grid; place-items: center; margin: 0 20px 10px 0; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.licence-logo--dark { background: #152e35; border-color: #152e35; }
.licence-logo img { width: 100%; height: 100%; object-fit: contain; }
.licence-card ul { display: flex; flex-wrap: wrap; gap: 8px; clear: both; padding: 0; list-style: none; }
.licence-card li { padding: 5px 9px; background: #edf4f3; border-radius: 5px; font-size: .8rem; font-weight: 750; }
.safety-checklist { display: grid; gap: 10px; margin: 24px 0; }
.safety-checklist article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid #cfe3da; border-radius: 10px; background: #f7fbf9; }
.safety-checklist article > span { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--green); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.safety-checklist article h3, .safety-checklist article p { margin: 0; }
.safety-checklist article b { padding: 5px 8px; color: var(--green-dark); background: white; border: 1px solid #bcd9cb; border-radius: 5px; font-size: .7rem; }
.warning-panel { padding: 26px; margin: 34px 0; background: var(--red-soft); border: 1px solid #efcbc5; border-left: 5px solid var(--red); border-radius: 10px; }
.warning-label { display: inline-block; padding: 5px 8px; margin-bottom: 10px; color: #8d2727; background: white; border: 1px solid #e5b8b1; border-radius: 5px; font-size: .72rem; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.warning-list li { margin: 9px 0; }
.warning-list li::marker { color: var(--red); }
.pros-cons { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin: 28px 0; }
.pros, .cons { padding: 24px; border-radius: 12px; }
.pros { background: var(--green-soft); border: 1px solid #bee0d0; }
.cons { background: #fff7ef; border: 1px solid #edd8bd; }
.pros li { margin: 8px 0; }
.subsection-grid { display: grid; gap: 16px; margin: 28px 0; }
.subsection-grid > section { padding: 22px; background: #f7fafb; border: 1px solid var(--line); border-radius: 10px; }
.logo-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin: 28px 0; }
.payment-logo-placeholder { min-height: 78px; display: grid; place-content: center; padding: 10px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 12px rgba(30,50,60,.04); font-weight: 850; }
.payment-logo { min-height: 78px; display: grid; place-items: center; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 12px rgba(30,50,60,.04); }
.payment-logo--dark { background: #152e35; border-color: #152e35; }
.payment-logo img { width: 100%; height: 58px; object-fit: contain; }
.logo-grid--providers { grid-template-columns: repeat(3,minmax(0,1fr)); }
.disclaimer { padding: 15px 18px; color: #385864; background: var(--blue-soft); border-left: 4px solid var(--blue); border-radius: 8px; font-size: .9rem; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 0; margin: 30px 0; list-style: none; }
.timeline::before { content:""; position: absolute; top: 24px; left: 7%; right: 7%; height: 2px; background: #b8d9cc; }
.timeline li { position: relative; z-index: 1; padding: 0 14px 18px; background: #f8fbfa; border: 1px solid #cfe0da; border-radius: 10px; }
.timeline li > span { display: grid; place-items: center; width: 48px; height: 48px; margin: -1px 0 16px; color: white; background: var(--green); border: 6px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #b9d7ca; font-weight: 900; }
.criteria-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.criteria-grid article { padding: 20px; background: #f7faf9; border: 1px solid var(--line); border-radius: 10px; }
.criteria-grid article > span { color: var(--green); font-size: .75rem; font-weight: 900; }
.criteria-grid article p { margin: 0; }
.responsible-section { color: #173335; background: linear-gradient(145deg,#eaf5f2,#dceeea); border-color: #b9d7d0; }
.responsible-actions { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 24px 0; }
.responsible-actions span { padding: 13px; background: rgba(255,255,255,.72); border: 1px solid #b9d7d0; border-radius: 8px; font-weight: 800; text-align: center; }
.responsible-warning { padding: 16px 18px; color: white; background: var(--deep); border-radius: 9px; font-weight: 850; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 18px; color: var(--ink); background: #f8fafb; border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { font-size: 1.4rem; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-item > div { padding: 0 18px 18px; }
.js .faq-item > div[hidden] { display: none; }
.fine-print { color: var(--muted); font-size: .8rem; }

.site-footer { padding: 62px 0 24px; color: #bcd0d3; background: #0b1d24; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr 1fr; gap: 38px; }
.site-footer h2 { color: white; font-size: 1rem; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.site-footer a { color: #d9e7e8; }
.brand--footer { margin-bottom: 16px; }
.footer-logos { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 35px; }
.footer-logos span { width: 92px; height: 50px; min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: 7px 10px; background: white; border: 1px solid #35515a; border-radius: 6px; }
.footer-logos .footer-logo--wide { width: 174px; }
.footer-logos .footer-logo--dark { background: #152e35; }
.footer-logos img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; margin-top: 28px; border-top: 1px solid #263e46; font-size: .8rem; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 48px; height: 48px; color: white; background: var(--green-dark); border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1060px) {
  .site-nav { gap: 12px; }
  .site-nav a { font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr .8fr; }
  .offer-card { grid-template-columns: 45px minmax(180px,.7fr) 1fr minmax(210px,.72fr); }
  .offer-facts { padding: 18px 14px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  :root { --header-h: 64px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: #0b1e25; border-top: 1px solid #29414a; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; font-size: .95rem; border-bottom: 1px solid #213941; }
  .no-js .site-header { height: auto; position: static; }
  .no-js .header-inner { flex-wrap: wrap; min-height: 64px; padding-block: 8px; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-nav { position: static; display: flex; flex: 1 0 100%; flex-flow: row wrap; padding: 8px 0 0; box-shadow: none; }
  .no-js .site-nav a { width: auto; margin-right: 16px; border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .image-placeholder--hero { max-width: 650px; transform: none; }
  .content-image--hero { max-width: 650px; transform: none; }
  .offer-card { grid-template-columns: 48px 1fr 1.2fr; }
  .offer-brand { border-right: 0; }
  .offer-facts { border-top: 1px solid var(--line); grid-column: 2/4; }
  .offer-action { grid-column: 1/4; border-left: 0; border-top: 1px solid #cfe0da; }
  .selector { grid-template-columns: 1fr; }
  .selector-results, .selector .fine-print { grid-column: 1; }
  .toc ol { columns: 2; }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .logo-grid { grid-template-columns: repeat(3,1fr); }
  .responsible-actions { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .container, .article-wrap { width: min(100% - 24px, 920px); }
  h1 { font-size: clamp(2.2rem,12vw,3.25rem); }
  .hero { padding: 54px 0 62px; }
  .trust-list { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .section { padding: 56px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding: 12px; scroll-snap-type: x proximity; }
  .filter-button, .filter-clear { flex: 0 0 auto; scroll-snap-align: start; }
  .filter-clear { margin-left: 0; }
  .offer-card { grid-template-columns: 46px 1fr; }
  .offer-brand { grid-column: 2; padding: 14px; }
  .brand-logo-placeholder { height: 68px; }
  .offer-facts { grid-column: 1/3; padding: 16px; }
  .offer-action { grid-column: 1/3; }
  .js .offer-card:nth-child(n+6) { display: none; }
  .js .offer-card.mobile-show { display: grid; }
  .show-more { display: inline-flex; }
  .no-js .show-more { display: none; }
  .no-js .site-header { height: auto; position: static; }
  .no-js .header-inner { flex-wrap: wrap; min-height: 64px; padding-block: 8px; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-nav { position: static; display: flex; flex: 1 0 100%; flex-flow: row wrap; padding: 8px 0 0; box-shadow: none; }
  .no-js .site-nav a { width: auto; margin-right: 16px; border-bottom: 0; }
  .selector { margin-top: 45px; padding: 22px 16px; }
  .selector label { display: flex; margin-right: 0; }
  .toc { padding: 14px 18px; }
  .toc ol { columns: 1; }
  .js .toc ol[hidden] { display: none; }
  .content-section, .responsible-section { padding: 25px 18px; margin: 16px 0; border-radius: 12px; }
  .image-placeholder { margin-inline: -4px; }
  .content-image { margin-inline: -4px; }
  .image-placeholder__canvas { min-height: 180px; }
  .licence-logo-placeholder, .licence-logo { float: none; width: 100%; margin: 0 0 18px; }
  .safety-checklist article { grid-template-columns: 38px 1fr; }
  .safety-checklist article b { grid-column: 2; width: fit-content; }
  .pros-cons, .criteria-grid { grid-template-columns: 1fr; }
  .logo-grid, .logo-grid--providers { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .timeline { grid-template-columns: 1fr; padding-left: 10px; }
  .timeline::before { top: 0; bottom: 0; left: 34px; right: auto; width: 2px; height: auto; }
  .timeline li { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 14px; }
  .timeline li > span { margin: -3px 0 0; }
  .responsible-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; }
  .back-to-top { right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .filter-bar, .selector, .back-to-top, .hero-actions { display: none !important; }
  body { background: white; }
  .hero { color: black; background: white; }
  .hero h1 { color: black; }
  .content-section, .responsible-section, .offer-card { box-shadow: none; break-inside: avoid; }
}
