:root{
  --accent:#9f3a5b;
  --accent-2:#4661a8;
  --accent-strong:#9f3a5b;
  --accent-ink:#ffffff;
  --accent-soft:#f5dfe7;
  --bg:#fbf6f7;
  --surface:#ffffff;
  --ink:#321d25;
  --muted:#755d66;
  --line:#eadce1;
  --hero-bg:linear-gradient(135deg,#fbf6f7,color-mix(in srgb,#f5dfe7 58%,#fbf6f7));
  --band-bg:#f7ecef;
  --faq-bg:#f7ecef;
  --result-bg:#eef1fb;
  --field-bg:#fbf6f7;
  --footer-bg:#2d1a21;
  --footer-ink:#fff4f7;
  --card-radius:14px;
  --button-radius:8px;
  --card-shadow:none;
  --font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:Trebuchet MS,Arial,sans-serif;
  --heading-spacing:-0.018em;
  --shell-max:1180px;
  --body-size:16px;
  --section-space:clamp(64px,8vw,110px);
}
