:root {
  --ink: #172036;
  --ink-soft: #46506a;
  --cream: #f8f5ee;
  --paper: #ffffff;
  --line: #dedfd9;
  --coral: #f86649;
  --coral-dark: #d94a31;
  --green: #2da87b;
  --violet: #7c67d9;
  --blue: #4b80d8;
  --gold: #d79524;
  --midnight: #1c2945;
  --sand: #eee9dd;
  --shadow: 0 18px 55px rgba(28, 41, 69, 0.10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: absolute; left: 10px; top: -60px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 88px 0; }

.site-ribbon { background: #11192a; color: #dfe7fa; font-size: 13px; }
.site-ribbon__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-ribbon a { color: #fff; font-weight: 700; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,245,238,.92); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(23,32,54,.08); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 17px; letter-spacing: -.45px; }
.brand-name { white-space: nowrap; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; background: var(--midnight); display: grid; place-items: center; }
.brand-mark svg { width: 25px; height: 25px; fill: var(--coral); }
.brand-mark .brand-mark__cut { fill: var(--cream); }
.brand-mark .brand-mark__fold, .brand-mark .brand-mark__check { fill: none; stroke: var(--cream); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; font-weight: 700; color: #39435a; font-size: 14px; }
.primary-nav a:hover { color: var(--coral-dark); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 5px; transition: .2s ease; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 20%, #ece5d7 0 10%, transparent 30%), linear-gradient(180deg, #faf7f1 0%, #f8f5ee 100%); }
.hero::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(248,102,73,.22); border-radius: 50%; left: -180px; top: 70px; box-shadow: 0 0 0 45px rgba(248,102,73,.035), 0 0 0 90px rgba(248,102,73,.025); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; min-height: 560px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; color: var(--coral-dark); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow--muted { color: #6a7285; }
.hero h1 { max-width: 760px; margin: 18px 0 22px; font-size: clamp(46px, 5.5vw, 76px); line-height: .98; letter-spacing: -3.2px; }
.hero h1 em { font-style: normal; color: var(--coral); }
.hero-lead { max-width: 720px; font-size: 19px; color: var(--ink-soft); margin: 0 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(248,102,73,.20); }
.button--primary:hover { background: var(--coral-dark); }
.button--ghost { background: transparent; border-color: #bfc3c5; color: var(--ink); }
.button--ghost:hover { border-color: var(--ink); background: rgba(255,255,255,.5); }
.button--dark { background: var(--midnight); color: #fff; }
.button--visit { background: var(--coral); color: #fff; box-shadow: 0 8px 18px rgba(248,102,73,.16); }
.button--visit:hover { background: var(--coral-dark); }
.button--visit span { font-size: 14px; margin-left: 3px; }
.button--table { min-height: 36px; padding: 0 13px; font-size: 12px; white-space: nowrap; }
.button--small { min-height: 42px; padding: 0 16px; font-size: 13px; }
.button--ghost-light { border-color: rgba(255,255,255,.42); color: #fff; white-space: nowrap; }
.button--ghost-light:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.hero-proof { display: flex; gap: 34px; margin-top: 38px; flex-wrap: wrap; }
.hero-proof div { display: grid; gap: 0; }
.hero-proof strong { font-size: 22px; line-height: 1.2; }
.hero-proof span { color: #777d88; font-size: 12px; }

.hero-panel { background: #fff; border: 1px solid rgba(23,32,54,.08); border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow); transform: rotate(1.1deg); }
.hero-panel__top { display: flex; justify-content: space-between; align-items: center; padding: 3px 6px 14px; }
.hero-panel__top span { font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.hero-panel__top small { color: #89909d; }
.quick-pick { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; background: #f7f6f2; border: 1px solid #eceae4; padding: 13px; border-radius: 16px; margin-bottom: 10px; }
.quick-pick--featured { background: var(--midnight); color: #fff; transform: translateX(-26px); box-shadow: 0 15px 35px rgba(28,41,69,.18); }
.quick-pick__rank { font-size: 12px; font-weight: 900; opacity: .55; }
.quick-pick__body { display: flex; align-items: center; gap: 10px; min-width: 0; }
.quick-pick h2 { font-size: 15px; line-height: 1.2; margin: 0 0 2px; }
.quick-pick p { font-size: 12px; margin: 0; opacity: .66; }
.service-logo { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 12px; flex: 0 0 auto; box-shadow: inset 0 -7px 14px rgba(0,0,0,.08); }
.service-logo--large { width: 48px; height: 48px; border-radius: 14px; font-size: 14px; }
.service-logo--coral { background: var(--coral); }
.service-logo--green { background: var(--green); }
.service-logo--violet { background: var(--violet); }
.service-logo--blue { background: var(--blue); }
.service-logo--gold { background: var(--gold); }
.score-pill { min-width: 48px; background: #fff; color: var(--ink); text-align: center; border-radius: 999px; padding: 7px 9px; font-weight: 900; font-size: 13px; }
.quick-pick:not(.quick-pick--featured) .score-pill { background: #ece9e1; }
.quick-pick__actions { display: grid; justify-items: end; gap: 5px; }
.visit-link { display: inline-flex; align-items: center; gap: 3px; font-size: 10px; line-height: 1; font-weight: 900; text-decoration: none; color: inherit; opacity: .78; white-space: nowrap; }
.visit-link:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.quick-pick:not(.quick-pick--featured) .visit-link { color: var(--coral-dark); opacity: 1; }
.panel-note { display: flex; gap: 10px; color: #667084; font-size: 12px; padding: 12px 8px 4px; }
.panel-note svg { width: 22px; height: 22px; fill: var(--green); flex: 0 0 auto; }

.section-intro { padding-bottom: 32px; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.split-intro h2, .section-heading h2, .methodology h2, .red-flags h2, .faq-section h2, .editorial h2, .student-guide h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -1.9px; margin: 12px 0 0; }
.split-intro p { margin: 0; color: var(--ink-soft); font-size: 17px; }

.rankings { padding: 0 0 90px; }
.ranking-card { background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid #ece9e2; }
.ranking-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 930px; }
thead { background: var(--midnight); color: #fff; }
th { padding: 18px 20px; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
td { padding: 19px 20px; border-bottom: 1px solid #ecebe7; font-size: 14px; color: #4a5366; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fbfaf7; }
.table-service { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.rank-badge { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #eeeae0; font-size: 11px; font-weight: 900; }
.table-score { display: block; color: var(--ink); font-size: 17px; line-height: 1.1; }
.stars { display: block; color: #f0a126; font-size: 10px; letter-spacing: 1px; white-space: nowrap; }
.text-link { color: var(--coral-dark); font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link--light { color: #ffc8bc; }
.table-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-width: 160px; }
.ranking-foot { display: flex; justify-content: space-between; gap: 24px; background: #fbfaf7; border-top: 1px solid #ecebe7; padding: 14px 20px; font-size: 12px; color: #7b8290; }
.ranking-foot a { color: var(--ink); font-weight: 800; }

.verdicts { background: #fff; }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p { color: var(--ink-soft); font-size: 17px; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; max-width: none; gap: 20px; }
.verdict-list { display: grid; gap: 18px; }
.verdict-card { position: relative; display: grid; grid-template-columns: 62px 1fr 235px; gap: 24px; padding: 28px; border: 1px solid #e3e4e0; border-radius: 24px; background: #fbfaf7; overflow: hidden; }
.verdict-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: rgba(248,102,73,.06); right: -80px; bottom: -85px; }
.verdict-number { font-size: 13px; font-weight: 900; color: #a0a4ad; letter-spacing: .1em; }
.verdict-title-row { display: flex; gap: 13px; align-items: center; }
.verdict-title-row h3 { font-size: 26px; margin: 1px 0 0; letter-spacing: -.5px; }
.mini-label { color: #7c8495; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.verdict-main > p { color: #525b6e; margin: 16px 0; max-width: 720px; }
.verdict-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.verdict-tags span { background: #efede6; color: #586071; border-radius: 999px; padding: 6px 10px; font-size: 11px; font-weight: 800; }
.verdict-side { border-left: 1px solid #e1e2de; padding-left: 24px; display: flex; flex-direction: column; justify-content: center; gap: 14px; position: relative; z-index: 1; }
.verdict-score strong { font-size: 42px; letter-spacing: -2px; }
.verdict-score span { color: #838a99; }
.verdict-side dl { margin: 0; display: grid; gap: 4px; }
.verdict-side dl div { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.verdict-side dt { color: #7e8592; }
.verdict-side dd { margin: 0; color: var(--ink); font-weight: 900; }
.load-more-row { display: flex; justify-content: center; margin-top: 26px; }
.verdict-list--hidden { margin-top: 18px; }
.verdict-card--compact { grid-template-columns: 62px 1fr 150px; }
.verdict-actions { display: grid; gap: 8px; }
.verdict-actions .button { width: 100%; }
.compact-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 12px; }

.student-guide { background: var(--midnight); color: #fff; }
.guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.guide-copy p { color: #c6cfdf; font-size: 17px; max-width: 470px; }
.need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.need-grid article { background: #263553; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; padding: 22px; }
.need-grid h3 { margin: 12px 0 6px; font-size: 18px; }
.need-grid p { margin: 0; color: #cbd4e4; font-size: 14px; }
.need-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #f6d7cf; color: var(--midnight); font-weight: 900; }

.methodology { background: var(--sand); }
.methodology-grid { display: grid; gap: 32px; }
.methodology-scorecard { display: grid; grid-template-columns: 160px 1fr; gap: 34px; align-items: center; max-width: 850px; }
.methodology-scorecard p { color: var(--ink-soft); }
.score-ring { width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: conic-gradient(var(--coral) 0 338deg, #d6d1c4 338deg 360deg); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 13px; background: var(--sand); border-radius: 50%; }
.score-ring span, .score-ring small { position: relative; z-index: 1; }
.score-ring span { font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -2px; }
.score-ring small { color: #7b7e83; font-weight: 800; }
.criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.criteria-grid article { background: rgba(255,255,255,.72); border: 1px solid #dfd9ca; border-radius: 18px; padding: 21px; }
.criteria-grid b { display: inline-block; color: var(--coral-dark); margin-bottom: 8px; font-size: 13px; }
.criteria-grid h3 { margin: 0 0 6px; font-size: 17px; }
.criteria-grid p { margin: 0; color: #666b73; font-size: 13px; }
.methodology-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid #d6d0c4; padding-top: 26px; }
.methodology-cta p { margin: 0; max-width: 720px; color: #555b66; }

.red-flags { background: #fff; }
.red-flags-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.red-flags-copy p { color: var(--ink-soft); max-width: 450px; }
.warning-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.warning-list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #e6e6e1; }
.warning-list li:first-child { padding-top: 0; }
.warning-list li:last-child { border-bottom: 0; }
.warning-list > li > span { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.warning-list h3 { margin: 0 0 4px; font-size: 18px; }
.warning-list p { margin: 0; color: #657083; font-size: 14px; }

.editorial { background: #fff; padding-top: 0; }
.editorial-card { background: linear-gradient(130deg, #19233a, #26395d); color: #fff; border-radius: 30px; padding: 34px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 28px; }
.editorial-card h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 8px; }
.editorial-card p { margin-bottom: 0; color: #c7d0e0; max-width: 760px; }
.editorial-icon { width: 70px; height: 70px; display: grid; place-items: center; background: var(--coral); border-radius: 20px; font-size: 32px; font-weight: 900; }

.latest-reviews { background: var(--cream); }
.review-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-review { background: #fff; border: 1px solid #e5e3dc; border-radius: 20px; padding: 14px; box-shadow: 0 8px 24px rgba(28,41,69,.05); }
.mini-review__visual { height: 150px; border-radius: 14px; display: flex; align-items: flex-end; justify-content: space-between; padding: 15px; color: #fff; font-weight: 900; overflow: hidden; position: relative; }
.mini-review__visual::before, .mini-review__visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.14); }
.mini-review__visual::before { width: 150px; height: 150px; top: -80px; right: -45px; }
.mini-review__visual::after { width: 80px; height: 80px; left: -20px; bottom: -35px; }
.mini-review__visual span, .mini-review__visual small { position: relative; z-index: 1; }
.mini-review__visual span { font-size: 30px; }
.mini-review__visual small { background: rgba(0,0,0,.2); padding: 6px 9px; border-radius: 999px; }
.mini-review__visual--one { background: var(--coral); }
.mini-review__visual--two { background: var(--green); }
.mini-review__visual--three { background: var(--violet); }
.mini-review__visual--four { background: var(--blue); }
.mini-review__visual--five { background: var(--gold); }
.mini-review > div:last-child { padding: 17px 8px 7px; }
.mini-review h3 { font-size: 20px; margin: 4px 0 7px; }
.mini-review h3 a { text-decoration: none; }
.mini-review h3 a:hover { color: var(--coral-dark); }
.mini-review p { margin: 0; color: #657083; font-size: 14px; }
.mini-review__links { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #ecebe7; }
.visit-link--dark { color: var(--ink); opacity: 1; font-size: 12px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-grid > div:first-child p { color: var(--ink-soft); }
.faq-list { display: grid; gap: 10px; }
details { background: #f8f6f1; border: 1px solid #e6e3dc; border-radius: 15px; padding: 0 18px; }
summary { list-style: none; cursor: pointer; font-weight: 800; padding: 18px 34px 18px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 13px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #ebe7de; font-size: 20px; }
details[open] summary::after { content: "−"; }
details p { margin: -2px 0 18px; color: #5f687a; font-size: 14px; }

.site-footer { background: #11192a; color: #d6def0; padding-top: 58px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-bottom: 48px; }
.brand--footer { color: #fff; }
.footer-brand p { max-width: 390px; color: #9eaac1; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-links h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 13px; }
.footer-links a { display: block; color: #aeb8cc; text-decoration: none; font-size: 14px; padding: 3px 0; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0 28px; font-size: 12px; color: #8591a8; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .section-pad { padding: 72px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; min-height: 0; }
  .hero-copy { max-width: 820px; }
  .hero-panel { max-width: 680px; transform: none; }
  .quick-pick--featured { transform: none; }
  .split-intro, .guide-grid, .red-flags-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .verdict-card { grid-template-columns: 46px 1fr; }
  .verdict-side { grid-column: 2; border-left: 0; border-top: 1px solid #e1e2de; padding: 16px 0 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; }
  .verdict-side dl { display: flex; gap: 18px; justify-content: center; }
  .verdict-card--compact { grid-template-columns: 46px 1fr; }
  .editorial-card { grid-template-columns: 64px 1fr; }
  .editorial-card .button { grid-column: 2; justify-self: start; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .site-ribbon__inner { padding: 8px 0; min-height: 0; align-items: flex-start; }
  .site-ribbon a { display: none; }
  .header-inner { height: 66px; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .primary-nav { position: fixed; inset: 104px 14px auto 14px; background: #fff; border: 1px solid #e6e3dc; border-radius: 18px; box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 8px; font-size: 16px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); letter-spacing: -2.2px; }
  .hero-lead { font-size: 17px; }
  .hero-proof { gap: 22px; }
  .hero-panel { padding: 14px; }
  .quick-pick { grid-template-columns: 32px 1fr auto; }
  .quick-pick__actions { gap: 4px; }
  .section-intro { padding-top: 62px; }
  .split-intro h2, .section-heading h2, .methodology h2, .red-flags h2, .faq-section h2, .editorial h2, .student-guide h2 { font-size: 36px; letter-spacing: -1.3px; }
  .ranking-card { border-radius: 18px; }
  .ranking-foot { flex-direction: column; gap: 6px; }
  .verdict-card { grid-template-columns: 1fr; padding: 21px; }
  .verdict-number { position: absolute; top: 18px; right: 20px; }
  .verdict-side { grid-column: 1; grid-template-columns: auto 1fr; }
  .verdict-side dl { display: none; }
  .verdict-side .button { justify-self: end; }
  .verdict-actions { display: flex; justify-self: end; }
  .verdict-actions .button { width: auto; }
  .need-grid { grid-template-columns: 1fr; }
  .methodology-scorecard { grid-template-columns: 1fr; }
  .score-ring { width: 130px; height: 130px; }
  .criteria-grid { grid-template-columns: 1fr; }
  .methodology-cta { flex-direction: column; align-items: flex-start; }
  .editorial-card { grid-template-columns: 1fr; padding: 26px; }
  .editorial-card .button { grid-column: 1; }
  .review-card-grid { grid-template-columns: 1fr; }
  .section-heading--row { align-items: flex-start; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .button { width: 100%; }
  .hero-actions { display: grid; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 10px; line-height: 1.25; }
  .quick-pick__body .service-logo { display: none; }
  .verdict-side { grid-template-columns: 1fr; }
  .verdict-side .button { justify-self: stretch; }
  .verdict-actions { width: 100%; display: grid; }
  .verdict-actions .button { width: 100%; }
  .section-heading--row { display: block; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand { gap: 7px; font-size: 13.5px; letter-spacing: -.35px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 9px; flex: 0 0 30px; }
  .brand-mark svg { width: 22px; height: 22px; }
}

/* Research-state and methodology page additions */
.research-ribbon { background: #16213a; }
.score-caption { display: block; margin-top: 3px; color: #8a91a0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.ranking-table--wide { min-width: 1180px; }
.ranking-foot--stacked { align-items: flex-start; }
.ranking-foot--stacked span { max-width: 940px; }
.verdict-score small { display: block; margin-top: -3px; color: #8b919d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.score-ring--research { background: conic-gradient(var(--coral) 0 324deg, #d6d1c4 324deg 360deg); }
.score-ring--formula { background: conic-gradient(var(--coral) 0 360deg, #d6d1c4 360deg 360deg); }

.page-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #faf7f1 0%, #f1ecdf 100%); }
.page-hero::after { content: ""; position: absolute; width: 400px; height: 400px; right: -170px; top: -130px; border-radius: 50%; border: 1px solid rgba(248,102,73,.2); box-shadow: 0 0 0 55px rgba(248,102,73,.035), 0 0 0 110px rgba(248,102,73,.02); }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.page-hero h1 { max-width: 820px; margin: 18px 0 22px; font-size: clamp(44px, 5.2vw, 70px); line-height: 1; letter-spacing: -3px; }
.method-status-card { background: #fff; border: 1px solid #e4e1d8; border-radius: 24px; box-shadow: var(--shadow); padding: 28px; }
.method-status-card > strong { display: block; margin: 6px 0 22px; font-size: 30px; letter-spacing: -1px; }
.method-status-card dl { margin: 0; display: grid; }
.method-status-card dl div { display: flex; justify-content: space-between; gap: 24px; padding: 12px 0; border-top: 1px solid #eceae4; font-size: 13px; }
.method-status-card dt { color: #7a8291; }
.method-status-card dd { margin: 0; text-align: right; font-weight: 900; }

.methodology-page-intro { background: #fff; }
.stage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stage-card { display: grid; grid-template-columns: 78px 1fr; gap: 20px; border: 1px solid #e2e2dc; border-radius: 24px; background: #faf9f5; padding: 28px; }
.stage-card--active { background: #1c2945; color: #fff; border-color: #1c2945; }
.stage-number { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: var(--coral-dark); }
.stage-card--active .stage-number { color: #ffc1b4; }
.status-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(45,168,123,.16); color: #15805b; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.stage-card--active .status-pill { background: rgba(255,255,255,.12); color: #fff; }
.status-pill--muted { background: #ece9e1; color: #687080; }
.stage-card h3 { margin: 12px 0 7px; font-size: 25px; }
.stage-card p { margin: 0; color: #636c7c; }
.stage-card--active p { color: #c8d1e2; }
.criteria-grid--method article { min-height: 190px; }

.evidence-section { background: #fff; }
.evidence-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.evidence-grid > div:first-child p { color: var(--ink-soft); font-size: 17px; }
.evidence-grid h2, .audit-snapshot h2, .no-claims-section h2, .update-policy h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -1.9px; margin: 12px 0 18px; }
.evidence-list { display: grid; border-top: 1px solid #e5e3dd; }
.evidence-list article { display: grid; grid-template-columns: 42px 1fr 105px; gap: 18px; align-items: start; padding: 19px 0; border-bottom: 1px solid #e5e3dd; }
.evidence-list article > span { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.evidence-list h3 { margin: 0 0 4px; font-size: 18px; }
.evidence-list p { margin: 0; color: #626c7d; font-size: 14px; }
.evidence-list article > b { color: #7b8290; text-align: right; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

.audit-snapshot { background: var(--cream); }
.method-score-table { min-width: 1120px; }
.method-score-table th:not(:first-child), .method-score-table td:not(:first-child) { text-align: center; }
.method-score-table td:first-child { color: var(--ink); }

.no-claims-section { background: #fff; padding-top: 0; }
.no-claims-card { background: var(--midnight); color: #fff; border-radius: 30px; padding: 40px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.no-claims-card h2 { margin-bottom: 0; }
.no-claims-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.no-claims-grid p { margin: 0; background: #263553; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 17px; color: #cbd4e4; font-size: 14px; }
.no-claims-grid strong { color: #fff; }

.update-policy { background: var(--sand); }
.update-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.update-copy { display: grid; gap: 14px; }
.update-copy p { margin: 0; background: rgba(255,255,255,.58); border: 1px solid #ddd7c9; border-radius: 17px; padding: 19px; color: #5c6370; }
.methodology-faq { background: #fff; }
.primary-nav a[aria-current="page"] { color: var(--coral-dark); }

@media (max-width: 980px) {
  .page-hero__grid, .evidence-grid, .update-grid, .no-claims-card { grid-template-columns: 1fr; gap: 36px; }
  .method-status-card { max-width: 650px; }
  .stage-grid { grid-template-columns: 1fr; }
  .no-claims-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .page-hero h1 { font-size: clamp(40px, 11vw, 56px); letter-spacing: -2px; }
  .stage-card { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .evidence-list article { grid-template-columns: 34px 1fr; }
  .evidence-list article > b { grid-column: 2; text-align: left; }
  .no-claims-card { padding: 26px; }
  .no-claims-grid { grid-template-columns: 1fr; }
}

.source-ledger-section { background: #f7f4ed; }
.source-ledger-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.source-ledger-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; background: #fff; border: 1px solid #e3e1da; border-radius: 18px; padding: 20px; }
.source-ledger-grid article:last-child { grid-column: 1 / -1; }
.source-ledger-grid h3 { margin: 1px 0 5px; font-size: 18px; }
.source-ledger-grid p { margin: 0; color: #657083; font-size: 13px; }
.source-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 11px; }
.source-links a { color: var(--coral-dark); font-size: 12px; font-weight: 900; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .source-ledger-grid { grid-template-columns: 1fr; }
  .source-ledger-grid article:last-child { grid-column: auto; }
}

/* Service review page */
.review-page { background: #fff; }
.review-hero { padding: 34px 0 0; background: radial-gradient(circle at 82% 18%, rgba(248,102,73,.12), transparent 28%), linear-gradient(180deg, #faf7f1 0%, #f3eee3 100%); border-bottom: 1px solid #e4dfd3; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; color: #747c8d; font-size: 12px; font-weight: 700; margin-bottom: 34px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--coral-dark); }
.review-hero__grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 72px; align-items: center; padding-bottom: 46px; }
.review-kicker { display: flex; align-items: center; gap: 14px; }
.review-kicker p { margin: 3px 0 0; color: #60697a; font-size: 14px; font-weight: 800; }
.service-logo--xl { width: 58px; height: 58px; border-radius: 17px; font-size: 17px; }
.review-hero h1 { max-width: 820px; margin: 18px 0 20px; font-size: clamp(42px, 5vw, 68px); line-height: 1.01; letter-spacing: -2.8px; }
.review-hero__lead { max-width: 780px; margin: 0; color: #46506a; font-size: 18px; line-height: 1.72; }
.review-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 27px; }
.commercial-note { max-width: 760px; margin: 19px 0 0; color: #757b87; font-size: 12px; }
.review-score-card { background: #fff; border: 1px solid #e2dfd7; border-radius: 26px; box-shadow: var(--shadow); padding: 28px; }
.review-score-card__top { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: #697184; }
.review-score-card__top small { padding: 5px 9px; border-radius: 999px; color: #196d52; background: #e2f3ec; font-weight: 900; letter-spacing: .07em; }
.review-score-card__score { display: flex; align-items: end; gap: 5px; margin: 12px 0 0; }
.review-score-card__score strong { font-size: 72px; line-height: .92; letter-spacing: -4px; }
.review-score-card__score span { margin-bottom: 8px; color: #8a909d; font-weight: 900; }
.review-score-card > p { color: #586173; margin: 15px 0 18px; }
.review-score-card__meter { height: 8px; background: #ece8df; border-radius: 999px; overflow: hidden; }
.review-score-card__meter span { display: block; height: 100%; background: var(--coral); border-radius: inherit; }
.review-score-card dl { margin: 20px 0 18px; }
.review-score-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid #edeae3; font-size: 13px; }
.review-score-card dt { color: #778091; }
.review-score-card dd { margin: 0; text-align: right; font-weight: 900; color: var(--ink); }
.review-fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ded8cb; }
.review-fact-strip div { padding: 21px 24px 24px; border-right: 1px solid #ded8cb; }
.review-fact-strip div:first-child { padding-left: 0; }
.review-fact-strip div:last-child { border-right: 0; }
.review-fact-strip span { display: block; color: #828898; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 4px; }
.review-fact-strip strong { font-size: 13px; line-height: 1.35; }

.review-body-section { padding: 62px 0 92px; background: #fff; }
.review-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 64px; align-items: start; }
.review-toc { position: sticky; top: 136px; }
.review-toc__inner { border: 1px solid #e4e2dc; background: #faf9f5; border-radius: 18px; padding: 17px; }
.review-toc__inner > strong { display: block; margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.review-toc a { display: block; padding: 6px 7px; border-radius: 8px; text-decoration: none; color: #657083; font-size: 12px; font-weight: 700; }
.review-toc a:hover { color: var(--coral-dark); background: #fff; }
.review-toc .review-toc__cta { margin-top: 10px; padding: 10px 11px; text-align: center; background: var(--coral); color: #fff; font-weight: 900; }
.review-toc .review-toc__cta:hover { color: #fff; background: var(--coral-dark); }
.review-article { min-width: 0; }
.review-section { scroll-margin-top: 120px; padding: 0 0 58px; margin: 0 0 58px; border-bottom: 1px solid #e8e6e1; }
.review-section:last-of-type { border-bottom: 0; }
.review-section h2, .review-final-card h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -1.6px; margin: 12px 0 18px; }
.review-section > p { color: #4f596b; font-size: 17px; line-height: 1.78; }
.review-deck { font-size: 20px !important; color: #2f3a51 !important; }
.review-subhead { margin: 28px 0 12px; font-size: 22px; }
.verdict-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.verdict-summary { border: 1px solid #e2e2dd; border-radius: 18px; padding: 21px; }
.verdict-summary--positive { background: #f3faf7; border-color: #cfe8dd; }
.verdict-summary--caution { background: #fff7f3; border-color: #f1d8ce; }
.verdict-summary > span { display: inline-block; margin-bottom: 10px; font-weight: 900; font-size: 13px; }
.verdict-summary ul { margin: 0; padding-left: 19px; color: #536073; }
.verdict-summary li + li { margin-top: 7px; }

.review-facts-table-wrap, .review-mini-table-wrap { overflow-x: auto; border: 1px solid #e4e3dd; border-radius: 18px; background: #fff; }
.review-facts-table, .review-mini-table { min-width: 680px; }
.review-facts-table th, .review-facts-table td { background: #fff; color: #4a5366; text-transform: none; letter-spacing: 0; font-size: 14px; vertical-align: top; border-bottom: 1px solid #ecebe7; }
.review-facts-table th { width: 31%; color: var(--ink); font-weight: 900; }
.review-facts-table tr:last-child th, .review-facts-table tr:last-child td { border-bottom: 0; }
.source-note { font-size: 12px !important; color: #7b8290 !important; }

.review-score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 25px; }
.review-score-grid article { background: #faf9f5; border: 1px solid #e6e3dc; border-radius: 18px; padding: 19px; }
.review-score-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-score-row h3 { margin: 0; font-size: 16px; }
.review-score-row strong { font-size: 21px; color: var(--coral-dark); }
.review-bar { height: 6px; margin: 13px 0 11px; background: #e8e4dc; border-radius: 999px; overflow: hidden; }
.review-bar span { display: block; height: 100%; background: var(--coral); border-radius: inherit; }
.review-score-grid p { margin: 0; color: #626c7d; font-size: 13px; }
.inline-method-link { display: inline-block; margin-top: 18px; color: var(--coral-dark); font-weight: 900; text-underline-offset: 4px; }

.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0; }
.price-cards article { background: var(--midnight); color: #fff; border-radius: 18px; padding: 19px; }
.price-cards span { display: block; color: #bbc7da; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.price-cards strong { display: block; margin: 7px 0 2px; font-size: 30px; }
.price-cards small { color: #aebbd0; }
.review-mini-table th { background: var(--midnight); color: #fff; }
.review-mini-table td { background: #fff; }
.review-callout { margin-top: 24px; padding: 20px 22px; border-radius: 18px; background: #f3faf7; border-left: 5px solid var(--green); }
.review-callout strong { display: block; margin-bottom: 5px; }
.review-callout p { margin: 0; color: #546071; }
.review-callout--warning { background: #fff4ef; border-left-color: var(--coral); }

.evidence-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.evidence-cards article { border: 1px solid #e1dfd8; background: #faf9f5; border-radius: 18px; padding: 19px; }
.evidence-cards span { display: block; color: #7a8291; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.evidence-cards strong { display: block; font-size: 25px; margin: 5px 0 6px; }
.evidence-cards p { margin: 0; color: #667083; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }
.process-grid article { background: #f8f6f1; border: 1px solid #e5e1d8; border-radius: 18px; padding: 20px; }
.process-grid article > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.process-grid h3 { margin: 8px 0 5px; font-size: 18px; }
.process-grid p { margin: 0; color: #626d7f; font-size: 13px; }
.support-channel-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.support-channel-row span { padding: 8px 12px; border-radius: 999px; background: #f0ede6; border: 1px solid #e2dfd7; font-size: 12px; font-weight: 800; }

.policy-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0; }
.policy-timeline article { border: 1px solid #e4e1d9; border-radius: 18px; padding: 19px; }
.policy-timeline span { display: block; color: #71798a; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.policy-timeline strong { display: block; color: var(--coral-dark); font-size: 25px; margin: 5px 0 4px; }
.policy-timeline p { margin: 0; color: #606b7d; font-size: 13px; }

.watch-list { list-style: none; counter-reset: watch; padding: 0; margin: 24px 0 0; display: grid; gap: 0; }
.watch-list li { counter-increment: watch; display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid #e6e4de; }
.watch-list li::before { content: counter(watch, decimal-leading-zero); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #f2eee5; color: var(--coral-dark); font-size: 11px; font-weight: 900; }
.watch-list strong { font-size: 16px; }
.watch-list p { margin: 3px 0 0; color: #626c7d; font-size: 14px; }

.comparison-mini-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
.comparison-mini-grid article { min-width: 0; background: #faf9f5; border: 1px solid #e5e2da; border-radius: 16px; padding: 16px; }
.comparison-mini-grid__featured { background: var(--midnight) !important; color: #fff; border-color: var(--midnight) !important; }
.comparison-mini-grid span { color: var(--coral-dark); font-size: 11px; font-weight: 900; }
.comparison-mini-grid__featured span { color: #ffc1b4; }
.comparison-mini-grid strong, .comparison-mini-grid b { display: block; }
.comparison-mini-grid strong { margin-top: 5px; font-size: 14px; }
.comparison-mini-grid b { margin: 3px 0 6px; font-size: 24px; }
.comparison-mini-grid p { margin: 0; color: #667083; font-size: 11px; line-height: 1.45; }
.comparison-mini-grid__featured p { color: #c8d1e2; }

.review-source-list { display: grid; gap: 10px; margin-top: 23px; }
.review-source-list a { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 15px 17px; border: 1px solid #e5e2dc; border-radius: 14px; text-decoration: none; background: #faf9f5; }
.review-source-list a:hover { border-color: #c8c4bb; background: #fff; }
.review-source-list strong { font-size: 13px; }
.review-source-list span { color: #667083; font-size: 12px; }
.review-faq-list details { background: #faf9f5; }

.review-final-card { background: linear-gradient(135deg, #18233a, #26395d); color: #fff; border-radius: 28px; padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.review-final-card h2 { margin-bottom: 12px; }
.review-final-card p { margin: 0; max-width: 760px; color: #c7d0e0; }
.review-final-card__actions { display: grid; gap: 10px; min-width: 190px; }
.review-final-card .eyebrow { color: #ffc1b4; }

@media (max-width: 1080px) {
  .review-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .review-score-card { max-width: 720px; }
  .review-layout { grid-template-columns: 190px minmax(0,1fr); gap: 38px; }
  .comparison-mini-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .review-fact-strip { grid-template-columns: 1fr 1fr; }
  .review-fact-strip div:nth-child(2) { border-right: 0; }
  .review-fact-strip div:nth-child(-n+2) { border-bottom: 1px solid #ded8cb; }
  .review-fact-strip div:nth-child(3) { padding-left: 0; }
  .review-layout { grid-template-columns: 1fr; }
  .review-toc { position: static; }
  .review-toc__inner { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
  .review-toc__inner > strong { width: 100%; }
  .review-toc a { background: #fff; border: 1px solid #e8e5de; }
  .review-toc .review-toc__cta { margin-top: 0; }
  .review-final-card { grid-template-columns: 1fr; }
  .review-final-card__actions { display: flex; flex-wrap: wrap; }
}

@media (max-width: 700px) {
  .review-hero { padding-top: 24px; }
  .breadcrumbs { margin-bottom: 24px; }
  .review-hero h1 { font-size: clamp(38px, 11vw, 54px); letter-spacing: -2px; }
  .review-hero__lead { font-size: 16px; }
  .review-score-card__score strong { font-size: 60px; }
  .review-fact-strip { grid-template-columns: 1fr; }
  .review-fact-strip div, .review-fact-strip div:first-child, .review-fact-strip div:nth-child(3) { padding: 16px 0; border-right: 0; border-bottom: 1px solid #ded8cb; }
  .review-fact-strip div:last-child { border-bottom: 0; }
  .review-body-section { padding-top: 38px; }
  .review-section { padding-bottom: 42px; margin-bottom: 42px; }
  .review-section h2, .review-final-card h2 { font-size: 34px; letter-spacing: -1px; }
  .review-section > p { font-size: 16px; }
  .review-deck { font-size: 18px !important; }
  .verdict-summary-grid, .review-score-grid, .price-cards, .evidence-cards, .process-grid, .policy-timeline { grid-template-columns: 1fr; }
  .comparison-mini-grid { grid-template-columns: 1fr 1fr; }
  .review-source-list a { grid-template-columns: 1fr; gap: 3px; }
  .review-final-card { padding: 25px; }
}

@media (max-width: 460px) {
  .review-kicker { align-items: flex-start; }
  .service-logo--xl { width: 48px; height: 48px; border-radius: 14px; }
  .review-hero__actions { display: grid; }
  .review-score-card { padding: 22px; }
  .review-score-card dl div { align-items: flex-start; }
  .review-toc__inner { display: grid; grid-template-columns: 1fr 1fr; }
  .review-toc__inner > strong { grid-column: 1 / -1; }
  .review-toc .review-toc__cta { grid-column: 1 / -1; }
  .comparison-mini-grid { grid-template-columns: 1fr; }
  .review-final-card__actions { display: grid; }
}


/* Step 7 information, contact and legal pages */
.info-hero .breadcrumbs, .legal-hero .breadcrumbs { margin-bottom: 28px; }
.info-stat-card { background: #fff; border: 1px solid #e4e1d8; border-radius: 24px; box-shadow: var(--shadow); padding: 28px; }
.info-stat-card > strong { display: block; margin: 7px 0 22px; font-size: 27px; line-height: 1.08; letter-spacing: -1px; }
.info-stat-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #ece9e2; }
.info-stat-grid div { padding: 17px 14px 8px 0; border-bottom: 1px solid #ece9e2; }
.info-stat-grid div:nth-child(even) { padding-left: 14px; border-left: 1px solid #ece9e2; }
.info-stat-grid b { display: block; color: var(--coral-dark); font-size: 27px; }
.info-stat-grid span { color: #687181; font-size: 12px; line-height: 1.35; }
.editorial-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 72px; align-items: start; }
.editorial-main h2, .process-story h2, .contact-form-card h2 { font-size: clamp(34px,4vw,52px); line-height: 1.06; letter-spacing: -1.8px; margin: 12px 0 20px; }
.editorial-main p, .process-story > div:first-child > p { color: #596375; font-size: 17px; }
.editorial-aside { background: var(--midnight); color: #fff; border-radius: 26px; padding: 28px; }
.editorial-aside h3 { margin: 0 0 20px; font-size: 22px; }
.editorial-aside > p { color: #c8d1e2; font-size: 14px; }
.about-pick { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 18px; }
.about-pick strong { display: block; font-size: 18px; }
.about-pick p { margin: 3px 0 0; color: #c8d1e2; font-size: 12px; }
.about-principles { background: var(--sand); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.principle-grid article { background: rgba(255,255,255,.7); border: 1px solid #ddd7c9; border-radius: 20px; padding: 23px; }
.principle-grid article > span { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.principle-grid h3 { margin: 12px 0 8px; font-size: 20px; }
.principle-grid p { margin: 0; color: #626b79; font-size: 14px; }
.about-process { background: #fff; }
.process-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.process-steps { display: grid; gap: 10px; }
.process-steps article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 19px; background: #f8f6f1; border: 1px solid #e2dfd8; border-radius: 18px; }
.process-steps b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--coral-dark); }
.process-steps h3 { margin: 1px 0 5px; font-size: 18px; }
.process-steps p { margin: 0; color: #667083; font-size: 13px; }
.editorial-independence { background: #fff; padding-top: 0; }
.independence-card { background: linear-gradient(135deg,#192540,#293d61); color: #fff; border-radius: 30px; padding: 38px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; }
.independence-card h2 { margin: 10px 0 0; font-size: clamp(34px,4vw,50px); letter-spacing: -1.7px; line-height: 1.06; }
.independence-card p { color: #cbd4e4; }
.contact-direct { margin-top: 28px; display: inline-flex; flex-direction: column; gap: 4px; padding: 14px 17px; border-radius: 14px; background: rgba(255,255,255,.66); border: 1px solid #e1ddd3; }
.contact-direct span { color: #727b8b; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.contact-direct a { color: var(--ink); font-weight: 900; text-decoration-color: var(--coral); text-underline-offset: 3px; }
.contact-side-card .check-list { margin: 0; }
.check-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 24px; color: #5f6877; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: start; }
.contact-form-card { border: 1px solid #e2dfd7; border-radius: 26px; padding: 30px; background: #fff; box-shadow: 0 14px 45px rgba(23,32,51,.06); }
.contact-form-card > p { color: #626c7d; }
.contact-form { display: grid; gap: 16px; margin-top: 25px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label > span:first-child { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 900; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #d7d8d5; border-radius: 12px; background: #faf9f5; padding: 13px 14px; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(248,102,73,.14); border-color: var(--coral); }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #687181; font-size: 12px; }
.consent-row input { margin-top: 2px; }
.form-note { margin: 0; color: #737b89; font-size: 12px; }
.form-note a { color: var(--coral-dark); }
.contact-guidance { display: grid; gap: 12px; }
.contact-guidance article { background: #f8f6f1; border: 1px solid #e2dfd8; border-radius: 20px; padding: 22px; }
.contact-guidance article > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.contact-guidance h3 { margin: 8px 0 7px; font-size: 20px; }
.contact-guidance p { margin: 0; color: #626c7d; font-size: 14px; }
.contact-policy { background: var(--sand); }
.contact-policy .split-intro > div:last-child { display: grid; gap: 12px; }
.contact-policy .split-intro p { margin: 0; }
.legal-hero { background: linear-gradient(180deg,#faf7f1,#f2ede2); }
.legal-hero__inner { max-width: 1020px; }
.legal-hero h1 { font-size: clamp(48px,6vw,76px); line-height: .98; letter-spacing: -3px; margin: 14px 0 20px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.legal-meta span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.7); border: 1px solid #ddd8cd; color: #667083; font-size: 11px; font-weight: 800; }
.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,820px); gap: 70px; align-items: start; justify-content: center; }
.legal-toc { position: sticky; top: 102px; display: grid; gap: 4px; padding: 18px; border: 1px solid #e4e1d9; border-radius: 17px; background: #faf9f5; }
.legal-toc strong { margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.legal-toc a { padding: 7px 9px; border-radius: 8px; color: #687181; text-decoration: none; font-size: 12px; }
.legal-toc a:hover { background: #fff; color: var(--ink); }
.legal-copy { min-width: 0; }
.legal-copy section { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid #e7e5df; scroll-margin-top: 120px; }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 15px; font-size: 30px; letter-spacing: -1px; }
.legal-copy h3 { margin: 22px 0 8px; font-size: 18px; }
.legal-copy p { color: #586274; font-size: 16px; line-height: 1.72; }
.legal-copy a { color: var(--coral-dark); font-weight: 700; text-underline-offset: 3px; }
@media (max-width: 980px) {
  .editorial-layout, .process-story, .independence-card, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .editorial-aside { max-width: 650px; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-toc { position: static; display: flex; flex-wrap: wrap; }
  .legal-toc strong { width: 100%; }
}
@media (max-width: 700px) {
  .principle-grid, .field-row { grid-template-columns: 1fr; }
  .info-stat-grid { grid-template-columns: 1fr; }
  .info-stat-grid div:nth-child(even) { padding-left: 0; border-left: 0; }
  .independence-card { padding: 26px; }
  .contact-form-card { padding: 22px; }
  .legal-hero h1 { letter-spacing: -2px; }
}

/* Homepage refinement: use-case recommendations and pricing context */
.best-by-need { background: var(--cream); }
.section-side-copy { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 16px; }
.use-case-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.use-case-card { grid-column: span 2; background: #fff; border: 1px solid #e5e3dc; border-radius: 22px; padding: 24px; box-shadow: 0 8px 26px rgba(28,41,69,.05); }
.use-case-card:nth-child(1), .use-case-card:nth-child(2) { grid-column: span 3; }
.use-case-card--featured { background: var(--midnight); color: #fff; border-color: var(--midnight); box-shadow: 0 18px 42px rgba(28,41,69,.16); }
.use-case-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.pick-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #f0ede5; color: #5f6777; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.use-case-card--featured .pick-badge { background: rgba(255,255,255,.12); color: #fff; }
.use-case-card h3 { margin: 5px 0 8px; font-size: 25px; letter-spacing: -.45px; }
.use-case-card p { margin: 0 0 17px; color: #647084; font-size: 14px; }
.use-case-card--featured p { color: #c9d2e2; max-width: 650px; }
.use-case-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.price-context { background: #fff; }
.price-intro { margin-bottom: 34px; }
.price-compare-grid { margin-top: 0; }
.price-factors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.price-factors article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; background: #f8f6f1; border: 1px solid #e6e3dc; border-radius: 16px; padding: 17px; }
.price-factors > article > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.price-factors h3 { margin: 0 0 4px; font-size: 16px; }
.price-factors p { margin: 0; color: #667083; font-size: 13px; line-height: 1.5; }
.price-note { margin: 18px 0 0; color: #777f8e; font-size: 12px; }

@media (max-width: 980px) {
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .use-case-card, .use-case-card:nth-child(1), .use-case-card:nth-child(2) { grid-column: auto; }
  .price-factors { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .use-case-grid { grid-template-columns: 1fr; }
  .section-side-copy { max-width: none; }
  .use-case-actions { align-items: flex-start; flex-direction: column; }
}

/* 404 page */
.error-main { min-height: 62vh; display: grid; place-items: center; padding: 72px 0 88px; background: linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%); }
.error-card { max-width: 760px; margin: 0 auto; text-align: center; padding: 54px 38px; border: 1px solid rgba(23,59,118,.12); border-radius: 28px; background: #fff; box-shadow: 0 18px 60px rgba(18,43,82,.10); }
.error-code { display: inline-block; margin-bottom: 14px; font-size: clamp(4rem, 10vw, 7rem); line-height: .9; font-weight: 800; letter-spacing: -.07em; color: #173b76; }
.error-card h1 { margin: 0 0 14px; }
.error-card p { max-width: 620px; margin: 0 auto 26px; color: #53627a; }
.error-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
