/* ── TRUST STRIP ── betrouwbaarheids-badge onder de H1 op tools/data-pagina's */
.trust-lead {
  font-weight: 700;
  color: var(--amber);
  font-size: 1rem;
  max-width: 640px;
  margin: 0 auto .6rem;
  line-height: 1.5;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: .9rem 0 0;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: .35rem .8rem;
  border-radius: 50px;
  white-space: normal;
}
.trust-chip strong {
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

@media (max-width: 480px) {
  .trust-strip { gap: .4rem; }
  .trust-chip { font-size: .74rem; padding: .3rem .65rem; }
}
