/* o84ec8f */
/* fix0617: hero CTA "Vedi i migliori bonus" was faint gray label on light-purple gradient (contrast ~2:1). Force a readable white label and deepen the fill. */
.hero-cta-sf7cfd .button-sf7cfd:not(.act-lead-sf7cfd){
  background:linear-gradient(120deg,#3a3ab8,#6f63d6)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:0 1px 2px rgba(12,12,18,.55);
  font-weight:700!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
.hero-cta-sf7cfd .button-sf7cfd:not(.act-lead-sf7cfd):hover{
  background:linear-gradient(120deg,#33339f,#6258c9)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
