.trust-strip {
  padding: var(--sp-7) 0;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-line);
}
.trust-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-5);
  flex-wrap: wrap;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 140px;
  text-align: center;
}
.stat-num {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 600;
  color: var(--c-purple-deep);
  letter-spacing: -0.02em;
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-text-soft);
}

@media (max-width: 640px) {
  .stat { min-width: 45%; }
  .trust-strip { padding: var(--sp-6) 0; }
}
