.sticky-cta-container{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.sticky-cta-main-button{display:flex;align-items:center;gap:.75rem;background:#dc2626;color:#fff;border:none;border-radius:50px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.sticky-cta-main-button:hover{transform:translateY(-2px);background:#ef4444}.sticky-cta-main-button:active{transform:translateY(0)}.sticky-cta-icon{width:24px;height:24px;transition:transform .3s ease}.sticky-cta-container.expanded .sticky-cta-icon{transform:rotate(180deg)}.sticky-cta-main-text{font-size:1rem;font-weight:600;letter-spacing:.02em}.sticky-cta-menu{display:flex;flex-direction:column;gap:.5rem;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sticky-cta-menu-item{display:flex;align-items:center;gap:.75rem;background:#fff;color:#1f2937;border:2px solid #e5e7eb;border-radius:50px;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .25s ease;white-space:nowrap;min-width:160px}.sticky-cta-menu-item:hover{transform:translateX(-4px);border-color:#dc2626;background:#fef2f2}.sticky-cta-menu-item svg{flex-shrink:0;width:20px;height:20px}.sticky-cta-menu-item.whatsapp:hover{border-color:#25d366;background:#f0fdf4}.sticky-cta-menu-item.whatsapp svg{fill:#25d366}.sticky-cta-menu-item.call:hover{border-color:#3b82f6;background:#eff6ff}.sticky-cta-menu-item.call svg{stroke:#3b82f6}@media (max-width:768px){.sticky-cta-container{bottom:1rem;right:1rem}.sticky-cta-main-button{padding:.875rem 1.25rem;font-size:.9375rem}.sticky-cta-main-text{font-size:.9375rem}.sticky-cta-icon{width:20px;height:20px}.sticky-cta-menu-item{padding:.75rem 1rem;font-size:.875rem;min-width:140px}.sticky-cta-menu-item svg{width:18px;height:18px}}@media (max-width:480px){.sticky-cta-container{bottom:.75rem;right:.75rem}.sticky-cta-main-button{padding:.75rem 1rem;font-size:.875rem}.sticky-cta-main-text{display:none}.sticky-cta-menu-item{min-width:120px}}@media print{.sticky-cta-container{display:none}}