#sx-chat-btn{position:fixed;right:20px;bottom:20px;z-index:99990;width:60px;height:60px;box-sizing:border-box;border-radius:50%;background:#232b38;color:#fff;border:2px solid #fff;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;font-size:23px;transition:transform .2s,background .2s,box-shadow .2s}#sx-chat-btn:hover{background:#2e3a4a;transform:scale(1.06);box-shadow:0 6px 22px rgba(0,0,0,.4)}.grecaptcha-badge{visibility:hidden}#sx-chat-form .recaptcha-note{font-size:10px;color:#9ca3af;line-height:1.5;text-align:center;margin-top:12px}#sx-chat-form .recaptcha-note a{color:#9ca3af;text-decoration:underline}#sx-chat-ov{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99991;display:none;align-items:flex-end;justify-content:flex-end;padding:0 20px 92px}#sx-chat-ov.open{display:flex}#sx-chat-modal{background:#fff;border-radius:14px;width:100%;max-width:360px;max-height:82vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.32);font-family:Inter,Arial,sans-serif}#sx-chat-modal .hd{background:#232b38;color:#fff;padding:16px 20px;position:relative;flex-shrink:0}#sx-chat-modal .hd h3{font-size:16px;font-weight:600;margin:0}#sx-chat-modal .hd p{font-size:12px;color:rgba(255,255,255,.7);margin:3px 0 0}#sx-chat-x{position:absolute;top:12px;right:14px;background:0 0;border:none;color:rgba(255,255,255,.7);font-size:20px;line-height:1;cursor:pointer}#sx-chat-x:hover{color:#fff}#sx-chat-form{padding:14px 20px 20px;overflow-y:auto}#sx-chat-form .row{display:flex;gap:10px}#sx-chat-form .row>div{flex:1;min-width:0}#sx-chat-form label{display:block;font-size:11.5px;font-weight:600;color:#232b38;margin:9px 0 4px}#sx-chat-form label.req::after{content:' *';color:#ef4444}#sx-chat-form input,#sx-chat-form select,#sx-chat-form textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:0;box-sizing:border-box;background:#fff;color:#232b38}#sx-chat-form textarea{resize:vertical;min-height:62px;font-family:inherit}#sx-chat-form input::placeholder,#sx-chat-form textarea::placeholder{color:#9ca3af;font-size:13px}@media (max-width:600px){#sx-chat-ov{padding:0 10px 84px}#sx-chat-modal{max-width:100%;max-height:80vh;border-radius:12px}#sx-chat-form .row{flex-direction:column;gap:0}#sx-chat-form input,#sx-chat-form select,#sx-chat-form textarea{font-size:16px}#sx-chat-form input::placeholder,#sx-chat-form textarea::placeholder{font-size:14px}}#sx-chat-form input:focus,#sx-chat-form select:focus,#sx-chat-form textarea:focus{border-color:#009cff;box-shadow:0 0 0 3px rgba(0,156,255,.12)}#sx-chat-form .consent{display:flex;align-items:flex-start;gap:8px;margin-top:14px;font-size:11px;font-weight:400;color:#6b7280;line-height:1.5}#sx-chat-form .consent input{width:auto;margin-top:2px;flex-shrink:0}#sx-chat-submit{width:100%;margin-top:15px;padding:13px;background:#009cff;border:1px solid #009cff;color:#fff;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:background .2s}#sx-chat-submit:hover{background:#fff;color:#009cff}#sx-chat-submit:disabled{opacity:.6;cursor:default}#sx-chat-err{color:#dc2626;font-size:12px;margin-top:8px;min-height:15px}