:root {
  --ink: #07152d;
  --ink-2: #17325b;
  --muted: #65728a;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #dce3ee;
  --blue: #1259e7;
  --blue-dark: #0a3ba2;
  --court: #084da7;
  --ball: #c8f135;
  --ball-dark: #779c00;
  --cyan: #43d9ef;
  --success: #17744d;
  --warning: #a45d00;
  --shadow: 0 22px 60px rgba(7, 21, 45, .12);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--ball); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(220, 227, 238, .85); background: rgba(247, 249, 252, .9); backdrop-filter: blur(18px); }
.nav-shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 820; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ball); box-shadow: inset 0 0 0 2px rgba(7, 21, 45, .1); }
.brand-mark svg { width: 22px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 700; color: var(--ink-2); }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue); }
.header-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink) !important; }
.header-cta:hover { background: var(--ink); color: white !important; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }
.menu-button svg { display: block; width: 26px; }
.mobile-nav { padding: 10px 20px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 9px 0; font-weight: 700; }

.hero { position: relative; overflow: hidden; background: #07152d; color: white; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: stretch; }
.hero-copy { position: relative; z-index: 2; padding: 76px 48px 66px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-copy::after { content: ""; position: absolute; z-index: -1; inset: 0 -180px 0 -100vw; background: linear-gradient(90deg, #07152d 0%, #07152d 70%, rgba(7,21,45,.94) 84%, rgba(7,21,45,.25) 100%); }
.hero-media { position: absolute; inset: 0 0 0 48%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #07152d 0%, transparent 45%), linear-gradient(0deg, rgba(7,21,45,.5), transparent 35%); }
.hero h1 { max-width: 680px; margin: 12px 0 18px; font-size: clamp(44px, 5.3vw, 74px); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 590px; margin: 0 0 26px; color: #dbe6f7; font-size: 19px; line-height: 1.55; }
.eyebrow { margin: 0; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--ball); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); color: #eef4ff; font-size: 13px; font-weight: 650; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ball); }
.quick-start { width: min(560px, 100%); display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.quick-start label { display: grid; gap: 3px; padding: 2px 6px; color: #bbcae1; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.quick-start select { width: 100%; border: 0; background: transparent; color: white; font-weight: 750; outline: 0; }
.quick-start option { color: var(--ink); }
.quick-start button { border: 0; border-radius: 12px; padding: 0 18px; background: var(--ball); color: var(--ink); font-weight: 850; }
.quick-start button:hover { background: white; }
.hero-note { margin: 12px 0 0; color: #aebed5; font-size: 12px; }

.finder-section { padding: 80px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.section-heading h2, .result-heading h2 { margin: 6px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.finder-shell { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; }
.finder-card, .finder-aside { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 35px rgba(7,21,45,.05); }
.finder-card { padding: 28px; }
.question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field { display: grid; gap: 8px; }
.field label, .field legend { color: var(--ink); font-weight: 800; }
.field small { color: var(--muted); }
.field select { width: 100%; min-height: 50px; padding: 0 42px 0 14px; border: 1px solid #cbd5e4; border-radius: 12px; background: #fbfcfe; color: var(--ink); }
.field select:hover { border-color: #91a1b8; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-actions small { max-width: 390px; color: var(--muted); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 820; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 9px 22px rgba(18,89,231,.25); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { border-color: var(--line); background: white; color: var(--ink-2); }
.button-dark { background: var(--ink); color: white; }
.finder-aside { position: relative; overflow: hidden; padding: 28px; background: var(--ink); color: white; }
.finder-aside::after { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; bottom: -110px; border: 35px solid rgba(200,241,53,.18); border-radius: 50%; }
.finder-aside h3 { margin: 8px 0 8px; font-size: 27px; line-height: 1.12; }
.finder-aside p { color: #becbe0; }
.finder-aside ol { padding-left: 19px; color: #eef4ff; }
.finder-aside li { margin: 9px 0; padding-left: 4px; }
.privacy-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 8px 11px; border-radius: 10px; background: rgba(200,241,53,.11); color: var(--ball); font-size: 13px; font-weight: 750; }

#finder-results { scroll-margin-top: 90px; margin-top: 28px; }
.result-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 36px 0 18px; }
.text-button { border: 0; background: transparent; color: var(--blue); font-weight: 800; }
.result-card { margin: 16px 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.result-card.is-winner { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.result-rank { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.result-rank strong { padding: 6px 10px; border-radius: 999px; background: #ecf5ff; color: var(--blue); }
.is-winner .result-rank strong { background: var(--ball); color: var(--ink); }
.result-main { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.result-main h3 { margin: 4px 0 2px; font-size: 30px; letter-spacing: -.035em; }
.result-verdict { margin: 0; color: var(--muted); }
.result-price { margin: 0; color: var(--ink); font-size: 25px; font-weight: 880; text-align: right; }
.result-price small { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }
.spec-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.spec-pills span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink-2); font-size: 13px; font-weight: 750; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid h4 { margin: 0 0 8px; }
.why-grid ul { margin: 0; padding-left: 20px; color: var(--muted); }
.why-grid li { margin: 4px 0; }
.availability-note, .fine-print { color: var(--muted); font-size: 13px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.proof-strip { padding: 26px 0; background: white; border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.proof-item { padding: 0 20px; border-right: 1px solid var(--line); }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.proof-item span { color: var(--muted); font-size: 13px; }

.content-section { padding: 76px 0; }
.content-section.alt { background: white; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.editorial-card { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; }
.alt .editorial-card { background: var(--paper); }
.editorial-card h3 { margin: 8px 0 10px; font-size: 24px; line-height: 1.14; letter-spacing: -.03em; }
.editorial-card p { margin: 0; color: var(--muted); }
.editorial-card a { margin-top: auto; padding-top: 20px; color: var(--blue); font-weight: 800; }
.editorial-card.featured { background: var(--ink); color: white; }
.editorial-card.featured p { color: #bfcce0; }
.editorial-card.featured .eyebrow, .editorial-card.featured a { color: var(--ball); }

.mini-table { width: 100%; border-collapse: collapse; background: white; }
.mini-table th, .mini-table td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.mini-table th { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.mini-table td:first-child { font-weight: 800; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.status-yes { color: var(--success); font-weight: 850; }
.status-no { color: var(--muted); }

.faq-list { display: grid; gap: 10px; max-width: 860px; margin: 28px auto 0; }
.faq { border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; font-weight: 820; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 24px; }
.faq[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.cta-band { padding: 54px 0; background: var(--ball); }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { max-width: 700px; margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.02; letter-spacing: -.045em; }

.page-hero { padding: 76px 0 56px; background: var(--ink); color: white; }
.page-hero.slim { padding-block: 56px 42px; }
.page-hero h1 { max-width: 860px; margin: 10px 0 14px; font-size: clamp(42px, 6vw, 70px); line-height: .99; letter-spacing: -.055em; }
.page-hero p { max-width: 700px; margin: 0; color: #c5d1e4; font-size: 18px; }
.breadcrumbs { margin-bottom: 20px; color: #aebcd2; font-size: 13px; }
.breadcrumbs a:hover { color: var(--ball); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 70px; align-items: start; }
.article h2 { margin: 48px 0 12px; font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
.article h3 { margin: 30px 0 8px; font-size: 23px; }
.article p, .article li { color: #40516d; }
.article a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article .callout { margin: 28px 0; padding: 22px; border-left: 4px solid var(--ball-dark); border-radius: 0 12px 12px 0; background: #f1f8d9; }
.sidebar-card { position: sticky; top: 98px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.sidebar-card h3 { margin: 0 0 12px; }
.sidebar-card a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); font-weight: 700; }
.sidebar-card a:last-child { border: 0; }
.product-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
.summary-box { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.summary-box h3 { margin-top: 0; }
.summary-box ul { padding-left: 20px; }
.verdict-box { margin: 30px 0; padding: 26px; border-radius: 18px; background: var(--ink); color: white; }
.verdict-box p { color: #c5d1e4; }
.score-line { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.score-line:last-child { border: 0; }
.score-line strong { color: var(--ball); }

.site-footer { padding: 54px 0 26px; background: #050f21; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand p { max-width: 360px; color: #9eacc2; }
.footer-col h3 { margin: 4px 0 12px; font-size: 14px; }
.footer-col a { display: block; padding: 5px 0; color: #aebbd0; font-size: 14px; }
.footer-col a:hover { color: var(--ball); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8290a7; font-size: 12px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 320px; }
  .hero-copy::after { inset: 0 -20px; background: linear-gradient(180deg, #07152d 0%, #07152d 55%, rgba(7,21,45,.2) 80%, #07152d 100%); }
  .hero-media { inset: auto 0 0; height: 370px; }
  .hero-media::after { background: linear-gradient(180deg, #07152d 0%, transparent 40%, rgba(7,21,45,.35)); }
  .quick-start { grid-template-columns: 1fr 1fr; }
  .quick-start button { grid-column: 1 / -1; min-height: 48px; }
  .finder-shell, .article-layout { grid-template-columns: 1fr; }
  .finder-aside { order: -1; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border: 0; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .sidebar-card { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero-copy { padding-top: 48px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 17px; }
  .quick-start, .question-grid, .why-grid, .product-summary { grid-template-columns: 1fr; }
  .quick-start button { grid-column: auto; }
  .section-heading, .result-heading, .result-main, .cta-band .container, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .finder-section, .content-section { padding: 56px 0; }
  .finder-card, .finder-aside, .result-card { padding: 21px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .result-price { text-align: left; }
  .proof-grid, .card-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
  .page-hero h1 { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
