@keyframes pulse{50%{opacity:.5}}#zopim-lazy-container{display:none}.zopim-lazy-button{position:fixed;bottom:20px;right:20px;z-index:9999;background:#97b5a8;color:#2c3e50;border:0;border-radius:50px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease;display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.zopim-lazy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);background:#8aa599}.zopim-lazy-button:active{transform:translateY(0)}.zopim-lazy-button:disabled{opacity:.7;cursor:not-allowed}.zopim-lazy-button .chat-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.zopim-lazy-button .chat-icon svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}.zopim-lazy-button .chat-text{font-size:18px;font-weight:600}.zopim-lazy-button.zopim-loading .chat-icon{animation:pulse 1.5s infinite}@media (max-width:768px){.zopim-lazy-button{bottom:15px;right:15px;padding:10px 20px}.zopim-lazy-button .chat-icon{width:20px;height:20px;font-size:12px}.zopim-lazy-button .chat-icon svg{width:14px;height:14px}.zopim-lazy-button .chat-text{font-size:16px}}