.trusted-section {
  padding: 80px 6vw;
  background: #fff;
  text-align: center;
}

.trusted-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.trusted-heading h2 {
  margin: 8px 0 0;
  color: #2f1447;
}

.trusted-logo-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trusted-logo-grid > div {
  min-height: 150px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(84, 42, 112, 0.12);
  background: #faf8fc;
  border-radius: 14px;
}

.trusted-logo-grid img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 88px;
  object-fit: contain;
}

.trusted-logo-grid img[alt="NTCA—The Rural Broadband Association"] {
  max-height: 72px;
}

@media (max-width: 800px) {
  .trusted-section { padding: 58px 24px; }
  .trusted-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .trusted-logo-grid > div { min-height: 118px; padding: 18px; }
  .trusted-logo-grid img { max-height: 68px; }
}

@media (max-width: 440px) {
  .trusted-logo-grid > div { min-height: 104px; padding: 14px; }
  .trusted-logo-grid img { max-height: 58px; }
}
