.popup-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;top:0;left:0}.popup-content{text-align:center;background:#fff;border-radius:14px;width:90%;max-width:420px;padding:20px 25px;animation:.3s ease-in-out scaleUp;box-shadow:0 8px 25px #00000040}.popup-icon{border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 10px;display:flex}.popup-content h2{color:#28e7f7;margin:10px 0 8px;font-size:28px;font-weight:600}.popup-content p{color:#393535;margin-bottom:22px;font-size:15px;line-height:1.5}.popup-btn{color:#fff;cursor:pointer;background:#ff37c9;border:none;border-radius:8px;padding:11px 26px;font-size:15px;transition:all .3s}.popup-btn:hover{background:#bd2b96}
