/* Tablet */
@media (max-width: 991px) {
  .navbar-nav-desktop {
    display: none;
  }

  .navbar-toggler-custom {
    display: flex;
  }

  .btn-nav-wa span {
    display: none;
  }

  .hero__stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stat {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .hero__stat:nth-child(odd) {
    border-left: none;
  }

  .hero__stat:nth-child(2),
  .hero__stat:nth-child(4) {
    border-left: none;
  }

  .cta-banner__inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner__actions {
    justify-content: center;
  }

  .about-preview__img-main img {
    height: 360px;
  }

  .product-detail__gallery img {
    height: 320px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .section-padding {
    padding: 64px 0;
  }

  .section-padding--sm {
    padding: 48px 0;
  }

  .hero__title {
    font-size: clamp(30px, 8vw, 46px);
  }

  .hero__desc {
    font-size: 15px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn-gold,
  .hero__actions .btn-ghost-white {
    text-align: center;
    justify-content: center;
  }

  .hero__scroll {
    display: none;
  }

  .hero__stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stat {
    padding: 20px 14px;
  }

  .hero__stat-number {
    font-size: 32px;
  }

  .cta-banner__inner {
    padding: 36px 24px;
  }

  .cta-banner__title {
    font-size: 24px;
  }

  .about-preview__img-main img {
    height: 280px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-form-card {
    padding: 28px 20px;
  }

  .wa-direct-card {
    flex-direction: column;
    text-align: center;
  }

  .mobile-drawer {
    width: 280px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero__stat-number {
    font-size: 26px;
  }

  .hero__stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stat {
    padding: 16px 10px;
  }

  .hero__stat-label {
    font-size: 11px;
  }
}