.info-page {
  background:
    linear-gradient(rgba(7, 7, 8, 0.9), rgba(7, 7, 8, 0.97)),
    url("../img/moscow-night-hero.webp") center top / cover fixed,
    #070708;
}

.info-header {
  position: sticky;
  top: 0;
}

.info-back {
  justify-self: end;
  color: #9a949e;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.info-back:hover {
  color: var(--paper);
}

.info-back span {
  margin-right: 8px;
  color: var(--violet-light);
}

.info-main {
  min-height: 70vh;
}

.info-hero {
  position: relative;
  min-height: 480px;
  padding: 110px clamp(24px, 7vw, 110px) 92px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(7, 7, 8, 0.96) 0 42%, rgba(7, 7, 8, 0.68)),
    linear-gradient(0deg, rgba(7, 7, 8, 0.95), rgba(7, 7, 8, 0.32)),
    url("../img/moscow-night-hero.webp") center 56% / cover no-repeat;
}

.info-hero::after {
  content: "";
  position: absolute;
  top: -44%;
  right: 10%;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 126, 197, 0.14);
  transform: rotate(45deg);
  box-shadow: 0 0 100px rgba(101, 55, 132, 0.08);
}

.info-hero-mark {
  position: absolute;
  right: clamp(30px, 11vw, 170px);
  bottom: 55px;
  width: clamp(220px, 29vw, 460px);
  opacity: 0.5;
  filter: drop-shadow(0 0 38px rgba(136, 85, 167, 0.4));
}

.info-hero > p,
.info-eyebrow {
  margin: 0 0 22px;
  color: var(--violet-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.info-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8.5vw, 126px);
  font-weight: 400;
  line-height: 0.78;
  text-transform: uppercase;
}

.info-hero > span {
  margin-top: 34px;
  color: #77717a;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.info-tabs {
  position: relative;
  z-index: 2;
  padding: 0 clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 8, 0.88);
  backdrop-filter: blur(18px);
}

.info-tabs a {
  min-height: 92px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid var(--line);
  color: #716c74;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: 0.25s;
}

.info-tabs a:last-child {
  border-right: 1px solid var(--line);
}

.info-tabs a i {
  color: #4e4951;
  font-family: var(--serif);
  font-size: 18px;
  font-style: normal;
}

.info-tabs a:hover,
.info-tabs a.active {
  background: rgba(127, 91, 157, 0.1);
  color: var(--paper);
}

.info-tabs a.active {
  box-shadow: inset 0 -1px var(--violet-light);
}

.info-tabs a.active i {
  color: var(--violet-light);
}

.info-layout {
  padding: 105px clamp(24px, 7vw, 110px) 130px;
}

.info-lead {
  max-width: 900px;
  margin-bottom: 95px;
}

.info-lead h2,
.payment-panel h2,
.return-note h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.85;
  text-transform: uppercase;
}

.info-lead h2 em,
.payment-panel h2 em {
  color: #8c66a6;
  font-weight: 400;
}

.info-lead > p:not(.info-eyebrow) {
  max-width: 650px;
  margin: 38px 0 0;
  color: #8b858f;
  font-size: 13px;
  line-height: 1.9;
}

.info-contact {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 9px;
  display: block;
  border-bottom: 1px solid #674978;
  color: #cbbfd1;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-contact span {
  margin-left: 28px;
  color: var(--violet-light);
}

.info-cards,
.measure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.info-cards article,
.measure-grid article {
  min-height: 270px;
  padding: 38px;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.info-cards article:hover,
.measure-grid article:hover {
  background:
    linear-gradient(145deg, rgba(126, 80, 157, 0.13), transparent 60%),
    rgba(9, 9, 11, 0.9);
}

.info-cards article:last-child,
.measure-grid article:last-child {
  border-right: 0;
}

.info-cards article > span,
.measure-grid article > span {
  color: var(--violet-light);
  font-family: var(--serif);
  font-size: 20px;
}

.info-cards h3,
.measure-grid h3,
.payment-steps h3,
.return-timeline h3 {
  margin: 78px 0 14px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
}

.info-cards p,
.measure-grid p,
.payment-steps p,
.return-timeline p {
  margin: 0;
  color: #78737b;
  font-size: 10px;
  line-height: 1.8;
}

.payment-panel {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.payment-steps {
  border-top: 1px solid var(--line);
}

.payment-steps article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.payment-steps b {
  color: var(--violet-light);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.payment-steps h3 {
  margin: 0 0 8px;
}

.return-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.return-timeline article {
  min-height: 310px;
  padding: 38px;
  background: #09090b;
}

.return-timeline article > span {
  color: #706a73;
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.return-timeline h3 {
  margin-top: 95px;
  color: #d9d2dc;
  font-size: 33px;
}

.return-note {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.return-note ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.return-note li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: #9a949d;
  line-height: 1.75;
}

.return-note li b {
  color: var(--violet-light);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.legal-note {
  grid-column: 2;
  margin: 0;
  color: #5f5a62;
  font-size: 8px;
  line-height: 1.75;
}

.size-table-wrap {
  border: 1px solid var(--line);
}

.size-table-head,
.size-table-row {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
}

.size-table-head {
  background: rgba(127, 91, 157, 0.12);
}

.size-table-head div,
.size-table-row div {
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--line);
}

.size-table-head div:last-child,
.size-table-row div:last-child {
  border-right: 0;
}

.size-table-head span {
  color: #8b838f;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.size-table-row {
  border-top: 1px solid var(--line);
}

.size-table-row div {
  color: #aaa3ad;
  font-family: var(--serif);
  font-size: 21px;
}

.size-table-row div:first-child {
  color: var(--paper);
  font-size: 29px;
}

.measure-grid {
  margin-top: 70px;
}

.measure-grid article {
  min-height: 230px;
}

.measure-grid h3 {
  margin-top: 48px;
}

.measure-grid + .legal-note {
  max-width: 700px;
  margin: 30px 0 0 auto;
}

.info-footer {
  background: #050506;
}

@media (max-width: 900px) {
  .info-header {
    grid-template-columns: 1fr auto;
  }

  .info-header .nav {
    display: none;
  }

  .info-hero {
    min-height: 400px;
  }

  .info-tabs {
    padding: 0 24px;
  }

  .info-tabs a {
    padding: 0 18px;
  }

  .payment-panel,
  .return-note {
    grid-template-columns: 1fr;
  }

  .legal-note {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .info-back {
    font-size: 7px;
  }

  .info-hero {
    min-height: 390px;
    padding: 90px 22px 60px;
  }

  .info-hero-mark {
    right: -70px;
    bottom: 15px;
    width: 300px;
  }

  .info-hero h1 {
    max-width: 320px;
    font-size: clamp(52px, 17vw, 76px);
    line-height: 0.84;
  }

  .info-hero > span {
    font-size: 15px;
  }

  .info-tabs {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .info-tabs a {
    min-height: 62px;
    border-left: 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .info-layout {
    padding: 75px 18px 95px;
  }

  .info-lead {
    margin-bottom: 62px;
  }

  .info-lead h2,
  .payment-panel h2,
  .return-note h2 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .info-cards,
  .measure-grid,
  .return-timeline {
    grid-template-columns: 1fr;
  }

  .info-cards article,
  .measure-grid article {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-cards article:last-child,
  .measure-grid article:last-child {
    border-bottom: 0;
  }

  .info-cards h3 {
    margin-top: 45px;
  }

  .payment-panel,
  .return-note {
    margin-top: 78px;
    gap: 48px;
  }

  .size-table-head {
    display: none;
  }

  .size-table-row {
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
  }

  .size-table-row div {
    min-height: 56px;
    padding: 18px;
    display: block;
    border: 0;
  }

  .size-table-row div::before {
    content: attr(data-label);
    margin-bottom: 7px;
    display: block;
    color: #68616b;
    font-family: var(--sans);
    font-size: 7px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .info-footer .footer-links {
    grid-template-columns: 1fr;
  }
}
