:root{--chatbot-launcher-size:3.75rem;--fab-chat-gap:1.15rem;--corner-inset:1.25rem}.site-chatbot{position:fixed;right:var(--corner-inset);left:auto;bottom:calc(var(--corner-inset) + var(--cookie-banner-offset,0px));z-index:1000;font-family:var(--font,"Plus Jakarta Sans",system-ui,sans-serif);pointer-events:none;transition:bottom 0.28s cubic-bezier(0.22,1,0.36,1)}.site-chatbot__launcher{pointer-events:auto;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--chatbot-launcher-size);height:var(--chatbot-launcher-size);min-height:var(--chatbot-launcher-size);padding:0;border:none;border-radius:999px;cursor:pointer;color:#ffffff;background:linear-gradient(135deg,#0b0a88 0%,#1a19b0 50%,#0056d2 100%);box-shadow:0 8px 25px rgba(11,10,136,0.4),0 0 0 4px rgba(85,209,203,0.2);transition:transform 0.22s cubic-bezier(0.34,1.4,0.64,1),box-shadow 0.22s ease,background 0.22s ease}.site-chatbot__launcher:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 28px rgba(0,86,210,0.45)}.site-chatbot__launcher:focus-visible{outline:3px solid rgba(0,86,210,0.45);outline-offset:3px}.site-chatbot__launcher-badge{position:absolute;top:0;right:0;z-index:3;width:0.95rem;height:0.95rem;border:2.5px solid #ffffff;border-radius:50%;background:#ff8c00;pointer-events:none;transform:translate(22%,-22%);box-shadow:0 2px 6px rgba(0,0,0,0.18)}@keyframes site-chatbot-launcher-pulse{0%,100%{transform:scale(1);opacity:0}50%{transform:scale(1.12);opacity:1}}.site-chatbot:not(.is-open) .site-chatbot__launcher::after{content:"";position:absolute;inset:-6px;border-radius:inherit;box-shadow:0 0 0 6px rgba(0,86,210,0.12);opacity:0;pointer-events:none;animation:site-chatbot-launcher-pulse 2.2s ease-in-out infinite}.site-chatbot:not(.is-open) .site-chatbot__launcher:hover::after,.site-chatbot:not(.is-open) .site-chatbot__launcher:focus-visible::after{animation:none;opacity:0}.site-chatbot__launcher-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:999px}.site-chatbot__launcher-icon--bot .site-chatbot__robot-icon,.site-chatbot__launcher-icon--bot svg{display:block;width:68%;height:68%}.site-chatbot__launcher-icon--bot i{font-size:1.65rem;line-height:1}.site-chatbot__launcher-icon--close{position:absolute;inset:0;opacity:0;transform:rotate(-90deg) scale(0.7);transition:transform 0.22s ease,opacity 0.18s ease}.site-chatbot__launcher-icon--close i{font-size:1.65rem;font-weight:700;line-height:1;color:#0b0a88}.site-chatbot__launcher-icon--bot{transition:transform 0.22s ease,opacity 0.18s ease}.site-chatbot__launcher-icon img{display:block;width:100%;height:100%;object-fit:cover}.site-chatbot__avatar img,.site-chatbot__avatar .site-chatbot__robot-icon{display:block;width:92%;height:92%;margin:auto;object-fit:contain}.site-chatbot__launcher-icon i{font-size:1.25rem}.site-chatbot__launcher-text{display:none}.site-chatbot__panel{position:absolute;right:0;left:auto;bottom:calc(100% + 0.75rem);width:min(22.5rem,calc(100vw - 2rem));max-height:min(34rem,calc(100dvh - 7rem));display:flex;flex-direction:column;overflow:hidden;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:2px solid rgba(85,209,203,0.3);box-shadow:0 20px 60px rgba(11,10,136,0.25),0 0 0 6px rgba(85,209,203,0.1);opacity:0;visibility:hidden;transform:translateY(16px) scale(0.96);transform-origin:right bottom;transition:opacity 0.3s ease,transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275),visibility 0.3s;pointer-events:none}.site-chatbot.is-open{z-index:952}.site-chatbot.is-open .site-chatbot__panel{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.site-chatbot.is-open .site-chatbot__launcher{color:#ffffff;background:#0056d2;box-shadow:0 8px 22px rgba(0,86,210,0.38)}.site-chatbot.is-open .site-chatbot__launcher-badge{display:none}.site-chatbot.is-open .site-chatbot__launcher-icon--bot{opacity:0;transform:rotate(90deg) scale(0.7)}.site-chatbot.is-open .site-chatbot__launcher-icon--close{opacity:1;transform:rotate(0) scale(1)}.site-chatbot.is-open .site-chatbot__launcher-icon--close i{color:#ffffff}.site-chatbot__head{display:flex;align-items:center;gap:0.75rem;padding:1rem 1rem 0.85rem;background:linear-gradient(135deg,#0b0a88 0%,#1a19b0 100%);color:#fff}.site-chatbot__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border-radius:14px;background:#fff;border:2px solid rgba(85,209,203,0.65);box-shadow:0 4px 14px rgba(0,0,0,0.14),inset 0 1px 0 rgba(255,255,255,0.8);overflow:hidden;flex-shrink:0}.site-chatbot__avatar i{font-size:1.35rem;color:#9ef8f5}.site-chatbot__head-text{flex:1;min-width:0}.site-chatbot__title{margin:0;font-size:1.1rem;font-weight:800;line-height:1.2;color:#ffffff}.site-chatbot__status{margin:0.15rem 0 0;font-size:0.875rem;font-weight:600;color:#ffffff}.site-chatbot__status::before{content:"";display:inline-block;width:0.45rem;height:0.45rem;margin-right:0.35rem;border-radius:999px;background:#55d1cb;vertical-align:middle}.site-chatbot__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:10px;cursor:pointer;color:#fff;background:rgba(255,255,255,0.15)}.site-chatbot__close:hover{background:rgba(255,255,255,0.25)}.site-chatbot__messages{flex:1 1 auto;min-height:12rem;max-height:18rem;overflow-y:auto;padding:1rem;background:linear-gradient(180deg,#f7fafc 0%,#ffffff 100%);-webkit-overflow-scrolling:touch}.site-chatbot__bubble-row{display:flex;align-items:flex-end;gap:0.45rem;margin:0 0 0.75rem;max-width:100%}.site-chatbot__bubble-row--user{justify-content:flex-end}.site-chatbot__bubble-avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9px;background:#fff;border:1.5px solid rgba(85,209,203,0.45);overflow:hidden;box-shadow:0 2px 6px rgba(11,10,136,0.08)}.site-chatbot__bubble-avatar img,.site-chatbot__bubble-avatar i{display:block;width:92%;height:92%;margin:auto;object-fit:contain;font-size:1.5rem;color:#2a9d97}.site-chatbot__bubble{max-width:92%;margin:0;padding:0.7rem 0.85rem;font-size:0.875rem;line-height:1.5;border-radius:14px;word-break:break-word}.site-chatbot__bubble--bot{margin-right:auto;color:#1a1a2e;background:linear-gradient(135deg,#ffffff 0%,#f0fdfa 100%);border:1.5px solid rgba(85,209,203,0.4);border-bottom-left-radius:4px;box-shadow:0 4px 12px rgba(85,209,203,0.15);animation:bubblePopIn 0.3s ease-out forwards}.site-chatbot__bubble--user{margin-left:auto;color:#fff;background:linear-gradient(135deg,#0b0a88 0%,#1a19b0 50%,#0056d2 100%);border-bottom-right-radius:4px;box-shadow:0 4px 12px rgba(11,10,136,0.25);animation:bubblePopIn 0.3s ease-out forwards}@keyframes bubblePopIn{0%{opacity:0;transform:translateY(10px) scale(0.9)}100%{opacity:1;transform:translateY(0) scale(1)}}.site-chatbot__bubble--success{color:#0b5d3f;background:#e8faf4;border:1px solid rgba(85,209,203,0.45)}.site-chatbot__bubble--error{color:#8b1c1c;background:#fff0f0;border:1px solid rgba(220,53,69,0.25)}.site-chatbot__composer{padding:0.85rem 1rem 1rem;background:#fff;border-top:1px solid rgba(11,10,136,0.08)}.site-chatbot__choices{display:flex;flex-wrap:wrap;gap:0.45rem;margin-bottom:0.65rem}.site-chatbot__choice{padding:0.55rem 0.9rem;font-family:inherit;font-size:0.8125rem;font-weight:700;color:#0b0a88;background:linear-gradient(135deg,rgba(85,209,203,0.15) 0%,rgba(11,10,136,0.08) 100%);border:1.5px solid rgba(85,209,203,0.5);border-radius:999px;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 6px rgba(11,10,136,0.08)}.site-chatbot__choice:hover{background:linear-gradient(135deg,rgba(85,209,203,0.25) 0%,rgba(11,10,136,0.15) 100%);transform:translateY(-2px);box-shadow:0 4px 10px rgba(11,10,136,0.15)}.site-chatbot__field-row{display:flex;gap:0.5rem;align-items:center}.site-chatbot__input,.site-chatbot__select{flex:1 1 auto;min-width:0;min-height:2.75rem;padding:0.65rem 0.85rem;font-family:inherit;font-size:0.875rem;font-weight:500;color:#0b0a88;background:#f7fafc;border:1px solid rgba(11,10,136,0.12);border-radius:12px}.site-chatbot__input:focus,.site-chatbot__select:focus{outline:none;border-color:#55d1cb;box-shadow:0 0 0 3px rgba(85,209,203,0.2)}.site-chatbot__send{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:12px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#0b0a88 0%,#1a19b0 100%)}.site-chatbot__send:disabled{opacity:0.45;cursor:not-allowed}.site-chatbot__send i{font-size:1.1rem}.site-chatbot__submit-lead{width:100%;min-height:2.75rem;margin-top:0.35rem;padding:0.65rem 1rem;font-family:inherit;font-size:0.875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2a9d97 0%,#55d1cb 100%);border:none;border-radius:12px;cursor:pointer}.site-chatbot__submit-lead:disabled{opacity:0.5;cursor:not-allowed}.site-chatbot__hint{margin:0.45rem 0 0;font-size:0.75rem;font-weight:500;color:#5c6370;line-height:1.35}.site-chatbot__typing{display:inline-flex;gap:0.25rem;padding:0.55rem 0.75rem;margin-bottom:0.75rem;border-radius:14px;background:#fff;border:1px solid rgba(11,10,136,0.08)}.site-chatbot__typing span{width:0.4rem;height:0.4rem;border-radius:999px;background:#55d1cb;animation:siteChatbotTyping 1s infinite ease-in-out}.site-chatbot__typing span:nth-child(2){animation-delay:0.15s}.site-chatbot__typing span:nth-child(3){animation-delay:0.3s}@keyframes siteChatbotTyping{0%,80%,100%{opacity:0.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:767px){:root{--chatbot-launcher-size:3.5rem;--corner-inset:1rem}.site-chatbot__panel{width:min(20rem,calc(100vw - 1.5rem));max-height:min(32rem,calc(100dvh - 6rem))}body.has-sticky-cta .site-chatbot{bottom:calc(1rem + env(safe-area-inset-bottom,0px) + var(--cookie-banner-offset,0px))}}@media (prefers-reduced-motion:reduce){.site-chatbot__panel,.site-chatbot__launcher,.site-chatbot__launcher::after,.site-chatbot__typing span{transition:none;animation:none}}