:root{
  --accent:#2c5f5d;
  --accent-2:#9f783b;
  --accent-strong:#2c5f5d;
  --accent-ink:#ffffff;
  --accent-soft:#dcecea;
  --bg:#f4f7f5;
  --surface:#ffffff;
  --ink:#193332;
  --muted:#617271;
  --line:#d8e3df;
  --hero-bg:linear-gradient(135deg,#f4f7f5,color-mix(in srgb,#dcecea 58%,#f4f7f5));
  --band-bg:#eaf0ed;
  --faq-bg:#eaf0ed;
  --result-bg:#f5eddf;
  --field-bg:#f4f7f5;
  --footer-bg:#1a3432;
  --footer-ink:#f3faf8;
  --card-radius:28px;
  --button-radius:8px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:Verdana,Geneva,sans-serif;
  --font-display:Palatino,"Palatino Linotype",serif;
  --heading-spacing:-0.072em;
  --shell-max:1140px;
  --body-size:16.5px;
  --section-space:clamp(78px,10vw,128px);
}
