/* Stats Section Styles - "As Featured In" */

.rand-stats {
  background-color: #ffffff;
  padding: 40px 16px;
}

@media (min-width: 992px) {
  .rand-stats {
    padding: 100px 60px;
  }
}

.rand-stats__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Title */
.rand-stats__title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.96px;
  color: #64748b;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* Logos Container */
.rand-stats__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 992px) {
  .rand-stats__logos {
    gap: 32px 64px;
  }
}

/* Individual Logo Item */
.rand-stats__logo {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .rand-stats__logo {
    width: 130px;
    height: 45px;
  }
}

/* Logo Images */
.rand-stats__logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
  opacity: 1;
}
