/* Dorothea primary action palette: teal */
:root{--dorothea-teal:#218a84;--dorothea-teal-dark:#166f6b;--dorothea-teal-shadow:rgba(22,111,107,.24)}
.nav-cta,
.navlinks .primary,
.sidebar-card,
.sidebar-cta,
.sidebar-cta-btn,
.sidebar-cta-btn.teal,
.cta-card,
.cta-block,
.btn-primary,
.btn-hero-primary,
.assessment-band a,
.planner button {
  background:linear-gradient(135deg,var(--dorothea-teal),var(--dorothea-teal-dark))!important;
  border-color:transparent!important;
  box-shadow:0 8px 22px var(--dorothea-teal-shadow)!important;
}
.nav-cta:hover,
.navlinks .primary:hover,
.sidebar-cta-btn:hover,
.cta-button:hover,
.btn-primary:hover,
.btn-hero-primary:hover,
.assessment-band a:hover,
.planner button:hover {
  background:linear-gradient(135deg,#1b7d78,#125f5c)!important;
}
.cta-card .cta-button,
.sidebar-card a.sidebar-btn,
.sidebar-card a:not(.sidebar-cta-btn),
.sidebar-cta a {
  color:var(--dorothea-teal-dark)!important;
}
