.trust-page { width: min(840px, calc(100% - 48px)); margin: 48px auto 0; }
.trust-section { margin-top: 24px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(0, 0, 0, .12); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, .05); }
.trust-section:first-child { margin-top: 0; }
.trust-section h2 { margin: 0 0 14px; color: #101513; font-size: clamp(23px, 3vw, 30px); line-height: 1.25; }
.trust-section h3 { margin: 24px 0 9px; color: #14201c; font-size: 19px; }
.trust-section p, .trust-section li { color: #303b37; font-size: 16px; line-height: 1.75; }
.trust-section p + p { margin-top: 14px; }
.trust-section ul, .trust-section ol { margin: 12px 0 0; padding-left: 24px; }
.trust-section li + li { margin-top: 8px; }
.trust-section a { color: #08785d; font-weight: 600; text-underline-offset: 3px; }
.trust-section a:hover { color: #075b47; }
.trust-meta { color: #64716c !important; font-size: 14px !important; }
.methodology-card { border-left: 4px solid #00a77d; }
.methodology-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; margin-top: 18px; }
.methodology-details div { min-width: 0; }
.methodology-details strong { display: block; margin-bottom: 4px; color: #101513; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.methodology-details p { margin: 0; font-size: 14px; }
@media (max-width: 600px) {
    .trust-page { width: calc(100% - 36px); margin-top: 32px; }
    .trust-section { padding: 23px 19px; }
    .trust-section p, .trust-section li { font-size: 15px; }
    .methodology-details { grid-template-columns: 1fr; }
}
