.trust{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;padding:112px 0 120px;border-bottom:1px solid var(--line)}
.trust h2{font-size:clamp(38px,5vw,64px);line-height:1.02}
.trust h2 span{color:var(--gold)}
.trust-content{align-self:end;padding-bottom:2px}
.trust-content>p{max-width:390px;color:var(--muted);font-size:16px;line-height:1.65;margin:0 0 36px}
.trust-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border-top:1px solid var(--line);padding-top:17px}
.trust-points div{display:flex;flex-direction:column;gap:12px}
.trust-points strong{font-size:10px;color:var(--gold);letter-spacing:.14em}
.trust-points span{font-size:12px;font-weight:700;line-height:1.25}
@media(max-width:760px){.trust{display:block;padding:90px 0}.trust-content{margin-top:38px}.trust-points{gap:10px}.trust-points span{font-size:11px}}
