.chat-launcher{cursor:pointer;z-index:9997;opacity:0;pointer-events:none;background:linear-gradient(135deg,#7c3aed,#4c1d95);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform 1.2s cubic-bezier(.34,1.56,.64,1),opacity .5s;display:flex;position:fixed;bottom:24px;right:24px;transform:translate(150px)rotate(720deg);box-shadow:0 10px 25px #7c3aed66}.chat-launcher.rolled-in{opacity:1;pointer-events:auto;transform:translate(0)rotate(0)}.chat-launcher.rolled-in:hover{transition:transform .2s,box-shadow .2s;transform:scale(1.1)rotate(0);box-shadow:0 15px 35px #7c3aed99}.robot-face{gap:8px;transition:all .3s;display:flex}.eye{background:#fff;border-radius:8px;width:13px;height:19px;animation:4.5s infinite blink;position:relative;overflow:hidden}.pupil{background:#000;border-radius:50%;width:7.5px;height:7.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes blink{0%,96%,to{height:19px}98%{height:2px}}.icon-close{fill:#fff;opacity:0;width:24px;height:24px;transition:all .3s;position:absolute;transform:rotate(-90deg)}.chat-launcher.is-open .robot-face{opacity:0;transform:rotate(90deg)scale(.5)}.chat-launcher.is-open .icon-close{opacity:1;transform:rotate(0)}
.floating-social-btn{cursor:pointer;z-index:9999;border:none;border-radius:50%;justify-content:flex-start;align-items:center;width:45px;height:45px;text-decoration:none;transition-duration:.3s;display:flex;position:fixed;overflow:hidden;box-shadow:2px 2px 10px #0003}.floating-social-btn.whatsapp{background-color:#00d757;bottom:24px;left:24px}.floating-social-btn .sign{justify-content:center;align-items:center;width:100%;transition-duration:.3s;display:flex}.floating-social-btn .sign svg{fill:#fff;width:22px;height:22px}.floating-social-btn .social-text{opacity:0;color:#fff;white-space:nowrap;width:0%;font-size:1em;font-weight:600;transition-duration:.3s;position:absolute;right:0%}.floating-social-btn.whatsapp:hover{border-radius:40px;width:140px}.floating-social-btn:hover .sign{width:30%;padding-left:10px}.floating-social-btn:hover .social-text{opacity:1;width:70%;padding-right:10px}.floating-social-btn:active{transform:translate(2px,2px)}
