@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap";:root{--bg-main: #0a0a0c;--bg-panel: #14151a;--bg-raised: #1d1e24;--primary: #c2ff05;--primary-hover: #b3eb00;--secondary: #6366f1;--secondary-hover: #4f46e5;--accent-alert: #ff2a5f;--border-color: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .25);--text-main: #f3f4f6;--text-muted: #9ca3af;--text-inverse: #000000;font-family:Inter,system-ui,-apple-system,sans-serif;color-scheme:dark;color:var(--text-main);background-color:var(--bg-main);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;display:flex;background-color:var(--bg-main);background-image:radial-gradient(circle at top left,rgba(99,102,241,.05) 0%,transparent 40%),radial-gradient(circle at bottom right,rgba(194,255,5,.03) 0%,transparent 40%);background-attachment:fixed}#app{display:flex;width:100%;min-height:100vh}h1,h2,h3,h4,h5{font-family:Outfit,sans-serif;line-height:1.1;font-weight:800;margin:0 0 1rem;color:var(--text-main);letter-spacing:-.03em;text-transform:uppercase}p{line-height:1.7;color:var(--text-muted);font-size:1.1rem}a{font-weight:500;color:var(--text-main);text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1)}a:hover{color:var(--primary)}button{background:var(--primary);color:var(--text-inverse);border:2px solid var(--primary);padding:.875rem 2rem;border-radius:0;font-family:Outfit,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .1s ease-out;box-shadow:4px 4px #ffffffe6}button:hover{background:var(--primary-hover);transform:translate(2px,2px);box-shadow:2px 2px #ffffffe6}button:active{transform:translate(4px,4px);box-shadow:0 0 #ffffffe6}.btn-secondary{background:transparent;color:var(--text-main);border:2px solid var(--border-strong);box-shadow:4px 4px 0 0 var(--secondary)}.btn-secondary:hover{background:#ffffff0d;box-shadow:2px 2px 0 0 var(--secondary)}.card-brutal{background:var(--bg-panel);border:2px solid var(--border-strong);border-radius:0;box-shadow:8px 8px #000;transition:transform .2s ease,box-shadow .2s ease}.card-brutal:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #000;border-color:var(--primary)}.glass-panel{background:#14151aa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05)}.kinetic-text-wrap{overflow:hidden;display:inline-block}.kinetic-text-inner{display:inline-block;transform:translateY(110%);animation:kineticReveal 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes kineticReveal{to{transform:translateY(0)}}.text-cyber-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-layout[data-v-3513e946]{display:flex;flex-direction:column;min-height:100vh;width:100%}.navbar[data-v-3513e946]{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);z-index:100;background:#121418bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:100px;width:90%;max-width:900px;box-shadow:0 10px 30px #00000080;transition:all .3s ease}.navbar-container[data-v-3513e946]{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem .5rem 1.5rem}.logo[data-v-3513e946]{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon[data-v-3513e946]{color:var(--primary);width:24px;height:24px}.logo-text[data-v-3513e946]{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.nav-links[data-v-3513e946]{display:flex;align-items:center;gap:2rem}.nav-item[data-v-3513e946]{color:var(--text-muted);font-weight:500;font-size:.95rem;transition:color .1s ease-out;font-family:Inter,sans-serif}.nav-item[data-v-3513e946]:hover,.router-link-active[data-v-3513e946]{color:var(--text-main)}.btn-contact[data-v-3513e946]{background:var(--text-main);color:var(--bg-main)!important;padding:.5rem 1.25rem;border-radius:50px;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;transition:all .2s ease}.btn-contact[data-v-3513e946]:hover{background:var(--primary);color:var(--bg-main)!important;transform:translateY(-1px)}.mobile-toggle[data-v-3513e946]{display:none;background:transparent;padding:.5rem;color:var(--text-main);border:none;outline:none;cursor:pointer;box-shadow:none}.mobile-toggle[data-v-3513e946]:hover,.mobile-toggle[data-v-3513e946]:active{background:transparent;box-shadow:none;transform:none}.mobile-menu[data-v-3513e946]{display:none;position:fixed;top:5rem;left:50%;transform:translate(-50%);width:90%;max-width:900px;background:#121418f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;flex-direction:column;padding:1.5rem;z-index:99;box-shadow:0 20px 40px #00000080;animation:popIn-3513e946 .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes popIn-3513e946{0%{opacity:0;transform:translate(-50%,-10px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}.mobile-item[data-v-3513e946]{padding:1rem;text-align:center;font-size:1.1rem;color:var(--text-muted)}.mobile-item.btn-contact[data-v-3513e946]{margin-top:1rem}.main-content[data-v-3513e946]{flex:1;display:flex;flex-direction:column;width:100%}.footer[data-v-3513e946]{background:var(--bg-panel);padding:2rem;margin-top:auto;border-top:1px solid var(--border-strong)}.footer-container[data-v-3513e946]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-brand[data-v-3513e946]{display:flex;gap:.5rem;align-items:center}.minimal-logo[data-v-3513e946]{width:20px;height:20px;color:var(--primary)}.footer-brand .logo-text[data-v-3513e946]{font-size:1rem;color:var(--text-main);font-family:Outfit,sans-serif;font-weight:700;text-transform:uppercase}.footer-nav[data-v-3513e946]{display:flex;gap:1.5rem}.footer-nav a[data-v-3513e946]{color:var(--text-muted);font-weight:500;font-size:.85rem;transition:color .2s}.footer-nav a[data-v-3513e946]:hover{color:var(--text-main)}.legal[data-v-3513e946]{display:flex;align-items:center;gap:1.5rem;color:var(--text-muted);font-size:.8rem}.legal a[data-v-3513e946]{color:var(--text-muted)}.legal a[data-v-3513e946]:hover{color:var(--text-main)}@media(max-width:768px){.navbar[data-v-3513e946]{top:1rem;width:calc(100% - 2rem)}.desktop-menu[data-v-3513e946]{display:none}.mobile-toggle[data-v-3513e946]{display:block}.mobile-menu[data-v-3513e946]{display:flex;top:4.5rem;width:calc(100% - 2rem)}.footer[data-v-3513e946]{padding:1.5rem}.footer-container[data-v-3513e946]{flex-direction:column;gap:1rem;text-align:center}.footer-nav[data-v-3513e946]{flex-wrap:wrap;justify-content:center;gap:1rem}.legal[data-v-3513e946]{flex-direction:column;gap:.5rem}}.home-page[data-v-54d8a8c8]{width:100%}.bg-alt-subtle[data-v-54d8a8c8]{background:var(--bg-panel)}@keyframes fadeInUp-54d8a8c8{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up[data-v-54d8a8c8]{opacity:0;animation:fadeInUp-54d8a8c8 .8s cubic-bezier(.16,1,.3,1) forwards}.delay-1[data-v-54d8a8c8]{animation-delay:.1s}.delay-2[data-v-54d8a8c8]{animation-delay:.2s}.delay-3[data-v-54d8a8c8]{animation-delay:.3s}h2[data-v-54d8a8c8]{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}p[data-v-54d8a8c8]{color:var(--text-muted);line-height:1.6}.hero-section[data-v-54d8a8c8]{max-width:1000px;margin:0 auto;padding:8rem 2rem 6rem;text-align:center}.hero-content[data-v-54d8a8c8]{display:flex;flex-direction:column;align-items:center}.badge[data-v-54d8a8c8]{color:var(--primary);padding:.4rem 1rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;background:#c2ff051a;border-radius:4px}.hero-title[data-v-54d8a8c8]{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800}.hero-subtitle[data-v-54d8a8c8]{font-size:1.25rem;margin-bottom:3rem;max-width:650px}.hero-actions[data-v-54d8a8c8]{display:flex;gap:1.5rem;justify-content:center}.btn-hero-primary[data-v-54d8a8c8]{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--text-main);color:var(--bg-main);padding:1rem 2rem;font-family:Outfit,sans-serif;font-weight:700;font-size:1rem;border-radius:6px;border:1px solid var(--text-main);transition:all .2s ease}.btn-hero-primary[data-v-54d8a8c8]:hover{background:var(--primary);border:1px solid var(--primary);color:var(--bg-main);transform:translateY(-2px);box-shadow:0 4px 12px #c2ff054d}.btn-hero-secondary[data-v-54d8a8c8]{display:flex;align-items:center;justify-content:center;background:transparent;color:var(--text-main);border:1px solid var(--border-strong);font-size:1rem;padding:1rem 2rem;border-radius:6px;font-family:Outfit,sans-serif;font-weight:700;transition:all .2s ease}.btn-hero-secondary[data-v-54d8a8c8]:hover{border-color:var(--text-main)}.btn-icon[data-v-54d8a8c8]{width:18px;height:18px;transition:transform .2s ease}.btn-hero-primary:hover .btn-icon[data-v-54d8a8c8]{transform:translate(4px)}.value-prop-section[data-v-54d8a8c8]{max-width:1200px;margin:0 auto;padding:6rem 2rem}.value-prop-grid[data-v-54d8a8c8]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:var(--bg-panel);border-radius:12px;padding:4rem}.value-prop-content p[data-v-54d8a8c8]{font-size:1.1rem;margin-bottom:2rem}.value-list[data-v-54d8a8c8]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.value-list li[data-v-54d8a8c8]{display:flex;align-items:center;gap:1rem;color:var(--text-muted)}.value-list strong[data-v-54d8a8c8]{color:var(--text-main)}.list-icon[data-v-54d8a8c8]{width:20px;height:20px;color:var(--primary)}.value-prop-stats[data-v-54d8a8c8]{display:flex;flex-direction:column;gap:2rem}.stat-box[data-v-54d8a8c8]{background:var(--bg-main);padding:2.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-num[data-v-54d8a8c8]{font-size:3.5rem;font-weight:800;font-family:Outfit,sans-serif;color:var(--text-main);line-height:1;margin-bottom:.5rem}.stat-desc[data-v-54d8a8c8]{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);font-weight:600}.services-section[data-v-54d8a8c8]{padding:8rem 2rem}.section-header[data-v-54d8a8c8]{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-header p[data-v-54d8a8c8]{font-size:1.15rem}.services-grid[data-v-54d8a8c8]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card[data-v-54d8a8c8]{padding:3rem 2.5rem;background:var(--bg-main);border-radius:12px;transition:all .3s ease}.service-card[data-v-54d8a8c8]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.service-icon-wrapper[data-v-54d8a8c8]{background:#c2ff050d;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:2rem;color:var(--primary)}.service-icon[data-v-54d8a8c8]{width:28px;height:28px}.service-card h3[data-v-54d8a8c8]{font-size:1.5rem;margin-bottom:1rem}.service-card p[data-v-54d8a8c8]{margin-bottom:2rem;font-size:1rem}.learn-more[data-v-54d8a8c8]{display:inline-flex;align-items:center;font-weight:600;font-size:.95rem;color:var(--text-main)}.icon-xs[data-v-54d8a8c8]{width:16px;height:16px;margin-left:.5rem;transition:transform .2s ease}.service-card:hover .learn-more[data-v-54d8a8c8]{color:var(--primary)}.service-card:hover .icon-xs[data-v-54d8a8c8]{transform:translate(4px)}.process-section[data-v-54d8a8c8]{max-width:1000px;margin:0 auto;padding:8rem 2rem}.process-timeline[data-v-54d8a8c8]{display:flex;flex-direction:column;gap:3rem;margin-top:3rem;padding-left:3rem;margin-left:1rem}.process-step[data-v-54d8a8c8]{position:relative}.step-number[data-v-54d8a8c8]{position:absolute;left:-4.5rem;top:0;width:48px;height:48px;background:var(--bg-main);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;color:var(--primary);font-size:1.1rem}.step-content h3[data-v-54d8a8c8]{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-main)}.step-content p[data-v-54d8a8c8]{font-size:1.1rem;line-height:1.6}.features-section[data-v-54d8a8c8]{padding:8rem 2rem}.features-grid[data-v-54d8a8c8]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card[data-v-54d8a8c8]{background:var(--bg-main);padding:3rem 2rem;border-radius:12px;text-align:center}.feature-icon-wrapper[data-v-54d8a8c8]{background:#c2ff050d;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem;color:var(--primary)}.feature-icon[data-v-54d8a8c8]{width:28px;height:28px}.feature-card h3[data-v-54d8a8c8]{font-size:1.35rem;margin-bottom:1rem}.feature-card p[data-v-54d8a8c8]{font-size:.95rem}.faq-section[data-v-54d8a8c8]{padding:8rem 2rem;max-width:800px;margin:0 auto}.faq-header[data-v-54d8a8c8]{text-align:center;margin-bottom:4rem}.faq-list[data-v-54d8a8c8]{display:flex;flex-direction:column;gap:2rem}.faq-item[data-v-54d8a8c8]{background:var(--bg-panel);padding:2rem;border-radius:12px;border-left:4px solid var(--primary)}.faq-item h4[data-v-54d8a8c8]{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-main)}.faq-item p[data-v-54d8a8c8]{font-size:1rem;margin:0}.tech-stack-section[data-v-54d8a8c8]{padding:6rem 0;overflow:hidden;background:var(--bg-main);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.tech-stack-content h3[data-v-54d8a8c8]{text-align:center;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:3rem}.marquee-container[data-v-54d8a8c8]{width:100%;overflow:hidden;position:relative;display:flex}.marquee-container[data-v-54d8a8c8]:before,.marquee-container[data-v-54d8a8c8]:after{content:"";position:absolute;top:0;width:15vw;height:100%;z-index:2;pointer-events:none}.marquee-container[data-v-54d8a8c8]:before{left:0;background:linear-gradient(to right,var(--bg-main) 0%,transparent 100%)}.marquee-container[data-v-54d8a8c8]:after{right:0;background:linear-gradient(to left,var(--bg-main) 0%,transparent 100%)}.marquee-track[data-v-54d8a8c8]{display:flex;gap:2rem;width:max-content;animation:scrollMarquee-54d8a8c8 30s linear infinite;padding:0 1rem}@keyframes scrollMarquee-54d8a8c8{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.tech-badge[data-v-54d8a8c8]{background:var(--bg-panel);border:1px solid var(--border-strong);color:var(--text-main);padding:1rem 2.5rem;border-radius:100px;font-family:Outfit,sans-serif;font-weight:600;font-size:1.15rem;white-space:nowrap;transition:all .3s ease}.tech-badge[data-v-54d8a8c8]:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 5px 15px #c2ff051a}.cta-section[data-v-54d8a8c8]{max-width:800px;margin:0 auto;padding:4rem 2rem 8rem;text-align:center}.cta-card[data-v-54d8a8c8]{background:var(--bg-panel);padding:5rem 3rem;border-radius:12px;display:flex;flex-direction:column;align-items:center}.cta-card p[data-v-54d8a8c8]{font-size:1.15rem;margin-bottom:2.5rem}.cta-btn[data-v-54d8a8c8]{padding:1rem 3rem}@media(max-width:900px){.hero-title[data-v-54d8a8c8]{font-size:3.5rem}.value-prop-grid[data-v-54d8a8c8]{grid-template-columns:1fr;padding:3rem 2rem;gap:3rem}.value-prop-stats[data-v-54d8a8c8]{flex-direction:row;gap:1rem}.stat-box[data-v-54d8a8c8]{flex:1;padding:2rem 1rem}.stat-num[data-v-54d8a8c8]{font-size:2.5rem}.testimonial-quote[data-v-54d8a8c8]{font-size:1.5rem}}@media(max-width:768px){.hero-section[data-v-54d8a8c8]{padding:7rem 1.5rem 5rem}.hero-title[data-v-54d8a8c8]{font-size:2.75rem}.hero-actions[data-v-54d8a8c8]{flex-direction:column;gap:1rem;width:100%}.value-prop-stats[data-v-54d8a8c8]{flex-direction:column}.process-timeline[data-v-54d8a8c8]{padding-left:0;margin-left:0}.step-number[data-v-54d8a8c8]{position:relative;left:0;margin-bottom:1rem}.cta-card[data-v-54d8a8c8]{padding:4rem 2rem}}
