/* Десктоп (базовые стили страницы, без media query) */

/* ============================================
   Анимация появления блоков (data-animation-name)
   ============================================ */

[data-animation-name="1"],
[data-animation-name="2"] {
  opacity: 0;
}

[data-animation-status="true"] {
  opacity: 1;
}

[data-animation-status="true"][data-animation-name="1"] {
  animation: lpAnimOpacity 0.5s cubic-bezier(0.49, 0.01, 0.15, 0.83) 0s normal
    none;
}

[data-animation-status="true"][data-animation-name="2"] {
  animation: lpAnimShift 1.2s cubic-bezier(0.32, 0.01, 0, 1.06) 0s normal none;
}

@keyframes lpAnimOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lpAnimShift {
  from {
    opacity: 0;
    transform: translate3d(0, 120px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  [data-animation-status="true"][data-animation-name="2"] {
    animation: lpAnimShiftMob 1s cubic-bezier(0.32, 0.01, 0, 1.06) 0s normal
      none;
  }
  @keyframes lpAnimShiftMob {
    from {
      opacity: 0;
      transform: translate3d(0, 80px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}

.lp-hero {
}

.lp-hero__img,
.lp-banner-mob__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.lp-benefits {
  padding: 60px 0 50px;
}

.lp-benefits__logo {
  display: flex;
  justify-content: center;
}

.lp-benefits__title {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;

  margin-top: 54.15px;
}

.lp-benefits__list {
  display: flex;
  justify-content: center;
  margin-top: 51px;
}

.lp-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
  flex: 1;
  position: relative;
}

.lp-benefits__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 67px;
  background-color: #000;
  right: -12.5px;
  bottom: 2px;
}

.lp-benefits__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #000;

  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  font-feature-settings: "salt" on;
  color: #000000;
}

.lp-benefits__name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;

  color: #000000;
  text-align: center;
  margin-top: 26px;
}

.lp-benefits__desc {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 23px;
}

.lp-benefits__btn {
  width: max-content;
  margin: 120px auto 0;
  background-color: #1e1d1d;
  color: #f6f6f6;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  padding: 22.5px 62px;
  cursor: pointer;
  transition: all 0.2s;
}

.lp-benefits__btn:hover {
  background-color: #5f5e5e;
  color: #f6f6f6;
}

.lp-statuses {
  padding: 120px 0 120px;
}

.lp-statuses__list {
  display: flex;
  gap: 20px;
}

.lp-statuses__item {
  flex: 1;
}

.lp-statuses__cover {
  position: relative;
}

.lp-statuses__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.lp-statuses__percent {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.lp-statuses__name {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 35px;
}

.lp-statuses__range {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px;
}

.lp-statuses__range span {
  font-weight: 500;
}

.lp-statuses__desc {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  margin-top: 5px;
}

.lp-statuses__desc span {
  font-weight: 400;
}

.lp-statuses__perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.lp-statuses__perk {
  position: relative;
  padding-left: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 146%;
  text-transform: uppercase;
  color: #000000;
}

.lp-statuses__perk::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzc1IDIuOTg4MTJMNS45NzUgOS4zNDEwNkwxNC4zNzUgMC4zNDEwNjQiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==");
  position: absolute;
  width: 14px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.lp-club {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.lp-club--mobile {
  display: none;
}

.lp-club__col--left,
.lp-club__col--right {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Сетка фото: flex-колонка, растягивается на всю высоту */
.lp-club__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

/* Последний элемент в сетке занимает оставшееся пространство */
.lp-club__grid > *:last-child {
  flex: 1;
  min-height: 0;
}

.lp-club__pair {
  display: grid;
  gap: 20px;
}

/* Левая колонка: узкое(2) слева + широкое(3) справа */
.lp-club__pair--2-3 {
  grid-template-columns: 2fr 3fr;
}

/* Правая колонка ряд 1 и 4: равные части */
.lp-club__pair--1-1 {
  grid-template-columns: 1fr 1fr;
}

/* Правая колонка ряд 2 и 6: широкое(2) слева + узкое(1) справа */
.lp-club__pair--2-1 {
  grid-template-columns: 2fr 1fr;
}

/* Правая колонка ряд 6: стек — широкое слева + 2 стопкой справа */
.lp-club__pair--stack {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
}

.lp-club__pair--stack .lp-club__media:first-child {
  grid-row: 1 / 3;
}

.lp-club__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lp-club__img--bw {
  filter: grayscale(100%);
}

/* Sticky центральная колонка */
.lp-club__col--center {
  background-color: #574f4d;
  padding: 60px;
}

.lp-club__sticky {
  position: sticky;
  top: 200px;
}

.lp-club__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.lp-club__features {
  display: flex;
  flex-direction: column;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-club__feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.lp-club__feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-club__feature-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
}

.lp-invite {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.lp-invite__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22.5px 126px;
  background-color: #1e1d1d;
  color: #f6f6f6;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color 0.2s;
}

.lp-invite__btn:hover {
  background-color: #5f5e5e;
  color: #f6f6f6;
}

.lp-club__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  padding: 22.5px;
  cursor: pointer;
  transition: all 0.2s;
  border: 0.5px solid #ffffff;
  margin: 40px 0 0;
  white-space: nowrap;
}

.lp-club__btn:hover {
  background-color: #ffffff;
  color: #574f4d;
}

.lp-banner-mob {
  display: none;
}

/* ─── Loyalty Popup ─────────────────────────────────────────────────────── */

.loyalty-popup {
  align-items: center;
  justify-content: center;
}

.loyalty-popup__panel {
  width: 440px;
  max-width: 90vw;
}

.loyalty-popup__container {
  position: relative;
  background-color: #f6f6f6;
  padding: 48px;
  opacity: 0;
  transform: scale(0.96) translateY(-8px);
}

.loyalty-popup.modal-dialog--display .loyalty-popup__container {
  animation: loyaltyPopupIn 0.3s ease forwards;
}

@keyframes loyaltyPopupIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.loyalty-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.loyalty-popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loyalty-popup__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 64px;
  justify-content: center;
  padding: 4px 0;
  border-bottom: 1px solid #1e1d1d;
  transition: border-color 0.2s;
}

.loyalty-popup__field--error {
  border-bottom-color: #ff0000;
}

.loyalty-popup__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #a6a19e;
  transition: color 0.2s;
}

.loyalty-popup__field--error .loyalty-popup__label {
  color: #ff0000;
}

.loyalty-popup__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1e1d1d;
  background: none;
  border: none !important;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
  box-shadow: none;
}

.loyalty-popup__input::placeholder {
  color: #a6a19e;
}

.loyalty-popup__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 20px;
}

.loyalty-popup__submit {
  width: 304px;
  height: 64px;
  background-color: #e6e5e3;
  color: #a6a19e;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border: none;
  cursor: not-allowed;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.loyalty-popup__submit:not(:disabled) {
  background-color: #1e1d1d;
  color: #f6f6f6;
  cursor: pointer;
}

.loyalty-popup__submit:not(:disabled):hover {
  background-color: #5f5e5e;
  color: #f6f6f6;
}

.loyalty-popup__policy {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.2;
  color: #a6a19e;
  text-align: center;
  width: 304px;
}

.loyalty-popup__policy a {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.2;
  color: #a6a19e;
  text-decoration: underline;
}

.loyalty-popup .errortext {
  font-size: 12px;
  color: red;
  text-align: center;
}
