.floating-support{position:fixed;right:20px;bottom:20px;z-index:9999;animation:supportFadeIn .6s ease-out forwards}.floating-support img{width:125px;height:auto;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:supportPulse 3.5s infinite}.floating-support img:hover{transform:scale(1.08);box-shadow:0 10px 22px rgba(0,0,0,.2);animation-play-state:paused}@keyframes supportFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes supportPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.floating-support:after{content:"Need Help?";position:absolute;right:75px;bottom:50%;transform:translateY(50%);background:#016b60;color:#fff;font-size:12px;padding:6px 10px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.floating-support:hover:after{opacity:1;transform:translateY(50%) translateX(-4px)}@media (max-width:480px){.floating-support{right:14px;bottom:14px}.floating-support img{width:52px}.floating-support:after{display:none}}