.notification-bar{position:fixed;top:0;left:0;right:0;height:45px;background:linear-gradient(90deg,#ff4d4f 0,#ff7875 100%);color:#fff;display:flex;align-items:center;justify-content:center;padding:0 60px 0 20px;z-index:99999;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);animation:slideDown .3s ease-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.notification-bar__content{display:flex;align-items:center;justify-content:center;gap:15px;font-size:14px;max-width:1200px;text-align:center}.notification-bar__title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-bar__countdown{font-size:13px;opacity:.9;white-space:nowrap;flex-shrink:0}.notification-bar__close{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s;background:0 0;border:none;color:#fff;font-size:20px;line-height:1;padding:0;flex-shrink:0;z-index:1}.notification-bar__close:hover{background-color:rgba(255,255,255,.2)}.notification-bar__close:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@keyframes slideDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}body{padding-top:0!important;margin-top:0!important;transition:padding-top .3s ease-out}body.has-notification-bar{padding-top:45px!important}body.no-notification-bar{padding-top:0!important}body .fixed-header,body .navbar,body .navbar-fixed-top,body header.fixed,body>header,body>nav{top:0!important;transition:top .3s ease-out}body.has-notification-bar .fixed-header,body.has-notification-bar .navbar,body.has-notification-bar .navbar-fixed-top,body.has-notification-bar header.fixed,body.has-notification-bar>header,body.has-notification-bar>nav{top:45px!important}body.no-notification-bar .fixed-header,body.no-notification-bar .navbar,body.no-notification-bar .navbar-fixed-top,body.no-notification-bar header.fixed,body.no-notification-bar>header,body.no-notification-bar>nav{top:0!important}.fixed-header,.navbar,.navbar-fixed-top,header.fixed{transition:top .3s ease-out,margin-top .3s ease-out}@media (max-width:768px){.notification-bar{height:40px;padding:0 50px 0 15px}.notification-bar__content{gap:10px;font-size:13px}.notification-bar__title{font-size:13px}.notification-bar__countdown{font-size:12px}.notification-bar__close{right:15px;width:20px;height:20px;font-size:18px}body{padding-top:0!important;transition:padding-top .3s ease-out}body .fixed-header,body .navbar,body .navbar-fixed-top,body header.fixed,body>header,body>nav{top:0!important;transition:top .3s ease-out}body.has-notification-bar{padding-top:40px!important}body.has-notification-bar .fixed-header,body.has-notification-bar .navbar,body.has-notification-bar .navbar-fixed-top,body.has-notification-bar header.fixed,body.has-notification-bar>header,body.has-notification-bar>nav{top:40px!important}body.no-notification-bar{padding-top:0!important}body.no-notification-bar .fixed-header,body.no-notification-bar .navbar,body.no-notification-bar .navbar-fixed-bar .navbar-fixed-top,body.no-notification-bar header.fixed,body.no-notification-bar>header,body.no-notification-bar>nav{top:0!important}}@media (max-width:480px){.notification-bar__content{gap:8px}.notification-bar__title{font-size:12px}.notification-bar__countdown{font-size:11px}}:root{--popup-primary:#ee2225;--popup-secondary:#ffde00;--popup-accent:#ff0000;--popup-gradient:linear-gradient(135deg, #ee1c25 0%, #de2910 100%);--popup-bg:#ffffff;--popup-text-main:#2b0000;--popup-text-muted:#5e0000;--popup-radius:28px;--popup-shadow:0 30px 70px -12px rgba(238, 28, 37, 0.35)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:9998;display:none;opacity:1;pointer-events:none}.popup-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-45%) scale(.9);background:var(--popup-bg);border-radius:var(--popup-radius);box-shadow:var(--popup-shadow);max-width:680px;width:90%;max-height:85vh;overflow:visible;z-index:9999;display:none;opacity:0;transition:all .5s cubic-bezier(.34, 1.56, .64, 1);font-family:Outfit,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.popup-container.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.popup-close{position:absolute;top:0;right:-60px;width:40px;height:40px;font-size:20px;line-height:40px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border-radius:50%;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2)}.popup-close::after{content:'';position:absolute;top:50%;right:40px;width:20px;height:2px;background:rgba(255,255,255,.3);transform:translateY(-50%)}.popup-close:hover{background:rgba(0,0,0,.8);border-color:rgba(255,255,255,.5);transform:translateX(3px);box-shadow:0 6px 16px rgba(0,0,0,.3)}.popup-content{padding:40px;position:relative;display:flex;flex-direction:column}.popup-header{text-align:center;margin-bottom:30px}.popup-body{display:flex;flex-direction:row;align-items:center;gap:40px}.popup-image{flex:0 0 260px}.popup-text-content{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.popup-content::before{content:'';position:absolute;top:-20%;right:-10%;width:250px;height:250px;background:radial-gradient(circle,rgba(245,158,11,.15) 0,transparent 70%);z-index:-1}.popup-content::after{content:'';position:absolute;bottom:-10%;left:-10%;width:200px;height:200px;background:radial-gradient(circle,rgba(230,57,70,.1) 0,transparent 70%);z-index:-1}.popup-wow-icon{margin-bottom:10px;filter:drop-shadow(0 5px 15px rgba(255, 222, 0, .4));animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.popup-badge{display:inline-block;padding:6px 16px;background:linear-gradient(to right,#fee2e2,#ffedd5);color:#b91c1c;font-size:13px;font-weight:800;border-radius:30px;margin-bottom:16px;text-transform:uppercase;letter-spacing:2px;border:1px solid rgba(230,57,70,.2);box-shadow:0 4px 12px rgba(230,57,70,.1);animation:pulseBadge 2s infinite;align-self:flex-start}@keyframes pulseBadge{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.popup-countdown{display:flex;justify-content:center;gap:10px;margin-bottom:25px}.countdown-block{display:flex;flex-direction:column;align-items:center;min-width:45px;padding:6px 4px;background:rgba(238,34,37,.05);border:1px solid rgba(238,34,37,.1);border-radius:10px}.countdown-value{font-size:18px;font-weight:800;color:var(--popup-primary);line-height:1.2}.countdown-label{font-size:10px;font-weight:500;color:var(--popup-text-muted);text-transform:uppercase}.popup-title{margin:0 0 20px 0;font-size:28px;font-weight:900;line-height:1.2;letter-spacing:-1px;background:linear-gradient(to bottom,#991b1b,#dc2626);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .05))}.popup-image{width:260px;margin:0;border-radius:24px;position:relative;padding:12px;background:#fff;box-shadow:0 20px 40px -10px rgba(230,57,70,.2)}.popup-image::before{content:'';position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#f59e0b,#e63946,#7c2d12);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;opacity:.4}.popup-image img{width:100%;height:auto;display:block;border-radius:12px}.popup-text{margin:0 0 25px 0;font-size:14px;line-height:1.8;color:var(--popup-text-muted);font-weight:400}.popup-highlight{display:block;color:var(--popup-text-main);font-weight:700;font-size:15px;margin-bottom:8px}.popup-button{position:relative;overflow:hidden;display:inline-block;padding:16px 50px;background:var(--popup-gradient);color:#fff;font-size:16px;font-weight:700;text-decoration:none;border-radius:16px;transition:all .4s cubic-bezier(.175, .885, .32, 1.275);box-shadow:0 12px 28px -8px rgba(238,34,37,.5)}.popup-button:hover{transform:translateY(-4px);box-shadow:0 15px 30px -5px rgba(59,130,246,.6)}.popup-button::after{content:'';position:absolute;top:-50%;left:-100%;width:50%;height:200%;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent);transform:rotate(35deg);transition:none}.popup-button:hover::after{left:150%;transition:all .8s ease}@media (max-width:480px) or (max-height:700px){.popup-container{width:85%;max-width:320px;max-height:90vh;border-radius:20px}.popup-close{top:12px;right:12px;bottom:auto;left:auto;margin:0;width:32px;height:32px;background:rgba(0,0,0,.6);color:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 8px rgba(0,0,0,.2);backdrop-filter:blur(4px)}.popup-close svg{width:16px;height:16px}.popup-close::after{display:none}.popup-content{padding:30px 20px 25px 20px}.popup-header{margin-bottom:15px}.popup-body{flex-direction:column;gap:15px}.popup-badge{font-size:11px;padding:3px 10px;margin-bottom:12px}.popup-title{font-size:18px;margin-bottom:0}.popup-image{flex:none;width:100%;max-width:160px;padding:6px}.popup-text-content{text-align:center}.popup-text{font-size:13px;margin-bottom:20px;line-height:1.6}.popup-highlight{font-size:14px;margin-bottom:4px}.popup-button{display:block;width:100%;padding:12px 0;font-size:14px;border-radius:10px}}@media (max-width:360px){.popup-container{width:90%}.popup-content{padding:25px 15px 20px 15px}.popup-title{font-size:16px}}@media (max-width:1024px) and (min-width:768px){.popup-container{max-width:580px}.popup-content{padding:35px}.popup-body{gap:30px}.popup-image{flex:0 0 220px}.popup-title{font-size:24px}.popup-text{font-size:13px}.popup-button{padding:14px 40px;font-size:15px}}@media (max-height:600px){.popup-close{top:10px;right:10px;background:rgba(0,0,0,.6);color:#fff;border:2px solid rgba(255,255,255,.3)}.popup-close::after{display:none}}@media (max-width:767px){.popup-container{width:85%;max-width:340px;border-radius:24px;transform:translate(-50%,-55%) scale(.9)}.popup-content{padding:28px 18px}.popup-header{text-align:center;margin-bottom:18px}.popup-body{flex-direction:column;gap:18px}.popup-image{flex:none;width:100%;max-width:180px}.popup-text-content{text-align:center}.popup-title{font-size:20px}.popup-text{font-size:13px}.popup-button{display:block;width:100%;padding:13px 0;font-size:15px}.popup-countdown{justify-content:center}.popup-close{top:auto;bottom:-60px;right:auto;left:50%;margin-left:-20px;width:40px;height:40px;background:rgba(0,0,0,.6);border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 12px rgba(0,0,0,.2)}.popup-close::after{top:-20px;bottom:auto;width:2px;height:20px;right:auto;left:50%;transform:translateX(-50%)}}.popup-content>*{opacity:0;transform:translateY(20px)}.popup-container.show .popup-content>*{animation:fadeInUp .5s ease forwards}.popup-container.show .popup-content>:first-child{animation-delay:.1s}.popup-container.show .popup-content>:nth-child(2){animation-delay:.2s}.popup-container.show .popup-content>:nth-child(3){animation-delay:.3s}.popup-container.show .popup-content>:nth-child(4){animation-delay:.4s}.popup-container.show .popup-content>:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}