.download-page .product-reveal-hero {
  position: relative;
  z-index: 2;
  min-height: 790px;
  display: flex;
  align-items: center;
  padding: 126px 0 96px;
  overflow: visible;
}

.download-page .site-nav .nav-cta[aria-current="page"] {
  color: #0b1023;
}

.download-page .product-reveal-layout {
  display: grid;
  grid-template:
    "copy visual" auto
    "actions visual" auto /
    minmax(0, 0.44fr) minmax(0, 0.56fr);
  column-gap: 28px;
  align-items: center;
}

.download-page .product-reveal-copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
  align-self: end;
}

.download-page .product-reveal-copy .page-kicker {
  color: rgba(255, 255, 255, 0.46);
}

.download-page .product-reveal-copy .page-title {
  max-width: 660px;
  line-height: 0.96;
}

.download-page .together-line {
  display: inline-block;
  margin-top: 24px;
}

.download-page .product-reveal-copy .page-lede {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
}

.download-page .product-reveal-followup {
  margin-top: 8px;
}

.download-page .product-reveal-visual {
  --glow-drift: 0px;
  grid-area: visual;
  position: relative;
  width: 100%;
  height: 560px;
  align-self: center;
  overflow: visible;
}

.download-page .product-reveal-visual::before {
  position: absolute;
  z-index: 0;
  inset: 8% -2% -2% 14%;
  content: "";
  background:
    radial-gradient(circle at 42% 42%, rgba(16, 151, 252, 0.11), transparent 34%),
    radial-gradient(circle at 67% 69%, rgba(113, 55, 252, 0.095), transparent 31%);
  filter: blur(26px);
  pointer-events: none;
  transform: translateY(var(--glow-drift));
  will-change: transform;
}

.download-page .product-living-field {
  --field-drift: 0px;
  position: absolute;
  z-index: 1;
  inset: -8% -14% -12% -92%;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(var(--field-drift));
  will-change: transform;
}

.download-page .product-living-field::before,
.download-page .product-living-field::after {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
}

.download-page .product-living-field::before {
  width: 76%;
  height: 60%;
  right: -1%;
  top: 19%;
  border-top-color: rgba(53, 117, 252, 0.18);
  border-right-color: rgba(255, 197, 72, 0.14);
  border-bottom-color: rgba(252, 72, 110, 0.09);
  transform: rotate(-7deg);
}

.download-page .product-living-field::after {
  width: 63%;
  height: 38%;
  right: 2%;
  top: 47%;
  border-bottom-color: rgba(113, 55, 252, 0.14);
  border-right-color: rgba(252, 72, 110, 0.1);
  transform: rotate(4deg);
}

.download-page .product-presence {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: #1097fc;
  background: currentColor;
  box-shadow: 0 0 22px 7px currentColor;
  opacity: 0.52;
}

.download-page .product-presence-one {
  left: 49%;
  top: 38%;
}

.download-page .product-presence-two {
  right: 7%;
  top: 32%;
  color: #ffc548;
}

.download-page .product-presence-three {
  right: 9%;
  bottom: 16%;
  color: #fc486e;
}

.download-page .product-presence-four {
  left: 50%;
  bottom: 16%;
  color: #7137fc;
}

.download-page .story-fragment {
  position: absolute;
  display: block;
  width: 92px;
  aspect-ratio: 0.78;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 22px rgba(53, 117, 252, 0.1);
  filter: saturate(0.78) brightness(0.9);
  opacity: 0.07;
  transform: rotate(-7deg);
}

.download-page .story-fragment::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.16), transparent 24%);
  pointer-events: none;
}

.download-page .story-fragment-one {
  left: 44%;
  top: 22%;
  background-image: linear-gradient(rgba(11, 16, 35, 0.12), rgba(11, 16, 35, 0.32)), url("/assets/product-reveal/images/graduation.jpg");
  opacity: 0.068;
}

.download-page .story-fragment-two {
  right: 2%;
  bottom: 29%;
  width: 88px;
  background-image: linear-gradient(rgba(11, 16, 35, 0.08), rgba(11, 16, 35, 0.35)), url("/assets/product-reveal/images/wedding.jpg");
  opacity: 0.06;
  transform: rotate(8deg);
}

.download-page .story-fragment-three {
  left: 51%;
  bottom: 9%;
  width: 104px;
  background-image: linear-gradient(rgba(11, 16, 35, 0.08), rgba(11, 16, 35, 0.32)), url("/assets/product-reveal/images/weekend.jpg");
  opacity: 0.052;
  transform: rotate(4deg);
}

.download-page .story-fragment-four {
  right: 8%;
  top: 15%;
  width: 90px;
  background-image: linear-gradient(rgba(11, 16, 35, 0.08), rgba(11, 16, 35, 0.32)), url("/assets/product-reveal/images/birthday.jpg");
  opacity: 0.064;
  transform: rotate(-4deg);
}

.download-page .product-phone-cutout {
  --phone-turn: -1deg;
  --phone-scale: 0.551724;
  position: absolute;
  z-index: 2;
  top: 60%;
  right: 5%;
  width: 583px;
  height: 814px;
  overflow: visible;
  transform: translateY(-50%) rotate(var(--phone-turn));
  transform-origin: 55% 62%;
  pointer-events: none;
  will-change: transform;
}

.download-page .phone-live-frame {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 1450px;
  border: 0;
  background: #010418;
  transform: translate(-50%, -50%) scale(var(--phone-scale));
  transform-origin: center;
  animation: product-reveal-enter-live 800ms cubic-bezier(0.22, 0.8, 0.22, 1) both;
  pointer-events: none;
}

.download-page .product-reveal-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 60px;
  align-self: start;
}

.download-page .availability-badge {
  display: inline-flex;
  border-radius: 8px;
  cursor: default;
  pointer-events: none;
}

.download-page .signup-form input:focus-visible {
  outline: 3px solid var(--open-amber);
  outline-offset: 3px;
}

.download-page .product-reveal-actions img {
  display: block;
  width: auto;
  height: 50px;
}

@keyframes product-reveal-enter-live {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 16px)) scale(var(--phone-scale));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--phone-scale));
  }
}

@media (max-width: 1100px) {
  .download-page .product-reveal-hero {
    min-height: 0;
    padding: 120px 0 96px;
    overflow: hidden;
  }

  .download-page .product-reveal-layout {
    grid-template:
      "copy" auto
      "visual" auto
      "actions" auto /
      minmax(0, 1fr);
    row-gap: 30px;
  }

  .download-page .product-reveal-copy {
    align-self: auto;
  }

  .download-page .product-reveal-visual {
    width: min(100%, 820px);
    height: 580px;
    margin-inline: auto;
  }

  .download-page .product-phone-cutout {
    --phone-scale: 0.524138;
    top: 48%;
    right: 50%;
    width: 530px;
    height: 750px;
    transform: translate(50%, -50%) rotate(var(--phone-turn));
  }

  .download-page .product-reveal-actions {
    justify-content: center;
    margin-top: 0;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .download-page .product-reveal-visual {
    margin-top: 94px;
  }
}

@media (max-width: 620px) {
  .download-page .product-reveal-hero {
    padding: 112px 0 76px;
  }

  .download-page .product-reveal-layout {
    grid-template:
      "copy" auto
      "actions" auto
      "visual" auto /
      minmax(0, 1fr);
    row-gap: 32px;
  }

  .download-page .product-reveal-visual {
    width: 100%;
    height: 550px;
    margin-top: 60px;
    margin-left: 0;
  }

  .download-page .product-living-field {
    inset: -3% -70% -2% -70%;
  }

  .download-page .product-phone-cutout {
    --phone-scale: 0.427586;
    top: 51%;
    right: 50%;
    width: 370px;
    height: 590px;
    transform: translate(50%, -50%) rotate(var(--phone-turn));
  }

  .download-page .product-reveal-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .download-page .product-reveal-actions img {
    height: 42px;
  }

  .download-page .story-fragment-one {
    display: none;
  }

  .download-page .story-fragment-two {
    right: 24%;
    width: 70px;
    opacity: 0.048;
  }

  .download-page .story-fragment-three {
    left: 26%;
    width: 76px;
    opacity: 0.044;
  }

  .download-page .story-fragment-four {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-page .product-phone-cutout {
    --phone-turn: -0.4deg;
  }

  .download-page .product-living-field {
    --field-drift: 0px;
  }

  .download-page .product-reveal-visual {
    --glow-drift: 0px;
  }

  .download-page .phone-live-frame {
    animation: none;
  }
}
