/* =============================================================
   RESPONSIVE — 480px (small mobile)
   ============================================================= */

@media (max-width: 480px) {
  .hero-headline {
    font-size: 2rem;
  }

  .hero-subheadline {
    font-size: 1rem;
    margin-top: 10px;
  }

  .phone-mockup {
    width: clamp(160px, 55vw, 200px);
  }

  .phone-mockup--hero {
    width: clamp(180px, 65vw, 240px);
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
    gap: var(--space-3);
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .hero-actions .btn,
  .hero-actions .btn-store {
    flex: 1;
    justify-content: center;
    padding: 0.6rem 0.75rem;
    gap: 0.55rem;
  }

  .hero-actions .btn-store svg {
    width: 20px;
    height: 20px;
  }

  .hero-actions .btn-store-text .btn-store-sub {
    font-size: 0.62rem;
  }

  .hero-actions .btn-store-text .btn-store-main {
    font-size: 0.9rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: 1;
  }

  .footer-download {
    grid-column: 1;
  }

  .section {
    padding: 4rem 0;
  }
}
