/* ═══════════════════════════════════════════════════════════════
   WIZARD – Inhaltsseiten (Regeln, Impressum, Datenschutz, Login)
   Nutzt tokens.css + landing.css (Nav/Footer/Buttons/Shell) und
   ergänzt nur die Textdarstellung (.doc).
═══════════════════════════════════════════════════════════════ */

.doc{max-width:820px;margin:0 auto;padding:clamp(40px,7vw,72px) 24px}
.doc-head{margin-bottom:34px}
.doc-head h1{
  margin:10px 0 0;font-family:var(--f-display);font-weight:800;
  font-size:clamp(30px,6vw,46px);line-height:1.05;letter-spacing:.02em;
  background:var(--grad-logo);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.doc-head .lead{margin:14px 0 0;color:var(--text-2);font-weight:300;font-size:clamp(15px,2.6vw,17px);line-height:1.7;max-width:640px}

.doc h2{
  margin:34px 0 12px;font-family:var(--f-display);font-weight:700;font-size:20px;
  color:var(--text-1);letter-spacing:.02em;
  border-bottom:1px solid var(--line);padding-bottom:8px;
}
.doc h3{margin:20px 0 6px;font-family:var(--f-display);font-weight:600;font-size:16px;color:var(--gold-light)}
.doc p{margin:0 0 12px;color:var(--text-2);font-weight:300;font-size:15px;line-height:1.75}
.doc ul,.doc ol{margin:0 0 14px;padding-left:22px;color:var(--text-2);font-weight:300;line-height:1.75}
.doc li{margin:0 0 7px}
.doc li b{color:var(--text-1);font-weight:600}
.doc a.inline{color:var(--gold-light);text-decoration:underline;text-underline-offset:3px}
.doc code{
  font-family:var(--f-mono);font-size:13px;color:var(--gold-light);
  background:rgba(200,150,60,.10);border:1px solid var(--line);border-radius:6px;padding:1px 6px;
}
.doc .back{display:inline-flex;margin-top:36px}

/* Feiner, dezenter „folgt…"-Hinweis (Impressum/Datenschutz vor Fertigstellung) */
.soon{
  color:var(--text-3);font-style:italic;font-weight:300;
  font-size:14.5px;line-height:1.7;margin:0 0 12px;
}
.soon::before{content:"✦ ";color:var(--gold);font-style:normal;opacity:.7}
/* Dezent statt Klammer-Platzhalter im Fließtext */
.soon-inline{color:var(--text-3);font-style:italic}

/* Deutlich sichtbarer Platzhalter-Hinweis (Impressum/Datenschutz/Login) */
.todo-note{
  display:flex;gap:12px;align-items:flex-start;
  margin:0 0 8px;padding:14px 16px;border-radius:var(--r-ctrl);
  background:rgba(200,150,60,.08);border:1px dashed var(--gold);
  color:var(--gold-light);font-size:13.5px;line-height:1.6;
}
/* display:flex überschreibt sonst das [hidden]-Attribut → leere Box bliebe sichtbar */
.todo-note[hidden]{display:none}
.todo-note b{font-family:var(--f-mono);letter-spacing:.04em;text-transform:uppercase;font-size:11px;color:var(--gold)}
.ph{
  font-family:var(--f-mono);font-size:.92em;color:var(--gold-light);
  background:rgba(200,150,60,.10);border-radius:5px;padding:0 5px;
}
