.seo-page {
  max-width: 720px; margin: 0 auto;
  padding: 3rem 2rem 4rem;
}
.seo-page h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 42px);
  letter-spacing: -0.5px; line-height: 1.1;
  margin-bottom: 1rem;
}
.seo-lead {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 2rem;
}
.seo-block { margin-bottom: 2rem; }
.seo-block h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; letter-spacing: -0.3px;
  margin-bottom: 0.75rem;
}
.seo-block p {
  font-size: 15px; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 0.75rem;
}
.seo-block ul {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.seo-block li {
  font-size: 14px; color: var(--text-muted);
  padding-left: 18px; position: relative; line-height: 1.65;
}
.seo-block li::before {
  content: '→'; position: absolute; left: 0; color: var(--accent);
}
.seo-note {
  font-size: 13px; font-weight: 500; color: var(--accent);
  margin-bottom: 0.5rem;
}
.seo-related {
  font-size: 14px; margin-top: 1.5rem;
}
.seo-related a { color: var(--accent); font-weight: 500; }
.seo-related a:hover { text-decoration: underline; }

.seo-faq { margin: 2.5rem 0; }
.seo-faq > h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px; letter-spacing: -0.3px;
  margin-bottom: 1rem;
}
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 0.5px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.1rem 0; font-size: 15px; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Sans', sans-serif; color: var(--text);
}
.faq-q .arrow { font-size: 18px; color: var(--text-muted); transition: transform 0.2s; }
.faq-q.open .arrow { transform: rotate(45deg); }
.faq-a {
  display: none; font-size: 14px; color: var(--text-muted);
  line-height: 1.75; padding-bottom: 1.1rem;
}
.faq-a.open { display: block; }
.faq-a a { color: var(--accent); }

.seo-cta {
  background: var(--accent-dark); color: #fff;
  border-radius: var(--radius); padding: 2rem;
  text-align: center; margin-top: 2rem;
}
.seo-cta h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; margin-bottom: 0.5rem;
}
.seo-cta p {
  font-size: 14px; opacity: 0.8; margin-bottom: 1.25rem; line-height: 1.7;
}
.seo-cta .btn {
  display: inline-block; background: var(--accent); color: #fff;
  padding: 12px 28px; border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 500; text-decoration: none;
}
.seo-cta .btn:hover { opacity: 0.88; }
.seo-cta .btn-secondary {
  display: inline-block; margin-top: 0.75rem;
  font-size: 13px; color: rgba(255,255,255,0.65);
}
.seo-cta .btn-secondary:hover { color: #fff; }
