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