*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a202c;transition:background-color .3s ease,color .3s ease}[data-theme=light]{color-scheme:light;color:#1a202c;background-color:#f7fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:#1a202c;color:#fff;transition:background-color .3s ease,color .3s ease}[data-theme=light] .landing-page{background:#f7fafc;color:#1a202c}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:border-color .3s ease}[data-theme=light] .header{border-bottom:1px solid rgba(26,32,44,.1)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{height:32px;width:auto}.theme-toggle{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.theme-toggle:hover{background:#ffffff26;transform:scale(1.05)}[data-theme=light] .theme-toggle{background:#1a202c1a;border-color:#1a202c33;color:#1a202c}[data-theme=light] .theme-toggle:hover{background:#1a202c26}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 0;min-height:70vh;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-vector-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(70,95,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(70,95,255,.1) 0%,transparent 50%),linear-gradient(135deg,rgba(70,95,255,.05) 0%,transparent 100%);background-size:100% 100%,100% 100%,100% 100%;animation:vectorPulse 8s ease-in-out infinite;transition:background-image .3s ease}[data-theme=light] .hero-vector-bg{background-image:radial-gradient(circle at 20% 50%,rgba(70,95,255,.25) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(70,95,255,.2) 0%,transparent 50%),linear-gradient(135deg,rgba(70,95,255,.1) 0%,transparent 100%)}@keyframes vectorPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.hero-background-overlay{position:absolute;inset:0;background:#1a202cb3;z-index:1;transition:background-color .3s ease}[data-theme=light] .hero-background-overlay{background:#f7fafcb3}.hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1px}.typewriter-text{color:#465fff;display:inline-block;min-height:1.2em;position:relative}.cursor{display:inline-block;margin-left:2px;color:#465fff;animation:blink 1s infinite;font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.highlight{color:#465fff}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#fffc;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;transition:color .3s ease}[data-theme=light] .hero-subtitle{color:#1a202cb3}.cta-button{background:#465fff;color:#fff;border:none;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #465fff4d;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #465fff66;background:#5a6fff}[data-theme=light] .cta-button{box-shadow:0 4px 15px #465fff66}[data-theme=light] .cta-button:hover{box-shadow:0 6px 20px #465fff80}.cta-button:active{transform:translateY(0)}.system-preview{padding:5rem 0;background:#ffffff03;position:relative;overflow:hidden;transition:background-color .3s ease}[data-theme=light] .system-preview{background:#1a202c05}.preview-phone-wrapper{position:absolute;top:55%;right:5%;transform:translateY(-50%);z-index:0;pointer-events:none}.preview-phone{width:400px;height:auto;opacity:.7;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}.preview-inventario-wrapper{position:absolute;top:50%;left:5%;transform:translateY(-50%);z-index:0;pointer-events:none}.preview-inventario{width:450px;height:auto;opacity:.6;animation:floatReverse 7s ease-in-out infinite;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5));transform:perspective(1200px) rotateY(12deg)}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-20px) translate(10px) rotate(2deg)}50%{transform:translateY(-10px) translate(-5px) rotate(-1deg)}75%{transform:translateY(-15px) translate(5px) rotate(1deg)}}@keyframes floatReverse{0%,to{transform:perspective(1200px) rotateY(12deg) translateY(0) translate(0) rotate(0)}25%{transform:perspective(1200px) rotateY(12deg) translateY(-15px) translate(-8px) rotate(-2deg)}50%{transform:perspective(1200px) rotateY(12deg) translateY(-8px) translate(5px) rotate(1deg)}75%{transform:perspective(1200px) rotateY(12deg) translateY(-12px) translate(-3px) rotate(-1deg)}}.preview-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:1rem;color:#fff;position:relative;z-index:1;transition:color .3s ease}[data-theme=light] .preview-title{color:#1a202c}.preview-subtitle{text-align:center;color:#ffffffb3;font-size:1.1rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1;transition:color .3s ease}[data-theme=light] .preview-subtitle{color:#1a202cb3}.timeline{position:relative;max-width:1000px;margin:0 auto 0 0;padding:2rem 0;display:flex;flex-direction:column;align-items:flex-start;z-index:1}.timeline-item{position:relative;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .6s ease;width:100%;display:flex;justify-content:center}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-content{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;justify-content:flex-start;width:100%;max-width:1200px;position:relative}.timeline-content-wrapper{display:flex;flex-direction:column;gap:2rem;flex:1}.timeline-icon-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.timeline-icon{width:50px;height:50px;border-radius:50%;background:#465fff1a;border:2px solid #465FFF;display:flex;align-items:center;justify-content:center;color:#465fff;position:relative;z-index:2;transition:all .3s ease}.timeline-item.visible .timeline-icon{background:#465fff33;box-shadow:0 0 15px #465fff66}.timeline-line{width:2px;height:calc(100% + 4rem);background:linear-gradient(180deg,#465fff,#465fff33);position:absolute;top:50px;z-index:1}.timeline-card{display:flex;flex-direction:column;gap:1rem;transition:all .3s ease;background:#ffffff05;border-radius:12px;padding:2rem;width:100%}[data-theme=light] .timeline-card{background:#1a202c08}.timeline-image-wrapper{flex-shrink:0;width:100%;max-width:100%;border-radius:8px;overflow:hidden;position:relative;transform-style:preserve-3d;transition:transform .4s ease;box-shadow:0 20px 40px #0000004d;z-index:1}.timeline-item.image-right .timeline-image-wrapper:not(.phone-image):not(.clientes-image){transform:perspective(1200px) rotateY(-12deg);box-shadow:-20px 10px 40px #0000004d}.timeline-image-wrapper.phone-image{box-shadow:none!important;border-radius:0;overflow:visible;background:transparent;animation:phoneFloatWrapper 6s ease-in-out infinite;width:300px;max-width:300px;margin:0 auto}.timeline-image.phone-animated{filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}@keyframes phoneFloatWrapper{0%,to{transform:perspective(1200px) rotateY(-12deg) translateY(0) translate(0)}25%{transform:perspective(1200px) rotateY(-12deg) translateY(-15px) translate(10px)}50%{transform:perspective(1200px) rotateY(-12deg) translateY(-10px) translate(-5px)}75%{transform:perspective(1200px) rotateY(-12deg) translateY(-12px) translate(8px)}}.timeline-item:not(.image-right) .timeline-image-wrapper:not(.inventario-image){transform:perspective(1200px) rotateY(12deg);box-shadow:20px 10px 40px #0000004d}.timeline-image-wrapper.inventario-image{box-shadow:none!important;border-radius:0;overflow:visible;background:transparent;width:900px;max-width:900px;animation:inventarioFloat 6s ease-in-out infinite}@keyframes inventarioFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.timeline-image-wrapper.clientes-image{box-shadow:none!important;border-radius:0;overflow:visible;background:transparent;animation:clientesFloat 7s ease-in-out infinite}@keyframes clientesFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.timeline-image{width:100%;height:auto;display:block;object-fit:cover}.timeline-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#465fff0d;border:2px dashed rgba(70,95,255,.2);color:#ffffff80;font-size:1rem;font-weight:500}.timeline-placeholder.hidden{display:none}.timeline-text{width:100%}.timeline-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}[data-theme=light] .timeline-title{color:#1a202c}.timeline-description{font-size:.95rem;line-height:1.7;color:#ffffffa6;transition:color .3s ease}[data-theme=light] .timeline-description{color:#1a202cb3}.features{padding:4rem 0;background:#ffffff05;transition:background-color .3s ease}[data-theme=light] .features{background:#1a202c05}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:2rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#465fff4d}.feature-icon{margin-bottom:1.5rem;color:#465fff;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.feature-card:hover .feature-icon{color:#5a6fff;transform:scale(1.1)}.feature-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff;transition:color .3s ease}[data-theme=light] .feature-card h3{color:#1a202c}.feature-card p{color:#ffffffb3;font-size:.95rem;transition:color .3s ease}[data-theme=light] .feature-card p{color:#1a202cb3}.footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem;transition:border-color .3s ease,color .3s ease}[data-theme=light] .footer{border-top:1px solid rgba(26,32,44,.1);color:#1a202c99}@media(max-width:768px){.container{padding:0 1.5rem}.hero{padding:2rem 0;min-height:60vh}.preview-phone-wrapper{right:0;top:50%;transform:translateY(0)}.preview-phone{width:300px;opacity:.2}.preview-inventario-wrapper{top:10%;left:0;transform:translateY(0)}.preview-inventario{width:280px;opacity:.3}.timeline{align-items:center}.timeline-content{max-width:100%;justify-content:center}.hero-title{font-size:2rem;margin-bottom:1.5rem}.typewriter-text{display:block;margin-top:.5rem}.cta-button{padding:1rem 2rem;font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.system-preview{padding:3rem 0}.timeline-content{flex-direction:column;gap:2rem}.timeline-icon-wrapper{flex-direction:row;width:100%;justify-content:flex-start}.timeline-line{width:calc(100% - 50px);height:2px;top:50%;left:50px;transform:translateY(-50%);background:linear-gradient(90deg,#465fff,#465fff33)}.timeline-content-wrapper{display:flex;flex-direction:column;gap:2rem}.timeline-card{position:relative;margin-left:0;max-width:100%;padding:1.5rem;top:auto;left:auto;right:auto;width:100%;order:1}.timeline-image-wrapper{width:100%;max-width:100%;transform:perspective(800px) rotateY(5deg)!important;order:999}.timeline-image-wrapper.inventario-image{width:100%;max-width:100%}.timeline-item.image-right .timeline-image-wrapper{transform:perspective(800px) rotateY(-5deg)!important}.timeline-title{font-size:1.3rem}.timeline-description{font-size:.9rem}.header{padding:1.5rem 0}.logo{height:28px}}
