.scroll-to-top-btn{color:#fff;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background-color:#ca2734;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:100px;right:25px;box-shadow:0 4px 10px #0003}.scroll-to-top-btn.visible{opacity:1;visibility:visible}.scroll-to-top-btn:hover{background-color:#a51e29;transform:translateY(-5px)}
.Whatsapp{color:#fff;cursor:pointer;z-index:1000;opacity:1;background-color:#4fce5d;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:20px;transition:all .3s;display:flex;position:fixed;bottom:25px;left:25px;box-shadow:0 4px 10px #0003}
body{overscroll-behavior:none}.loader-overlay{z-index:9999999;contain:layout paint;will-change:transform;background:#fff;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0;overflow:hidden}@supports not (height:100dvh){.loader-overlay{height:100vh}}.dot-loader-container{background:#fff;place-items:center;width:100%;height:100%;display:grid}.dot-loader{gap:20px;display:flex}.dot-loader span{opacity:0;will-change:transform, opacity;backface-visibility:hidden;background:#ca2734;border-radius:50%;width:70px;height:70px;animation:1.4s forwards drop}.dot-loader span:first-child{animation-delay:0s}.dot-loader span:nth-child(2){animation-delay:.2s}.dot-loader span:nth-child(3){animation-delay:.4s}.dot-loader span:nth-child(4){animation-delay:.6s}@keyframes drop{0%{opacity:0;transform:translateY(-60px)}60%{opacity:1;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}.loader-exit{animation:.7s cubic-bezier(.77,0,.175,1) forwards slideUp}@keyframes slideUp{to{transform:translateY(-100%)}}.site-content{z-index:1;min-height:100vh;position:relative}@media (max-width:767px){.dot-loader span{width:50px;height:50px}}
.chatbot-button{color:#fff;cursor:pointer;z-index:99999;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:25px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 30px #0003}.chatbot-button:hover{transform:scale(1.08);box-shadow:0 10px 35px #00000040}.chatbot-window{z-index:99999;overscroll-behavior:contain;isolation:isolate;background:#fff;border:1px solid #e5e5e5;border-radius:18px;flex-direction:column;width:370px;height:520px;display:flex;position:fixed;bottom:25px;right:25px;overflow:hidden;box-shadow:0 15px 50px #0003}.chatbot-header{color:#fff;background:#111;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:15px 20px;display:flex}.chatbot-header-info{flex-direction:column;display:flex}.chatbot-title{font-size:17px;font-weight:600;line-height:1.2}.chatbot-status{opacity:.8;align-items:center;gap:6px;margin-top:5px;font-size:12px;display:flex}.status-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px}.chatbot-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;line-height:1;transition:opacity .2s;display:flex}.chatbot-close:hover{opacity:.7}.chatbot-messages{overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:#fafafa;flex-direction:column;flex:1;gap:12px;min-height:0;padding:20px;display:flex;overflow:hidden auto}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#aaa}.chat-message{word-break:break-word;border-radius:14px;flex-shrink:0;max-width:80%;padding:11px 14px;font-size:14px;line-height:1.5}.assistant-message{color:#222;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;align-self:flex-start}.user-message{color:#fff;background:#111;border:1px solid #111;border-bottom-right-radius:5px;align-self:flex-end}.typing{align-items:center;gap:4px;width:fit-content;min-width:48px;padding:12px 14px;display:flex}.typing span{background:#777;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chatbot-input-area{background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0;align-items:center;gap:8px;min-height:66px;padding:12px;display:flex}.chatbot-input-area input{color:#222;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;flex:1;min-width:0;height:42px;padding:0 12px;font-size:14px;transition:border-color .2s}.chatbot-input-area input::placeholder{color:#999}.chatbot-input-area input:focus{border-color:#999}.chatbot-send{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:17px;transition:opacity .2s,transform .2s;display:flex}.chatbot-send:hover:not(:disabled){transform:translateY(-1px)}.chatbot-send:disabled{opacity:.4;cursor:not-allowed;transform:none}@media (max-width:500px){.chatbot-window{border-radius:16px;width:calc(100vw - 20px);height:calc(100vh - 100px);max-height:650px;bottom:10px;right:10px}.chatbot-button{width:58px;height:58px;bottom:18px;right:18px}.chatbot-header{height:65px;padding:14px 18px}.chatbot-messages{padding:16px}.chat-message{max-width:85%;font-size:14px}.chatbot-input-area{min-height:62px;padding:10px}}@media (max-width:380px){.chatbot-window{border-radius:14px;width:calc(100vw - 12px);height:calc(100vh - 80px);bottom:6px;right:6px}.chatbot-messages{padding:14px}.chat-message{max-width:88%}.chatbot-input-area input{font-size:13px}}
