
:root{--bg:#ffffff;--text:#111;--brand:#000;--accent:#c9a227;--paper:#fffaf2}
*{box-sizing:border-box}
body{margin:0;font-family:ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial;background:var(--bg);color:var(--text);line-height:1.6}
a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1080px;margin:0 auto;padding:24px}
.site-header{position:sticky;top:0;background:#fffefc;border-bottom:1px solid #eee;z-index:10}
.site-header .bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:16px}
.brand{font-weight:800;letter-spacing:.3px;font-size:18px;display:flex;align-items:center;gap:10px}
.brand img{height:28px;width:auto;border-radius:4px;border:2px solid #000;display:none}
nav a{margin:0 10px;padding:8px 6px;border-radius:6px}
nav a:hover{background:#fff6e0}
.hero{padding:72px 24px;background:linear-gradient(180deg,#ffffff,#fbfaf7);border-bottom:1px solid #eee}
.hero h1{font-size:42px;line-height:1.15;margin:0 0 10px}
.buttons{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:700;border:1px solid #111}
.button.primary{background:#000;color:#fff}
.section{padding:48px 24px}
.section.alt{background:#fffdf8;border-top:1px solid #eee;border-bottom:1px solid #eee}
.cta{padding:36px;border:2px solid var(--accent);border-radius:14px;background:linear-gradient(180deg,#fff,#fffaf2)}
.footer{background:#0c0c0c;color:#eaeaea;padding:40px 24px;margin-top:40px}
.footer a{color:#eaeaea}
.small{color:#666}
