.topic-clusters{padding:64px 24px;background:#f7f5ef;border-top:1px solid rgba(18,49,40,.12)}
.topic-clusters__inner{max-width:1180px;margin:0 auto}
.topic-clusters h2{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.15;color:#123128}
.topic-clusters__intro{max-width:760px;margin:0 0 28px;color:#4f5f59;line-height:1.7}
.topic-clusters__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.topic-cluster{padding:24px;border:1px solid rgba(18,49,40,.14);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,49,40,.06)}
.topic-cluster h3{margin:0 0 10px;font-size:1.2rem;color:#123128}
.topic-cluster p{margin:0 0 12px;color:#4f5f59;line-height:1.6}
.topic-cluster ul{margin:0;padding-left:20px}
.topic-cluster li{margin:8px 0}
.topic-cluster a{color:#087a59;font-weight:650;text-decoration-thickness:1px;text-underline-offset:3px}
@media(max-width:720px){.topic-clusters{padding:44px 18px}.topic-clusters__grid{grid-template-columns:1fr}.topic-cluster{padding:20px}}
