.escom-wa{position:fixed;right:25px;bottom:25px;z-index:999999;display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;text-decoration:none;padding:14px 18px;border-radius:50px;font-size:16px;font-weight:600;font-family:Arial,sans-serif;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:.3s;animation:escomPulse 2.5s infinite}.escom-wa:hover{transform:translateY(-3px);color:#fff;text-decoration:none}.escom-wa svg{width:28px;height:28px;flex-shrink:0}@keyframes escomPulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.6)}70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}@media (max-width:768px){.escom-wa{width:60px;height:60px;padding:0;border-radius:50%;justify-content:center;right:18px;bottom:18px}.escom-wa span{display:none}.escom-wa svg{width:30px;height:30px}}