:root{
  --accent:#df7a2b;
  --bg:#fff;
  --muted:#666;
  --max-width:900px;
}
*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;line-height:1.45;color:#222;margin:0;background:var(--bg)}
.hero{position:relative;height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(0.05) contrast(0.95) brightness(0.75)}
.overlay{position:relative;z-index:2;text-align:center;color:#fff;padding:24px}
.logo{width:84px;height:84px;object-fit:contain;border-radius:12px;background:rgba(255,255,255,0.06);padding:10px;margin:0 auto 8px}
.tagline{opacity:0.95;margin:6px 0 0}
.container{max-width:var(--max-width);margin:28px auto;padding:0 18px}
h1{font-size:28px;margin:6px 0 0}
h2{font-size:20px;margin:0 0 10px}
section{margin:18px 0;padding-bottom:8px;border-bottom:1px solid #eee}
details summary{cursor:pointer;color:var(--accent)}
.support ul{padding-left:1rem}
.site-footer{background:#fafafa;border-top:1px solid #eee;margin-top:36px;padding:18px 0;color:var(--muted)}
.site-footer .inner{max-width:var(--max-width);margin:0 auto;padding:0 18px;display:flex;justify-content:space-between;align-items:center}
code{background:#f3f3f3;padding:2px 6px;border-radius:4px}

@media (max-width:520px){.hero{height:420px}.logo{width:72px;height:72px}.site-footer .inner{flex-direction:column;gap:6px}}
