/* o88dac1 */
/* fix0617: hero CTA contrast — bare .act-se82b6 inherited a{color:var(--primary)} (#7056d2),
   identical to its purple gradient fill (--primary/--gold both #7056d2 after overlay) → invisible label.
   Force a high-contrast white label on the primary gradient CTA. */
a.act-se82b6:not(.btn-lead-se82b6):not(.btn-white):not(.btn-ghost):not(.btn-link){
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(40,20,80,.45);
  font-weight:700!important;
}
a.act-se82b6:not(.btn-lead-se82b6):not(.btn-white):not(.btn-ghost):not(.btn-link):hover{
  color:#ffffff!important;
  filter:brightness(1.06);
}
a.act-se82b6:not(.btn-lead-se82b6):not(.btn-white):not(.btn-ghost):not(.btn-link) svg,
a.act-se82b6:not(.btn-lead-se82b6):not(.btn-white):not(.btn-ghost):not(.btn-link) svg path{
  fill:#ffffff!important;stroke:#ffffff!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
