:root{
  --accent:#3159d9;
  --accent-2:#e38b2c;
  --accent-strong:#3159d9;
  --accent-ink:#ffffff;
  --accent-soft:#dfe7ff;
  --bg:#f6f7fb;
  --surface:#ffffff;
  --ink:#172033;
  --muted:#5f6879;
  --line:#dfe3ed;
  --hero-bg:linear-gradient(135deg,#f6f7fb,color-mix(in srgb,#dfe7ff 58%,#f6f7fb));
  --band-bg:#eef1f8;
  --faq-bg:#eef1f8;
  --result-bg:#edf7f2;
  --field-bg:#f6f7fb;
  --footer-bg:#172033;
  --footer-ink:#f5f7ff;
  --card-radius:14px;
  --button-radius:999px;
  --card-shadow:none;
  --font-body:Arial,"Helvetica Neue",sans-serif;
  --font-display:Garamond,Georgia,serif;
  --heading-spacing:-0.072em;
  --shell-max:1320px;
  --body-size:16.5px;
  --section-space:clamp(78px,10vw,128px);
}
