/* ============================================================
   Leverport – Legal pages (Impressum / AGB / Datenschutz)
   Standalone, brand-consistent styling. Light theme.
   ============================================================ */
:root{
  --accent:#255deb;
  --accent2:#1d4ed8;
  --ink:#0f172a;
  --ink2:#475569;
  --ink3:#94a3b8;
  --bg:#ffffff;
  --bg-soft:#f8fafc;
  --border:#e8eaef;
  --grad:linear-gradient(135deg,#255deb 0%,#1d4ed8 100%);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  background:var(--bg);color:var(--ink2);line-height:1.7;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;width:100%;max-width:100%;
}
/* Break long compound words instead of overflowing narrow phones. */
.lg-title,.lg-wrap,.lg-wrap h2,.lg-wrap h3{overflow-wrap:break-word;hyphens:auto}
a{color:var(--accent2);text-decoration:none}
a:hover{text-decoration:underline}

/* ── Header ─────────────────────────────────────────────── */
.lg-head{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.85);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.lg-head-in{max-width:960px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.lg-logo{font-size:1.35rem;font-weight:900;letter-spacing:-.5px;color:var(--ink)}
.lg-logo:hover{text-decoration:none}
.lg-logo span{color:var(--accent)}
.lg-back{font-size:.9rem;font-weight:600;color:var(--ink2);white-space:nowrap}
.lg-back:hover{color:var(--accent);text-decoration:none}

/* ── Content ────────────────────────────────────────────── */
.lg-wrap{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem 5rem}
.lg-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:var(--accent2);background:rgba(37,93,235,.08);padding:.35rem .8rem;border-radius:999px;margin-bottom:1.1rem}
.lg-title{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:900;letter-spacing:-1px;color:var(--ink);line-height:1.15;margin-bottom:.55rem}
.lg-updated{font-size:.85rem;color:var(--ink3);margin-bottom:2.5rem}
.lg-wrap h2{font-size:1.3rem;font-weight:800;color:var(--ink);letter-spacing:-.3px;margin:2.6rem 0 .85rem}
.lg-wrap h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin:1.6rem 0 .5rem}
.lg-wrap p{margin-bottom:1rem}
.lg-wrap ul{margin:0 0 1rem 1.3rem}
.lg-wrap li{margin-bottom:.5rem}
.lg-wrap strong{color:var(--ink);font-weight:700}
.lg-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.75rem;margin:1.75rem 0}
.lg-card p{margin-bottom:.3rem}
.lg-card p:last-child{margin-bottom:0}

/* ── Footer ─────────────────────────────────────────────── */
.lg-foot{border-top:1px solid var(--border);background:var(--bg-soft)}
.lg-foot-in{max-width:760px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center;justify-content:space-between}
.lg-foot-links{display:flex;gap:1.25rem;flex-wrap:wrap}
.lg-foot-links a{font-size:.9rem;color:var(--ink2);font-weight:500}
.lg-foot-links a:hover{color:var(--accent);text-decoration:none}
.lg-copy{font-size:.85rem;color:var(--ink3)}

@media(max-width:600px){
  .lg-wrap{padding:2.5rem 1.25rem 4rem}
  .lg-head-in{padding:.85rem 1.25rem}
}
