:root {
  --seo-ink: #0f172a;
  --seo-muted: #64748b;
  --seo-line: #e2e8f0;
  --seo-soft: #f8fafc;
  --seo-primary: #4f46e5;
  --seo-accent: #10b981;
}

.seo-page {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 38%, #f8fafc 100%);
  color: var(--seo-ink);
}

.seo-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-width: 0;
}

.seo-hero {
  padding: clamp(3.4rem, 6vw, 5.2rem) 0 clamp(2.4rem, 4.4vw, 3.8rem);
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .72fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: center;
}

.seo-eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  align-self: flex-start;
  justify-self: start;
  margin: 0 0 1rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, .10);
  color: #4338ca;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1;
  white-space: normal;
}

.seo-page h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.85rem, 5.8vw, 5rem);
  line-height: .98;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.seo-page h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  line-height: 1.03;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.seo-page h3 {
  margin: 0 0 .65rem;
  font-size: 1.18rem;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.seo-lead {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: var(--seo-muted);
  font-size: 1.13rem;
  line-height: 1.7;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.75rem;
}

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.15rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
}

.seo-btn-primary {
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #fff;
  box-shadow: 0 18px 40px rgba(79, 70, 229, .22);
}

.seo-btn-secondary {
  background: #fff;
  color: var(--seo-ink);
  border-color: var(--seo-line);
}

.seo-side-card,
.seo-card,
.seo-list-card,
.seo-article-block,
.seo-article-card,
.seo-sticky-box {
  background: #fff;
  border: 1px solid var(--seo-line);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .07);
}

.seo-side-card {
  padding: clamp(1.35rem, 2.3vw, 1.8rem);
}

.seo-side-card strong {
  display: block;
  margin-bottom: .65rem;
  font-size: 1.05rem;
}

.seo-side-card p,
.seo-side-card li {
  color: var(--seo-muted);
  line-height: 1.62;
}

.seo-hero-points {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-hero-points li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: #334155;
  font-weight: 800;
}

.seo-hero-points li::before {
  content: '✓';
  color: #059669;
  font-weight: 900;
}

.seo-section {
  padding: clamp(3rem, 5.4vw, 4.75rem) 0;
}

.seo-hero + .seo-section {
  padding-top: clamp(1.5rem, 3.3vw, 2.8rem);
}

.seo-section-soft {
  background: rgba(255, 255, 255, .68);
  border-block: 1px solid rgba(226, 232, 240, .9);
}

.seo-section-head {
  max-width: 820px;
  margin-bottom: clamp(1.3rem, 3vw, 2rem);
}

.seo-card-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}

.seo-card-grid.three {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.seo-card {
  min-width: 0;
  padding: clamp(1.35rem, 2.2vw, 1.65rem);
}

.seo-card span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  margin-bottom: .75rem;
  color: #4338ca;
  font-weight: 900;
  font-size: .86rem;
}

.seo-card p,
.seo-list-card p,
.seo-article-block p,
.seo-article-card p {
  color: var(--seo-muted);
  line-height: 1.68;
}

.link-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.link-card:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 26px 64px rgba(15, 23, 42, .10);
}

.link-card b {
  margin-top: auto;
  color: #4338ca;
}

.seo-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: .9rem;
}

.seo-list-card {
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(1.25rem, 2.6vw, 1.75rem);
  align-items: start;
}

.seo-main-content {
  display: grid;
  gap: 1.1rem;
  min-width: 0;
}

.seo-article-block,
.seo-article-card {
  padding: clamp(1.45rem, 2.6vw, 2rem);
}

.seo-article-block ul,
.seo-article-card ul,
.seo-sticky-box ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.seo-article-block li,
.seo-article-card li,
.seo-sticky-box li {
  margin: .55rem 0;
  color: #334155;
  line-height: 1.58;
}

.seo-sticky-box {
  position: sticky;
  top: 96px;
  padding: 1.5rem;
}

.seo-sticky-box h3 {
  font-size: 1.1rem;
}

.seo-intent {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: #eef2ff;
  color: #334155 !important;
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.seo-faq-list {
  display: grid;
  gap: .75rem;
}

.seo-faq-list details {
  background: #fff;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}

.seo-faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--seo-ink);
}

.seo-faq-list p {
  color: var(--seo-muted);
  line-height: 1.68;
  margin: .75rem 0 0;
}

.seo-article-hero {
  padding-bottom: clamp(2.4rem, 4vw, 3.25rem);
}

@media (max-width: 960px) {
  .seo-hero-grid,
  .seo-content-grid,
  .seo-split {
    grid-template-columns: 1fr;
  }

  .seo-sticky-box {
    position: static;
  }

  .seo-hero {
    padding-top: 3.4rem;
  }

  .seo-section {
    padding: 3.25rem 0;
  }
}

@media (max-width: 640px) {
  .seo-shell {
    width: min(100% - 24px, 1180px);
  }

  .seo-card,
  .seo-list-card,
  .seo-article-block,
  .seo-article-card,
  .seo-sticky-box,
  .seo-side-card {
    border-radius: 22px;
    padding: 1.25rem;
  }

  .seo-page h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 12vw, 3.35rem);
    line-height: 1.03;
    letter-spacing: -.018em;
  }

  .seo-lead {
    font-size: 1.05rem;
  }

  .seo-actions {
    flex-direction: column;
  }

  .seo-btn {
    width: 100%;
  }
}


/* JSON-Content-System v1 */
.content-media-card img,
.content-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--seo-line);
  background: var(--seo-soft);
}

.seo-intro-block {
  font-size: 1.08rem;
  line-height: 1.78;
  color: var(--seo-ink);
  font-weight: 750;
}

.content-checklist {
  display: grid;
  gap: .72rem;
  margin: .75rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.content-checklist li {
  position: relative;
  padding: .82rem .95rem .82rem 2.35rem;
  border: 1px solid var(--seo-line);
  border-radius: 16px;
  background: #fff;
  color: #334155;
  font-weight: 760;
}

.content-checklist li::before {
  content: "✓";
  position: absolute;
  left: .9rem;
  top: .78rem;
  color: var(--seo-accent);
  font-weight: 950;
}

.content-note,
.content-solution,
.content-cta,
.content-related,
.content-faq {
  margin: 1.5rem 0;
  padding: 1.15rem;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: #fff;
}

.content-example { background: #f8fafc; }
.content-legal, .content-privacy, .content-tax {
  background: #fffbeb;
  border-color: #fde68a;
}

.content-note strong {
  display: block;
  margin-bottom: .35rem;
  color: #0f172a;
  font-weight: 950;
}

.content-solution {
  background: linear-gradient(180deg, #eef2ff, #fff);
  border-color: #c7d2fe;
}

.content-cta {
  background: linear-gradient(135deg, rgba(79,70,229,.10), rgba(37,99,235,.10));
  border-color: #c7d2fe;
}

.content-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  overflow: hidden;
}

.content-table th,
.content-table td {
  padding: .85rem .95rem;
  border-bottom: 1px solid var(--seo-line);
  text-align: left;
  vertical-align: top;
}

.content-table th {
  background: #f8fafc;
  color: #475569;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.content-image {
  margin: 1.5rem 0;
}

.content-image figcaption {
  margin-top: .55rem;
  color: var(--seo-muted);
  font-size: .9rem;
  font-weight: 750;
}


/* P1 SEO-/Conversion-Enhancement */
.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin: 0 0 1.15rem;
  color: var(--seo-muted);
  font-size: .92rem;
  font-weight: 750;
}

.seo-breadcrumbs a {
  color: #4338ca;
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  text-decoration: underline;
}

.seo-intent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.15rem;
}

.seo-intent-chips span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: .48rem .7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--seo-line);
  color: #334155;
  font-size: .88rem;
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

.seo-trust-list {
  display: grid;
  gap: .5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-trust-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  font-weight: 800;
  line-height: 1.45;
}

.seo-trust-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--seo-accent);
  font-weight: 950;
}

.seo-search-intent-box {
  display: grid;
  gap: .65rem;
  margin: 0 0 .9rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid #c7d2fe;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(79,70,229,.09), rgba(16,185,129,.08));
}

.seo-search-intent-box span {
  display: block;
  margin-bottom: .22rem;
  color: #4338ca;
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .065em;
}

.seo-search-intent-box strong {
  color: var(--seo-ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.seo-search-intent-box p {
  margin: 0;
  color: #334155;
  line-height: 1.62;
}

.seo-keyword-map-p26 {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: #fff;
}

.seo-keyword-map-p26 span {
  display: block;
  margin-bottom: .2rem;
  color: #475569;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .065em;
}

.seo-keyword-map-p26 strong {
  color: var(--seo-ink);
  line-height: 1.25;
}

.seo-keyword-map-p26 p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.seo-keyword-map-p26 ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .15rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-keyword-map-p26 li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .32rem .58rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid var(--seo-line);
  color: #334155;
  font-size: .82rem;
  font-weight: 800;
}

.content-cta-p1 {
  margin-top: 2rem;
}

.content-related-p1 .seo-list-card {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.content-related-p1 .seo-list-card p {
  margin: 0;
  font-size: .94rem;
}

.content-related-p1 .seo-list-card span,
.seo-sticky-toc span {
  color: #4338ca;
  font-weight: 850;
}

.seo-sticky-toc {
  display: grid;
  gap: .45rem;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--seo-line);
}

.seo-sticky-toc strong {
  color: var(--seo-ink);
}

.seo-sticky-toc span {
  display: block;
  color: #475569;
  font-size: .92rem;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .seo-breadcrumbs {
    font-size: .86rem;
  }
  .seo-intent-chips span {
    width: 100%;
  }
}

.seo-card-keyword {
  margin: -.15rem 0 .55rem !important;
  color: #334155 !important;
  font-size: .9rem;
  font-weight: 850;
}


/* P3 Duplicate-/Kannibalisierungs-Schutz */
.content-example strong {
  display: block;
  margin-bottom: 0.35rem;
}
.content-example[dedup-marker],
.content-note.content-example {
  border-left: 4px solid rgba(59, 130, 246, 0.45);
}
.seo-sticky-box li strong {
  color: var(--text-strong, #172033);
}

/* P4 Hub-/Landingpage-Conversion-System */
.seo-hero-p4 {
  padding-top: clamp(3rem, 5.8vw, 4.8rem);
  padding-bottom: clamp(1.8rem, 3.4vw, 2.8rem);
}

.seo-hub-page-p4 .seo-page h1,
.seo-hub-page-p4 h1 {
  max-width: 14ch;
}

.seo-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.2rem;
}

.seo-hero-badges span {
  display: inline-flex;
  align-items: center;
  padding: .48rem .7rem;
  border: 1px solid rgba(199, 210, 254, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #334155;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.seo-side-card-p4 {
  overflow: hidden;
  position: relative;
}

.seo-side-card-p4::after {
  content: "";
  position: absolute;
  inset: auto -22% -42% auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 70, 229, .16), transparent 70%);
  pointer-events: none;
}

.seo-section-tight {
  padding-top: clamp(1.5rem, 3vw, 2.35rem);
  padding-bottom: clamp(2.2rem, 4.4vw, 3.4rem);
}

.seo-section-head-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .46fr);
  gap: 1.25rem;
  align-items: end;
  max-width: none;
}

.seo-section-head-row > p {
  margin: 0 0 .35rem;
  color: var(--seo-muted);
  line-height: 1.62;
  font-weight: 750;
}

.seo-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.25rem);
}

.seo-decision-card,
.seo-cluster-card {
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--seo-line);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .065);
}

.seo-decision-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.25rem, 2vw, 1.55rem);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.seo-decision-card:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 26px 62px rgba(15, 23, 42, .10);
}

.seo-decision-card p {
  margin: 0 0 1.1rem;
  color: var(--seo-muted);
  line-height: 1.62;
}

.seo-decision-card b {
  margin-top: auto;
  color: #4338ca;
}

.seo-cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.seo-cluster-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.55rem);
}

.seo-cluster-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .7rem;
  padding: .44rem .66rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: .82rem;
  font-weight: 950;
}

.seo-cluster-head p {
  margin: 0;
  color: var(--seo-muted);
  line-height: 1.62;
}

.seo-topic-list {
  display: grid;
  gap: .55rem;
}

.seo-topic-list a {
  display: grid;
  gap: .22rem;
  padding: .78rem .85rem;
  border: 1px solid var(--seo-line);
  border-radius: 16px;
  background: #f8fafc;
  color: inherit;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease;
}

.seo-topic-list a:hover {
  background: #fff;
  border-color: #c7d2fe;
}

.seo-topic-list strong {
  color: var(--seo-ink);
  font-size: .94rem;
  line-height: 1.22;
}

.seo-topic-list small {
  color: var(--seo-muted);
  font-weight: 800;
  line-height: 1.35;
}

.seo-card-grid-compact .seo-card {
  padding: clamp(1.1rem, 1.8vw, 1.35rem);
  border-radius: 24px;
}

.seo-card-grid-compact .seo-card p {
  font-size: .96rem;
  line-height: 1.58;
}

.seo-list-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.seo-list-grid-compact .seo-list-card {
  background: #fff;
  border-radius: 20px;
}

.seo-list-grid-compact .seo-list-card p {
  margin: .45rem 0 0;
}

.seo-final-cta-section {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.seo-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  border: 1px solid rgba(199, 210, 254, .9);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(79, 70, 229, .11), rgba(16, 185, 129, .10));
  box-shadow: 0 24px 72px rgba(15, 23, 42, .08);
}

.seo-bottom-cta h2 {
  margin-bottom: .75rem;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
}

.seo-bottom-cta p:not(.seo-eyebrow) {
  margin: 0;
  color: #334155;
  line-height: 1.62;
  font-weight: 750;
}

@media (max-width: 960px) {
  .seo-section-head-row,
  .seo-bottom-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .seo-decision-grid {
    grid-template-columns: 1fr;
  }
  .seo-bottom-cta .seo-actions {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .seo-hero-badges span,
  .seo-topic-list a {
    width: 100%;
  }
  .seo-cluster-grid {
    grid-template-columns: 1fr;
  }
  .seo-bottom-cta {
    border-radius: 24px;
  }
}

/* P8: Search-Console-/Intent-basierte interne Links */
.content-growth-links {
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding: clamp(1.1rem, 2.6vw, 1.6rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 116, 225, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.92));
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.content-growth-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.content-growth-head span {
  width: fit-content;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(35, 116, 225, 0.10);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.content-growth-head h2 {
  margin: 0;
}

.content-growth-head p {
  margin: 0;
  color: var(--muted, #64748b);
}

.seo-growth-card small {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.35rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #475569;
  font-size: 0.76rem;
  font-weight: 700;
}

/* P9 Content-Upgrade: stärkere Entscheidungs- und Suchintention-Blöcke */
.content-upgrade-p9 {
  margin: 1.75rem 0 2.25rem;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 1px solid rgba(45, 93, 152, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(60, 130, 210, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.92));
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}
.content-upgrade-head {
  max-width: 760px;
  margin-bottom: 1.1rem;
}
.content-upgrade-head > span,
.content-decision-box > div > span,
.content-upgrade-card > span,
.content-question-strip article > span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--color-primary, #2563eb);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.content-upgrade-head h2 {
  margin: .35rem 0 .5rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.12;
}
.content-upgrade-head p,
.content-decision-box p,
.content-upgrade-card p {
  color: #475467;
}
.content-question-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 1rem 0 1.25rem;
}
.content-question-strip article {
  padding: .95rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(148, 163, 184, 0.25);
}
.content-question-strip strong {
  display: block;
  margin-top: .35rem;
  font-size: .95rem;
  line-height: 1.35;
}
.content-upgrade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.content-upgrade-card {
  min-height: 100%;
  padding: 1.1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.055);
}
.content-upgrade-card h3 {
  margin: .35rem 0 .55rem;
  font-size: 1.08rem;
  line-height: 1.28;
}
.content-upgrade-card ul {
  margin: .85rem 0 0;
  padding-left: 1.1rem;
  color: #344054;
}
.content-upgrade-card li + li { margin-top: .35rem; }
.content-decision-box {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr);
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.035);
  border: 1px solid rgba(148, 163, 184, 0.18);
}
.content-decision-box h3 { margin: .35rem 0 .45rem; }
.content-decision-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
}
.content-decision-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: .92rem;
}
.content-decision-table th,
.content-decision-table td {
  padding: .85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}
.content-decision-table th {
  color: #101828;
  background: rgba(248, 250, 252, 0.95);
  font-weight: 800;
}
.content-decision-table tr:last-child td { border-bottom: 0; }
.content-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}
.content-proof-points span {
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: .83rem;
  font-weight: 700;
}
@media (max-width: 980px) {
  .content-question-strip,
  .content-upgrade-grid,
  .content-decision-box { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .content-upgrade-p9 { border-radius: 22px; padding: 1rem; }
  .content-question-strip { gap: .65rem; }
  .content-upgrade-card { border-radius: 18px; }
}

/* Async solution loading: HTML paints first, content lists hydrate after load. */
.solutions-loading-grid {
  min-height: 220px;
}

.solution-skeleton-card {
  min-height: 180px;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent),
    linear-gradient(180deg, #f1f5f9, #e2e8f0);
  background-size: 220px 100%, 100% 100%;
  background-position: -220px 0, 0 0;
  background-repeat: no-repeat;
  animation: solutionSkeleton 1.25s ease-in-out infinite;
  pointer-events: none;
}

.seo-async-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1.2rem 1.35rem;
  border: 1px dashed var(--seo-line);
  border-radius: 20px;
  background: #fff;
  color: var(--seo-muted);
  font-weight: 800;
}

@keyframes solutionSkeleton {
  to { background-position: calc(100% + 220px) 0, 0 0; }
}

/* P29A: Money-Keywords und Content-Cluster */
.seo-market-cluster-p29 {
  margin: 1.25rem 0 1.5rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(79, 70, 229, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.075), rgba(14, 165, 233, 0.055));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.seo-market-cluster-head {
  display: grid;
  gap: 0.45rem;
  max-width: 760px;
}

.seo-market-cluster-head span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.1);
  color: #4338ca;
  font-weight: 800;
  font-size: 0.82rem;
}

.seo-market-cluster-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.12;
}

.seo-market-cluster-head p {
  margin: 0;
  color: #475569;
  font-weight: 650;
}

.seo-market-query-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.seo-market-query-row span {
  display: inline-flex;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #334155;
  font-weight: 750;
  font-size: 0.86rem;
}

.seo-market-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.seo-market-link-grid a {
  display: grid;
  gap: 0.25rem;
  min-height: 100%;
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.seo-market-link-grid a:hover,
.seo-market-link-grid a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(79, 70, 229, 0.34);
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.11);
}

.seo-market-link-grid strong {
  font-size: 0.98rem;
}

.seo-market-link-grid small {
  color: #64748b;
  line-height: 1.45;
  font-weight: 650;
}

@media (max-width: 760px) {
  .seo-market-link-grid {
    grid-template-columns: 1fr;
  }
}

.seo-market-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.seo-market-hub-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.seo-market-hub-card > span {
  color: #4f46e5;
  font-weight: 900;
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}

.seo-market-hub-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}

.seo-market-hub-card p {
  margin: 0;
  color: #64748b;
  font-weight: 650;
  line-height: 1.5;
}

.seo-market-hub-card div {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.seo-market-hub-card a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.seo-market-hub-card a:hover,
.seo-market-hub-card a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .seo-market-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .seo-market-hub-grid {
    grid-template-columns: 1fr;
  }
}
