/* Override green in 100K static pages */
:root {
  --green: #5A8A6A !important;
  --green-light: #F5F2ED !important;
  --green-dark: #3D6B4F !important;
}
.hero { background: linear-gradient(135deg, #0B1120 0%, #151D2E 60%, #1A2540 100%) !important; }
.risk-low { color: #5A8A6A !important; }
.nav-pills a { background: #F5F2ED !important; border-color: #E8DDD2 !important; color: #3D6B4F !important; }
.verdict-box { background: #F5F2ED !important; border-color: #E8DDD2 !important; }
.evidence { background: #F5F2ED !important; border-color: #E8DDD2 !important; color: #3D6B4F !important; }
.link-grid a:hover { background: #F5F2ED !important; border-color: #E8DDD2 !important; }
.tri-oui { background: #F5F2ED !important; border-color: #E8DDD2 !important; }
.sticky-nav a { color: #C4956B !important; border-color: rgba(196,149,107,.3) !important; }
.sticky-nav a:hover, .sticky-nav a.active { background: #B8735A !important; color: #fff !important; border-color: #B8735A !important; }
a { color: inherit; }
a:hover { color: #B8735A; }
