.mfp-title{display:none!important}.mfp-bg{background:#000!important;opacity:0.95!important}.pswp__bg{background:#000!important;opacity:0.95!important}.lg-backdrop{background:#000!important;opacity:0.95!important}.exit-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);z-index:999999;justify-content:center;align-items:center}.exit-popup-overlay.show{display:flex!important}.exit-popup-container{background:black;max-width:1000px;width:90%;max-height:95vh;overflow-y:auto;border-radius:10px;position:relative;box-shadow:0 10px 40px rgba(0,0,0,0.3);animation:slideIn 0.3s ease-out}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.exit-popup-close{position:absolute;top:15px;right:15px;width:35px;height:35px;background:#000;color:white;border:none;border-radius:50%;cursor:pointer;font-size:24px;line-height:1;z-index:10}.exit-popup-close:hover{background:#e74c3c;transform:rotate(90deg)}.exit-popup-content{padding:20px;text-align:center}@media (max-width:768px){.exit-popup-container{max-width:95%}}