/* Conversion architecture v2: product proof before persuasion. */

.landing-ref .hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  gap: clamp(44px, 6vw, 86px);
}

.landing-ref .hero__title {
  max-width: 700px;
  font-size: clamp(2.75rem, 4.75vw, 4.8rem);
}

.landing-ref .hero__subtitle {
  max-width: 640px;
  font-size: 1.02rem;
}

.landing-ref .hero-real-product {
  display: grid;
  min-height: 650px;
  place-items: center;
}

.landing-ref .hero-real-product__frame {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 199, 184, 0.46);
  border-radius: 28px;
  background: #090909;
  box-shadow:
    0 48px 110px rgba(0, 0, 0, 0.62),
    0 0 52px rgba(214, 161, 143, 0.13);
  transform: rotate(1.2deg);
}

.landing-ref .hero-real-product__browser {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
}

.landing-ref .hero-real-product__browser > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9e6b5c;
}

.landing-ref .hero-real-product__browser > span:nth-child(2) {
  background: #a88a65;
}

.landing-ref .hero-real-product__browser > span:nth-child(3) {
  background: #587a61;
}

.landing-ref .hero-real-product__browser small {
  min-width: 0;
  margin-left: 6px;
  overflow: hidden;
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-ref .hero-real-product__frame img {
  width: 100%;
  max-height: 568px;
  object-fit: cover;
  object-position: top;
}

.landing-ref .hero-real-product__frame figcaption {
  padding: 10px 14px 12px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.58rem;
  text-align: center;
}

.landing-ref .hero-real-product .hero__float--1 {
  top: 17%;
  right: -5%;
}

.landing-ref .hero-real-product .hero__float--2 {
  right: auto;
  bottom: 16%;
  left: -10%;
}

.landing-ref .product-proof {
  position: relative;
  padding-top: 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(214, 161, 143, 0.11), transparent 31%),
    var(--ab-off);
}

.landing-ref .product-proof__trust {
  position: relative;
  z-index: 4;
  margin: -32px 0 84px;
}

.landing-ref .product-proof__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 48px;
}

.landing-ref .product-proof__heading .section__title,
.landing-ref .product-proof__heading .section__lead {
  margin-bottom: 0;
}

.landing-ref .product-showcase--real {
  margin-top: 46px;
  background:
    radial-gradient(circle at 94% 12%, rgba(214, 161, 143, 0.11), transparent 30%),
    #101010;
}

.landing-ref .product-showcase__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-ref .product-showcase--real .product-showcase__tabs {
  min-width: 0;
  overflow-x: auto;
  border-bottom: 0;
  scrollbar-width: thin;
}

.landing-ref .product-showcase--real .product-showcase__tabs button {
  min-width: max-content;
}

.landing-ref .product-showcase__play {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(214, 161, 143, 0.25);
  border-radius: 999px;
  background: rgba(214, 161, 143, 0.08);
  color: var(--ab-rose-light);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  cursor: pointer;
}

.landing-ref .product-showcase__play svg {
  width: 14px;
  height: 14px;
}

.landing-ref .product-showcase__play[aria-pressed='true'] {
  border-color: rgba(214, 161, 143, 0.52);
  background: rgba(214, 161, 143, 0.16);
  color: #fff;
}

.landing-ref .product-showcase--real .product-showcase__panel {
  grid-template-columns: minmax(310px, 0.72fr) minmax(520px, 1.28fr);
  min-height: 610px;
  padding-block: 46px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.landing-ref .product-showcase--real[data-demo-active='booking'] .product-showcase__panel {
  grid-template-columns: minmax(330px, 1fr) minmax(300px, 0.68fr);
}

.landing-ref .product-showcase__panel.is-changing {
  opacity: 0.3;
  transform: translateY(5px);
}

.landing-ref .product-showcase--real .product-showcase__screen {
  display: grid;
  max-height: 540px;
  place-items: start stretch;
  overflow: auto;
  scrollbar-width: thin;
}

.landing-ref .product-showcase--real .product-showcase__screen img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top left;
}

.landing-ref .product-showcase--real .product-showcase__screen--portrait {
  width: min(100%, 352px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(242, 199, 184, 0.35);
  border-radius: 24px;
}

.landing-ref .product-showcase--real .product-showcase__screen--portrait img {
  max-height: 490px;
  object-fit: cover;
  object-position: top;
}

.landing-ref .product-showcase__step {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.landing-ref .product-showcase__step > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-ref .product-showcase__step > div {
  width: min(100%, 250px);
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.landing-ref .product-showcase__step i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--ab-rose-light);
  transition: width 0.24s ease;
}

.landing-ref .product-proof__conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(184, 124, 106, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(35, 22, 18, 0.08);
}

.landing-ref .product-proof__conversion > div {
  display: grid;
  gap: 2px;
}

.landing-ref .product-proof__conversion strong {
  color: #181818;
  font-size: 1rem;
}

.landing-ref .product-proof__conversion span {
  color: #6d625d;
  font-size: 0.76rem;
}

.landing-ref .revenue-diagnostic {
  padding-top: 108px;
}

.landing-ref .pricing-section--premium .pricing-grid {
  margin-top: 34px;
}

.landing-ref .pricing-capability-showcase {
  margin-top: 42px;
}

.landing-ref .app-proof-card {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: clamp(34px, 6vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(242, 199, 184, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 10%, rgba(214, 161, 143, 0.2), transparent 36%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
}

.landing-ref .app-proof-card::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(214, 161, 143, 0.18);
  border-radius: 50%;
}

.landing-ref .app-proof-card__icon {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.landing-ref .app-proof-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ab-rose-light);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.landing-ref .app-proof-card__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 14px rgba(74, 222, 128, 0.65);
}

.landing-ref .app-proof-card h3 {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.landing-ref .app-proof-card > p {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.landing-ref .app-proof-card__facts {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.landing-ref .app-proof-card__facts span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
}

.landing-ref .app-proof-card__facts svg {
  width: 18px;
  height: 18px;
  color: var(--ab-rose-light);
}

.landing-ref .app-proof-card > small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.61rem;
}

@media (max-width: 1040px) {
  .landing-ref .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 34px;
  }

  .landing-ref .hero-real-product .hero__float {
    display: none;
  }

  .landing-ref .product-showcase--real .product-showcase__panel,
  .landing-ref .product-showcase--real[data-demo-active='booking'] .product-showcase__panel {
    grid-template-columns: minmax(280px, 0.75fr) minmax(430px, 1.25fr);
  }
}

@media (max-width: 860px) {
  .landing-ref .hero__grid,
  .landing-ref .product-proof__heading,
  .landing-ref .product-showcase--real .product-showcase__panel,
  .landing-ref .product-showcase--real[data-demo-active='booking'] .product-showcase__panel {
    grid-template-columns: 1fr;
  }

  .landing-ref .hero__grid {
    padding-top: 120px;
  }

  .landing-ref .hero__content {
    text-align: center;
  }

  .landing-ref .hero__subtitle {
    margin-inline: auto;
  }

  .landing-ref .hero__actions,
  .landing-ref .hero__trust {
    justify-content: center;
  }

  .landing-ref .hero-real-product {
    min-height: 0;
  }

  .landing-ref .hero-real-product__frame {
    width: min(100%, 360px);
  }

  .landing-ref .product-proof__heading {
    align-items: start;
    gap: 20px;
  }

  .landing-ref .product-showcase--real .product-showcase__panel {
    min-height: 0;
    padding: 34px 0 0 34px;
  }

  .landing-ref .product-showcase--real .product-showcase__screen {
    max-height: 480px;
  }
}

@media (max-width: 640px) {
  .landing-ref .hero {
    min-height: auto;
  }

  .landing-ref .hero__grid {
    gap: 0;
    padding: 96px 0 54px;
  }

  .landing-ref .hero__title {
    font-size: clamp(2.35rem, 11.5vw, 3.3rem);
  }

  .landing-ref .hero__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-ref .hero__chip {
    min-height: 66px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .landing-ref .hero__actions {
    display: grid;
  }

  .landing-ref .hero__actions > * {
    width: 100%;
  }

  .landing-ref .hero__trial-cta,
  .landing-ref .hero-real-product {
    display: none;
  }

  .landing-ref .hero-real-product__frame img {
    max-height: 340px;
  }

  .landing-ref .hero-real-product__frame {
    width: min(100%, 300px);
  }

  .landing-ref .hero-real-product__frame figcaption {
    display: none;
  }

  .landing-ref .product-proof__trust {
    margin: -26px 0 58px;
  }

  .landing-ref .product-showcase__toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 0 0 10px;
  }

  .landing-ref .product-showcase--real .product-showcase__tabs {
    padding-bottom: 4px;
  }

  .landing-ref .product-showcase__play {
    align-self: flex-start;
    margin-left: 10px;
  }

  .landing-ref .product-showcase--real .product-showcase__panel {
    gap: 26px;
    padding: 28px 0 0 22px;
  }

  .landing-ref .product-showcase--real .product-showcase__screen,
  .landing-ref .product-showcase--real .product-showcase__screen--portrait {
    width: 100%;
    max-height: 440px;
    justify-self: stretch;
    border-radius: 14px 0 0 0;
  }

  .landing-ref .product-proof__conversion {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-ref .product-proof__conversion .btn-rose {
    width: 100%;
  }

  .landing-ref.growth-ready .mobile-float-cta {
    animation: none;
  }

  .landing-ref .reveal-left,
  .landing-ref .reveal-right,
  .landing-ref [data-reveal='reveal-left'],
  .landing-ref [data-reveal='reveal-right'] {
    transform: translateY(20px);
  }

  .landing-ref .reveal-left.is-visible,
  .landing-ref .reveal-right.is-visible,
  .landing-ref [data-reveal='reveal-left'].is-visible,
  .landing-ref [data-reveal='reveal-right'].is-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-ref .hero-real-product__frame {
    transform: none;
  }

  .landing-ref .product-showcase__panel,
  .landing-ref .product-showcase__step i {
    transition: none;
  }
}
