@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#09090b;--bg2:#111113;--bg3:#1a1a1f;--border:hsla(0,0%,100%,.08);--border2:hsla(0,0%,100%,.14);--text:#f4f4f5;--muted:#71717a;--accent:#a78bfa;--accent2:#7c3aed;--accent-glow:rgba(167,139,250,.15);--green:#4ade80;--cyan:#22d3ee;--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display)}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-label{font-size:.75rem;color:var(--accent);font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.section-sub{color:var(--muted);max-width:500px;font-size:1.05rem;font-weight:300}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeUp .6s ease both}.animate-fade-in{animation:fadeIn .6s ease both}