@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-color:#030014;--surface-color:#ffffff08;--surface-border:#ffffff14;--text-primary:#fff;--text-secondary:#94a3b8;--accent-color:#8b5cf6;--accent-gradient:linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);--font-sans:"Inter", sans-serif;--font-heading:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:16px;padding:2rem}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.heading-xl{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem)}.heading-lg{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,3vw,3rem)}.body-lg{color:var(--text-secondary);max-width:600px;font-size:1.25rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.btn-primary{background:var(--accent-gradient);color:#fff;text-align:center;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #8b5cf680}.btn-secondary{background:var(--surface-color);color:#fff;border:1px solid var(--surface-border);text-align:center;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a}.flex-responsive{align-items:center;gap:4rem;display:flex}.grid-responsive{gap:2rem;display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.hero-image-wrapper{border-radius:40px;width:300px;height:600px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #8b5cf640}@media (max-width:768px){.flex-responsive{text-align:center;flex-direction:column;gap:2rem}.grid-cols-3{grid-template-columns:1fr}.section{padding:3rem 0}.hero-image-wrapper{height:450px}.nav-text-links{display:none}.flex-responsive>div{width:100%}.hero-features{justify-content:center}}
