/* ── TRUST BAR ── */
.trust-bar {
  background: var(--ink);
  border-top: none;
  padding: 18px clamp(1.5rem, 5vw, 5rem);
}

.trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-sep {
  width: 1px;
  height: 20px;
  background: oklch(100% 0 0 / 0.12);
}

.trust-item svg {
  width: 18px; height: 18px;
  stroke: var(--amber);
  fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}

.trust-text {
  font-size: 13px;
  font-weight: 500;
  color: oklch(100% 0 0 / 0.7);
  letter-spacing: 0.01em;
}

.trust-text strong {
  color: white;
  font-weight: 600;
}
