:root{
  --accent:#c2493c;
  --accent-2:#2a6f97;
  --accent-strong:#c2493c;
  --accent-ink:#ffffff;
  --accent-soft:#ffe1da;
  --bg:#fff7f4;
  --surface:#ffffff;
  --ink:#3a211e;
  --muted:#7a615e;
  --line:#efded9;
  --hero-bg:linear-gradient(135deg,#fff7f4,color-mix(in srgb,#ffe1da 58%,#fff7f4));
  --band-bg:#f8ebe7;
  --faq-bg:#f8ebe7;
  --result-bg:#e7f1f7;
  --field-bg:#fff7f4;
  --footer-bg:#38211e;
  --footer-ink:#fff5f2;
  --card-radius:36px;
  --button-radius:14px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:Verdana,Geneva,sans-serif;
  --font-display:Arial Black,Arial,sans-serif;
  --heading-spacing:-0.042em;
  --shell-max:1080px;
  --body-size:17px;
  --section-space:clamp(48px,6vw,82px);
}
