:root{--mylos-primary: oklch(.6 .14 52);--mylos-primary-hover: oklch(.55 .14 52);--mylos-bg: #ffffff;--mylos-surface: #fbfbfd;--mylos-surface-alt: #f4f4f5;--mylos-border: #e5e7eb;--mylos-ink: #111827;--mylos-text-primary: #111827;--mylos-text-secondary: #4b5563;--mylos-text-tertiary: #6b7280;--mylos-success: #16a34a;--mylos-font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mylos-radius-pill: 980px;--mylos-ease: cubic-bezier(.4, 0, .2, 1);--mylos-dur-fast: .18s;--mylos-max-width: 1140px}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}html{scroll-behavior:smooth}html,body{background:var(--mylos-bg)}body{font-family:var(--mylos-font-sans);color:var(--mylos-ink);line-height:1.6;letter-spacing:-.015em;overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a{text-decoration:none;color:inherit}.hero-screen{min-height:100vh;padding-top:80px;display:flex;flex-direction:column;position:relative;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--mylos-font-sans);font-weight:700;border-radius:4px;border:1.5px solid transparent;cursor:pointer;letter-spacing:-.01em;white-space:nowrap;transition:background var(--mylos-dur-fast) var(--mylos-ease),color var(--mylos-dur-fast) var(--mylos-ease),border-color var(--mylos-dur-fast) var(--mylos-ease)}.btn-sm{height:42px;padding:0 1.15rem;font-size:.95rem}.btn-large{height:56px;padding:0 1.7rem;font-size:1.05rem}.btn-primary{background:var(--mylos-primary);color:#fff;border-color:var(--mylos-primary)}.btn-primary:hover{background:var(--mylos-primary-hover);border-color:var(--mylos-primary-hover)}.btn-secondary{background:var(--mylos-bg);color:var(--mylos-ink);border-color:var(--mylos-ink)}.btn-secondary:hover{background:var(--mylos-ink);color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:80px;padding:0 80px;display:flex;align-items:center;justify-content:space-between;background:var(--mylos-bg);border-bottom:1px solid var(--mylos-border);transition:background .35s ease,border-color .35s ease,transform .4s cubic-bezier(.22,1,.36,1),opacity .4s ease}.navbar.scrolled{background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom-color:#e5e7eb}.navbar.nav-hidden{transform:translateY(-110%);opacity:0;pointer-events:none}.nav-logo{display:flex;align-items:center}.nav-logo img{height:30px;width:auto}.nav-links{display:flex;gap:2rem;margin-left:3rem;margin-right:auto}.nav-links a{font-size:.96rem;font-weight:600;color:var(--mylos-ink);letter-spacing:-.01em;position:relative;transition:color var(--mylos-dur-fast) var(--mylos-ease)}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1.5px;background:#bd682d;transition:width .25s cubic-bezier(.22,1,.36,1)}.nav-links a.active:after{width:100%}.nav-links a:hover{color:var(--mylos-text-secondary)}.nav-actions{display:flex;align-items:center;gap:1.3rem}.nav-login{display:inline-flex;align-items:center;height:42px;padding:0 1.15rem;font-size:.96rem;font-weight:700;color:var(--mylos-ink);letter-spacing:-.01em;border:1.5px solid var(--mylos-ink);border-radius:4px;cursor:pointer;transition:background var(--mylos-dur-fast) var(--mylos-ease),color var(--mylos-dur-fast) var(--mylos-ease)}.nav-login:hover{background:var(--mylos-ink);color:#fff}.nav-burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px}.nav-burger span{width:22px;height:2.5px;background:var(--mylos-ink);transition:transform .22s ease,opacity .22s ease}.nav-burger.burger-open span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}.nav-burger.burger-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-burger.burger-open span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.nav-drawer{display:none}body.drawer-open{overflow:hidden}.hero{flex:1;display:grid;grid-template-columns:2fr 3fr;gap:48px;padding:0 60px;align-items:center}.hero-content{max-width:660px;container-type:inline-size}.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:var(--mylos-ink);border:1.5px solid var(--mylos-ink);border-radius:6px;padding:.42rem 1rem;font-size:.82rem;font-weight:900;letter-spacing:-.005em;color:#fff;margin-bottom:1.5rem}.hero-badge-dot{width:7px;height:7px;background:#fff}.hero-title{font-size:clamp(2.4rem,9.2cqw,4.2rem);font-weight:900;letter-spacing:-.035em;line-height:.98;margin-bottom:1.5rem}.hero-line{display:block;white-space:nowrap}.hero-accent{color:#bd682d}.hero-subtitle{color:var(--mylos-text-secondary);font-weight:500;line-height:1.5;font-size:1.16rem;margin-bottom:2rem;max-width:37em}.hero-actions{display:flex;gap:.85rem}.hero-microcopy{display:flex;align-items:center;gap:.55rem;color:var(--mylos-text-secondary);font-weight:600;letter-spacing:-.005em;font-size:.95rem;margin-top:1rem}.hero-microcopy i{color:#c4c6c9;font-style:normal}.hero-signature{font-weight:800;letter-spacing:-.02em;color:var(--mylos-ink);font-size:1.05rem;margin-top:2.2rem;padding-top:1.6rem;padding-right:3rem;border-top:1px solid var(--mylos-border);width:max-content}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-stage{width:100%}.dash-frame{width:100%;border:1.5px solid var(--mylos-ink);border-radius:12px;overflow:hidden;display:block}.dash-img{display:block;width:100%;height:auto}@media(max-width:1024px){.navbar{padding:0 40px}.nav-links{gap:1.5rem;margin-left:2rem}.hero{padding:0 40px;gap:40px;grid-template-columns:1fr .92fr}.hero-content{max-width:520px}.hero-subtitle{font-size:1.05rem;margin-bottom:1.6rem}}@media(max-width:768px){.hero-screen{padding-top:56px;min-height:auto}.navbar{height:56px;padding:0 20px}.nav-links,.nav-login{display:none}.nav-burger{display:flex}.nav-links a.active{color:var(--mylos-primary)}.nav-links a.active:after{display:none}.nav-drawer{display:flex;position:fixed;top:0;left:0;width:100%;height:100dvh;background:#fff;z-index:9999;flex-direction:column;visibility:hidden;opacity:0;transform:translateY(-10px);pointer-events:none;transition:visibility 0s linear .22s,opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.nav-drawer--open{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition:visibility 0s linear 0s,opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.nav-drawer-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.nav-drawer-close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px}.nav-drawer-links{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-content:flex-start}.nav-drawer-links a{flex-shrink:0;padding:16px 20px;border-bottom:1px solid #f0f0f0;font-size:1rem;font-weight:600;color:#000;display:block}.nav-drawer-links a.active{color:#bd682d}.nav-drawer-footer{background:#fff;border-top:1px solid #e5e5e5;padding:16px 20px;display:flex;gap:12px;flex-shrink:0}.nav-drawer-login{flex:1;display:inline-flex;align-items:center;justify-content:center;height:44px;border:1.5px solid #111827;border-radius:4px;font-size:.96rem;font-weight:700;color:#111827}.nav-drawer-cta{flex:1;display:inline-flex;align-items:center;justify-content:center;height:44px;background:#bd682d;border-radius:4px;font-size:.96rem;font-weight:700;color:#fff}.anim-fade-up,.anim-scale-up{opacity:1!important;transform:none!important;transition:none!important}.nav-logo img{height:26px}.hero{display:flex;flex-direction:column;align-items:stretch;padding:48px 24px 3rem;gap:0}.hero-content{max-width:none}.hero-badge{margin-bottom:1.05rem;font-size:.78rem}.hero-title{font-size:2.7rem;margin-bottom:1rem}.hero-line{white-space:normal}.hero-subtitle{font-size:1rem;margin-bottom:1.4rem;max-width:none}.hero-actions{flex-direction:column;gap:.6rem}.hero-actions .btn-large{width:100%;height:52px}.hero-microcopy{font-size:.86rem;margin-top:.9rem;justify-content:center}.hero-signature{font-size:.98rem;margin-top:1.15rem;padding:0;border-top:none;width:auto;text-align:center}.hero-visual{margin-top:1.8rem}}@media(max-width:420px){.hero-title{font-size:2.4rem}}.showcase{background:var(--mylos-surface-alt);border-top:1px solid var(--mylos-border);border-bottom:1px solid var(--mylos-border);padding:6rem 0 5rem}.showcase-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:center;gap:3rem}.showcase-header{text-align:center;max-width:620px}.showcase-eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary);margin-bottom:1.25rem}.showcase-title{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:900;letter-spacing:-.04em;line-height:.98;color:var(--mylos-ink)}.showcase-tabs{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.stab{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.35rem;border-radius:6px;border:1px solid #000000;background:transparent;color:#000;font-family:var(--mylos-font-sans);font-size:.95rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease;-webkit-font-smoothing:antialiased}.stab-active{background:#bd682d;color:#fff;border-color:#bd682d}.stab:not(.stab-active):hover{background:var(--mylos-surface-alt)}.showcase-module-desc{font-size:1rem;font-weight:500;color:var(--mylos-text-secondary);text-align:center;max-width:520px;line-height:1.5;min-height:2.4em;transition:opacity .16s ease}.laptop-wrap{width:100%;filter:drop-shadow(0 28px 56px rgba(0,0,0,.22))}.showcase-frame-mobile{display:none}.laptop-screen{background:#111;border-radius:10px 10px 0 0;outline:1.5px solid #3a3a3a;overflow:hidden}.laptop-chrome{background:#1c1c1c;padding:10px 14px;display:flex;align-items:center;gap:6px}.lc-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0}.lc-dot:nth-child(1){background:#ff5f57}.lc-dot:nth-child(2){background:#febc2e}.lc-dot:nth-child(3){background:#28c840}.laptop-base{height:20px;background:linear-gradient(180deg,#d0d0d0,#b4b4b4);border-radius:0 0 3px 3px;border-top:1px solid #ddd;position:relative}.laptop-base:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:14%;height:5px;background:#a8a8a8;border-radius:3px 3px 0 0}.showcase-frame{width:100%;display:grid}.showcase-img{grid-area:1 / 1;display:block;width:100%;height:auto;opacity:0;transform:translateY(8px);transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);border:none;border-radius:0}.showcase-img--active{opacity:1;transform:translateY(0)}.showcase-features{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.showcase-feature{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:0 32px 0 0;border-right:1px solid #e5e5e5}.showcase-feature:last-child{border-right:none;padding-right:0}.sf-icon{font-size:24px;line-height:1;margin-bottom:8px;color:#000}.sf-text{display:flex;flex-direction:column;gap:0}.sf-title{font-size:15px;font-weight:600;color:#000}.sf-desc{font-size:14px;font-weight:400;color:#666;margin-top:6px;line-height:1.4}@media(max-width:1024px){.showcase-container{padding:0 40px}}@media(max-width:768px){.showcase{padding:4rem 0 3.5rem}.showcase-container{padding:0 24px;gap:2rem}.laptop-wrap{display:none}.showcase-frame-mobile{display:grid;max-width:280px;margin:0 auto;border-radius:24px;border:1px solid #e5e5e5;overflow:hidden;aspect-ratio:786 / 2640}.showcase-frame-mobile .showcase-img{height:100%;object-fit:cover;object-position:top}.showcase-features{grid-template-columns:1fr 1fr;gap:24px}.showcase-feature{border-right:none;padding-right:0}}.marquee-section{background:var(--mylos-bg);border-top:1px solid var(--mylos-border);border-bottom:1px solid var(--mylos-border);padding:3rem 0}.marquee-label{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mylos-text-tertiary);margin-bottom:2rem}.marquee-track-wrapper{position:relative;overflow:hidden}.marquee-track-wrapper:before,.marquee-track-wrapper:after{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2;pointer-events:none}.marquee-track-wrapper:before{left:0;background:linear-gradient(to right,var(--mylos-bg),transparent)}.marquee-track-wrapper:after{right:0;background:linear-gradient(to left,var(--mylos-bg),transparent)}.marquee-track{display:flex;align-items:center;gap:5rem;padding:.5rem 5rem;width:max-content;animation:marquee-scroll 44s linear infinite}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo{height:44px;width:auto;flex-shrink:0;opacity:.5;-webkit-user-select:none;user-select:none;transition:opacity .22s ease}.brand-logo:hover{opacity:1}.brand-logo--lg{height:68px}.brand-logo--sm{height:30px}.brand-logo--invert{filter:invert(1)}@media(max-width:768px){.marquee-section{padding:2rem 0}.marquee-label{margin-bottom:1.5rem}.brand-logo{height:32px}.brand-logo--lg{height:50px}.brand-logo--sm{height:22px}.marquee-track{gap:3.5rem}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}.evo-section{background:#fff;border-top:1px solid var(--mylos-border);border-bottom:1px solid var(--mylos-border);padding:6rem 0}.evo-container{max-width:960px;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:start}.evo-copy{position:sticky;top:5rem}.evo-eyebrow{display:block;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#bd682d;margin-bottom:1.5rem}.evo-title{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--mylos-ink);margin-bottom:1.25rem}.evo-subtitle{font-size:1rem;font-weight:500;color:var(--mylos-text-tertiary);line-height:1.6;max-width:26em}.evo-entries{display:flex;flex-direction:column}.evo-entry{display:grid;grid-template-columns:5rem 1fr;gap:0 1.75rem;padding:1.6rem 0;align-items:baseline}.evo-entry:first-child{padding-top:0}.evo-date{font-size:.82rem;font-weight:700;color:#bd682d;letter-spacing:.01em;white-space:nowrap;padding-top:.1rem}.evo-text{font-size:1.02rem;font-weight:500;color:var(--mylos-ink);line-height:1.5;letter-spacing:-.01em}.evo-aside{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--mylos-border);font-size:.88rem;font-weight:500;color:#c4c6c9;letter-spacing:-.01em;font-style:italic}@media(max-width:768px){.evo-section{padding:4rem 0}.evo-container{grid-template-columns:1fr;gap:2.5rem;padding:0 24px}.evo-copy{position:static}.evo-entry{grid-template-columns:4rem 1fr;gap:0 1.25rem}.evo-title{font-size:1.5rem}}.simplicity-section{background:#fff;padding:8rem 0 7rem}.simplicity-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:center;gap:3.5rem}.simplicity-header{text-align:center;max-width:620px;display:flex;flex-direction:column;align-items:center;gap:0}.simplicity-eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#bd682d;margin-bottom:1.25rem}.simplicity-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;letter-spacing:-.04em;line-height:.98;color:#000;text-align:center;margin-bottom:1.25rem}.simplicity-lead{font-size:1.05rem;font-weight:400;color:#374151;line-height:1.6;text-align:center;margin-bottom:2rem;max-width:44em}.simplicity-steps{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.sim-step{padding:0 2rem 3rem;border-right:1px solid #e5e7eb;position:relative;overflow:hidden;cursor:default;transition:opacity .4s ease}.sim-step:first-child{padding-left:0}.sim-step:last-child{padding-right:0;border-right:none}.sim-progress{position:absolute;bottom:0;left:0;height:2px;width:0;background:#bd682d;border-radius:0 2px 2px 0}@keyframes sim-fill{0%{width:0%}to{width:100%}}.sim-step.active .sim-progress{animation:sim-fill 3s linear forwards}.sim-num-wrap{position:relative;display:block;height:3.4rem;margin-bottom:1.25rem;overflow:hidden}.sim-num,.sim-check{position:absolute;top:0;left:0;font-size:3rem;font-weight:900;letter-spacing:-.05em;line-height:1;transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1),color .3s ease}.sim-num{color:#ccc;opacity:1;transform:translateY(0)}.sim-check{color:#bd682d;opacity:0;transform:translateY(28px)}.sim-step.active .sim-num{opacity:0;transform:translateY(-28px)}.sim-step.active .sim-check{opacity:1;transform:translateY(0)}.sim-title{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.45rem;color:#bbb;transition:color .4s ease}.sim-desc{font-size:.88rem;font-weight:400;line-height:1.5;color:#ccc;transition:color .4s ease}.sim-step.active .sim-title{color:#000}.sim-step.active .sim-desc{color:#4b5563}@media(prefers-reduced-motion:reduce){.sim-num{display:none}.sim-check{opacity:1!important;transform:none!important;color:#bd682d}.sim-title{color:#000!important}.sim-desc{color:#4b5563!important}.sim-progress{width:100%!important;animation:none!important}}.simplicity-tagline{font-size:clamp(1.3rem,2vw,1.7rem);font-weight:900;letter-spacing:-.03em;color:#000;text-align:center;width:100%}@media(max-width:1024px){.simplicity-container{padding:0 40px}}@media(max-width:768px){.simplicity-section{padding:4rem 0}.simplicity-container{padding:0 24px;gap:2rem}.simplicity-section .simplicity-title{font-size:2rem!important}.simplicity-title--desktop{display:none}.simplicity-title--mobile{display:block!important}.simplicity-steps{display:flex;flex-direction:column;gap:0}.sim-step{display:flex;align-items:flex-start;column-gap:12px;padding:16px 0;border-right:none;border-bottom:1px solid #e5e5e5;overflow:visible}.sim-step:last-child{border-bottom:none}.sim-step:first-child{padding-left:0}.sim-step:last-child{padding-right:0;border-right:none}.sim-step:nth-child(2n),.sim-step:nth-child(odd){padding:16px 0;border-right:none}.sim-step:nth-last-child(2):nth-child(odd){border-right:none}.sim-num-wrap{flex-shrink:0;width:2rem;height:2rem;margin-bottom:0;overflow:hidden}.sim-num,.sim-check{font-size:1.4rem}.sim-content{flex:1;min-width:0;display:flex;flex-direction:column}.sim-title{font-size:.95rem;font-weight:400;color:#ccc;margin-bottom:0;align-self:flex-start;letter-spacing:0;transition:color .2s ease}.sim-step.active .sim-title{font-weight:600;color:#000}.sim-desc{max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);padding-top:0;font-size:14px;color:#555;transition:max-height .3s ease .15s,padding-top .3s ease .15s,opacity .15s ease,transform .15s ease}.sim-step.active .sim-desc{max-height:80px;opacity:1;transform:translateY(0);padding-top:6px;transition:max-height .3s ease,padding-top .3s ease,opacity .3s ease,transform .3s ease}.sim-progress{display:none}.simplicity-tagline{font-size:1.1rem}}.chaos-section{background:#000;padding:7rem 0 8rem}.chaos-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.chaos-eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary);margin-bottom:1.5rem}.chaos-title{font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#fff;margin-bottom:1rem}.chaos-typing-wrap,.chaos-cursor{display:none}.chaos-logo-rotator{display:block;margin-bottom:1.5rem}.chaos-brand-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 18px 8px 12px;border-radius:10px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;letter-spacing:-.02em;white-space:nowrap;color:#fff;opacity:0;transition:opacity .35s ease}.chaos-brand-pill svg{width:1.4em;height:1.4em;flex-shrink:0}.chaos-brand-pill--excel{background:#1d6f42}.chaos-brand-pill--whatsapp{background:#075e54}.chaos-brand-pill--arca{background:#003087}.chaos-brand-pill--tiendanube{background:#7b3fe4}.chaos-brand-pill--cuaderno{background:#374151}.chaos-body{font-size:1.05rem;font-weight:500;color:#9ca3af;line-height:1.6;max-width:28em;margin-bottom:2.5rem}.chaos-resolution{padding-top:1.5rem;border-top:1px solid #374151}.chaos-resolution p{font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.35}.chaos-feed{display:flex;flex-direction:column;gap:.65rem}.chaos-notif{display:flex;align-items:flex-start;gap:1rem;background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1.1rem 1.4rem;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.chaos-section.visible .chaos-notif{opacity:1;transform:translateY(0)}.chaos-section.visible .cn-1{transition-delay:.08s}.chaos-section.visible .cn-2{transition-delay:.2s}.chaos-section.visible .cn-3{transition-delay:.32s}.chaos-section.visible .cn-4{transition-delay:.44s}.chaos-section.visible .cn-5{transition-delay:.56s}.cn-dot{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.cn-dot .ti{font-size:1.1rem}.cn-dot--warning,.cn-dot--success,.cn-dot--danger{color:#fff}.cn-content{display:flex;flex-direction:column;gap:.2rem}.cn-content strong{font-size:.9rem;font-weight:700;color:#f9fafb;letter-spacing:-.01em}.cn-content span{font-size:.83rem;font-weight:500;color:#6b7280;line-height:1.4}@media(max-width:1024px){.chaos-container{padding:0 40px;gap:3rem}}@media(max-width:768px){.chaos-section{padding:4rem 0}.chaos-container{grid-template-columns:1fr;padding:0 24px;gap:2.5rem}.chaos-carousel{width:100%;overflow:hidden}.chaos-feed{flex-direction:row;gap:16px;transition:transform .3s ease;will-change:transform}.chaos-notif{flex:0 0 88%;width:88%;min-width:0;border-right:1px solid rgba(255,255,255,.1)}.chaos-dots{display:flex!important;justify-content:center;align-items:center;gap:8px;padding-top:1.25rem}.chaos-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s ease}.chaos-dot--active{background:#bd682d}}.dif-section{background:var(--mylos-surface-alt);border-top:1px solid var(--mylos-border);padding:7rem 0}.dif-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 1.1fr;gap:6rem;align-items:start}.dif-copy{position:sticky;top:8rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.dif-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary)}.dif-title{font-size:clamp(2rem,3.2vw,2.9rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--mylos-ink)}.dif-subtitle{font-size:1.05rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.6;max-width:30em}.dif-items{display:flex;flex-direction:column}.dif-item{padding:2.25rem 0;border-bottom:1px solid var(--mylos-border)}.dif-item:last-child{border-bottom:none}.dif-item-title{font-size:1.15rem;font-weight:800;color:var(--mylos-ink);letter-spacing:-.02em;margin-bottom:.5rem}.dif-item-desc{font-size:1rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.6}@media(max-width:1024px){.dif-container{padding:0 40px;gap:4rem}}@media(max-width:768px){.dif-section{padding:4.5rem 0}.dif-container{grid-template-columns:1fr;padding:0 24px;gap:2.5rem}.dif-copy{position:static}.dif-title{font-size:2rem}.dif-copy .btn{width:100%;justify-content:center}.dif-items{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.dif-item{display:flex;flex-direction:column;padding:14px 12px;background:#fff;border:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-radius:6px}.dif-item:last-child{border-bottom:1px solid #e5e5e5}.dif-item-title{font-size:14px;font-weight:600;color:#000;letter-spacing:0;margin-bottom:0;line-height:1.3}.dif-item-desc{font-size:13px;font-weight:400;color:#666;margin-top:6px;line-height:1.5}}.feat-section{background:var(--mylos-bg);border-top:1px solid var(--mylos-border);padding:7rem 0}.feat-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.feat-header{position:sticky;top:8rem;display:flex;flex-direction:column;gap:1.25rem}.feat-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary)}.feat-title{font-size:clamp(2rem,3.2vw,2.9rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--mylos-ink)}.feat-subtitle{font-size:1.05rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.6}.feat-cards{display:flex;flex-direction:column;gap:1.5rem}.feat-card{border:1.5px solid var(--mylos-border);border-radius:8px;padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.feat-card--arca,.feat-card--tiendanube{background:var(--mylos-surface-alt);border-color:var(--mylos-border)}.feat-card-badge{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary);align-self:flex-start;padding:0;border:none;background:none}.feat-card-badge--tn{color:var(--mylos-primary)}.feat-card-title{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:900;letter-spacing:-.035em;line-height:1.1;color:var(--mylos-ink)}.feat-card-body{font-size:1rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.6}.feat-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;padding-top:.5rem;border-top:1px solid var(--mylos-border)}.feat-list li{display:flex;align-items:center;gap:.65rem;font-size:.95rem;font-weight:600;color:var(--mylos-ink)}.feat-list .ti-check{font-size:.95rem;color:#000;flex-shrink:0}.feat-check--tn{color:#000!important}@media(max-width:1024px){.feat-container{padding:0 40px;gap:4rem}}@media(max-width:768px){.feat-section{padding:4.5rem 0}.feat-container{grid-template-columns:1fr;padding:0 24px;gap:2.5rem}.feat-header{position:static}.feat-card-title{font-size:1.5rem}.feat-carousel{width:100%;overflow:hidden}.feat-cards{flex-direction:row;gap:16px;transition:transform .3s ease;will-change:transform}.feat-card{flex:0 0 88%;width:88%;min-width:0;padding:24px 20px;border:none;border-right:1px solid #e5e5e5;background:#f8f9fa}.feat-dots{display:flex!important;justify-content:center;align-items:center;gap:8px;padding-top:1.5rem}.feat-dot{width:8px;height:8px;border-radius:50%;background:#d0d0d0;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s ease}.feat-dot--active{background:#bd682d}}.pricing-section{background:var(--mylos-surface-alt);border-top:1px solid var(--mylos-border);padding:7rem 0}.pricing-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:center;gap:3.5rem}.pricing-header{text-align:center;max-width:560px}.pricing-eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary);margin-bottom:1rem}.pricing-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;letter-spacing:-.04em;line-height:.98;color:var(--mylos-ink);margin-bottom:1rem}.pricing-subtitle{font-size:1.05rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.55}.pricing-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:start}.pricing-card{background:var(--mylos-bg);border:1.5px solid var(--mylos-border);border-radius:8px;padding:2.25rem 2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative}.pricing-card--popular{border:2px solid var(--mylos-ink)}.pc-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#000;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.1em;padding:.3rem 1rem;border-radius:4px;white-space:nowrap}.pc-header{display:flex;flex-direction:column;gap:.5rem}.pc-name{font-size:1.25rem;font-weight:800;color:var(--mylos-ink);letter-spacing:-.02em}.pc-price{font-size:2.2rem;font-weight:900;letter-spacing:-.04em;color:var(--mylos-ink);line-height:1}.pc-price span{font-size:1rem;font-weight:500;color:var(--mylos-text-secondary);letter-spacing:0}.pc-desc{font-size:.88rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.45}.pc-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;flex:1}.pc-features li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;color:var(--mylos-ink)}.pc-features .ti-check{font-size:.9rem;color:#000;flex-shrink:0}.pc-limits{font-size:.8rem;font-weight:500;color:var(--mylos-text-tertiary);line-height:1.55;padding-top:1rem;border-top:1px solid var(--mylos-border)}.pc-overage{font-size:.8rem;font-weight:500;color:var(--mylos-text-tertiary);margin-top:.5rem}.pricing-overage-note{font-size:.82rem;font-weight:500;color:var(--mylos-text-tertiary);text-align:center;margin-bottom:1rem}.pricing-note{font-size:.88rem;font-weight:500;color:var(--mylos-text-tertiary);text-align:center}.pricing-dots,.feat-dots,.chaos-dots{display:none}.addons-block{width:100%;border-top:1px solid var(--mylos-border);padding-top:3rem;display:flex;flex-direction:column;gap:2rem}.section-label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary);margin-bottom:1rem}.addons-header{text-align:center}.addons-title{font-size:1.5rem;font-weight:900;letter-spacing:-.03em;color:var(--mylos-ink);margin-bottom:.4rem}.addons-subtitle{font-size:.95rem;font-weight:500;color:var(--mylos-text-secondary)}.addons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1.5px solid var(--mylos-border);border-radius:8px;overflow:hidden;background:var(--mylos-bg)}.addon-row{display:flex;justify-content:space-between;align-items:center;padding:.95rem 1.4rem;border-bottom:1px solid var(--mylos-border);gap:1rem;font-size:.9rem}.addon-row:nth-last-child(-n+2){border-bottom:none}.addon-row span:first-child{font-weight:600;color:var(--mylos-ink)}.addon-row em{font-style:normal;font-weight:500;color:var(--mylos-text-tertiary);font-size:.82rem;margin-left:.25rem}.addon-row span:last-child{font-weight:700;color:var(--mylos-ink);white-space:nowrap;flex-shrink:0}.addons-note{text-align:center;font-size:.82rem;font-weight:500;color:var(--mylos-text-tertiary);font-style:italic}@media(max-width:1024px){.pricing-container{padding:0 40px}}@media(max-width:900px){.addons-grid{grid-template-columns:1fr}.pricing-section{overflow:hidden}.pricing-container{padding-left:0;padding-right:0;overflow:visible}.pricing-header,.pricing-overage-note,.pricing-note,.addons-block{padding-left:24px;padding-right:24px;box-sizing:border-box;width:100%}.pricing-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:.5rem 24px 1.5rem;max-width:none;width:100%;align-items:start;scrollbar-width:none;-ms-overflow-style:none}.pricing-grid::-webkit-scrollbar{display:none}.pricing-card{flex-shrink:0;width:min(300px,calc(100vw - 64px));min-width:0;scroll-snap-align:start;overflow:hidden}.pc-popular-badge{position:static;transform:none;left:auto;top:auto;display:inline-block;align-self:flex-start;margin-bottom:-.5rem}.pricing-card--popular{padding-top:1.25rem}}@media(max-width:768px){.pricing-section{padding:3.5rem 0}.pricing-container{gap:2rem}.pricing-carousel{width:100%;overflow:hidden}.pricing-grid{overflow:visible;scroll-snap-type:none;-webkit-overflow-scrolling:auto;padding:0;margin-left:6vw;gap:16px;transition:transform .3s ease;will-change:transform}.pricing-card{flex:0 0 88%;width:88%;min-width:0;overflow:hidden;scroll-snap-align:none;border-right:1px solid #e5e5e5}.pricing-card--popular{border:2px solid var(--mylos-ink);padding-top:0}.pricing-card--popular .pc-popular-badge{display:block;align-self:stretch;width:auto;margin:0 -2rem 1.25rem;padding:.55rem 2rem;border-radius:0;text-align:center;position:static;transform:none;left:auto;top:auto}.pricing-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:1.5rem}.pricing-dot{width:8px;height:8px;border-radius:50%;background:#d0d0d0;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s ease}.pricing-dot--active{background:#bd682d}.addons-grid{grid-template-columns:1fr 1fr;gap:12px;border:none;border-radius:0;overflow:visible;background:transparent;align-items:stretch}.addon-row{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:14px 12px;background:#fff;border:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-radius:6px;gap:2px;font-size:14px}.addon-row:nth-last-child(-n+2){border-bottom:1px solid #e5e5e5}.addon-row span:first-child{font-size:14px;font-weight:600;color:#000}.addon-row em{display:block;font-size:12px;color:#666;margin-left:0;margin-top:2px}.addon-row span:last-child{font-size:15px;font-weight:700;color:#000;margin-top:auto;padding-top:8px;white-space:nowrap}}.onboard-section{background:#fff;border-top:1px solid var(--mylos-border);border-bottom:1px solid var(--mylos-border);padding:7rem 0 6rem}.onboard-container{max-width:960px;margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:center}.onboard-header{text-align:center;max-width:600px;margin-bottom:5rem}.onboard-eyebrow{display:block;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#bd682d;margin-bottom:1.5rem}.onboard-title{font-size:clamp(2.8rem,6vw,4.2rem);font-weight:900;letter-spacing:-.05em;line-height:.96;color:#000;margin-bottom:1.25rem}.onboard-subtitle{font-size:1.05rem;font-weight:500;color:var(--mylos-text-tertiary);line-height:1.6}.onboard-steps{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:4rem}.onboard-step{padding:0 2.5rem 0 0}.onboard-step:first-child{padding-left:0}.onboard-step:last-child{padding-right:0;padding-left:2.5rem}.onboard-step:nth-child(2){padding-left:2.5rem}.onboard-num{display:block;font-size:5rem;font-weight:900;letter-spacing:-.06em;line-height:1;color:#e5e7eb;margin-bottom:1.5rem}.onboard-step-title{font-size:1.1rem;font-weight:800;color:var(--mylos-ink);letter-spacing:-.02em;margin-bottom:.6rem;line-height:1.25}.onboard-step-desc{font-size:.92rem;font-weight:500;color:var(--mylos-text-tertiary);line-height:1.6}.onboard-cta-block{display:flex;flex-direction:column;align-items:center;gap:1.1rem}.onboard-btn{display:inline-flex;align-items:center;gap:.65rem;background:#bd682d;color:#fff;font-family:var(--mylos-font-sans);font-size:1.05rem;font-weight:700;letter-spacing:-.01em;padding:0 2rem;height:56px;border-radius:4px;border:none;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .15s ease}.onboard-btn:hover{background:#af5504}.onboard-btn svg{width:20px;height:20px;flex-shrink:0}.onboard-microcopy{font-size:.88rem;font-weight:600;color:#9ca3af;letter-spacing:-.01em}.onboard-microcopy i{color:#d1d5db;font-style:normal;margin:0 .4rem}@media(max-width:768px){.onboard-section{padding:5rem 0 4.5rem}.onboard-container{padding:0 24px}.onboard-header{margin-bottom:3.5rem}.onboard-title{font-size:2.25rem}.onboard-steps{grid-template-columns:1fr;gap:0;margin-bottom:2rem}.onboard-step{padding:1rem 0!important}.onboard-step:last-child{padding-bottom:0!important}.onboard-num{font-size:3.5rem;margin-bottom:.5rem}}.faq-section{background:var(--mylos-bg);border-top:1px solid var(--mylos-border);padding:7rem 0}.faq-container{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px;display:flex;flex-direction:column;gap:4rem}.faq-header{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.faq-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mylos-primary)}.faq-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--mylos-ink)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 5rem}.faq-item{padding:2rem 0;border-bottom:1px solid var(--mylos-border)}.faq-item:nth-last-child(-n+2){border-bottom:none}.faq-item .faq-q{display:block;font-size:1.05rem;font-weight:800;color:var(--mylos-ink);letter-spacing:-.01em;margin-bottom:.6rem;line-height:1.35}.faq-item p{font-size:.98rem;font-weight:500;color:var(--mylos-text-secondary);line-height:1.6}.faq-trigger{background:none;border:none;padding:0;text-align:left;cursor:default;width:100%;display:block;font-family:inherit;color:inherit}.faq-icon,.faq-title--mobile,.simplicity-title--mobile{display:none}@media(max-width:1024px){.faq-container{padding:0 40px}}@media(max-width:768px){.faq-section{padding:4.5rem 0}.faq-container{padding:0 24px;gap:2.5rem}.faq-grid{grid-template-columns:1fr;gap:0}.faq-title{font-size:2rem}.faq-title--desktop{display:none}.faq-title--mobile{display:block}.faq-item{padding:0;border-bottom:1px solid #e5e5e5}.faq-item:last-child{border-bottom:none}.faq-trigger{display:flex;justify-content:space-between;align-items:center;padding:18px 0;gap:12px;cursor:pointer;width:100%}.faq-item .faq-q{font-size:16px;font-weight:600;color:#000;margin-bottom:0;letter-spacing:0;text-align:left}.faq-icon{display:block;flex-shrink:0;transition:transform .25s ease}.faq-trigger[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-panel{max-height:0;overflow:hidden;transition:max-height .25s ease,padding-bottom .25s ease;padding-bottom:0}.faq-panel[aria-hidden=false]{max-height:500px;padding-bottom:16px}.faq-panel p{font-size:15px;font-weight:400;color:#444;line-height:1.6;padding-top:4px}}.cta-section{background:#000;padding:8rem 0}.cta-container{max-width:720px;margin:0 auto;padding:0 60px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.cta-title{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;letter-spacing:-.04em;line-height:1;color:#fff}.cta-subtitle{font-size:1.1rem;font-weight:500;color:#fff9;line-height:1.6;max-width:38em}.cta-actions{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.cta-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}.cta-btn-ghost:hover{background:#ffffff14;border-color:#fff9;color:#fff}.cta-microcopy{font-size:.88rem;font-weight:500;color:#ffffff59;letter-spacing:.01em}@media(max-width:768px){.cta-section{padding:5rem 0}.cta-container{padding:0 24px}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{width:100%;justify-content:center}}.site-footer{background:var(--mylos-bg);border-top:1px solid var(--mylos-border);padding:4rem 0 3rem}.footer-inner{max-width:var(--mylos-max-width);margin:0 auto;padding:0 60px}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--mylos-border)}.footer-logo img{display:block}.footer-links{display:flex;gap:2.5rem;flex-wrap:wrap}.footer-links a{font-size:.95rem;font-weight:600;color:var(--mylos-text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--mylos-ink)}.footer-socials{display:flex;gap:1.25rem;align-items:center}.footer-copy{font-size:.88rem;font-weight:500;color:var(--mylos-text-tertiary);text-align:center}@media(max-width:1024px){.footer-inner{padding:0 40px}}@media(max-width:768px){.site-footer{padding:3rem 0 2rem}.footer-inner{padding:0 24px}.footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem}.footer-links{gap:1.25rem}}.anim-fade-up{opacity:0;transform:translateY(28px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:var(--anim-delay, 0ms)}.anim-scale-up{opacity:0;transform:translateY(18px) scale(.97);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--anim-delay, 0ms)}.anim-fade-up.visible,.anim-scale-up.visible{opacity:1;transform:none}@media(hover:hover)and (pointer:fine){.marquee-track-wrapper:hover .marquee-track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.anim-fade-up,.anim-scale-up{opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:768px){.chaos-title{margin-bottom:0}.showcase,.simplicity-section,.chaos-section,.evo-section,.dif-section,.feat-section,.onboard-section,.faq-section,.cta-section{padding:3rem 0}.marquee-section{padding:1.5rem 0}}.footer-social-icon{color:var(--mylos-text-secondary);opacity:.65;transition:color .2s ease,opacity .2s ease,transform .2s ease;display:flex;align-items:center}.footer-social-icon svg{width:22px;height:22px}.footer-social-icon:hover{color:var(--mylos-ink);opacity:1;transform:translateY(-2px)}.whatsapp-bubble{position:fixed;bottom:2rem;right:2rem;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #25d3664d;z-index:1000;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;text-decoration:none}.whatsapp-bubble:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 30px #25d36666}.whatsapp-bubble svg{width:34px;height:34px}@media(max-width:768px){.whatsapp-bubble{width:48px;height:48px;bottom:20px;right:16px}.whatsapp-bubble svg{width:26px;height:26px}}
