.wa-float.whatsapp-style{position:fixed;right:18px;bottom:18px;z-index:9999;display:inline-flex;align-items:center;gap:11px;padding:11px 16px;border-radius:50px;background:linear-gradient(180deg,#25D366,#1DA851);color:#fff;text-decoration:none;font-family:'Segoe UI',sans-serif;font-weight:600;letter-spacing:.2px;box-shadow:0 10px 26px rgba(18,140,126,.35);border:2px solid rgba(255,255,255,.25);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-style .wa-icon{width:28px;height:28px;border-radius:50%;background:#fff;color:#25D366;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px}.whatsapp-style .wa-text{display:flex;flex-direction:column;line-height:1.1}.whatsapp-style .wa-title{font-size:15px;font-weight:700}.whatsapp-style .wa-sub{font-size:12px;opacity:.95}.whatsapp-style:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(180deg,#2de76f,#1db05a);box-shadow:0 14px 26px rgba(18,140,126,.4)}.whatsapp-style::after{content:"";position:absolute;left:50%;top:50%;width:150%;height:150%;transform:translate(-50%,-50%);border-radius:999px;border:2px solid rgba(37,211,102,.35);animation:wa-pulse 2.2s ease-out infinite;z-index:-1}@keyframes wa-pulse{0%{transform:translate(-50%,-50%) scale(0.75);opacity:.55}70%{transform:translate(-50%,-50%) scale(1.25);opacity:0}100%{opacity:0}}