.vcms-popup[hidden]{display:none}.vcms-popup{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:20px}.vcms-popup-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.68);backdrop-filter:blur(3px)}.vcms-popup-dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:#0f172a;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.32)}.vcms-popup-close{position:absolute;z-index:2;top:10px;right:10px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(15,23,42,.78);color:#fff;font-size:26px;line-height:1;cursor:pointer}.vcms-popup-media{display:block}.vcms-popup-media img{display:block;width:100%;height:auto;max-height:55vh;object-fit:cover}.vcms-popup-content{padding:28px}.vcms-popup-content h2{margin:0 0 12px;font-size:clamp(24px,4vw,34px);line-height:1.15}.vcms-popup-copy{color:#475569;line-height:1.7}.vcms-popup-copy>:first-child{margin-top:0}.vcms-popup-copy>:last-child{margin-bottom:0}.vcms-popup-cta{display:inline-flex;margin-top:20px;padding:12px 20px;border-radius:10px;background:var(--theme-primary,#2563eb);color:#fff;font-weight:800;text-decoration:none}.vcms-popup-open{overflow:hidden}@media(max-width:640px){.vcms-popup{padding:12px}.vcms-popup-dialog{max-height:calc(100vh - 24px);border-radius:15px}.vcms-popup-content{padding:22px}.vcms-popup-media img{max-height:45vh}}
