.trust-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:17px; }
.trust-steps article { position:relative; padding:25px; border:1px solid var(--line); border-radius:20px; background:#0a1928; }
.trust-steps article > span { position:absolute; top:20px; right:20px; color:#536a80; font:700 11px Outfit; }
.trust-steps h2 { font:700 19px Outfit; }
.trust-steps p { color:#8499ad; font-size:12px; line-height:1.65; }
.section-split { display:grid; grid-template-columns:.7fr 1.3fr; gap:70px; }
.section-split h2,.honest-section h2 { margin:0; font:800 44px/1 Outfit; }
.section-split > div:first-child > p:not(.eyebrow),.honest-section p:not(.eyebrow) { color:#91a5b9; line-height:1.75; }
.inspection-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.inspection-grid div { padding:18px; display:grid; gap:6px; border:1px solid var(--line); border-radius:15px; background:#091725; }
.inspection-grid b { font-size:13px; }
.inspection-grid span { color:#7c91a6; font-size:11px; line-height:1.5; }
.honest-section { padding:50px; display:grid; grid-template-columns:1fr 200px; align-items:center; gap:50px; border:1px solid rgba(142,229,46,.2); border-radius:28px; background:linear-gradient(120deg,#0d2336,#0b1a29); }
.launch-badge { width:180px; aspect-ratio:1; display:grid; place-content:center; text-align:center; border:1px solid rgba(142,229,46,.35); border-radius:50%; background:rgba(142,229,46,.06); }
.launch-badge span { color:var(--lime); font-size:9px; font-weight:800; letter-spacing:1px; }
.launch-badge strong { font:800 54px Outfit; }
.launch-badge small { color:#8297ab; }
@media(max-width:900px){.trust-steps{grid-template-columns:1fr 1fr}.section-split{grid-template-columns:1fr;gap:25px}.honest-section{grid-template-columns:1fr}.launch-badge{width:140px}}
@media(max-width:540px){.trust-steps,.inspection-grid{grid-template-columns:1fr}.honest-section{padding:28px}}
