.breadcrumbs{background:#f7fbfb;border-top:1px solid #e3eeee;border-bottom:1px solid #e3eeee;color:#557087;font-size:.86rem}
.breadcrumbs .wrap{display:flex;gap:.55rem;align-items:center;padding:.55rem 1.25rem}
.breadcrumbs a{color:#087f7b;font-weight:800}
.breadcrumbs strong{color:#10273d}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.insight-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.4rem}
.insight-card h2{font-size:1.45rem}.insight-card p{color:var(--muted);flex:1}.insight-card a{font-weight:900;color:#078f8b}
.topic-band{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.3rem}.topic-band a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem .8rem;text-decoration:none;font-weight:800;color:var(--navy)}
@media(max-width:850px){.insight-grid{grid-template-columns:1fr}}
