
:root{
  --bg:#0b0b0c; --card:#141416; --ink:#e9e9ec; --muted:#b6b6bf; --brand:#df150e; --max:1100px; --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; background:var(--bg); color:var(--ink); font:17px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans","Liberation Sans",sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}
a{color:var(--ink); text-decoration-color:rgba(255,255,255,.25); text-underline-offset:3px}
a:hover{color:white; text-decoration-color:var(--brand)}
.header{position:sticky; top:0; z-index:10; backdrop-filter:blur(10px); background:color-mix(in oklab, var(--bg), transparent 60%); border-bottom:1px solid rgba(255,255,255,.06)}
.nav{max-width:var(--max); margin:0 auto; display:flex; align-items:center; gap:20px; padding:12px 20px}
.nav .logo{width:42px; height:42px; border-radius:10px; background:#1f1f22; display:inline-flex; align-items:center; justify-content:center; font-weight:700}
.nav .pill{margin-left:auto; background:#1e1f22; border:1px solid rgba(255,255,255,.08); padding:8px 14px; border-radius:999px; color:var(--muted); font-size:14px}
.wrapper{max-width:var(--max); margin:0 auto; padding:28px 20px 80px}
.hero{display:grid; grid-template-columns:1fr; gap:28px; margin-top:22px}
.cover{width:100%; aspect-ratio:1/1; border-radius:var(--radius); background:#0f0f10; border:1px solid rgba(255,255,255,.08); overflow:hidden}
.cover img{width:100%; height:100%; object-fit:cover; display:block}
.meta{display:flex; flex-wrap:wrap; gap:10px 16px; align-items:center}
.badge{display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border-radius:999px; background:#1d1e21; border:1px solid rgba(255,255,255,.08); color:var(--muted); font-size:14px}
.badge .dot{width:8px; height:8px; border-radius:50%; background:var(--brand); display:inline-block}
.grid{display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:28px}
.card{background:var(--card); border:1px solid rgba(255,255,255,.08); border-radius:var(--radius); padding:22px}
h1{font-size:clamp(26px,2.6vw,40px); line-height:1.15; margin:8px 0 6px}
h2{font-size:clamp(20px,2.1vw,28px); margin:0 0 8px}
h3{font-size:clamp(18px,1.8vw,22px); margin:14px 0 6px}
.lead{color:var(--muted)}
ul{margin:10px 0 0 20px}
hr{border:none; height:1px; background:rgba(255,255,255,.08); margin:18px 0}
.kontakt{display:flex; gap:18px; align-items:center; flex-wrap:wrap}
.kontakt img{height:40px; width:auto}
.footer{max-width:var(--max); margin:40px auto 80px; padding:0 20px; color:var(--muted); font-size:14px}
.download a.button{display:inline-flex; align-items:center; gap:10px; padding:12px 16px; border-radius:12px; border:1px solid rgba(255,255,255,.12); background:#1e1f22; text-decoration:none; font-weight:600}
.download a.button:hover{border-color:var(--brand)}
blockquote{margin:12px 0; padding:12px 14px; border-left:3px solid var(--brand); background:#101113; border-radius:8px}
@media (max-width:900px){.grid{grid-template-columns:1fr}}
