/* Home: partners strip + stats — horizontal swipe on mobile (LTR EN · RTL AR) */

@media (max-width: 900px) {
  .partners-strip {
    padding: 40px 0 48px;
  }

  .partner-label {
    padding: 0 20px;
    margin-bottom: 24px;
    letter-spacing: 0.18em;
    font-size: 10px;
    line-height: 1.5;
  }

  .partner-row {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px 8px !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 16px;
  }

  .partner-row::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
  }

  .partner-badge {
    flex: 0 0 auto !important;
    min-width: 180px !important;
    width: max-content !important;
    max-width: none !important;
    scroll-snap-align: start;
  }

  /* Outer scroller — page CSS uses overflow:hidden on .stats which blocks swipe */
  .stats-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin-top: 40px;
  }

  .stats-scroll::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
  }

  .stats-scroll .stats,
  .stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    width: max-content !important;
    min-width: 100%;
    max-width: none !important;
    overflow: visible !important;
    margin-top: 0 !important;
    border-radius: 14px;
  }

  .stats-scroll .stat,
  .stat {
    flex: 0 0 auto !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    border-right: 1px solid var(--line, rgba(212, 166, 55, 0.18)) !important;
    border-bottom: none !important;
    padding: 28px 24px !important;
    box-sizing: border-box;
  }

  .stats-scroll .stat:last-child,
  .stat:last-child {
    border-right: none !important;
  }

  .stat-num {
    font-size: 42px !important;
  }
}
