
/* Mitti Aura premium footer + WhatsApp cleanup */
.ma-footer,
.site-footer,
.footer,
footer{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at -10% 0%, rgba(255,246,218,.95) 0 28%, transparent 29%),
    linear-gradient(135deg,#1f120b 0%,#3a2113 45%,#6b3c14 100%)!important;
  color:#fff7e7!important;
  border-top:1px solid rgba(214,167,61,.35)!important;
}
.ma-footer *,
.site-footer *,
.footer *,
footer *{
  color:inherit;
}
.ma-footer p,
.site-footer p,
.footer p,
footer p{
  color:#f5dfb6!important;
  opacity:1!important;
  text-shadow:0 1px 14px rgba(0,0,0,.28)!important;
}
.ma-footer a,
.site-footer a,
.footer a,
footer a{
  color:#fff4d7!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.ma-footer a:hover,
.site-footer a:hover,
.footer a:hover,
footer a:hover{
  color:#ffd56a!important;
}
.ma-footer h1,.ma-footer h2,.ma-footer h3,.ma-footer h4,
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,
.footer h1,.footer h2,.footer h3,.footer h4,
footer h1,footer h2,footer h3,footer h4{
  color:#ffd56a!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.ma-footer .footer-logo,
.site-footer .footer-logo,
.footer .footer-logo,
footer .footer-logo{
  background:rgba(255,248,232,.92)!important;
  border-radius:22px!important;
  box-shadow:0 18px 55px rgba(0,0,0,.22)!important;
}
.ma-footer::before,
.site-footer::before,
.footer::before,
footer::before{
  content:"";
  position:absolute;
  left:-90px;
  top:-130px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,248,223,.96) 0 38%,rgba(255,248,223,.25) 39%,transparent 65%);
  pointer-events:none;
  filter:blur(.2px);
}
.ma-footer > *,
.site-footer > *,
.footer > *,
footer > *{
  position:relative;
  z-index:1;
}

/* Remove floating WhatsApp everywhere */
.wa-float,
.whatsapp-float,
.whatsapp-button,
#whatsappBtn,
#waBtn,
a[href*="wa.me"],
a[href*="whatsapp.com"]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
