/* oa2d184 */
/* ==== bespoke hero contrast fix 2026-06-17 (bonusimmediatosenzadepositononaams.com) ====
   overlay set --fg:#8aa38f / --fg-muted:#96a699 (muted desaturated green),
   making the hero H1 + subhead grey on near-black (#0d0f0d). Raise contrast using
   this skin's own green palette: near-white-mint heading, brighter mint subhead. */
.hero-s74bcc .container-s74bcc h1,
.hero-minimal h1,
.hero-minimal-inner h1{
  color:#f1fbf3;
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.hero-s74bcc .container-s74bcc h1 em,
.hero-s74bcc .container-s74bcc h1 .accent,
.hero-minimal h1 em,
.hero-minimal h1 .accent,
.hero-minimal-inner h1 em,
.hero-minimal-inner h1 .accent{
  color:#90f4a2;
}
.hero-s74bcc .lead-minor-s74bcc,
.hero-minimal .lead-minor-s74bcc,
.hero-minimal-inner .lead-minor-s74bcc{
  color:#cfe3d4;
}
/* /bespoke hero contrast fix */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* h1fit-mobile-20260721 : H1 one line on mobile */
@media(max-width:999px){main h1{white-space:normal!important;font-size:14px!important}}
/* end-h1fit-mobile-20260721 */
