.exit-popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;justify-content:center;align-items:center;padding:20px}.exit-popup-content{position:relative;background:#f5f3ee;max-width:500px;width:100%;padding:50px 40px;border-radius:20px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.18)}.exit-popup-content h2{color:#3f5144;font-size:42px;margin-bottom:15px}.exit-popup-content p{color:#3f5144;font-size:18px;margin-bottom:30px}.popup-btn{display:inline-block;background:#3f5144;color:#f5f3ee!important;text-decoration:none;padding:14px 35px;border-radius:50px;font-weight:600}.popup-close{position:absolute;right:15px;top:10px;border:none;background:none;font-size:30px;cursor:pointer;color:#3f5144}