:root{
  --accent:#3557a6;
  --accent-2:#9c6d22;
  --accent-strong:#3557a6;
  --accent-ink:#ffffff;
  --accent-soft:#dfe7fa;
  --bg:#f5f7fc;
  --surface:#ffffff;
  --ink:#1d2a47;
  --muted:#647087;
  --line:#dce2ef;
  --hero-bg:linear-gradient(135deg,#f5f7fc,color-mix(in srgb,#dfe7fa 58%,#f5f7fc));
  --band-bg:#ebeff8;
  --faq-bg:#ebeff8;
  --result-bg:#f7eddb;
  --field-bg:#f5f7fc;
  --footer-bg:#1c2944;
  --footer-ink:#f5f8ff;
  --card-radius:36px;
  --button-radius:14px;
  --card-shadow:none;
  --font-body:Verdana,Geneva,sans-serif;
  --font-display:Palatino,"Palatino Linotype",serif;
  --heading-spacing:-0.018em;
  --shell-max:1080px;
  --body-size:17px;
  --section-space:clamp(48px,6vw,82px);
}
