/* ========================================
   Responsive Breakpoints
   ======================================== */

/* ---- Tablet (≤1024px) ---- */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .about-quote {
    font-size: var(--text-xl);
  }

  .product {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
    text-align: center;
  }

  .product-cherry .product-visual {
    order: 0;
  }

  .product-visual {
    order: -1;
  }

  .product-header {
    justify-content: center;
  }

  .product-features {
    max-width: 450px;
    margin: 0 auto;
  }

  .feature {
    text-align: left;
  }

  .product-links,
  .store-badges {
    justify-content: center;
  }

  .phone-mockup {
    width: 240px;
    height: 506px;
  }

  .hero-cards {
    gap: var(--space-lg);
  }

  .hero-card {
    width: 240px;
  }

  .hero-card-mockup {
    width: 155px;
    height: 326px;
  }
}

/* ---- Mobile (≤768px) ---- */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding-top: var(--space-3xl);
    min-height: auto;
  }

  .hero-title {
    font-size: var(--text-3xl);
  }

  .hero-sub {
    font-size: var(--text-base);
  }

  .hero-cards {
    flex-direction: column;
    align-items: center;
    gap: var(--space-lg);
  }

  .hero-card {
    width: 260px;
  }

  .hero-card-sito,
  .hero-card-cherry {
    transform: none;
  }

  .hero-card-mockup {
    width: 160px;
    height: 336px;
    border-radius: 28px;
  }

  .hero-card-screen {
    border-radius: 25px;
  }

  .hero-card-screen::before {
    width: 50px;
    height: 14px;
    top: 6px;
    border-radius: 10px;
  }

  .about-grid {
    gap: var(--space-xl);
  }

  .about-quote {
    font-size: var(--text-lg);
    padding-left: var(--space-md);
  }

  .marquee-item {
    font-size: var(--text-xl);
  }

  .contact-title {
    font-size: var(--text-2xl);
  }

  .contact-email {
    font-size: var(--text-base);
  }

  .footer-inner {
    flex-direction: column;
    gap: var(--space-xl);
    text-align: center;
  }

  .footer-left {
    align-items: center;
  }

  .footer-right {
    gap: var(--space-lg);
  }

  .store-badges {
    flex-direction: column;
    align-items: center;
  }
}

/* ---- Small Mobile (≤480px) ---- */
@media (max-width: 480px) {
  .hero-title {
    font-size: var(--text-2xl);
  }

  .hero-card {
    width: 220px;
  }

  .hero-card-icon {
    width: 36px;
    height: 36px;
  }

  .hero-card-mockup {
    width: 140px;
    height: 295px;
    border-radius: 24px;
  }

  .hero-card-screen {
    border-radius: 22px;
  }

  .hero-card-screen::before {
    width: 42px;
    height: 12px;
    top: 5px;
    border-radius: 8px;
  }

  .product-title {
    font-size: var(--text-2xl);
  }

  .phone-mockup {
    width: 200px;
    height: 422px;
    border-radius: 38px;
  }

  .phone-screen {
    border-radius: 34px;
  }

  .phone-screen::before {
    width: 60px;
    height: 18px;
    top: 8px;
  }

  .phone-screenshot {
    border-radius: 34px;
  }

  .product-logo {
    width: 42px;
    height: 42px;
  }

  .product-badge {
    font-size: 0.6rem;
  }

  .btn {
    font-size: var(--text-xs);
    padding: 0.75em 1.5em;
  }

  .btn-visit {
    font-size: var(--text-xs);
    padding: 0.7em 1.3em;
  }

  .contact-email {
    font-size: var(--text-sm);
    padding: var(--space-sm) var(--space-md);
  }
}
