.trust-bar{background:var(--surface-0);padding:3rem 1rem;position:relative}.trust-bar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.trust-bar-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.trust-bar-label{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary)}.trust-logos{justify-content:center;gap:3rem}.trust-item,.trust-logos{display:flex;align-items:center}.trust-item{flex-direction:column;gap:.625rem;margin:0}.trust-logo{height:100px;width:auto;-o-object-fit:contain;object-fit:contain;opacity:.85;transition:opacity .2s ease}.trust-item:hover .trust-logo{opacity:1}.trust-logo-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;color:var(--text-secondary);white-space:nowrap}@media (max-width:640px){.trust-logos{gap:2rem;flex-wrap:wrap}.trust-logo{height:36px}}