:root{--bg: #5f5f5f;--surface: #6f6f6f;--text: #f1e9cf;--muted: #ddd3b8;--accent: #c68443;--ink: #111111}*{box-sizing:border-box}body{margin:0;font-family:Trebuchet MS,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.page{max-width:900px;margin:0 auto;padding:2rem 1rem 4rem}.hero{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;align-items:center;margin-bottom:2rem}.hero-image{width:100%;border:3px solid var(--ink);display:block}h1,h2,h3{margin:0 0 .5rem;line-height:1.2;color:var(--text)}h1{font-size:2rem}h2{font-size:1.35rem;margin-top:2rem}.tagline{color:var(--accent);font-weight:700;margin:0 0 .75rem}p,li{color:var(--muted)}ul{margin:0;padding-left:1.2rem}.steps{display:grid;gap:.8rem}.card{background:var(--surface);border:2px solid var(--ink);padding:.9rem}.chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.5rem}.chip{display:inline-block;border:2px solid var(--ink);background:var(--accent);color:var(--ink);padding:.25rem .55rem;font-size:.92rem;font-weight:700}@media (max-width: 700px){.hero{grid-template-columns:1fr}.hero-image{max-width:320px}}
