.mobile-page {
  display: none;
}

@media (max-width: 700px) {
  .desktop-only {
    display: none;
  }

  .mobile-page {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 862 / 1824;
    margin: 0 auto;
    overflow: hidden;
    background: #030201 url(../images/mobile-landing.png) top center / 100% 100% no-repeat;
    user-select: none;
    -webkit-touch-callout: none;
  }

  .mobile-cta {
    position: absolute;
    z-index: 3;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    background: transparent;
    color: transparent;
    font-size: 0;
    text-decoration: none;
    transition: filter .18s ease, box-shadow .18s ease;
  }

  .mobile-header {
    left: 76.2%;
    top: 2.85%;
    width: 20.7%;
    height: 2.25%;
    border-radius: 999px;
  }

  .mobile-primary {
    left: 13.9%;
    top: 42.08%;
    width: 72.2%;
    height: 2.96%;
  }

  .mobile-final {
    left: 46.1%;
    top: 92.54%;
    width: 45.6%;
    height: 2.48%;
  }

  .mobile-cta:hover,
  .mobile-cta:focus-visible {
    outline: 0;
    filter: brightness(1.12);
    box-shadow: 0 0 12px #ff7a284f, 0 0 26px #e85c2038;
  }

  .mobile-page::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 36%;
    height: 4.1%;
    background: #030201;
  }
}
