:root { color: #14213d; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #edf3f8; color: #1f1f1f; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; }
.brand { border: 3px solid #003d73; border-radius: 999px; background: #ffda1a; box-shadow: inset 0 -2px 0 rgba(255,255,255,.2); color: #0058ab; font-weight: 900; letter-spacing: -.07em; font-size: 1.5rem; line-height: 1; padding: .4rem .9rem; text-decoration: none; }
.nav-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: .9rem; font-weight: 700; }
.hero { padding: 72px 0 56px; }
.eyebrow { color: #0058ab; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 14px 0; font-size: clamp(2.7rem, 8vw, 5.5rem); line-height: .94; letter-spacing: -.07em; }
h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 4vw, 2.25rem); letter-spacing: -.045em; }
h3 { margin: 0 0 8px; font-size: 1.08rem; }
.lede { max-width: 720px; color: #46576b; font-size: 1.2rem; line-height: 1.6; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-block; border: 2px solid #003d73; background: #ffda1a; padding: 13px 18px; font-weight: 900; text-decoration: none; }
.button.alt { background: #fff; }
.section { padding: 54px 0; }
.panel { background: #fff; border: 2px solid #003d73; box-shadow: 7px 7px 0 rgba(0, 61, 115, .15); padding: 28px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.copy { color: #46576b; line-height: 1.65; }
.callout { background: #003d73; color: #fff; padding: 34px; }
.callout .button { border-color: #ffda1a; }
.footer { padding: 34px 0 48px; color: #526476; font-size: .88rem; }
@media (max-width: 720px) { .grid { grid-template-columns: 1fr; } .nav { align-items: flex-start; flex-direction: column; } }
