/* o75cbfe */
/* ===== 2026-06-17 bespoke CTA fix (nuovicasinostranieri.com) =====
   Root cause: the "unique-theme:brutal" block (.act-s4e616 rule) forced a
   flat orange fill (var(--primary)=#e76c40) + a hard offset box-shadow
   (4px 4px 0 var(--fg)) + a muted border, which clashes with the elegant
   dark/amber Casino Noir theme. Restyle the hero CTA to a refined warm
   amber gradient, a soft glow, rounded corners and a dark readable label. */
.banner-call-s4e616 .act-s4e616,
.hero-minimal .act-s4e616{
  background:linear-gradient(135deg,#f6a572 0%,#e76c40 52%,#d1491a 100%)!important;
  color:#1a0f08!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:12px!important;
  box-shadow:0 12px 30px -12px rgba(231,108,64,.65),
             inset 0 1px 0 rgba(255,255,255,.28)!important;
  font-weight:700!important;
  letter-spacing:.01em;
  text-shadow:0 1px 0 rgba(255,255,255,.18);
  transition:transform .15s,box-shadow .2s,filter .2s!important;
}
.banner-call-s4e616 .act-s4e616:hover,
.hero-minimal .act-s4e616:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.05);
  box-shadow:0 18px 38px -12px rgba(231,108,64,.78),
             inset 0 1px 0 rgba(255,255,255,.30)!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
