/* =====================================================
   PINMEET — RESPONSIVE OVERRIDES (responsive.css)
   Breakpoints:
   - Desktop: 1200px+
   - Tablet: 768px – 1199px
   - Mobile: < 768px
   - Small Mobile: < 480px
   ===================================================== */

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 54px;
  }
  .section-title {
    font-size: 38px;
  }
  .hero-mockup-wrap {
    width: 290px;
  }
  .hfb-food {
    left: -20px;
  }
  .hfb-music {
    right: -15px;
  }
  .hfb-sports {
    right: -15px;
  }
  .showcase-track-wrap {
    gap: 12px;
  }
  .app-phone-item {
    width: 155px;
  }
  .tilt-3-hero {
    width: 180px;
  }
}

@media (max-width: 991.98px) {
  .pm-navbar {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pm-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0 10px;
  }

  .navbar-collapse {
    background: #FFFFFF;
    padding: 18px 24px;
    border-radius: 18px;
    margin-top: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  }

  .hero-section {
    aspect-ratio: auto !important;
    min-height: auto !important;
    background-size: cover !important;
    padding-top: 24px;
    padding-bottom: 50px;
    text-align: center;
  }

  /* Section 2: Feature Cards Flat Reset on Mobile/Tablet */
  .feature-card-item,
  .fc-peach,
  .fc-lavender,
  .fc-mint,
  .fc-yellow {
    transform: none !important;
  }
  .feature-card-item:hover,
  .fc-peach:hover,
  .fc-lavender:hover,
  .fc-mint:hover,
  .fc-yellow:hover {
    transform: translateY(-6px) scale(1.01) !important;
  }

  .hero-eyebrow-pill {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.55;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    margin-bottom: 22px;
  }

  .hero-cta-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
    margin-bottom: 20px;
  }

  .hero-cta-buttons .btn-pm-orange,
  .hero-cta-buttons .btn-pm-white-outline {
    width: 100%;
    height: 52px;
    font-size: 16px;
    justify-content: center;
  }

  .store-badges-row {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .store-badge-card {
    padding: 7px 14px;
  }

  .store-badge-card i {
    font-size: 20px;
  }

  .store-badge-name {
    font-size: 13px;
  }

  .hero-social-proof {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .proof-statement {
    text-align: left;
    font-size: 12px;
  }

  .hero-desktop-stage {
    display: none !important;
  }

  .hero-mobile-stage {
    display: block !important;
    width: 100%;
    max-width: 520px;
    margin: 10px auto 0;
  }

  .hero-visual-stage {
    margin-top: 20px;
  }

  .steps-connector-line {
    display: none;
  }

  .section-how {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .step-item-box {
    margin-bottom: 30px;
  }

  .balanced-panel {
    margin-bottom: 24px;
    padding: 34px 28px;
  }

  .community-illustration-wrap {
    margin-bottom: 40px;
  }

  .faq-support-panel {
    margin-top: 40px;
  }

  .section-final-cta {
    text-align: center;
  }

  .mantra-sticky-note-card {
    margin: 40px auto 0;
    transform: rotate(0);
  }

  .footer-col {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .hero-title {
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.05;
  }

  .section-title {
    font-size: 30px;
  }

  .store-badges-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .store-badge-card {
    padding: 6px 12px;
  }

  .store-badge-card i {
    font-size: 18px;
  }

  .store-badge-sub {
    font-size: 8px;
  }

  .store-badge-name {
    font-size: 12px;
  }

  .showcase-track-wrap {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .app-phone-item {
    width: 200px;
    transform: none !important;
  }

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

  .community-stat-number {
    font-size: 32px;
  }

  .footer-copyright-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 479.98px) {
  .hero-title {
    font-size: 34px;
  }
  .section-title {
    font-size: 28px;
  }
  .hero-float-badge {
    position: static;
    margin-bottom: 8px;
  }
}
