: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:8px;
  --button-radius:3px;
  --card-shadow:none;
  --font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:Trebuchet MS,Arial,sans-serif;
  --heading-spacing:-0.042em;
  --shell-max:1140px;
  --body-size:17px;
  --section-space:clamp(64px,8vw,110px);
}
