:root{--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--font-code: "Fira Code", monospace;--color-bg: #0b0c15;--color-surface: #151621;--color-surface-hover: #1e1f2e;--color-primary: #7c3aed;--color-primary-light: #a78bfa;--color-accent: #38bdf8;--color-text-main: #f1f5f9;--color-text-muted: #94a3b8;--gradient-primary: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);--gradient-glow: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg);--shadow-lg: 0 10px 30px -10px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(124, 58, 237, .3)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:#fff}p{color:var(--color-text-muted)}a{text-decoration:none;color:inherit;transition:color .2s}button{cursor:pointer;border:none;font-family:var(--font-heading)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(to right,#a78bfa,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}.glass-panel{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:1rem}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1.5rem 0}.navbar.scrolled{padding:1rem 0;background:#0b0c15cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.navbar.menu-open{background:#0b0c15f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:800;font-family:var(--font-heading);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{font-size:.95rem;font-weight:500;color:var(--color-text-muted);transition:color .3s}.nav-link:hover{color:#fff}.btn-primary{background:var(--color-primary);color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #7c3aed66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed99}.menu-icon{display:none;flex-direction:column;cursor:pointer;gap:5px}.bar{width:25px;height:3px;background-color:#fff;transition:all .3s ease}@media(max-width:768px){.menu-icon{display:flex}.nav-links{position:absolute;top:100%;left:0;width:100%;background:#0b0c15f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:center;padding:2rem 0;gap:2rem;transform:translateY(-150%);transition:transform .3s ease;z-index:-1;border-bottom:1px solid rgba(255,255,255,.05)}.nav-links.active{transform:translateY(0)}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}}.hero{min-height:100vh;display:flex;flex-direction:column;padding-top:80px;padding-bottom:2rem;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.2) 0%,transparent 70%);filter:blur(80px);z-index:-1;animation:pulse-glow 8s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;bottom:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(56,189,248,.15) 0%,transparent 70%);filter:blur(80px);z-index:-1}@keyframes pulse-glow{0%{transform:scale(1);opacity:.5}to{transform:scale(1.1);opacity:.8}}.hero-content{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;margin-top:2rem;margin-bottom:auto;width:100%}.hero-text h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-text p{font-size:1.25rem;margin-bottom:2.5rem;max-width:540px;color:var(--color-text-muted)}.hero-cta{display:flex;gap:1rem}.btn-secondary{padding:.8rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:50px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.hero-visual{position:relative;perspective:1000px}.code-window{position:relative;background:#1e1e1e;border-radius:12px;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1);overflow:hidden;font-family:var(--font-code);font-size:.9rem;transform:rotateY(-5deg) rotateX(2deg);transition:transform .5s ease;height:320px;display:flex;flex-direction:column;will-change:transform}.window-body{flex:1;position:relative;padding:.5rem;display:flex;flex-direction:column}.icons-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem}.grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#a78bfa0d,#38bdf80d);border:1px solid rgba(255,255,255,.05);border-radius:8px;color:#fff;font-family:var(--font-sans);font-weight:600;gap:.5rem;transition:all .3s ease}.grid-item:hover{background:linear-gradient(135deg,#a78bfa1a,#38bdf81a);border-color:#38bdf84d;transform:translateY(-2px)}.grid-item span{background:linear-gradient(to right,#a78bfa,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}.grid-icon{color:#a78bfa;margin-bottom:.25rem}.hero-visual:hover .code-window{transform:rotateY(0) rotateX(0)}.window-header{background:#252526;padding:12px 16px;display:flex;gap:8px;border-bottom:1px solid #333}.dot{width:12px;height:12px;border-radius:50%}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.code-line{display:block;min-height:1.5em}.keyword{color:#c678dd}.string{color:#98c379}.variable{color:#e06c75}.function{color:#61afef}.property{color:#d19a66}.cursor{display:inline-block;width:2px;height:1.2em;background:#528bff;vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center;display:flex;flex-direction:column;gap:3rem}.hero-text{min-height:80vh;display:flex;flex-direction:column;justify-content:center}.hero-text h1{font-size:2.5rem}.hero-text p{margin:0 auto 2.5rem}.hero-cta{justify-content:center}.hero-visual{margin-top:0;width:100%;margin-bottom:4rem}.hero-tech{padding-bottom:4rem}}@media(max-width:768px){.hero{height:auto;min-height:auto;padding-bottom:2rem}.hero-content{display:flex;flex-direction:column;margin-top:0;margin-bottom:0}.hero-text{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding-bottom:2rem}.hero-visual,.hero-tech{display:block}.hero-visual{margin-bottom:3rem}.hero-cta{flex-direction:column;width:100%;max-width:400px;margin:0 auto;gap:1rem}.hero-cta .btn-primary,.hero-cta .btn-secondary{width:100%;justify-content:center;padding:1rem;white-space:nowrap}}.hero-tech{width:100%;text-align:center;margin-top:auto;padding-top:2rem}.hero-tech p{color:var(--color-text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;font-weight:500}.tech-grid{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.tech-item{display:flex;align-items:center;gap:.75rem;opacity:.5;transition:all .3s ease;filter:grayscale(100%)}.tech-item:hover{opacity:1;filter:grayscale(0%);transform:translateY(-2px)}.tech-logo{height:24px;width:auto}.tech-name{font-size:1rem;font-weight:600;color:#fff}@media(max-width:768px){.tech-grid{column-gap:1.5rem;row-gap:1rem}.tech-item{transform:scale(.9)}}.app-main{min-height:100vh;display:flex;flex-direction:column}section{padding:5rem 0;position:relative}
