.insight-hero{padding-bottom:54px}
.insight-topics{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.insight-topics span,.insight-meta span{
  display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;
  background:#eef7f5;color:#0c7168;font-size:.82rem;font-weight:750;
}
.insight-intro{
  display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);
  gap:38px;align-items:start;margin-bottom:32px;padding-bottom:28px;
  border-bottom:1px solid rgba(12,113,104,.12)
}
.insight-intro h2{margin-bottom:0}
.insight-intro p{margin:0;line-height:1.8;color:#55656a}
.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.insight-card{
  padding:24px;border:1px solid rgba(12,113,104,.13);border-radius:22px;
  background:#fff;box-shadow:0 12px 30px rgba(18,54,52,.045)
}
.insight-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.insight-meta time{font-size:.8rem;color:#778582}
.insight-card h2{font-size:1.34rem;line-height:1.4;margin:0 0 11px}
.insight-card h2 a{color:inherit;text-decoration:none}
.insight-card p{color:#5b6967;line-height:1.72}
.article-hero{padding:76px 0 46px;background:linear-gradient(180deg,#f3f9f7 0%,#fff 100%)}
.article-narrow{max-width:800px}
.article-hero h1{font-size:clamp(2.45rem,4.3vw,4.35rem);line-height:1.13;letter-spacing:-.035em;margin:.45rem 0 18px}
.article-deck{font-size:1.13rem;line-height:1.8;color:#4e615e;max-width:730px}
.article-byline{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:22px;color:#768481;font-size:.86rem}
.article-body{padding-top:48px;padding-bottom:76px}
.article-section{padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid rgba(12,113,104,.10)}
.article-section h2,.article-source h2{font-size:1.65rem;margin-bottom:14px}
.article-section p,.article-source p{font-size:1.03rem;line-height:1.9;color:#334946}
.article-note{margin:26px 0;padding:20px 22px;border-radius:18px;background:#f4faf8;border:1px solid rgba(12,113,104,.14)}
.article-note p{margin:.5rem 0 0;line-height:1.75}
.article-source{padding:26px 0 10px}
.article-cta{margin-top:42px;padding:28px;border-radius:22px;background:#eef7f5}
.article-cta h2{margin-bottom:8px}
.article-cta p{margin-top:0}
@media(max-width:850px){
  .insight-hero{padding-bottom:40px}
  .insight-intro{grid-template-columns:1fr;gap:14px}
  .insight-grid{grid-template-columns:1fr}
  .insight-card{padding:18px}
  .article-hero{padding:48px 0 34px}
  .article-hero h1{font-size:2.15rem;line-height:1.2}
  .article-deck{font-size:1rem}
  .article-body{padding-top:34px;padding-bottom:54px}
  .article-section h2,.article-source h2{font-size:1.42rem}
  .article-section p,.article-source p{font-size:1rem;line-height:1.82}
  .article-cta{padding:20px}
}