/* Sprach-Sandbox · vergleicht 7 Karten (6 Pool + 1 D-Teaser) in 5 Sprachen.
   Interne Vergleichs-Seite für Auftraggeber, nicht produktive Live-Seite.
   Rev 3: alle drei Karten-Elemente (Aufhänger / Antwort / Schluss) sind voiced
   pro Sprache. Karten-Spalte links zeigt nur ID + Cause-Bezeichnung. */

.vsb-main {
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

/* ── Intro ─────────────────────────────────────────── */

.vsb-intro {
  max-width: 880px;
  margin: 0 auto 2rem;
}

.vsb-crosslink {
  margin: 0 0 1rem;
  padding: 0.55rem 0.85rem;
  background: var(--surface-alt);
  border-left: 3px solid var(--accent-cool);
  border-radius: 4px;
  font-size: 0.92rem;
  line-height: 1.5;
}
.vsb-crosslink a { font-weight: 600; }

.vsb-poc-banner {
  background: rgba(244, 99, 0, 0.14);
  border-left: 4px solid #f46300;
  border-radius: 4px;
  padding: 0.75rem 1.1rem;
  font-size: 0.95rem;
  margin: 0 0 1.5rem;
}

.vsb-poc-banner strong {
  color: #f46300;
  margin-right: 0.5rem;
}

.vsb-intro h1 {
  margin: 0.25rem 0 1rem;
}

.vsb-intro .lead {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.vsb-meta {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 0.65rem;
  opacity: 0.85;
}

.vsb-meta-note {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* ── Matrix ────────────────────────────────────────── */

.vsb-matrix {
  margin: 2rem 0;
}

.vsb-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.vsb-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.5;
}

.vsb-table thead th {
  position: sticky;
  top: 0;
  background: #1a1a1a;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: left;
  padding: 0.8rem 0.9rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
}

.vsb-table tbody td,
.vsb-table tbody th {
  vertical-align: top;
  padding: 0.95rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.vsb-table tbody tr:last-child td,
.vsb-table tbody tr:last-child th {
  border-bottom: none;
}

.vsb-card-col {
  width: 140px;
}

.vsb-voice-col {
  width: 208px;
}

/* Karten-Spalte (links): nur ID + Cause-Bezeichnung (internes Tag) */

.vsb-card-cell {
  position: sticky;
  left: 0;
  background: rgba(28, 28, 28, 0.96);
  z-index: 1;
  text-align: left;
  font-weight: normal;
}

.vsb-card-cell .vsb-card-id {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  opacity: 0.85;
}

.vsb-card-cell .vsb-card-cause {
  display: block;
  font-size: 0.78rem;
  opacity: 0.65;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.3;
}

/* D-Karten-Zeile optisch abgesetzt */
.vsb-row-d .vsb-card-cell {
  background: rgba(244, 180, 0, 0.08);
  border-left: 3px solid rgba(244, 180, 0, 0.55);
}

/* Voice-Zellen: A (Aufhänger) / W (Antwort) / V (Schluss) übereinander */

.vsb-table tbody td p {
  margin: 0 0 0.55rem;
  line-height: 1.5;
}

.vsb-table tbody td p:last-child {
  margin-bottom: 0;
}

.vsb-a {
  font-weight: 700;
  font-style: italic;
  font-size: 0.92rem;
  color: #f5f5f5;
}

.vsb-w {
  font-weight: 400;
  font-size: 0.85rem;
}

.vsb-w strong {
  color: rgba(244, 180, 0, 0.95);
  font-weight: 700;
}

.vsb-w-warum {
  font-weight: 400;
  font-size: 0.82rem;
  opacity: 0.9;
  padding-left: 0.65rem;
  border-left: 2px solid rgba(244, 180, 0, 0.45);
}

.vsb-v {
  font-weight: 500;
  font-style: italic;
  font-size: 0.82rem;
  opacity: 0.75;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  margin-top: 0.3rem;
}

/* ── Folge-Sektionen ──────────────────────────────── */

.vsb-mechanik,
.vsb-beobachtungen,
.vsb-empfehlung,
.vsb-aufgabe {
  max-width: 880px;
  margin: 2.5rem auto 0;
}

.vsb-mechanik h2,
.vsb-beobachtungen h2,
.vsb-empfehlung h2,
.vsb-aufgabe h2 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}

.vsb-mechanik ul,
.vsb-beobachtungen ul,
.vsb-empfehlung ul,
.vsb-aufgabe ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  line-height: 1.55;
}

.vsb-mechanik li,
.vsb-beobachtungen li,
.vsb-empfehlung li,
.vsb-aufgabe li {
  margin-bottom: 0.65rem;
}

/* ── Mobile ────────────────────────────────────────── */

@media (max-width: 720px) {
  .vsb-main { padding: 1.25rem 0.5rem 3rem; }
  .vsb-intro { padding: 0 0.75rem; }
  .vsb-mechanik,
  .vsb-beobachtungen,
  .vsb-empfehlung,
  .vsb-aufgabe { padding: 0 0.75rem; }
  .vsb-intro h1 { font-size: 1.6rem; }
  .vsb-table { font-size: 0.8rem; }
  .vsb-table thead th { font-size: 0.85rem; padding: 0.65rem 0.7rem; }
  .vsb-table tbody td,
  .vsb-table tbody th { padding: 0.7rem 0.7rem; }
  /* Sticky-Links-Spalte fällt mobil oft schwer (Browser-Unterschiede).
     Auf dem Handy: durchscrollen. */
}
