: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:2.5rem;list-style:none;align-items:center}.nav-link{font-size:.95rem;font-weight:500;color:var(--color-text-muted);transition:color .3s}.nav-link:hover{color:#fff}.btn-primary{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #7c3aed66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed80}.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)}}.card-swap-container{position:absolute;bottom:0;right:0;transform:translate(5%,-15%);transform-origin:bottom right;perspective:1200px;overflow:visible}.card{position:absolute;top:50%;left:50%;border-radius:20px;background:linear-gradient(165deg,#1e1432f2,#0f0a1efa,#140f28f2);transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;border:1px solid transparent;background-clip:padding-box;box-shadow:0 0 0 1px #7c3aed4d,0 0 20px #7c3aed26,0 0 40px #3b82f61a,0 25px 50px -12px #0009,inset 0 1px #ffffff1a,inset 0 -1px #0000004d;transition:box-shadow .3s ease}.card:before{content:"";position:absolute;inset:-2px;border-radius:22px;padding:2px;background:linear-gradient(135deg,#7c3aed,#3b82f6,#06b6d4,#3b82f6,#7c3aed);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;animation:borderRotate 4s linear infinite;background-size:300% 300%}@keyframes borderRotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.card:after{content:"";position:absolute;top:-100%;left:-100%;width:60%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:rotate(25deg);animation:cardShine 6s ease-in-out infinite}@keyframes cardShine{0%,to{transform:rotate(25deg) translate(-50%)}50%{transform:rotate(25deg) translate(250%)}}.card:hover{box-shadow:0 0 0 1px #7c3aed80,0 0 30px #7c3aed4d,0 0 60px #3b82f633,0 25px 50px -12px #0009,inset 0 1px #ffffff26,inset 0 -1px #0000004d;transition:box-shadow .3s ease}.card:hover:before{opacity:.9}.card h3{color:#fff;font-size:1.5rem;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-weight:700;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card p{color:#b4bcd0;font-size:.95rem;line-height:1.6;position:relative;z-index:1}.card .icon-wrapper{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#7c3aed4d,#3b82f64d);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#a78bfa;position:relative;overflow:hidden;box-shadow:0 0 20px #7c3aed4d,0 0 40px #7c3aed1a,inset 0 1px #ffffff1a}.card .icon-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%)}.card .icon-wrapper svg{width:32px;height:32px;filter:drop-shadow(0 0 8px rgba(167,139,250,.5))}.card .particle{position:absolute;width:4px;height:4px;background:#7c3aed99;border-radius:50%;animation:float 3s ease-in-out infinite}.card .particle:nth-child(1){top:20%;right:15%;animation-delay:0s}.card .particle:nth-child(2){top:60%;right:25%;animation-delay:1s}.card .particle:nth-child(3){top:80%;right:10%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-10px) scale(1.2);opacity:1}}.card .corner-accent{position:absolute;width:80px;height:80px;border-radius:50%;filter:blur(40px);opacity:.4}.card .corner-accent.top-right{top:-20px;right:-20px;background:#7c3aed}.card .corner-accent.bottom-left{bottom:-20px;left:-20px;background:#3b82f6}@media(max-width:968px){.card-swap-container{position:relative;transform:translateY(60px);transform-origin:center center;display:flex;justify-content:center;align-items:center;margin:0 auto}.card{padding:1.5rem}.card h3{font-size:1.3rem}.card p{font-size:.9rem}.card .icon-wrapper{width:56px;height:56px}.card .icon-wrapper svg{width:28px;height:28px}}@media(max-width:480px){.card-swap-container{transform:translateY(70px)}.card{padding:1.25rem}.card h3{font-size:1.1rem;margin-bottom:.5rem}.card p{font-size:.85rem;line-height:1.5}.card .icon-wrapper{width:48px;height:48px;margin-bottom:1rem}.card .icon-wrapper svg{width:24px;height:24px}.card .corner-accent{width:60px;height:60px}}.liquid-ether-container{position:relative;overflow:hidden;width:100%;height:100%;touch-action:none}.shiny-text{display:inline-block}.hero{min-height:100vh;display:flex;flex-direction:column;padding-top:80px;padding-bottom:2rem;overflow:hidden;position:relative}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3;pointer-events:none}.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:auto;margin-bottom:auto;width:100%;position:relative;z-index:1;flex:1}.hero-text h1,.hero-text .hero-title{font-size:4rem;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-title .split-word:nth-child(2){background:linear-gradient(135deg,var(--color-primary-light),var(--color-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.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:0}.hero-text{min-height:calc(100vh - 80px);min-height:calc(100svh - 80px);display:flex;flex-direction:column;justify-content:center;padding-top:0}.hero-text h1,.hero-text .hero-title{font-size:2.5rem;text-align:center!important}.hero-text p{margin:0 auto 2.5rem}.hero-cta{justify-content:center}.hero-visual{margin-top:0;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:4rem}.hero-tech{padding-bottom:4rem}}@media(max-width:768px){.hero{height:auto;min-height:auto;padding-bottom:2rem;padding-top:0;overflow:hidden}.hero-content{display:flex;flex-direction:column;margin-top:0;margin-bottom:0;gap:0}.hero-text{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:0 1rem;padding-top:60px;gap:1.5rem}.hero-text h1,.hero-text .hero-title{font-size:2.4rem;margin-bottom:1rem}.hero-text p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.7}.hero-visual{display:flex;justify-content:center;align-items:center;margin-bottom:4rem;margin-top:2rem}.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}}@media(max-width:480px){.hero-text{min-height:100vh;min-height:100svh;padding-top:80px;gap:1rem}.hero-text h1,.hero-text .hero-title{font-size:2.1rem}.hero-text p{font-size:1.05rem}}.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}
