.login-marketing-page{--landing-bg: #ffffff;--landing-bg-neutral: #ffffff;--landing-ink: #0b1120;--landing-ink-soft: #475569;--landing-ink-mute: #94a3b8;--landing-line: rgba(11, 17, 32, .09);--landing-line-strong: rgba(11, 17, 32, .16);--landing-card: #ffffff;--landing-accent-blue: #2563eb;--landing-accent-violet: #7c3aed;--landing-accent-cyan: #0891b2;--landing-accent-emerald: #059669;--landing-accent-amber: #d97706;background:var(--landing-bg);color:var(--landing-ink)}.landing-section-shell{position:relative;overflow:hidden;isolation:isolate}.landing-section-shell--tone-vivid,.landing-section-shell--tone-neutral{background:var(--landing-bg)}.landing-section-shell__wash{position:absolute;inset:-20% -10% auto;height:60%;pointer-events:none;z-index:0;opacity:.7;will-change:transform,opacity}.landing-section-shell--tone-neutral .landing-section-shell__wash{opacity:.35}.landing-section-shell--blue .landing-section-shell__wash{background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(37,99,235,.12),transparent 70%)}.landing-section-shell--violet .landing-section-shell__wash{background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(124,58,237,.12),transparent 70%)}.landing-section-shell--cyan .landing-section-shell__wash{background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(8,145,178,.1),transparent 70%)}.landing-section-shell--emerald .landing-section-shell__wash{background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(5,150,105,.1),transparent 70%)}.landing-section-shell--amber .landing-section-shell__wash{background:radial-gradient(ellipse 70% 100% at 50% 0%,rgba(217,119,6,.1),transparent 70%)}.landing-section-shell__blob{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.12;will-change:transform;z-index:0}.landing-section-shell--tone-neutral .landing-section-shell__blob{opacity:.08}.landing-section-shell__blob--a{width:min(60vw,460px);height:min(60vw,460px);top:-14%;left:-10%}.landing-section-shell__blob--b{width:min(50vw,380px);height:min(50vw,380px);bottom:-18%;right:-8%}.landing-section-shell--blue .landing-section-shell__blob--a{background:radial-gradient(circle,#2563eb,transparent 68%)}.landing-section-shell--blue .landing-section-shell__blob--b{background:radial-gradient(circle,#0891b2,transparent 68%)}.landing-section-shell--violet .landing-section-shell__blob--a{background:radial-gradient(circle,#7c3aed,transparent 68%)}.landing-section-shell--violet .landing-section-shell__blob--b{background:radial-gradient(circle,#2563eb,transparent 68%)}.landing-section-shell--cyan .landing-section-shell__blob--a{background:radial-gradient(circle,#0891b2,transparent 68%)}.landing-section-shell--cyan .landing-section-shell__blob--b{background:radial-gradient(circle,#7c3aed,transparent 68%)}.landing-section-shell--emerald .landing-section-shell__blob--a{background:radial-gradient(circle,#059669,transparent 68%)}.landing-section-shell--emerald .landing-section-shell__blob--b{background:radial-gradient(circle,#0891b2,transparent 68%)}.landing-section-shell--amber .landing-section-shell__blob--a{background:radial-gradient(circle,#d97706,transparent 68%)}.landing-section-shell--amber .landing-section-shell__blob--b{background:radial-gradient(circle,#ea580c,transparent 68%)}.landing-section-shell__content{position:relative;z-index:1;will-change:transform}.landing-section-shell:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--landing-line);z-index:2}.landing-section-bridge{position:relative;height:clamp(4rem,10vh,6.5rem);overflow:hidden;background:var(--landing-bg);isolation:isolate}.landing-section-bridge__orb{position:absolute;left:50%;top:50%;width:min(80vw,640px);height:min(40vw,220px);transform:translate(-50%,-50%);border-radius:50%;filter:blur(60px);opacity:.16;will-change:transform,opacity}.landing-section-bridge__band{position:absolute;inset:0;z-index:1;will-change:transform}.landing-section-bridge--violet .landing-section-bridge__orb{background:radial-gradient(ellipse,#7c3aed 0%,transparent 70%)}.landing-section-bridge--blue .landing-section-bridge__orb{background:radial-gradient(ellipse,#2563eb 0%,transparent 70%)}.landing-section-bridge--cyan .landing-section-bridge__orb{background:radial-gradient(ellipse,#0891b2 0%,transparent 70%)}.landing-section-bridge--emerald .landing-section-bridge__orb{background:radial-gradient(ellipse,#059669 0%,transparent 70%)}.landing-section-bridge--amber .landing-section-bridge__orb{background:radial-gradient(ellipse,#d97706 0%,transparent 70%)}@media(prefers-reduced-motion:reduce){.landing-section-shell__blob,.landing-section-shell__wash,.landing-section-shell__content,.landing-section-bridge__orb,.landing-section-bridge__band{will-change:auto;transform:none!important}}.login-marketing-page{--login-accent: #7c3aed;--login-accent-2: #2563eb}.navbar-wrapper.is-fixed{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:navbar-reveal .5s ease-out}.navbar-shell{margin:0 auto;max-width:84rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem}.navbar-brand{border:none;background:transparent;font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;font-weight:800;color:#0f172a;cursor:pointer}.navbar-main-nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:center}.navbar-main-link{border:none;background:transparent;padding:.45rem .65rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#475569;font-weight:700;cursor:pointer;position:relative;transition:color .2s ease}.navbar-main-link:after{content:"";position:absolute;left:.65rem;right:.65rem;bottom:.2rem;height:1px;background:linear-gradient(90deg,#2563eb,#7c3aed);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.navbar-main-link:hover{color:#0f172a}.navbar-main-link:hover:after{transform:scaleX(1)}.navbar-login-actions{display:flex;align-items:center;gap:.55rem}.navbar-login-link,.navbar-signup-link{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;border-radius:999px;padding:.35rem .85rem;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.navbar-login-link{border:1px solid rgba(15,23,42,.18);color:#334155;background:#fff}.navbar-login-link:hover{color:#111827;border-color:#3b82f666;transform:translateY(-1px)}.navbar-signup-link{border:1px solid transparent;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.navbar-signup-link:hover{filter:brightness(1.06);transform:translateY(-1px)}@keyframes navbar-reveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.navbar-shell{flex-wrap:wrap;row-gap:.55rem}.navbar-main-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-bottom:.2rem;scrollbar-width:thin}}.login-marketing-page .text-white{color:var(--landing-ink)}.login-marketing-page .text-slate-200{color:#334155}.login-marketing-page .text-slate-300{color:var(--landing-ink-soft)}.login-marketing-page .text-slate-400{color:#64748b}.login-marketing-page .text-slate-500{color:var(--landing-ink-mute)}.login-marketing-page .border-white\/5,.login-marketing-page .border-white\/10{border-color:var(--landing-line)}.login-marketing-page .border-white\/20{border-color:var(--landing-line-strong)}.login-marketing-page .bg-white\/5{background-color:#0b112008}.login-marketing-page .bg-white\/10{background-color:#0b11200d}.login-marketing-page .bg-white\/\[0\.03\]{background-color:#0b112006}.login-marketing-page .bg-black\/20{background-color:transparent}.login-marketing-page .text-blue-300{color:var(--landing-accent-blue)}.login-marketing-page .text-violet-300,.login-marketing-page .text-violet-200{color:var(--landing-accent-violet)}.login-hero-viewport{min-height:100vh;min-height:100dvh;isolation:isolate}.login-hero-dark{background:#070b14;color:#e2e8f0}.login-hero-viewport:after{content:"";position:absolute;bottom:0;left:0;right:0;height:clamp(40px,6vh,56px);background:linear-gradient(to top,rgba(255,255,255,.55) 0%,rgba(255,255,255,.12) 45%,transparent 100%);pointer-events:none;z-index:15}.landing-light-zone{background:#fff;position:relative;z-index:2;margin-top:-1px}.landing-light-footer{background:#fff;border-top:1px solid var(--landing-line)}.landing-testimonial-card{border:1px solid var(--landing-line);background:#fff;box-shadow:0 12px 32px #0b11200f}.landing-cta-on-dark{border-color:#ffffff40;background:#ffffff14;color:#f8fafc}.landing-cta-on-dark:hover{background:#ffffff24;border-color:#ffffff59;color:#fff}.login-scroll-cue-chevron{animation:login-scroll-bounce 2s ease-in-out infinite}@keyframes login-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.login-landing-section{scroll-margin-top:1rem}.landing-strip-neutral{background:var(--landing-bg-neutral, #f5f6f8)}.landing-explorer-badge{position:fixed;top:4.5rem;right:1rem;z-index:45;display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--landing-line);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #0b11201a}.landing-explorer-badge .text-white{color:var(--landing-ink)}.landing-explorer-badge-bar{width:3rem;height:4px;border-radius:999px;background:#0b112014;overflow:hidden}.landing-explorer-badge-fill{height:100%;background:linear-gradient(90deg,var(--landing-accent-blue),var(--landing-accent-violet));border-radius:999px;transition:width .4s ease}.landing-intro-hero{position:relative;isolation:isolate;overflow:clip;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding-top:clamp(5rem,12vh,8rem);padding-bottom:clamp(2rem,5vh,3rem);text-align:center}.landing-intro-hero__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-intro-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:.875rem;background:linear-gradient(135deg,#3b82f6,#6d28d9);color:#fff;font-weight:700;font-size:.9375rem;transition:opacity .2s,transform .2s;border:none;cursor:pointer}.landing-intro-cta-primary:hover{opacity:.88;transform:translateY(-2px)}.landing-intro-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:.875rem;border:1px solid var(--landing-line-strong);background:#fff;color:var(--landing-ink);font-weight:600;font-size:.9375rem;transition:background .2s,transform .2s,border-color .2s;text-decoration:none}.landing-intro-cta-secondary:hover{background:var(--landing-bg-neutral);border-color:var(--landing-ink-mute);transform:translateY(-2px)}.landing-intro-scroll-cue{position:relative;flex-shrink:0;margin:clamp(1.5rem,4vh,2.5rem) auto 0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--landing-line-strong);background:#fff;color:var(--landing-ink-soft);cursor:pointer;animation:landing-intro-bounce 2.4s ease-in-out infinite;transition:opacity .25s ease,background .2s,color .2s;z-index:1;box-shadow:0 4px 14px #0b112014}.landing-intro-scroll-cue.is-hidden{opacity:0;pointer-events:none;animation:none}.landing-intro-scroll-cue:hover{background:var(--landing-bg-neutral);color:var(--landing-ink)}@keyframes landing-intro-bounce{0%,to{transform:translateY(0)}55%{transform:translateY(7px)}}.login-marketing-stat-marquee{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.login-marketing-stat-track{animation:login-stat-marquee 36s linear infinite}.login-marketing-stat-marquee:hover .login-marketing-stat-track{animation-play-state:paused}@keyframes login-stat-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.login-stat-chip{padding:.35rem .5rem;border-radius:.75rem;border:1px solid transparent;background:transparent;cursor:pointer;transition:border-color .2s,background .2s}.login-stat-chip:hover,.login-stat-chip.is-active{border-color:#7c3aed66;background:#7c3aed14}.login-marketing-mockup{position:relative;overflow:hidden;border-radius:1.25rem;border:1px solid var(--landing-line);background:linear-gradient(145deg,#0f172a,#020617);box-shadow:0 24px 60px #0b11202e}.login-marketing-bento-card{border:1px solid rgba(255,255,255,.08);background:linear-gradient(160deg,#ffffff0e,#ffffff04);transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .25s ease,box-shadow .3s ease}.login-bento-interactive{cursor:pointer;position:relative}.login-bento-interactive:hover{transform:translateY(-6px) scale(1.01);border-color:var(--bento-accent-border, rgba(139, 92, 246, .45));box-shadow:0 16px 40px var(--bento-accent-glow, rgba(139, 92, 246, .12))}.login-bento-interactive.is-active{border-color:var(--bento-accent-border, rgba(139, 92, 246, .6));box-shadow:0 0 0 1px var(--bento-accent-border, rgba(139, 92, 246, .3)),0 20px 48px var(--bento-accent-glow, rgba(59, 130, 246, .18));transform:translateY(-4px) scale(1.01)}.login-bento-interactive.is-unlocked{background:linear-gradient(160deg,color-mix(in srgb,var(--bento-accent-glow, rgba(139,92,246,.15)) 60%,transparent),#ffffff05)}.login-bento-badge{position:absolute;top:.75rem;right:.75rem;font-size:10px;font-weight:700;color:#6ee7b7;background:#10b9812e;padding:.2rem .5rem;border-radius:999px;border:1px solid rgba(52,211,153,.25)}.landing-module-reveal,.landing-info-popover{padding:1.25rem 1.5rem;border-radius:1rem;border:1px solid rgba(124,58,237,.25);background:#7c3aed0f;animation:landing-pop-in .35s ease}.landing-info-popover .text-violet-200{color:var(--landing-accent-violet)}@keyframes landing-pop-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.login-marketing-faq-item{border:1px solid var(--landing-line);background:#fff;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.login-marketing-faq-item[data-open=true]{border-color:#7c3aed59;background:#7c3aed0a;box-shadow:0 12px 30px #0b11200f}.login-marketing-cta-band{background:radial-gradient(circle at 10% 20%,rgba(59,130,246,.5),transparent 45%),radial-gradient(circle at 90% 80%,rgba(124,58,237,.45),transparent 42%),linear-gradient(135deg,#0f172a,#020617);border:1px solid rgba(11,17,32,.12);box-shadow:0 30px 70px #0b11202e}.login-marketing-cta-band .text-white{color:#fff}.login-marketing-cta-band .text-slate-300{color:#cbd5e1}.login-chapter-number{font-size:5rem;font-weight:900;line-height:1;background:linear-gradient(180deg,#0b112029,#0b11200a);-webkit-background-clip:text;background-clip:text;color:transparent}.login-use-case-card{border:1px solid var(--landing-line);background:#fff;box-shadow:0 2px 6px #0b11200a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.login-use-case-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0b11201a;border-color:#7c3aed59}.login-use-case-card.is-active{border-color:#7c3aed99;box-shadow:0 0 0 3px #7c3aed26,0 16px 40px #0b11201a}.login-use-case-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--landing-accent-amber);background:#d977061a;padding:.15rem .55rem;border-radius:999px}.login-use-case-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.85rem;background:#7c3aed1a;color:var(--landing-accent-violet)}.login-pain-item--interactive{display:flex;align-items:center;gap:.75rem;border-radius:.75rem;border:1px solid var(--landing-line);background:#fff;padding:.75rem 1rem;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 2px #0b11200a}.login-pain-item--interactive:hover:not(.is-resolved){border-color:#e11d4866;background:#e11d480d}.login-pain-item--interactive.is-resolved{border-color:#05966966;background:#0596690f}.login-pain-item--interactive .text-slate-300{color:var(--landing-ink-soft)}.login-pain-item--interactive .text-emerald-300\/80{color:var(--landing-accent-emerald)}.login-demo-card{border-radius:1rem;border:1px solid rgba(255,255,255,.12);background:#0206178c;padding:1rem}.login-demo-panel .text-white{color:#fff}.login-demo-panel .text-slate-300{color:#cbd5e1}.login-demo-panel .text-slate-400{color:#94a3b8}.login-section-dots{position:fixed;right:1.25rem;top:50%;transform:translateY(-50%);z-index:35;flex-direction:column;gap:.65rem}.login-section-dots button{width:.5rem;height:.5rem;border-radius:999px;background:#0b112033;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.login-section-dots button.is-active,.login-section-dots button:hover{background:var(--landing-accent-violet);transform:scale(1.35)}.login-timeline-dot{width:.85rem;height:.85rem;border-radius:999px;border:2px solid rgba(11,17,32,.2);background:#fff;flex-shrink:0;transition:transform .2s ease}.login-timeline-dot--done{border-color:var(--landing-accent-emerald);background:var(--landing-accent-emerald)}.login-timeline-dot--active{border-color:var(--landing-accent-violet);background:var(--landing-accent-violet);box-shadow:0 0 0 4px #7c3aed33}.login-timeline-dot--next{border-color:#0b11204d}.login-timeline-line{width:2px;flex:1;min-height:2.5rem;background:linear-gradient(180deg,#0b11202e,#0b11200d)}.pain-assembly-slots{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .5rem;margin-bottom:1rem}.pain-assembly-slot{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2.5rem;font-size:1.25rem;font-weight:800;font-family:ui-monospace,monospace;color:#0b112040;border-bottom:2px dashed rgba(124,58,237,.4);transition:color .3s,border-color .3s,text-shadow .3s}.pain-assembly-slot.is-filled{color:var(--landing-accent-violet);border-bottom-color:var(--landing-accent-emerald);text-shadow:0 0 14px rgba(124,58,237,.25)}.pain-inline-letter{font-weight:800;color:var(--landing-accent-violet);text-decoration:underline;text-decoration-color:#8b5cf680;text-underline-offset:3px}.pain-flying-letter{position:fixed;z-index:9999;font-weight:800;color:var(--landing-accent-violet);pointer-events:none;will-change:transform,left,top}.pain-morph-stage{position:relative;min-height:3.5rem;margin-top:.5rem}.pain-morph-word,.pain-morph-brand{position:absolute;left:50%;transform:translate(-50%);opacity:0;pointer-events:none;white-space:nowrap}.pain-morph-word{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;letter-spacing:.12em;color:var(--landing-ink)}.pain-morph-word.is-visible{opacity:1}.pain-morph-brand{font-size:clamp(2rem,6vw,3.25rem);font-weight:900;background:linear-gradient(90deg,var(--landing-accent-cyan),var(--landing-accent-violet));-webkit-background-clip:text;background-clip:text;color:transparent}.pain-morph-brand.is-visible{opacity:1}#sellrebro-landing-modules{position:relative}.module-explorer-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem;align-items:start}@media(max-width:860px){.module-explorer-grid{grid-template-columns:1fr}}.module-explorer-list{display:flex;flex-direction:column;gap:.5rem}.module-explorer-item{display:flex;align-items:center;gap:.9rem;width:100%;padding:.9rem 1rem;border-radius:.9rem;border:1px solid var(--landing-line);background:#fff;cursor:pointer;text-align:left;transition:border-color .25s,background .25s,transform .2s,box-shadow .25s;box-shadow:0 1px 2px #0b11200a}.module-explorer-item:hover{border-color:var(--mod-line);background:var(--mod-soft);transform:translate(3px)}.module-explorer-item.is-active{border-color:var(--mod-line);background:var(--mod-soft);box-shadow:inset 3px 0 0 var(--mod-line),0 12px 30px var(--mod-glow)}.module-explorer-item__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.7rem;background:var(--mod-soft);flex-shrink:0}.module-explorer-item__body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.module-explorer-item__title{font-weight:700;font-size:.9375rem;color:var(--landing-ink)}.module-explorer-item__badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.module-explorer-item__state{flex-shrink:0}.module-explorer-progress{margin-top:.75rem;padding:0 .25rem}.module-explorer-progress__bar{height:4px;border-radius:999px;background:#0b112014;overflow:hidden}.module-explorer-progress__fill{height:100%;border-radius:999px;transition:width .5s ease}.module-explorer-progress__label{display:block;margin-top:.5rem;font-size:.7rem;color:#64748b;text-align:center}.module-explorer-detail{position:relative;border-radius:1.25rem;border:1px solid var(--detail-line);background:radial-gradient(120% 100% at 100% 0%,var(--detail-soft),transparent 55%),#fff;box-shadow:0 20px 50px #0b112014;padding:clamp(1.75rem,4vw,2.5rem);min-height:22rem;transition:border-color .4s,box-shadow .4s}.module-explorer-detail__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1.1rem}.module-explorer-detail__tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fbbf24;background:#fbbf241f;border:1px solid rgba(251,191,36,.25)}.module-explorer-detail__highlights{display:flex;flex-direction:column;gap:.65rem}.module-explorer-detail__highlights li{display:flex;align-items:flex-start;gap:.65rem}.landing-features-section{padding:0!important;overflow:visible}.landing-features-section.landing-section-shell{overflow:visible}.landing-features-section .landing-section-shell__content{padding:0;transform:none!important;will-change:auto}.landing-features-section:after{display:none}.feature-scroll-track{width:100%}.feature-scroll-pin{min-height:100vh;min-height:100dvh}.feature-scroll-stage{position:relative;width:100%;max-width:80rem;margin:0 auto;min-height:100vh;min-height:100dvh;padding:clamp(4rem,10vh,6rem) clamp(1.25rem,4vw,2.5rem) 2rem;overflow:hidden;--feature-intro-image: min(34vw, 400px)}.feature-intro-row{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:min(96vw,76rem);z-index:2;pointer-events:none;transition:visibility .2s}.feature-scroll-stage.is-split .feature-intro-row{visibility:hidden}.feature-intro-row__gap{flex:0 0 var(--feature-intro-image);width:var(--feature-intro-image);max-width:var(--feature-intro-image)}.feature-intro-headline__left,.feature-intro-headline__right{flex:1 1 0;min-width:0;margin:0;font-size:clamp(1.35rem,2.75vw,2.85rem);font-weight:800;line-height:1.05;color:var(--landing-ink);white-space:nowrap}.feature-intro-headline__left{text-align:right;padding-right:clamp(.75rem,1.75vw,1.5rem)}.feature-intro-headline__right{text-align:left;padding-left:clamp(.75rem,1.75vw,1.5rem)}.feature-image-slot{position:absolute;z-index:4;width:var(--feature-intro-image);transform-origin:center center}.feature-scroll-stage.is-split .feature-image-slot{width:min(42vw,520px)}.feature-progress{margin-top:1rem;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.feature-progress.is-visible{opacity:1;transform:translateY(0)}.feature-progress__track{display:flex;gap:.4rem;height:4px}.feature-progress__segment{flex:1;position:relative;border-radius:999px;background:var(--landing-line);overflow:hidden}.feature-progress__fill{display:block;width:100%;height:100%;border-radius:inherit;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,var(--landing-accent-amber),#f59e0b);will-change:transform}.feature-progress__segment.is-complete .feature-progress__fill{background:linear-gradient(90deg,#059669,#34d399)}.feature-progress__segment.is-active .feature-progress__fill{background:linear-gradient(90deg,var(--landing-accent-amber),#fbbf24);box-shadow:0 0 12px #f59e0b73}.feature-progress__segment.is-active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 45%,transparent 90%);transform:translate(-100%);animation:feature-progress-shimmer 1.6s ease-in-out infinite}@keyframes feature-progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.feature-progress__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.55rem;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.feature-progress__step{color:var(--landing-ink-soft)}.feature-progress__pct{font-variant-numeric:tabular-nums;color:var(--landing-accent-amber)}.feature-image-frame{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:1rem;border:1px solid var(--landing-line-strong);background:#f8fafc;box-shadow:0 4px 6px #0b11200a,0 24px 60px #0b11201f;overflow:hidden}.feature-scroll-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:clamp(2rem,6vh,4rem)}.feature-scroll-header__mark{width:.55rem;height:.55rem;background:var(--landing-accent-amber);flex-shrink:0}.feature-scroll-header__label{font-size:.7rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--landing-ink)}.feature-intro-headline{display:none}.feature-scroll-stage.is-split .feature-intro-headline{visibility:hidden}.feature-mobile-screen{display:none;margin-bottom:1.25rem;border-radius:1rem;border:1px solid var(--landing-line-strong);overflow:hidden;aspect-ratio:16 / 10;box-shadow:0 12px 40px #0b112014}.feature-image-layer{position:absolute;inset:0;opacity:0}.feature-image-layer.is-active{opacity:1}.feature-intro-foot{position:absolute;left:50%;bottom:clamp(3rem,12vh,6rem);transform:translate(-50%);text-align:center;max-width:28rem;font-size:.95rem;line-height:1.55;color:var(--landing-ink-soft);z-index:2}.feature-scroll-stage.is-split .feature-intro-foot{visibility:hidden}.feature-detail-col{position:absolute;top:clamp(5rem,14vh,8rem);right:clamp(1.25rem,4vw,2.5rem);width:min(42vw,420px);z-index:4}.feature-counter{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;margin-bottom:2rem;font-variant-numeric:tabular-nums}.feature-counter__item{font-size:.8rem;font-weight:600;color:var(--landing-ink-mute);transition:color .3s}.feature-counter__item.is-active{color:var(--landing-accent-amber);font-weight:800}.feature-counter__item.is-active:after{content:" —";color:var(--landing-accent-amber);font-weight:400}.feature-counter__item.is-past{color:var(--landing-ink-soft)}.feature-detail-panel{position:absolute;top:3.5rem;left:0;right:0;opacity:0;pointer-events:none}.feature-detail__tag{display:flex;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-ink-soft);margin-bottom:1.25rem}.feature-detail__tag-mark{width:.45rem;height:.45rem;background:var(--landing-accent-amber)}.feature-detail__title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.08;color:var(--landing-ink);margin-bottom:1.25rem}.feature-detail__desc{font-size:1rem;line-height:1.65;color:var(--landing-ink-soft);margin-bottom:1.5rem;-moz-columns:1;columns:1}@media(min-width:1100px){.feature-detail__desc{-moz-columns:2;columns:2;-moz-column-gap:1.5rem;column-gap:1.5rem}}.feature-detail__bullets{display:flex;flex-direction:column;gap:.65rem}.feature-detail__bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:#334155}.feature-detail__bullets svg{color:var(--landing-accent-emerald);margin-top:.15rem}.feature-screen{width:100%;height:100%;display:flex;flex-direction:column;font-size:.65rem;color:#334155}.feature-screen__chrome{display:flex;gap:.35rem;padding:.5rem .65rem;background:#e2e8f0;border-bottom:1px solid #cbd5e1}.feature-screen__dot{width:.45rem;height:.45rem;border-radius:999px;background:#94a3b8}.feature-screen--home{background:linear-gradient(145deg,#0f172a,#1e293b);color:#e2e8f0}.feature-screen__home-body{flex:1;display:flex;min-height:0}.feature-screen__sidebar{width:18%;padding:.75rem .5rem;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.4rem}.feature-screen__nav-line{height:.35rem;border-radius:999px;background:#ffffff1f}.feature-screen__nav-line.is-active{background:#7c3aeda6;width:80%}.feature-screen__home-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1rem}.feature-screen__logo{width:3rem;height:3rem;-o-object-fit:contain;object-fit:contain}.feature-screen__home-tag{font-size:.6rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.12em}.feature-screen__home-stats{display:flex;gap:.35rem;margin-top:.5rem}.feature-screen__home-stats span{width:2.5rem;height:.35rem;border-radius:999px;background:#ffffff26}.feature-screen__toolbar{display:flex;align-items:center;gap:.4rem;padding:.55rem .75rem;font-weight:700;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--landing-line);background:#f1f5f9}.feature-screen--catalog,.feature-screen--marketplace,.feature-screen--margins,.feature-screen--automation{background:#fff}.feature-screen__grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;padding:.65rem}.feature-screen__tile{border:1px solid var(--landing-line);border-radius:.35rem;padding:.35rem;background:#f8fafc}.feature-screen__tile-img{aspect-ratio:1;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:.25rem;margin-bottom:.35rem}.feature-screen__tile-line{height:.25rem;border-radius:999px;background:#e2e8f0;margin-bottom:.2rem}.feature-screen__tile-line.short{width:60%}.feature-screen__channels{flex:1;padding:.65rem;display:flex;flex-direction:column;gap:.45rem}.feature-screen__channel{display:flex;align-items:center;gap:.45rem;padding:.5rem;border:1px solid var(--landing-line);border-radius:.4rem;font-weight:600}.feature-screen__pill{margin-left:auto;font-size:.55rem;padding:.1rem .35rem;border-radius:999px;background:#0596691f;color:#059669}.feature-screen__chart{flex:1;display:flex;align-items:flex-end;gap:.35rem;padding:.75rem 1rem .5rem}.feature-screen__bar{flex:1;border-radius:.25rem .25rem 0 0;background:linear-gradient(180deg,#34d399,#059669);min-height:12%}.feature-screen__kpi-row{display:flex;gap:1rem;padding:.5rem .75rem .75rem;border-top:1px solid var(--landing-line);font-weight:700}.feature-screen__kpi-row div{display:flex;align-items:center;gap:.3rem}.feature-screen__form{flex:1;padding:.65rem;display:flex;flex-direction:column;gap:.4rem}.feature-screen__field{height:.55rem;border-radius:.25rem;background:#e2e8f0}.feature-screen__field.filled{background:linear-gradient(90deg,#c4b5fd,#a78bfa);opacity:.55}.feature-screen__field.wide{height:1.2rem}.feature-screen__field.half{width:48%;display:inline-block}@media(max-width:900px){.feature-scroll-pin{min-height:auto}.feature-scroll-stage{min-height:auto;display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem}.feature-intro-row{position:static;transform:none;flex-direction:column;gap:.35rem;margin-bottom:1rem;width:100%}.feature-intro-row__gap{display:none}.feature-intro-headline__left,.feature-intro-headline__right{flex:none;text-align:center;padding:0;white-space:normal;font-size:clamp(1.75rem,8vw,2.5rem)}.feature-image-slot{position:relative;left:auto!important;top:auto!important;transform:none!important;width:100%;max-width:28rem;margin:0 auto}.feature-intro-foot{position:static;transform:none;margin:0 auto}.feature-detail-col{position:static;width:100%;max-width:28rem;margin:0 auto;opacity:1!important}.feature-detail-panel{position:static;opacity:1!important;pointer-events:auto!important;margin-bottom:2.5rem}.feature-detail-panel:not(:first-of-type){display:none}.feature-scroll-track.is-static .feature-image-slot{display:none}.feature-scroll-track.is-static .feature-mobile-screen{display:block}.feature-scroll-track.is-static .feature-detail-panel{display:block!important;position:static!important;opacity:1!important;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--landing-line)}.feature-scroll-track.is-static .feature-detail-panel:last-child{border-bottom:none}.feature-scroll-track.is-static .feature-counter{display:none}.feature-detail__reveal{opacity:1!important;transform:none!important}}@media(prefers-reduced-motion:reduce){.login-marketing-stat-track{animation:none}.login-scroll-cue-chevron{animation:none!important}.landing-module-reveal{animation:none}.feature-progress__segment.is-active:after{animation:none}}
