/* Ecosystem logos section (after Explore Categories on homepage) */

.ecosystem-section {
  padding: 3rem 0 3.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.ecosystem-section__featured {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.ecosystem-section__featured img {
  max-width: min(100%, 720px);
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #e8edf5;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.ecosystem-section__header {
  text-align: center;
  margin-bottom: 2rem;
}

.ecosystem-section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e63946;
  margin-bottom: 0.6rem;
}

.ecosystem-section__title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #0a1628;
  margin: 0;
}

.ecosystem-marquee .partners-marquee__track {
  animation-duration: 48s;
}

@media (max-width: 767px) {
  .ecosystem-section {
    padding: 2.25rem 0 2.75rem;
  }

  .ecosystem-section__featured img {
    max-height: 160px;
    padding: 0.75rem 1rem;
  }
}
