/* HADIFATH HOME MOBILE CTA HOTFIX V1.0.0 */
.home-mobile-auth,
.home-mobile-hero-actions {
  display: none;
}

@media (max-width: 720px) {
  .nav {
    gap: 10px;
  }

  .home-mobile-auth {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .home-mobile-signin,
  .home-mobile-signup {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .home-mobile-signin {
    padding: 0 6px;
    color: #b9c9df;
  }

  .home-mobile-signup {
    padding: 0 13px;
    color: #fff;
    border: 1px solid rgba(72, 173, 255, .48);
    background: linear-gradient(135deg, #48adff, #0b5cff);
    box-shadow: 0 10px 24px rgba(11, 92, 255, .28);
  }

  .hero {
    padding-top: 40px;
  }

  .copy h1 {
    margin: 20px 0 20px;
    font-size: clamp(40px, 12.4vw, 48px);
    line-height: 1;
    letter-spacing: -.055em;
  }

  .copy > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-mobile-hero-actions {
    display: block;
    margin-top: 22px;
  }

  .home-mobile-hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home-mobile-primary,
  .home-mobile-secondary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
  }

  .home-mobile-primary {
    color: #fff;
    background: linear-gradient(135deg, #48adff, #0b5cff);
    box-shadow: 0 13px 30px rgba(11, 92, 255, .28);
  }

  .home-mobile-secondary {
    color: #dbe9fb;
    border: 1px solid rgba(111, 171, 245, .30);
    background: rgba(255, 255, 255, .035);
  }

  .home-mobile-hero-actions > p {
    margin: 12px 0 0;
    color: #8292a8;
    font-size: 12px;
    text-align: center;
  }

  .home-mobile-hero-actions > p a {
    color: #6db6ff;
    font-weight: 800;
  }
}

@media (max-width: 360px) {
  .home-mobile-signin {
    display: none;
  }

  .brand {
    gap: 9px;
    font-size: 20px;
  }

  .mark {
    width: 38px;
    height: 38px;
  }

  .home-mobile-hero-buttons {
    grid-template-columns: 1fr;
  }
}
