/*! Urheber: Steve Wagner, toolranzen.de — 2026. Jede Nutzung außerhalb von toolranzen.de bedarf der Erlaubnis. */

.sw-home .sw-gruppe {
  margin: var(--space-xl) 0 var(--space-sm);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: var(--fw-semi);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.sw-home .sw-gruppe:first-of-type { margin-top: 0; }

.sw-home .sw-schritte {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 700px) { .sw-home .sw-schritte { grid-template-columns: 1fr 1fr; } }

.sw-home .sw-schritte a {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  height: 100%;
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--color-text);
}
.sw-home .sw-schritte a:hover { background: var(--color-primary-pale); }

.sw-home .sw-schritte__nr {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: var(--radius-full);
  background: var(--sw-schritt-farbe, var(--color-primary));
  color: var(--color-text-inverse);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--fw-bold);
}
.sw-home .sw-schritte__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sw-home .sw-schritte__titel {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--fw-semi);
  line-height: var(--lh-tight);
}
.sw-home .sw-schritte__unter { font-size: var(--text-sm); color: var(--color-text-muted); }

.sw-home .sw-reihe-hinweis {
  max-width: 46rem;
  margin: var(--space-lg) 0 0;
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  font-size: var(--text-sm);
  line-height: var(--lh-normal);
}
.sw-home .sw-reihe-hinweis strong { font-family: var(--font-display); }
.sw-home .sw-reihe-hinweis p { margin: 0 0 var(--space-sm); }
.sw-home .sw-reihe-hinweis p:last-child { margin-bottom: 0; }

/* Urheber: Steve Wagner, toolranzen.de — 2026. Jede Nutzung außerhalb von toolranzen.de bedarf der Erlaubnis. */
