:root { --gold: #fcb514; --muted: #b3b3b3; --line: #262626; }
* { box-sizing: border-box; }
html { background: #000; color: #fff; font: 17px/1.55 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0; }
main { max-width: 680px; margin: 0 auto; padding: 48px 24px 96px; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 40px; line-height: 1.1; letter-spacing: -0.02em; margin: 40px 0 16px; }
h2 { font-size: 22px; margin: 40px 0 8px; }
p, li { color: #e6e6e6; }
p.muted { color: var(--muted); }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header .wordmark { height: 30px; display: block; }
nav { display: flex; gap: 20px; font-size: 15px; }
nav a { color: #fff; }
footer { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px 20px; }
footer a { color: var(--muted); }
.hero .mark { height: 96px; display: block; margin-top: 56px; }
.cta { display: inline-block; margin-top: 24px; padding: 12px 20px; background: var(--gold); color: #000; font-weight: 600; border-radius: 999px; }
.cta:hover { text-decoration: none; background: #e09a00; }
ul { padding-left: 20px; }
