.page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.image-wrapper_1 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: url(./img/SketchPngc5a57837f3bed571436fa9583766c6b7fe0b8b37fbd672b1f9f19721966fedcf.png)
    top left / 100% 100% no-repeat;
}

.mobile-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.download-link {
  position: absolute;
  top: 59.07%;
  left: 18.64%;
  width: 14.8%;
  border-radius: 0.6vw;
}

.download-link:focus-visible {
  outline: 3px solid #5f46e8;
  outline-offset: 4px;
}

.download {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .page {
    background: linear-gradient(155deg, #b4bdff 0%, #dfe5ff 58%, #f7f9ff 100%);
  }

  .image-wrapper_1 {
    min-height: 100vh;
    min-height: 100svh;
    aspect-ratio: auto;
    padding: 56px 24px 64px;
    align-items: center;
    background: none;
  }

  .mobile-copy {
    position: static;
    width: min(100%, 520px);
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
    text-align: center;
    color: #1d2a70;
  }

  .mobile-brand {
    margin-bottom: 72px;
    font-size: clamp(28px, 9vw, 42px);
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .mobile-brand span {
    color: #7454ee;
  }

  .mobile-copy h1 {
    margin: 0;
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .mobile-copy p {
    margin: 28px auto 0;
    max-width: 460px;
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.5;
  }

  .download-link {
    position: static;
    width: min(72vw, 284px);
    margin-top: 48px;
    border-radius: 12px;
  }
}
