body{font-family:Arial,Helvetica,sans-serif;margin:0;color:#222;background:#f4f4f4}
header{background:#111;padding:20px 40px;display:flex;justify-content:space-between;align-items:center}
header img{height:55px}
nav a{color:#d4af37;margin-left:18px;text-decoration:none;font-weight:bold}
section{padding:60px 40px;background:#fff}
.hero{background:#000;color:#fff;padding:90px 40px}
.gold-btn{background:#d4af37;color:#000;padding:14px 26px;text-decoration:none;font-weight:bold;display:inline-block}
.footer{background:#111;color:#ccc;text-align:center;padding:40px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.card img{width:100%;height:160px;object-fit:cover}
