/* ============================================================
   TRUST — 4-column animated stats strip below hero
   ============================================================ */

.trust {
  position: relative;
  z-index: 5;
  padding: calc(var(--sp-3xl) * 0.35) var(--sp-xl);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

.trust .stat__number {
  font-size: calc(var(--fs-h1) * 0.75);
}
