.hero-slider{position:relative;width:100%;max-width:900px;margin:40px auto 0;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.hero-slider__track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero-slider__slide{min-width:100%}.hero-slider__image{width:100%;height:400px;object-fit:cover;display:block}@media (max-width:768px){.hero-slider__image{height:240px}}.hero-slider__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a2332;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;z-index:2}.hero-slider__btn:hover{background:white;transform:translateY(-50%) scale(1.1)}.hero-slider__btn--prev{left:12px}.hero-slider__btn--next{right:12px}.hero-slider__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.hero-slider__dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:all .2s ease;padding:0}.hero-slider__dot--active{background:white;transform:scale(1.3);box-shadow:0 0 8px rgba(255,255,255,.5)}.promo-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:promo-fade-in .3s ease}@keyframes promo-fade-in{0%{opacity:0}to{opacity:1}}.promo-popup{position:relative;max-width:440px;width:100%;background:white;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.25);animation:promo-slide-up .4s cubic-bezier(.4,0,.2,1)}@keyframes promo-slide-up{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.promo-popup__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748B;transition:all .2s ease;z-index:2}.promo-popup__close:hover{background:rgba(0,0,0,.2);color:#1a2332}.promo-popup__image{width:100%;height:200px;object-fit:cover;display:block}.promo-popup__content{padding:24px;text-align:center}.promo-popup__title{font-size:22px;font-weight:700;color:#1a2332;margin-bottom:8px}.promo-popup__message{font-size:15px;color:#64748B;line-height:1.5;margin-bottom:20px}.promo-popup__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;background:#00C4B4;color:white;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.promo-popup__cta:hover{background:#00A89B;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,196,180,.3)}