/* Hero / promo — mobile only (desktop untouched) */
@media (max-width: 768px) {
  .promo {
    height: auto !important;
    max-width: 100%;
    overflow: hidden;
  }

  .promo__wrapper {
    position: relative;
    min-height: clamp(360px, 52vh, 480px);
    height: clamp(360px, 52vh, 480px);
    max-width: 100%;
    overflow: hidden;
  }

  .promo .banner {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
  }

  .promo .banner__img {
    object-position: center 35%;
  }

  .promo__block {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 0 0 52px;
    background: linear-gradient(
      to top,
      rgba(10, 10, 10, 0.82) 0%,
      rgba(10, 10, 10, 0.45) 42%,
      transparent 68%
    );
  }

  .promo__block .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo-swiper {
    height: auto !important;
  }

  .promo-swiper .swiper-slide {
    height: auto;
  }

  .promo__inner {
    width: 100% !important;
    max-width: 100%;
    gap: 10px;
  }

  .promo__info {
    gap: 10px;
  }

  .promo .title-1 {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 800;
  }

  .promo__block-text {
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.88 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .promo__block-text p {
    margin: 0;
    display: inline;
  }

  .promo__block-text p + p::before {
    content: " ";
  }

  .promo-btns {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .promo-btn {
    position: relative;
    z-index: 3;
    max-width: none;
    width: 100%;
    min-height: 44px;
    padding: 11px 18px;
    font-size: 14px;
    justify-content: center;
    gap: 8px;
  }

  .promo-btn__label {
    position: relative;
    z-index: 1;
  }

  .promo-btn__arrow,
  .promo-btn img {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    pointer-events: none;
  }

  /* Slider dots removed — they sat on top of the Contact button */
  .promo-pagination {
    display: none !important;
  }

  .promo-swiper {
    padding-bottom: 0 !important;
  }

  .promo-swiper .swiper-slide {
    opacity: 1 !important;
  }

  .promo-swiper .swiper-slide:not(.swiper-slide-active) {
    visibility: hidden;
    pointer-events: none;
  }

  .promo .home-reveal--right.home-reveal--now {
    --reveal-delay: 0ms;
  }

  .advantages {
    margin-top: -28px;
  }
}

@media (max-width: 480px) {
  .promo__wrapper {
    min-height: 320px;
    height: clamp(320px, 46vh, 400px);
  }

  .promo .title-1 {
    font-size: 21px;
    line-height: 1.2;
  }

  .promo__block-text {
    display: none;
  }

  .promo__info {
    gap: 8px;
  }

  .promo__block {
    padding-bottom: 20px;
  }

  .promo-btn {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .promo .home-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
