/* Rechtliche Seiten — mobil/Hybrid, Touch-first */
.rechtliches-seite {
  min-height: 100dvh;
  padding: max(12px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
  background: #0f172a;
  color: #e2e8f0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.rechtliches-seite__kopf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.rechtliches-seite__zurueck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  background: rgba(30, 41, 59, 0.8);
  color: #f8fafc;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.rechtliches-seite h1 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 8px;
}

.rechtliches-seite h2 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f1f5f9;
  margin: 1.4em 0 0.5em;
}

.rechtliches-seite p,
.rechtliches-seite li {
  margin: 0.6em 0;
  color: #cbd5e1;
}

.rechtliches-seite ul {
  padding-left: 1.2em;
}

.rechtliches-seite a {
  color: #93c5fd;
  text-underline-offset: 2px;
}

.rechtliches-seite__sprungnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 1.2em;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.rechtliches-seite__sprungnav a {
  font-size: 14px;
  font-weight: 500;
}

.rechtliches-seite hr.rechtliches-teil-trenner {
  border: none;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  margin: 2em 0 1.5em;
}

.rechtliches-seite__karten {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.rechtliches-seite__karte {
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 500;
}

.rechtliches-seite__karte:active {
  background: rgba(51, 65, 85, 0.9);
}

.rechtliches-konto-loeschen__feld {
  width: 100%;
  margin: 12px 0;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #1e293b;
  color: #f8fafc;
  font-size: 16px;
}

.rechtliches-konto-loeschen__knopf {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  background: #b91c1c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.rechtliches-konto-loeschen__knopf:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rechtliches-konto-loeschen__status {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.rechtliches-konto-loeschen__status--fehler {
  background: rgba(185, 28, 28, 0.25);
  color: #fecaca;
}

.rechtliches-konto-loeschen__status--ok {
  background: rgba(22, 163, 74, 0.25);
  color: #bbf7d0;
}
