.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; align-items: center; gap: 10px; padding: 12px 17px 12px 13px; border-radius: 999px; background: #25d366; color: #062d16; font-size: 13px; font-weight: 800; box-shadow: 0 10px 28px #0004; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 14px 34px #0005; }
.whatsapp-float svg { width: 27px; height: 27px; fill: #fff; }
@media (max-width: 620px) { .whatsapp-float { right: 16px; bottom: 16px; width: 58px; height: 58px; padding: 0; justify-content: center; } .whatsapp-float span { display: none; } .whatsapp-float svg { width: 30px; height: 30px; } }
