:root{
  --cs-accent:#1D613C; /* deep green */
  --cs-accent-2:#7BC493; /* light green */
  --cs-text:#212529;
}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif;color:var(--cs-text)}
.navbar-brand img{height:44px;width:auto}
.hero{background:linear-gradient(180deg,#f8faf9 0,#fff 100%)}
.btn-accent{background:var(--cs-accent);color:#fff;border:0}
.btn-accent:hover{filter:brightness(.95);color:#fff}
.badge-anaci{background:rgba(29,97,60,0.08);border:1px solid rgba(29,97,60,0.25);color:var(--cs-accent)}
.card-icon{font-size:1.6rem;color:var(--cs-accent)}
footer a{color:#adb5bd;text-decoration:none}
footer a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
html{scroll-behavior:smooth}

/* FAQ */
.accordion-button:not(.collapsed){color:var(--cs-accent);background:#e9f6ef}

/* Utilities */
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
