.floating-actions{position:fixed;right:20px;bottom:20px;z-index:50;display:flex;flex-direction:column;gap:12px;align-items:flex-end}
.floating-demo,.chat-toggle{border:0;border-radius:999px;padding:14px 19px;font-weight:800;box-shadow:0 12px 35px #0008;cursor:pointer}
.floating-demo{background:var(--lime);color:#07101d}
.chat-toggle{position:static;background:#0f1626;border:1px solid var(--line);color:#edf1fa}
.whatsapp-fab{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#062010;font-size:11px;font-weight:850;box-shadow:0 12px 35px #0008}
.floating-demo:hover{filter:brightness(1.06)}
.chat-toggle:hover{border-color:#6aa0ff}
.whatsapp-fab:hover{background:#3be87b}
.chat-box{bottom:164px}
@media(max-width:800px){.floating-actions{right:16px;bottom:16px}.floating-demo{padding:12px 16px}.chat-box{right:16px;bottom:154px;width:min(370px,calc(100vw - 32px))}}
