.seo-hero { max-width: 820px; }
.seo-crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; margin-bottom: 16px; opacity: .8; }
.seo-crumbs a { color: inherit; text-decoration: underline; }
.seo-answer { font-size: 1.15rem; line-height: 1.6; max-width: 46rem; }
.seo-byline { margin-top: 18px; font-size: 13px; opacity: .75; }
.seo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; align-items: start; }
.seo-article h2 { margin-top: 1.6em; }
.seo-article ul { margin: 12px 0 20px; padding-left: 1.2em; }
.seo-article li { margin: 6px 0; }
.seo-faq { margin-top: 12px; }
.seo-aside { position: sticky; top: 88px; display: grid; gap: 16px; }
.seo-cta-card, .seo-related { background: #071a36; color: #fff; padding: 22px; border-radius: 16px; display: grid; gap: 12px; }
.seo-cta-card .button { justify-content: center; text-align: center; }
.seo-related { background: #0b3470; }
.seo-related a { color: #fff; text-decoration: underline; font-size: 14px; line-height: 1.4; }
.seo-price-grid { margin-top: 8px; }
.seo-fine { margin-top: 16px; font-size: 14px; opacity: .8; max-width: 48rem; }
.seo-pricing { padding-bottom: 0; }
.seo-hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.seo-hub-card { background: #f4f7fb; border-radius: 16px; padding: 22px; }
.seo-hub-card h2 { font-size: 1.1rem; margin-bottom: 12px; }
.seo-hub-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.seo-hub-card a { font-weight: 700; color: #0b3470; text-decoration: underline; }
.seo-hub-card small { display: block; opacity: .65; font-weight: 500; }
.service-area-card a { color: inherit; text-decoration: none; display: block; }
.seo-cluster-links a { color: #0b3470; font-weight: 700; text-decoration: underline; }
.problem-guide-card .seo-cluster-links { margin-top: 12px; font-size: 14px; }
@media (max-width: 900px) {
    .seo-layout { grid-template-columns: 1fr; }
    .seo-aside { position: static; }
}
