/* FinoraQ SEO Pages — Inkasso/Gläubiger/Ratgeber */
.seo-main { padding: 32px 0 56px; min-height: calc(100vh - 200px); }
.seo-breadcrumb { font-size: 13px; color: #6b7280; margin: 0 0 18px; }
.seo-breadcrumb a { color: #4b5563; text-decoration: none; }
.seo-breadcrumb a:hover { color: #163047; text-decoration: underline; }
.seo-breadcrumb [aria-current] { color: #163047; font-weight: 600; }

.seo-hero { margin: 0 0 28px; padding: 0; }
.seo-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #1F4566; background: #EAF0F4;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 14px;
}
.seo-hero h1 {
  font-size: 32px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15;
  margin: 0 0 14px; color: #111827;
}
.seo-sub { font-size: 17px; line-height: 1.55; color: #4b5563; margin: 0 0 18px; max-width: 760px; }

.seo-meta-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  margin: 16px 0 0; padding: 16px; background: #F4F5F7; border-radius: 12px;
}
@media (min-width: 640px) { .seo-meta-grid { grid-template-columns: repeat(4, 1fr); } }
.seo-meta-grid div { padding: 0; }
.seo-meta-grid dt {
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; color: #6b7280; margin-bottom: 2px;
}
.seo-meta-grid dd { font-size: 14px; font-weight: 600; color: #111827; margin: 0; }

.seo-section { margin: 32px 0; }
.seo-section h2 {
  font-size: 22px; font-weight: 700; margin: 0 0 12px;
  color: #111827; letter-spacing: -0.015em;
  padding-bottom: 8px; border-bottom: 2px solid #EEF0F3;
}
.seo-section h3 { font-size: 17px; font-weight: 700; margin: 18px 0 8px; color: #1F4566; }
.seo-section p { line-height: 1.65; color: #374151; margin: 0 0 12px; }
.seo-section code {
  background: #F4F5F7; padding: 1px 6px; border-radius: 4px;
  font-size: 13px; color: #1F4566; font-family: 'SF Mono', Menlo, Consolas, monospace;
}

.seo-list { list-style: none; padding: 0; margin: 0; }
.seo-list li {
  padding: 8px 0 8px 28px; position: relative; line-height: 1.55; color: #374151;
}
.seo-list li::before {
  content: '✓'; position: absolute; left: 4px; top: 8px;
  color: #047857; font-weight: 700; font-size: 14px;
}

.seo-steps { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.seo-steps li {
  counter-increment: step;
  padding: 14px 16px 14px 56px; position: relative; line-height: 1.55; color: #374151;
  background: #F8FAF9; border-radius: 10px; margin-bottom: 10px;
}
.seo-steps li::before {
  content: counter(step); position: absolute; left: 16px; top: 14px;
  width: 28px; height: 28px; border-radius: 50%;
  background: #163047; color: #fff; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}

.seo-toc { list-style: none; padding: 0; margin: 12px 0 0;
  display: grid; grid-template-columns: 1fr; gap: 6px; }
@media (min-width: 640px) { .seo-toc { grid-template-columns: repeat(2, 1fr); } }
.seo-toc a {
  display: block; padding: 8px 12px; background: #F4F5F7; border-radius: 8px;
  text-decoration: none; color: #1F4566; font-size: 14px; font-weight: 500;
}
.seo-toc a:hover { background: #EAF0F4; }

.seo-card {
  background: #fff; border: 1px solid #E5E7EB; border-radius: 12px;
  padding: 16px 20px; margin: 16px 0;
}
.seo-card h3 { margin-top: 0; }

.seo-alert {
  background: #FEE2E2; border: 1px solid #FCA5A5; border-left: 5px solid #B91C1C;
  border-radius: 10px; padding: 16px 18px; margin: 22px 0;
}
.seo-alert-h { font-weight: 700; color: #7F1D1D; margin-bottom: 6px; font-size: 15px; }
.seo-alert p { margin: 4px 0; font-size: 14px; line-height: 1.55; color: #7F1D1D; }
.seo-alert code { background: rgba(127,29,29,0.10); color: #7F1D1D; }
.seo-alert a { color: #7F1D1D; text-decoration: underline; }

.seo-tools {
  background: linear-gradient(135deg, #163047 0%, #1F4566 100%);
  color: #fff; border-radius: 16px; padding: 24px 28px; margin: 28px 0;
}
.seo-tools-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #93C5FD;
}
.seo-tools-h h3 { font-size: 22px; font-weight: 700; margin: 4px 0 14px; color: #fff; letter-spacing: -0.015em; }
.seo-tools-list { list-style: none; padding: 0; margin: 0 0 18px; }
.seo-tools-list li {
  padding: 10px 0 10px 28px; position: relative;
  font-size: 14.5px; line-height: 1.5; color: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.seo-tools-list li:last-child { border-bottom: none; }
.seo-tools-list li::before {
  content: '→'; position: absolute; left: 4px; top: 10px;
  color: #93C5FD; font-weight: 700; font-size: 14px;
}
.seo-tools-list li strong { color: #fff; font-weight: 700; }
.seo-tools-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.seo-tools-cta .btn-primary {
  background: #fff; color: #163047; padding: 10px 20px;
  border-radius: 8px; font-weight: 700; text-decoration: none;
}
.seo-tools-cta .btn-primary:hover { background: #F4F5F7; }
.seo-tools-cta-meta { font-size: 12.5px; color: rgba(255,255,255,0.7); }

.seo-faq {
  background: #F8FAF9; border: 1px solid #EEF0F3; border-radius: 10px;
  padding: 14px 18px; margin: 8px 0;
}
.seo-faq summary {
  cursor: pointer; font-weight: 600; font-size: 15px; color: #163047;
  list-style: none; padding-right: 24px; position: relative;
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after {
  content: '+'; position: absolute; right: 0; top: 0;
  color: #6b7280; font-size: 20px; font-weight: 400;
  transition: transform 0.2s;
}
.seo-faq[open] summary::after { content: '−'; }
.seo-faq p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: #374151; }

.seo-related { margin: 32px 0; padding: 20px 24px; background: #F4F5F7; border-radius: 12px; }
.seo-related h2 { margin: 0 0 12px; font-size: 18px; border: none; padding: 0; color: #163047; }
.seo-related-list { list-style: none; padding: 0; margin: 0; }
.seo-related-list li { padding: 6px 0; }
.seo-related-list a {
  color: #1F4566; text-decoration: none; font-weight: 500; font-size: 14.5px;
  border-bottom: 1px solid transparent;
}
.seo-related-list a:hover { border-bottom-color: #1F4566; }

.seo-disclaimer {
  background: #FEF3C7; border: 1px solid #FCD34D; border-left: 5px solid #B45309;
  border-radius: 10px; padding: 18px 22px; margin: 28px 0 0; font-size: 14px; line-height: 1.6;
}
.seo-disclaimer-h { font-weight: 700; color: #92400e; margin-bottom: 8px; font-size: 15px; }
.seo-disclaimer p { margin: 6px 0; color: #57534e; }
.seo-disclaimer a { color: #92400e; text-decoration: underline; font-weight: 600; }
.seo-disclaimer strong { color: #1A1A2E; }

/* Hub-Grid */
.seo-card-grid {
  display: grid; grid-template-columns: 1fr; gap: 12px; margin: 16px 0;
}
@media (min-width: 640px) { .seo-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .seo-card-grid { grid-template-columns: repeat(3, 1fr); } }
.seo-card-link {
  display: block; background: #fff; border: 1px solid #E5E7EB; border-radius: 12px;
  padding: 16px 18px; text-decoration: none; color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.seo-card-link:hover {
  border-color: #163047; box-shadow: 0 4px 12px rgba(22,48,71,0.08);
  transform: translateY(-1px);
}
.seo-card-link-h { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.seo-card-link-h strong { font-size: 15.5px; font-weight: 700; color: #163047; }
.seo-card-link-meta { font-size: 11.5px; color: #6b7280; }
.seo-card-link p { margin: 0; font-size: 13px; color: #6b7280; line-height: 1.45; }

/* Active Nav-Item */
.nav-link.is-active { color: #163047; font-weight: 700; }

/* Dark Mode */
html[data-theme="dark"] .seo-breadcrumb { color: var(--p-muted); }
html[data-theme="dark"] .seo-breadcrumb a { color: var(--p-muted); }
html[data-theme="dark"] .seo-breadcrumb a:hover { color: var(--p-text); }
html[data-theme="dark"] .seo-breadcrumb [aria-current] { color: var(--p-text); }
html[data-theme="dark"] .seo-eyebrow { background: rgba(31,69,102,0.20); color: #93C5FD; }
html[data-theme="dark"] .seo-hero h1 { color: var(--p-text); }
html[data-theme="dark"] .seo-sub { color: var(--p-muted); }
html[data-theme="dark"] .seo-meta-grid { background: var(--p-bg-elev); }
html[data-theme="dark"] .seo-meta-grid dt { color: var(--p-muted); }
html[data-theme="dark"] .seo-meta-grid dd { color: var(--p-text); }
html[data-theme="dark"] .seo-section h2 { color: var(--p-text); border-bottom-color: var(--p-border-soft); }
html[data-theme="dark"] .seo-section h3 { color: #93C5FD; }
html[data-theme="dark"] .seo-section p { color: var(--p-muted); }
html[data-theme="dark"] .seo-section code { background: var(--p-bg-elev); color: #93C5FD; }
html[data-theme="dark"] .seo-list li { color: var(--p-muted); }
html[data-theme="dark"] .seo-steps li { background: var(--p-bg-elev); color: var(--p-muted); }
html[data-theme="dark"] .seo-toc a { background: var(--p-bg-elev); color: #93C5FD; }
html[data-theme="dark"] .seo-toc a:hover { background: rgba(31,69,102,0.30); }
html[data-theme="dark"] .seo-card { background: var(--p-bg-elev); border-color: var(--p-border-soft); }
html[data-theme="dark"] .seo-faq { background: var(--p-bg-elev); border-color: var(--p-border-soft); }
html[data-theme="dark"] .seo-faq summary { color: var(--p-text); }
html[data-theme="dark"] .seo-faq p { color: var(--p-muted); }
html[data-theme="dark"] .seo-related { background: var(--p-bg-elev); }
html[data-theme="dark"] .seo-related h2 { color: var(--p-text); }
html[data-theme="dark"] .seo-related-list a { color: #93C5FD; }
html[data-theme="dark"] .seo-card-link { background: var(--p-bg-elev); border-color: var(--p-border-soft); }
html[data-theme="dark"] .seo-card-link:hover { border-color: #93C5FD; }
html[data-theme="dark"] .seo-card-link-h strong { color: var(--p-text); }
html[data-theme="dark"] .seo-card-link p { color: var(--p-muted); }
