/* ════════════════════════════════════════
   Daten-Readiness-Check – Ergänzungen
   Basis: page-ai-readiness.css (Hero, Assessment, Formular)
   ════════════════════════════════════════ */

/* ── Hero ── */
.drc-crossref {
  margin-top: var(--space-md);
  font-size: 0.88rem;
  color: var(--text-muted);
}
.drc-crossref a {
  color: var(--accent-text, var(--accent));
  text-decoration: underline;
}

/* ── Assessment ── */
.drc-page .step-desc {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
}
.drc-page .question-id {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  vertical-align: middle;
}
.drc-page .answer-score {
  text-transform: uppercase;
}

/* ── Ergebnis ── */
/* Abstand zur fixierten Navigation, damit „Ihre Position“ nicht am Menü klebt. */
.drc-page .readiness-results {
  padding-top: var(--space-2xl);
}

/* ── Ergebnis: Matrix-Karte ── */
.drc-matrix-card {
  max-width: 720px;
  margin: 0 auto var(--space-xl);
  text-align: center;
}
.drc-archetype-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.drc-archetype-name {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 400;
  margin: 8px 0 4px;
}
.drc-archetype-tagline {
  color: var(--text-secondary);
  font-size: 1rem;
  margin: 0 0 var(--space-lg);
}

/* Die Grafik behält bewusst ihren hellen Kartenlook – identisch zum PNG im Report. */
.drc-matrix {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 8px;
  overflow: hidden;
}
.drc-matrix svg {
  display: block;
  width: 100%;
  height: auto;
}

.drc-scores {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: var(--space-md);
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.drc-borderline {
  margin: var(--space-md) auto 0;
  max-width: 560px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-left: 3px solid var(--accent);
  padding-left: 14px;
  text-align: left;
}

/* ── Ergebnis: Report ── */
.drc-report {
  max-width: 720px;
  margin: 0 auto;
}
.drc-section {
  margin-bottom: var(--space-lg);
}
.drc-section h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 12px;
}
.drc-section p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 12px;
}
.drc-section p:last-child {
  margin-bottom: 0;
}
.drc-report > p {
  color: var(--text-secondary);
  line-height: 1.7;
}
.drc-report > p.drc-lead {
  font-size: 1.05rem;
  color: var(--text-primary);
  border-left: 3px solid var(--accent);
  padding-left: 16px;
  margin-bottom: var(--space-lg);
  line-height: 1.7;
}
/* Teaser statt Tool-Stack: signalisiert, dass der Rest im Report kommt. */
.drc-gate {
  border-left: 3px solid var(--accent);
}
.drc-highlight {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}
.drc-note {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  font-size: 0.92rem;
}
.drc-standalone {
  margin-bottom: var(--space-xl);
}
.drc-steps {
  margin: 0 0 16px;
  padding-left: 22px;
  color: var(--text-secondary);
  line-height: 1.7;
}
.drc-steps li {
  margin-bottom: 10px;
}
.drc-resources {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drc-resources li {
  border-bottom: 1px solid var(--border);
}
.drc-resources li:last-child {
  border-bottom: none;
}
.drc-resources a {
  display: block;
  padding: 12px 0;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.95rem;
}
.drc-resources a:hover {
  color: var(--accent-text, var(--accent));
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .drc-archetype-name {
    font-size: 1.8rem;
  }
  .drc-scores {
    gap: 16px;
    flex-direction: column;
  }
}
