.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:9999;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(37,211,102,.5)}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.4);animation:whatsapp-pulse 2s ease-out infinite}@keyframes whatsapp-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}@media (max-width:768px){.whatsapp-float{bottom:16px;right:16px;width:50px;height:50px}.whatsapp-float svg{width:24px;height:24px}}body:has(.contact-hero) .whatsapp-float,body:has(.reserve-page-header) .whatsapp-float{display:none}