:root {
  --ink: #17213c;
  --muted: #66708a;
  --paper: #fffaf2;
  --paper-strong: #ffffff;
  --line: #e6e1d8;
  --accent: #f07c55;
  --accent-dark: #bd4f32;
  --gold: #e4b75c;
  --navy: #172344;
  --shadow: 0 18px 50px rgba(23, 33, 60, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }
img, svg { max-width: 100%; }
.site-header { background: var(--navy); color: #fffaf2; }
.nav-wrap, .container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { text-decoration: none; font-weight: 800; letter-spacing: .04em; }
.brand small { display: block; color: #f5d88b; font-size: .68rem; letter-spacing: .18em; }
.site-nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: .92rem; }
.site-nav a { color: #e8ebf8; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: #f5d88b; }
.hero { padding: 82px 0 74px; background: radial-gradient(circle at 84% 22%, #e7efff 0, transparent 31%), linear-gradient(135deg, #fffaf2 0%, #fff4e4 100%); }
.eyebrow { color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.22; letter-spacing: -.025em; }
h1 { max-width: 720px; margin: 14px 0 20px; font-size: clamp(2.4rem, 6vw, 5.4rem); }
h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
h3 { margin: 0 0 8px; font-size: 1.25rem; }
.lead { max-width: 680px; color: #4f5870; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 8px 18px rgba(240, 124, 85, .2); }
.button:hover, .button:focus { background: var(--accent-dark); }
.button.secondary { border-color: #d7d3cc; background: transparent; color: var(--ink); box-shadow: none; }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .6; }
.section { padding: 72px 0; }
.section.tinted { background: #f3f5fb; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-intro p { max-width: 560px; margin: 0; color: var(--muted); }
.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-strong); box-shadow: var(--shadow); }
.card p { color: var(--muted); }
.card-link { display: block; text-decoration: none; }
.card-link:hover h3, .card-link:focus h3 { color: var(--accent-dark); }
.cover { display: grid; place-items: end start; min-height: 180px; padding: 18px; border-radius: 16px; background: linear-gradient(145deg, #273a74, #6b80cf 58%, #f1a577); color: #fff; }
.cover.warm { background: linear-gradient(145deg, #552c46, #b55d5e 55%, #f1c173); }
.cover.green { background: linear-gradient(145deg, #163d43, #3e847b 55%, #e5ca80); }
.cover span { font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.cover strong { display: block; margin-top: 4px; font-size: 1.35rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 10px; }
.badge { padding: 4px 9px; border-radius: 999px; background: #fff1e9; color: var(--accent-dark); font-size: .78rem; font-weight: 800; }
.score { color: var(--accent-dark); font-weight: 900; }
.list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.list li:last-child { border-bottom: 0; }
.rank { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; }
.callout { padding: 24px; border-left: 4px solid var(--gold); background: #fff5d9; }
.breadcrumbs { padding: 20px 0 0; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--accent-dark); }
.article { max-width: 780px; margin: 0 auto; }
.article-header { padding: 48px 0 22px; }
.article-header h1 { font-size: clamp(2.3rem, 5vw, 4.1rem); }
.article-meta { color: var(--muted); font-size: .9rem; }
.prose h2 { margin-top: 42px; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #4f5870; }
.prose ul { padding-left: 1.25rem; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; }
.compare-table th, .compare-table td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { background: #f3f5fb; }
.footer { padding: 44px 0; background: var(--navy); color: #cbd5f3; }
.footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.footer p { margin: 6px 0; }
.small { color: var(--muted); font-size: .88rem; }
.footer .small { color: #aeb9da; }
.notice { margin: 22px 0 0; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.08); color: #e9edfb; font-size: .88rem; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 2; padding: 10px; background: #fff; color: var(--ink); }
@media (max-width: 760px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .site-nav { gap: 10px 14px; }
  .hero { padding: 58px 0 56px; }
  .section { padding: 54px 0; }
  .section-intro { display: block; }
  .grid.three, .grid.two, .footer-grid { grid-template-columns: 1fr; }
  .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
}
