.seo-page { color: #1a2538; background: #f7f9fc; }
.seo-hero { padding: 88px 0 72px; background: #eaf1ff; border-bottom: 1px solid #d8e2f2; }
.seo-hero .container, .seo-container { max-width: 1080px; }
.seo-eyebrow, .seo-kicker { margin: 0 0 16px; color: #1677ff; font-size: 14px; font-weight: 700; }
.seo-hero h1 { max-width: 840px; margin: 0; color: #102a4c; font-size: 40px; font-weight: 700; line-height: 1.3; }
.seo-intro { max-width: 760px; margin: 22px 0 0; color: #52657e; font-size: 18px; line-height: 1.9; }
.seo-section { padding: 72px 0; }
.seo-section h2 { margin: 0; color: #1a2538; font-size: 28px; font-weight: 700; line-height: 1.45; }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 40px; }
.seo-item { min-width: 0; padding-top: 18px; border-top: 2px solid #b9cef0; }
.seo-index { color: #4e83c7; font-size: 13px; font-weight: 700; }
.seo-item h3 { margin: 18px 0 12px; color: #1a2538; font-size: 20px; font-weight: 700; line-height: 1.45; }
.seo-item p, .seo-faq p { margin: 0; color: #61728a; font-size: 15px; line-height: 1.9; }
.seo-faq { background: #fff; border-top: 1px solid #e2e9f2; border-bottom: 1px solid #e2e9f2; }
.seo-faq-list { margin-top: 32px; border-top: 1px solid #dbe4ef; }
.seo-faq-list details { border-bottom: 1px solid #dbe4ef; }
.seo-faq-list summary { display: flex; align-items: center; min-height: 62px; color: #263c59; font-size: 17px; font-weight: 700; cursor: pointer; }
.seo-faq-list summary::marker { color: #1677ff; }
.seo-faq-list details p { padding: 0 24px 20px; }
.seo-links { padding: 36px 0 64px; }
.seo-links .seo-container { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 16px; color: #1665bd; background: #fff; border: 1px solid #c9d9ec; border-radius: 6px; font-weight: 700; }
.seo-links a:hover { color: #0f4f98; border-color: #75a6dd; text-decoration: none; }
.seo-links a span { font-size: 19px; line-height: 1; }
@media (max-width: 767px) {
    .seo-hero { padding: 56px 0 48px; }
    .seo-hero h1 { font-size: 29px; }
    .seo-intro { font-size: 16px; line-height: 1.8; }
    .seo-section { padding: 48px 0; }
    .seo-section h2 { font-size: 24px; }
    .seo-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
    .seo-links { padding-bottom: 44px; }
}
