.sale-popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.35s popupFade;display:flex;position:fixed;inset:0}.sale-popup{color:#fff;text-align:center;background:radial-gradient(circle at 100% 0,#e639462e,#0000 35%),linear-gradient(145deg,#1b1b1b,#111);border:1px solid #ffffff14;border-radius:28px;width:620px;max-width:100%;padding:45px;animation:.45s popupScale;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073,0 0 60px #e6394626}.popup-circle{pointer-events:none;border-radius:50%;position:absolute}.popup-circle-1{background:#e639462e;width:240px;height:240px;top:-130px;right:-90px}.popup-circle-2{background:#ffffff0d;width:180px;height:180px;bottom:-90px;left:-70px}.popup-tag{letter-spacing:1px;text-transform:uppercase;background:#e63946;border-radius:50px;align-items:center;gap:8px;margin-bottom:25px;padding:10px 22px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 10px 25px #e6394659}.sale-popup h2{margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.15}.sale-popup h2 span{color:#e63946}.sale-popup p{color:#d3d3d3;max-width:470px;margin:0 auto 35px;font-size:16px;line-height:1.8}.popup-features{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:35px;display:grid}.feature-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:22px 15px;transition:all .35s}.feature-card:hover{background:#e6394626;border-color:#e63946;transform:translateY(-6px)}.feature-card span{margin-bottom:12px;font-size:34px;display:block}.feature-card h5{margin:0;font-size:15px;font-weight:700}.popup-status{color:#d6d6d6;align-items:center;gap:10px;margin-bottom:30px;font-size:15px;display:inline-flex}.status-dot{background:#34d399;border-radius:50%;width:10px;height:10px;animation:1.5s infinite pulse;box-shadow:0 0 15px #34d399}.popup-actions{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.popup-btn{cursor:pointer;border-radius:50px;justify-content:center;align-items:center;min-width:190px;padding:15px 26px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.primary-btn{color:#fff;background:#e63946}.primary-btn:hover{color:#fff;background:#ff4d5e;transform:translateY(-4px);box-shadow:0 15px 30px #e6394659}.secondary-btn{color:#fff;background:0 0;border:2px solid #fff3}.secondary-btn:hover{color:#111;background:#fff}@keyframes popupFade{0%{opacity:0}to{opacity:1}}@keyframes popupScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@media (max-width:768px){.sale-popup{padding:35px 25px}.sale-popup h2{font-size:30px}.popup-features{grid-template-columns:1fr}.popup-btn{width:100%}}
