.navbar{z-index:50;background:0 0;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{height:70px}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{letter-spacing:-.05em;align-items:center;font-size:1.5rem;text-decoration:none;display:flex}.desktop-nav{align-items:center;gap:2rem;display:none}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link:after{content:"";background:var(--gradient-primary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-cta{padding:.6rem 1.2rem;font-size:.9rem}.mobile-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}.mobile-menu{border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:80px;left:1rem;right:1rem}.navbar.scrolled .mobile-menu{top:70px}.mobile-link{color:var(--text-primary);border-bottom:1px solid var(--border-light);padding:.75rem 0;font-size:1.1rem;font-weight:500;text-decoration:none}.mobile-link:last-child{border-bottom:none}@media (width>=768px){.desktop-nav{display:flex}.mobile-toggle,.mobile-menu{display:none}}.lang-toggle{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;letter-spacing:.05em;background:#ffffff12;border-radius:9999px;align-items:center;gap:.35rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;transition:background .2s,color .2s;display:flex}.lang-toggle:hover{color:var(--text-primary);background:#ffffff26}.mobile-actions{align-items:center;gap:.75rem;display:flex}@media (width>=768px){.mobile-lang-toggle{display:none}}.footer{border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:none;border-left:none;border-right:none;margin-top:4rem;padding:4rem 0 2rem}.footer-container{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:350px}.footer-logo{letter-spacing:-.05em;margin-bottom:1rem;font-size:1.5rem;text-decoration:none;display:inline-block}.footer-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.footer-socials{gap:1rem;display:flex}.social-icon{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow);transform:translateY(-3px)}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.link-group h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem}.link-group a{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.link-group a:hover{color:var(--text-primary)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-light);padding-top:2rem;font-size:.9rem}@media (width>=768px){.footer-container{grid-template-columns:1fr 2fr}.footer-links{grid-template-columns:repeat(3,1fr)}}.layout-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;padding-top:80px;display:flex}.landing-page{flex-direction:column;gap:6rem;display:flex}.hero-section{text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#8b5cf626 0%,#3b82f60d 40%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex}.badge{color:var(--accent-blue);letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem)}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:1rem;font-size:clamp(1.1rem,2vw,1.25rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{text-align:left;flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.feature-icon{background:var(--gradient-primary);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.5rem;display:flex}.feature-card h3{font-size:1.25rem}.feature-card p{color:var(--text-secondary);font-size:.95rem}.section-header{margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-subtitle{color:var(--text-secondary);font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;display:grid}.product-card{flex-direction:column;height:100%;display:flex;overflow:hidden}.product-image{border-bottom:1px solid var(--border-light);background-position:50%;background-size:cover;width:100%;height:240px}.product-image-wrap{border-bottom:1px solid var(--border-light);width:100%;height:240px;position:relative;overflow:hidden}.product-image-img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.product-card:hover .product-image-img{transform:scale(1.04)}.metrics-section{margin-top:-2rem}.erp-bg{background:url(/assets/erp-capture-BShinIKG.png) top/cover}.vennue-bg{background:url(/assets/vennue-capture-DosPfBtC.png) top/cover}.product-content{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem;display:flex}.product-title-group{justify-content:space-between;align-items:center;display:flex}.product-title-group h3{font-size:1.5rem}.product-badge{letter-spacing:.05em;text-transform:uppercase;background:#ffffff1a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem}.product-content p{color:var(--text-secondary);flex:1;font-size:1rem}.cta-section{padding:2rem 0 6rem}.cta-box{text-align:center;background:radial-gradient(circle,#8b5cf61a 0%,#ffffff05 100%);padding:4rem 2rem 5rem;position:relative;overflow:visible}.cta-title{margin-bottom:1rem;font-size:2.5rem}.cta-box p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.product-page{flex-direction:column;gap:5rem;padding-bottom:4rem;display:flex}.product-hero{align-items:center;min-height:60vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.product-hero:before{content:"";filter:blur(80px);z-index:-1;border-radius:50%;width:80%;height:80%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.erp-hero:before{background:radial-gradient(circle,#3b82f626 0%,#0000 70%)}.vennue-hero:before{background:radial-gradient(circle,#8b5cf626 0%,#d946ef0d 70%)}.hero-container{flex-direction:column;align-items:center;max-width:900px;display:flex}.mb-12{margin-bottom:3rem}.bento-grid{auto-rows:minmax(280px, auto);grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.bento-item{flex-direction:column;justify-content:center;gap:1.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.span-2{grid-column:span 2}.bento-icon{background:var(--gradient-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.bento-item h3{font-size:1.4rem}.bento-item p{color:var(--text-secondary);font-size:1.05rem}.bento-image{border:1px solid var(--border-light);background-position:50%;background-size:cover;padding:0}.erp-bento-bg{background:url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80) 50%/cover}.vennue-bento-bg{background:url(https://images.unsplash.com/photo-1501281668745-f7f57925c3b4?auto=format&fit=crop&q=80) 50%/cover}.bento-overlay{background:linear-gradient(#0003 0%,#000000f2 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.bento-overlay h3{color:#fff;margin-bottom:.5rem}.bento-overlay p{color:#fffc}@media (width<=900px){.bento-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}}.screenshot-trio{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.screenshot-item{border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.screenshot-item img{aspect-ratio:16/10;object-fit:cover;object-position:top;border-bottom:1px solid var(--border-light);width:100%;display:block}.screenshot-caption{padding:1.5rem}.screenshot-caption h4{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.screenshot-caption p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.module-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.module-card{flex-direction:column;gap:1rem;padding:2rem;display:flex}.module-card h3{font-size:1.1rem;font-weight:700}.module-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.product-features .section-subtitle{color:var(--text-secondary);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.05rem}.demo-cta{padding-bottom:2rem}.cta-box{text-align:center;border-radius:var(--radius-lg);background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);padding:4rem 3rem 6rem;position:relative;overflow:visible}.cta-box h2{margin-bottom:1rem;font-size:2rem}.cta-box p{color:var(--text-secondary);margin-bottom:1.5rem}@media (width<=900px){.screenshot-trio{grid-template-columns:1fr}.module-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.module-grid{grid-template-columns:1fr}}.company-page{flex-direction:column;gap:4rem;padding:6rem 0 4rem;display:flex}.company-hero{max-width:800px;margin:0 auto}.company-hero .hero-subtitle{color:var(--text-secondary);margin-top:1.5rem;font-size:1.15rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.value-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;display:flex}.text-blue{color:var(--accent-blue)}.text-purple{color:var(--accent-purple)}.text-cyan{color:var(--accent-cyan)}.value-card p{color:var(--text-secondary)}.story-section{flex-direction:column;margin-bottom:4rem;padding:0;display:flex;overflow:hidden}.story-content{flex:1;padding:4rem}.story-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.story-image{background:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80) 50%/cover;flex:1;min-height:300px}@media (width>=900px){.story-section{flex-direction:row}.story-image{width:40%}}.contact-container{grid-template-columns:1fr;gap:2rem;max-width:1000px;display:grid}.contact-info{flex-direction:column;gap:1rem;padding:3rem;display:flex}.contact-info h2{font-size:2rem}.info-item{align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.info-icon{width:50px;height:50px;color:var(--accent-blue);background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-item h4{margin-bottom:.25rem;font-size:1.1rem}.info-item p{color:var(--text-secondary)}.contact-form-wrapper{padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.95rem;font-weight:500}.form-control{border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-primary);background:#0000004d;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-control:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 2px #3b82f633}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}@media (width>=768px){.contact-container{grid-template-columns:2fr 3fr}}:root{--font-base:"Outfit", sans-serif;--bg-color:#030305;--bg-surface:#0a0a0f;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-cyan:#06b6d4;--gradient-primary:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));--gradient-glow:linear-gradient(135deg, #3b82f626, #8b5cf626);--border-light:#ffffff14;--shadow-glass:0 8px 32px 0 #0000005e;--shadow-glow:0 0 20px #8b5cf64d;--spacing-base:1rem;--radius-md:12px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-base);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}::selection{background:var(--accent-purple);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#8b5cf659;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8b5cf68c}:focus-visible{outline:2px solid var(--accent-purple);outline-offset:3px;border-radius:6px}a,button{-webkit-tap-highlight-color:transparent}.skip-link{z-index:1000;background:var(--gradient-primary);color:#fff;border-radius:9999px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:top .25s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.1}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff1a;box-shadow:0 10px 40px #0006}.glass-nav{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#03030599}.hover-lift{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s,border-color .3s}.hover-lift:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 15px 35px #0006}.btn{cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 15px #8b5cf640}.btn-primary:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 0 25px #8b5cf680}.btn-secondary{color:#fff;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08}.btn-secondary:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.w-full{width:100%}.flex{display:flex}.justify-center{justify-content:center}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}}@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}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.btn-vennue{background:linear-gradient(135deg,#8b5cf6,#d946ef)!important;box-shadow:0 4px 15px #d946ef47!important}.btn-vennue:hover{box-shadow:0 0 28px #d946ef8c!important}.metrics-strip{border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.25rem 2rem;display:grid}.metric-item{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.metric-value{letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1}.metric-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}@media (width<=820px){.metrics-strip{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (prefers-color-scheme:light){:root{--bg-color:#f8fafc;--bg-surface:#fff;--text-primary:#0f172a;--text-secondary:#475569;--border-light:#00000014;--shadow-glass:0 8px 32px 0 #00000014;--shadow-glow:0 0 20px #8b5cf626}.glass-panel{background:#ffffffd9;border:1px solid #c8c8c880;box-shadow:0 10px 40px #0000001a}.glass-nav{background:#f8fafcd9;border-bottom:1px solid #0000000d}.btn-secondary{color:var(--text-primary);background:#00000008;border-color:#0003}.btn-secondary:hover{color:var(--text-primary);background:#0000000d;border-color:#0000004d}.bento-icon,.feature-icon{color:#fff!important}}
