:root{
  --accent:#1769aa;
  --accent-2:#c14c78;
  --accent-strong:#1769aa;
  --accent-ink:#ffffff;
  --accent-soft:#d9edf9;
  --bg:#f3f8fb;
  --surface:#ffffff;
  --ink:#17304a;
  --muted:#5c7185;
  --line:#d6e4ee;
  --hero-bg:linear-gradient(135deg,#f3f8fb,color-mix(in srgb,#d9edf9 58%,#f3f8fb));
  --band-bg:#e8f2f8;
  --faq-bg:#e8f2f8;
  --result-bg:#f9e7ee;
  --field-bg:#f3f8fb;
  --footer-bg:#163047;
  --footer-ink:#f2f9fd;
  --card-radius:20px;
  --button-radius:3px;
  --card-shadow:none;
  --font-body:Georgia,"Times New Roman",serif;
  --font-display:Arial,"Helvetica Neue",sans-serif;
  --heading-spacing:-0.042em;
  --shell-max:1240px;
  --body-size:17px;
  --section-space:clamp(48px,6vw,82px);
}
