.legacy-trust-section {
  padding: 88px 32px;
  background: linear-gradient(180deg, #fff 0%, #effafa 100%);
}

.legacy-title {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 48px;
  text-align: center;
}

.legacy-title span {
  color: #1677a3;
  font-size: 36px;
  letter-spacing: 0;
}

.legacy-title h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #111827;
  font-size: 28px;
}

.legacy-title h2::before,
.legacy-title h2::after {
  width: 160px;
  height: 1px;
  background: #9ca3af;
  content: "";
}

.honor-shelves {
  display: grid;
  gap: 34px;
}

.honor-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
  gap: 14px;
  align-items: end;
  border-bottom: 10px solid rgba(226, 232, 240, 0.88);
  padding: 0 40px 10px;
  box-shadow: 0 16px 22px -24px #0f172a;
}

.honor-shelf figure {
  margin: 0;
}

.honor-shelf img {
  width: 100%;
  max-height: 94px;
  object-fit: contain;
}

.honor-labels,
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.honor-labels span,
.partner-logo-grid article {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-panel);
  background: #fff;
  padding: 14px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.partner-logo-grid article.is-logo {
  min-height: 88px;
  padding: 12px 20px;
}

.partner-logo-grid article.is-logo img {
  width: 100%;
  max-width: 170px;
  max-height: 72px;
  object-fit: contain;
}

.partner-logo-grid strong {
  color: #0f4c81;
  font-size: 22px;
}

.partner-logo-grid span {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 900;
}
