:root{
  --accent:#1d6b52;
  --accent-2:#b65b37;
  --accent-strong:#1d6b52;
  --accent-ink:#ffffff;
  --accent-soft:#d9efe5;
  --bg:#f4f9f6;
  --surface:#ffffff;
  --ink:#16352b;
  --muted:#61756d;
  --line:#d7e7df;
  --hero-bg:linear-gradient(135deg,#f4f9f6,color-mix(in srgb,#d9efe5 58%,#f4f9f6));
  --band-bg:#e8f3ed;
  --faq-bg:#e8f3ed;
  --result-bg:#fae9e2;
  --field-bg:#f4f9f6;
  --footer-bg:#17352c;
  --footer-ink:#f3fbf7;
  --card-radius:14px;
  --button-radius:999px;
  --card-shadow:none;
  --font-body:Tahoma,Verdana,sans-serif;
  --font-display:Times New Roman,Times,serif;
  --heading-spacing:-0.018em;
  --shell-max:1240px;
  --body-size:17px;
  --section-space:clamp(78px,10vw,128px);
}
