/* MostHelt V3.0.1 — homepage dark hero contrast hotfix
   Keeps all primary hero copy readable on the #013634 surface even if
   legacy/global heading rules are cached or loaded with different priority. */
.mh-home-v3 .mh3-hero .mh3-eyebrow{
  color:#d4ebe5!important;
}
.mh-home-v3 .mh3-hero .mh3-hero-copy h1{
  color:#ffffff!important;
}
.mh-home-v3 .mh3-hero .mh3-hero-copy h1 em{
  color:#69d9bf!important;
}
.mh-home-v3 .mh3-hero .mh3-hero-copy>p{
  color:#dcebe6!important;
}
.mh-home-v3 .mh3-hero .mh3-hero-trust{
  color:#dcebe6!important;
}
.mh-home-v3 .mh3-hero .mh3-hero-trust i{
  color:#79e2c9!important;
  background:rgba(121,226,201,.14)!important;
}
@media (max-width:620px){
  .mh-home-v3 .mh3-hero .mh3-hero-copy>p{color:#e2efeb!important}
}
