/**
 * ISOFT Consulting — WhatsApp Floating Button
 */
.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;border-radius:50%;font-size:1.5rem;box-shadow:0 4px 12px rgba(37,211,102,.35);z-index:900;transition:all .25s;text-decoration:none}
.whatsapp-float:hover{background:#20BD5A;transform:scale(1.1);color:#fff;box-shadow:0 6px 16px rgba(37,211,102,.45)}
@media(max-width:768px){.whatsapp-float{bottom:16px;right:16px;width:50px;height:50px;font-size:1.3rem}}
@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}.whatsapp-float:hover{transform:none}}
