/* NMIMS CIIS — assets/css/04-sections/trust.css — extracted from approved source (Phase 2B) */

/* ── TRUST BAR ── */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--grey-light); padding: 0; }
.trust-bar-inner { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.trust-bar-inner::-webkit-scrollbar { display: none; }
.trust-stat { flex: 1; min-width: 160px; padding: 28px 20px; text-align: center; border-right: 1px solid var(--grey-light); transition: background 0.2s; }
.trust-stat:last-child { border-right: none; }
.trust-stat:hover { background: var(--off-white); }
.trust-stat-num { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: var(--purple); line-height: 1; display: block; margin-bottom: 4px; }
.trust-stat-label { font-size: 0.78rem; color: var(--grey-text); font-weight: 500; line-height: 1.3; }
