.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:50;display:flex;align-items:center;gap:10px;min-height:56px;padding:0 19px 0 15px;border-radius:999px;background:#25d366;color:#fff;font:800 13px Manrope,Arial,sans-serif;box-shadow:0 14px 35px rgba(15,70,45,.28);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.whatsapp-float:hover{transform:translateY(-3px);background:#20bd5a;box-shadow:0 18px 40px rgba(15,70,45,.34)}
.whatsapp-float:focus-visible{outline:3px solid #ffb230;outline-offset:3px}
.whatsapp-float svg{width:29px;height:29px;fill:currentColor;flex:0 0 auto}
@media(max-width:600px){.whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;min-height:56px;padding:0;justify-content:center}.whatsapp-float span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.whatsapp-float svg{width:30px;height:30px}}
