:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17212b;
  background: #f8fafb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 18ch; font-size: clamp(2.25rem, 6vw, 4.75rem); line-height: 1.05; letter-spacing: -0.045em; }
h2 { max-width: 24ch; font-size: clamp(1.75rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.03em; }
h3 { margin-bottom: .4rem; font-size: 1.05rem; }
.content { width: min(100% - 2rem, 70rem); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 8rem) 0; }
.hero { min-height: min(48rem, 100vh); display: grid; align-items: center; background: #12352f; color: #f7f6f0; }
.section-muted { background: #e9efed; }
.kicker { max-width: 60ch; color: #b7ddc7; font-weight: 700; }
.lead, .prose { max-width: 68ch; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.cta { display: inline-block; max-width: 45rem; margin-top: 1rem; padding: .85rem 1.1rem; border-radius: .25rem; background: #d6e673; color: #14221d; font-weight: 750; line-height: 1.35; text-decoration: none; }
.cta:focus-visible, .skip-link:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.section:not(.hero) .cta:focus-visible { outline-color: #12352f; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: 1rem; padding: 0; list-style: none; counter-reset: steps; }
.steps li, .statements article { padding: 1.25rem; border: 1px solid #cad5d1; border-radius: .4rem; background: #fff; }
.steps p, .statements p { margin-bottom: 0; }
.prose ul { padding-left: 1.25rem; }
.prose li { margin-bottom: .7rem; }
.emphasis { border-left: .35rem solid #7e9d90; padding-left: 1.25rem; }
.statements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.final-cta { background: #12352f; text-align: center; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1; transform: translateY(-200%); padding: .6rem .8rem; background: #fff; color: #12352f; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 40rem) { .statements { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
