:root {
  --ink: #17312d;
  --muted: #536964;
  --green: #123f39;
  --green-2: #0b5248;
  --mint: #dff5ed;
  --lime: #c7e66a;
  --line: #bfd3cd;
  --paper: #f7fbf9;
  --white: #fff;
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; line-height: 1.65; background: radial-gradient(circle at 85% 7%, rgba(199,230,106,.18), transparent 18rem), linear-gradient(180deg,#edf9f4 0,#f7fbf9 28rem); color: var(--ink); }
main { flex: 1; }
a { color: #0c6657; text-underline-offset: 3px; text-decoration-thickness: .08em; }
a:hover { color: #073e36; }
:where(a,button,input,select,textarea,[tabindex]):focus-visible { outline: 3px solid #86a900; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; transform: translateY(-200%); background: white; color: var(--green); padding: .75rem 1rem; border-radius: 10px; z-index: 20; box-shadow: 0 6px 24px rgba(0,0,0,.16); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(18,63,57,.97); color: white; border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.header-inner,.footer-inner,.page-shell { max-width: 1120px; margin: auto; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 1.25rem; }
.site-brand { display: flex; align-items: center; gap: .7rem; flex: 0 0 auto; color: white; text-decoration: none; font-weight: 780; line-height: 1.05; letter-spacing: -.02em; }
.site-brand small { font-weight: 500; opacity: .76; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #7ccbbb; border-radius: 13px; color: var(--lime); font-size: .82rem; letter-spacing: .08em; }
.site-header nav,.footer-inner nav { display: flex; gap: .25rem; flex-wrap: wrap; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 .7rem; border-radius: 999px; color: #e8f7f2; text-decoration: none; font-size: .9rem; font-weight: 650; white-space: nowrap; }
.site-header nav a:hover { background: rgba(255,255,255,.09); }
.site-header nav a[aria-current="page"] { background: var(--lime); color: #17312d; }
.page-shell { width: 100%; padding: 5rem 1.25rem 7rem; }
article { max-width: 800px; margin: auto; }
article > h1 { max-width: 14ch; margin: 0 0 1.5rem; color: var(--green); font-size: clamp(2.7rem,7vw,5.35rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
article > h1 + p { max-width: 65ch; margin-bottom: 2rem; color: #385a54; font-size: 1.25rem; line-height: 1.55; }
h2 { margin: 4.25rem 0 1rem; color: var(--green); font-size: clamp(1.75rem,4vw,2.6rem); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
h2::after { content: ""; display: block; width: 3.25rem; height: 4px; margin-top: .7rem; border-radius: 99px; background: var(--lime); }
h3 { margin: 2rem 0 .5rem; font-size: 1.15rem; line-height: 1.35; }
p,li { font-size: 1.03rem; }
ul,ol { padding-left: 1.35rem; }
li { margin: .55rem 0; }
.cta-row { margin: 1.4rem 0; }
.cta-row a,button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 0; border-radius: 999px; background: var(--green); color: white; font: inherit; font-weight: 780; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(18,63,57,.12); }
.cta-row a:hover,button:hover { background: #0a302b; color: white; transform: translateY(-1px); }
.table-scroll { overflow-x: auto; margin: 1.5rem 0; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(18,63,57,.05); }
table { width: 100%; min-width: 600px; border-collapse: collapse; }
th,td { padding: 1rem; border-bottom: 1px solid #e6eeeb; text-align: left; vertical-align: top; }
th { background: #eaf7f2; color: var(--green); }
.faq-question { margin-top: 1.25rem; padding: 1.05rem 1.15rem; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: white; }
.faq-question + p { margin-top: 0; padding: .2rem 1.15rem 1.15rem; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 14px 14px; background: white; color: #344d48; }
.lead-form,.quiz-gate form { display: grid; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 36px rgba(18,63,57,.08); }
label { display: grid; gap: .4rem; font-weight: 700; }
input,select { min-height: 48px; padding: .8rem .9rem; border: 1px solid #84a9a0; border-radius: 10px; background: white; font: inherit; }
button:disabled { opacity: .55; }
.hp { position: absolute !important; left: -9999px !important; }
.quiz-progress { position: sticky; top: 78px; z-index: 4; height: 9px; overflow: hidden; border-radius: 99px; background: #dbe9e5; }
.quiz-progress span { display: block; width: 0; height: 100%; background: var(--lime); transition: width .25s; }
.quiz-question { margin: 1.25rem 0; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(18,63,57,.04); }
.quiz-question legend { padding: 0 .4rem; font-size: 1.15rem; font-weight: 800; line-height: 1.4; }
.quiz-question legend span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: .6rem; border-radius: 8px; background: var(--mint); }
.quiz-question label { min-height: 48px; grid-template-columns: auto 1fr; align-items: center; padding: .7rem .8rem; border: 2px solid transparent; border-radius: 10px; font-weight: 500; cursor: pointer; }
.quiz-question label:hover,.quiz-question label:focus-within { border-color: #acd7cb; background: #edf8f4; }
.quiz-question input { min-height: auto; margin: 0; accent-color: var(--green-2); }
.quiz-results,.quiz-gate { margin-top: 2rem; padding: 1.6rem; border: 1px solid #98d6c5; border-radius: var(--radius); background: #e9f8f2; }
.pillar-results { display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: .75rem; }
.pillar-results div { display: flex; justify-content: space-between; gap: .5rem; padding: .8rem; border-radius: 10px; background: white; }
.pillar-results span { color: #0c6657; font-weight: 800; }
.form-status { margin: 0; color: var(--muted); }
.page-monthly-report article,.page-methodology article,.page-about article,.page-privacy article,.page-404 article { min-height: 330px; padding: clamp(1.5rem,5vw,3.5rem); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(18,63,57,.07); }
.page-monthly-report article > h1,.page-methodology article > h1,.page-about article > h1,.page-privacy article > h1,.page-404 article > h1 { font-size: clamp(2.5rem,6vw,4.5rem); }
footer { padding: 3rem 1.25rem; background: #0c2c28; color: #d6e9e4; }
.footer-inner nav { gap: .4rem 1.2rem; }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: #d6e9e4; }
.footer-inner nav a[aria-current="page"] { color: var(--lime); text-decoration-thickness: 3px; }
.footer-inner > p { font-size: .9rem; }
@media (max-width: 760px) {
  .site-header { position: static; }
  .header-inner { align-items: stretch; flex-direction: column; gap: .75rem; padding: 1rem 0 0; }
  .site-brand { padding: 0 1rem; }
  .site-header nav { width: 100%; flex-wrap: nowrap; gap: .2rem; overflow-x: auto; padding: 0 .55rem .75rem; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { padding: 0 .65rem; }
  .page-shell { padding: 3rem 1rem 5rem; }
  article > h1 { font-size: clamp(2.65rem,13vw,3.8rem); letter-spacing: -.05em; }
  article > h1 + p { font-size: 1.12rem; }
  h2 { margin-top: 3.25rem; }
  .quiz-progress { top: 0; }
  .quiz-question { padding: 1.1rem .8rem; }
  .table-scroll { margin-right: -.25rem; }
}
