.trust-section{background-color:var(--bg-primary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);width:100%;margin:0;padding:100px 0}.trust-container{max-width:1300px;margin:0 auto;padding:0 24px}.trust-header{text-align:center;margin-bottom:80px;padding-bottom:30px;position:relative}.trust-header:after{content:"";background-color:var(--text-primary);width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.trust-title{color:var(--text-primary);margin:0;font-size:2.8rem;font-weight:700;line-height:1.2}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px;max-width:1000px;margin:0 auto;display:grid}.trust-item{text-align:center;border:1px solid var(--border-light);background-color:var(--bg-primary);border-radius:12px;padding:40px 30px;transition:all .3s;position:relative}.trust-item:hover{box-shadow:var(--shadow-lg);border-color:var(--border-medium);transform:translateY(-4px)}.trust-icon{background-color:var(--interactive-primary-default);width:60px;height:60px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:24px;font-weight:700;display:flex}.trust-item-title{color:var(--text-primary);margin-bottom:16px;font-size:1.3rem;font-weight:600;line-height:1.4}.trust-item-description{color:var(--text-secondary);margin:0;font-size:1rem;font-weight:400;line-height:1.6}@media (max-width:1024px){.trust-grid{gap:50px}.trust-title{font-size:2.4rem}}@media (max-width:768px){.trust-section{padding:80px 0}.trust-header{margin-bottom:60px}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.trust-title{font-size:2.2rem}.trust-item{padding:32px 24px}.trust-icon{width:50px;height:50px;margin-bottom:20px;font-size:20px}.trust-item-title{font-size:1.2rem}.trust-item-description{font-size:.95rem}}@media (max-width:600px){.trust-section{padding:60px 0}.trust-container{padding:0 20px}.trust-header{margin-bottom:40px}.trust-grid{grid-template-columns:1fr;gap:32px}.trust-title{font-size:1.8rem}.trust-item{padding:28px 20px}.trust-icon{width:45px;height:45px;margin-bottom:16px;font-size:18px}.trust-item-title{margin-bottom:12px;font-size:1.1rem}.trust-item-description{font-size:.9rem}}
