: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:20px;
  --button-radius:8px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:Trebuchet MS,Arial,sans-serif;
  --font-display:Georgia,"Times New Roman",serif;
  --heading-spacing:-0.042em;
  --shell-max:1140px;
  --body-size:17px;
  --section-space:clamp(78px,10vw,128px);
}
