/* ============================================================
   TRUST BAR — banda de credenciales bajo el hero
   ============================================================ */

.trust {
  background: var(--navy-900);
  color: rgba(255,255,255,.82);
  padding: 1.1rem 0;
}

.trust .wrap {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .92rem;
  font-weight: 500;
}

.trust b { color: var(--gold-soft) }
