:root{
  --v97-ink:#102f3f;
  --v97-muted:#405865;
  --v97-link:#075f73;
  --v97-green:#0b665b;
  --v97-green-dark:#07584f;
  --v97-on-green:#ffffff;
}
html,body{color:var(--v97-ink)}
/* Absolute rule: green surfaces never carry dark text. */
.v97-green-surface,
.v97-green-surface :where(h1,h2,h3,h4,h5,h6,p,span,small,strong,b,em,i,label,li,dt,dd,summary,a,button){color:var(--v97-on-green)!important}
.v97-green-surface a{text-decoration-color:rgba(255,255,255,.78)!important}
.v97-green-surface a:hover,.v97-green-surface a:focus{color:#fff!important;text-decoration-color:#fff!important}
.v97-green-surface :where(input,select,textarea,option){background:#fff!important;color:var(--v97-ink)!important;border-color:#9bb5bc!important}
.v97-green-surface :where(.btn.secondary,.button-secondary,.pr-btn-ghost){background:#fff!important;color:var(--v97-green-dark)!important;border-color:#fff!important}
/* Known green/teal product surfaces. */
.quick-card,.cta-card,.cost-compare .onsite-cost,.academy-core,
[class*="success"][class*="card"],[class*="green"][class*="card"],
[class*="green"][class*="surface"],[class*="emerald"][class*="surface"]{color:#fff!important}
.quick-card :where(h1,h2,h3,h4,p,span,small,strong,b,a,li),
.cta-card :where(h1,h2,h3,h4,p,span,small,strong,b,a,li),
.cost-compare .onsite-cost :where(h1,h2,h3,h4,p,span,small,strong,b,a,li){color:#fff!important}
/* Never use dark text on the academy green core. */
.academy-core{background:#eef8f5!important;color:#fff!important}
/* Accessible focus and form text. */
a,button,input,select,textarea{outline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f3b61f!important}
input,select,textarea{color:var(--v97-ink);background:#fff}
input::placeholder,textarea::placeholder{color:#596e78;opacity:1}
/* Mobile/tablet: force readable navigation and controls. */
@media(max-width:1120px){
 .mobile-nav-panel{background:#eef6fb!important;color:#fff!important}
 .mobile-nav-panel a,.mobile-nav-panel strong,.mobile-nav-panel span{color:#fff!important}
 .mobile-nav-panel a:hover,.mobile-nav-panel a:focus{background:#eef8f5!important;color:#fff!important}
 .mobile-nav-toggle{background:#fff!important;color:#102f3f!important;border:1px solid #9fb4be!important}
 .mobile-nav-toggle span{background:#eef6fb!important}
 .header-search{background:#fff!important;color:#102f3f!important;border-color:#9fb4be!important}
 .header-search span,.header-search b{color:#102f3f!important}
 .nav-dropdown{background:#fff!important;color:#102f3f!important}
 .nav-dropdown a,.nav-dropdown strong{color:#102f3f!important}
 .nav-dropdown span{color:#405865!important}
}
/* Tables must remain readable on narrow screens. */
@media(max-width:720px){
 table{font-size:.92rem}
 th{color:#102f3f!important;background:#edf4f5!important}
 td{color:#203f4e!important;background:#fff}
 .v97-green-surface th,.v97-green-surface td{background:transparent!important;color:#fff!important}
}
