body{font-family:Arial,Helvetica,sans-serif;margin:0;background:#0b0b0c;color:#eaeaea}
header{background:#111;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}
header h1{color:#d4af37;margin:0}
nav a{color:#eaeaea;margin-left:15px;text-decoration:none}
.hero{height:60vh;display:flex;align-items:center;justify-content:center;background:#222}
.hero h2{font-size:2em;color:#d4af37}
section{padding:40px 20px}
.btn{background:#d4af37;color:#000;padding:10px 15px;border-radius:6px;text-decoration:none}
footer{background:#111;color:#aaa;padding:20px;text-align:center}
