.trust-section{background:rgba(237,240,243,.3);padding:4rem 0}.trust-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{text-align:center}.trust-icon{align-items:center;background:rgba(25,145,210,.1);border-radius:var(--radius-xl);display:inline-flex;height:3.5rem;justify-content:center;margin-bottom:1rem;width:3.5rem}.trust-icon svg{height:1.75rem;stroke:var(--primary);width:1.75rem}.trust-title{color:var(--foreground);font-size:1rem;font-weight:600;margin-bottom:.25rem}.trust-description{color:var(--muted-foreground);font-size:.875rem}