.cc-chat{position:fixed;right:16px;bottom:104px;z-index:67;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cc-chat__fab{min-width:132px;height:50px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  color:#fff;background:linear-gradient(135deg,#0971d3,#00aeff);box-shadow:0 18px 44px -18px rgba(5,18,43,.62);
  cursor:pointer;font-weight:700;font-size:14px;letter-spacing:0;transition:transform .25s ease,box-shadow .25s ease}
.cc-chat__fab:hover{transform:translateY(-2px);box-shadow:0 24px 54px -18px rgba(5,18,43,.72)}
.cc-chat__pulse{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.65);animation:cc-chat-pulse 2.2s infinite}
.cc-chat__panel{position:absolute;right:0;bottom:64px;width:min(380px,calc(100vw - 28px));height:min(620px,calc(100vh - 136px));
  display:none;grid-template-rows:auto 1fr auto;background:#fff;border:1px solid rgba(9,113,211,.16);border-radius:22px;
  overflow:hidden;box-shadow:0 34px 86px -32px rgba(5,18,43,.58)}
.cc-chat.is-open .cc-chat__panel{display:grid;animation:cc-chat-in .24s cubic-bezier(.2,.8,.3,1)}
.cc-chat__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 14px;
  color:#fff;background:linear-gradient(145deg,#05122b,#0c2a5e 58%,#0971d3)}
.cc-chat__head b{display:block;font-size:18px;line-height:1.1;letter-spacing:0;font-weight:800}
.cc-chat__head span{display:block;margin-top:4px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:#bfd2ea}
.cc-chat__x{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.cc-chat__body{padding:16px;overflow:auto;background:linear-gradient(180deg,#f7fafe,#fff)}
.cc-chat__msg{max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;box-shadow:0 2px 8px rgba(5,18,43,.04)}
.cc-chat__msg--bot{background:#fff;border:1px solid rgba(9,113,211,.16);color:#14243d}
.cc-chat__msg--user{margin-left:auto;background:linear-gradient(135deg,#0971d3,#00aeff);color:#fff}
.cc-chat__opts{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}
.cc-chat__opts button,.cc-chat__form button,.cc-chat__handoff,.cc-chat__link{border:1px solid rgba(9,113,211,.16);background:#fff;color:#18304f;
  border-radius:999px;padding:8px 12px;font-size:13px;font-weight:650;cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s}
.cc-chat__opts button:hover,.cc-chat__form button:hover,.cc-chat__handoff:hover,.cc-chat__link:hover{background:#0971d3;border-color:#0971d3;color:#fff;transform:translateY(-1px)}
.cc-chat__opts button:disabled{opacity:.5;cursor:default;transform:none}
.cc-chat__form{display:grid;gap:10px;margin-top:6px}
.cc-chat__form label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#3c4e68}
.cc-chat__form input{width:100%;border:1px solid rgba(9,113,211,.16);border-radius:11px;background:#fff;padding:11px 12px;font-size:14px}
.cc-chat__form input:focus{outline:none;border-color:#0971d3;box-shadow:0 0 0 3px rgba(9,113,211,.14)}
.cc-chat__form button,.cc-chat__handoff{display:inline-flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#0971d3,#00aeff);color:#fff;border-color:transparent}
.cc-chat__handoff,.cc-chat__link{display:inline-flex;margin-top:8px}
.cc-chat__foot{padding:11px 14px;border-top:1px solid rgba(9,113,211,.16);font-size:10.5px;line-height:1.45;color:#63748b;background:#fff}
.form-ok{display:none;padding:12px;margin-top:12px;border-radius:12px;background:#eaf7ee;border:1px solid #bfe5cc;color:#1b5e33;font-size:13px;line-height:1.45}
.form-ok.is-on{display:block}
.form-ok.is-error{background:#fff5e8;border-color:#f3c98b;color:#73410a}
.cc-elig{position:fixed;inset:0;z-index:92;display:none;place-items:center;padding:18px;background:rgba(5,18,43,.62);backdrop-filter:blur(8px)}
.cc-elig.is-open{display:grid;animation:cc-chat-in .24s cubic-bezier(.2,.8,.3,1)}
.cc-elig__box{width:min(460px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;border:1px solid rgba(9,113,211,.16);box-shadow:0 34px 86px -32px rgba(5,18,43,.58);padding:24px;position:relative}
.cc-elig__x{position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(9,113,211,.16);background:#fff;color:#05122b;cursor:pointer}
.cc-elig h3{font-size:22px;line-height:1.1;margin:0 40px 7px 0;color:#05122b}
.cc-elig p{margin:0 0 14px;color:#5a6b82;font-size:14px;line-height:1.45}
.cc-elig form{display:grid;gap:12px}
.cc-elig label{display:grid;gap:6px;color:#3c4e68;font-size:12px;font-weight:700}
.cc-elig input,.cc-elig select{width:100%;padding:12px 13px;border-radius:11px;border:1px solid rgba(9,113,211,.16);background:#fbfcfe;font-size:14px;color:#14243d}
.cc-elig input:focus,.cc-elig select:focus{outline:none;border-color:#0971d3;box-shadow:0 0 0 3px rgba(9,113,211,.14)}
.cc-elig button[type=submit]{margin-top:4px;border:0;border-radius:999px;padding:13px 18px;cursor:pointer;background:linear-gradient(135deg,#0971d3,#00aeff);color:#fff;font-weight:750;font-size:14px}
.cc-elig button:disabled{opacity:.7;cursor:wait}
@media(min-width:861px){.cc-chat{bottom:96px}.cc-chat__panel{bottom:62px}}
@media(max-width:860px){.cc-chat{right:12px;bottom:calc(84px + env(safe-area-inset-bottom))}.cc-chat__fab{min-width:118px;height:46px;font-size:13px}.cc-chat__panel{height:min(560px,calc(100vh - 124px));bottom:58px;border-radius:18px}}
@media(max-width:420px){.cc-chat{left:12px;right:12px}.cc-chat__fab{margin-left:auto}.cc-chat__panel{left:0;right:0;width:auto}}
@media print{.cc-chat{display:none!important}}
@keyframes cc-chat-pulse{70%{box-shadow:0 0 0 11px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@keyframes cc-chat-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
