.core-page--intent { background: #f2f5f3; }
.core-page--intent .page-heading { max-width: 1040px; }
.intent-guide { width: min(calc(100% - 36px), 1040px); margin: 0 auto; }
.intent-social-graphic { margin: 1.5rem 0 2.5rem; }
.intent-social-graphic img { width: 100%; aspect-ratio: 1200 / 630; object-fit: contain; background: #071f22; }
.intent-guide > section { margin: 0 0 clamp(3.5rem, 7vw, 6rem); }
.intent-lead { max-width: 820px; margin: 0 0 4rem; padding: 1.4rem 1.6rem; border-left: 5px solid var(--accent-green); background: #fff; font-size: 1.08rem; }
.term-ledger { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 2rem 0; background: var(--border-light); }
.term-ledger div { padding: 1rem; background: #fff; }
.term-ledger b, .term-ledger span { display: block; }
.term-ledger b { color: #0b6d4b; }
.term-ledger span { margin-top: .45rem; color: var(--text-soft); font-size: .84rem; }
.check-sequence { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2rem 0; counter-reset: none; }
.check-sequence > div { padding: 1.2rem; border-top: 4px solid var(--accent-green); background: #fff; }
.check-sequence span { display: block; margin-bottom: .7rem; color: #0b6d4b; font-weight: 800; letter-spacing: .08em; }
.payment-ledger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.payment-ledger article { padding: 1.3rem; border: 1px solid var(--border-light); background: #fff; }
.payment-ledger article:nth-child(3n+2) { transform: translateY(1rem); }
.evidence-timeline { position: relative; display: grid; gap: 0; padding: 0; list-style: none; }
.evidence-timeline::before { content: ""; position: absolute; top: 1rem; bottom: 1rem; left: 1rem; width: 2px; background: #8bb7a5; }
.evidence-timeline li { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: .8rem 0 .8rem 2.6rem; }
.evidence-timeline li::before { content: ""; position: absolute; top: 1.15rem; left: .68rem; width: .7rem; height: .7rem; border: 3px solid #f2f5f3; border-radius: 50%; background: #0b8055; }
.bonus-term-map { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d8dfdc; }
.bonus-term-map article { min-height: 210px; padding: 1.25rem; background: #fff; }
.bonus-term-map article:nth-child(3n) { background: #fff8e9; }
.bonus-term-map h3 { font-size: 1rem; }
.intent-guide--bonus .intent-lead { border-color: var(--accent-amber); }
.intent-guide--payments .intent-lead { border-color: #617f88; }
