.hero-partners-heading {
  margin: 1.65rem 0 -0.35rem;
  padding-inline: 0;
  color: rgba(226, 236, 255, 0.48);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.hero-partners {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.2rem);
  margin-top: -0.2rem;
  padding-inline: 0;
}

.hero-partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  border-radius: 0.45rem;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.hero-partner-logo:hover,
.hero-partner-logo:focus-visible {
  transform: translateY(-1px);
}

.hero-partner-logo:focus-visible {
  outline: 2px solid rgba(226, 236, 255, 0.72);
  outline-offset: 4px;
}

.hero-partner-logo.velocity {
  color: rgba(226, 236, 255, 0.56);
}

.hero-partner-logo.velocity:hover,
.hero-partner-logo.velocity:focus-visible {
  color: #01ffff;
}

.hero-partner-logo.velocity svg {
  display: block;
  width: auto;
  height: 2.60rem;
  max-width: min(13.8rem, 56vw);
}

.hero-partner-logo.inovo {
  margin: -0.28rem -0.42rem;
  padding: 0.28rem 0.42rem;
}

.hero-partner-logo.inovo:hover,
.hero-partner-logo.inovo:focus-visible {
  background: rgba(248, 245, 239, 0.92);
}

.hero-partner-logo.inovo img {
  display: block;
  width: auto;
  height: 2.05rem;
  max-width: min(10.7rem, 49.4vw);
  filter: invert(1) grayscale(1) saturate(0);
  opacity: 0.50;
  transition: filter 160ms ease, opacity 160ms ease;
}

.hero-partner-logo.inovo:hover img,
.hero-partner-logo.inovo:focus-visible img {
  filter: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-partner-logo {
    transition: none;
  }

  .hero-partner-logo:hover,
  .hero-partner-logo:focus-visible {
    transform: none;
  }
}
