:root {
  --ink: #172235;
  --muted: #65748b;
  --line: #dbe3ee;
  --paper: #f7f9fc;
  --card: #ffffff;
  --navy: #152d4d;
  --blue: #2e6da4;
  --teal: #1a7d78;
  --amber: #e7a842;
  --shadow: 0 14px 36px rgba(25, 48, 79, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%); }
a { color: var(--blue); }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.topline { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.86); position: sticky; top: 0; z-index: 3; backdrop-filter: blur(10px); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--navy); font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand span { color: var(--teal); }
.navlinks { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; font-size: .9rem; }
.navlinks a { text-decoration: none; color: var(--muted); }
.navlinks a:hover { color: var(--navy); }
.hero { padding: 76px 0 48px; }
.kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .74rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.4rem, 6vw, 5.4rem); max-width: 920px; margin: 14px 0 22px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); margin: 0 0 18px; }
h3 { font-size: 1.18rem; margin: 0 0 10px; }
.lead { font-size: clamp(1.07rem, 2vw, 1.32rem); color: #3f5068; max-width: 790px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: end; }
.hero-note { border: 1px solid #cfe4e1; background: #effaf8; border-radius: 18px; padding: 22px; color: #245d5a; }
.hero-note strong { display: block; margin-bottom: 8px; }
.section { padding: 34px 0 76px; }
.section.tight { padding-top: 0; }
.grid-2, .grid-3 { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: var(--shadow); }
.card.soft { background: #eef5fb; box-shadow: none; }
.card p:last-child { margin-bottom: 0; }
.eyebrow { color: var(--teal); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.comparison { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.comparison th, .comparison td { text-align: left; vertical-align: top; padding: 16px; border-bottom: 1px solid var(--line); }
.comparison th { background: #edf3f9; color: var(--navy); font-size: .88rem; }
.comparison tr:last-child td { border-bottom: 0; }
.pill { display: inline-flex; padding: 5px 10px; border-radius: 99px; background: #e7f4f2; color: #276963; font-size: .78rem; font-weight: 700; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; background: var(--navy); color: white; border-radius: 20px; padding: 28px; }
.cta-card h2, .cta-card h3 { color: white; margin-bottom: 8px; }
.cta-card p { color: #c9d7e9; margin: 0; }
.cta-button { border: 0; border-radius: 999px; padding: 13px 20px; background: var(--amber); color: #33220b; font-weight: 800; cursor: pointer; white-space: nowrap; }
.cta-button:hover { background: #f1bd62; }
.cta-status { color: #f7d895; font-size: .83rem; margin-top: 10px; min-height: 1.4em; }
.decision { border-left: 4px solid var(--teal); padding: 3px 0 3px 18px; }
.list { padding-left: 1.2rem; }
.list li + li { margin-top: 8px; }
.note { font-size: .9rem; color: var(--muted); }
.source-note { margin-top: 24px; font-size: .86rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
.footer { border-top: 1px solid var(--line); padding: 28px 0 42px; color: var(--muted); font-size: .86rem; }
.footer-grid { display: flex; gap: 18px; justify-content: space-between; flex-wrap: wrap; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
.disclosure { margin-top: 0; margin-bottom: 0; padding: 16px 0; color: var(--muted); font-size: .82rem; border-top: 1px solid var(--line); }
.stamp { display: inline-block; border: 1px dashed #b6c4d6; color: #5e718a; padding: 4px 8px; border-radius: 6px; font-size: .75rem; }
.breadcrumbs { padding-top: 28px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--muted); }
.callout { border-radius: 14px; padding: 18px 20px; background: #fff8e9; border: 1px solid #f2d79d; color: #694c1b; }
.verdict-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.metric { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.metric strong { display: block; font-size: 1.55rem; color: var(--navy); }
.metric span { color: var(--muted); font-size: .83rem; }
@media (max-width: 800px) {
  .hero-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .verdict-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav { align-items: flex-start; padding: 15px 0; flex-direction: column; }
  .navlinks { justify-content: flex-start; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .comparison { display: block; overflow-x: auto; }
  .comparison th, .comparison td { min-width: 180px; }
}
@media (max-width: 430px) { .wrap { width: min(100% - 24px, 1120px); } .hero { padding-top: 48px; } .verdict-grid { grid-template-columns: 1fr; } }
