@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0a0a0a;--surface:#111;--surface2:#1a1a1a;--surface3:#222;--accent:#c8a44e;--accent2:#e8c96e;--text:#f0f0f0;--muted:#888;--radius:12px;--transition:0.3s ease}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;scroll-behavior:smooth}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent2)}section{padding:100px 40px;max-width:1200px;margin:0 auto}.sectionTag{font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:8px;font-weight:600}.sectionTitle{font-size:2.4rem;font-weight:800;margin-bottom:12px}.sectionDesc{color:var(--muted);max-width:600px;line-height:1.7;margin-bottom:48px}@media (max-width:768px){section{padding:60px 20px}}