/* ============================================================
   CRM FUER KMU SCHWEIZ — nur Seitenspezifisches
   ============================================================
   Die Seite lebt von den gemeinsamen .v4-page-Komponenten aus
   style-v4.css. Hier stehen nur: die breitere Nummernspalte der
   Fallstudie, die Vergleichstabelle, der Werkstatt-Einblick und
   die weiterfuehrenden Themen im CTA-Band — plus Kontextabstaende.
   ============================================================ */

/* Kontextabstaende wie auf den anderen V4-Seiten */
.v4-crm .v4-liste-nummeriert { margin-top: var(--v4-space-2); }

/* Fallstudie: die Marker heissen «Aufbau», «Schritt 1» …,
   brauchen also mehr Platz als die zweistelligen Nummern */
.v4-crm .v4-fallstudie li { grid-template-columns: 84px minmax(0, 1fr); }

/* Werkzeug-Hinweis unter der Fallstudie erst nach der Liste */
.v4-crm .v4-hinweis { margin-top: var(--v4-space-3); }

/* ---- Vergleichstabelle: Engineering-Dokumentation, keine
        Angebotskarten. Breite Tabellen scrollen im eigenen
        Rahmen, die Seite selbst nie horizontal. ---- */
.v4-crm .v4-tabelle-scroll {
  overflow-x: auto;
  margin-top: var(--v4-space-4);
}
.v4-crm .v4-crm-vergleich {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
}
.v4-crm .v4-crm-vergleich th {
  font-family: var(--v4-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--v4-text-secondary);
  text-align: left;
  padding: 0 var(--v4-space-3) var(--v4-space-1) 0;
}
.v4-crm .v4-crm-vergleich td {
  border-top: 1px solid var(--v4-border);
  padding: var(--v4-space-2) var(--v4-space-3) var(--v4-space-2) 0;
  vertical-align: top;
  color: var(--v4-text-secondary);
}
.v4-crm .v4-crm-vergleich td:first-child {
  color: var(--v4-text-heading);
  white-space: nowrap;
}
.v4-crm .v4-crm-vergleich tr:last-child td {
  border-bottom: 1px solid var(--v4-border);
}

/* Fussnote unter der Tabelle: ruhig, in Lesebreite */
.v4-crm .v4-crm-fussnote {
  color: var(--v4-text-secondary);
  font-size: 15px;
  max-width: 68ch;
  margin: var(--v4-space-3) 0 0;
}

/* ---- CTA-Band: weiterfuehrende Themen unter den Aktionen ---- */
.v4-crm .v4-cta-weiter {
  margin-top: var(--v4-space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: var(--v4-space-3);
}
.v4-crm .v4-cta-weiter .v4-label { color: var(--v4-grey); }
.v4-crm .v4-cta-weiterlinks {
  display: flex;
  flex-wrap: wrap;
  gap: var(--v4-space-1) var(--v4-space-4);
  margin-top: var(--v4-space-2);
}
.v4-crm .v4-cta-weiterlinks a {
  font-weight: 500;
  font-size: 15px;
}

/* ---- Aus eigener Werkstatt: Einblick-Bild und Funktionsliste ---- */
.v4-crm .v4-crm-werkstatt { align-items: start; }
.v4-crm .v4-einblick { margin: 0; }
.v4-crm .v4-einblick img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--v4-border);
  border-radius: var(--v4-radius-card);
}
.v4-crm .v4-einblick figcaption {
  font-family: var(--v4-font-mono);
  font-size: 12.5px;
  color: var(--v4-text-secondary);
  margin-top: var(--v4-space-1);
  max-width: 60ch;
}
.v4-crm .v4-crm-funktionen li {
  font-size: 15px;
  color: var(--v4-text-secondary);
}
.v4-crm .v4-crm-funktionen li strong { color: var(--v4-text-heading); }
