.trust-strip {
  background: var(--panel-dark);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 26px 32px;
}

.trust-strip-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.trust-label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

.trust-name {
  font-weight: 800;
  font-size: 19px;
  color: rgba(255, 255, 255, .55);
  font-family: var(--font-display);
}
