.lp-standalone-hero {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
}

.lp-standalone-hero__viewport {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  border-radius: 30px;
  background: #0a0c08;
}

.lp-standalone-hero__slides {
  position: absolute;
  inset: 0;
}

.lp-standalone-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.lp-standalone-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp-standalone-hero__media,
.lp-standalone-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lp-standalone-hero__media {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
}

/* Ken Burns без отскока при смене слайда: pause/running. linear — без «паузы» в начале цикла из‑за ease-in-out */
.lp-standalone-hero__slide--image .lp-standalone-hero__media {
  animation: lpStandaloneKenBurns 16s linear infinite alternate;
  animation-play-state: paused;
}

.lp-standalone-hero__slide--image.is-active .lp-standalone-hero__media {
  animation-play-state: running;
}

.lp-standalone-hero__slide--video .lp-standalone-hero__video {
  object-fit: cover;
  background: #0a0c08;
}

.lp-standalone-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(6, 8, 5, 0.72) 0%,
    rgba(10, 12, 8, 0.52) 22%,
    rgba(10, 12, 8, 0.22) 52%,
    rgba(10, 12, 8, 0.06) 72%,
    rgba(10, 12, 8, 0) 100%
  );
}

.lp-standalone-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 640px;
  max-width: 1180px;
  padding: 150px 0 125px 120px;
}

.lp-standalone-hero__text {
  max-width: 1180px;
}

.lp-standalone-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-family: "LPHeroMontserrat", "Montserrat", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: #ffffff;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.lp-standalone-hero__eyebrow-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.lp-standalone-hero__eyebrow-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lp-standalone-hero__title {
  margin: 0;
  max-width: 1040px;
  font-family: "LPHeroMontserrat", "Montserrat", system-ui, sans-serif;
  font-size: clamp(44px, 4vw, 70px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
  color: #ffffff;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.lp-standalone-hero__desc {
  margin: 1rem 0 0;
  max-width: 42em;
  font-family: "LPHeroRoboto", "Roboto", system-ui, sans-serif;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.lp-standalone-hero__actions {
  margin-top: 48px;
}

.lp-standalone-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 46px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #2a3318;
  font-family: "LPHeroMontserrat", "Montserrat", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  -webkit-font-smoothing: antialiased;
}

.lp-standalone-hero__button:hover,
.lp-standalone-hero__button:focus-visible {
  background: #a6111e;
  color: #ffffff;
  transform: translateY(-1px);
}

.lp-standalone-hero__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(56px, 7.5vw, 112px);
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  gap: 7px !important;
  padding: 0 24px 0 120px;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

.lp-standalone-hero__bullet {
  width: 6px !important;
  min-width: 6px !important;
  max-width: 6px !important;
  height: 6px !important;
  min-height: 6px !important;
  max-height: 6px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  flex: 0 0 6px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
  align-self: center;
  margin: 0 !important;
  position: static;
  top: auto;
}

.lp-standalone-hero__bullet.is-active {
  background: #ffffff;
}

.lp-standalone-hero__bullet:hover,
.lp-standalone-hero__bullet:focus-visible {
  transform: scale(1.15);
}

.lp-standalone-hero__bullet:focus-visible,
.lp-standalone-hero__button:focus-visible {
  outline: 2px solid #ecf96e;
  outline-offset: 3px;
}

[data-lp-retired-hero] {
  display: none !important;
}

@keyframes lpStandaloneKenBurns {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-standalone-hero__slide--image .lp-standalone-hero__media {
    animation: none !important;
  }
}

@media (max-width: 1540px) {
  .lp-standalone-hero__viewport {
    min-height: 790px;
  }

  .lp-standalone-hero__content {
    min-height: 570px;
    padding-top: 130px;
    padding-bottom: 115px;
    padding-left: 90px;
  }
}

@media (min-width: 1025px) {
  .lp-standalone-hero__pagination {
    left: auto;
    right: clamp(28px, 4vw, 64px);
    bottom: clamp(32px, 4vw, 56px);
    justify-content: flex-end;
    align-items: center;
    gap: 10px !important;
    width: auto;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(10, 12, 8, 0.18);
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
  }

  .lp-standalone-hero__bullet {
    width: 9px !important;
    min-width: 9px !important;
    max-width: 9px !important;
    height: 9px !important;
    min-height: 9px !important;
    max-height: 9px !important;
    flex: 0 0 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 1280px) {
  .lp-standalone-hero__viewport {
    min-height: 690px;
  }

  .lp-standalone-hero__content {
    min-height: 450px;
    max-width: 900px;
    padding-top: 110px;
    padding-bottom: 105px;
    padding-left: 50px;
  }

  .lp-standalone-hero__title {
    font-size: clamp(38px, 4vw, 64px);
  }
}

@media (max-width: 1024px) {
  .lp-standalone-hero__viewport {
    min-height: 470px;
  }

  .lp-standalone-hero__overlay {
    background: linear-gradient(
      0deg,
      rgba(6, 8, 5, 0.82) 0%,
      rgba(10, 12, 8, 0.42) 52%,
      rgba(10, 12, 8, 0) 100%
    );
  }

  .lp-standalone-hero__content {
    align-items: center;
    min-height: 280px;
    max-width: 600px;
    margin: 0 auto;
    padding: 170px 20px 170px;
    text-align: center;
  }

  .lp-standalone-hero__eyebrow {
    justify-content: center;
    font-size: 20px;
  }

  .lp-standalone-hero__title {
    font-size: clamp(26px, 4.2vw, 42px);
  }

  .lp-standalone-hero__desc {
    max-width: 36em;
  }

  .lp-standalone-hero__actions {
    margin-top: 40px;
  }

  .lp-standalone-hero__pagination {
    justify-content: center;
    padding: 0 20px;
    bottom: clamp(48px, 10vw, 96px);
  }
}

@media (max-width: 767px) {
  .lp-standalone-hero__viewport {
    min-height: 630px;
    border-radius: 30px;
  }

  .lp-standalone-hero__content {
    min-height: 250px;
    padding-top: 80px;
    padding-bottom: 128px;
  }

  .lp-standalone-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .lp-standalone-hero__title {
    font-size: clamp(22px, 6.5vw, 32px);
  }

  .lp-standalone-hero__desc {
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.55;
  }

  .lp-standalone-hero__actions {
    margin-top: 32px;
  }

  .lp-standalone-hero__button {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 479px) {
  .lp-standalone-hero__viewport {
    min-height: 550px;
    border-radius: 0;
  }

  .lp-standalone-hero__content {
    min-height: 200px;
    padding: 80px 20px 120px;
  }

  .lp-standalone-hero__title {
    font-size: clamp(20px, 6vw, 26px);
  }

  .lp-standalone-hero__eyebrow {
    gap: 10px;
    font-size: 16px;
  }

  .lp-standalone-hero__eyebrow-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
