@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .nav {
    width: 100%;
    padding: 14px 5vw;
  }

  .nav-links {
    display: none;
  }

  .nav-left {
    gap: 10px;
  }

  .nav-logo {
    width: 30px;
    height: 30px;
  }

  .brand {
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .nav-cta {
    margin-left: auto;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  main {
    width: 100%;
    max-width: 100%;
    padding: 0 5vw 34px;
    overflow: hidden;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 36px 0 20px;
    overflow: visible;
  }

  .hero .eyebrow {
    display: none;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    font-size: clamp(39px, 11.2vw, 50px);
    line-height: 1.03;
  }

  .hero-text {
    max-width: none;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-chart {
    display: none;
  }

  .hero-actions {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .button {
    width: 100%;
    padding: 16px 18px;
    text-align: center;
    font-size: 16px;
  }

  .hero-actions > span:not(.free-badge) {
    width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }

  .free-badge {
    font-size: 17px;
  }

  .checkmark {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .screens {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    width: auto;
    margin: 14px -5vw 0;
    padding: 0 5vw 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .phone-shot {
    flex: 0 0 58vw;
    min-width: 58vw;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .section,
  .community,
  .waitlist {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;
    padding: 24px;
    border-radius: 22px;
    overflow: hidden;
  }

  .section .eyebrow,
  .community .eyebrow {
    display: none;
  }

  h2 {
    font-size: clamp(31px, 8.4vw, 40px);
    line-height: 1.06;
  }

  .section-text,
  .community p,
  .waitlist p {
    font-size: 17px;
    line-height: 1.5;
  }

  .asset-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: auto;
    margin: 22px -24px 0;
    padding: 0 24px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .asset-card {
    flex: 0 0 34vw;
    min-width: 34vw;
    min-height: 105px;
    padding: 13px;
    border-radius: 15px;
    scroll-snap-align: start;
  }

  .asset-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }

  .material-symbols-rounded.asset-icon {
    font-size: 30px;
  }

  .asset-card strong {
    font-size: 13px;
    line-height: 1.1;
    white-space: normal;
  }

  .community {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vote-box {
    padding: 22px;
    font-size: 16px;
  }

  .vote-box strong {
    font-size: 17px;
  }

  .waitlist {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .waitlist img {
    width: 64px;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waitlist-form input,
  .waitlist-form button {
    width: 100%;
    min-height: 58px;
    border-radius: 14px;
    font-size: 16px;
  }

  #waitlist-message {
    font-size: 14px;
  }

  .waitlist-consent {
    font-size: 14px;
  }

  .privacy-page {
    max-width: none;
    padding: 34px 0;
  }

  .privacy-section {
    padding: 24px;
  }

  .privacy-content h2 {
    font-size: 26px;
  }

  footer {
    width: 100%;
    max-width: 100%;
    padding: 38px 5vw;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  .footer-links {
    align-items: flex-start;
  }
}