/* Chatbot widget — carried over verbatim from v1 stylesheet */
.cd-chat-bubble{position:fixed;right:20px;bottom:20px;z-index:9998;width:60px;height:60px;border-radius:50%;color:#fff;border:0;cursor:pointer;box-shadow:0 12px 32px rgba(28,43,74,.45),inset 0 -6px 14px rgba(0,0,0,.25),inset 0 2px 0 rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease;isolation:isolate;background:radial-gradient(120% 90% at 30% 22%,rgba(255,255,255,.55) 0%,rgba(255,255,255,.12) 35%,rgba(255,255,255,0) 60%),radial-gradient(140% 110% at 70% 95%,rgba(0,0,0,.35) 0%,rgba(14,58,122,.6) 40%,rgba(28,43,74,1) 75%),#1C2B4A}
.cd-chat-bubble:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(28,43,74,.55),inset 0 -6px 14px rgba(0,0,0,.25),inset 0 2px 0 rgba(255,255,255,.22)}
.cd-chat-bubble-icon{position:relative;width:24px;height:24px;display:block}
.cd-chat-bubble-icon svg{position:absolute;inset:0;margin:auto;display:block;transform-origin:center}
.cd-chat-bubble-icon svg.cd-idle-spin{animation:cdGlyphSpin 7s linear infinite}
.cd-chat-bubble-icon svg.cd-idle-breathe{animation:cdGlyphBreathe 2.6s ease-in-out infinite}
.cd-chat-bubble-icon svg.cd-idle-twinkle{animation:cdGlyphTwinkle 2s ease-in-out infinite}
@keyframes cdGlyphSpin{to{transform:rotate(360deg)}}
@keyframes cdGlyphBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
@keyframes cdGlyphTwinkle{0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.05);filter:brightness(1.25)}}
.cd-chat-bubble-halo{position:absolute;inset:-9px;border-radius:50%;background:conic-gradient(from 0deg,rgba(28,43,74,.55) 0%,rgba(14,58,122,.7) 33%,rgba(45,74,138,.5) 66%,rgba(28,43,74,.55) 100%);filter:blur(10px);opacity:.75;z-index:-1;animation:cd-chat-halo-spin 10s linear infinite}
.cd-chat-bubble-icon{position:relative;display:flex;align-items:center;justify-content:center}
@keyframes cd-chat-halo-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.cd-chat-panel{position:fixed;right:20px;bottom:96px;z-index:9999;width:400px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 120px);background:#fff;color:#1C2B4A;border-radius:16px;box-shadow:0 28px 80px rgba(14,58,122,.28);display:none;flex-direction:column;overflow:hidden;font:14px/1.45 system-ui,-apple-system,Segoe UI,sans-serif;animation:cdChatIn .2s ease-out}
.cd-chat-panel.open{display:flex}
@keyframes cdChatIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
.cd-chat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;color:#fff;background:linear-gradient(135deg,#1C2B4A 0%,#0E3A7A 100%);position:relative}
.cd-chat-head::before{content:"";position:absolute;left:0;right:0;top:0;height:1.5px;background:#F4EFE6;opacity:.55}
.cd-chat-head-left{display:flex;align-items:center;gap:11px;min-width:0}
.cd-chat-avatar{width:42px;height:42px;border-radius:10px;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,.22);background:#1C2B4A;overflow:hidden;display:flex;align-items:center;justify-content:center}
.cd-chat-avatar svg{width:100%;height:100%;display:block}
.cd-chat-head-text{min-width:0}
.cd-chat-title-row{display:flex;align-items:center;gap:9px}
.cd-chat-title{font-family:'Jost',system-ui,-apple-system,Segoe UI,sans-serif;font-size:.95rem;font-weight:300;line-height:1;letter-spacing:.22em;text-transform:uppercase}
.cd-chat-badge{font-size:9px;letter-spacing:.18em;text-transform:uppercase;background:rgba(255,255,255,.18);padding:3px 8px;border-radius:999px;font-weight:600;align-self:center}
.cd-chat-sub{font-size:11px;opacity:.62;margin-top:4px;letter-spacing:.18em;font-weight:500;text-transform:uppercase}
.cd-chat-x{background:rgba(255,255,255,.15);border:0;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cd-chat-x:hover{background:rgba(255,255,255,.28)}
.cd-chat-log{flex:1;overflow-y:auto;padding:18px 14px 12px;display:flex;flex-direction:column;gap:12px;background:#F4EFE6}
.cd-msg-row{display:flex;align-items:flex-end;gap:8px;max-width:100%}
.cd-msg-row-user{justify-content:flex-end}
.cd-msg-row-assistant{justify-content:flex-start}
.cd-msg-avatar{width:28px;height:28px;border-radius:8px;flex-shrink:0;background:#0E3A7A;overflow:hidden;box-shadow:0 2px 8px rgba(14,58,122,.22)}
.cd-msg-avatar svg{width:100%;height:100%;display:block}
.cd-msg{max-width:78%;padding:11px 14px;border-radius:16px;font-size:14.5px;line-height:1.5;word-wrap:break-word;letter-spacing:.005em}
.cd-msg-text{white-space:pre-wrap}
.cd-msg-user{background:#1C2B4A;color:#fff;border-bottom-right-radius:5px;box-shadow:0 4px 16px rgba(28,43,74,.28);font-weight:500}
.cd-msg-assistant{background:#fff;color:#1C2B4A;border:1px solid #e8e3d6;border-bottom-left-radius:5px;box-shadow:0 2px 10px rgba(28,43,74,.05);font-family:system-ui,-apple-system,Segoe UI,sans-serif}
.cd-msg-operator{background:#1C2B4A;color:#fff;border:0;border-bottom-left-radius:5px;box-shadow:0 4px 16px rgba(28,43,74,.28);font-family:system-ui,-apple-system,Segoe UI,sans-serif}
.cd-msg-operator-tag{font-size:9.5px;letter-spacing:.18em;font-weight:700;color:#9bd1ff;text-transform:uppercase;margin-bottom:3px}
.cd-msg-typing{padding:11px 14px}
.cd-typing-dots{display:flex;gap:4px;align-items:center}
.cd-typing-dots span{width:6px;height:6px;border-radius:50%;background:#8A97A8;display:inline-block;animation:cd-typing-bounce 1.2s infinite ease-in-out}
.cd-typing-dots span:nth-child(2){animation-delay:.15s}
.cd-typing-dots span:nth-child(3){animation-delay:.3s}
@keyframes cd-typing-bounce{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}
.cd-chat-flash{align-self:center;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:6px 10px;border-radius:8px;font-size:12px}
.cd-chat-attach-strip{display:none;flex-wrap:wrap;gap:6px;padding:8px 12px;background:#fff;border-top:1px solid #ebe6da;align-items:center}
.cd-attach-label{font-size:11px;color:#4A5568;letter-spacing:.04em;margin-right:4px}
.cd-attach-chip{display:inline-flex;align-items:center;gap:6px;background:#EBE4D8;color:#1C2B4A;font-size:12px;padding:4px 8px;border-radius:999px}
.cd-attach-x{background:transparent;border:0;font-size:14px;line-height:1;cursor:pointer;color:#4A5568;padding:0 0 0 2px}
.cd-attach-x:hover{color:#991b1b}
.cd-chat-footer{border-top:1px solid #ebe6da;padding:10px 12px 12px;background:#fff;display:flex;flex-direction:column;gap:8px}
.cd-chat-input-form{display:flex;gap:6px;align-items:center}
.cd-chat-attach-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background:#F4EFE6;color:#4A5568;cursor:pointer;flex-shrink:0;transition:background .15s ease}
.cd-chat-attach-btn:hover{background:#EBE4D8;color:#1C2B4A}
.cd-chat-file-input{position:absolute;left:-9999px;width:0;height:0;opacity:0}
.cd-chat-input{flex:1;font:inherit;padding:11px 13px;border:1px solid #e8e3d6;border-radius:4px;background:#fff;outline:none;min-width:0;color:#1C2B4A;font-size:16px;transition:border-color .15s ease,box-shadow .15s ease}
.cd-chat-input::-webkit-input-placeholder{color:#1C2B4A;opacity:.42;font-weight:400;letter-spacing:.01em}
.cd-chat-input::-moz-placeholder{color:#1C2B4A;opacity:.42;font-weight:400;letter-spacing:.01em}
.cd-chat-input:-ms-input-placeholder{color:#1C2B4A;opacity:.42;font-weight:400;letter-spacing:.01em}
.cd-chat-input::placeholder{color:#1C2B4A;opacity:.42;font-weight:400;letter-spacing:.01em}
.cd-chat-input:focus{border-color:#1C2B4A;box-shadow:0 0 0 3px rgba(28,43,74,.16)}
.cd-chat-send{background:#1C2B4A;color:#fff;border:0;border-radius:4px;width:38px;height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,transform .08s ease}
.cd-chat-send:hover{background:#0E3A7A}
.cd-chat-send:active{transform:translateY(1px)}
.cd-chat-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}
.cd-chat-cta{background:#1C2B4A;color:#fff;border:0;border-radius:4px;padding:9px 14px;font:600 12.5px/1 inherit;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.cd-chat-cta:hover{background:#0E3A7A}
.cd-chat-cta-primary{background:#1C2B4A}
.cd-chat-cta-primary:hover{background:#0E3A7A}
.cd-chat-link{background:#F4EFE6;color:#1C2B4A;border:1px solid #1C2B4A;border-radius:4px;padding:9px 14px;font:600 12.5px/1 inherit;letter-spacing:.02em;cursor:pointer;transition:background .15s ease,color .15s ease;text-decoration:none}
.cd-chat-link:hover{background:#1C2B4A;color:#F4EFE6}
.cd-lead-form{display:flex;flex-direction:column;gap:8px;padding:14px;background:linear-gradient(180deg,#F4EFE6 0%,#EBE4D8 100%);border-top:1px solid #ebe6da}
.cd-lead-title{font-family:Georgia,serif;font-weight:600;font-size:15px;color:#1C2B4A}
.cd-lead-sub{font-size:12px;color:#4A5568;margin-top:2px;margin-bottom:6px}
.cd-lead-input{font:inherit;padding:9px 11px;border:1px solid #d8d2c4;border-radius:7px;background:#fff;outline:none;font-size:13px;color:#1C2B4A}
.cd-lead-input:focus{border-color:#1C2B4A;box-shadow:0 0 0 3px rgba(28,43,74,.16)}
.cd-lead-actions{display:flex;justify-content:space-between;align-items:center;margin-top:4px}
.cd-lead-msg{font-size:12.5px;margin-top:4px}
.cd-lead-msg-ok{color:#166534}
.cd-lead-msg-err{color:#991b1b}
@media (max-width:480px){
  .cd-chat-panel{right:6px;left:6px;bottom:74px;width:auto;height:72vh;height:72dvh;max-height:calc(100dvh - 86px);min-height:340px;border-radius:12px}
  .cd-chat-bubble{right:14px;bottom:14px;width:54px;height:54px}
  .cd-chat-head{padding:10px 14px;gap:8px}
  .cd-chat-avatar{width:36px;height:36px;border-radius:8px}
  .cd-chat-title{font-size:.88rem;letter-spacing:.18em}
  .cd-chat-sub{font-size:10.5px;letter-spacing:.14em}
  .cd-chat-log{padding:12px 10px 8px;gap:8px}
  .cd-msg{font-size:14px;max-width:84%;padding:10px 12px}
  .cd-chat-footer{padding:8px 10px 10px;gap:6px}
  .cd-chat-input{padding:10px 12px;font-size:16px}
  .cd-chat-send,.cd-chat-attach-btn{width:38px;height:38px}
  .cd-chat-actions{gap:6px}
  .cd-chat-cta,.cd-chat-link{padding:8px 10px;font-size:11.5px}
  .cd-lead-form{padding:11px;gap:7px}
  .cd-lead-input{padding:9px 11px;font-size:14px}
}
@media (max-width:760px) and (max-height:500px){
  .cd-chat-panel{height:calc(100dvh - 64px);bottom:54px;border-radius:10px}
  .cd-chat-bubble{width:46px;height:46px;bottom:8px;right:8px}
  .cd-chat-head{padding:8px 12px}
  .cd-chat-avatar{width:32px;height:32px}
  .cd-chat-log{padding:10px 8px 6px}
}
