.or-mkt-popup-lock{overflow:hidden;}
.or-mkt-popup-overlay{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.58);}
.or-mkt-popup{position:relative;z-index:9999;width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;color:#111;box-shadow:0 22px 70px rgba(0,0,0,.28);}
.or-mkt-popup-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#111;font-size:24px;line-height:36px;cursor:pointer;}
.or-mkt-popup-inner{display:grid;grid-template-columns:minmax(260px,42%) 1fr;min-height:520px;}
.or-mkt-popup-image{min-height:520px;background:#111 center/cover no-repeat;}
.or-mkt-popup-content{padding:44px 42px 36px;}
.or-mkt-popup-title{margin:0 0 12px;font-size:30px;line-height:1.18;font-weight:700;letter-spacing:0;}
.or-mkt-popup-desc{margin:0 0 24px;color:#555;font-size:15px;line-height:1.7;}
.or-mkt-popup-form-title{margin:0 0 8px;font-size:20px;line-height:1.3;font-weight:700;}
.or-mkt-popup-form-desc{margin:0 0 18px;color:#666;font-size:14px;line-height:1.6;}
.or-mkt-popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.or-mkt-popup-field{display:block;}
.or-mkt-popup-field-full{grid-column:1 / -1;}
.or-mkt-popup-input,.or-mkt-popup-textarea{box-sizing:border-box;width:100%;border:1px solid #d7d7d7;border-radius:0;background:#fff;color:#111;font-size:14px;line-height:1.4;outline:none;}
.or-mkt-popup-input{height:42px;padding:0 12px;}
.or-mkt-popup-textarea{min-height:88px;padding:10px 12px;resize:vertical;}
.or-mkt-popup-input:focus,.or-mkt-popup-textarea:focus{border-color:#ff9900;}
.or-mkt-popup-submit{width:100%;height:44px;margin-top:16px;border:0;background:#ff9900;color:#111;font-size:15px;font-weight:700;cursor:pointer;}
.or-mkt-popup-submit[disabled]{opacity:.62;cursor:not-allowed;}
.or-mkt-popup-message{min-height:22px;margin-top:12px;color:#b00020;font-size:13px;line-height:1.5;}
.or-mkt-popup-message-success{color:#217a35;}
.or-mkt-popup-image-top .or-mkt-popup-inner{grid-template-columns:1fr;}
.or-mkt-popup-image-top .or-mkt-popup-image{min-height:220px;}
.or-mkt-popup-text-only .or-mkt-popup-inner{grid-template-columns:1fr;min-height:0;}
.or-mkt-popup-text-only .or-mkt-popup-image{display:none;}
@media (max-width:760px){
    .or-mkt-popup-overlay{align-items:flex-end;padding:0;background:rgba(0,0,0,.54);}
    .or-mkt-popup{width:100%;max-height:92vh;}
    .or-mkt-popup-inner{grid-template-columns:1fr;min-height:0;}
    .or-mkt-popup-image{min-height:180px;}
    .or-mkt-popup-content{padding:30px 20px 24px;}
    .or-mkt-popup-title{font-size:24px;}
    .or-mkt-popup-grid{grid-template-columns:1fr;gap:10px;}
    .or-mkt-popup-field-full{grid-column:auto;}
}
