.trust-hero{position:relative;background:#0a0a08;color:#fff;padding:160px 0 100px;text-align:center;overflow:hidden}.trust-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top center,rgba(45,138,110,0.2) 0%,transparent 60%);z-index:0}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,0.03) 1px,transparent 1px);mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%)}.trust-badge{display:inline-block;padding:8px 16px;background:rgba(209,244,112,0.1);color:#d1f470;border:1px solid rgba(209,244,112,0.2);border-radius:100px;font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:24px}.trust-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin-bottom:24px}.trust-hero p{font-size:1.15rem;color:rgba(255,255,255,0.7);max-width:700px;margin:0 auto;line-height:1.6}.trust-cert-section{padding:80px 0;background:#f5f5f2}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.cert-card{background:#fff;border-radius:20px;padding:32px;border:1px solid rgba(0,0,0,0.06);transition:transform 0.3s ease}.cert-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.03)}.cert-icon{width:48px;height:48px;color:#2D8A6E;margin-bottom:20px}.trust-features-section{padding:100px 0;background:#fff}.feature-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.f-bento-card{background:#f5f5f2;border-radius:24px;padding:40px}.f-bento-card.col-span-2{grid-column:span 2}.f-bento-card.highlight-card{background:#11110d;color:#fff}.f-bento-card.highlight-card h3{color:#fff}.f-bento-card.highlight-card p{color:rgba(255,255,255,0.7)}.f-bento-card h3{font-size:1.5rem;color:#11110d;margin-bottom:16px}.f-bento-card p{color:#555;line-height:1.6}@media (max-width:992px){.feature-bento{grid-template-columns:1fr}.f-bento-card.col-span-2{grid-column:span 1}}