.whatsapp-float { position: fixed; z-index: 9998; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 9px; box-sizing: border-box; height: 52px; padding: 0 18px 0 13px; border: 2px solid #fffffff2; border-radius: 999px; background: #25d366; color: #fff !important; box-shadow: 0 12px 28px #14395b38; text-decoration: none !important; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float:focus-visible { outline: 3px solid #128c7e; outline-offset: 4px; }
.whatsapp-float svg { width: 27px; height: 27px; flex-shrink: 0; fill: none; stroke: currentColor; }
.whatsapp-float__label { font-size: 13px; font-weight: 700; color: #fff; }
@media (max-width: 600px) { .whatsapp-float { right: 16px; bottom: 16px; height: 48px; padding: 0 15px 0 11px; } .whatsapp-float__label { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { .whatsapp-float { transition: none; } }
