/* o9445eb */
/* hero-cta-fill-fix0617: hero CTA carried only base .act-s6ae09 (no .act-key
   modifier) so it rendered as an unfilled blue-on-tan outline box. Give the
   hero anchor a real filled teal-primary button with a readable label. */
.act-s6ae09[href="#confronto"]{
  background:linear-gradient(135deg,#23b4d1 0%,#1b9fbb 50%,#147186 100%);
  color:#f4fbfd;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 30px -12px rgba(20,113,134,.7);
  padding:15px 32px;
  border-radius:10px;
  font-size:15px;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
}
.act-s6ae09[href="#confronto"]:hover{
  color:#ffffff;
  filter:brightness(1.06);
  box-shadow:0 16px 36px -12px rgba(20,113,134,.82);
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* logo-contrast-fix */
header [class*="logo-text-"]{color:rgba(236,230,216,.96)!important}
header [class*="logo-text-"]::first-letter{color:var(--gold-bright)!important}
