/* Schlichtes, lesbares Layout im MacherDesign für Impressum & Datenschutz. */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap');
:root { --bg-dark:#070709; --neon-red:#ff003c; --text-main:#f5f4f6; --text-muted:#a3a3ac; }
* { box-sizing:border-box; margin:0; padding:0; }
body { background:var(--bg-dark); color:var(--text-main); font-family:'Outfit',sans-serif; line-height:1.65; padding:48px 20px 80px; }
.legal-wrap { max-width:720px; margin:0 auto; }
.legal-back { display:inline-block; margin-bottom:28px; color:var(--neon-red); text-decoration:none; font-weight:600; font-size:0.9rem; }
.legal-back:hover { text-shadow:0 0 12px rgba(255,0,60,0.5); }
h1 { font-size:1.8rem; font-weight:800; letter-spacing:0.5px; margin-bottom:6px; }
h2 { font-size:1.05rem; font-weight:700; color:var(--neon-red); margin:28px 0 8px; }
p, li { color:var(--text-muted); font-size:0.95rem; margin-bottom:8px; }
a { color:var(--neon-red); }
ul { padding-left:20px; margin-bottom:8px; }
.note { margin:22px 0; padding:14px 16px; border:1px solid rgba(255,0,60,0.3); background:rgba(255,0,60,0.06); border-radius:10px; color:var(--text-main); font-size:0.9rem; }
.ph { color:#ff7799; font-weight:700; } /* Platzhalter — vor Go-Live ersetzen */
.legal-foot { margin-top:40px; font-size:0.8rem; color:var(--text-muted); }
