.popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.25s popupFade;display:flex;position:fixed;inset:0}.popup-box{color:#fff;background:#d42c34;border-radius:24px;width:100%;max-width:560px;padding:28px;animation:.3s popupScale;position:relative;box-shadow:0 20px 60px #0006}.popup-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:38px;height:38px;font-size:24px;transition:all .2s;position:absolute;top:14px;right:14px}.popup-close:hover{background:#ffffff4d;transform:rotate(90deg)}.popup-badge{color:#fff;letter-spacing:1px;background:#0000002e;border-radius:999px;margin-bottom:14px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-block}.popup-title{color:#fff;margin:0;font-size:34px;font-weight:900;line-height:1}.popup-text{color:#ffb9bc;text-align:justify;margin-top:16px;font-size:16px;line-height:1.7}.popup-news{background:#ffffff1a;border-radius:18px;margin-top:24px;padding:18px}.popup-news h3{margin:0 0 12px;font-size:18px;font-weight:800}.popup-news ul{text-align:justify;margin:0;padding-left:15px;padding-right:15px}.popup-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.popup-btn{border-radius:12px;justify-content:center;align-items:center;min-width:140px;padding:13px 18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.popup-btn.primary{color:#fff;background:#0000002e}.popup-btn.primary:hover{color:#ffb9bc;transform:translateY(-2px)}.popup-btn.secondary{color:#fff;background:#0000002e}.popup-btn.secondary:hover{color:#ffb9bc;transform:translateY(-2px)}@keyframes popupFade{0%{opacity:0}to{opacity:1}}@keyframes popupScale{0%{opacity:0;transform:scale(.94)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.popup-box{border-radius:20px;padding:22px 18px}.popup-title{font-size:28px}.popup-text{font-size:14px}.popup-news h3{font-size:16px}.popup-news li{font-size:14px}.popup-btn{width:100%}}
