#sre-chat-toggle{
  position:fixed;right:20px;bottom:20px;z-index:99999;border:0;border-radius:999px;
  background:linear-gradient(135deg,#0c1b33,#1f6feb);color:#fff;padding:14px 18px;font-weight:800;
  cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.18)
}
#sre-chat-box{
  position:fixed;right:20px;bottom:82px;z-index:99999;width:400px;max-width:calc(100vw - 24px);
  height:680px;background:#fff;border:1px solid #dce4ef;border-radius:22px;box-shadow:0 20px 60px rgba(0,0,0,.18);
  display:none;flex-direction:column;overflow:hidden;font-family:Inter,Arial,sans-serif
}
.sre-chat-header{
  background:#0c1b33;color:#fff;padding:16px 18px;font-weight:800;display:flex;justify-content:space-between;align-items:center
}
.sre-chat-close{background:transparent;border:0;color:#fff;font-size:20px;cursor:pointer}
.sre-chat-messages{flex:1;overflow-y:auto;padding:14px;background:#f7faff}
.sre-chat-input-wrap{border-top:1px solid #e5edf7;padding:12px;display:flex;gap:8px}
#sre-chat-input{flex:1;border:1px solid #dce4ef;border-radius:12px;padding:10px 12px}
#sre-chat-send{background:#1f6feb;color:#fff;border:0;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer}
.sre-msg{margin-bottom:10px;padding:10px 12px;border-radius:14px;max-width:92%;white-space:pre-wrap;font-size:14px;line-height:1.5}
.sre-msg-user{background:#dcebff;margin-left:auto}
.sre-msg-bot{background:#fff;border:1px solid #e6edf7}
.sre-results{margin:10px 0 14px;display:grid;gap:10px}
.sre-card{border:1px solid #dce4ef;border-radius:14px;overflow:hidden;background:#fff}
.sre-card img{width:100%;height:130px;object-fit:cover;background:#eef4fb}
.sre-card-body{padding:10px}
.sre-card-body h4{margin:0 0 6px;font-size:15px}
.sre-card-body p{margin:0 0 6px;font-size:13px;color:#5f6f84}
.sre-card-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}
.sre-tag{display:inline-block;font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px;background:#eef5ff;color:#1f6feb}
.sre-tag.available{background:#e8f7ec;color:#188038}
.sre-tag.on_request{background:#fff2d8;color:#9a6b00}
.sre-tag.pending_confirmation{background:#eef1f5;color:#5d6976}
.sre-package{margin-top:10px;border:1px solid #dce4ef;border-radius:14px;padding:12px;background:#fff}
.sre-package h4{margin:0 0 8px}
.sre-package ul{margin:8px 0 0;padding-left:18px}
.sre-inline-note{font-size:12px;color:#627086;margin-top:8px}
.sre-lead-box{margin-top:12px;border:1px solid #dce4ef;border-radius:14px;padding:12px;background:#fff}
.sre-lead-box h4{margin:0 0 8px}
.sre-lead-box input,.sre-lead-box textarea{
  width:100%;margin-bottom:8px;border:1px solid #dce4ef;border-radius:12px;padding:10px 12px;font:inherit
}
.sre-lead-box button{
  width:100%;border:0;border-radius:12px;padding:11px 14px;background:#0c1b33;color:#fff;font-weight:800;cursor:pointer
}
.sre-small{font-size:12px;color:#627086}
@media (max-width:640px){
  #sre-chat-box{right:12px;left:12px;bottom:76px;width:auto;height:72vh}
  #sre-chat-toggle{right:12px;bottom:12px}
}
