.privacy-trust-section{background:rgba(243,245,247,.3);padding:4rem 0}.privacy-trust-wrapper{margin:0 auto;max-width:64rem}.privacy-trust-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.privacy-trust-grid{grid-template-columns:repeat(3,1fr)}}.privacy-trust-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;text-align:center;transition:transform .35s ease,box-shadow .35s ease}.privacy-trust-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-6px)}.privacy-trust-icon{align-items:center;background:rgba(25,145,210,.1);border-radius:1rem;display:flex;height:3.5rem;justify-content:center;margin:0 auto 1rem;width:3.5rem}.privacy-trust-icon svg{color:var(--primary);height:1.75rem;stroke:var(--primary);width:1.75rem}.privacy-trust-title{color:var(--foreground);font-size:1rem;font-weight:600;margin-bottom:.5rem}.privacy-trust-text{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}