:root {
  color-scheme: light;
  --ink: #07152f;
  --muted: #405a7a;
  --line: #c9d9ee;
  --brand: #0863f7;
  --brand-dark: #034bc2;
  --soft: #edf5ff;
  --success: #0b6b3a;
  --danger: #a61b1b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #f6fbff 0, #fff 36rem); line-height: 1.55; }
a { color: var(--brand-dark); text-underline-offset: .16em; overflow-wrap: anywhere; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; background: #fff; border: 2px solid var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header, footer { max-width: 1180px; margin: 0 auto; padding: 1.15rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.site-header { border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: .75rem; align-items: center; color: var(--ink); text-decoration: none; }
.brand > span:last-child { display: grid; }
.brand small { color: var(--muted); }
.brand-mark { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: .75rem; background: var(--brand); color: #fff; font-weight: 800; }
nav { display: flex; flex-wrap: wrap; gap: 1rem; }
main { max-width: 1180px; margin: 0 auto; padding: 4.5rem 1.5rem 3rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .8fr); gap: 3rem; align-items: start; }
.eyebrow, .step { margin: 0 0 .7rem; color: var(--brand-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 14ch; margin: 0; font-size: clamp(2.4rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin: .1rem 0 .65rem; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; }
.hero-copy { max-width: 44rem; color: var(--muted); font-size: 1.15rem; }
.trust-list { padding-left: 1.25rem; }
.trust-list li { margin: .45rem 0; }
.identity-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.2rem; background: #fff; box-shadow: 0 1.1rem 2.5rem rgb(18 75 141 / 9%); }
.identity-card > p { margin: 0; color: var(--brand-dark); font-weight: 750; }
.identity-card > strong { display: block; margin: .3rem 0; font-size: 1.35rem; }
.identity-card > span { color: var(--muted); }
.identity-card dl { margin: 1.25rem 0 0; }
.identity-card dl div { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.identity-card dt { color: var(--muted); }
.identity-card dd { margin: 0; font-weight: 700; }
.form-section { margin-top: 3rem; }
form { padding: clamp(1.1rem, 4vw, 2.3rem); border: 1px solid var(--line); border-radius: 1.35rem; background: #fff; box-shadow: 0 1.1rem 3rem rgb(18 75 141 / 8%); }
.form-heading > p:last-child { max-width: 48rem; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; margin: 1.6rem 0; }
.field { display: grid; gap: .4rem; font-weight: 700; }
.field em { color: var(--muted); font-size: .86rem; font-style: normal; font-weight: 500; }
.field input { width: 100%; min-height: 3.1rem; padding: .7rem .85rem; border: 1px solid #97afcc; border-radius: .65rem; color: var(--ink); background: #fff; font: inherit; }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field small { min-height: 1.2em; color: var(--muted); font-weight: 500; }
.field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.choices { min-width: 0; margin: 2rem 0 1rem; padding: 0; border: 0; }
.choices legend { font-size: 1.45rem; font-weight: 800; }
.legend-note { margin: .35rem 0 1rem; color: var(--muted); }
.choice { display: grid; grid-template-columns: 1.45rem minmax(0, 1fr); gap: .85rem; margin: .85rem 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: .9rem; background: #fbfdff; }
.choice > input { width: 1.25rem; height: 1.25rem; margin-top: .2rem; accent-color: var(--brand); }
.choice-copy { min-width: 0; }
.choice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; }
.choice-head label { cursor: pointer; font-size: 1.06rem; }
.choice-head > span { flex: 0 0 auto; padding: .2rem .55rem; border-radius: 999px; color: var(--brand-dark); background: var(--soft); font-size: .76rem; font-weight: 750; }
.disclosure { display: block; margin-top: .6rem; color: var(--muted); font-size: .91rem; }
.boundary, .support { color: var(--muted); }
.field-error { color: var(--danger) !important; font-weight: 700 !important; }
.field-error:empty { display: none; }
.status { margin: 1rem 0; padding: .9rem 1rem; border-radius: .65rem; font-weight: 700; }
.status-error { color: #7b1111; background: #fff0f0; border: 1px solid #efb1b1; }
.status-success { color: #07562f; background: #eaf9f0; border: 1px solid #9bd3b6; }
button { width: 100%; min-height: 3.35rem; border: 0; border-radius: .72rem; color: #fff; background: var(--brand); font: inherit; font-weight: 800; cursor: pointer; }
button:hover { background: var(--brand-dark); }
button:disabled, input:disabled { cursor: wait; opacity: .66; }
footer { align-items: flex-start; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
footer p { margin: 0; }
.address { display: block; }

@media (max-width: 760px) {
  .site-header, footer { align-items: flex-start; flex-direction: column; }
  .site-header nav { width: 100%; }
  main { padding-top: 2.7rem; }
  .hero { grid-template-columns: 1fr; gap: 1.25rem; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .choice-head { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .choice-head > span { white-space: normal; }
}

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