#truths { background: #F5F0E8; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.tr { --ink:#2D2A26; --sec:#6B6560; --hair:#E5DFD5; --greenT:#3AB648;
  max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.5rem, 4vw, 2.5rem); color: var(--ink); }
.tr-eyebrow { margin: 0 0 clamp(1rem, 2vw, 1.4rem); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--greenT); }
.tr-head { margin: 0 0 .7rem; max-width: 24ch; font-size: clamp(1.8rem, 3.6vw, 2.9rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.tr-lead { margin: 0 0 clamp(1.8rem, 3vw, 2.4rem); max-width: 60ch; font-size: 1.05rem; color: var(--sec); }

.tr-block { margin: clamp(2.4rem, 4vw, 3.2rem) 0 clamp(2rem, 3.4vw, 2.8rem); padding-top: clamp(1.5rem, 2.6vw, 2rem); border-top: 1px solid var(--hair, #E5DFD5); }
.tr-k { margin: 0 0 .6rem; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--greenT, #3AB648); }
.tr-lead-old { margin: 0 0 1.8rem; max-width: 70ch; font-size: 1.02rem; line-height: 1.6; color: var(--sec, #6B6560); }
.tr-lead-old b { color: var(--ink, #2D2A26); font-weight: 600; }
.tr-list { margin: 0 0 1.6rem; padding: 0; list-style: none; counter-reset: t; display: grid; gap: .9rem; }
.tr-list li { counter-increment: t; position: relative; padding-left: 2.1rem; max-width: 70ch; font-size: .98rem; line-height: 1.55; color: var(--sec, #6B6560); }
.tr-list li::before { content: counter(t); position: absolute; left: 0; top: .05em; width: 1.45rem; height: 1.45rem; border: 1px solid var(--greenT, #3AB648); border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 600; color: var(--greenT, #3AB648); }
.tr-list b { color: var(--ink, #2D2A26); font-weight: 600; }
.tr-risk { margin: 0; padding: 1.1rem 1.3rem; max-width: 74ch; background: #FBF8F2; border-left: 3px solid var(--greenT, #3AB648); border-radius: 3px; font-size: .96rem; line-height: 1.6; color: var(--sec, #6B6560); }
.tr-risk b { color: var(--ink, #2D2A26); font-weight: 600; }

#truths { background:#FFFFFF !important; }
