/* JANNEX AI assistant — deliberately independent from the site's existing layout. */
.jx-chatbot{position:fixed;right:24px;bottom:24px;z-index:9999;font-family:inherit;color:#071126}
.jx-chatbot *{box-sizing:border-box}
.jx-chat-launcher{display:flex;align-items:center;gap:10px;border:0;background:#005ffd;color:#fff;padding:13px 17px;border-radius:999px;box-shadow:0 12px 35px rgba(0,20,70,.25);font:600 14px/1 inherit;cursor:pointer}
.jx-chat-launcher:hover{transform:translateY(-1px);box-shadow:0 15px 38px rgba(0,20,70,.3)}
.jx-chat-launcher-dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18)}
.jx-chat-panel{display:none;flex-direction:column;width:min(390px,calc(100vw - 32px));height:min(650px,calc(100vh - 110px));background:#fff;border:1px solid #dce1e9;box-shadow:0 24px 70px rgba(3,12,35,.28);overflow:hidden}
.jx-chat-panel.is-open{display:flex}
.jx-chat-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:#06102a;color:#fff}
.jx-chat-brand{display:flex;align-items:center;gap:11px}.jx-chat-mark{width:31px;height:31px;display:grid;place-items:center;background:#005ffd;color:#fff;font-weight:800;font-size:12px;clip-path:polygon(0 0,86% 0,100% 18%,100% 100%,0 100%)}
.jx-chat-title{font-weight:700;font-size:14px}.jx-chat-subtitle{font-size:11px;opacity:.65;margin-top:2px}
.jx-chat-close{border:0;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:4px}
.jx-chat-messages{flex:1;overflow:auto;padding:18px;background:#f7f9fc;display:flex;flex-direction:column;gap:12px}
.jx-chat-msg{max-width:86%;padding:11px 13px;font-size:13px;line-height:1.5;border:1px solid #e1e5eb;white-space:pre-wrap}.jx-chat-msg.bot{align-self:flex-start;background:#fff}.jx-chat-msg.user{align-self:flex-end;background:#06102a;color:#fff;border-color:#06102a}
.jx-chat-actions{display:flex;flex-wrap:wrap;gap:7px;padding:0 18px 10px;background:#fff}.jx-chat-chip{border:1px solid #cbd4e2;background:#fff;padding:8px 10px;font:600 11px/1.2 inherit;cursor:pointer}.jx-chat-chip:hover{border-color:#005ffd;color:#0050d7}
.jx-chat-compose{display:flex;gap:8px;padding:12px 14px;border-top:1px solid #e2e6ed;background:#fff}.jx-chat-input{min-width:0;flex:1;border:1px solid #cbd3df;padding:11px 12px;font:13px/1.3 inherit;outline:none}.jx-chat-input:focus{border-color:#005ffd}.jx-chat-send{border:0;background:#005ffd;color:#fff;padding:0 15px;font-weight:700;cursor:pointer}.jx-chat-send:disabled{opacity:.55;cursor:wait}
.jx-lead-form{display:none;padding:15px 18px;border-top:1px solid #e2e6ed;background:#fff}.jx-lead-form.is-visible{display:block}.jx-lead-title{font-weight:750;font-size:14px;margin-bottom:10px}.jx-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.jx-lead-grid input,.jx-lead-grid textarea{width:100%;border:1px solid #cbd3df;padding:9px 10px;font:12px/1.3 inherit}.jx-lead-grid textarea{grid-column:1/-1;min-height:70px;resize:vertical}.jx-lead-full{grid-column:1/-1}.jx-lead-submit{margin-top:9px;border:0;background:#005ffd;color:#fff;padding:10px 13px;font:700 12px inherit;cursor:pointer}.jx-lead-note{font-size:10px;color:#68758a;margin-top:7px}.jx-lead-status{font-size:11px;margin-top:7px}
.jx-chat-disclaimer{padding:6px 14px 9px;background:#fff;color:#7a8494;font-size:9px;text-align:center}
@media(max-width:600px){.jx-chatbot{right:12px;bottom:12px}.jx-chat-launcher{padding:12px 14px}.jx-chat-panel{width:calc(100vw - 24px);height:min(690px,calc(100vh - 80px))}.jx-lead-grid{grid-template-columns:1fr}.jx-lead-grid textarea,.jx-lead-full{grid-column:auto}}
.jx-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.jx-human-check{display:grid;grid-template-columns:1fr 90px;gap:8px;align-items:center;margin-top:2px}.jx-human-check label{font-size:11px;color:#536076}.jx-human-check input{min-width:0}.jx-chat-chip-primary{background:#06102a;color:#fff;border-color:#06102a}
@media(max-width:600px){.jx-human-check{grid-template-columns:1fr}}
