/* Benutzeranleitung – CI wie main.css (FCM Rot/Schwarz, Open Sans) */

.anleitung-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f0f2f5;
}

.anleitung-page main {
  flex: 1;
}

.anleitung-header {
  background: #fff;
  border-bottom: 4px solid var(--fcm-red);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.anleitung-hero {
  background: linear-gradient(135deg, var(--fcm-red) 0%, var(--fcm-black) 100%);
  color: #fff;
  padding: 2.75rem 1rem;
}

.anleitung-hero .lead {
  opacity: 0.92;
}

.anleitung-sidebar {
  position: sticky;
  top: 1rem;
}

.anleitung-sidebar .card {
  border-top: 4px solid var(--fcm-red);
}

.anleitung-sidebar .nav-link {
  color: var(--fcm-red);
  font-weight: 600;
  padding: 0.35rem 0;
}

.anleitung-sidebar .nav-link:hover {
  text-decoration: underline;
  color: #000;
}

.anleitung-section .step-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--fcm-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.anleitung-module-card {
  border: 1px solid #dee2e6;
  transition: border-color 0.2s ease;
}

.anleitung-module-card:hover {
  border-color: var(--fcm-red);
}

.anleitung-support {
  background: var(--fcm-black);
  color: #fff;
}

.anleitung-support .accordion-button {
  background: #2c2c2c;
  color: #fff;
}

.anleitung-support .accordion-button:not(.collapsed) {
  background: #3d3d3d;
  color: #fff;
}

.anleitung-support .accordion-body {
  background: #252525;
  color: #e0e0e0;
}

.anleitung-support .accordion-button::after {
  filter: invert(1);
}

.anleitung-footer {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  margin-top: auto;
}

.anleitung-footer .footer-logo {
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.email-mock {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.email-mock-bar {
  background: #e9ecef;
  font-size: 0.7rem;
  color: #6c757d;
  padding: 0.35rem 0.75rem;
  border-bottom: 1px solid #dee2e6;
}

.email-mock-body {
  background: #f4f7f6;
  padding: 1rem;
}

.email-mock-card {
  background: #fff;
  border-radius: 0.375rem;
  border-top: 4px solid var(--fcm-red);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
}
