/* ===== HR-Software für KMU (Prefix: hsu-) =====
   Übersicht der Werkzeug-Kategorien, nicht der Produkte. Der Produkt-
   vergleich liegt auf /hr-software-vergleich, die Preise auf
   /hr-software-kosten. Diese Seite beantwortet die Frage davor:
   welche Art von Werkzeug braucht ein Betrieb überhaupt und ab wann. */

.hsu-hero { background: linear-gradient(160deg, #eef6f4 0%, #d7ece8 100%); padding: 3.5rem 0 3rem; }
.hsu-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.hsu-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; color: #1c1917; line-height: 1.15; margin: 0 0 1.25rem; }
.hsu-hero-sub { color: #44403c; font-size: 1rem; line-height: 1.6; margin: 0 0 1.5rem; max-width: 60ch; }

.hsu-tldr { background: #fff; border-left: 4px solid #0b6e64; border-radius: 0 3px 3px 0; padding: 1.1rem 1.35rem; margin-bottom: 1.25rem; }
.hsu-tldr-label { font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #0a5f56; margin-bottom: .4rem; }
.hsu-tldr p { margin: 0; color: #3a3532; font-size: .97rem; line-height: 1.6; }

/* --- Figur: einsetzende Baender auf einer Kopfzahl-Achse ---
   Die Achse ist keine Zeit, sondern die Belegschaftsgroesse. Jede Zeile
   beginnt dort, wo das Werkzeug im Alltag zum ersten Mal gebraucht wird.
   --von ist der Startpunkt in Prozent der Achsenbreite. */
.hsu-fig-skala { display: flex; justify-content: space-between; font-size: .64rem; font-weight: 700; letter-spacing: .06em; color: #57534e; padding-left: 8.2rem; margin-bottom: .5rem; }
.hsu-fig-achse { margin: 0 0 1.5rem; }
.hsu-fig-zeile { display: grid; grid-template-columns: 8rem minmax(0, 1fr); align-items: center; gap: .2rem; padding: .28rem 0; opacity: 0; animation: hk-figure-ein .5s ease-out forwards; }
.hsu-fig-zeile:nth-child(1) { animation-delay: .30s; }
.hsu-fig-zeile:nth-child(2) { animation-delay: .42s; }
.hsu-fig-zeile:nth-child(3) { animation-delay: .54s; }
.hsu-fig-zeile:nth-child(4) { animation-delay: .66s; }
.hsu-fig-zeile:nth-child(5) { animation-delay: .78s; }
.hsu-fig-zeile:nth-child(6) { animation-delay: .90s; }
.hsu-fig-zeile:nth-child(7) { animation-delay: 1.02s; }
.hsu-fig-zeile:nth-child(8) { animation-delay: 1.14s; }
.hsu-fig-name { font-size: .78rem; color: #44403c; line-height: 1.3; padding-right: .5rem; }
.hsu-fig-zeile--pflicht .hsu-fig-name { color: #1c1917; font-weight: 700; }
.hsu-fig-spur { position: relative; height: 12px; background: #f0efec; border-radius: 6px; }
.hsu-fig-balken { position: absolute; top: 0; bottom: 0; left: var(--von); right: 0; border-radius: 6px; background: #d7ece8; transform: scaleX(0); transform-origin: left; animation: hk-figure-wach .55s ease-out forwards; animation-delay: inherit; }
.hsu-fig-zeile--pflicht .hsu-fig-balken { background: #0b6e64; }

.hsu-fig-legende { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; font-size: .7rem; color: #57534e; margin: -.7rem 0 1.4rem; }
.hsu-fig-legende span { display: inline-flex; align-items: center; gap: .35rem; }
.hsu-fig-punkt { width: 10px; height: 10px; border-radius: 3px; background: #d7ece8; }
.hsu-fig-punkt--pflicht { background: #0b6e64; }

/* --- Abschnitte --- */
.hsu-abschnitt { padding: 3.25rem 0; }
.hsu-abschnitt--grau { background: #faf9f7; }
.hsu-abschnitt h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.12; color: #1c1917; margin: 0 0 1rem; max-width: 820px; }
.hsu-abschnitt h3 { font-size: 1.1rem; font-weight: 700; color: #1c1917; margin: 1.75rem 0 .55rem; }
.hsu-abschnitt p { color: #44403c; line-height: 1.6; margin: 0 0 1rem; max-width: 60ch; }
.hsu-abschnitt ul { color: #44403c; line-height: 1.6; max-width: 60ch; padding-left: 1.2rem; }
.hsu-abschnitt li { margin-bottom: .5rem; }
.hsu-abschnitt a { color: #0a5f56; }

/* --- Die vier Traeger: Spalten mit Trennlinie, kein Kartenraster --- */
.hsu-kern { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; margin-top: 1.75rem; border-top: 1px solid #e7e5e4; }
.hsu-kern-spalte { padding: 1.4rem 1.5rem 1.4rem 0; border-right: 1px solid #e7e5e4; }
.hsu-kern-spalte:last-child { border-right: none; }
.hsu-kern-spalte + .hsu-kern-spalte { padding-left: 1.5rem; }
.hsu-kern-num { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #a3522c; margin-bottom: .5rem; }
.hsu-kern-spalte h3 { margin: 0 0 .45rem; font-size: 1rem; }
.hsu-kern-spalte p { font-size: .92rem; margin: 0 0 .6rem; max-width: none; }
.hsu-kern-bsp { font-size: .8rem; color: #57534e; line-height: 1.5; }

/* --- Tabelle --- */
.hsu-tabelle-wrap { overflow-x: auto; margin: 1.5rem 0; }
.hsu-tabelle { width: 100%; border-collapse: collapse; font-size: .93rem; min-width: 640px; }
.hsu-tabelle th { text-align: left; background: #eef6f4; color: #0a5f56; font-weight: 700; padding: .7rem .85rem; border-bottom: 2px solid #d7ece8; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.hsu-tabelle td { padding: .75rem .85rem; border-bottom: 1px solid #e7e5e4; color: #44403c; vertical-align: top; line-height: 1.5; }
.hsu-tabelle td:first-child { font-weight: 600; color: #1c1917; }
.hsu-tabelle tr.hsu-zeile-pflicht td:first-child::after { content: 'Pflichtaufgabe'; display: inline-block; margin-left: .5rem; font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #0a5f56; background: #eef6f4; border: 1px solid #d7ece8; border-radius: 50px; padding: 1px 7px; vertical-align: middle; }

/* --- Reihenfolge --- */
.hsu-schritte { list-style: none; padding: 0; margin: 1.75rem 0 0; max-width: 780px; counter-reset: hsu-schritt; }
.hsu-schritte li { position: relative; padding: 1.1rem 0 1.1rem 3.2rem; border-bottom: 1px solid #e7e5e4; counter-increment: hsu-schritt; margin: 0; }
.hsu-schritte li::before { content: counter(hsu-schritt); position: absolute; left: 0; top: 1.05rem; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: #eef6f4; border: 1px solid #d7ece8; color: #0a5f56; font-size: .85rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.hsu-schritte strong { display: block; color: #1c1917; font-size: 1rem; margin-bottom: .25rem; }
.hsu-schritte span { display: block; color: #44403c; font-size: .93rem; line-height: 1.6; }

/* --- Fehler --- */
.hsu-fehler { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 1.75rem; }
.hsu-fehler-karte { background: #fff; border: 1px solid #e7e5e4; border-radius: 3px; padding: 1.4rem; transition: border-color .2s; }
.hsu-fehler-karte:hover { border-color: #0b6e64; }
.hsu-fehler-karte h3 { margin: 0 0 .5rem; font-size: 1rem; }
.hsu-fehler-karte p { font-size: .92rem; margin: 0; max-width: none; }

/* --- Zitat --- */
.hsu-zitat { background: #fff; border: 1px solid #d7ece8; border-left: 4px solid #0b6e64; border-radius: 0 10px 10px 0; padding: 1.15rem 1.4rem; margin: 1.25rem 0 1.5rem; max-width: 760px; }
.hsu-zitat-label { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #0a5f56; margin-bottom: .45rem; }
.hsu-zitat blockquote { margin: 0 0 .6rem; font-size: .97rem; line-height: 1.6; color: #1c1917; font-style: italic; }
.hsu-zitat cite { font-style: normal; font-size: .82rem; color: #57534e; }
.hsu-zitat cite a { color: #0a5f56; }

/* --- FAQ --- */
.hsu-faq-item { border-bottom: 1px solid #e7e5e4; padding: 1.1rem 0; max-width: 820px; }
.hsu-faq-item h3 { margin: 0 0 .5rem; font-size: 1rem; font-weight: 700; color: #1c1917; }
.hsu-faq-item p { margin: 0; font-size: .95rem; max-width: 66ch; }

.hsu-hinweis { max-width: 760px; margin: 2rem 0 0; font-size: .85rem; color: #57534e; line-height: 1.6; border-top: 1px solid #e7e5e4; padding-top: 1.25rem; }
.hsu-hinweis a { color: #0a5f56; }

/* --- CTA --- */
.hsu-cta { background: linear-gradient(135deg, #123c37 0%, #0b6e64 100%); padding: 3rem 0; text-align: center; }
.hsu-cta h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 700; letter-spacing: -.03em; margin: 0 0 .75rem; }
.hsu-cta p { color: rgba(255, 255, 255, .9); max-width: 620px; margin: 0 auto 1.6rem; line-height: 1.6; }
.hsu-cta-btn { display: inline-block; background: #fff; color: #0a5f56; font-weight: 700; padding: .95rem 2rem; border-radius: 50px; text-decoration: none; border: none; cursor: pointer; font-size: 1rem; }
.hsu-cta-btn:hover { background: #eef6f4; }

.hsu-hero-btn { display: inline-block; background: #0b6e64; color: #fff; font-weight: 700; padding: .9rem 1.9rem; border-radius: 50px; text-decoration: none; border: none; cursor: pointer; font-size: .97rem; }
.hsu-hero-btn:hover { background: #0a5f56; }

.hsu-brotkrumen { font-size: .8rem; color: #57534e; margin-bottom: 1rem; }
.hsu-brotkrumen a { color: #0a5f56; }

@media (max-width: 900px) {
  .hsu-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .hsu-kern-spalte { border-right: none; border-bottom: 1px solid #e7e5e4; padding: 1.2rem 0; }
  .hsu-kern-spalte + .hsu-kern-spalte { padding-left: 0; }
}
@media (max-width: 560px) {
  .hsu-fig-zeile { grid-template-columns: minmax(0, 1fr); gap: .25rem; }
  .hsu-fig-skala, .hsu-fig-legende { padding-left: 0; }
  .hsu-fig-name { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hsu-fig-zeile { animation: none; opacity: 1; }
  .hsu-fig-balken { animation: none; transform: scaleX(1); }
}
