/* ==========================================================================
   Component: trust bar (.cm-trust-bar)
   A "trusted by" logo strip. Client logos are text placeholders until real
   assets land. (The "keep your platform" band is a separate component,
   integration.css.)
   ========================================================================== */

.cm-trust-bar {
  background: var(--cm-paper-2);
  border-bottom: 1px solid var(--cm-hairline);
  padding: 36px var(--cm-gutter);
}

.cm-trust-bar__inner {
  max-width: var(--cm-container);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.cm-trust-bar__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cm-muted-2);
}

.cm-trust-bar__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Placeholder "logo" — swap for real <img> logos when supplied. */
.cm-logo-placeholder {
  font-size: 18px;
  font-weight: 700;
  color: #9aa6b4;
}
