.promo-popup[hidden]{display:none!important}.promo-popup{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:20px;opacity:0;transition:opacity .25s ease}.promo-popup.is-open{opacity:1}.promo-popup-backdrop{position:absolute;inset:0;border:0;background:rgba(10,17,28,.72);backdrop-filter:blur(9px);cursor:pointer}.promo-popup-card{position:relative;z-index:1;width:min(760px,94vw);max-height:86vh;border-radius:26px;overflow:hidden;background:#1c263a;border:1px solid rgba(154,241,215,.2);box-shadow:0 30px 90px rgba(0,0,0,.34)}.promo-popup-card img{width:100%;max-height:82vh;object-fit:cover}.promo-popup-close{position:absolute;z-index:2;top:14px;right:14px;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(28,38,58,.82);color:#fff;font-size:25px;line-height:1;cursor:pointer}.promo-banner{position:relative;display:block;border-radius:28px;overflow:hidden;background:#1c263a;min-height:260px}.promo-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}.promo-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,38,58,.86),rgba(28,38,58,.18))}.promo-banner-content{position:relative;z-index:2;display:flex;min-height:260px;align-items:flex-end;padding:34px;color:#fff}.promo-banner-content strong{font-size:clamp(24px,4vw,42px);max-width:700px}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;pointer-events:none}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-dots{position:absolute;z-index:3;right:18px;top:18px;display:flex;gap:7px}.hero-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer}.hero-dot.is-active{background:#45d5b1;box-shadow:0 0 0 4px rgba(69,213,177,.16)}html[dir=rtl] .hero-dots{right:auto;left:18px}html[dir=rtl] .promo-popup-close{right:auto;left:14px}html[dir=rtl] .promo-banner:after{background:linear-gradient(270deg,rgba(28,38,58,.86),rgba(28,38,58,.18))}@media(max-width:600px){.promo-popup-card{border-radius:20px}.promo-banner,.promo-banner-content{min-height:210px}.promo-banner-content{padding:24px}}