: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:3px;
  --button-radius:3px;
  --card-shadow:none;
  --font-body:Arial,"Helvetica Neue",sans-serif;
  --font-display:Garamond,Georgia,serif;
  --heading-spacing:-0.072em;
  --shell-max:1240px;
  --body-size:15.5px;
  --section-space:clamp(48px,6vw,82px);
}
