@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--color-bg:#fafaf8;--color-surface:#f4f4f1;--color-text:#18181b;--color-secondary:#3f3f46;--color-muted:#71717a;--color-accent:#18181b;--color-accent-hover:#7c3aed;--color-border:#e4e4e7;--color-border-light:#f0f0ee;--font-display:"DM Sans", system-ui, "Segoe UI", sans-serif;--font-body:"Inter", system-ui, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:3rem;--text-4xl:4.5rem;--text-5xl:5.5rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-24:96px;--space-32:128px;--max-width:1120px;--nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);font-weight:400;line-height:1.6;overflow-x:hidden}::selection{color:var(--color-text);background:#7c3aed24}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a6}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;color:var(--color-text);font-weight:700;line-height:1.08}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.section{padding:var(--space-24) var(--space-6);max-width:var(--max-width);margin:0 auto}.section-label{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-6);font-weight:600;display:inline-block}.btn{align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:12px 28px;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--color-text);color:var(--color-bg)}.btn-primary:hover{background:var(--color-accent-hover);transform:scale(1.02)}.btn-ghost{border:1.5px solid var(--color-border);color:var(--color-text);background:0 0}.btn-ghost:hover{border-color:var(--color-text);background:var(--color-surface)}.divider{border:none;border-top:1px solid var(--color-border)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){:root{--text-4xl:2.5rem;--text-5xl:3rem;--text-3xl:2rem;--text-2xl:1.5rem;--nav-height:48px}.section{padding:var(--space-16) var(--space-6)}}
