.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{display:flex;align-items:center;justify-content:center;gap:3rem}.trust-logo{height:100px;width:auto;-o-object-fit:contain;object-fit:contain;opacity:.85;transition:opacity .2s ease}.trust-logo:hover{opacity:1}@media (max-width:640px){.trust-logos{gap:2rem;flex-wrap:wrap}.trust-logo{height:36px}}