/* ============================================================
   EVgpo brand theme — single source of truth for the site rebrand.
   Linked into every page AFTER its inline <style>, so these rules win.
   Brand: forest green #25532E · orange #FF9502 · yellow #FFCA0B · cream #F6F3E9
   Font: Montserrat (free web stand-in for the brand's Nexa)
   Mirrors preview/homepage-rebrand-preview.html. Generated 2026-05-29.
   ============================================================ */

@font-face{
  font-family:'Montserrat Variable';
  font-style:normal; font-display:swap; font-weight:100 900;
  src:url('fonts/montserrat-latin-wght-normal.woff2') format('woff2-variations');
}

/* Remap the existing palette variables to the brand. Because every page uses
   these same tokens, this single block rebrands the whole site. */
:root{
  --slate-900:#25532E;   /* brand forest green — headings, emphasis, dark surfaces */
  --slate-800:#1C4023;   /* green-700 — secondary dark */
  --slate-50:#F6F3E9;    /* cream — calm sections + page canvas */
  --slate-100:#EDE8D8;   /* warm light — subtle fills/tracks */
  --slate-400:#717C74;   /* contrast-safe muted (was #94A3B8, failed WCAG AA) */
  --slate-500:#5B6470;   /* darkened so muted text clears AA on the cream canvas (was #64748B -> 4.28:1) */
  --blue:#25532E; --blue-50:#F1F6F1; --blue-100:#E7EFE8;  /* links + tints -> green */
}

body,button,input,select,textarea{
  font-family:'Montserrat Variable','Montserrat',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}

/* Dark green surfaces need readable light text */
.site-footer{color:#CFE0D2;}
.site-footer a{color:#CFE0D2;}
.site-footer a:hover{color:#fff;}
.footer-disclaimer{color:#9FB8A4;}
.sidebar-trust{color:#9FB8A4;}

/* Dark band gradient has a literal navy end -> make it green */
.bench-card{background:linear-gradient(135deg,#25532E,#1C4023);}

/* Orange buttons used white text (~2.2:1, fails AA) -> dark-green text passes */
.btn,.btn:hover,
.full-cta .submit-btn,.full-cta .submit-btn:hover,
.program-card .program-actions a.primary,.program-card .program-actions a.primary:hover,
.sidebar-cta .btn,.sidebar-cta .btn:hover,
.cta-card .btn,.cta-card .btn:hover{color:#143018;}

/* Orange-on-white text link failed contrast -> darker brand orange */
.result-cta-link,.result-cta-link:hover{color:#B45309;}

/* Byline avatar: solid brand green instead of the orange->yellow gradient */
.byline-avatar{background:#25532E;}

/* Orange-background micro-accents (label pill, wizard step number, Yes/No active):
   dark-green text so they pass WCAG AA (white-on-orange is ~2.2:1) */
.sidebar-cta .label,.wiz-q-label .num,.wiz-yesno button.active{color:#143018;}
