:root {
  color-scheme: light;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #102f53;
  background: #fff;
  font-synthesis: none;
  --ink: #102f53;
  --blue: #073b73;
  --bright: #176b91;
  --muted: #577089;
  --line: #cedce8;
  --mist: #eef5f8;
  --green: #147458;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 10ch; margin-bottom: 24px; font-size: clamp(3.3rem, 7.5vw, 7.2rem); line-height: .92; }
h2 { max-width: 15ch; margin-bottom: 22px; font-size: clamp(2.2rem, 4.6vw, 4.7rem); line-height: 1; }
h3 { margin-bottom: 9px; font-size: 1.1rem; }
p { line-height: 1.6; }
:focus-visible { outline: 3px solid var(--bright); outline-offset: 4px; }
::selection { color: #072541; background: #bde4f4; }

.site-header { max-width: 1420px; height: 88px; margin: auto; padding: 0 clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { width: 195px; flex: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); font-size: .88rem; font-weight: 700; }
.site-header nav > a:not(.small-cta) { text-decoration: none; }
.small-cta { padding: 10px 16px; color: #fff; background: var(--blue); border-radius: 7px; text-decoration: none; }

.hero { max-width: 1420px; min-height: calc(100vh - 88px); margin: auto; padding: clamp(70px, 10vw, 150px) clamp(22px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .72fr); gap: clamp(54px, 9vw, 140px); align-items: center; }
.eyebrow { margin-bottom: 20px; color: var(--bright); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-text { max-width: 630px; color: var(--muted); font-size: clamp(1.12rem, 1.8vw, 1.4rem); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.primary { display: inline-block; padding: 15px 22px; color: #fff; background: var(--blue); border-radius: 7px; font-weight: 800; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.primary:hover { background: #0b4d8d; transform: translateY(-1px); }
.quiet-link { color: var(--bright); font-weight: 750; }
.audience { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }
.audience strong { color: var(--bright); }

.record-preview { padding: clamp(24px, 4vw, 40px); background: var(--mist); }
.record-top { margin-bottom: 28px; display: flex; align-items: center; gap: 15px; }
.record-top img { width: 55px; height: 42px; object-fit: cover; }
.record-top div { display: grid; gap: 4px; }
.record-top span { color: var(--muted); font-size: .74rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.record-top strong { font-size: 1.18rem; }
.record-preview dl { margin: 0; border-top: 1px solid var(--line); }
.record-preview dl div { min-height: 54px; padding: 12px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.record-preview dt { color: var(--muted); font-size: .85rem; }
.record-preview dd { margin: 0; font-size: .84rem; font-weight: 800; }
.record-preview dd i { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--green); }
.record-preview dd.pending { color: #79621d; }
.record-preview > p { margin: 22px 0 0; color: var(--muted); font-size: .78rem; }

.difference { padding: clamp(90px, 12vw, 170px) max(22px, calc((100vw - 1276px) / 2)); color: #fff; background: var(--blue); }
.difference > p { margin-bottom: 8px; color: #b9d4e8; font-size: clamp(1rem, 2vw, 1.35rem); }
.difference h2 { max-width: none; }
.difference-grid { margin-top: clamp(55px, 8vw, 100px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #47729d; }
.difference-grid article { padding: 30px clamp(16px, 3vw, 42px) 0 0; }
.difference-grid article + article { padding-left: clamp(16px, 3vw, 42px); border-left: 1px solid #47729d; }
.difference-grid span { display: block; margin-bottom: 55px; color: #8fb6d2; font-size: .78rem; font-weight: 800; }
.difference-grid p { max-width: 34ch; margin: 0; color: #c9deec; }

.how, .use-cases, .truth-section { max-width: 1276px; margin: auto; padding: clamp(90px, 12vw, 170px) 22px; }
.how { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 11vw, 160px); }
.how ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.how li { padding: 28px 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.how li > span { color: var(--bright); font-size: .8rem; font-weight: 850; }
.how li p { margin: 0; color: var(--muted); }

.use-cases { padding-top: 30px; }
.use-cases .section-intro { margin-bottom: 55px; }
.case-list { border-top: 1px solid var(--line); }
.case-list div { min-height: 84px; display: grid; grid-template-columns: minmax(170px, .6fr) 1.4fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.case-list strong { font-size: clamp(1.1rem, 2vw, 1.45rem); }
.case-list span { color: var(--muted); }

.truth-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 140px); }
.truth-copy { padding-top: 34px; border-top: 1px solid var(--line); }
.truth-copy p { color: var(--muted); }
.truth-copy p + p { margin-top: 24px; }

.closing { padding: clamp(90px, 12vw, 150px) 22px; display: grid; justify-items: center; text-align: center; background: var(--mist); }
.closing img { width: 88px; height: 65px; margin-bottom: 30px; object-fit: cover; }
.closing h2 { max-width: 14ch; }
.closing p { max-width: 54ch; color: var(--muted); }
.closing .primary { margin-top: 18px; }

footer { max-width: 1276px; min-height: 150px; margin: auto; padding: 45px 22px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 40px; color: var(--muted); font-size: .82rem; }
.footer-logo { width: 180px; }
footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .logo { width: 150px; }
  .site-header nav > a:not(.small-cta) { display: none; }
  .small-cta { padding: 9px 12px; font-size: .76rem; }
  .hero { min-height: auto; padding-top: 75px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  .record-preview { margin-top: 10px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid article { padding: 26px 0; border-bottom: 1px solid #47729d; }
  .difference-grid article + article { padding-left: 0; border-left: 0; }
  .difference-grid span { margin-bottom: 20px; }
  .how, .truth-section { grid-template-columns: 1fr; }
  .case-list div { padding: 20px 0; grid-template-columns: 1fr; gap: 6px; }
  footer { grid-template-columns: 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary { transition: none; }
}
