.fixed-chat-button{position:fixed;bottom:30px;right:30px;z-index:9999;animation:bounce 2s infinite}.fixed-chat-button a{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#06c755 0%,#05b34a 100%);color:#fff;text-decoration:none;padding:12px 20px;border-radius:50px;box-shadow:0 4px 20px rgba(6,199,85,.4);transition:all .3s ease;max-width:280px}.fixed-chat-button a:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 30px rgba(6,199,85,.6)}.chat-icon{width:45px;height:45px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-text{display:flex;flex-direction:column;gap:2px;text-align:left}.chat-label{font-size:11px;font-weight:400;opacity:.95;line-height:1.2}.chat-action{font-size:14px;font-weight:700;line-height:1.2}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.fixed-chat-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50px;background:rgba(6,199,85,.3);animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}100%{transform:translate(-50%,-50%) scale(1.3);opacity:0}}@media (max-width:768px){.fixed-chat-button{bottom:150px;right:20px}.fixed-chat-button a{padding:10px 16px;max-width:240px}.chat-icon{width:40px;height:40px}.chat-label{font-size:10px}.chat-action{font-size:13px}}@media (max-width:480px){.fixed-chat-button{bottom:170px}.fixed-chat-button a{padding:12px;border-radius:50%;width:60px;height:60px;justify-content:center}.chat-text{display:none}.chat-icon{width:36px;height:36px}}