@keyframes srtPulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.5);opacity:.3}to{transform:scale(2.2);opacity:0}}@keyframes srtWaPulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.5);opacity:.3}to{transform:scale(2.2);opacity:0}}@keyframes srtMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes srtTyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.srt-floating-widgets{position:fixed;bottom:24px;right:24px;z-index:99990;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.srt-fab{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.25);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;text-decoration:none}.srt-fab:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(0,0,0,.35)}.srt-fab svg{width:28px;height:28px}.srt-chatbot-fab{background:linear-gradient(135deg,#25bbcc,#1a8a99)}.srt-fab-pulse,.srt-fab-pulse2{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(37,187,204,.45);animation:srtPulse 2s ease-out infinite;pointer-events:none}.srt-fab-pulse2{animation-delay:1s}.srt-chatbot-fab.active .srt-fab-icon-chat{display:none}.srt-chatbot-fab.active .srt-fab-icon-close{display:block!important}.srt-chatbot-fab.active .srt-fab-pulse{display:none}.srt-whatsapp-fab{background:#25d366;position:relative}.srt-whatsapp-fab svg{width:30px;height:30px;position:relative;z-index:1}.srt-whatsapp-fab .srt-wa-pulse,.srt-whatsapp-fab .srt-wa-pulse2{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(37,211,102,.45);animation:srtWaPulse 2s ease-out infinite;pointer-events:none}.srt-whatsapp-fab .srt-wa-pulse2{animation-delay:1s}.srt-chat-tooltip{position:absolute;bottom:136px;right:0;background:#fff;color:#1a1a2e;padding:14px 18px;border-radius:14px;box-shadow:0 6px 30px rgba(0,0,0,.2);width:240px;opacity:0;transform:translateY(10px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.srt-chat-tooltip.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.srt-chat-tooltip::after{content:"";position:absolute;bottom:-8px;right:22px;width:16px;height:16px;background:#fff;transform:rotate(45deg);box-shadow:3px 3px 6px rgba(0,0,0,.08)}.srt-tooltip-close{position:absolute;top:6px;right:10px;background:0 0;border:0;font-size:18px;color:#999;cursor:pointer;line-height:1;padding:2px 4px}.srt-tooltip-content{display:flex;align-items:center;gap:12px}.srt-tooltip-avatar svg{width:38px;height:38px;flex-shrink:0}.srt-tooltip-title{font-weight:700;font-size:14px;margin:0 0 2px;color:#1a1a2e}.srt-tooltip-sub{font-size:12px;color:#666;margin:0}.srt-chatbot-window{position:absolute;bottom:136px;right:0;width:320px;max-height:420px;background:#0f1923;border-radius:18px;box-shadow:0 10px 50px rgba(0,0,0,.4);border:1px solid rgba(37,187,204,.2);display:none;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);transition:all .35s cubic-bezier(.4,0,.2,1)}.srt-chatbot-window.open{display:flex;opacity:1;transform:translateY(0) scale(1)}.srt-chatbot-header{background:linear-gradient(135deg,#25bbcc,#1a8a99);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.srt-chatbot-header-info{display:flex;align-items:center;gap:12px}.srt-chatbot-header-avatar{position:relative;flex-shrink:0}.srt-chatbot-header-avatar svg{width:32px;height:32px;border-radius:8px}.srt-chatbot-online{width:10px;height:10px;background:#4ade80;border-radius:50%;border:2px solid #1a8a99;position:absolute;bottom:-1px;right:-1px}.srt-chatbot-header h4{color:#fff;font-size:13px;font-weight:600;margin:0 0 1px}.srt-chatbot-header p{color:rgba(255,255,255,.8);font-size:11px;margin:0}.srt-chatbot-close{background:rgba(255,255,255,.15);border:0;color:#fff;font-size:22px;width:34px;height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.srt-chatbot-close:hover{background:rgba(255,255,255,.25)}.srt-chatbot-body{flex:1;overflow-y:auto;padding:14px;min-height:200px;max-height:260px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(37,187,204,.3) transparent}.srt-chatbot-body::-webkit-scrollbar{width:4px}.srt-chatbot-body::-webkit-scrollbar-thumb{background:rgba(37,187,204,.3);border-radius:4px}.srt-chat-date{text-align:center;font-size:11px;color:#666;padding:4px 0}.srt-chat-msg{display:flex;flex-direction:column;max-width:85%}.srt-chat-bot{align-self:flex-start}.srt-chat-user{align-self:flex-end}.srt-chat-bubble{padding:10px 13px;border-radius:14px;font-size:12.5px;line-height:1.5;animation:srtMsgIn .3s ease-out}.srt-chat-bot .srt-chat-bubble{background:rgba(37,187,204,.12);color:#e0e0e0;border-bottom-left-radius:4px}.srt-chat-user .srt-chat-bubble{background:linear-gradient(135deg,#25bbcc,#1a8a99);color:#fff;border-bottom-right-radius:4px}.srt-chat-time{font-size:10px;color:#555;margin-top:4px;padding:0 4px}.srt-chat-bot .srt-chat-time{text-align:left}.srt-chat-user .srt-chat-time{text-align:right}.srt-chat-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.srt-quick-btn{background:0 0;border:1px solid rgba(37,187,204,.4);color:#25bbcc;padding:6px 11px;border-radius:20px;font-size:11px;cursor:pointer;transition:all .2s;font-weight:500}.srt-quick-btn:hover{background:rgba(37,187,204,.15);border-color:#25bbcc}.srt-typing{display:flex;gap:4px;padding:12px 16px;align-self:flex-start}.srt-typing-dot{width:7px;height:7px;background:#25bbcc;border-radius:50%;animation:srtTyping 1.2s ease-in-out infinite}.srt-typing-dot:nth-child(2){animation-delay:.15s}.srt-typing-dot:nth-child(3){animation-delay:.3s}.srt-chatbot-footer{padding:8px 12px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.srt-chatbot-input{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.06);border-radius:25px;padding:6px 8px 6px 18px}.srt-chatbot-input input{flex:1;background:0 0;border:0;outline:0;color:#e0e0e0;font-size:14px;padding:8px 0}.srt-chatbot-input input::placeholder{color:#666}.srt-chatbot-input button{width:38px;height:38px;border-radius:50%;background:0 0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.srt-chatbot-input button:hover{background:rgba(37,187,204,.15)}.srt-chatbot-input button svg{width:20px;height:20px}.srt-chatbot-powered{text-align:center;font-size:10px;color:#444;margin:8px 0 0}@media (max-width:480px){.srt-floating-widgets{bottom:14px;right:14px;gap:10px}.srt-fab{width:48px;height:48px}.srt-fab svg{width:22px;height:22px}.srt-whatsapp-fab svg{width:26px;height:26px}.srt-chatbot-window{width:calc(100vw - 28px);right:-2px;bottom:110px;max-height:70vh;border-radius:16px}.srt-chat-tooltip{width:190px;bottom:110px;padding:10px 14px;font-size:13px}.srt-chat-tooltip::after{right:16px}.srt-chatbot-body{min-height:200px;max-height:50vh}.srt-chatbot-header{padding:12px 14px}.srt-chat-input-wrapper{padding:8px 10px}}@media (max-width:375px){.srt-floating-widgets{bottom:12px;right:12px;gap:8px}.srt-fab{width:44px;height:44px}.srt-chatbot-window{width:calc(100vw - 24px);right:0;bottom:100px}.srt-chat-tooltip{width:170px;bottom:100px}}@media (max-width:360px){.srt-chatbot-window{width:calc(100vw - 20px);right:0}.srt-chat-tooltip{width:160px}}
/* Chatbot page overlay */
.srt-chatbot-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 15, 28, 0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 99985;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.srt-chatbot-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
