.floating-contact{position:fixed;bottom:18px;right:18px;z-index:9999;gap:12px}.floating-contact,.floating-contact__panel{display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}.floating-contact__panel{gap:10px;opacity:0;transform:translateY(20px) scale(.92);transition:opacity .35s cubic-bezier(.34,1.56,.64,1),transform .35s cubic-bezier(.34,1.56,.64,1)}.floating-contact__panel--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-contact__close{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 10px rgba(0,0,0,.12);align-self:flex-end}.floating-contact__close svg{width:16px;height:16px}.floating-contact__close:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 14px rgba(239,68,68,.3)}.floating-contact__btn{display:flex;align-items:center;gap:0;border:none;cursor:pointer;border-radius:50px;overflow:hidden;height:52px;box-shadow:0 4px 18px rgba(0,0,0,.2);transition:transform .25s ease,box-shadow .25s ease;position:relative}.floating-contact__btn:hover{transform:translateX(-4px) scale(1.04)}.floating-contact__btn-label{font-family:var(--font-primary,"Poppins",sans-serif);font-size:.85rem;font-weight:700;color:#fff;padding:0 14px 0 18px;white-space:nowrap;letter-spacing:.3px}.floating-contact__btn-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(0,0,0,.12)}.floating-contact__btn-icon svg{width:24px;height:24px;fill:#fff}.floating-contact__btn--call{background:linear-gradient(135deg,var(--maroon-light),var(--orange))}.floating-contact__btn--call:hover{box-shadow:0 8px 28px var(--maroon-dark)}.floating-contact__btn--call .floating-contact__btn-icon{background:rgba(0,0,0,.15)}.floating-contact__btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.floating-contact__btn--whatsapp:hover{box-shadow:0 8px 28px rgba(37,211,102,.45)}.floating-contact__btn--whatsapp .floating-contact__btn-icon{background:rgba(0,0,0,.1)}.floating-contact__fab{position:relative;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 6px 24px rgba(37,211,102,.45);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,opacity .25s ease;pointer-events:auto;overflow:visible}.floating-contact__fab-icon svg{width:28px;height:28px;fill:#fff}.floating-contact__fab:hover{transform:scale(1.12);box-shadow:0 10px 32px rgba(37,211,102,.55)}.floating-contact__fab--hidden{opacity:0;pointer-events:none;transform:scale(.7)}.floating-contact__pulse{position:absolute;inset:0;border-radius:50%;background:rgba(37,211,102,.35);animation:fc-pulse 2s ease-out infinite;pointer-events:none}@keyframes fc-pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(1.7);opacity:0}to{transform:scale(1.7);opacity:0}}@media (max-width:480px){.floating-contact{bottom:12px;right:16px}.floating-contact__btn{height:46px}.floating-contact__btn-icon{width:46px;height:46px}.floating-contact__btn-icon svg{width:20px;height:20px}.floating-contact__btn-label{font-size:.8rem;padding:0 10px 0 14px}.floating-contact__fab{bottom:40px;width:52px;height:52px}.floating-contact__fab-icon svg{width:24px;height:24px}}