/* werteorientiert-skalieren · Kursseite */

/* Modulliste: .venture ohne Link-Spalte (Modul hat keinen dritten
   Grid-Slot wie die Referenzen im Profil-Bereich) */
.venture--nolink { grid-template-columns: minmax(0, 3fr) minmax(0, 5fr); }
@media (max-width: 860px) {
  .venture--nolink { grid-template-columns: 1fr; }
}

.modules-note {
  margin-top: 1.5rem;
  font-size: 0.78rem;
  color: var(--muted-2);
}

/* Qualifizierungs-Checkliste ("Wann passt der Kurs") */
.qualify-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qualify-list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 2rem;
  border-top: var(--hair);
  color: var(--muted-3);
}
.qualify-list li:last-child { border-bottom: var(--hair); }
.qualify-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 10px;
  height: 6px;
  border-left: 1.5px solid var(--sage);
  border-bottom: 1.5px solid var(--sage);
  transform: rotate(-45deg);
}

/* Warteliste / CTA */
.waitlist { text-align: center; max-width: 46rem; }
.waitlist h2 { margin-bottom: 1rem; }
.waitlist .lead { margin: 0 auto 2rem; }
