/* ANSEIO — Mobile premium / Lia + WhatsApp */
.anseio-whatsapp-float{
  transition:transform .22s ease, opacity .22s ease, filter .22s ease;
}
.anseio-whatsapp-float:hover,
.anseio-whatsapp-float:focus-visible{
  transform:translateY(-4px) scale(1.03);
  filter:drop-shadow(0 14px 26px rgba(120,0,7,.22));
}
.anseio-public-ai{
  transition:transform .22s ease, opacity .22s ease;
}
body.anseio-is-scrolling .anseio-public-ai,
body.anseio-is-scrolling .anseio-whatsapp-float{
  transform:translateY(4px) scale(.96);
  opacity:.78;
}
@media(max-width:720px){
  .anseio-public-ai-toggle,
  .anseio-whatsapp-float .icon{
    width:54px!important;
    height:54px!important;
  }
  .anseio-public-ai{
    bottom:18px!important;
    left:12px!important;
  }
  .anseio-customer-auth{
    bottom:82px!important;
    left:12px!important;
  }
  .anseio-whatsapp-float{
    right:12px!important;
    bottom:18px!important;
  }
  .anseio-public-ai-box,
  .anseio-customer-auth-box{
    border-radius:22px;
    box-shadow:0 22px 68px rgba(0,0,0,.34);
  }
}
