/* ============================================================
   HERO (Figma: sl+menu) — page coords, top:0 left:0 width:1728
   Section height 1013px (until next block "pr" starts at y=1013)
   ============================================================ */
.hero {
  position: relative;
  width: 1728px;
  height: 1013px;
  overflow: hidden;
  background: var(--color-bg);
}

/* ---------- Slider ---------- */
.hero__slider-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 1013px;
  overflow: hidden;
}
.hero__slider {
  position: relative;
  width: 1728px;
  height: 1013px;
}
.hero__slide {
  position: absolute;
  inset: 0;
  width: 1728px;
  height: 1013px;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.hero__slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.hero__bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/png/2560x1080_sl_01.jpg');
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.hero__slide--equipment .hero__bg-photo {
  background-image: url('../images/png/2560x1080_sl_02.jpg');
  background-position: 50% 0%;
}

/* ---------- Logo ---------- */
.logo {
  position: absolute;
  left: 228px;
  top: 16px;
  width: 232px;
  height: 150px;
  text-align: center;
  z-index: 2;
}
.logo__icon {
  position: absolute;
  left: 93px;
  top: 0;
  width: 45px;
  height: 40px;
}
.logo__icon img { width: 100%; height: 100%; }
.logo__name {
  position: absolute;
  left: 0;
  top: 58px;
  width: 232px;
  font-family: var(--font-watermark);
  font-size: 41px;
  color: var(--color-accent-1);
  white-space: nowrap;
}
.logo__tag {
  position: absolute;
  left: 36px;
  top: 107.5px;
  width: 159px;
  font-size: 12px;
  color: var(--color-gray);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.logo__divider {
  position: absolute;
  left: 34px;
  top: 129px;
  width: 163.5px;
  height: 0.5px;
  background: rgba(217, 217, 217, 0.3);
}
.logo__city {
  position: absolute;
  left: 89px;
  top: 138px;
  width: 54px;
  font-size: 12px;
  color: var(--color-gray);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* hidden on desktop, shown only in mobile CSS */
.hero__header-booking { display: none; }

/* ---------- Nav ---------- */
.hero__nav {
  position: absolute;
  left: 502px;
  top: 84px;
  width: 661px;
  height: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--color-white);
  z-index: 2;
}
.hero__nav a { white-space: nowrap; }
.hero__nav a:hover { color: var(--color-accent-1); }

/* ---------- Top CTA + profile ---------- */
.hero__cta-top { left: 1202px; top: 63px; }
.hero__profile-btn {
  position: absolute;
  left: 1434px;
  top: 63px;
  width: 60px;
  height: 60px;
  z-index: 3;
}
.hero__profile-btn img { width: 100%; height: 100%; }

/* ---------- Title / subtitle ---------- */
.hero__title {
  position: absolute;
  left: 234px;
  top: 543px;
  width: 950px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 75px;
  line-height: 85px;
  color: var(--color-white);
}
.hero__subtitle {
  position: absolute;
  left: 234px;
  top: 721px;
  width: 820px;
  font-size: 20px;
  line-height: 34px;
  color: var(--color-gray-light);
}

/* ---------- Price + bottom CTA ---------- */
.hero__price {
  position: absolute;
  left: 234px;
  top: 803px;
  height: 60px;
}
.hero__price-from {
  position: absolute;
  left: 0;
  top: 39px;
  font-size: 20px;
  color: var(--color-accent-text);
}
.hero__price-value {
  position: absolute;
  left: 43px;
  top: -3px;
  font-family: var(--font-display);
  font-size: 71px;
  line-height: 1;
  color: var(--color-accent-text);
  white-space: nowrap;
}
.hero__price-rub {
  position: absolute;
  left: 174px;
  top: 23px;
  width: 23px;
  height: 32px;
}
.hero__price-period {
  position: absolute;
  left: 200px;
  top: 39px;
  font-size: 20px;
  color: var(--color-accent-text);
  white-space: nowrap;
}
.hero__cta-bottom { left: 523px; top: 803px; }

/* ---------- Carousel nav ---------- */
.hero__carousel-nav {
  position: absolute;
  left: 720px;
  top: 935px;
  width: 304.39px;
  height: 31px;
  z-index: 3;
}
.hero__arrows {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero__arrow {
  position: absolute;
  /* 5px extra hit-area on every side without changing visual */
  top: -5px;
  width: 66px;
  height: 41px;
  overflow: hidden;
  cursor: pointer;
}
.hero__arrow img { pointer-events: none; }
.hero__arrow--prev { left: -5px; }
.hero__arrow--prev img { position: absolute; left: 5px; top: 5px; width: 304.39px; height: 31px; }
.hero__arrow--next { left: 243.4px; }
.hero__arrow--next img { position: absolute; left: -243.4px; top: 5px; width: 304.39px; height: 31px; }

/* dots (tiny-slider navContainer) */
.hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.hero__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
  cursor: pointer;
  transition: background 0.25s ease;
}
.hero__dots button.tns-nav-active,
.hero__dots button.is-active { background: #f8af61; }
