.csp-gate-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;
background:rgba(10,10,10,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
.csp-gate-overlay.is-active{opacity:1;visibility:visible}
.csp-gate-panel{background:#fff;border-radius:14px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;
padding:32px;box-shadow:0 30px 70px rgba(0,0,0,.35);transform:translateY(12px);transition:transform .35s ease}
.csp-gate-overlay.is-active .csp-gate-panel{transform:translateY(0)}
.csp-gate-title{font-size:20px;font-weight:700;color:#111;margin-bottom:10px;line-height:1.3}
.csp-gate-desc{font-size:13px;color:#555;line-height:1.65;margin-bottom:22px}
.csp-gate-form .wpcf7-form-control{width:100%}
.csp-gate-form input[type=text],.csp-gate-form input[type=email],.csp-gate-form input[type=tel],.csp-gate-form textarea{
width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px;margin-bottom:4px}
.csp-gate-form input[type=submit]{background:#1D9E75;color:#fff;border:none;padding:11px 24px;border-radius:6px;
font-size:13px;font-weight:600;cursor:pointer}
.csp-gate-form input[type=submit]:hover{background:#0F6E56}
@media(max-width:480px){
.csp-gate-panel{padding:24px}
}
