:root{
  --accent:#0f766e;
  --accent-2:#d97706;
  --accent-strong:#0f766e;
  --accent-ink:#ffffff;
  --accent-soft:#d8f3ec;
  --bg:#f5faf8;
  --surface:#ffffff;
  --ink:#16312f;
  --muted:#5d706e;
  --line:#d6e7e2;
  --hero-bg:linear-gradient(135deg,#f5faf8,color-mix(in srgb,#d8f3ec 58%,#f5faf8));
  --band-bg:#eaf5f1;
  --faq-bg:#eaf5f1;
  --result-bg:#fff6e5;
  --field-bg:#f5faf8;
  --footer-bg:#12312e;
  --footer-ink:#effbf8;
  --card-radius:3px;
  --button-radius:14px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:Palatino,"Palatino Linotype",serif;
  --font-display:Verdana,Geneva,sans-serif;
  --heading-spacing:-0.072em;
  --shell-max:1240px;
  --body-size:17px;
  --section-space:clamp(64px,8vw,110px);
}
