.landing-page{--bg:#fff;--bg-subtle:#fafafa;--border:#e8e8ec;--border-hover:#d0d0d6;--text:#111;--text-secondary:#555;--text-muted:#999;--primary:#6a48bf;--primary-hover:#7c5bd0;--primary-soft:rgba(106,72,191,.08);--radius:14px;--radius-btn:10px;--max-w:72rem;--font:var(--font-sans,"Sora",system-ui,-apple-system,sans-serif);--section-py:4rem;--section-px:1.5rem;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}@media(min-width:768px){.landing-page{--section-py:5rem;--section-px:2.5rem}}.lp-hero{padding:clamp(6.5rem,9vw,8rem) var(--section-px) clamp(3rem,6vw,5rem);background:#fff;overflow:hidden;position:relative}.lp-hero:before{display:none}.lp-hero__grid{max-width:96rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start;position:relative;z-index:1}@media(min-width:900px){.lp-hero__grid{grid-template-columns:1fr minmax(0,36rem);gap:clamp(6rem,11vw,11rem)}}.lp-hero__inner{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;max-width:50rem;margin:0 auto}.lp-hero__title{font-size:clamp(2.5rem,4.5vw,3.75rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--text);margin:0 0 1.75rem;text-wrap:balance}.lp-hero__accent{color:var(--primary)}.lp-hero__rot-slot{position:relative;display:inline-block;white-space:nowrap;vertical-align:baseline;transition:width .45s cubic-bezier(.22,1,.36,1)}.lp-hero__rot-measure{position:absolute;left:0;top:0;visibility:hidden;pointer-events:none;white-space:nowrap}.lp-hero__rot{display:inline-block;white-space:nowrap;color:var(--primary);animation:lp-hero-rot .45s ease both}@keyframes lp-hero-rot{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.lp-hero__rot{animation:none}.lp-hero__rot-slot{transition:none}}.lp-hero__rotating-wrapper{display:block;width:max-content;margin:0 auto;overflow:hidden;white-space:nowrap}.lp-hero__title br{display:inline}.lp-hero__eyebrow{font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:700;letter-spacing:-.01em;line-height:1.3;color:var(--primary);margin:0 0 1.15rem;text-transform:none;text-wrap:balance}.lp-hero__micro{font-size:.8125rem;color:var(--text-muted);margin:1rem 0 0;font-weight:500}.lp-hero__rotating-word{display:inline-block;white-space:nowrap;color:var(--primary);font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1)}.lp-hero__rotating-word--enter{transform:translateY(0);opacity:1}.lp-hero__rotating-word--exit{transform:translateY(100%);opacity:0}.lp-hero__subtitle{font-size:clamp(1.0625rem,1.5vw,1.25rem);color:var(--text-secondary);line-height:1.55;max-width:34rem;margin:0 auto 1.25rem;font-weight:400;text-wrap:pretty}.lp-hero__subtitle:last-of-type{margin-bottom:2rem}.lp-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lp-hero__btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:100px;font-size:1rem;font-weight:700;letter-spacing:-.005em;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}@media(min-width:768px){.lp-hero__btn{padding:16px 28px;font-size:1rem}}.lp-hero__btn--primary{background:var(--primary);color:#fff;box-shadow:0 1px #fff3 inset,0 8px 20px #6a48bf52,0 16px 40px -12px #6a48bf66}.lp-hero__btn--primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 1px #fff3 inset,0 12px 28px #6a48bf66,0 20px 48px -12px #6a48bf80}.lp-hero__btn--primary svg{transition:transform .2s ease}.lp-hero__btn--primary:hover svg{transform:translate(3px)}.lp-hero__btn--secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.lp-hero__btn--secondary:hover{border-color:var(--border-hover);color:var(--text)}.lp-hero__perspective{max-width:64rem;margin:clamp(2.5rem,5vw,4rem) auto 0;perspective:1800px}.lp-hero__sim-wrap{position:relative;width:100%;z-index:2;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #ececf0;box-shadow:0 1px 2px #140e320d,0 24px 56px -12px #140e3224,0 48px 96px -32px #6a48bf24;transform-origin:center top;transform:rotateX(62deg);will-change:transform}@media(prefers-reduced-motion:reduce){.lp-hero__sim-wrap{transform:none}}.lp-hero__sim-img{display:block;width:100%;height:auto}.lp-hero__sim-media{position:relative;width:100%;aspect-ratio:1600/912;background:#f4f5f7}.lp-hero__sim-media>img,.lp-hero__sim-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.lp-hero__bar{display:flex;align-items:center;gap:clamp(.6rem,1.2vw,1rem);padding:.6rem .85rem;background:#f4f4f6;border-bottom:1px solid #ececf0}.lp-hero__dots{display:inline-flex;gap:.45rem;flex-shrink:0}.lp-hero__dot{width:.72rem;height:.72rem;border-radius:50%}.lp-hero__dot--r{background:#ff5f57}.lp-hero__dot--y{background:#febc2e}.lp-hero__dot--g{background:#28c840}.lp-hero__url{flex:1;min-width:0;display:inline-flex;align-items:center;gap:.4rem;padding:.34rem .85rem;background:#fff;border:1px solid #e6e6ec;border-radius:999px;font-size:clamp(.72rem,1vw,.82rem);color:#6b6b78}.lp-hero__url svg{width:.72rem;height:.72rem;flex-shrink:0;color:#9a9aa8}.lp-hero__url span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-hero__media{position:relative;width:100%}.lp-hero__media>img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:6/7;object-position:center 15%}.lp-hero__phone{position:absolute;left:50%;transform:translate(-50%);bottom:0;z-index:3;width:min(99%,28rem);border-radius:1.25rem 1.25rem 0 0;overflow:hidden;box-shadow:0 -4px 44px -8px #140e3266}.lp-hero__scr{background:#eef0f4;border-radius:1.25rem 1.25rem 0 0;overflow:hidden;font-family:var(--font);padding:.75rem .75rem .9rem}.lp-hero__card{position:relative;border-radius:.95rem;padding:.8rem .9rem .2rem;background:radial-gradient(130% 150% at 100% 0,#28304c 0,#161a2b 62%);color:#fff;overflow:hidden}.lp-hero__card-lbl{display:block;font-size:.55rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9aa2bd}.lp-hero__card-num{display:block;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-top:.12rem}.lp-hero__card-tr{display:inline-flex;align-items:center;gap:.22rem;font-size:.58rem;font-weight:700;color:#4ade80;margin-top:.15rem}.lp-hero__card-tr svg{width:.72rem;height:.72rem}.lp-hero__spark{display:block;width:100%;height:2.7rem;margin-top:.35rem}.lp-hero__spark-line{stroke-linecap:round;stroke-linejoin:round}.lp-hero__tiles{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.55rem}.lp-hero__tile{background:#fff;border:1px solid #e6e6ec;border-radius:.75rem;padding:.6rem .65rem}.lp-hero__tile-ic{display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:.55rem;color:#fff;margin-bottom:.4rem}.lp-hero__tile-ic svg{width:.9rem;height:.9rem}.lp-hero__tile-ic--v{background:linear-gradient(135deg,#7c5bd0,#6a48bf)}.lp-hero__tile-ic--c{background:linear-gradient(135deg,#22c55e,#16a34a)}.lp-hero__tile-lbl{display:block;font-size:.5rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9a9aa8}.lp-hero__tile-val{display:block;font-size:.85rem;font-weight:800;color:#14121c;letter-spacing:-.01em;margin-top:.1rem}@media(max-width:767px){.lp-hero__perspective{display:none}.lp-hero__actions{width:100%}.lp-hero__btn{width:100%;justify-content:center}}.lp-hero__vctrl{position:absolute;bottom:.9rem;z-index:3;width:2.5rem;height:2.5rem;display:grid;place-items:center;border:none;border-radius:50%;background:#140e328c;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease}.lp-hero__vctrl:hover{background:#140e32d1;transform:translateY(-2px)}.lp-hero__vctrl{right:.9rem}.lp-hero__vctrl--expand{right:3.7rem}.lp-hero__halo{position:absolute;inset:-14% -10%;background:radial-gradient(ellipse 65% 50% at 50% 42%,rgba(106,72,191,.14) 0%,rgba(106,72,191,.05) 40%,transparent 72%);filter:blur(48px);pointer-events:none;z-index:0;border-radius:50%}.lp-sim__scale{width:1100px;transform-origin:top left}.lp-sim{position:relative;z-index:1;background:#fff;border:1px solid #d4d4d8;border-radius:12px;overflow:hidden;font-family:var(--font);font-size:11px;color:var(--text);box-shadow:0 1px 3px #0000000f,0 12px 40px #00000014;aspect-ratio:16/9.5}.lp-sim__chrome{display:flex;align-items:center;gap:12px;padding:8px 14px;background:#f4f4f5;border-bottom:1px solid #e4e4e7}.lp-sim__dots{display:flex;gap:6px}.lp-sim__dots span{width:10px;height:10px;border-radius:50%}.lp-sim__dots span:nth-child(1){background:#ff5f57}.lp-sim__dots span:nth-child(2){background:#febc2e}.lp-sim__dots span:nth-child(3){background:#28c840}.lp-sim__url{display:flex;align-items:center;gap:5px;background:#e4e4e7;border-radius:6px;padding:3px 10px;flex:1;max-width:240px}.lp-sim__url span{font-size:10px;color:#71717a;font-weight:500}.lp-sim__body{display:flex;height:calc(100% - 34px)}.lp-sim__sidebar{width:190px;background:#fafafa;border-right:1px solid #f0f0f0;display:none;flex-direction:column;padding:12px 8px;flex-shrink:0;overflow:hidden}@media(min-width:768px){.lp-sim__sidebar{display:flex}}.lp-sim__logo{padding:4px 8px 14px}.lp-sim__logo-img{height:20px;width:auto}.lp-sim__nav{display:flex;flex-direction:column;gap:1px;flex:1}.lp-sim__ni{display:flex;align-items:center;gap:9px;padding:6px 10px;border-radius:8px;font-size:10.5px;font-weight:500;color:#71717a;cursor:default}.lp-sim__ni--on{background:var(--primary-soft);color:var(--primary);font-weight:600}.lp-sim__ni-ic{width:15px;height:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-sim__ni-ic svg,.lp-sim__ni-svg{width:15px;height:15px}.lp-sim__ni-ch{margin-left:auto;width:10px;height:10px;color:#aaa;display:flex;align-items:center}.lp-sim__ni-ch svg{width:10px;height:10px}.lp-sim__grp{font-size:8px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.06em;padding:10px 10px 4px;margin-top:4px}.lp-sim__sf{margin-top:auto;border-top:1px solid #ececec;padding-top:8px}.lp-sim__tb{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #f0f0f0;height:40px;flex-shrink:0}.lp-sim__tb-t{font-size:12px;font-weight:600;color:var(--text)}.lp-sim__tb-r{display:flex;align-items:center;gap:6px}.lp-sim__tb-btn{width:26px;height:26px;border-radius:6px;background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:#999}.lp-sim__tb-btn svg{width:13px;height:13px}.lp-sim__tb-u{display:flex;align-items:center;gap:5px;padding:3px 8px 3px 3px;border:1px solid #e4e4e7;border-radius:100px}.lp-sim__tb-av{width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700}.lp-sim__tb-nm{font-size:10px;font-weight:500;color:var(--text);display:none}@media(min-width:768px){.lp-sim__tb-nm{display:block}}.lp-sim__main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}.lp-sim__ct{flex:1;padding:12px 14px;overflow:hidden}@media(min-width:768px){.lp-sim__ct{padding:14px 18px}}.lp-sim__gr{display:flex;align-items:center;gap:8px;margin-bottom:12px}.lp-sim__gr-e{font-size:15px;display:inline-block;animation:sim-wave 2.5s ease-in-out infinite;transform-origin:70% 70%}@keyframes sim-wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%,to{transform:rotate(0)}}.lp-sim__gr-h{font-size:12px;font-weight:600;color:var(--text)}.lp-sim__gr-s{font-size:9px;color:#888;margin-top:1px}.lp-sim__gr-r{margin-left:auto;display:flex;align-items:center;gap:6px}.lp-sim__gr-sel{font-size:9px;color:#888;background:#f4f4f5;padding:3px 8px;border-radius:6px}.lp-sim__rv{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;margin-bottom:10px;color:#fff}.lp-sim__rv-l{display:flex;flex-direction:column;gap:2px}.lp-sim__rv-lb{font-size:9px;color:#ffffff80;font-weight:500}.lp-sim__rv-v{font-size:18px;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums}@media(min-width:768px){.lp-sim__rv-v{font-size:22px}}.lp-sim__rv-tr{display:flex;align-items:center;gap:4px;font-size:9px;color:#34d399;font-weight:600}.lp-sim__rv-ch{width:40%;max-width:200px;height:50px}.lp-sim__svg{width:100%;height:100%}.lp-sim__kp{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:10px}@media(max-width:640px){.lp-sim__kp{grid-template-columns:repeat(2,1fr)}}.lp-sim__ki{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px}.lp-sim__ki-d{width:26px;height:26px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-sim__ki-d svg{width:14px;height:14px}.lp-sim__ki-l{font-size:8px;color:#888;font-weight:500}.lp-sim__ki-v{font-size:12px;font-weight:700;color:var(--text);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.lp-sim__ki-s{font-size:7px;color:#aaa}.lp-sim__cg{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}@media(max-width:768px){.lp-sim__cg{grid-template-columns:1fr}}.lp-sim__cc{padding:10px;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px}.lp-sim__ch{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.lp-sim__ch span:first-child{font-size:10px;font-weight:700;color:var(--text)}.lp-sim__cs{font-size:8px;color:#aaa}.lp-sim__cl{font-size:8px;color:var(--primary);font-weight:600;cursor:default}.lp-sim__cb{height:70px;display:flex;align-items:center;justify-content:center}.lp-sim__svg-pie{width:65px;height:65px}.lp-sim__lg{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.lp-sim__lg span{font-size:7px;color:#666;display:flex;align-items:center;gap:3px}.lp-sim__lg i{width:7px;height:7px;border-radius:2px;display:inline-block}.lp-sim__bt{display:grid;grid-template-columns:1fr 1fr;gap:7px}@media(max-width:768px){.lp-sim__bt{grid-template-columns:1fr}}.lp-sim__vl{display:flex;flex-direction:column}.lp-sim__vr{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #f5f5f5}.lp-sim__vr div{display:flex;flex-direction:column;gap:1px}.lp-sim__vd{font-size:9px;font-weight:600;color:var(--primary)}.lp-sim__vc{font-size:8px;color:#888}.lp-sim__vt{font-size:9px;font-weight:600;color:var(--text);text-align:right}.lp-sim__vh{font-size:7px;color:#aaa;text-align:right}.lp-sim__rl{display:flex;flex-direction:column}.lp-sim__rr{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #f5f5f5;font-size:9px;color:#666}.lp-sim__rv2{font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.lp-hero__wave-divider,.lp-hero__illustration,.lp-hero__description-highlight,.lp-hero__mesh,.lp-hero__blob,.lp-hero__blob--1,.lp-hero__blob--2,.lp-hero__blob--3,.lp-hero__blob--4,.lp-hero__blob--5{display:none}@media(prefers-reduced-motion:reduce){.lp-hero__rotating-word,.lp-hero__btn{transition:none}}.lp-hero__trust{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.375rem;margin:1.125rem 0 0;padding:0}.lp-hero__trust li{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--text-muted);font-weight:500}.lp-hero__trust svg{color:var(--primary);flex-shrink:0}.lp-diagnosis{padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem);background:var(--bg, #ffffff)}.lp-diagnosis__container{max-width:52rem;margin:0 auto}.lp-diagnosis__header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.lp-diagnosis__header{margin-bottom:3.5rem}}.lp-diagnosis__tag{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--primary, #6a48bf);margin-bottom:.75rem}.lp-diagnosis__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--text, #1a1a2e);letter-spacing:-.02em;margin:0 0 1rem;line-height:1.1}.lp-diagnosis__subtitle{font-size:1.0625rem;color:var(--text-secondary, rgba(26, 26, 46, .6));max-width:34rem;margin:0 auto;line-height:1.7}@media(min-width:768px){.lp-diagnosis__subtitle{font-size:1.125rem}}.lp-diagnosis__card{background:var(--bg, #ffffff);border:1px solid var(--border, rgba(106, 72, 191, .1));border-radius:24px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000d,0 24px 60px #6a48bf14}.lp-diagnosis__table-head{display:grid;grid-template-columns:1fr auto 1.5rem auto;gap:.75rem;align-items:center;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--border, rgba(106, 72, 191, .1))}@media(min-width:768px){.lp-diagnosis__table-head{grid-template-columns:1fr 7.5rem 1.5rem 7.5rem;padding:1.25rem 2.5rem .75rem;gap:1rem}}.lp-diagnosis__col-label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-align:center}.lp-diagnosis__col-label--before{color:var(--text-muted, rgba(26, 26, 46, .4))}.lp-diagnosis__col-label--after{color:var(--primary, #6a48bf)}.lp-diagnosis__row{display:grid;grid-template-columns:1fr auto 1.5rem auto;gap:.75rem;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s ease}.lp-diagnosis__row:last-child{border-bottom:none}.lp-diagnosis__row:hover{background:#6a48bf05}@media(min-width:768px){.lp-diagnosis__row{grid-template-columns:1fr 7.5rem 1.5rem 7.5rem;padding:1.125rem 2.5rem;gap:1rem}}.lp-diagnosis__row-label{font-size:.9375rem;font-weight:500;color:var(--text, #1a1a2e)}.lp-diagnosis__row-before{font-size:.875rem;font-weight:500;color:var(--text-muted, rgba(26, 26, 46, .4));text-align:center;text-decoration:line-through;text-decoration-color:#ef444466}.lp-diagnosis__arrow{color:var(--text-muted, rgba(26, 26, 46, .25));flex-shrink:0}.lp-diagnosis__row-after{font-size:.875rem;font-weight:600;color:var(--text, #1a1a2e);text-align:center}.lp-diagnosis__row-after--accent{color:var(--primary, #6a48bf)}.lp-diagnosis__cta{text-align:center;margin-top:3rem}@media(min-width:768px){.lp-diagnosis__cta{margin-top:3.5rem}}.lp-diagnosis__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--primary, #6a48bf);color:#fff;font-size:.9375rem;font-weight:600;border-radius:var(--radius-btn, 14px);border:none;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .2s ease}.lp-diagnosis__btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-1px)}.lp-diagnosis__btn svg{transition:transform .2s ease}.lp-diagnosis__btn:hover svg{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.lp-diagnosis__row,.lp-diagnosis__btn{transition:none}}.lp-clarity{padding:3rem 1rem;background-color:#fdfdfd;font-family:var(--font-sans, "Sora", system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width:768px){.lp-clarity{padding:4rem 2rem}}.lp-clarity__container{max-width:90rem;margin:0 auto}.lp-clarity__header{margin-bottom:2rem}@media(min-width:768px){.lp-clarity__header{margin-bottom:3rem}}.lp-clarity__title{font-size:1.75rem;font-weight:800;color:#1f2937;letter-spacing:-.03em;line-height:1.1;margin:0 0 1.25rem;max-width:40rem}@media(min-width:768px){.lp-clarity__title{font-size:2.5rem}}@media(min-width:1024px){.lp-clarity__title{font-size:3rem}}.lp-clarity__subtitle{font-size:1rem;font-weight:500;color:#64748b;line-height:1.6;margin:0;max-width:36rem}@media(min-width:768px){.lp-clarity__subtitle{font-size:1.125rem}}.lp-clarity__content{background:#f4f2ee;border-radius:1.5rem;padding:2rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.lp-clarity__content{padding:3rem}}@media(min-width:1024px){.lp-clarity__content{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem}}.lp-clarity__features{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:1024px){.lp-clarity__features{gap:3rem}}.lp-clarity__feature-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}@media(min-width:768px){.lp-clarity__feature-title{font-size:1.25rem}}.lp-clarity__feature-desc{font-size:.875rem;color:#64748b;line-height:1.7;margin:0}@media(min-width:768px){.lp-clarity__feature-desc{font-size:1rem}}.lp-clarity__visual{position:relative}.lp-clarity__card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 20px #00000008;max-width:26rem;margin:0 auto}@media(min-width:768px){.lp-clarity__card{padding:2.5rem}}.lp-clarity__stat{margin-bottom:2rem}.lp-clarity__stat:last-child{margin-bottom:0}.lp-clarity__stat-label{font-size:.6875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .25rem}.lp-clarity__stat-value{font-size:1.5rem;font-weight:700;margin:0 0 1rem}@media(min-width:768px){.lp-clarity__stat-value{font-size:1.875rem}}.lp-clarity__stat-value--inventory{color:#6a48bf}.lp-clarity__stat-value--margin{color:#10b981}.lp-clarity__bar-track{width:100%;height:1.5rem;background:#f1f5f9;border-radius:9999px;overflow:hidden}.lp-clarity__bar{height:100%;border-radius:9999px;transition:width .5s ease}.lp-clarity__bar--inventory{background:#6a48bf}.lp-clarity__bar--margin{background:#10b981}.lp-clarity__decorator{display:none;position:absolute;bottom:-1.5rem;right:-1.5rem;background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 10px 25px #00000014;border:1px solid #f8fafc;align-items:center;gap:.75rem}@media(min-width:768px){.lp-clarity__decorator{display:flex}}.lp-clarity__decorator-badge{width:2rem;height:2rem;border-radius:50%;background:#6a48bf1a;display:flex;align-items:center;justify-content:center;color:#6a48bf}.lp-clarity__decorator-icon{width:1rem;height:1rem}.lp-clarity__decorator-text{font-size:.75rem;font-weight:700;color:#1f2937;margin:0}.lp-clarity__cta{margin-top:2.5rem;display:flex;justify-content:center}@media(min-width:768px){.lp-clarity__cta{margin-top:3rem}}.lp-clarity__btn{background:#1f2937;color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}@media(min-width:768px){.lp-clarity__btn{font-size:1.125rem;padding:1rem 3rem}}.lp-clarity__btn:hover{background:#374151;transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.lp-clarity__bar,.lp-clarity__btn{transition:none}}.lp-mock{background:#fff;border:1px solid #e8e8ec;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000a,0 12px 40px #00000008;font-family:var(--font-sans, "Sora", system-ui, sans-serif);font-size:11px;color:#1a1a2e}.lp-mock__topbar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fafafa;border-bottom:1px solid #eee}.lp-mock__dots{display:flex;gap:5px}.lp-mock__dots span{width:8px;height:8px;border-radius:50%;background:#ddd}.lp-mock__dots span:first-child{background:#ff6b6b}.lp-mock__dots span:nth-child(2){background:#feca57}.lp-mock__dots span:nth-child(3){background:#48dbfb}.lp-mock__url{font-size:10px;color:#999;font-weight:500}.lp-mock-pos{display:grid;grid-template-columns:1fr 180px;min-height:260px}.lp-mock-pos__grid{padding:12px;border-right:1px solid #f0f0f0}.lp-mock-pos__search{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f5f5f7;border-radius:8px;margin-bottom:10px}.lp-mock-pos__search-icon{width:10px;height:10px;border:1.5px solid #bbb;border-radius:50%}.lp-mock-pos__search-text{height:6px;width:60px;background:#ddd;border-radius:3px}.lp-mock-pos__cats{display:flex;gap:4px;margin-bottom:10px}.lp-mock-pos__cat{padding:3px 8px;border-radius:6px;font-size:9px;font-weight:500;color:#888;background:#f5f5f7}.lp-mock-pos__cat--active{background:var(--primary, #6a48bf);color:#fff}.lp-mock-pos__products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.lp-mock-pos__product{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;animation:mock-fade-up .4s ease both}.lp-mock-pos__product:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.lp-mock-pos__product-img{width:28px;height:28px;background:linear-gradient(135deg,#e8e4f0,#d4ccf0);border-radius:6px}.lp-mock-pos__product-name{font-size:8px;font-weight:600;color:#333;text-align:center}.lp-mock-pos__product-price{font-size:8px;font-weight:500;color:#888;font-variant-numeric:tabular-nums}.lp-mock-pos__cart{padding:12px;display:flex;flex-direction:column;background:#fcfcfd}.lp-mock-pos__cart-header{font-size:10px;font-weight:700;margin-bottom:10px;color:#333}.lp-mock-pos__cart-items{flex:1;display:flex;flex-direction:column;gap:6px}.lp-mock-pos__cart-item{display:flex;justify-content:space-between;font-size:9px;color:#555}.lp-mock-pos__cart-sep{height:1px;background:#eee;margin:8px 0}.lp-mock-pos__cart-total{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:10px}.lp-mock-pos__cart-btn{padding:8px;background:var(--primary, #6a48bf);color:#fff;text-align:center;border-radius:8px;font-size:10px;font-weight:600}.lp-mock-dash{padding:14px}.lp-mock-dash__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.lp-mock-dash__card{display:flex;flex-direction:column;gap:2px;padding:10px;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;animation:mock-fade-up .4s ease both}.lp-mock-dash__card-label{font-size:8px;color:#888;font-weight:500}.lp-mock-dash__card-value{font-size:14px;font-weight:700;color:#111;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.lp-mock-dash__card-trend{font-size:8px;font-weight:600}.lp-mock-dash__card-trend--up{color:#10b981}.lp-mock-dash__card-trend--down{color:#ef4444}.lp-mock-dash__chart{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:12px}.lp-mock-dash__chart-title{font-size:9px;font-weight:600;color:#555;display:block;margin-bottom:10px}.lp-mock-dash__bars{display:flex;align-items:flex-end;gap:4px;height:80px}.lp-mock-dash__bar{flex:1;background:linear-gradient(180deg,var(--primary, #6a48bf),#9b7dd4);border-radius:3px 3px 0 0;min-height:4px;animation:mock-bar-grow .6s ease both;transform-origin:bottom;opacity:.85}.lp-mock-dash__bar:hover{opacity:1}.lp-mock-ticket{background:#fff;border:1px solid #e8e8ec;border-radius:12px;padding:20px 18px;width:200px;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f;font-family:var(--font-sans, "Sora", system-ui, sans-serif);font-size:10px;color:#333}.lp-mock-ticket__header{text-align:center;margin-bottom:4px}.lp-mock-ticket__logo{width:24px;height:24px;background:var(--primary, #6a48bf);border-radius:6px;margin:0 auto 6px}.lp-mock-ticket__biz{display:block;font-size:12px;font-weight:700;color:#111}.lp-mock-ticket__sub{display:block;font-size:8px;color:#999;margin-top:2px}.lp-mock-ticket__sep{height:1px;background:#eee;margin:10px 0}.lp-mock-ticket__items{display:flex;flex-direction:column;gap:4px}.lp-mock-ticket__row{display:flex;justify-content:space-between;font-size:9px}.lp-mock-ticket__row--sub{color:#888}.lp-mock-ticket__row--total{font-size:12px;font-weight:700;color:#111}.lp-mock-ticket__qr{width:48px;height:48px;background:repeating-conic-gradient(#333 0% 25%,#fff 0% 50%) 50% / 6px 6px;border-radius:4px;margin:0 auto}.lp-mock-ticket__footer{display:block;text-align:center;font-size:7px;color:#bbb;margin-top:8px}.lp-mock-inv{padding:12px}.lp-mock-inv__header{display:grid;grid-template-columns:60px 1fr 40px 60px;gap:8px;padding:6px 8px;font-size:8px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #eee}.lp-mock-inv__row{display:grid;grid-template-columns:60px 1fr 40px 60px;gap:8px;padding:7px 8px;font-size:9px;border-bottom:1px solid #f5f5f5;animation:mock-fade-up .3s ease both;transition:background .15s ease}.lp-mock-inv__row:hover{background:#fafafa}.lp-mock-inv__sku{font-weight:600;color:var(--primary, #6a48bf);font-size:8px}.lp-mock-inv__name{color:#333}.lp-mock-inv__stock{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.lp-mock-inv__status{font-size:8px;font-weight:600;padding:1px 6px;border-radius:4px;text-align:center}.lp-mock-inv__status--ok{background:#10b9811a;color:#10b981}.lp-mock-inv__status--low{background:#f59e0b1a;color:#f59e0b}.lp-mock-inv__status--out{background:#ef44441a;color:#ef4444}@keyframes mock-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mock-bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(max-width:640px){.lp-mock-pos{grid-template-columns:1fr}.lp-mock-pos__cart{border-top:1px solid #f0f0f0}.lp-mock-dash__cards,.lp-mock-pos__products{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.lp-mock-pos__product,.lp-mock-dash__card,.lp-mock-dash__bar,.lp-mock-inv__row{animation:none}}.lp-inventory{padding:4rem 1rem;background-color:#fff;font-family:var(--font-sans, "Sora", system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width:768px){.lp-inventory{padding:5rem 2rem}}@media(min-width:1024px){.lp-inventory{padding:6rem 2rem}}.lp-inventory__container{max-width:90rem;margin:0 auto}.lp-inventory__header{margin-bottom:2.5rem;text-align:center}@media(min-width:768px){.lp-inventory__header{margin-bottom:3rem}}.lp-inventory__title{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.15;margin:0}@media(min-width:768px){.lp-inventory__title{font-size:2.5rem}}@media(min-width:1024px){.lp-inventory__title{font-size:3rem}}.lp-inventory__cards{position:relative}.lp-inventory__card-wrapper{position:sticky;top:5rem;margin-bottom:1.5rem}@media(min-width:768px){.lp-inventory__card-wrapper{top:6rem;margin-bottom:2rem}}.lp-inventory__card-wrapper:nth-child(1){z-index:1}.lp-inventory__card-wrapper:nth-child(2){z-index:2}.lp-inventory__card-wrapper:nth-child(3){z-index:3}.lp-inventory__card-wrapper:last-child{margin-bottom:0}.lp-inventory__card{background:#f9fafb;border-radius:1.25rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 0 1px #00000008,0 4px 8px #0000000a,0 12px 24px #0000000f,0 24px 48px #00000014}@media(min-width:768px){.lp-inventory__card{flex-direction:row;align-items:stretch;min-height:420px;border-radius:1.5rem}}@media(min-width:1024px){.lp-inventory__card{min-height:480px;border-radius:2rem}}.lp-inventory__card-visual{padding:1.5rem;background:linear-gradient(145deg,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center;min-height:280px}@media(min-width:768px){.lp-inventory__card-visual{flex:1;min-width:0;padding:2rem;min-height:auto}}@media(min-width:1024px){.lp-inventory__card-visual{padding:2.5rem}}.lp-inventory__card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;background:#fff}@media(min-width:768px){.lp-inventory__card-content{flex:0 0 45%;max-width:45%;padding:2.5rem;gap:1rem;justify-content:center}}@media(min-width:1024px){.lp-inventory__card-content{flex:0 0 40%;max-width:40%;padding:3rem}}.lp-inventory__step{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:linear-gradient(135deg,#6a48bf,#8b5cf6);color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;letter-spacing:-.02em;box-shadow:0 4px 12px #6a48bf4d}@media(min-width:768px){.lp-inventory__step{width:2.5rem;height:2.5rem;font-size:.875rem}}.lp-inventory__subtitle{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.25;margin:0}@media(min-width:768px){.lp-inventory__subtitle{font-size:1.5rem}}@media(min-width:1024px){.lp-inventory__subtitle{font-size:1.75rem}}.lp-inventory__description{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}@media(min-width:768px){.lp-inventory__description{font-size:.9375rem}}@media(min-width:1024px){.lp-inventory__description{font-size:1rem}}.lp-inventory__check-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.lp-inventory__check-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#475569;font-weight:500;line-height:1.4}@media(min-width:768px){.lp-inventory__check-item{font-size:.875rem}}.lp-inventory__check-icon{width:1rem;height:1rem;color:#6a48bf;flex-shrink:0;margin-top:.125rem}.lp-inventory__footer-text{font-size:.8125rem;color:#94a3b8;font-style:italic;margin:.25rem 0 0}.lp-inventory__spacer{height:5vh}@media(min-width:768px){.lp-inventory__spacer{height:10vh}}@media(prefers-reduced-motion:reduce){.lp-inventory__card{transition:none}}.lp-cta{background:#f9f9fb;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-cta__container{max-width:var(--max-w, 75rem);margin:0 auto;text-align:center}.lp-cta__title{font-size:2.25rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.03em;line-height:1.05;margin:0 0 2.5rem}@media(min-width:768px){.lp-cta__title{font-size:3rem;margin:0 0 3rem}}@media(min-width:1024px){.lp-cta__title{font-size:3.5rem}}.lp-cta__actions{display:flex;justify-content:center}.lp-cta__btn{display:inline-flex;align-items:center;padding:.875rem 2rem;background:var(--primary, #6a48bf);color:#fff;font-size:.9375rem;font-weight:600;border-radius:var(--radius-btn, 14px);border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;text-decoration:none}@media(min-width:768px){.lp-cta__btn{font-size:1rem;padding:1rem 2.5rem}}.lp-cta__btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.lp-cta__btn{transition:none}}.lp-strip{background:radial-gradient(90% 120% at 85% 0%,#ffffff24,#fff0 45%),linear-gradient(135deg,#7857c9,#6a48bf 52%,#543795);padding:clamp(3.25rem,6.5vw,5.5rem) var(--section-px, 1.5rem);font-family:var(--font)}.lp-strip__inner{max-width:46rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.75rem,3.5vw,2.5rem)}.lp-strip__title{font-size:clamp(1.875rem,5vw,3.125rem);font-weight:700;letter-spacing:-.025em;line-height:1.08;color:#fff;margin:0;text-wrap:balance}.lp-strip__hl{color:#dcccff}.lp-strip__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.0625rem 2.75rem;font-size:clamp(1rem,1.4vw,1.125rem);font-weight:700;letter-spacing:-.01em;color:#6a48bf;background:#fff;border-radius:999px;text-decoration:none;white-space:nowrap;box-shadow:0 10px 26px #140e3247;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.lp-strip__btn:hover{background:#f3effc;transform:translateY(-2px);box-shadow:0 14px 34px #140e3257}@media(max-width:480px){.lp-strip__btn{width:100%}}@media(prefers-reduced-motion:reduce){.lp-strip__btn{transition:none}}.lp-faq{background:#fff;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-faq__container{max-width:var(--max-w, 75rem);margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.lp-faq__container{grid-template-columns:1fr 1.5fr;gap:5rem}}.lp-faq__title{font-size:2.25rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.03em;line-height:1.05;margin:0}@media(min-width:768px){.lp-faq__title{font-size:3rem}}@media(min-width:1024px){.lp-faq__title{font-size:3.5rem;position:sticky;top:6rem}}.lp-faq__list{display:flex;flex-direction:column}.lp-faq__item{border-bottom:1px solid var(--border, rgba(255,255,255,.06))}.lp-faq__item:first-child{border-top:1px solid var(--border, rgba(255,255,255,.06))}.lp-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;cursor:pointer;text-align:left;gap:1rem}@media(min-width:768px){.lp-faq__question{padding:1.75rem 0}}.lp-faq__question:hover .lp-faq__question-text{color:var(--text, #f1f1f1)}.lp-faq__question-text{font-size:1rem;font-weight:500;color:var(--text-secondary, rgba(255,255,255,.55));transition:color .2s ease;flex:1}@media(min-width:768px){.lp-faq__question-text{font-size:1.125rem}}.lp-faq__icon-wrapper{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.lp-faq__icon-wrapper--open{transform:rotate(45deg)}.lp-faq__icon{width:1.25rem;height:1.25rem;color:var(--text-muted, rgba(255,255,255,.35))}.lp-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding-bottom .3s ease}.lp-faq__answer--open{max-height:300px;padding-bottom:1.75rem}.lp-faq__answer-text{font-size:.9375rem;color:var(--text-muted, rgba(255,255,255,.35));line-height:1.75;margin:0}@media(min-width:768px){.lp-faq__answer-text{font-size:1rem}}@media(prefers-reduced-motion:reduce){.lp-faq__icon-wrapper,.lp-faq__answer,.lp-faq__question-text{transition:none}}.lp-faq__cta{margin:1.25rem 0 0;font-size:.9375rem;color:var(--text-secondary, #555)}.lp-faq__cta a{color:var(--primary, #6a48bf);font-weight:600;text-decoration:none}.lp-faq__cta a span{display:inline-block;transition:transform .15s ease}.lp-faq__cta a:hover span{transform:translate(3px)}.lp-accounting{background:#f9f9fb;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-accounting__container{max-width:var(--max-w, 75rem);margin:0 auto}.lp-accounting__header{text-align:center;margin-bottom:4rem}@media(min-width:768px){.lp-accounting__header{margin-bottom:5rem}}.lp-accounting__title{font-size:2.25rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.03em;line-height:1.05;margin:0}@media(min-width:768px){.lp-accounting__title{font-size:3rem}}@media(min-width:1024px){.lp-accounting__title{font-size:3.5rem}}.lp-accounting__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.lp-accounting__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp-accounting__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.lp-accounting__grid>*{height:100%}.lp-accounting__card{background:linear-gradient(160deg,#6a48bf,#8b5cf6);border:1px solid rgba(139,92,246,.3);border-radius:var(--radius, 16px);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;box-shadow:0 4px 12px #6a48bf33;position:relative;overflow:hidden;height:100%}.lp-accounting__card:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.lp-accounting__card:hover{background:linear-gradient(160deg,#7c5bd0,#a78bfa);border-color:#a78bfa66;box-shadow:0 12px 32px #6a48bf4d;transform:translateY(-3px)}.lp-accounting__card-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff4d,#ffffff1f);border-radius:12px;color:#fff}.lp-accounting__card-icon svg{width:1.25rem;height:1.25rem}.lp-accounting__card-title{font-size:1rem;font-weight:600;color:#fff;margin:0;line-height:1.3;position:relative}@media(min-width:768px){.lp-accounting__card-title{font-size:1.0625rem}}.lp-accounting__card-desc{font-size:.875rem;color:#ffffffbf;line-height:1.6;margin:0;position:relative}@media(prefers-reduced-motion:reduce){.lp-accounting__card{transition:none}}.lp-pricing{background:#f5f5f7;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-pricing__container{max-width:var(--max-w, 72rem);margin:0 auto}.lp-pricing__header{text-align:center;margin-bottom:3rem}.lp-pricing__badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#6a48bf;background:#6a48bf14;padding:5px 14px;border-radius:100px;margin:0 0 1rem}.lp-pricing__heading{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;color:#111;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.lp-pricing__heading-accent{color:#6a48bf}.lp-pricing__heading-sub{font-size:1.0625rem;color:#666;margin:0;font-weight:400}.lp-pricing__toggle{display:inline-flex;gap:.25rem;margin-top:1.75rem;padding:.3rem;background:#efecf6;border-radius:100px}.lp-pricing__toggle-opt{display:inline-flex;align-items:center;gap:.4rem;border:none;background:transparent;color:#666;font-size:.875rem;font-weight:600;padding:.5rem 1.1rem;border-radius:100px;cursor:pointer;transition:background .18s ease,color .18s ease}.lp-pricing__toggle-opt.is-active{background:#fff;color:#111;box-shadow:0 1px 3px #00000014}.lp-pricing__toggle-save{font-size:.6875rem;font-weight:700;color:#10b981}.lp-pricing__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}@media(min-width:720px){.lp-pricing__grid{grid-template-columns:1fr 1fr}}@media(min-width:1080px){.lp-pricing__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.lp-pricing__plan{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #ececf0;border-radius:18px;padding:1.75rem 1.5rem;box-shadow:0 6px 22px #14142b0a}.lp-pricing__plan--featured{position:relative;box-shadow:0 10px 34px #6a48bf29}@media(min-width:1080px){.lp-pricing__plan--featured{transform:translateY(-8px)}}.lp-pricing__plan-tab{position:absolute;right:1.25rem;bottom:100%;background:#6a48bf;color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:.32rem .95rem .42rem;border-radius:10px 10px 0 0}.lp-pricing__plan-head{margin-bottom:1rem;text-align:center}.lp-pricing__plan-name{font-size:1.125rem;font-weight:700;color:#111;margin:0 0 .15rem}.lp-pricing__plan-tag{font-size:.8125rem;color:#6a48bf;font-weight:600;margin:0}.lp-pricing__plan-price{display:flex;align-items:baseline;justify-content:center;gap:.1rem}.lp-pricing__plan-currency{font-size:1.125rem;font-weight:700;color:#111}.lp-pricing__plan-amount{font-size:2.25rem;font-weight:800;color:#111;letter-spacing:-.03em;line-height:1}.lp-pricing__plan-per{font-size:.875rem;font-weight:500;color:#999;margin-left:.15rem}.lp-pricing__plan-note{font-size:.75rem;color:#999;margin:.4rem 0 1.25rem;text-align:center}.lp-pricing__plan-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.8rem;border-radius:999px;font-size:.9375rem;font-weight:700;text-decoration:none;background:#6a48bf;color:#fff;transition:background .18s ease,color .18s ease,transform .18s ease}.lp-pricing__plan-btn:hover{background:#5a3da6;transform:translateY(-1px)}.lp-pricing__plan-btn svg{transition:transform .18s ease}.lp-pricing__plan-btn:hover svg{transform:translate(3px)}.lp-pricing__plan--featured .lp-pricing__plan-btn{background:#6a48bf;color:#fff}.lp-pricing__plan--featured .lp-pricing__plan-btn:hover{background:#5a3da6}.lp-pricing__plan-specs{list-style:none;padding:1.25rem 0 0;margin:1.25rem 0 0;border-top:1px solid #f0edf5;display:flex;flex-direction:column;gap:.5rem}.lp-pricing__plan-specs li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#222;font-weight:700}.lp-pricing__plan-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.5rem}.lp-pricing__plan-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#444;font-weight:500}.lp-pricing__check{width:.9375rem;height:.9375rem;color:#6a48bf;flex-shrink:0;margin-top:2px}.lp-pricing__foot{text-align:center;font-size:.875rem;color:#666;margin:2.25rem auto 0;max-width:42rem;line-height:1.6}.lp-pricing__foot a{color:#6a48bf;font-weight:600}@media(prefers-reduced-motion:reduce){.lp-pricing__plan-btn,.lp-pricing__plan-btn svg,.lp-pricing__toggle-opt{transition:none}}.lp-final-cta{background:#f5f5f7;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-final-cta__container{max-width:var(--max-w, 75rem);margin:0 auto}.lp-final-cta__card{background:linear-gradient(135deg,#1e1b2e,#4c1d95,#7c3aed 30%,#a78bfa 42%,#c4b5fd,#8b5cf6 58%,#6d28d9 70%,#3b3154,#2d2b3a);background-size:300% 300%;animation:cta-tornasol 6s ease infinite;border-radius:24px;padding:3.5rem 2rem;display:flex;flex-direction:column;gap:2.5rem;position:relative;overflow:hidden}@keyframes cta-tornasol{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.lp-final-cta__noise{display:none}@media(min-width:768px){.lp-final-cta__card{padding:4.5rem 3.5rem}}@media(min-width:1024px){.lp-final-cta__card{flex-direction:row;align-items:center;justify-content:space-between;padding:5rem}}.lp-final-cta__mesh{display:none}.lp-final-cta__card:before,.lp-final-cta__card:after{display:none}.lp-final-cta__left{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.lp-final-cta__left{max-width:420px}}.lp-final-cta__title{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1;margin:0}@media(min-width:768px){.lp-final-cta__title{font-size:2.25rem}}@media(min-width:1024px){.lp-final-cta__title{font-size:2.5rem}}.lp-final-cta__subtitle{font-size:1rem;color:#ffffffe0;line-height:1.5;margin:.75rem 0 0;font-weight:400}.lp-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:var(--primary, #6a48bf);font-size:.9375rem;font-weight:700;border:none;border-radius:var(--radius-btn, 14px);cursor:pointer;transition:transform .2s ease,opacity .2s ease;width:fit-content;text-decoration:none}@media(min-width:768px){.lp-final-cta__btn{font-size:1rem;padding:1rem 2.5rem}}.lp-final-cta__btn:hover{transform:translateY(-1px);opacity:.95}.lp-final-cta__right{position:relative;z-index:1}.lp-final-cta__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.lp-final-cta__list-item{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;color:#ffffffe6;font-weight:500}@media(min-width:768px){.lp-final-cta__list-item{font-size:1.0625rem}}.lp-final-cta__check{width:1.25rem;height:1.25rem;color:#ffffffd9;flex-shrink:0}@media(prefers-reduced-motion:reduce){.lp-final-cta__btn{transition:none}}@media(max-width:767px){.lp-final-cta__right{display:none}.lp-final-cta__card{gap:0;padding:2.75rem 1.75rem}.lp-final-cta__left{gap:1.75rem;align-items:center;text-align:center}.lp-final-cta__btn{align-self:center}}.lp-ecommerce{padding:5rem 1rem;background-color:#f5f5f5;font-family:var(--font-sans, "Sora", system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media(min-width:768px){.lp-ecommerce{padding:6rem 2rem}}.lp-ecommerce__container{max-width:75rem;margin:0 auto}.lp-ecommerce__card{background:#fff;border-radius:2.5rem;overflow:hidden;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column}@media(min-width:768px){.lp-ecommerce__card{flex-direction:row;min-height:500px}}.lp-ecommerce__content{width:100%;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.lp-ecommerce__content{width:50%;padding:4rem}}.lp-ecommerce__title{font-size:2rem;font-weight:800;color:#111827;letter-spacing:-.03em;margin:0 0 1rem;line-height:1.1}@media(min-width:768px){.lp-ecommerce__title{font-size:2.75rem}}@media(min-width:1024px){.lp-ecommerce__title{font-size:3rem}}.lp-ecommerce__subtitle{font-size:1.125rem;color:#6b7280;font-weight:500;margin:0 0 2rem;line-height:1.5}@media(min-width:768px){.lp-ecommerce__subtitle{font-size:1.25rem}}.lp-ecommerce__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#111827;color:#fff;font-size:1.0625rem;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:background .2s ease,transform .2s ease;width:fit-content;margin-bottom:3rem}.lp-ecommerce__btn:hover{background:#1f2937;transform:translateY(-2px)}.lp-ecommerce__btn:active{transform:scale(.98)}.lp-ecommerce__features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem}.lp-ecommerce__feature{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.lp-ecommerce__feature-icon{width:2.5rem;height:2.5rem;color:#111827;transition:transform .3s ease}@media(min-width:768px){.lp-ecommerce__feature-icon{width:2.75rem;height:2.75rem}}.lp-ecommerce__feature:hover .lp-ecommerce__feature-icon{transform:scale(1.1)}.lp-ecommerce__feature-label{font-size:.9375rem;font-weight:600;color:#4b5563;line-height:1.3}@media(min-width:768px){.lp-ecommerce__feature-label{font-size:1rem}}.lp-ecommerce__visual{width:100%;position:relative;min-height:300px;display:flex;align-items:stretch;overflow:hidden;background:#fff}@media(min-width:768px){.lp-ecommerce__visual{width:50%;min-height:auto}}.lp-ecommerce__image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}.lp-ecommerce__image{width:100%;height:100%;object-fit:cover;object-position:left center}@media(min-width:768px){.lp-ecommerce__image{object-position:left center}}@media(prefers-reduced-motion:reduce){.lp-ecommerce__btn,.lp-ecommerce__feature-icon{transition:none}}.lp-pos{padding:5rem 1rem;background-color:#f5f5f5;font-family:var(--font-sans, "Sora", system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media(min-width:768px){.lp-pos{padding:6rem 2rem}}.lp-pos__container{max-width:75rem;margin:0 auto}.lp-pos__card{background:#fff;border-radius:2.5rem;overflow:hidden;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column}@media(min-width:768px){.lp-pos__card{flex-direction:row;min-height:550px}}.lp-pos__content{width:100%;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.lp-pos__content{width:45%;padding:4rem}}.lp-pos__title{font-size:2rem;font-weight:800;color:#111827;letter-spacing:-.03em;margin:0 0 1rem;line-height:1.1}@media(min-width:768px){.lp-pos__title{font-size:2.75rem}}@media(min-width:1024px){.lp-pos__title{font-size:3rem}}.lp-pos__subtitle{font-size:1.125rem;color:#6b7280;font-weight:500;margin:0 0 2rem;line-height:1.5}@media(min-width:768px){.lp-pos__subtitle{font-size:1.25rem}}.lp-pos__btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#111827;color:#fff;font-size:1.0625rem;font-weight:700;border:none;border-radius:100px;cursor:pointer;transition:background .2s ease,transform .2s ease;width:fit-content;margin-bottom:3rem}.lp-pos__btn:hover{background:#1f2937;transform:translateY(-2px)}.lp-pos__btn:active{transform:scale(.98)}.lp-pos__features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem}.lp-pos__feature{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.lp-pos__feature-icon{width:2.5rem;height:2.5rem;color:#111827;transition:transform .3s ease}@media(min-width:768px){.lp-pos__feature-icon{width:2.75rem;height:2.75rem}}.lp-pos__feature:hover .lp-pos__feature-icon{transform:scale(1.1)}.lp-pos__feature-label{font-size:.9375rem;font-weight:600;color:#4b5563;line-height:1.3}@media(min-width:768px){.lp-pos__feature-label{font-size:1rem}}.lp-pos__visual{width:100%;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;padding:2rem}@media(min-width:768px){.lp-pos__visual{width:55%;min-height:auto;padding:2rem 3rem 2rem 1rem}}.lp-pos__carousel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1500px}.lp-pos__mockups{position:relative;width:100%;height:450px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.lp-pos__mockups{height:480px}}@media(min-width:1024px){.lp-pos__mockups{height:500px}}.lp-pos__desktop-mockup{position:absolute;width:90%;max-width:500px;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1);z-index:1;transform-origin:center center}@media(min-width:768px){.lp-pos__desktop-mockup{width:100%;max-width:550px}}.lp-pos__desktop-frame{background:#1f2937;border-radius:1rem;padding:.5rem;box-shadow:0 25px 50px #00000026,0 10px 20px #0000001a,inset 0 1px #ffffff1a}.lp-pos__desktop-screen{background:#fff;border-radius:.5rem;overflow:hidden;aspect-ratio:16/10}.lp-pos__desktop-screen img{width:100%;height:100%;object-fit:cover;object-position:top left}.lp-pos__desktop-stand{display:flex;flex-direction:column;align-items:center;margin-top:-2px}.lp-pos__desktop-neck{width:60px;height:30px;background:linear-gradient(180deg,#374151,#1f2937);border-radius:0 0 4px 4px}.lp-pos__desktop-base{width:120px;height:8px;background:linear-gradient(180deg,#4b5563,#374151);border-radius:0 0 8px 8px;box-shadow:0 4px 8px #0000001a}.lp-pos__phone-mockup{position:absolute;right:0;bottom:0;width:120px;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1);z-index:2;transform-origin:bottom right}@media(min-width:768px){.lp-pos__phone-mockup{width:140px;right:-10px;bottom:20px}}@media(min-width:1024px){.lp-pos__phone-mockup{width:160px;right:-20px;bottom:30px}}.lp-pos__phone-frame{background:#1f2937;border-radius:1.5rem;padding:.5rem;box-shadow:0 25px 50px #0003,0 10px 20px #00000026,inset 0 1px #ffffff1a}.lp-pos__phone-notch{width:50%;height:12px;background:#1f2937;border-radius:0 0 10px 10px;margin:0 auto -6px;position:relative;z-index:10}.lp-pos__phone-screen{background:#fff;border-radius:1rem;overflow:hidden;aspect-ratio:9/19.5}.lp-pos__phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top center}.lp-pos__mockups[data-scroll-state=initial] .lp-pos__desktop-mockup{transform:translate(-10%) scale(.9);opacity:.7}.lp-pos__mockups[data-scroll-state=initial] .lp-pos__phone-mockup{transform:translate(50%) scale(.8);opacity:.7}.lp-pos__mockups[data-scroll-state=entering] .lp-pos__desktop-mockup,.lp-pos__mockups[data-scroll-state=entering] .lp-pos__phone-mockup,.lp-pos__mockups[data-scroll-state=center] .lp-pos__desktop-mockup,.lp-pos__mockups[data-scroll-state=center] .lp-pos__phone-mockup{transform:translate(0) scale(1);opacity:1}.lp-pos__mockups[data-scroll-state=leaving] .lp-pos__desktop-mockup{transform:translate(-20%) translateY(-10%) scale(.85);opacity:.6}.lp-pos__mockups[data-scroll-state=leaving] .lp-pos__phone-mockup{transform:translate(30%) translateY(-20%) scale(.85);opacity:.6}.lp-pos__badge{position:absolute;top:20px;left:20px;background:linear-gradient(135deg,#6a48bf,#8b5cf6);color:#fff;padding:.625rem 1rem;border-radius:100px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.5rem;box-shadow:0 8px 20px #6a48bf4d;z-index:10;animation:float-badge 3s ease-in-out infinite}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-pos__badge-icon{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.lp-pos__btn,.lp-pos__feature-icon,.lp-pos__desktop-mockup,.lp-pos__phone-mockup,.lp-pos__badge{transition:none;animation:none}}.lp-ps{padding:var(--section-py,6rem) var(--section-px,1.5rem);background:var(--bg-subtle,#fafafa)}.lp-ps__container{max-width:var(--max-w,72rem);margin:0 auto}.lp-ps__header{text-align:center;margin-bottom:3rem}.lp-ps__title{font-size:2rem;font-weight:600;letter-spacing:-.025em;color:var(--text,#111);margin:0 0 .75rem}@media(min-width:768px){.lp-ps__title{font-size:2.5rem}}.lp-ps__subtitle{font-size:1.0625rem;color:var(--text-muted,#999);margin:0}.lp-ps__tabs{display:flex;justify-content:center;gap:4px;margin-bottom:3rem;background:#fff;border:1px solid var(--border,#e8e8ec);border-radius:14px;padding:4px;max-width:fit-content;margin-left:auto;margin-right:auto}.lp-ps__tab{display:flex;align-items:center;gap:6px;padding:10px 20px;border:none;background:transparent;border-radius:10px;font-size:.8125rem;font-weight:500;color:var(--text-secondary,#555);cursor:pointer;transition:all .2s ease;white-space:nowrap}.lp-ps__tab:hover{background:#00000008}.lp-ps__tab--on{background:var(--text,#111);color:#fff}.lp-ps__tab--on:hover{background:var(--text)}.lp-ps__tab-ic{width:16px;height:16px}@media(max-width:640px){.lp-ps__tabs{flex-wrap:wrap;max-width:100%}.lp-ps__tab{flex:1;justify-content:center;padding:8px 12px}}.lp-ps__content{display:grid;grid-template-columns:1fr;gap:2.5rem;animation:ps-fade .35s ease}@media(min-width:1024px){.lp-ps__content{grid-template-columns:300px 1fr;gap:3rem}}@keyframes ps-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lp-ps__info-title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text,#111);margin:0 0 .75rem}.lp-ps__info-desc{font-size:.9375rem;color:var(--text-secondary,#555);line-height:1.65;margin:0 0 1.5rem}.lp-ps__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.lp-ps__info-list li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:var(--text-secondary,#555);line-height:1.4}.lp-ps__info-list svg{flex-shrink:0;margin-top:2px}.lp-ps__mockup{min-width:0;overflow:hidden}.lp-ps__app{background:#fff;border:1px solid #d4d4d8;border-radius:12px;overflow:hidden;font-family:var(--font,var(--font-sans,"Sora"),system-ui);font-size:11px;color:var(--text,#111);box-shadow:0 1px 3px #0000000f,0 12px 40px #00000014;aspect-ratio:16/9.5}.lp-ps__app-chrome{display:flex;align-items:center;gap:12px;padding:8px 14px;background:#f4f4f5;border-bottom:1px solid #e4e4e7}.lp-ps__app-dots{display:flex;gap:6px}.lp-ps__app-dots span{width:10px;height:10px;border-radius:50%}.lp-ps__app-dots span:nth-child(1){background:#ff5f57}.lp-ps__app-dots span:nth-child(2){background:#febc2e}.lp-ps__app-dots span:nth-child(3){background:#28c840}.lp-ps__app-url{display:flex;align-items:center;gap:5px;background:#e4e4e7;border-radius:6px;padding:3px 10px;flex:1;max-width:240px}.lp-ps__app-url span{font-size:10px;color:#71717a;font-weight:500}.lp-ps__app-body{display:flex;height:calc(100% - 34px)}.lp-ps__app-sidebar{width:180px;background:#fafafa;border-right:1px solid #f0f0f0;display:none;flex-direction:column;padding:10px 6px;flex-shrink:0;overflow:hidden}@media(min-width:768px){.lp-ps__app-sidebar{display:flex}}.lp-ps__app-logo{padding:4px 8px 12px}.lp-ps__app-logo-img{height:18px;width:auto}.lp-ps__app-nav{display:flex;flex-direction:column;gap:0;flex:1;overflow-y:auto}.lp-ps__app-ni{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:500;color:#71717a;cursor:default}.lp-ps__app-ni--on{background:var(--primary-soft,rgba(106,72,191,.08));color:var(--primary,#6a48bf);font-weight:600}.lp-ps__app-ni-ic{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-ps__shell-icon{width:14px;height:14px}.lp-ps__app-ni-ch{margin-left:auto;width:10px;height:10px;color:#aaa;display:flex;align-items:center}.lp-ps__app-ni-ch svg{width:10px;height:10px}.lp-ps__app-grp{font-size:7px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.06em;padding:8px 8px 3px;margin-top:2px}.lp-ps__app-topbar{display:flex;align-items:center;justify-content:space-between;padding:7px 14px;border-bottom:1px solid #f0f0f0;height:36px;flex-shrink:0}.lp-ps__app-topbar-t{font-size:11px;font-weight:600;color:var(--text)}.lp-ps__app-topbar-r{display:flex;align-items:center;gap:5px}.lp-ps__app-topbar-btn{width:24px;height:24px;border-radius:6px;background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:#999}.lp-ps__app-topbar-btn svg{width:12px;height:12px}.lp-ps__app-topbar-user{display:flex;align-items:center;gap:4px;padding:2px 7px 2px 2px;border:1px solid #e4e4e7;border-radius:100px}.lp-ps__app-topbar-av{width:20px;height:20px;border-radius:50%;background:var(--primary,#6a48bf);color:#fff;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700}.lp-ps__app-topbar-user span{font-size:9px;font-weight:500;color:var(--text);display:none}@media(min-width:768px){.lp-ps__app-topbar-user span{display:block}}.lp-ps__app-main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}.lp-ps__app-content{flex:1;overflow:hidden}.lp-ps__pos{display:grid;grid-template-columns:1fr 200px;height:100%}.lp-ps__pos-left{padding:10px;border-right:1px solid #f0f0f0;overflow:hidden}.lp-ps__pos-search{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f5f5f7;border-radius:7px;margin-bottom:8px;color:#aaa;font-size:9px}.lp-ps__pos-search-ic{width:10px;height:10px;border:1.5px solid #bbb;border-radius:50%}.lp-ps__pos-cats{display:flex;gap:3px;margin-bottom:8px;overflow-x:auto}.lp-ps__pos-cat{padding:3px 8px;border-radius:6px;font-size:8px;font-weight:500;color:#888;background:#f5f5f7;white-space:nowrap}.lp-ps__pos-cat--on{background:var(--primary,#6a48bf);color:#fff}.lp-ps__pos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.lp-ps__pos-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 3px;background:#fafafa;border:1px solid #f0f0f0;border-radius:7px}.lp-ps__pos-img{width:24px;height:24px;background:linear-gradient(135deg,#e8e4f0,#d4ccf0);border-radius:5px}.lp-ps__pos-name{font-size:7px;font-weight:600;color:#333;text-align:center}.lp-ps__pos-price{font-size:7px;color:#888;font-variant-numeric:tabular-nums}.lp-ps__pos-right{padding:10px;display:flex;flex-direction:column;background:#fcfcfd}.lp-ps__pos-cart-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.lp-ps__pos-cart-hd span:first-child{font-size:10px;font-weight:700;color:#111}.lp-ps__pos-cart-count{font-size:8px;color:#888}.lp-ps__pos-cart-items{flex:1;display:flex;flex-direction:column;gap:4px}.lp-ps__pos-cart-item{display:flex;align-items:center;gap:4px;font-size:8px;padding:3px 0;border-bottom:1px solid #f5f5f5}.lp-ps__pos-cart-qty{font-weight:700;color:var(--primary,#6a48bf);min-width:16px}.lp-ps__pos-cart-name{flex:1;color:#333}.lp-ps__pos-cart-price{color:#555;font-variant-numeric:tabular-nums}.lp-ps__pos-cart-foot{border-top:1px solid #eee;padding-top:6px;margin-top:auto}.lp-ps__pos-cart-row{display:flex;justify-content:space-between;font-size:8px;color:#666;padding:2px 0}.lp-ps__pos-cart-row--total{font-size:11px;font-weight:700;color:#111;border-top:1px solid #eee;padding-top:5px;margin-top:3px}.lp-ps__pos-btn{padding:7px;background:var(--primary,#6a48bf);color:#fff;text-align:center;border-radius:7px;font-size:10px;font-weight:600;margin-top:6px}.lp-ps__inv{padding:10px}.lp-ps__inv-toolbar{display:flex;gap:6px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.lp-ps__inv-search{flex:1;padding:5px 10px;background:#f5f5f7;border-radius:7px;font-size:9px;color:#aaa;min-width:100px}.lp-ps__inv-filters{display:flex;gap:5px}.lp-ps__inv-filters span{font-size:7px;color:#888;background:#f5f5f7;padding:3px 7px;border-radius:5px}.lp-ps__inv-mode{margin-bottom:8px}.lp-ps__inv-mode-badge{font-size:7px;font-weight:600;color:var(--primary,#6a48bf);background:var(--primary-soft,rgba(106,72,191,.08));padding:3px 8px;border-radius:5px}.lp-ps__inv-tbl{overflow-x:auto}.lp-ps__inv-hd{display:grid;grid-template-columns:50px 1fr 55px 35px 35px 40px 50px;gap:4px;padding:4px 6px;font-size:7px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #eee}.lp-ps__inv-row{display:grid;grid-template-columns:50px 1fr 55px 35px 35px 40px 50px;gap:4px;padding:5px 6px;font-size:8px;border-bottom:1px solid #f5f5f5}.lp-ps__inv-row:hover{background:#fafafa}.lp-ps__inv-sku{font-weight:600;color:var(--primary,#6a48bf);font-size:7px}.lp-ps__inv-name{color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-ps__inv-cat{color:#888;font-size:7px}.lp-ps__inv-stk{font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.lp-ps__inv-cst{font-size:7px;color:#555;font-variant-numeric:tabular-nums}.lp-ps__inv-badge{font-size:6px;font-weight:600;padding:1px 4px;border-radius:3px;text-align:center}.lp-ps__inv-badge--ok{background:#10b9811a;color:#10b981}.lp-ps__inv-badge--low{background:#f59e0b1a;color:#f59e0b}.lp-ps__inv-badge--out{background:#ef44441a;color:#ef4444}.lp-ps__inv-foot{display:flex;justify-content:space-between;padding:6px;font-size:7px;color:#888;border-top:1px solid #eee;margin-top:4px}.lp-ps__fac{padding:10px;overflow:hidden}.lp-ps__fac-hd{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:8px;flex-wrap:wrap}.lp-ps__fac-hd-tipo{font-size:7px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.lp-ps__fac-hd-row{display:flex;align-items:center;gap:6px;margin-top:2px}.lp-ps__fac-hd-num{font-size:12px;font-weight:700;color:var(--text,#111);letter-spacing:-.02em}.lp-ps__fac-hd-clave{font-size:6px;color:#bbb;margin-top:2px;display:block;word-break:break-all}.lp-ps__fac-badge{font-size:7px;font-weight:600;padding:2px 7px;border-radius:4px}.lp-ps__fac-badge--ok{background:#10b9811a;color:#10b981}.lp-ps__fac-hd-actions{display:flex;gap:4px;flex-shrink:0}.lp-ps__fac-act{font-size:7px;font-weight:600;padding:4px 8px;border-radius:5px;border:1px solid #ddd;color:#555}.lp-ps__fac-act--danger{border-color:#ef44444d;color:#ef4444}.lp-ps__fac-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px}.lp-ps__fac-card{padding:8px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px}.lp-ps__fac-card-t{font-size:8px;font-weight:700;color:var(--text,#111);display:block;margin-bottom:5px}.lp-ps__fac-card-r{display:flex;justify-content:space-between;font-size:7px;color:#666;padding:2px 0}.lp-ps__fac-card-r span:last-child{color:var(--text,#111);font-weight:500}.lp-ps__fac-card-msg{font-size:7px;color:#888;margin-top:4px;font-style:italic}.lp-ps__fac-lines{margin-bottom:10px}.lp-ps__fac-lines-t{font-size:9px;font-weight:700;color:var(--text,#111);display:block;margin-bottom:6px}.lp-ps__fac-lines-tbl{overflow-x:auto}.lp-ps__fac-lines-hd{display:grid;grid-template-columns:20px 1fr 40px 45px 45px 30px 45px 45px;gap:3px;padding:4px 6px;font-size:6px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #eee}.lp-ps__fac-lines-row{display:grid;grid-template-columns:20px 1fr 40px 45px 45px 30px 45px 45px;gap:3px;padding:5px 6px;font-size:7px;border-bottom:1px solid #f5f5f5}.lp-ps__fac-lines-row:hover{background:#fafafa}.lp-ps__fac-lines-bold{font-weight:600;color:var(--text,#111)}.lp-ps__fac-totals{max-width:200px;margin-left:auto}.lp-ps__fac-totals-row{display:flex;justify-content:space-between;font-size:8px;color:#666;padding:3px 0}.lp-ps__fac-totals-row span:last-child{font-variant-numeric:tabular-nums}.lp-ps__fac-totals-row--grand{font-size:10px;font-weight:700;color:var(--text,#111);border-top:1px solid #ddd;padding-top:5px;margin-top:3px}.lp-ps__rep{padding:10px}.lp-ps__rep-filters{display:flex;gap:5px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.lp-ps__rep-date{font-size:8px;color:#555;background:#f5f5f7;padding:4px 8px;border-radius:5px;border:1px solid #eee}.lp-ps__rep-btn-pri{font-size:8px;font-weight:600;color:#fff;background:var(--primary,#6a48bf);padding:4px 10px;border-radius:5px}.lp-ps__rep-btn-sec{font-size:8px;color:#555;border:1px solid #ddd;padding:4px 10px;border-radius:5px}.lp-ps__rep-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:8px}.lp-ps__rep-card{padding:7px 8px;background:#fafafa;border:1px solid #f0f0f0;border-radius:7px}.lp-ps__rep-card-l{font-size:7px;color:#888;display:block}.lp-ps__rep-card-v{font-size:12px;font-weight:700;color:#111;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.lp-ps__rep-chart-area{background:#fafafa;border:1px solid #f0f0f0;border-radius:7px;padding:8px;margin-bottom:8px}.lp-ps__rep-chart-t{font-size:8px;font-weight:600;color:#555;display:block;margin-bottom:6px}.lp-ps__rep-area-svg{width:100%;height:60px}.lp-ps__rep-bottom{display:grid;grid-template-columns:1fr 1fr;gap:6px}.lp-ps__rep-tbl-wrap{background:#fafafa;border:1px solid #f0f0f0;border-radius:7px;padding:8px}.lp-ps__rep-tbl-hd{display:grid;grid-template-columns:1fr 50px 70px;gap:6px;padding:4px 0;font-size:7px;font-weight:700;color:#999;text-transform:uppercase;border-bottom:1px solid #eee}.lp-ps__rep-tbl-row{display:grid;grid-template-columns:1fr 50px 70px;gap:6px;padding:4px 0;font-size:8px;border-bottom:1px solid #f5f5f5}.lp-ps__rep-tbl-total{font-weight:600;color:#111;text-align:right;font-variant-numeric:tabular-nums}.lp-ps__rep-pie-wrap{background:#fafafa;border:1px solid #f0f0f0;border-radius:7px;padding:8px}.lp-ps__rep-pie-center{display:flex;justify-content:center;margin:6px 0}.lp-ps__rep-legend{display:flex;flex-direction:column;gap:3px;font-size:7px;color:#666}.lp-ps__rep-legend span{display:flex;align-items:center;gap:4px}.lp-ps__rep-legend i{width:7px;height:7px;border-radius:2px;display:inline-block}@media(prefers-reduced-motion:reduce){.lp-ps__content{animation:none}}.lp-hiw{background:#fff;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem);position:relative;overflow:hidden}.lp-hiw__container{max-width:var(--max-w, 75rem);margin:0 auto}.lp-hiw__header{margin-bottom:2rem;text-align:center}@media(min-width:768px){.lp-hiw__header{margin-bottom:3rem}}@media(min-width:1024px){.lp-hiw__header{margin-bottom:4rem}}.lp-hiw__header-tag{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.lp-hiw__header-line{height:2px;width:1.5rem;background:var(--primary, #6a48bf);border-radius:1px}.lp-hiw__header-tag span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent, #a78bfa)}.lp-hiw__title{font-size:2.25rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.03em;margin:0 0 .75rem;line-height:1.05}@media(min-width:768px){.lp-hiw__title{font-size:3rem;margin:0 0 1rem}}@media(min-width:1024px){.lp-hiw__title{font-size:3.5rem}}.lp-hiw__subtitle{font-size:1.0625rem;color:var(--text-secondary, rgba(255,255,255,.55));font-weight:400;margin:0 auto;max-width:28rem;line-height:1.6}@media(min-width:768px){.lp-hiw__subtitle{font-size:1.125rem}}.lp-hiw__subtitle-accent{color:var(--accent, #a78bfa);font-weight:600}.lp-hiw__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.lp-hiw__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}}@media(min-width:1024px){.lp-hiw__content{grid-template-columns:1fr 1.3fr;gap:3rem;align-items:center}}.lp-hiw__steps{display:flex;flex-direction:row;gap:.5rem;order:1;justify-content:center;margin-bottom:1rem}@media(min-width:768px){.lp-hiw__steps{flex-direction:column;gap:.625rem;order:1;justify-content:flex-start;margin-bottom:0}}@media(min-width:1024px){.lp-hiw__steps{gap:.75rem}}.lp-hiw__step{text-align:center;padding:.5rem .75rem;border-radius:2rem;border:1px solid rgba(106,72,191,.1);background:linear-gradient(135deg,#6a48bf0a,#8b5cf605);display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;flex:1;max-width:6rem}@media(min-width:768px){.lp-hiw__step{width:100%;max-width:none;text-align:left;padding:1rem 1.25rem;border-radius:var(--radius, 16px);flex-direction:row;gap:1rem}}.lp-hiw__step:hover{background:linear-gradient(135deg,#6a48bf1a,#8b5cf60d);border-color:#6a48bf33;box-shadow:0 4px 12px #6a48bf14}.lp-hiw__step--active{background:linear-gradient(135deg,#6a48bf,#8b5cf6);border-color:#8b5cf64d;box-shadow:0 4px 16px #6a48bf40}.lp-hiw__step--active .lp-hiw__step-title,.lp-hiw__step--active .lp-hiw__step-desc{color:#fff}.lp-hiw__step--active .lp-hiw__step-desc{color:#ffffffb3}.lp-hiw__step-number{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#0000000f;color:var(--text-secondary, rgba(26,26,46,.6));font-size:.6875rem;font-weight:700;border-radius:50%;flex-shrink:0;transition:background .2s ease,color .2s ease}@media(min-width:768px){.lp-hiw__step-number{width:2rem;height:2rem;font-size:.8125rem}}@media(min-width:1024px){.lp-hiw__step-number{width:2.25rem;height:2.25rem;font-size:.875rem}}.lp-hiw__step--active .lp-hiw__step-number{background:var(--primary, #6a48bf);color:#fff}.lp-hiw__step-content{flex:1;min-width:0}.lp-hiw__step-title{font-size:.625rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.01em;margin:0;white-space:nowrap}@media(min-width:768px){.lp-hiw__step-title{font-size:.9375rem;margin:0 0 .125rem}}@media(min-width:1024px){.lp-hiw__step-title{font-size:1rem}}.lp-hiw__step-title--short{display:inline}.lp-hiw__step-title--full{display:none}@media(min-width:768px){.lp-hiw__step-title--short{display:none}.lp-hiw__step-title--full{display:inline}}.lp-hiw__step-desc{display:none}@media(min-width:768px){.lp-hiw__step-desc{display:block;font-size:.8125rem;color:var(--text-muted, rgba(255,255,255,.35));font-weight:400;margin:0}}@media(min-width:1024px){.lp-hiw__step-desc{font-size:.875rem}}.lp-hiw__steps-footer{padding:1rem 0 0;margin-top:.25rem;display:none}@media(min-width:768px){.lp-hiw__steps-footer{display:block;padding:1.25rem 0 0;margin-top:.5rem}}.lp-hiw__steps-footer p{font-size:.8125rem;color:var(--text-muted, rgba(255,255,255,.35));line-height:1.6;margin:0}.lp-hiw__dashboard{width:100%;order:2}.lp-hiw__dashboard-card{background:var(--bg-subtle, #f8f9fc);border-radius:var(--radius, 16px);border:1px solid var(--border, rgba(255,255,255,.06));overflow:hidden;position:relative}.lp-hiw__browser-header{background:#00000005;padding:.625rem .875rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border, rgba(255,255,255,.06))}@media(min-width:768px){.lp-hiw__browser-header{padding:.75rem 1rem}}@media(min-width:1024px){.lp-hiw__browser-header{padding:.875rem 1.25rem}}.lp-hiw__browser-dots{display:flex;gap:.375rem}.lp-hiw__browser-dots span{width:.5rem;height:.5rem;border-radius:50%}.lp-hiw__browser-dots span:nth-child(1){background:#f87171}.lp-hiw__browser-dots span:nth-child(2){background:#fbbf24}.lp-hiw__browser-dots span:nth-child(3){background:#34d399}.lp-hiw__browser-status{display:flex;align-items:center;gap:.5rem}.lp-hiw__browser-dot-live{width:.375rem;height:.375rem;background:#10b981;border-radius:50%;animation:lp-hiw-pulse 2s infinite}.lp-hiw__browser-status span:last-child{font-size:.6875rem;color:var(--text-muted, rgba(255,255,255,.35));font-weight:500}.lp-hiw__dashboard-content{padding:.875rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.lp-hiw__dashboard-content{padding:1.25rem;gap:1rem}}@media(min-width:1024px){.lp-hiw__dashboard-content{padding:1.5rem;gap:1.25rem}}.lp-hiw__kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.lp-hiw__stat-card{padding:.75rem;border-radius:var(--radius-sm, 10px);background:var(--surface, rgba(255,255,255,.03));border:1px solid var(--border, rgba(255,255,255,.06))}@media(min-width:768px){.lp-hiw__stat-card{padding:.875rem}}@media(min-width:1024px){.lp-hiw__stat-card{padding:1rem}}.lp-hiw__stat-card--highlight{background:var(--primary-soft, rgba(106,72,191,.12));border-color:#6a48bf33}.lp-hiw__stat-label{font-size:.625rem;font-weight:600;color:var(--text-muted, rgba(255,255,255,.35));margin:0 0 .25rem}@media(min-width:1024px){.lp-hiw__stat-label{font-size:.6875rem}}.lp-hiw__stat-value{font-size:1rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.02em;margin:0}@media(min-width:768px){.lp-hiw__stat-value{font-size:1.0625rem}}@media(min-width:1024px){.lp-hiw__stat-value{font-size:1.25rem}}.lp-hiw__activity{background:var(--surface, rgba(255,255,255,.03));border:1px solid var(--border, rgba(255,255,255,.06));border-radius:var(--radius-sm, 10px);padding:.75rem}@media(min-width:768px){.lp-hiw__activity{padding:.875rem}}@media(min-width:1024px){.lp-hiw__activity{padding:1rem}}.lp-hiw__activity-label{font-size:.625rem;font-weight:600;color:var(--text-muted, rgba(255,255,255,.35));margin:0 0 .625rem}@media(min-width:1024px){.lp-hiw__activity-label{font-size:.6875rem}}.lp-hiw__activity-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lp-hiw__activity-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.lp-hiw__activity-icon{width:2rem;height:2rem;border-radius:8px;background:linear-gradient(135deg,#6a48bf,#8b5cf6 40%,#a78bfa,#7c3aed);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:1024px){.lp-hiw__activity-icon{width:2.25rem;height:2.25rem}}.lp-hiw__activity-icon svg{width:.875rem;height:.875rem;color:#fff}@media(min-width:1024px){.lp-hiw__activity-icon svg{width:1rem;height:1rem}}.lp-hiw__activity-title{font-size:.75rem;font-weight:600;color:var(--text, #f1f1f1);margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.lp-hiw__activity-title{font-size:.8125rem}}.lp-hiw__activity-type{font-size:.625rem;color:var(--text-muted, rgba(255,255,255,.35));font-weight:500;margin:0}@media(min-width:1024px){.lp-hiw__activity-type{font-size:.6875rem}}.lp-hiw__activity-right{text-align:right;flex-shrink:0}.lp-hiw__activity-value{font-size:.75rem;font-weight:700;color:#10b981;margin:0 0 .125rem}@media(min-width:1024px){.lp-hiw__activity-value{font-size:.8125rem}}.lp-hiw__activity-time{font-size:.625rem;color:var(--text-muted, rgba(255,255,255,.35));font-weight:500;margin:0}@media(min-width:1024px){.lp-hiw__activity-time{font-size:.6875rem}}.lp-hiw__margin{padding-top:.875rem;border-top:1px solid var(--border, rgba(255,255,255,.06));display:flex;justify-content:space-between;align-items:center}@media(min-width:1024px){.lp-hiw__margin{padding-top:1rem}}.lp-hiw__margin-info{display:flex;flex-direction:column;gap:.125rem}.lp-hiw__margin-label{font-size:.625rem;font-weight:600;color:var(--text-muted, rgba(255,255,255,.35))}@media(min-width:1024px){.lp-hiw__margin-label{font-size:.6875rem}}.lp-hiw__margin-value{font-size:1.25rem;font-weight:800;color:var(--text, #f1f1f1);letter-spacing:-.03em}@media(min-width:768px){.lp-hiw__margin-value{font-size:1.375rem}}@media(min-width:1024px){.lp-hiw__margin-value{font-size:1.75rem}}.lp-hiw__margin-btn{background:var(--primary, #6a48bf);color:#fff;padding:.4375rem .875rem;border-radius:8px;font-size:.6875rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}@media(min-width:1024px){.lp-hiw__margin-btn{padding:.5rem 1rem;font-size:.75rem}}.lp-hiw__margin-btn:hover{background:var(--primary-hover, #7c5bd0)}.lp-hiw__dashboard-glow{position:absolute;bottom:-2rem;right:-2rem;width:8rem;height:8rem;background:#6a48bf0f;filter:blur(40px);border-radius:50%;pointer-events:none}@keyframes lp-hiw-pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.lp-hiw__step,.lp-hiw__margin-btn{transition:none}.lp-hiw__browser-dot-live{animation:none}}.lp-biz{background:#f9f9fb;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-biz__container{max-width:var(--max-w, 75rem);margin:0 auto;position:relative}.lp-biz__header{text-align:center;margin-bottom:3rem}@media(min-width:768px){.lp-biz__header{margin-bottom:4rem}}.lp-biz__title{font-size:2.25rem;font-weight:700;color:var(--text, #f1f1f1);letter-spacing:-.03em;margin:0 0 .75rem;line-height:1.05}@media(min-width:768px){.lp-biz__title{font-size:3rem;margin:0 0 1rem}}@media(min-width:1024px){.lp-biz__title{font-size:3.5rem}}.lp-biz__title-accent{color:var(--accent, #a78bfa)}.lp-biz__subtitle{font-size:1.0625rem;color:var(--text-secondary, rgba(255,255,255,.55));font-weight:400;margin:0 auto;max-width:32rem;line-height:1.6}@media(min-width:768px){.lp-biz__subtitle{font-size:1.125rem}}.lp-biz__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.lp-biz__grid{gap:1rem}}@media(min-width:768px){.lp-biz__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.lp-biz__grid{grid-template-columns:repeat(5,1fr)}}.lp-biz__card{position:relative;overflow:hidden;border-radius:var(--radius, 16px);cursor:pointer;aspect-ratio:1;border:1px solid var(--border, rgba(255,255,255,.06));transition:border-color .2s ease,transform .2s ease}.lp-biz__card:hover{border-color:#6a48bf4d;transform:translateY(-4px)}.lp-biz__card--selected{outline:2px solid var(--primary, #6a48bf);outline-offset:2px}.lp-biz__card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lp-biz__card:hover .lp-biz__card-img{transform:scale(1.05)}.lp-biz__card-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d 40%,#0000000d);transition:opacity .2s ease}.lp-biz__card:hover .lp-biz__card-overlay{opacity:.95}.lp-biz__card-content{position:absolute;bottom:0;left:0;right:0;padding:.875rem}@media(min-width:768px){.lp-biz__card-content{padding:1.25rem}}.lp-biz__card-title{display:flex;align-items:center;gap:.375rem;color:#fff;font-size:.8125rem;font-weight:600;margin:0}@media(min-width:768px){.lp-biz__card-title{font-size:1rem}}@media(min-width:1024px){.lp-biz__card-title{font-size:1.0625rem}}.lp-biz__card-arrow{width:1rem;height:1rem;flex-shrink:0;opacity:.6;transition:transform .2s ease,opacity .2s ease}@media(min-width:768px){.lp-biz__card-arrow{width:1.125rem;height:1.125rem}}.lp-biz__card:hover .lp-biz__card-arrow{transform:translate(2px,-2px);opacity:1}.lp-biz__backdrop{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999}.lp-biz__modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.lp-biz__modal-inner{background:var(--bg-subtle, #f8f9fc);width:100%;max-width:400px;max-height:85vh;max-height:85dvh;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;position:relative;border:1px solid var(--border, rgba(255,255,255,.06))}@media(min-width:640px){.lp-biz__modal-inner{max-width:440px;max-height:80vh;max-height:80dvh}}@media(min-width:768px){.lp-biz__modal-inner{max-width:500px}}.lp-biz__modal-close{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border-radius:50%;background:#00000014;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:background .2s ease}@media(min-width:640px){.lp-biz__modal-close{top:1rem;right:1rem;width:2.5rem;height:2.5rem}}.lp-biz__modal-close:hover{background:#0000001f}.lp-biz__modal-close svg{width:1.125rem;height:1.125rem;color:var(--text-secondary, rgba(255,255,255,.55))}.lp-biz__modal-image{width:100%;height:140px;min-height:140px;overflow:hidden;flex-shrink:0}@media(min-width:640px){.lp-biz__modal-image{height:160px;min-height:160px}}@media(min-width:768px){.lp-biz__modal-image{height:180px;min-height:180px}}.lp-biz__modal-image img{width:100%;height:100%;object-fit:cover}.lp-biz__modal-body{padding:1.25rem 1.25rem 1.5rem;overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}@media(min-width:640px){.lp-biz__modal-body{padding:1.5rem 1.5rem 2rem}}.lp-biz__modal-title{font-size:1.25rem;font-weight:700;color:var(--text, #f1f1f1);margin:0 0 .5rem;letter-spacing:-.02em}@media(min-width:640px){.lp-biz__modal-title{font-size:1.375rem}}.lp-biz__modal-desc{font-size:.875rem;color:var(--text-secondary, rgba(255,255,255,.55));line-height:1.5;margin:0 0 1.25rem}@media(min-width:640px){.lp-biz__modal-desc{font-size:.9375rem}}.lp-biz__modal-features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}@media(min-width:640px){.lp-biz__modal-features{gap:.75rem;margin-bottom:1.5rem}}.lp-biz__modal-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:linear-gradient(135deg,#6a48bf0f,#8b5cf605);border-radius:var(--radius-sm, 10px);border:1px solid rgba(106,72,191,.1)}@media(min-width:640px){.lp-biz__modal-feature{padding:.875rem}}.lp-biz__modal-feature-icon{width:1.75rem;height:1.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a48bf,#8b5cf6 40%,#a78bfa,#7c3aed);border-radius:6px;color:#fff;padding:.25rem}@media(min-width:640px){.lp-biz__modal-feature-icon{width:1.375rem;height:1.375rem}}.lp-biz__modal-feature-icon svg{width:100%;height:100%}.lp-biz__modal-feature-text{font-size:.8125rem;font-weight:500;color:var(--text-secondary, rgba(255,255,255,.55))}@media(min-width:640px){.lp-biz__modal-feature-text{font-size:.875rem}}.lp-biz__modal-btn{width:100%;background:var(--primary, #6a48bf);color:#fff;padding:.875rem 1.5rem;border-radius:var(--radius-btn, 14px);font-size:.9375rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}@media(min-width:640px){.lp-biz__modal-btn{padding:1rem 1.5rem;font-size:1rem}}.lp-biz__modal-btn:hover{background:var(--primary-hover, #7c5bd0)}@media(prefers-reduced-motion:reduce){.lp-biz__card,.lp-biz__card-img,.lp-biz__card-arrow,.lp-biz__modal-close,.lp-biz__modal-btn{transition:none}.lp-biz__card:hover .lp-biz__card-img,.lp-biz__card:hover{transform:none}}.lp-pains{padding:var(--section-py) var(--section-px);background:var(--bg, #ffffff)}.lp-pains__container{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.lp-pains__container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}}.lp-pains__left{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:1024px){.lp-pains__left{position:sticky;top:7rem}}.lp-pains__tag{display:inline-flex;align-self:flex-start;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary, #6a48bf)}.lp-pains__title{font-size:clamp(1.625rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.025em;color:var(--text, #1a1a2e);line-height:1.25;margin:0}.lp-pains__title-accent{color:var(--primary, #6a48bf)}.lp-pains__subtitle{font-size:1rem;color:var(--text-secondary, rgba(26, 26, 46, .6));line-height:1.65;margin:0;max-width:28rem}.lp-pains__line{width:3rem;height:2px;background:var(--border, rgba(106, 72, 191, .1));border-radius:1px;margin-top:.5rem}.lp-pains__img{width:100%;max-width:26rem;aspect-ratio:16 / 10;object-fit:cover;border-radius:16px;margin-top:1.75rem;display:block}.lp-pains__right{display:flex;flex-direction:column;gap:0}.lp-pains__card{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border, rgba(106, 72, 191, .1));transition:background .2s ease;align-items:flex-start}.lp-pains__card:first-child{padding-top:0}@media(min-width:768px){.lp-pains__card{gap:1.75rem;padding:1.75rem 0}}.lp-pains__card:hover{background:var(--surface, rgba(106, 72, 191, .03));padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-1rem;border-radius:var(--radius-sm, 10px)}.lp-pains__card-number{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary, #6a48bf);color:#fff;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;flex-shrink:0;line-height:1}.lp-pains__card-body{flex:1;min-width:0}.lp-pains__card-title{font-size:1rem;font-weight:600;color:var(--text, #1a1a2e);margin:0 0 .375rem;letter-spacing:-.01em}.lp-pains__card-desc{font-size:.9375rem;color:var(--text-secondary, rgba(26, 26, 46, .55));line-height:1.6;margin:0}@media(prefers-reduced-motion:reduce){.lp-pains__card{transition:none}}.lp-contact{padding:var(--section-py) var(--section-px);max-width:var(--max-w);margin:0 auto}.lp-contact__header{text-align:center;margin-bottom:4rem}.lp-contact__label{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--primary);letter-spacing:.04em;margin-bottom:.75rem}.lp-contact__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--text);letter-spacing:-.02em;margin:0 0 1rem}.lp-contact__description{font-size:1.0625rem;color:var(--text-secondary);max-width:34rem;margin:0 auto;line-height:1.7}.lp-contact__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.lp-contact__grid{grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:start}}@media(min-width:1024px){.lp-contact__grid{gap:5rem}}.lp-contact__info-title{font-size:1.375rem;font-weight:700;color:var(--text);margin:0 0 .75rem}.lp-contact__info-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin:0 0 2.5rem}.lp-contact__details{display:flex;flex-direction:column;gap:1.5rem}.lp-contact__detail{display:flex;align-items:flex-start;gap:.875rem}.lp-contact__detail-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#6a48bf,#8b5cf6 40%,#a78bfa,#7c3aed);color:#fff;flex-shrink:0}.lp-contact__detail div:last-child{display:flex;flex-direction:column;gap:.125rem}.lp-contact__detail strong{font-size:.875rem;font-weight:600;color:var(--text)}.lp-contact__detail span{font-size:.875rem;color:var(--text-secondary)}.lp-contact__detail a{font-size:.875rem;color:var(--primary);text-decoration:none;transition:opacity .2s ease}.lp-contact__detail a:hover{opacity:.8}.lp-contact__form{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.lp-contact__form{padding:2.5rem}}.lp-contact__form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:480px){.lp-contact__form-row{grid-template-columns:1fr 1fr}}.lp-contact__field{display:flex;flex-direction:column;gap:.375rem}.lp-contact__field label{font-size:.8125rem;font-weight:600;color:var(--text)}.lp-contact__field input,.lp-contact__field textarea{width:100%;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.lp-contact__field input::placeholder,.lp-contact__field textarea::placeholder{color:var(--text-muted)}.lp-contact__field input:focus,.lp-contact__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.lp-contact__field textarea{resize:vertical;min-height:120px}.lp-contact__submit{width:100%;padding:.875rem;font-size:.9375rem;font-weight:600;font-family:inherit;color:#fff;background:var(--primary);border:none;border-radius:var(--radius-btn);cursor:pointer;transition:background .2s ease,transform .2s ease}.lp-contact__submit:hover{background:var(--primary-hover);transform:translateY(-1px)}.lp-contact__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.lp-logos{padding:3rem var(--section-px);max-width:var(--max-w);margin:0 auto;overflow:hidden;border-top:1px solid var(--border, #e8e8ec)}@media(min-width:768px){.lp-logos{padding:3.5rem var(--section-px)}}.lp-logos__label{text-align:center;font-size:1.0625rem;font-weight:700;color:var(--text, #111);letter-spacing:-.005em;margin:0 0 2.75rem}@media(min-width:768px){.lp-logos__label{font-size:1.25rem;margin-bottom:3.25rem}}.lp-logos__track-wrapper{position:relative}.lp-logos__fade{position:absolute;top:0;bottom:0;width:5rem;z-index:2;pointer-events:none}@media(min-width:1024px){.lp-logos__fade{width:8rem}}.lp-logos__fade--left{left:0;background:linear-gradient(to right,var(--bg, #fff),transparent)}.lp-logos__fade--right{right:0;background:linear-gradient(to left,var(--bg, #fff),transparent)}.lp-logos__track{display:flex;width:max-content;animation:logo-scroll 30s linear infinite}.lp-logos__track:hover{animation-play-state:paused}.lp-logos__slide{display:flex;align-items:center;gap:4rem;padding:0 2rem}@media(min-width:1024px){.lp-logos__slide{gap:5rem}}.lp-logos__item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:4.5rem}@media(min-width:768px){.lp-logos__item{height:5.5rem}}.lp-logos__img{height:100%;width:auto;max-width:180px;object-fit:contain;opacity:.7;transition:opacity .3s ease;user-select:none}@media(min-width:768px){.lp-logos__img{max-width:220px}}.lp-logos__img:hover{opacity:1}@keyframes logo-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.lp-logos__track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.lp-logos__slide:last-child{display:none}.lp-logos__fade{display:none}}.lp-stats{background:#f5f5f7;padding:clamp(3.5rem,7vw,5.5rem) var(--section-px);font-family:var(--font)}.lp-stats__inner{max-width:var(--max-w);margin:0 auto}.lp-stats__head{max-width:40rem;margin:0 0 clamp(2rem,4vw,3.5rem)}.lp-stats__title{font-family:var(--font);font-weight:700;font-size:clamp(1.625rem,3.2vw,2.25rem);line-height:1.15;letter-spacing:-.02em;color:var(--text);margin:0 0 1rem;text-wrap:balance}.lp-stats__lede{font-size:clamp(.9375rem,1.3vw,1.0625rem);line-height:1.6;color:var(--text-secondary);margin:0;max-width:56ch;text-wrap:pretty}.lp-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:clamp(.875rem,1.5vw,1.25rem)}.lp-stats__card{background:#fff;border:1px solid #ececf0;border-radius:18px;padding:clamp(1.5rem,3vw,2.25rem) clamp(1.25rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1.125rem;min-height:clamp(11rem,18vw,13.75rem);box-shadow:0 6px 22px #14142b0a;transition:box-shadow .2s ease,transform .2s ease}.lp-stats__card:hover{box-shadow:0 12px 32px #14142b14;transform:translateY(-2px)}.lp-stats__num{display:flex;align-items:baseline;gap:.25rem;color:var(--primary);font-family:var(--font);font-weight:700;letter-spacing:-.04em;line-height:1}.lp-stats__big{font-size:clamp(2.75rem,5.5vw,4rem)}.lp-stats__suf{font-size:clamp(1.125rem,1.8vw,1.5rem);font-weight:600;letter-spacing:-.02em}.lp-stats__meta{display:flex;flex-direction:column;gap:.375rem}.lp-stats__meta strong{font-size:clamp(.9375rem,1.3vw,1rem);font-weight:600;color:var(--text);letter-spacing:-.01em}.lp-stats__meta span{font-size:clamp(.875rem,1.2vw,.9375rem);line-height:1.55;color:var(--text-secondary);text-wrap:pretty}.lp-chaos{padding:2rem var(--section-px, 1.5rem) 4rem;background:var(--bg, #fff)}.lp-chaos__container{max-width:72rem;margin:0 auto}.lp-chaos__svg{width:100%;height:auto;display:block}.lp-bn{padding:clamp(3.5rem,7vw,5.5rem) var(--section-px);background:#fafafa;position:relative}.lp-bn__container{max-width:var(--max-w);margin:0 auto}.lp-bn__header{max-width:42rem;margin:0 auto 4rem;text-align:center}@media(min-width:1024px){.lp-bn__header{margin-bottom:5rem}}.lp-bn__eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin:0 0 .875rem}.lp-bn__heading{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--text);margin:0}@media(min-width:768px){.lp-bn__heading{font-size:2.25rem}}@media(min-width:1024px){.lp-bn__heading{font-size:2.625rem}}.lp-bn__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:clamp(2rem,4vw,3rem) 0}@media(min-width:768px){.lp-bn__grid{gap:0}}.lp-bn__card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:0;position:relative}@media(min-width:768px){.lp-bn__card{padding:.5rem 2.5rem}.lp-bn__card:first-child{padding-left:0}.lp-bn__card:last-child{padding-right:0}.lp-bn__card+.lp-bn__card:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:1px;background:linear-gradient(to bottom,transparent 0%,#e8e8ec 18%,#e8e8ec 82%,transparent 100%)}}@media(min-width:1024px){.lp-bn__card{padding:.5rem 3rem}.lp-bn__card:first-child{padding-left:0}.lp-bn__card:last-child{padding-right:0}}.lp-bn__icon{display:flex;align-items:center;justify-content:flex-start;color:var(--primary);margin-bottom:1.25rem}.lp-bn__icon svg{width:36px;height:36px}.lp-bn__title{font-size:clamp(1.1875rem,1.8vw,1.375rem);font-weight:600;letter-spacing:-.015em;line-height:1.3;color:var(--text);margin:0 0 .625rem;text-wrap:balance}.lp-bn__body{font-size:clamp(.9375rem,1.3vw,1rem);color:var(--text-secondary);line-height:1.65;margin:0;font-weight:400;text-wrap:pretty}.lp-bn__link{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.9375rem;font-weight:600;color:var(--primary);text-decoration:none;transition:gap .2s ease}.lp-bn__link:hover{gap:.625rem}.lp-bn__link svg{width:14px;height:14px}.lp-sol{--sol-violet: #6B3FD4;--sol-violet-dark: #5A32B8;--sol-violet-tint: #EDE6FF;--sol-ink: #1A1A22;--sol-ink-2: #2B2B36;--sol-muted: #6B6B7A;padding:clamp(3.5rem,7vw,5.5rem) var(--section-px);background:#f5f5f7}.lp-sol__container{max-width:var(--max-w);margin:0 auto}.lp-sol__section-title{font-size:clamp(1.75rem,3.4vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--sol-ink);text-align:center;max-width:40rem;margin:0 auto clamp(2rem,4vw,3.5rem);text-wrap:balance}.lp-sol__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:center}@media(max-width:1023px){.lp-sol__right{order:0}.lp-sol__left{order:1}}@media(min-width:1024px){.lp-sol__grid{grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,6rem)}}.lp-sol__grid+.lp-sol__grid{margin-top:clamp(3rem,6vw,6rem)}.lp-sol__headline{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:800;color:var(--sol-ink);letter-spacing:-.035em;line-height:1.06;max-width:16ch;margin:0 0 1rem;text-wrap:balance}.lp-sol__lead{font-size:var(--text-lg, 1.125rem);line-height:1.5;color:var(--sol-muted);margin:0 0 1.5rem;max-width:34ch}.lp-sol__headline-accent{font-style:normal;color:var(--sol-violet)}.lp-sol__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.lp-sol__benefits li{display:flex;align-items:center;gap:.625rem;font-size:var(--text-md, 1rem);line-height:1.4;color:var(--sol-ink-2);font-weight:500}.lp-sol__check{flex:0 0 18px;width:18px;height:18px;color:var(--sol-violet)}.lp-sol__ctas{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}.lp-sol__btn-primary{display:inline-block;white-space:nowrap;background:var(--sol-violet);color:#fff;font-size:.9375rem;font-weight:600;padding:.8125rem 1.625rem;border-radius:8px;text-decoration:none;letter-spacing:-.005em;box-shadow:0 4px 12px #6b3fd440;transition:background .15s ease,transform .15s ease}.lp-sol__btn-primary:hover{background:var(--sol-violet-dark);transform:translateY(-1px)}.lp-sol__btn-secondary{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;color:var(--sol-violet);font-size:.9375rem;font-weight:600;text-decoration:none;letter-spacing:-.005em}.lp-sol__btn-secondary span{display:inline-block;transition:transform .15s ease}.lp-sol__btn-secondary:hover span{transform:translate(3px)}.lp-sol__right{position:relative;display:flex;align-items:center;justify-content:center}.lp-sol__showcase{position:relative;width:100%;aspect-ratio:10 / 8.2;border-radius:28px;overflow:hidden;z-index:1;background:#cdbef2}.lp-sol__device{position:absolute;top:9%;left:8%;right:-10%}.lp-sol__showcase--mirror .lp-sol__device{left:-10%;right:8%}.lp-sol__shot{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 32px 80px #3a236e4d,0 4px 14px #3a236e24}.lp-fc{background:var(--bg, #fff);padding:clamp(4rem,8vw,7rem) var(--section-px, 1.5rem)}.lp-fc__container{max-width:var(--max-w, 72rem);margin:0 auto}.lp-fc__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.lp-fc__title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:var(--text, #111);letter-spacing:-.035em;line-height:1.05;margin:0 0 .9rem;text-wrap:balance}.lp-fc__accent{color:#6a48bf}.lp-fc__sub{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary, #555);margin:0 auto;max-width:34rem;font-weight:400;line-height:1.6}.lp-fc__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.lp-fc__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp-fc__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.lp-fc__grid>*{display:flex}.lp-fc__grid .lp-animate{width:100%}.lp-fc__card{display:flex;flex-direction:column;width:100%;min-height:27rem;background:#f4f4f6;border:1px solid #ececf0;border-radius:18px;padding:1.625rem 1.375rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.lp-fc__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #14142b14}.lp-fc__card-title{font-size:1.125rem;font-weight:700;color:var(--text, #111);letter-spacing:-.01em;margin:0 0 .5rem}.lp-fc__card-desc{font-size:.875rem;color:var(--text-secondary, #555);line-height:1.55;margin:0 0 1.5rem}.lp-fc__mock{width:min(100%,13rem);min-height:14rem;margin:auto auto 0;display:flex;flex-direction:column;justify-content:center;background:#fff;border:1px solid #eceaf2;border-radius:14px;padding:.95rem;box-shadow:0 10px 30px -6px #140e3224,0 2px 6px #140e320d}.lp-fc__mock--center{align-items:center;text-align:center}.lp-fc__mock-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.lp-fc__mock-doc{font-size:.78125rem;font-weight:700;color:var(--text, #111)}.lp-fc__mock-doc b{color:var(--primary, #6a48bf);font-weight:700}.lp-fc__mono{font-family:SF Mono,Monaco,Consolas,monospace;font-variant-numeric:tabular-nums}.lp-fc__badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;font-size:.59375rem;font-weight:600;line-height:1;border-radius:999px;white-space:nowrap}.lp-fc__badge--ok{background:#10b9811f;color:#047857;border:1px solid rgba(16,185,129,.2)}.lp-fc__badge--warn{background:#f59e0b1f;color:#b45309;border:1px solid rgba(245,158,11,.22)}.lp-fc__mock--center .lp-fc__mock-doc{margin-bottom:.5rem}.lp-fc__total-block{display:grid;gap:2px;margin:1rem 0}.lp-fc__total-label{font-size:.59375rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted, #999)}.lp-fc__total-amount{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--primary, #6a48bf)}.lp-fc__barcode{width:100%;height:22px;border-radius:2px;background:repeating-linear-gradient(90deg,#2a2a30 0 1.5px,transparent 1.5px 3.5px,#2a2a30 3.5px 6.5px,transparent 6.5px 8px,#2a2a30 8px 9px,transparent 9px 12px);opacity:.82}.lp-fc__clave{font-size:.5625rem;color:var(--text-muted, #999);margin:.375rem 0 0;letter-spacing:.04em}.lp-fc__product-img{width:100%;aspect-ratio:3 / 2;object-fit:contain;border-radius:10px;background:#f6f6f8;border:1px solid #f0eff4;padding:.4rem;margin-bottom:.625rem}.lp-fc__product-name{font-size:.75rem;font-weight:600;color:var(--text, #111);line-height:1.3}.lp-fc__product-price{font-size:.875rem;font-weight:700;color:var(--primary, #6a48bf);margin-top:2px}.lp-fc__sku{font-size:.59375rem;color:var(--text-muted, #999);margin-top:2px}.lp-fc__cobrar{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:.75rem;padding:.5rem .75rem;background:var(--primary, #6a48bf);color:#fff;font-size:.71875rem;font-weight:600;border-radius:.625rem}.lp-fc__stockbar{display:block;height:5px;margin-top:.625rem;border-radius:99px;background:#f0f0f3;overflow:hidden}.lp-fc__stockbar i{display:block;height:100%;border-radius:99px;background:#f59e0b}.lp-fc__stockmeta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem}.lp-fc__stockqty{font-size:.71875rem;font-weight:700;color:var(--text, #111)}.lp-fc__vsteps{display:flex;flex-direction:column;margin:.25rem 0 .75rem}.lp-fc__vstep{display:flex;align-items:center;gap:.5rem}.lp-fc__step-dot{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border-radius:50%;background:#fff;border:1.5px solid #e0e0e6;color:#b3b3bd;font-size:.59375rem;font-weight:700}.lp-fc__vstep--done .lp-fc__step-dot{background:#10b981;border-color:#10b981;color:#fff}.lp-fc__vstep--current .lp-fc__step-dot{background:#6a48bf1a;border-color:var(--primary, #6a48bf);color:var(--primary, #6a48bf)}.lp-fc__vstep-label{font-size:.6875rem;color:var(--text-secondary, #555);white-space:nowrap}.lp-fc__vstep--done .lp-fc__vstep-label{color:var(--text, #111)}.lp-fc__vstep--current .lp-fc__vstep-label{color:var(--primary, #6a48bf);font-weight:600}.lp-fc__vline{width:1.5px;height:8px;margin-left:9.25px;background:#e6e6eb}.lp-fc__vline--done{background:#10b981}.lp-fc__cliente{display:flex;align-items:center;gap:.5rem;padding-top:.625rem;border-top:1px solid #f0f0f3}.lp-fc__avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:var(--primary, #6a48bf);color:#fff;font-size:.65625rem;font-weight:700}.lp-fc__avatar--green{background:#10b981}.lp-fc__cliente-name{font-size:.71875rem;font-weight:600;color:var(--text, #111);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-fc__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem}.lp-fc__cta-btn{display:inline-flex;align-items:center;padding:.875rem 1.75rem;border-radius:100px;background:var(--primary, #6a48bf);color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:-.005em;text-decoration:none;box-shadow:0 8px 20px #6a48bf52;transition:background .2s ease,transform .2s ease}.lp-fc__cta-btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px)}.lp-fc__cta-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary, #6a48bf);font-size:.9375rem;font-weight:600;text-decoration:none}.lp-fc__cta-link span{transition:transform .15s ease}.lp-fc__cta-link:hover span{transform:translate(3px)}.lp-lexia{padding:clamp(4rem,8vw,7rem) var(--section-px);background:var(--bg, #fff);overflow:hidden}.lp-lexia__container{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,4rem);align-items:center}@media(min-width:900px){.lp-lexia__container{grid-template-columns:1.1fr 1fr}}.lp-lexia__eyebrow{font-size:var(--text-sm, .8125rem);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--primary, #6a48bf);margin:0 0 1rem}.lp-lexia__title{font-size:clamp(2rem,4.6vw,3rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--text, #111);margin:0 0 1rem;text-wrap:balance}.lp-lexia__accent{color:var(--primary, #6a48bf)}.lp-lexia__sub{font-size:var(--text-lg, 1.125rem);line-height:1.55;color:var(--text-secondary, #555);margin:0 0 1.75rem;max-width:40ch}.lp-lexia__does{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.9rem}.lp-lexia__do{position:relative;padding-left:1.9rem;font-size:var(--text-md, 1rem);line-height:1.5;color:var(--text, #111)}.lp-lexia__do:before{content:"";position:absolute;left:0;top:.35rem;width:1.1rem;height:1.1rem;border-radius:50%;background:radial-gradient(circle at 35% 30%,#b79dff,#6a48bf)}.lp-lexia__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.lp-lexia__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.9rem;border-radius:999px;background:var(--primary, #6a48bf);color:#fff;font-weight:600;font-size:var(--text-md, 1rem);text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.lp-lexia__btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px);box-shadow:0 12px 28px #6a48bf59}.lp-lexia__note{font-size:var(--text-sm, .8125rem);color:var(--text-muted, #999)}.lp-lexia__hero{position:relative;display:grid;place-items:center;min-height:20rem}.lp-lexia__glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.45) 0%,rgba(139,92,246,.12) 45%,transparent 70%);filter:blur(6px)}.lp-lexia__mascot{position:relative;width:min(80%,22rem);height:auto;display:block;filter:drop-shadow(0 24px 40px rgba(106,72,191,.35));animation:lp-lexia-float 5s ease-in-out infinite}@keyframes lp-lexia-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(prefers-reduced-motion:reduce){.lp-lexia__mascot{animation:none}}.lp-prob{padding:clamp(4.5rem,9vw,8rem) var(--section-px);background:#f5f5f7}.lp-prob__container{max-width:var(--max-w, 72rem);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4rem);align-items:center}@media(min-width:860px){.lp-prob__container{grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem)}}.lp-prob__visual{position:relative;width:100%;aspect-ratio:5 / 6;border-radius:0;overflow:hidden;background:#eceef2;display:flex;align-items:center;justify-content:center}@media(max-width:859px){.lp-prob__visual{max-width:24rem;margin:0 auto}}.lp-prob__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 18%}.lp-prob__stack{position:relative;z-index:2;width:100%;max-width:21rem;padding:1rem 1.25rem;display:flex;flex-direction:column;align-items:center}.lp-prob__cards{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.lp-prob__card{display:flex;align-items:center;gap:.75rem;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);border-radius:1rem;padding:.8rem .9rem;box-shadow:0 10px 24px #140e3224}.lp-prob__card--back{width:84%;transform:translateY(.5rem);opacity:.82}.lp-prob__card--mid{width:92%;transform:translateY(-.6rem);opacity:.94;z-index:2}.lp-prob__card--front{width:100%;transform:translateY(-1.5rem);box-shadow:0 20px 44px #140e3233;z-index:3}.lp-prob__ic{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.7rem;color:#fff;flex-shrink:0}.lp-prob__ic svg{width:1.1rem;height:1.1rem}.lp-prob__ic--v{background:linear-gradient(135deg,#7c5bd0,#6a48bf)}.lp-prob__ic--a{background:linear-gradient(135deg,#f59e0b,#ea8a04)}.lp-prob__ic--p{background:linear-gradient(135deg,#22c55e,#16a34a)}.lp-prob__ct{min-width:0}.lp-prob__ct-t{font-size:.82rem;font-weight:700;color:#14121c;margin:0;line-height:1.15}.lp-prob__ct-s{font-size:.78rem;color:#555;margin:.12rem 0 0;line-height:1.15}.lp-prob__pill{display:inline-flex;align-items:center;gap:.45rem;margin-top:-.5rem;padding:.6rem 1.15rem;border-radius:999px;background:var(--primary, #6a48bf);color:#fff;font-weight:700;font-size:.8rem;letter-spacing:-.01em;box-shadow:0 8px 20px #6a48bf59}.lp-prob__pill svg{width:.9rem;height:.9rem}.lp-prob__text{display:flex;flex-direction:column}.lp-prob__title{font-size:clamp(2rem,3.6vw,2.9rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;color:var(--text, #111);margin:0 0 1.25rem}.lp-prob__accent{color:var(--primary, #6a48bf)}.lp-prob__quotes{display:flex;flex-direction:column;gap:.3rem;margin:0 0 1.4rem}.lp-prob__quotes p{font-size:clamp(1rem,1.4vw,1.15rem);font-weight:600;color:var(--text, #111);line-height:1.4;margin:0}.lp-prob__body{display:flex;flex-direction:column;gap:.85rem;margin:0 0 1.75rem}.lp-prob__body p{font-size:clamp(.95rem,1.1vw,1.02rem);color:var(--text-secondary, #555);line-height:1.6;margin:0}.lp-prob__body-strong{color:var(--text, #111)!important;font-weight:600}.lp-prob__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:999px;background:var(--primary, #6a48bf);color:#fff;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 10px 26px #6a48bf52;transition:background .2s ease,transform .2s ease}.lp-prob__cta:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px)}.lp-prob__cta svg{width:1rem;height:1rem}@media(max-width:767px){.lp-prob__cta{align-self:stretch;width:100%;justify-content:center}}.lp-steps{padding:clamp(4rem,8vw,7rem) var(--section-px);background:var(--bg, #fff)}.lp-steps__container{max-width:var(--max-w);margin:0 auto}.lp-steps__header{text-align:center;max-width:44rem;margin:0 auto clamp(2.5rem,5vw,4rem)}.lp-steps__title{font-size:clamp(2rem,4.6vw,3rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--text, #111);margin:0 0 .9rem;text-wrap:balance}.lp-steps__sub{font-size:var(--text-lg, 1.125rem);line-height:1.5;color:var(--text-secondary, #555);margin:0;text-wrap:balance}.lp-steps__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:860px){.lp-steps__grid{grid-template-columns:repeat(3,1fr)}}.lp-steps__tile{display:flex;flex-direction:column;background:transparent;border:none;border-radius:0;box-shadow:none}.st-stage{position:relative;height:15rem;display:grid;place-items:center;padding:1.5rem;overflow:hidden;background:#cdbef2;border-radius:0}.st-stage--flow{background:#bfe1cd}.st-stage--dash{background:#c6caf0}.lp-steps__body{padding:1.4rem .25rem 0}.lp-steps__n{display:inline-block;font-size:var(--text-xs, .75rem);font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--primary, #6a48bf);margin-bottom:.5rem}.lp-steps__tile-title{font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--text, #111);margin:0 0 .5rem}.lp-steps__tile-text{font-size:var(--text-md, 1rem);line-height:1.5;color:var(--text-secondary, #555);margin:0}.lp-steps__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem;margin-top:clamp(2.5rem,5vw,3.5rem)}.lp-steps__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 2rem;border-radius:999px;background:var(--primary, #6a48bf);color:#fff;font-weight:600;font-size:var(--text-md, 1rem);text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.lp-steps__btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px);box-shadow:0 12px 28px #6a48bf59}.lp-steps__link{font-weight:600;font-size:var(--text-md, 1rem);color:var(--text, #111);text-decoration:none;border-bottom:2px solid var(--primary, #6a48bf);padding-bottom:2px}.st-pos{width:100%;max-width:15rem;background:#fff;border:1px solid #ececf0;border-radius:14px;box-shadow:0 10px 24px #140e321a;padding:.9rem;font-size:.8rem}.st-pos__row{display:flex;justify-content:space-between;color:#444;padding:.35rem 0}.st-pos__row span{color:#111;font-weight:600}.st-pos__row--in{animation:st-rowin 4s ease-in-out infinite}.st-pos__total{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed #e3e0ec;margin-top:.35rem;padding-top:.5rem;color:#666;font-weight:600}.st-pos__total b{color:var(--primary, #6a48bf);font-size:1rem}.st-pos__btn{margin-top:.7rem;text-align:center;background:var(--primary, #6a48bf);color:#fff;font-weight:700;border-radius:9px;padding:.5rem;animation:st-pulse 2.2s ease-in-out infinite}@keyframes st-rowin{0%{opacity:0;transform:translateY(10px)}18%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes st-pulse{0%,to{transform:scale(1);box-shadow:0 0 #6a48bf59}50%{transform:scale(1.03);box-shadow:0 0 0 8px #6a48bf00}}.st-flow{width:100%;max-width:15rem;display:flex;flex-direction:column;gap:.6rem}.st-flow__item{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e4efe8;border-radius:11px;padding:.6rem .75rem;font-size:.82rem;font-weight:600;color:#14161a;box-shadow:0 6px 16px #14281e0d;animation:st-lightup 4.5s ease-in-out infinite}.st-flow__item--1{animation-delay:.1s}.st-flow__item--2{animation-delay:.7s}.st-flow__item--3{animation-delay:1.3s}.st-flow__check{display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:50%;background:#16a34a;color:#fff;flex-shrink:0}.st-flow__check svg{width:.8rem;height:.8rem}@keyframes st-lightup{0%{opacity:.4;transform:translate(-4px)}14%{opacity:1;transform:translate(0)}86%{opacity:1;transform:translate(0)}to{opacity:.4;transform:translate(-4px)}}.st-dash{width:100%;max-width:15rem;background:#fff;border:1px solid #ececf0;border-radius:14px;box-shadow:0 10px 24px #140e321a;padding:.95rem 1rem .8rem}.st-dash__top{display:flex;align-items:center;justify-content:space-between}.st-dash__label{font-size:.72rem;color:#999;text-transform:uppercase;letter-spacing:.03em}.st-dash__trend{font-size:.72rem;font-weight:700;color:#16a34a}.st-dash__num{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:#111;margin:.15rem 0 .7rem}.st-dash__bars{display:flex;align-items:flex-end;gap:.4rem;height:3.4rem}.st-dash__bars i{flex:1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#8560d8,#6a48bf);transform-origin:bottom;animation:st-grow 3.2s ease-in-out infinite}@keyframes st-grow{0%{transform:scaleY(.15);opacity:.5}30%{transform:scaleY(1);opacity:1}80%{transform:scaleY(1);opacity:1}to{transform:scaleY(.15);opacity:.5}}@media(prefers-reduced-motion:reduce){.st-pos__row--in,.st-pos__btn,.st-flow__item,.st-dash__bars i{animation:none}.st-pos__row--in,.st-flow__item{opacity:1}.st-dash__bars i{transform:scaleY(1);opacity:1}}.lp-sect{padding:clamp(4rem,8vw,7rem) var(--section-px);background:var(--bg, #fff)}.lp-sect__container{max-width:var(--max-w);margin:0 auto}.lp-sect__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(2rem,4vw,3rem)}.lp-sect__eyebrow{font-size:var(--text-sm, .8125rem);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--primary, #6a48bf);margin:0 0 1rem}.lp-sect__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--text, #111);margin:0;text-wrap:balance}.lp-sect__title-accent{color:var(--primary, #6a48bf)}.lp-sect__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.9rem;border-radius:var(--radius-full, 9999px);background:var(--primary, #6a48bf);color:#fff;font-weight:600;font-size:var(--text-md, 1rem);text-decoration:none;white-space:nowrap;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.lp-sect__cta:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px);box-shadow:0 12px 28px #6a48bf59}.lp-sect__grid{display:grid;grid-template-columns:1fr;gap:1.75rem 1.25rem}@media(min-width:560px){.lp-sect__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp-sect__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem 1rem}}.lp-sect__cell{height:100%}.lp-sect__tile{display:flex;flex-direction:column;height:100%;margin:0}.lp-sect__media{aspect-ratio:4 / 3;overflow:hidden;border-radius:16px;background:var(--bg-subtle, #fafafa)}.lp-sect__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.lp-sect__tile:hover .lp-sect__img{transform:scale(1.04)}.lp-sect__body{padding:1.1rem .25rem 0}.lp-sect__name{display:block;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:700;letter-spacing:-.015em;line-height:1.2;color:var(--text, #111);margin:0 0 .3rem}.lp-sect__tag{display:block;font-size:var(--text-sm, .8125rem);color:var(--text-secondary, #555);line-height:1.45;margin:0}.lp-rest{--rest-violet: #6B3FD4;--rest-ink: #1A1A22;--rest-ink-2: #2B2B36;--rest-muted: #6B6B7A;padding:clamp(3.5rem,7vw,5.5rem) var(--section-px);background:var(--bg, #fff)}.lp-rest__container{max-width:var(--max-w);margin:0 auto}.lp-rest__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:center}@media(max-width:1023px){.lp-rest__right{order:0}.lp-rest__left{order:1}}@media(min-width:1024px){.lp-rest__grid{grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,6rem)}}.lp-rest__headline{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:800;color:var(--rest-ink);letter-spacing:-.035em;line-height:1.06;max-width:16ch;margin:0 0 1rem;text-wrap:balance}.lp-rest__headline-accent{color:var(--rest-violet)}.lp-rest__lead{font-size:var(--text-lg, 1.125rem);line-height:1.5;color:var(--rest-muted);margin:0 0 1.5rem;max-width:34ch}.lp-rest__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.lp-rest__benefits li{display:flex;align-items:center;gap:.625rem;font-size:var(--text-md, 1rem);line-height:1.4;color:var(--rest-ink-2);font-weight:500}.lp-rest__check-ic{flex:0 0 18px;width:18px;height:18px;color:var(--rest-violet)}.lp-rest__check{max-width:22rem;margin:0 auto;padding:1.35rem 1.5rem 1.15rem;background:#fff;border-radius:14px;box-shadow:0 1px 2px #1111110f,0 18px 44px -20px #11111147;font-variant-numeric:tabular-nums}.lp-rest__check-top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;border-bottom:1px dashed #e3e3ea}.lp-rest__check-mesa{font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;color:var(--rest-ink)}.lp-rest__check-est{font-size:.75rem;font-weight:500;color:var(--rest-muted)}.lp-rest__check-rows,.lp-rest__check-sums{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 0}.lp-rest__check-sums{border-top:1px dashed #e3e3ea}.lp-rest__check-row,.lp-rest__check-sum{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.875rem;color:var(--rest-ink-2)}.lp-rest__check-row span{color:var(--rest-ink-2)}.lp-rest__check-row b{font-weight:600}.lp-rest__check-sum{color:var(--rest-muted)}.lp-rest__check-sum b{font-weight:600;color:var(--rest-ink-2)}.lp-rest__check-sum--hl span,.lp-rest__check-sum--hl b{color:var(--rest-violet);font-weight:700}.lp-rest__check-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-top:.85rem;border-top:1px solid #e3e3ea;font-size:1rem;font-weight:600;color:var(--rest-ink)}.lp-rest__check-total b{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.lp-exp{padding:clamp(3rem,6vw,4.5rem) var(--section-px);background:var(--bg, #fff)}.lp-exp__inner{max-width:44rem;margin:0 auto;text-align:center}.lp-exp__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--primary, #6a48bf);margin:0 0 .75rem}.lp-exp__title{font-size:clamp(1.75rem,3.6vw,2.4rem);font-weight:800;letter-spacing:-.035em;line-height:1.08;color:var(--text, #111);margin:0 0 1.75rem;text-wrap:balance}.lp-exp__accent{color:var(--primary, #6a48bf)}.lp-exp__paises{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(.85rem,2vw,1.25rem)}@media(min-width:560px){.lp-exp__paises{grid-template-columns:repeat(3,1fr)}}.lp-exp__card{display:flex;flex-direction:column;align-items:center;padding:clamp(1.3rem,2.4vw,1.75rem) 1rem;border:1px solid var(--border, #e8e8ec);border-radius:var(--radius, 14px);background:var(--bg, #fff)}.lp-exp__card--activo{border-color:var(--primary, #6a48bf);background:var(--primary-soft, rgba(106, 72, 191, .08))}.lp-exp__pais{font-size:1.0625rem;font-weight:700;letter-spacing:-.015em;color:var(--text, #111);margin:0 0 .3rem}.lp-exp__estado{font-size:.8125rem;font-weight:600;color:var(--text-muted, #999)}.lp-exp__estado--activo{color:var(--primary, #6a48bf)}.lp-exp__flag-wrap{display:block;width:2.75rem;margin-bottom:.85rem;border-radius:.25rem;overflow:hidden;box-shadow:0 1px 3px #1111112e;line-height:0}.lp-exp__flag{display:block;width:100%;height:auto}.lp-tab{--tab-violet: #6B3FD4;--tab-ink: #1A1A22;--tab-ink-2: #2B2B36;--tab-muted: #6B6B7A;padding:clamp(3.5rem,7vw,5.5rem) var(--section-px);background:#f5f5f7}.lp-tab__container{max-width:var(--max-w);margin:0 auto}.lp-tab__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:center}@media(max-width:1023px){.lp-tab__right{order:0}.lp-tab__left{order:1}}@media(min-width:1024px){.lp-tab__grid{grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,6rem)}}.lp-tab__headline{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:800;color:var(--tab-ink);letter-spacing:-.035em;line-height:1.06;max-width:16ch;margin:0 0 1rem;text-wrap:balance}.lp-tab__headline-accent{color:var(--tab-violet)}.lp-tab__lead{font-size:var(--text-lg, 1.125rem);line-height:1.5;color:var(--tab-muted);margin:0 0 1.5rem;max-width:34ch}.lp-tab__price{display:flex;align-items:baseline;gap:.3rem;margin:0 0 .4rem;color:var(--tab-ink)}.lp-tab__price-cur{font-size:1.35rem;font-weight:700;color:var(--tab-violet)}.lp-tab__price-num{font-size:clamp(2.25rem,4.5vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1}.lp-tab__price-per{font-size:.9375rem;font-weight:600;color:var(--tab-muted);margin-left:.2rem}.lp-tab__price-note{font-size:.8125rem;color:var(--tab-muted);margin:0 0 1.5rem}.lp-tab__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.lp-tab__benefits li{display:flex;align-items:center;gap:.625rem;font-size:var(--text-md, 1rem);line-height:1.4;color:var(--tab-ink-2);font-weight:500}.lp-tab__check{flex:0 0 18px;width:18px;height:18px;color:var(--tab-violet)}.lp-tab__photo{display:block;width:100%;max-width:30rem;margin:0 auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;box-shadow:0 2px 4px #11111114,0 26px 60px -26px #11111173}.page-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-loader__bg{position:absolute;inset:0;background:linear-gradient(135deg,#f5f3fa,#fff,#f5f3fa)}.page-loader--exiting{pointer-events:none}.page-loader--exiting .page-loader__bg{animation:loaderBgExit .6s cubic-bezier(.4,0,.2,1) forwards}.page-loader--exiting .page-loader__content{animation:loaderContentExit .4s cubic-bezier(.4,0,.2,1) forwards}.page-loader--exiting .page-loader__decoration{animation:loaderDecoExit .3s ease-out forwards}.page-loader__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem}.page-loader__logo{display:flex;flex-direction:column;align-items:center;gap:1rem}.page-loader__logo-icon{width:80px;height:80px;color:#6a48bf}@media(min-width:768px){.page-loader__logo-icon{width:100px;height:100px}}.page-loader__ring{stroke-dasharray:120;stroke-dashoffset:120}.page-loader__ring--outer{animation:loaderRing 2s cubic-bezier(.4,0,.2,1) infinite}.page-loader__ring--inner{animation:loaderRing 2s cubic-bezier(.4,0,.2,1) infinite;animation-delay:.3s}.page-loader__dot{animation:loaderDot 1.5s ease-in-out infinite}.page-loader__brand{font-family:var(--font-sans, "Sora", system-ui, sans-serif);font-size:2rem;font-weight:700;letter-spacing:-.03em;color:#1a1a2e;opacity:0;animation:loaderBrandIn .6s ease-out .3s forwards}@media(min-width:768px){.page-loader__brand{font-size:2.5rem}}.page-loader__progress{width:200px;height:3px;background:#6a48bf1a;border-radius:100px;overflow:hidden}@media(min-width:768px){.page-loader__progress{width:280px;height:4px}}.page-loader__progress-bar{height:100%;background:linear-gradient(90deg,#6a48bf,#a78bfa,#6a48bf);background-size:200% 100%;border-radius:100px;transition:width .3s ease-out;animation:loaderProgressShimmer 2s ease-in-out infinite}.page-loader__text{font-family:var(--font-sans, "Sora", system-ui, sans-serif);font-size:.875rem;color:#1a1a2e73;letter-spacing:.02em;opacity:0;animation:loaderTextIn .4s ease-out .5s forwards}.page-loader__decoration{position:absolute;border-radius:50%;pointer-events:none;opacity:.4}.page-loader__decoration--1{top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(106,72,191,.3) 0%,transparent 70%);animation:loaderFloat 8s ease-in-out infinite}.page-loader__decoration--2{bottom:-15%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);animation:loaderFloat 8s ease-in-out infinite reverse;animation-delay:1s}@keyframes loaderRing{0%{stroke-dashoffset:120;transform:rotate(0)}50%{stroke-dashoffset:0}to{stroke-dashoffset:-120;transform:rotate(360deg)}}@keyframes loaderDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}@keyframes loaderBrandIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loaderTextIn{0%{opacity:0}to{opacity:1}}@keyframes loaderProgressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes loaderFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}@keyframes loaderBgExit{to{opacity:0}}@keyframes loaderContentExit{to{opacity:0;transform:scale(.95)}}@keyframes loaderDecoExit{to{opacity:0;transform:scale(1.2)}}@media(prefers-reduced-motion:reduce){.page-loader__ring--outer,.page-loader__ring--inner,.page-loader__dot,.page-loader__decoration{animation:none}.page-loader__ring{stroke-dashoffset:0}.page-loader__progress-bar{animation:none}.page-loader--exiting .page-loader__bg,.page-loader--exiting .page-loader__content{transition:opacity .3s ease;animation:none}.page-loader--exiting .page-loader__bg,.page-loader--exiting .page-loader__content{opacity:0}}.lp-vid{background:var(--bg, #fff);padding:var(--section-py, 5rem) var(--section-px, 1.5rem)}.lp-vid__container{max-width:var(--max-w, 72rem);margin:0 auto}.lp-vid__header{text-align:center;margin-bottom:2.5rem}.lp-vid__title{font-size:clamp(1.875rem,4.2vw,2.875rem);font-weight:700;color:var(--text, #111);letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem;text-wrap:balance}.lp-vid__accent{color:#6a48bf}.lp-vid__sub{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary, #555);margin:0;font-weight:400;line-height:1.6}.lp-vid__stage{position:relative;max-width:56rem;margin:0 auto}.lp-vid__frame{position:relative;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #ececf0;box-shadow:0 1px 2px #0f172a0a,0 20px 48px -16px #0f172a1f}.lp-vid__frame video{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.lp-vid__ctrl{appearance:none;border:0;position:absolute;right:14px;bottom:14px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#1111188c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.lp-vid__ctrl:hover{background:#111118bf;transform:scale(1.06)}.lp-vid__ctrl--expand{right:60px}.lp-int{padding:clamp(3.5rem,7vw,5.5rem) var(--section-px, 1.5rem);background:#f5f5f7;overflow:hidden}.lp-int__container{max-width:var(--max-w, 72rem);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);align-items:center}@media(min-width:768px){.lp-int__container{grid-template-columns:1fr 1.2fr}}.lp-int__title{font-size:clamp(1.625rem,3.2vw,2.25rem);font-weight:700;color:var(--text, #111);line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;text-wrap:balance}.lp-int__plaxp{font-weight:800;letter-spacing:-.02em;white-space:nowrap}.lp-int__plaxp:after{content:"";display:inline-block;width:.18em;height:.18em;border-radius:50%;background:var(--primary, #6a48bf);margin-left:.06em;vertical-align:baseline}.lp-int__desc{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--text-secondary, #555);line-height:1.6;margin:0;max-width:30rem;font-weight:400}.lp-int__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px}.lp-int__visual:before{content:"";position:absolute;width:clamp(240px,36vw,360px);aspect-ratio:1;border-radius:50%;background:radial-gradient(50% 50% at 50% 46%,rgba(106,72,191,.07) 0%,rgba(106,72,191,.025) 55%,transparent 75%);z-index:1;pointer-events:none}.lp-int__person{width:clamp(180px,30vw,260px);height:auto;position:relative;z-index:2;filter:drop-shadow(0 16px 32px rgba(106,72,191,.12));mask-image:linear-gradient(to bottom,#000 72%,transparent 98%);-webkit-mask-image:linear-gradient(to bottom,#000 72%,transparent 98%)}.lp-int__float{position:absolute;z-index:3;display:flex;flex-direction:column;align-items:center;gap:4px;background:#fff;border:1px solid rgba(20,14,50,.05);border-radius:12px;padding:10px 14px;box-shadow:0 2px 4px #140e320a,0 8px 20px -4px #6a48bf24;animation:lp-int-bob 4s ease-in-out infinite;transition:transform .2s ease}.lp-int__float:hover{transform:translateY(-3px)!important}.lp-int__float img{height:30px;width:auto;max-width:70px;object-fit:contain}.lp-int__float span{font-size:10px;font-weight:600;color:#888;letter-spacing:.02em}.lp-int__float--0{top:18%;left:18%}.lp-int__float--1{top:18%;right:18%}.lp-int__float--2{top:43%;left:10%}.lp-int__float--3{top:43%;right:10%}.lp-int__float--4{bottom:18%;left:18%}.lp-int__float--5{bottom:18%;right:18%}@keyframes lp-int-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:767px){.lp-int__text{text-align:center}.lp-int__desc{margin:0 auto}.lp-int__visual{min-height:320px}.lp-int__person{width:150px}.lp-int__float{padding:8px 10px;border-radius:10px}.lp-int__float img{height:22px;max-width:50px}.lp-int__float span{font-size:8px}}.lp-test{background:#fff;padding:var(--section-py, 7.5rem) var(--section-px, 1.5rem)}.lp-test__container{max-width:var(--max-w, 72rem);margin:0 auto}.lp-test__header{text-align:center;margin-bottom:3rem}.lp-test__title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;color:#111;letter-spacing:-.03em;line-height:1.1;text-align:center;margin:0 0 3rem}.lp-test__accent{color:var(--primary, #6a48bf)}.lp-test__sub{font-size:1.0625rem;color:#666;margin:0;font-weight:400}.lp-test__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.lp-test__grid{grid-template-columns:repeat(3,1fr)}}.lp-test__card{background:#f5f5f7;border:1px solid #ececf0;border-radius:18px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:transform .2s ease,box-shadow .2s ease;height:100%}.lp-test__card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #14142b14}.lp-test__card-top{display:flex;align-items:center;gap:.75rem}.lp-test__google{width:20px;height:20px;flex-shrink:0}.lp-test__stars{display:flex;gap:2px}.lp-test__stars svg{width:16px;height:16px}.lp-test__quote{font-size:.9375rem;color:#333;line-height:1.6;margin:0;font-weight:400;font-style:italic;flex:1}.lp-test__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #f0edf5}.lp-test__photo{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.lp-test__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6a48bf,#8b5cf6);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-test__name{font-size:.875rem;font-weight:600;color:#111;margin:0}.lp-test__role{font-size:.75rem;color:#888;margin:0}.lp-test__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem;margin-top:2.5rem}.lp-test__cta-text{font-size:.9375rem;color:var(--text-secondary, #555);margin:0}.lp-test__cta-btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:100px;background:var(--primary, #6a48bf);color:#fff;font-size:.9375rem;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #6a48bf52;transition:background .2s ease,transform .2s ease}.lp-test__cta-btn:hover{background:var(--primary-hover, #7c5bd0);transform:translateY(-2px)}.lp-test__cta-wa{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--text-secondary, #555);text-decoration:none;transition:color .2s ease}.lp-test__cta-wa:hover{color:var(--primary, #6a48bf)}.lp-tour{background:var(--bg, #fff);padding:clamp(4rem,8vw,7rem) var(--section-px)}.lp-tour__container{max-width:var(--max-w, 72rem);margin:0 auto}.lp-tour__title{font-size:clamp(1.6rem,3vw,2.15rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text, #111);margin:0 0 clamp(2rem,4vw,3rem);max-width:44rem;text-wrap:balance}.lp-tour__accent{color:var(--primary, #6a48bf)}.lp-tour__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}@media(min-width:900px){.lp-tour__grid{grid-template-columns:7fr 5fr;gap:clamp(2.5rem,4vw,4rem)}}.lp-tour__video{position:relative;width:100%}.lp-tour__video video{display:block;width:100%;height:auto}.lp-tour__ctrl{position:absolute;bottom:.8rem;right:.8rem;width:2.2rem;height:2.2rem;display:grid;place-items:center;border:none;border-radius:50%;background:#140e328c;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease}.lp-tour__ctrl:hover{background:#140e32d1;transform:translateY(-2px)}.lp-tour__ctrl--expand{right:3.4rem}.lp-tour__content{display:flex;flex-direction:column;gap:clamp(1.75rem,3vw,2.5rem);padding-top:.25rem}.lp-tour__block{display:flex;flex-direction:column;gap:.6rem}.lp-tour__link{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:700;letter-spacing:-.015em;color:var(--primary, #6a48bf);text-decoration:none;line-height:1.25;transition:color .2s ease}.lp-tour__link:hover{color:var(--primary-hover, #7c5bd0)}.lp-tour__link-arrow{flex-shrink:0;width:1.1rem;height:1.1rem;transition:transform .2s ease}.lp-tour__link:hover .lp-tour__link-arrow{transform:translate(3px)}.lp-tour__desc{font-size:clamp(.95rem,1.1vw,1.05rem);color:var(--text-secondary, #555);line-height:1.6;margin:0}.lp-animate{opacity:0;contain:layout style}.lp-animate.lp-visible{opacity:1;will-change:auto}.lp-fade-up{transform:translateY(40px);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-fade-up.lp-visible{transform:translateY(0)}.lp-fade-up-soft{transform:translateY(24px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.lp-fade-up-soft.lp-visible{transform:translateY(0)}.lp-fade-in{transition:opacity .6s cubic-bezier(.22,1,.36,1)}.lp-fade-down{transform:translateY(-30px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.lp-fade-down.lp-visible{transform:translateY(0)}.lp-slide-left{transform:translate(-60px);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-slide-left.lp-visible{transform:translate(0)}.lp-slide-right{transform:translate(60px);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-slide-right.lp-visible{transform:translate(0)}.lp-scale-up{transform:scale(.92);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-scale-up.lp-visible{transform:scale(1)}.lp-scale-soft{transform:scale(.96);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.lp-scale-soft.lp-visible{transform:scale(1)}.lp-fade-scale{transform:translateY(30px) scale(.95);transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1)}.lp-fade-scale.lp-visible{transform:translateY(0) scale(1)}.lp-slide-fade-left{transform:translate(-40px) translateY(20px);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-slide-fade-left.lp-visible{transform:translate(0) translateY(0)}.lp-slide-fade-right{transform:translate(40px) translateY(20px);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-slide-fade-right.lp-visible{transform:translate(0) translateY(0)}.lp-delay-1{transition-delay:.1s}.lp-delay-2{transition-delay:.2s}.lp-delay-3{transition-delay:.3s}.lp-delay-4{transition-delay:.4s}.lp-delay-5{transition-delay:.5s}.lp-delay-6{transition-delay:.6s}.lp-blur-reveal{filter:blur(8px);transform:translateY(20px);transition:filter .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1)}.lp-blur-reveal.lp-visible{filter:blur(0);transform:translateY(0)}.lp-line-reveal{transform:scaleX(0);transform-origin:center;transition:transform .8s cubic-bezier(.22,1,.36,1) .3s,opacity .4s ease}.lp-line-reveal.lp-visible{transform:scaleX(1)}.lp-float{transform:translateY(50px);transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1)}.lp-float.lp-visible{transform:translateY(0)}.lp-hero-title{transform:translateY(60px);transition:transform 1s cubic-bezier(.22,1,.36,1),opacity 1s cubic-bezier(.22,1,.36,1)}.lp-hero-title.lp-visible{transform:translateY(0)}.lp-card-reveal{transform:translateY(40px) scale(.95);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.lp-card-reveal.lp-visible{transform:translateY(0) scale(1)}.lp-faq-reveal{transform:translateY(20px);transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s cubic-bezier(.22,1,.36,1)}.lp-faq-reveal.lp-visible{transform:translateY(0)}.lp-price-reveal{transform:translateY(60px) rotateX(10deg);transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1)}.lp-price-reveal.lp-visible{transform:translateY(0) rotateX(0)}.lp-cta-reveal{transform:translateY(40px) scale(.97);transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1)}.lp-cta-reveal.lp-visible{transform:translateY(0) scale(1)}.lp-counter-reveal{transform:translateY(30px) scale(.8);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.lp-counter-reveal.lp-visible{transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.lp-animate,.lp-fade-up,.lp-fade-up-soft,.lp-fade-in,.lp-fade-down,.lp-slide-left,.lp-slide-right,.lp-scale-up,.lp-scale-soft,.lp-fade-scale,.lp-slide-fade-left,.lp-slide-fade-right,.lp-blur-reveal,.lp-line-reveal,.lp-float,.lp-hero-title,.lp-card-reveal,.lp-faq-reveal,.lp-price-reveal,.lp-cta-reveal,.lp-counter-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}@media(max-width:480px){.lp-fade-up,.lp-fade-down,.lp-slide-left,.lp-slide-right,.lp-scale-up,.lp-scale-soft,.lp-fade-scale{transform:translateY(16px);transition-duration:.4s}.lp-blur-reveal{filter:none;transform:translateY(16px);transition-duration:.4s}.lp-price-reveal{transform:translateY(24px);transform-style:flat}.lp-hero-title{transform:translateY(30px);transition-duration:.6s}.lp-animate{contain:none}}.lp-no-animation{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.lp-gpu-accelerate{transform:translateZ(0);backface-visibility:hidden}.lp-contain-content{contain:content}.lp-contain-strict{contain:strict}
