: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:3px;
  --button-radius:14px;
  --card-shadow:0 18px 45px rgba(25,31,45,.07);
  --font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:Trebuchet MS,Arial,sans-serif;
  --heading-spacing:-0.072em;
  --shell-max:1080px;
  --body-size:16.5px;
  --section-space:clamp(48px,6vw,82px);
}
