.industry-modal[hidden]{display:none;}
.industry-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;}
.industry-modal-mask{position:absolute;inset:0;background:rgba(8,30,40,.48);}
.industry-dialog{position:relative;width:min(560px,100%);overflow:hidden;border-radius:7px;background:#fff;box-shadow:0 18px 54px rgba(0,0,0,.24);}
.industry-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line,#dce6ea);}
.industry-dialog-head h3{font-size:20px;letter-spacing:2px;}
.industry-dialog-close{width:34px;height:34px;border:0;background:transparent;color:#71838d;font-size:25px;line-height:1;cursor:pointer;}
.industry-form{padding:20px 22px 22px;}
.industry-form label{display:block;margin:0 0 6px;color:#5f727d;font-size:13px;}
.industry-form input,.industry-form textarea{width:100%;margin-bottom:14px;padding:10px 12px;border:1px solid #d6e2e7;border-radius:4px;outline:none;font:inherit;}
.industry-form input:focus,.industry-form textarea:focus{border-color:var(--green,#118b6a);}
.industry-form textarea{height:116px;resize:vertical;}
.industry-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.industry-form-actions button{min-width:92px;padding:9px 16px;border-radius:4px;font:inherit;cursor:pointer;}
.industry-form-actions .cancel{border:1px solid #ccd9df;background:#fff;color:#536873;}
.industry-form-actions .submit{border:1px solid var(--green,#118b6a);background:var(--green,#118b6a);color:#fff;}
.industry-reply-note{margin-right:auto;color:#84949c;font-size:12px;white-space:nowrap;}
.industry-toast{position:fixed;left:50%;bottom:42px;z-index:1100;transform:translateX(-50%);padding:10px 18px;border-radius:4px;background:rgba(18,35,43,.9);color:#fff;font-size:13px;}
.industry-toast[hidden]{display:none;}
.industry-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:10px;align-items:stretch;margin-bottom:6px;}
.industry-form .industry-captcha-row input{height:46px;margin:0;text-transform:uppercase;letter-spacing:2px;}
.industry-captcha-row button{height:46px;padding:0;border:1px solid #d6e2e7;border-radius:4px;background:#f4f8f7;overflow:hidden;cursor:pointer;position:relative;}
.industry-captcha-row button:focus-visible{outline:2px solid rgba(17,139,106,.25);outline-offset:2px;}
.industry-captcha-row button:disabled{cursor:wait;opacity:.65;}
.industry-captcha-row img{display:block;width:140px;height:46px;margin:auto;object-fit:contain;}
.industry-captcha-row span{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#f4f8f7;color:#637b83;font-size:12px;}
.industry-captcha-row img:not([src])+span{display:flex;}
.industry-form-status{min-height:20px;margin:4px 0 8px;color:#6d818b;font-size:12px;line-height:1.6;}
.industry-form-status.error{color:#b0524a;}
.industry-form-status.ok{color:#118b6a;}
.industry-form-actions .submit:disabled{cursor:wait;opacity:.62;}
.industry-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;}
@media(max-width:560px){.industry-captcha-row{grid-template-columns:minmax(0,1fr) 140px;}.industry-captcha-row img{width:132px;}}
