*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg-card: #111118;--bg-card-hover: #16161f;--purple: #6c3bff;--purple-light: #a855f7;--white: #ffffff;--gray: #888899;--gray-dim: #44445a;--border: #1e1e2e;--border-purple: rgba(108, 59, 255, .25);--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);font-family:var(--font);line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 24px}.gradient-text{background:linear-gradient(90deg,#fff 50%,var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-block;background:var(--purple);color:#fff;padding:12px 28px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;border:none;text-decoration:none;transition:background .2s}.btn-primary:hover{background:var(--purple-light)}.btn-ghost{display:inline-block;color:var(--gray);padding:12px 28px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;border:1px solid var(--border);text-decoration:none;background:transparent;transition:border-color .2s,color .2s}.btn-ghost:hover{border-color:var(--purple);color:var(--white)}section{padding:96px 0}
