.lp-page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--lp-page-background);

}

.lp-page--error .lp-page {
  background: #ffffff;
}

.lp-page--error .lp-page__backdrop {
  display: none;
}

.lp-page--error .lp-hero {
  padding-top: 96px;
}

.lp-page--error .lp-hero__copy {
  text-align: center;
}

.lp-page--error .lp-title {
  max-width: none;
  color: #111111;
}

.lp-page--error .lp-subtitle {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(17, 17, 17, 0.72);
}

.lp-page--error .lp-mode-note {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(17, 17, 17, 0.56);
  text-align: center;
}

.lp-page__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.16) 0%, rgba(14, 14, 14, 0.3) 42%, rgba(14, 14, 14, 0.04) 72%, rgba(14, 14, 14, 0) 100%),
    var(--lp-hero-background-image) center top / contain no-repeat;
  opacity: 1;
  pointer-events: none;
}

.lp-shell {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.lp-hero {
  position: relative;
  z-index: 1;
  padding: 14px 0 8px;
}

.lp-logo {
  width: auto;
  max-width: 154px;
  max-height: 46px;
  margin: 0 auto 30px;
  object-fit: contain;
}

.lp-hero__copy {
  text-align: left;
}

.lp-kicker {
  margin: 0 0 12px;
  color: var(--lp-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lp-title {
  margin: 0;
  max-width: 320px;
  font-family: "Averta", sans-serif;
  font-weight: 600;
  font-size: clamp(2.0rem, 8.8vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: 0.00em;
  text-transform: uppercase;
  color: var(--lp-text-main);
}

.lp-title span {
  color: var(--lp-accent);
}

.lp-subtitle {
  margin: 18px 0 0;
  max-width: 310px;
  color: var(--lp-text-muted);
  font-size: 1.02rem;
  line-height: 1.34;
}

.lp-mode-note {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lp-text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.lp-platform-summary {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 30px auto 0;
  text-align: center;
}

.lp-platform-summary__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background-color: var(--lp-platform-icon-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.lp-platform-summary__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.lp-platform-summary__label {
  display: none;
}

.lp-platform-summary__value {
  margin: 0;
  color: var(--lp-accent);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lp-platform-summary::after {
  content: "";
  width: 64px;
  height: 4px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--lp-accent);
}

.lp-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 0 0;
}

.lp-section-heading {
  display: none;
  justify-items: center;
  gap: 10px;
  margin: 22px 0 42px;
}

.lp-section-heading__eyebrow {
  margin: 0;
  color: var(--lp-accent);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lp-section-heading__bar {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: var(--lp-accent);
}

.lp-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.lp-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  min-width: 134px;
  padding: 10px 16px;
  border: 1px solid var(--lp-tab-border);
  border-radius: 12px;
  background: transparent;
  color: var(--lp-muted-text);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.lp-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--lp-accent-rgb), 0.32);
}

.lp-tab.is-active {
  color: var(--lp-accent);
  border-color: rgba(var(--lp-accent-rgb), 0.4);
  background: rgba(var(--lp-accent-rgb), 0.05);
}

.lp-tab__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background-color: var(--lp-tab-icon-muted-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.lp-tab.is-active .lp-tab__icon {
  background-color: var(--lp-tab-icon-active-color);
}

.lp-tab__icon--ios {
  -webkit-mask-image: url("../assets/icons/icon-ios.svg");
  mask-image: url("../assets/icons/icon-ios.svg");
}

.lp-tab__icon--android {
  -webkit-mask-image: url("../assets/icons/icon-android.svg");
  mask-image: url("../assets/icons/icon-android.svg");
}

.lp-tab__label {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.lp-tab-hint {
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px dashed rgba(var(--lp-accent-rgb), 0.18);
  border-radius: 14px;
  background: rgba(var(--lp-accent-rgb), 0.05);
  color: var(--lp-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.lp-panel + .lp-panel {
  margin-top: 0;
}

.lp-panel {
  position: relative;
  background: transparent;
}

.lp-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.6);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 3;
}

.lp-carousel-arrow--prev {
  left: 20px;
}

.lp-carousel-arrow--next {
  right: 20px;
}

.lp-carousel-arrow:disabled {
  opacity: 0.32;
}

.lp-step-list {
  display: grid;
  gap: 18px;
}

.lp-step-list.is-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 4px 12px;
  margin: 0 -4px;
  scrollbar-width: none;
}

.lp-step-list.is-carousel::-webkit-scrollbar {
  display: none;
}

.lp-step-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--lp-card-background);
  border: 1px solid var(--lp-card-border);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  padding: 22px 18px 20px;
}

.lp-step-list.is-carousel .lp-step-card {
  flex: 0 0 calc(100% - 18px);
  scroll-snap-align: center;
}

.lp-step-card__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  z-index: 1;
}

.lp-step-card__badge {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #1b1b1b;
}

.lp-step-card__icon {
  width: 20px;
  height: 20px;
  background-color: var(--lp-step-icon-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.lp-step-card__number {
  position: absolute;
  top: -4px;
  right: 0;
  margin: 0;
  color: rgba(var(--lp-accent-rgb), 0.1);
  font-family: "Space Grotesk", "Averta", sans-serif;
  font-weight: 800;
  font-size: 4.9rem;
  line-height: 0.9;
}

.lp-step-card__copy {
  padding-right: 12px;
}

.lp-step-card__title {
  margin: 0;
  color: var(--lp-text-main);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.lp-step-card__description {
  margin: 10px 0 0;
  color: var(--lp-muted-text);
  font-size: 0.98rem;
  line-height: 1.34;
}

.lp-step-card__screen {
  margin-top: 24px;
}

.lp-step-card__screen-frame {
  width: min(100%, 230px);
  aspect-ratio: 198 / 410;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.lp-step-card__screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-highlights-section {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 28px 0 30px;
  background: var(--lp-highlights-background);
}

.lp-highlights {
  display: grid;
  gap: 38px;
}

.lp-highlight {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.lp-highlight__icon-wrap {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-highlight__icon {
  width: 25px;
  height: 25px;
  background-color: var(--lp-highlight-icon-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.lp-highlight__text {
  margin: 0;
  color: var(--lp-text-main);
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
