*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d0d;--bg2:#141414;--bg3:#1a1a1a;--border:#2a2a2a;--border2:#333;--text:#f0eee8;--text-muted:#888680;--text-dim:#4a4845;--gold:#c9a84c}html{scroll-behavior:smooth;font-size:110%}body{background:var(--bg);color:var(--text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}h1,h2,h3,h4,h5,h6{font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 48px}section{padding:120px 0}.section-label{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:12px;margin-bottom:24px;font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:700;display:flex}.section-label:before{content:"";background:var(--gold);width:40px;height:1px}.section-title{letter-spacing:-.5px;color:var(--text);margin-bottom:20px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.section-sub{color:var(--text-muted);max-width:540px;margin-bottom:64px;font-size:17px;font-weight:300;line-height:1.7}@media (max-width:900px){.container{padding:0 24px}section{padding:80px 0}}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
