@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:#0a0a0f;min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{color:#fff;background:#6366f14d}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ff2;border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.navbar-logo{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.logo-text{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{gap:2rem;display:flex}.navbar-links a{color:#ffffffb3;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar-links a:hover,.navbar-links a.active{color:#fff}.navbar-links a.active:after{content:"";background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.menu-toggle span{background:#fff;width:24px;height:2px;transition:all .3s;display:block}.menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.menu-toggle{display:flex}.navbar-links{opacity:0;background:#0a0a0ffa;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-150%)}.navbar-links.open{opacity:1;transform:translateY(0)}.navbar-links a{border-bottom:1px solid #ffffff1a;padding:.5rem 0}}.footer{background:#0a0a0ffa;border-top:1px solid #ffffff0d;margin-top:auto;padding:4rem 2rem 2rem}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand h3{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.footer-brand p{color:#ffffffb3;margin:0}.footer-description{font-size:.9rem;color:#ffffff80!important;margin-top:1rem!important}.footer-links h4,.footer-contact h4,.footer-social h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.9rem;font-weight:600}.footer-links a,.footer-contact p{color:#fff9;margin-bottom:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover{color:#6366f1}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;max-width:1200px;margin:3rem auto 0;padding-top:2rem}.footer-bottom p{color:#fff6;margin:0;font-size:.85rem}@media (width<=768px){.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}.social-links{justify-content:center}}.home{min-height:100vh}.hero{justify-content:center;align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex}.hero-content{flex:1}.hero-title{flex-direction:column;margin:0 0 1.5rem;font-size:4rem;font-weight:800;line-height:1.1;display:flex}.hero-tagline{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:400}.hero-description{color:#ffffffb3;max-width:500px;margin:0 0 2rem;font-size:1.25rem}.hero-buttons{gap:1rem;display:flex}.hero-visual{flex:1;justify-content:center;display:flex}.code-block{background:#14141ecc;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;padding:1.5rem;font-family:Fira Code,monospace}.code-header{gap:8px;margin-bottom:1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27ca40}.code-content{color:#a5b3ce;margin:0;font-size:.9rem;line-height:1.6}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.btn-outline{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn-outline:hover{border-color:#fff}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.features{background:#0f0f1480;padding:6rem 2rem}.features-container,.products-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin:0 0 3rem;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{text-align:center;background:#1e1e2880;border:1px solid #ffffff0d;border-radius:12px;padding:2rem;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{margin:0 0 .75rem;font-size:1.25rem}.feature-card p{color:#fff9;margin:0}.products-preview{padding:6rem 2rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.product-card{background:#1e1e2880;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem;transition:all .3s}.product-card:hover{border-color:#6366f14d;transform:translateY(-5px)}.product-image{border-bottom:3px solid;border-radius:8px;margin-bottom:1rem;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:150px}.product-card h3{margin:0 0 .25rem;font-size:1.25rem}.product-card p{color:#fff9;margin:0 0 1rem;font-size:.9rem}.product-link{color:#6366f1;font-weight:500;text-decoration:none}.products-cta{text-align:center;margin-top:3rem}.cta{background:linear-gradient(135deg,#6366f11a,#a855f71a);padding:6rem 2rem}.cta-container{text-align:center;max-width:600px;margin:0 auto}.cta h2{margin:0 0 1rem;font-size:2.5rem}.cta p{color:#ffffffb3;margin:0 0 2rem;font-size:1.25rem}@media (width<=1024px){.hero{text-align:center;flex-direction:column}.hero-description{margin:0 auto 2rem}.hero-buttons{justify-content:center}.features-grid,.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.25rem}.features-grid,.products-grid{grid-template-columns:1fr}.section-title,.cta h2{font-size:1.75rem}}.productos-page{min-height:100vh;padding-top:80px}.products-list{padding:4rem 2rem}.products-container{flex-direction:column;gap:3rem;max-width:1000px;margin:0 auto;display:flex}.product-item{background:#1e1e2880;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:60px 1fr 300px 140px;align-items:center;gap:2rem;padding:2rem;transition:all .3s;display:grid}.product-item:hover{border-color:#6366f14d}.product-number{color:#fff3;font-size:2rem;font-weight:700}.product-info h2{margin:0 0 .25rem;font-size:1.75rem}.product-subtitle{color:#fff9;margin:0 0 1rem;font-size:.95rem}.product-description{color:#ffffffb3;margin:0 0 1rem;line-height:1.6}.product-tags{flex-wrap:wrap;gap:.5rem;display:flex}.product-visual img{object-fit:cover;border-bottom:3px solid;border-radius:8px;width:100%;height:180px}.product-action{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.product-action:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.custom-solution{text-align:center;background:#0f0f1480;padding:4rem 2rem}.solution-content h2{margin:0 0 1rem;font-size:2rem}.solution-content p{color:#ffffffb3;margin:0 0 2rem}@media (width<=1024px){.product-item{text-align:center;grid-template-columns:1fr}.product-number{display:none}.product-tags{justify-content:center}.product-visual img{height:200px}}@media (width<=768px){.header-content h1{font-size:2rem}.product-item{padding:1.5rem}.product-info h2{font-size:1.5rem}}.producto-detalle{min-height:100vh;padding-top:80px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found h1{margin-bottom:2rem;font-size:2rem}.detalle-header{background:linear-gradient(135deg,#6366f11a,#a855f71a);padding:4rem 2rem}.detalle-container{max-width:1000px;margin:0 auto}.back-link{color:#fff9;margin-bottom:1rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#fff}.detalle-header h1{margin:0 0 .5rem;font-size:3.5rem;font-weight:700}.detalle-subtitle{color:#fff9;margin:0;font-size:1.25rem}.detalle-content{padding:4rem 2rem}.detalle-main{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.detalle-image img{object-fit:cover;border-bottom:4px solid;border-radius:12px;width:100%;height:300px}.detalle-description h2{margin:0 0 1rem;font-size:1.5rem}.detalle-description p{color:#fffc;margin:0 0 2rem;line-height:1.8}.detalle-tags h3{color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:1rem}.tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#818cf8;background:#6366f133;border-radius:20px;padding:.35rem 1rem;font-size:.85rem;font-weight:500}.detalle-features{background:#1e1e2880;border:1px solid #ffffff0d;border-radius:12px;padding:2rem}.detalle-features h2{margin:0 0 1.5rem;font-size:1.5rem}.features-list{grid-template-columns:1fr 1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.features-list li{color:#fffc;align-items:center;gap:.75rem;display:flex}.feature-check{color:#22c55e;font-weight:700}.detalle-cta{text-align:center;background:linear-gradient(135deg,#6366f11a,#a855f71a);padding:4rem 2rem}.cta-container h2{margin:0 0 .5rem;font-size:2rem}.cta-container p{color:#ffffffb3;margin:0 0 2rem}@media (width<=768px){.detalle-header h1{font-size:2.5rem}.detalle-main,.features-list{grid-template-columns:1fr}}.contacto-page{min-height:100vh;padding-top:80px}.page-header{text-align:center;background:linear-gradient(135deg,#6366f11a,#a855f71a);padding:4rem 2rem}.header-content h1{margin:0 0 1rem;font-size:3rem;font-weight:700}.header-content p{color:#ffffffb3;max-width:500px;margin:0 auto;font-size:1.25rem}.contacto-content{padding:4rem 2rem}.contacto-container{grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.contacto-info h2{margin:0 0 1rem;font-size:2rem}.contacto-info>p{color:#ffffffb3;margin:0 0 2rem;line-height:1.6}.info-item{margin-bottom:1.5rem}.info-item h3{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.85rem}.info-item a,.info-item p{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s}.info-item a:hover{color:#6366f1}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;font-size:.95rem;text-decoration:none;transition:color .2s}.social-links a:hover{color:#6366f1}.contacto-form{background:#1e1e2880;border:1px solid #ffffff0d;border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fffc;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{color:#fff;background:#14141ecc;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#6366f1;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group textarea{resize:vertical;min-height:120px}.success-message{text-align:center;padding:2rem}.success-message h3{margin:0 0 .5rem;font-size:1.5rem}.success-message p{color:#ffffffb3;margin:0 0 2rem}@media (width<=768px){.header-content h1{font-size:2rem}.contacto-container{grid-template-columns:1fr;gap:2rem}.contacto-form{padding:1.5rem}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
