.screenshot-stage {
  height: 660px;
}

.app-shot {
  position: relative;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 18%, rgba(0, 0, 0, 0.74)),
    #050505;
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.app-shot::after {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 1;
  pointer-events: none;
  border-radius: 37px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 56px rgba(0, 0, 0, 0.38);
}

.app-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 1651;
  object-fit: cover;
  border-radius: 37px;
  background: #000;
}

.hero-shot {
  position: absolute;
}

.hero-shot-log {
  z-index: 3;
  top: 0;
  left: 5%;
  width: 322px;
  transform: rotateY(-10deg) rotateZ(2deg);
}

.hero-shot-event {
  z-index: 2;
  top: 72px;
  left: 43%;
  width: 274px;
  opacity: 0.94;
  transform: rotateY(-18deg) rotateZ(4deg);
}

.hero-shot-discover {
  z-index: 1;
  top: 136px;
  left: 70%;
  width: 238px;
  opacity: 0.8;
  transform: rotateY(-22deg) rotateZ(5deg);
}

.hero-proof li span {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  overflow-wrap: normal;
}

.overview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.overview-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--ink);
  background: var(--acid);
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.screen-mosaic {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(160px, 0.56fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.mosaic-shot {
  width: min(100%, 210px);
}

.mosaic-shot-main {
  justify-self: end;
  width: min(100%, 330px);
}

.mosaic-stack {
  display: grid;
  gap: 18px;
}

.mosaic-stack .mosaic-shot:first-child {
  transform: rotateZ(3deg);
}

.mosaic-stack .mosaic-shot:last-child {
  transform: rotateZ(-2deg);
}

.screenshot-gallery {
  padding-block: 8px 100px;
}

.gallery-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.gallery-heading .eyebrow {
  color: #8fae00;
}

.gallery-heading h2 {
  margin: 0;
  font-size: 3.25rem;
  line-height: 1;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.screenshot-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.24);
}

.gallery-phone {
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: #050505;
}

.gallery-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 1651;
  object-fit: cover;
  border-radius: 26px;
  background: #000;
}

.screenshot-card h3 {
  margin: 4px 0 0;
  font-size: 1rem;
}

.screenshot-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.passport-screens {
  position: relative;
  min-height: 660px;
}

.passport-shot {
  position: absolute;
}

.passport-shot-main {
  z-index: 2;
  top: 0;
  left: 16%;
  width: 300px;
  transform: rotateZ(-2deg);
}

.passport-shot-side {
  z-index: 1;
  top: 118px;
  right: 8%;
  width: 250px;
  opacity: 0.88;
  transform: rotateZ(4deg);
}

.passport-copy h2 {
  margin: 0;
  font-size: 3.25rem;
  line-height: 1;
}

@media (max-width: 1120px) {
  .screenshot-stage {
    max-width: 900px;
    margin-inline: auto;
  }

  .hero-shot-log {
    left: 13%;
  }

  .hero-shot-event {
    left: 47%;
  }

  .hero-shot-discover {
    left: 70%;
  }

  .screen-mosaic {
    max-width: 760px;
    margin-inline: auto;
  }

  .passport-screens {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 940px) {
  .gallery-heading h2,
  .passport-copy h2 {
    font-size: 2.65rem;
  }

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

@media (max-width: 860px) {
  .hero .screenshot-stage {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 640px;
    margin-top: 42px;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
  }
}

@media (max-width: 720px) {
  .screenshot-stage {
    height: 640px;
  }

  .hero-shot-log {
    left: 50%;
    width: min(72vw, 296px);
    transform: translateX(-50%) rotateZ(1deg);
  }

  .hero-shot-event {
    top: 134px;
    left: 2%;
    width: min(40vw, 170px);
    transform: rotateZ(-7deg);
  }

  .hero-shot-discover {
    top: 164px;
    right: 2%;
    left: auto;
    width: min(40vw, 170px);
    transform: rotateZ(7deg);
  }

  .screen-mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic-shot,
  .mosaic-shot-main {
    justify-self: center;
    width: min(72vw, 300px);
  }

  .mosaic-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mosaic-stack .mosaic-shot {
    width: min(40vw, 180px);
  }

  .screenshot-gallery {
    padding-block: 0 78px;
  }

  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .passport-screens {
    min-height: 610px;
  }

  .passport-shot-main {
    left: 50%;
    width: min(70vw, 286px);
    transform: translateX(-50%) rotateZ(-1deg);
  }

  .passport-shot-side {
    top: 172px;
    right: 4%;
    width: min(42vw, 180px);
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .screenshot-stage {
    height: 640px;
  }

  .hero-shot-event,
  .hero-shot-discover {
    display: none;
  }

  .gallery-heading h2,
  .passport-copy h2 {
    font-size: 2.2rem;
  }

  .mosaic-stack {
    display: none;
  }

  .passport-shot-side {
    display: none;
  }
}
