/* Demo-Hinweisbanner — erscheint auf jeder Seite ganz oben.
   Eigene Variablen, kein Konflikt mit Entwurfs-CSS. */

.demo-banner {
  display: block;
  background: #1c2b4a;
  color: #fff;
  text-align: center;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.demo-banner strong { font-weight: 700; }

@media (max-width: 30rem) {
  .demo-banner { font-size: 0.76rem; padding: 0.45rem 0.7rem; }
}

/* Hinweiszeile auf Unterseiten (z.B. Funktionen-Seite) */
.demo-hinweis {
  margin: 0.8rem 0 0;
  padding: 0.6rem 1rem;
  background: #eef2f7;
  border-left: 4px solid #1c2b4a;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #3a4a5e;
}

/* Befund-Hinweis auf Übersicht */
.zusatz-hinweis {
  margin: 1rem 0 0;
  color: #5c6572;
  font-size: 0.95rem;
  font-style: italic;
}

/* Individuelle Software — dritter Block auf Übersicht */
.software-karte {
  background: #fff;
  border: 1px solid #dfe3e8;
  border-left: 4px solid #1c2b4a;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
}

.software-karte > p {
  margin: 0 0 0.8rem;
  color: #2c313a;
  font-size: 0.97rem;
}

.software-liste {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
  color: #5c6572;
  font-size: 0.92rem;
  line-height: 1.8;
}

.pilot-hinweis {
  margin: 0;
  padding: 0.6rem 1rem;
  background: #f7f3ee;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #8a4c30;
  font-weight: 600;
}
