.site{min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--border);background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:var(--font-head);font-weight:600;font-size:1rem;letter-spacing:-.01em}.nav-cta{font-size:.875rem;color:var(--accent-light);font-weight:500;transition:color .2s}.nav-cta:hover{color:var(--white)}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;background:radial-gradient(ellipse at 60% 40%,rgba(124,92,252,.12) 0%,transparent 60%)}.hero-inner{max-width:1100px;margin:0 auto;width:100%}.hero-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);border:1px solid rgba(124,92,252,.3);padding:.35rem .85rem;border-radius:999px;margin-bottom:2rem}.hero-title{font-family:var(--font-head);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem}.accent{color:var(--accent-light)}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--grey);max-width:600px;margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--accent);color:var(--white);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--accent-light);transform:translateY(-1px)}.btn-primary.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.btn-ghost{display:inline-block;color:var(--grey);padding:.85rem 2rem;border-radius:8px;font-weight:500;font-size:.95rem;border:1px solid var(--border);transition:color .2s,border-color .2s}.btn-ghost:hover{color:var(--white);border-color:#444}.section{padding:6rem 2rem}.section-dark{background:#0e0e0e}.section-inner{max-width:1100px;margin:0 auto}.section-inner.narrow{max-width:720px}.section-inner.center{text-align:center}.section-title{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.section-sub{color:var(--grey);font-size:1.05rem;margin-bottom:3rem;max-width:560px;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.card{background:var(--grey-light);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .2s}.card:hover{border-color:#7c5cfc66}.card-title{font-family:var(--font-head);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.card-desc{color:var(--grey);font-size:.95rem;line-height:1.65}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:3rem}.stack-item{border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s}.stack-item:hover{border-color:#7c5cfc4d}.stack-name{font-family:var(--font-head);font-weight:600;font-size:.95rem}.stack-desc{color:var(--grey);font-size:.85rem;line-height:1.5}.bio{display:flex;flex-direction:column;gap:1.25rem;margin-top:2.5rem}.bio p{color:var(--grey);font-size:1.05rem;line-height:1.75}.cta-section{background:radial-gradient(ellipse at 50% 50%,rgba(124,92,252,.1) 0%,transparent 70%)}.cta-title{font-family:var(--font-head);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.cta-sub{color:var(--grey);font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.footer{border-top:1px solid var(--border);padding:2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--grey)}.grey{color:var(--grey)}@media (max-width: 600px){.hero-actions{flex-direction:column}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #f8f8f8;--accent: #7c5cfc;--accent-light: #a88bfc;--grey: #888;--grey-light: #222;--border: #1e1e1e;--font-body: "Inter", sans-serif;--font-head: "Space Grotesk", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}
