:root {
  --navy: #071b4d;
  --blue: #2257d7;
  --teal: #14c9df;
  --aqua: #e6fbff;
  --cream: #f7fbff;
  --sage: #eaf4ff;
  --gold: #c9a35c;
  --ink: #12213f;
  --muted: #52627d;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 16px 45px #071b4d18;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 18px/1.7 system-ui, -apple-system, "Segoe UI", sans-serif; }
h1, h2, h3, .brand { font-family: Georgia, "Times New Roman", serif; line-height: 1.13; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); letter-spacing: -.035em; margin: .2em 0; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; }
a { color: var(--blue); text-underline-offset: .2em; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin: auto; }
.skip { position: absolute; left: -9999px; z-index: 1000; background: #fff; padding: 12px; }
.skip:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #f7fbfff2; backdrop-filter: blur(14px); border-bottom: 1px solid #2257d724; }
.header-row { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-size: 1.45rem; line-height: 1; }
.brand small { display: block; font: 600 8px/1.5 system-ui; letter-spacing: .16em; margin-top: 5px; }
.brand-logo { display: block; width: 154px; height: auto; }
.footer-brand .brand-logo { width: 138px; filter: drop-shadow(0 10px 22px #0005); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 50% 45% 55%; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; font: bold 24px Georgia; }
.header-row nav { display: flex; gap: 24px; margin-left: auto; }
.header-row nav a { color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 650; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 99px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; text-decoration: none; font-weight: 750; cursor: pointer; }
.button:hover { filter: brightness(.93); }
.button.secondary { background: transparent; color: var(--navy); outline: 1px solid #2257d7; }
.menu-button { display: none; }
.hero { padding: 72px 0 42px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 54px; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--blue); }
.hero p { font-size: 1.17rem; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-media { position: relative; }
.hero-media img { display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; border-radius: 140px 20px 140px 20px; box-shadow: var(--shadow); }
.hero-media:after { content: ""; position: absolute; inset: auto -16px -16px auto; width: 42%; height: 34%; border: 2px solid var(--teal); border-radius: 50%; z-index: -1; }
.hook { font: italic 1.35rem/1.5 Georgia; color: var(--navy); border-left: 3px solid var(--teal); padding-left: 18px; }
.trust { background: linear-gradient(135deg, var(--navy), #0e328f); color: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 20px; }
.trust span { text-align: center; font-size: 14px; }
.section { padding: 72px 0; }
.section.tint { background: var(--aqua); }
.section.sage { background: var(--sage); }
.section-head { max-width: 750px; margin-bottom: 34px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.card { display: block; background: #fff; border: 1px solid #2257d716; border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 24px #071b4d0a; color: inherit; text-decoration: none; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.callout { background: linear-gradient(145deg, var(--navy), #123fb3 62%, #10bdd7); color: #fff; border-radius: var(--radius); padding: 34px; }
.callout h2, .callout h3 { color: #fff; }
.article-head { padding: 58px 0 30px; background: linear-gradient(135deg, var(--aqua), var(--cream)); }
.article-head h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); max-width: 950px; }
.meta { color: var(--muted); font-size: 15px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 55px; padding: 56px 0; }
.toc { position: sticky; top: 110px; align-self: start; }
.toc a { display: block; padding: 5px 0; font-size: 15px; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.5em; }
.prose li { margin: .45em 0; }
.prose .notice, .notice { background: #fff7e8; border-left: 4px solid var(--gold); padding: 18px; border-radius: 8px; }
.faq details { background: #fff; border: 1px solid #2257d720; border-radius: 12px; padding: 15px 18px; margin: 10px 0; }
.faq summary { font-weight: 750; cursor: pointer; }
.references { font-size: 15px; overflow-wrap: anywhere; }
.affiliate { background: #fff1d8; border: 1px solid #c9a35c60; padding: 16px; border-radius: 12px; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 14px; border-bottom: 1px solid #ddd; text-align: left; }
.newsletter { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; background: linear-gradient(135deg, var(--navy), #123fb3); color: #fff; padding: 38px; border-radius: var(--radius); }
.newsletter h2 { color: #fff; }
.status { display: inline-block; background: #ffffff17; padding: 10px 15px; border: 1px solid #ffffff38; border-radius: 99px; }
footer { background: #061331; color: #dfeaff; padding: 58px 0 0; }
footer a { color: #dfeaff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1fr; gap: 36px; }
.footer-grid nav a { display: block; margin: 8px 0; }
.footer-brand span { color: #fff; }
.socials { display: grid; gap: 10px; margin: 12px 0 18px; max-width: 240px; }
.socials a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 9px 14px; border: 1px solid #dfeaff30; border-radius: 12px; background: #ffffff0d; color: #fff; text-decoration: none; font-size: 14px; font-weight: 750; }
.socials a:after { content: "↗"; color: var(--teal); font-weight: 900; margin-left: 12px; }
.socials a:hover { background: #ffffff1a; border-color: #14c9df80; transform: translateX(2px); }
.fine, .legal-line { font-size: 14px; color: #b5c6e8; }
.legal-line { padding: 24px 0; border-top: 1px solid #ffffff18; margin-top: 40px; }
.link-button { border: 0; background: none; padding: 4px 0; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
.cookie { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1100px; margin: auto; background: #fff; border: 1px solid #2257d730; box-shadow: 0 20px 60px #0003; border-radius: 18px; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.cookie[hidden] { display: none; }
.cookie p { margin: .3em 0; }
.cookie-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.preferences { grid-column: 1/-1; border-top: 1px solid #ddd; padding-top: 16px; }
.preferences[hidden] { display: none; }
.preferences label { display: block; margin: 8px; }
.h5 { font-size: 1rem; color: #fff; }
.review-badge { display: inline-block; background: var(--gold); color: #112d3b; font-weight: 900; letter-spacing: .18em; padding: 8px 14px; }
.breadcrumbs { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.breadcrumbs span { margin: 0 8px; color: #71809b; }
.editors-picks { border-top: 1px solid var(--line); }
.editorial-lead { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: stretch; }
.feature-card { min-height: 310px; padding: 38px; border-radius: var(--radius); background: linear-gradient(145deg,#071b46,#1348b7 70%,#10bcd6); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; box-shadow: var(--shadow); }
.feature-card h3 { color: #fff; font-size: clamp(2rem,4vw,3.2rem); margin: 10px 0; }
.feature-card p { color: #e7f3ff; max-width: 680px; }
.feature-card .kicker { color: #62efff; }
.pick-list { display: grid; gap: 14px; }
.pick-list .card { padding: 22px; }
.trust-box { margin: 38px 0; padding: 28px; border: 1px solid #2257d72b; border-radius: 16px; background: linear-gradient(135deg,#f4f8ff,#ecfbfd); }
.trust-box h2, .trust-box h3 { margin-top: 0; }
.trust-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.trust-point { padding: 16px; background: #fff; border-radius: 12px; border: 1px solid var(--line); }
.quick-verdict { border: 1px solid #2257d72b; border-radius: 18px; overflow: hidden; margin: 28px 0 38px; box-shadow: 0 12px 32px #0a2b6820; }
.quick-verdict h2 { margin: 0; padding: 22px 26px; background: var(--navy); color: #fff; }
.verdict-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.verdict-item { padding: 18px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.verdict-item strong { display: block; color: var(--navy); margin-bottom: 5px; }
.start-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: start; }
.start-card { counter-increment: start; position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.start-card:before { content: counter(start); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; margin-bottom: 22px; }
.updated-note { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #e6f8fb; color: #075a68; font-size: 13px; font-weight: 800; }
.article-visual { margin: 0 0 38px; border-radius: 18px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.article-visual img { display: block; width: 100%; height: auto; }
.article-visual figcaption { padding: 12px 18px; background: #f3f8ff; color: var(--muted); font-size: 13px; }
.news-id { display: inline-block; margin-left: 10px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 26px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 28px #0a2b6812; }
.comparison-table th { background: var(--navy); color: #fff; font-size: 14px; letter-spacing: .04em; }
.comparison-table th, .comparison-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td:first-child { font-weight: 800; color: var(--navy); }
.news-callout { border: 1px solid #13bed54a; background: linear-gradient(135deg,#edfaff,#f7fbff); border-radius: 16px; padding: 24px; margin: 28px 0; }
.quiz-frame { width: 100%; height: 720px; border: 0; background: #fff; border-radius: 16px; }
.quiz-embed-wrap { min-height: 620px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px; box-shadow: var(--shadow); }
.quiz-fallback { margin: 16px 0 0; text-align: center; font-size: .9rem; color: var(--muted); }
.sticky-review { position: sticky; bottom: 14px; z-index: 20; text-align: center; margin: 20px auto; width: max-content; max-width: calc(100% - 20px); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
@media (max-width: 900px) {
  .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; padding: 10px 14px; background: transparent; border: 1px solid var(--navy); border-radius: 10px; }
  .header-row nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--cream); padding: 20px; }
  .header-row nav.open { display: grid; }
  .hero-grid, .split, .article-layout, .newsletter { grid-template-columns: 1fr; }
  .editorial-lead, .trust-points, .start-grid { grid-template-columns: 1fr; }
  .toc { position: static; }
  .grid, .grid.four { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cookie { grid-template-columns: 1fr; }
  .hero { padding-top: 35px; }
}
@media (max-width: 580px) {
  body { font-size: 17px; }
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .grid, .grid.four, .footer-grid { grid-template-columns: 1fr; }
  .hero-media img { border-radius: 70px 12px 70px 12px; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .section { padding: 50px 0; }
  .cookie { left: 8px; right: 8px; bottom: 8px; max-height: 92vh; overflow: auto; }
  .price-table { font-size: 14px; }
  .price-table th, .price-table td { padding: 8px; }
  .header-row { min-height: 96px; }
  .header-row nav { top: 96px; }
  .brand-logo { width: 96px; }
  .brand small { display: none; }
  .verdict-grid { grid-template-columns: 1fr; }
  .comparison-table { display: block; overflow-x: auto; white-space: normal; }
  .comparison-table th, .comparison-table td { min-width: 180px; }
}

html,body{overflow-x:hidden}.quiz-redirect-card{background:linear-gradient(145deg,var(--navy),var(--teal));color:#fff;border-radius:var(--radius);padding:44px;box-shadow:var(--shadow);max-width:880px;margin:0 auto 44px}.quiz-redirect-card h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;margin:10px 0 16px}.quiz-redirect-card p{color:rgba(255,255,255,.86);font-size:1.08rem;max-width:700px}.quiz-redirect-card .button{background:#fff;color:var(--navy)}.quiz-redirect-card .button.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.quiz-redirect-card .microcopy{font-size:.88rem;margin-top:14px;color:rgba(255,255,255,.72)}@media(max-width:580px){.hero-media:after{right:0}.quiz-redirect-card{padding:30px 20px}.quiz-redirect-card .actions{align-items:stretch}.quiz-redirect-card .button{text-align:center}}