/* ==========================================================================
   Workflow Studio — showreel
   trust.css
   The strip under the hero: where the media is generated, and on what.
   ========================================================================== */

/* --- Trust strip ----------------------------------------------------------- */

.trust {
  padding: 48px 0;
}

.trust p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 26px;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 56px;
}

.trust-logos span {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dim);
  opacity: 0.45;
  letter-spacing: -0.01em;
}

/* Reads as a sentence, not as a second eyebrow: the uppercase tracking of
   .trust p is for a label and this is a claim, so it opts out of it. */
.trust .trust-note {
  max-width: 62ch;
  margin: 26px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-muted);
}
