@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=IBM+Plex+Mono:wght@300;400;500&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--sc-bg:#fbfbfa;--sc-surface:#fff;--sc-text:#071026;--sc-muted:#334155;--sc-faint:#6b7280;--sc-muted-strong:#071026c7;--sc-border:#e8e8e6;--sc-border-strong:#d4d4d0;--sc-brand:#0ca4b0;--sc-brand-rgb:12,164,176;--sc-accent:var(--sc-brand);--sc-cta-bg:var(--sc-accent);--sc-cta-bg-hover:var(--sc-accent-dark);--sc-cta-fg:#fff;--sc-accent-dark:#0b8f95;--sc-accent-soft:#e6f7f8;--sc-dark:#101012;--sc-radius:14px;--sc-font:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sc-mono:"JetBrains Mono", ui-monospace, "SF Mono", monospace}.scider-page{color:var(--sc-text);font-family:var(--sc-font);-webkit-font-smoothing:antialiased;background:0 0;width:100%;min-height:100vh;overflow-x:hidden}html,body,#root{background:var(--sc-bg);height:100%;margin:0}.scider-page *{box-sizing:border-box;margin:0;padding:0}.scider-page ::selection{background:rgba(var(--sc-brand-rgb), .2)}.scider-container{max-width:1280px;margin:0 auto;padding:0 32px}.scider-hero{padding-left:12px;padding-right:12px}.scider-hero,.scider-section,.scider-cta,.scider-header{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);left:0;right:0}section[id],.scider-section,.scider-hero,.scider-cta,.scider-footer{scroll-margin-top:84px}@media (width<=720px){section[id],.scider-section,.scider-hero,.scider-cta,.scider-footer{scroll-margin-top:72px}}.scider-container{width:100%;max-width:1280px;margin:0 auto;padding:0 28px}.scider-header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fbfbfa99;border-bottom:1px solid #0000;height:64px;transition:background .2s,border-color .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s;position:fixed;top:0;left:0;right:0}.scider-header .scider-header-actions{padding-right:28px}.scider-header--fixed .scider-header-inner{align-items:center;height:64px;display:flex}.scider-page{padding-top:64px}.scider-header-inner{justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 28px;display:flex}.scider-logo{color:var(--sc-text);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.scider-logo-mark{flex:none;width:auto;height:28px;display:block}.scider-nav{align-items:center;gap:32px;display:flex}.scider-nav a{color:#071026bf;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}.scider-nav a:hover{color:var(--sc-text)}.scider-header-actions{align-items:center;gap:12px;display:flex}.scider-btn{font-family:var(--sc-font);cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.scider-btn:active{transform:scale(.97)}.scider-btn--primary{background:linear-gradient(180deg, var(--sc-cta-bg) 0%, color-mix(in srgb, var(--sc-cta-bg) 90%, black 10%) 100%);color:var(--sc-cta-fg);box-shadow:0 6px 18px rgba(var(--sc-brand-rgb),.06);border:1px solid #0000;border-radius:10px;padding:8px 16px;transition:background .12s,transform .12s,box-shadow .14s}.scider-btn--primary:hover{background:var(--sc-cta-bg-hover);box-shadow:0 10px 28px rgba(var(--sc-brand-rgb),.12);transform:translateY(-1px)}.scider-btn--ghost{color:var(--sc-text);background:0 0;border:1px solid #0710260f;border-radius:10px;padding:8px 16px;transition:border-color .14s,background .14s,transform .12s}.scider-btn--ghost:hover{border-color:var(--sc-accent);background:rgba(var(--sc-brand-rgb),.03)}.scider-btn:focus-visible{box-shadow:0 0 0 4px rgba(var(--sc-brand-rgb),.08);border-color:var(--sc-accent);outline:none}.scider-btn--lg{padding:14px 28px;font-size:1rem}.scider-hero{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 64px);padding:80px 0 0;display:flex;position:relative}.scider-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.scider-hero-glow{background:radial-gradient(ellipse at center, rgba(var(--sc-brand-rgb), .1) 0%, rgba(var(--sc-brand-rgb), .04) 40%, transparent 70%);width:900px;height:620px;animation:9s ease-in-out infinite sciderGlow;position:absolute;top:-220px;left:50%;transform:translate(-50%)}@keyframes sciderGlow{0%,to{opacity:.85;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.06)}}.scider-hero-grid{background-image:linear-gradient(90deg,#18181b09 1px,#0000 1px),linear-gradient(#18181b09 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 0,#000 30%,#0000 75%);mask-image:radial-gradient(70% 55% at 50% 0,#000 30%,#0000 75%)}.scider-hero-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;display:flex;position:relative}.scider-badge{border:1px solid var(--sc-border);background:var(--sc-surface);color:var(--sc-muted);border-radius:999px;align-items:center;gap:8px;padding:7px 16px;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #1010120a}.scider-badge-dot{background:var(--sc-accent);border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite sciderPulse}@keyframes sciderPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--sc-brand-rgb), .45)}50%{box-shadow:0 0 0 6px rgba(var(--sc-brand-rgb), 0)}}.scider-hero h1{letter-spacing:-.035em;max-width:1100px;margin:0;font-size:clamp(2.4rem,5.8vw,4.2rem);font-weight:600;line-height:1.06}.scider-hero h1 em{background:linear-gradient(100deg,#0ca4b0 10%,#0e7490 55%,#155e75 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.scider-hero-sub{max-width:720px;color:var(--sc-muted-strong);text-align:center;margin:0;font-size:clamp(1.05rem,2vw,1.2rem);font-weight:400;line-height:1.65}.scider-hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin:0;display:flex}.scider-hero-note{color:var(--sc-faint);margin:0;font-size:.85rem}.scider-platform-section{background:var(--sc-dark);color:#f6f7f8;padding:60px 0 80px}.scider-platform-band{z-index:1;border:1px dotted #ffffff1f;border-radius:32px;align-items:center;gap:18px;margin:14px 0 42px;padding:22px 28px;display:flex;position:relative}.scider-platform-band--top{justify-content:flex-start}.scider-platform-band--bottom{justify-content:flex-start;margin-top:36px}.scider-platform-band-label{margin-right:12px;font-size:1.25rem;font-weight:600}.scider-platform-band-pill{color:#ffffffeb;background:#ffffff05;border:1px solid #ffffff0f;border-radius:999px;padding:6px 10px;font-size:.82rem}.scider-platform-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:34px;display:grid}.scider-process-card{color:var(--sc-text);z-index:2;background:#fff;border-radius:30px;flex-direction:column;gap:14px;min-height:260px;padding:26px 28px;display:flex;position:relative;box-shadow:0 18px 40px #0208101f}.scider-process-card h4{font-size:1.04rem;font-weight:700}.scider-process-list{color:#071026b3;flex-direction:column;gap:10px;margin-top:6px;font-size:.95rem;display:flex}@media (width<=980px){.scider-platform-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.scider-platform-grid{grid-template-columns:1fr}.scider-platform-band{gap:10px;padding:12px}.scider-platform-band-label{font-size:1rem}}.scider-mockup-wrap{z-index:1;perspective:1600px;max-width:980px;margin:72px auto 0;position:relative}.scider-mockup{background:var(--sc-surface);border:1px solid var(--sc-border);text-align:left;border-radius:16px;animation:7s ease-in-out infinite sciderFloat;overflow:hidden;box-shadow:0 1px 2px #1010120a,0 12px 32px #10101212,0 40px 80px -20px #1010121f}@keyframes sciderFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.scider-mockup-bar{border-bottom:1px solid var(--sc-border);background:#fafaf9;align-items:center;gap:8px;padding:12px 16px;display:flex}.scider-mockup-dot{border-radius:50%;width:11px;height:11px}.scider-mockup-dot--r{background:#fca5a5}.scider-mockup-dot--y{background:#fcd34d}.scider-mockup-dot--g{background:#86efac}.scider-mockup-title{font-family:var(--sc-mono);color:var(--sc-faint);margin-left:10px;font-size:.72rem}.scider-mockup-body{grid-template-columns:190px 1fr 240px;min-height:380px;display:grid}.scider-mockup-side{border-right:1px solid var(--sc-border);background:#fcfcfb;padding:14px 0}.scider-mockup-side-label{letter-spacing:.08em;text-transform:uppercase;color:var(--sc-faint);padding:0 16px 8px;font-size:.62rem;font-weight:600}.scider-mockup-file{font-family:var(--sc-mono);color:var(--sc-muted);align-items:center;gap:8px;padding:5px 16px;font-size:.72rem;display:flex}.scider-mockup-file--active{background:var(--sc-accent-soft);color:#0e7490;font-weight:500}.scider-mockup-file-ico{background:var(--sc-border-strong);border-radius:2px;flex-shrink:0;width:6px;height:6px}.scider-mockup-file--active .scider-mockup-file-ico{background:var(--sc-accent)}.scider-mockup-code{font-family:var(--sc-mono);padding:18px 20px;font-size:.74rem;line-height:1.85;overflow:hidden}.scider-mockup-line{white-space:pre;gap:14px;display:flex}.scider-mockup-ln{color:#d4d4d0;-webkit-user-select:none;user-select:none;text-align:right;flex-shrink:0;width:14px}.sc-kw{color:#7c3aed}.sc-fn{color:#2563eb}.sc-str{color:#059669}.sc-num{color:#d97706}.sc-com{color:#07102699;font-style:italic}.sc-var{color:var(--sc-text)}.sc-op{color:var(--sc-muted-strong)}.scider-mockup-panel{border-left:1px solid var(--sc-border);background:#fcfcfb;flex-direction:column;gap:14px;padding:16px;display:flex}.scider-mockup-panel-label{letter-spacing:.08em;text-transform:uppercase;color:var(--sc-faint);font-size:.62rem;font-weight:600}.scider-mockup-chart{border:1px solid var(--sc-border);background:linear-gradient(90deg,#0000 24.5%,#18181b0d 24.5% 25.5%,#0000 25.5%),linear-gradient(90deg,#0000 49.5%,#18181b0d 49.5% 50.5%,#0000 50.5%),linear-gradient(90deg,#0000 74.5%,#18181b0d 74.5% 75.5%,#0000 75.5%),linear-gradient(#0000 74.5%,#18181b0d 74.5% 75.5%,#0000 75.5%),linear-gradient(#0000 49.5%,#18181b0d 49.5% 50.5%,#0000 50.5%),linear-gradient(#0000 24.5%,#18181b0d 24.5% 25.5%,#0000 25.5%),#fff;border-radius:10px;height:110px;position:relative;overflow:hidden}.scider-mockup-chart svg{width:100%;height:100%;position:absolute;inset:0}.scider-mockup-chart-path{stroke:var(--sc-accent);stroke-width:2px;fill:none;stroke-dasharray:400;stroke-dashoffset:400px;animation:2.6s ease-out .6s forwards sciderDraw}.scider-mockup-chart-path--2{stroke:#a78bfa;stroke-dasharray:400;stroke-dashoffset:400px;animation:2.6s ease-out .9s forwards sciderDraw}@keyframes sciderDraw{to{stroke-dashoffset:0}}.scider-mockup-stat{font-family:var(--sc-mono);color:var(--sc-muted);justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.scider-mockup-stat b{color:var(--sc-text);font-weight:500}.scider-mockup-stat .ok{color:#059669}.scider-mockup-ai{border:1px solid var(--sc-border);color:var(--sc-muted);background:#fff;border-radius:10px;margin-top:auto;padding:10px 12px;font-size:.7rem;line-height:1.5}.scider-mockup-ai-head{color:var(--sc-text);align-items:center;gap:6px;margin-bottom:4px;font-size:.68rem;font-weight:600;display:flex}.scider-mockup-ai-spark{color:var(--sc-accent)}.scider-section{padding:110px 0}.scider-section--alt{background:var(--sc-surface);border-top:1px solid var(--sc-border);border-bottom:1px solid var(--sc-border)}.scider-section-head{max-width:640px;margin-bottom:64px}.scider-section-head--center{text-align:center;margin-left:auto;margin-right:auto}.scider-section-num{font-family:var(--sc-mono);color:var(--sc-accent);letter-spacing:.05em;font-size:.8rem;font-weight:500}.scider-section-head h2{letter-spacing:-.03em;margin-top:14px;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:600;line-height:1.15}.scider-section-head p{color:var(--sc-muted);margin-top:16px;font-size:1.05rem;line-height:1.65}.scider-row{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.scider-row+.scider-row{margin-top:110px}.scider-row--flip .scider-row-copy{order:2}.scider-row-copy h3{letter-spacing:-.025em;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2}.scider-row-copy p{color:var(--sc-muted-strong);margin-top:16px;font-size:1rem;line-height:1.7}.scider-row-list{flex-direction:column;gap:12px;margin-top:24px;display:flex}.scider-row-list li{color:var(--sc-text);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;list-style:none;display:flex}.scider-row-list li span{color:var(--sc-muted)}.scider-check{background:var(--sc-accent-soft);width:20px;height:20px;color:var(--sc-accent);border-radius:50%;flex-shrink:0;place-items:center;margin-top:1px;font-size:.7rem;font-weight:700;display:grid}.scider-visual{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);padding:28px;box-shadow:0 1px 2px #10101208,0 12px 32px -12px #10101214}.scider-section--alt .scider-visual{background:var(--sc-bg)}.scider-nodes{height:300px;position:relative}.scider-nodes svg{width:100%;height:100%;position:absolute;inset:0}.scider-node-line{stroke:var(--sc-border-strong);stroke-width:1.5px;stroke-dasharray:5 5;animation:30s linear infinite sciderDash}@keyframes sciderDash{to{stroke-dashoffset:-600px}}.scider-node{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;font-weight:600;animation:6s ease-in-out infinite sciderNodeFloat;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 16px #1010120f}.scider-node:nth-child(odd){animation-delay:-3s}@keyframes sciderNodeFloat{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-7px)}}.scider-node-ico{background:var(--sc-accent-soft);border-radius:8px;place-items:center;width:30px;height:30px;font-size:.95rem;display:grid}.scider-node small{color:var(--sc-faint);font-size:.72rem;font-weight:400;display:block}.scider-ai-card{flex-direction:column;gap:12px;display:flex}.scider-ai-msg{border-radius:14px;max-width:88%;padding:12px 16px;font-size:.88rem;line-height:1.55;animation:.6s ease-out both sciderMsgIn}.scider-ai-msg--user{background:var(--sc-dark);color:#fff;border-bottom-right-radius:4px;align-self:flex-end;animation-delay:.2s}.scider-ai-msg--bot{background:var(--sc-bg);border:1px solid var(--sc-border);border-bottom-left-radius:4px;align-self:flex-start;animation-delay:.7s}.scider-ai-msg code{font-family:var(--sc-mono);background:rgba(var(--sc-brand-rgb), .1);color:#0e7490;border-radius:5px;padding:1px 6px;font-size:.8em}.scider-ai-msg--user code{color:#a5f3fc;background:#ffffff24}.scider-ai-typing{gap:4px;padding:4px 2px;display:inline-flex}.scider-ai-typing i{background:var(--sc-faint);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite sciderTyping}.scider-ai-typing i:nth-child(2){animation-delay:.15s}.scider-ai-typing i:nth-child(3){animation-delay:.3s}@keyframes sciderTyping{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes sciderMsgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scider-steps-visual{flex-direction:column;gap:0;display:flex}.scider-step-row{gap:18px;padding:18px 0;display:flex;position:relative}.scider-step-row+.scider-step-row{border-top:1px dashed var(--sc-border)}.scider-step-num{border:1px solid var(--sc-border-strong);width:34px;height:34px;font-family:var(--sc-mono);color:var(--sc-muted);background:var(--sc-surface);border-radius:50%;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:500;display:grid}.scider-step-row h4{letter-spacing:-.01em;font-size:.98rem;font-weight:600}.scider-step-row p{color:var(--sc-muted);margin-top:4px;font-size:.88rem;line-height:1.55}.scider-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.scider-feature-card{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);padding:28px;transition:transform .3s,box-shadow .3s,border-color .3s}.scider-feature-card:hover{border-color:var(--sc-border-strong);transform:translateY(-4px);box-shadow:0 16px 40px -12px #1010121f}.scider-feature-ico{background:var(--sc-accent-soft);border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:1.2rem;display:grid}.scider-feature-card h3{letter-spacing:-.015em;font-size:1.05rem;font-weight:600}.scider-feature-card p{color:var(--sc-muted);margin-top:10px;font-size:.92rem;line-height:1.6}.scider-cta{text-align:center;padding:130px 0;position:relative;overflow:hidden}.scider-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;width:calc(100% - 48px);max-width:820px;margin:22px auto 0;display:grid}.sr-only{clip:rect(1px, 1px, 1px, 1px);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.scider-form-row{flex-direction:column;gap:6px;display:flex}.scider-form-row label{color:var(--sc-muted-strong);text-align:left;font-size:.78rem;font-weight:500}.scider-form-row input,.scider-form-row select{border:1px solid var(--sc-border);background:var(--sc-surface);height:44px;color:var(--sc-text);border-radius:8px;width:100%;padding:10px 12px;font-size:.95rem;transition:border-color .14s,box-shadow .14s,transform .12s}.scider-form-row input:focus,.scider-form-row select:focus{border-color:var(--sc-accent);box-shadow:0 6px 18px rgba(var(--sc-brand-rgb),.06);outline:none}.scider-form-actions{grid-column:1/-1;justify-content:center;gap:10px;margin-top:6px;display:flex}@media (width<=720px){.scider-form{grid-template-columns:1fr}.scider-form-actions{justify-content:center}}.scider-form-row--full{grid-column:1/-1}.scider-form-row input::placeholder{color:#07102673}.grecaptcha-badge{visibility:hidden!important}.scider-form-error{color:#b91c1c;text-align:left;background:#dc262612;border:1px solid #dc262659;border-radius:8px;grid-column:1/-1;margin:0;padding:10px 14px;font-size:.88rem}.scider-form-actions .scider-btn--primary{background:var(--sc-cta-bg);color:var(--sc-cta-fg);min-width:260px;box-shadow:0 8px 22px rgba(var(--sc-brand-rgb),.08);border:1px solid #0000;border-radius:12px;padding:14px 28px;font-weight:600}.scider-form-actions .scider-btn--ghost{border:1px solid var(--sc-border);color:var(--sc-text);background:0 0;border-radius:10px;padding:12px 18px}.scider-form-actions .scider-btn--primary:hover{transform:translateY(-1px)}.scider-cta-mail{color:var(--sc-muted);margin-top:18px}.scider-form-row select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 14px center;background-repeat:no-repeat;padding-right:44px}.scider-form-row select:focus{border-color:var(--sc-accent);box-shadow:0 6px 18px rgba(var(--sc-brand-rgb),.06)}@media (width<=720px){.scider-form{grid-template-columns:1fr}}.scider-cta-bg{background:radial-gradient(ellipse 60% 70% at 50% 100%, rgba(var(--sc-brand-rgb), .08), transparent 70%);pointer-events:none;position:absolute;inset:0}.scider-cta h2{letter-spacing:-.035em;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:600;line-height:1.1;position:relative}.scider-cta p{max-width:520px;color:var(--sc-muted);margin:20px auto 0;font-size:1.08rem;line-height:1.6;position:relative}.scider-cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex;position:relative}.scider-cta-mail{color:var(--sc-faint);margin-top:22px;font-size:.9rem;position:relative}.scider-cta-mail a{color:var(--sc-accent);border-bottom:1px solid rgba(var(--sc-brand-rgb), .35);font-weight:600;text-decoration:none;transition:border-color .2s}.scider-cta-mail a:hover{border-color:var(--sc-accent)}.scider-success{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);opacity:0;max-width:460px;margin:40px auto 0;padding:44px 36px 36px;animation:.6s cubic-bezier(.16,1,.3,1) 50ms forwards sciderSuccessIn;position:relative;transform:translateY(24px)scale(.98);box-shadow:0 18px 50px #07102612}@keyframes sciderSuccessIn{to{opacity:1;transform:translateY(0)scale(1)}}.scider-success-icon{background:var(--sc-accent-soft);width:56px;height:56px;color:var(--sc-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;animation:.5s cubic-bezier(.34,1.56,.64,1) .25s both sciderSuccessPop;display:flex}.scider-success-icon svg{width:28px;height:28px}@keyframes sciderSuccessPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.scider-success-title{letter-spacing:-.02em;color:var(--sc-text);font-size:1.45rem;font-weight:600}.scider-success-text{max-width:380px;color:var(--sc-muted);margin:10px auto 0;font-size:.98rem;line-height:1.6}.scider-success-actions{justify-content:center;margin-top:24px;display:flex}@media (prefers-reduced-motion:reduce){.scider-success,.scider-success-icon{opacity:1;animation:none;transform:none}}.scider-footer{border-top:1px solid var(--sc-border);background:#f6f8f8;padding:36px 0 44px}.scider-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.scider-footer-copy{color:var(--sc-faint);font-size:.85rem}.scider-footer-links{gap:24px;display:flex}.scider-footer-links a{color:var(--sc-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.scider-footer-links a:hover{color:var(--sc-text)}.scider-footer-left{text-align:left;flex-direction:column;gap:6px;max-width:760px;display:flex}.scider-footer-brand{letter-spacing:-.01em;color:var(--sc-text);align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:inline-flex}.scider-footer-brand-dot{background:var(--sc-accent);width:8px;height:8px;box-shadow:0 0 0 4px rgba(var(--sc-brand-rgb), .15);border-radius:50%}.scider-footer-note{color:var(--sc-faint);margin-top:2px;font-size:.8rem;line-height:1.4}.scider-footer-note a{color:var(--sc-muted);border-bottom:1px solid #0000;text-decoration:none;transition:color .15s,border-color .15s}.scider-footer-note a:hover{color:var(--sc-accent);border-color:var(--sc-accent)}.scider-footer-links a{color:var(--sc-accent);font-weight:600;text-decoration:none}.scider-footer-links a:hover{color:var(--sc-accent-dark);text-decoration:underline}.scider-footer-top{align-items:center;gap:4px;transition:color .15s,transform .15s;display:inline-flex;color:var(--sc-faint)!important;font-weight:500!important}.scider-footer-top:hover{transform:translateY(-1px);color:var(--sc-accent)!important;text-decoration:none!important}@media (width<=720px){.scider-footer-inner{text-align:left;flex-direction:column;align-items:flex-start;gap:12px}.scider-footer-links{order:3;gap:12px}.scider-footer-left{align-items:flex-start}}.scider-reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.scider-reveal.scider-reveal--visible{opacity:1;transform:translateY(0)}.scider-reveal--d1{transition-delay:.1s}.scider-reveal--d2{transition-delay:.2s}.scider-reveal--d3{transition-delay:.3s}.scider-hero-anim{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards sciderHeroIn}.scider-hero-anim--d1{animation-delay:50ms}.scider-hero-anim--d2{animation-delay:.18s}.scider-hero-anim--d3{animation-delay:.32s}.scider-hero-anim--d4{animation-delay:.46s}.scider-hero-anim--d5{animation-delay:.65s}@keyframes sciderHeroIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.scider-nav{display:none}.scider-mockup-body{grid-template-columns:1fr}.scider-mockup-side,.scider-mockup-panel{display:none}.scider-row{grid-template-columns:1fr;gap:40px}.scider-row--flip .scider-row-copy{order:0}.scider-features-grid{grid-template-columns:1fr 1fr}.scider-section{padding:80px 0}.scider-hero{padding:140px 0 60px}}@media (width<=560px){.scider-features-grid{grid-template-columns:1fr}.scider-hero-ctas .scider-btn{width:100%}.scider-nodes{height:340px}.scider-node{padding:9px 12px;font-size:.78rem}}@media (prefers-reduced-motion:reduce){.scider-reveal,.scider-hero-anim{opacity:1;transition:none;animation:none;transform:none}.scider-mockup,.scider-node,.scider-hero-glow,.scider-badge-dot{animation:none}}.nexus{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);scroll-margin-top:84px;position:relative}.nexus-stage{--nexus-card-w:clamp(222px, 14.5vw, 232px);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:max(660px,100dvh - 64px);padding:48px clamp(40px,5.5vw,96px) 116px;display:flex;position:relative;overflow:hidden}.nexus-backdrop,.nexus-smoke,.nexus-links{pointer-events:none;position:absolute;inset:0}.nexus-backdrop{z-index:0;overflow:hidden}.nexus-smoke{z-index:1}.nexus-links{z-index:2;width:100%;height:100%;overflow:visible}.nexus-center{z-index:3;position:relative}.nexus-hub{z-index:4}.nexus-nodes{z-index:5}.nexus-grid{background-image:linear-gradient(90deg,#18181b08 1px,#0000 1px),linear-gradient(#18181b08 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(72% 62% at 50% 45%,#000 20%,#0000 78%);mask-image:radial-gradient(72% 62% at 50% 45%,#000 20%,#0000 78%)}.nexus-glow{background:radial-gradient(ellipse at center, rgba(var(--sc-brand-rgb), .11) 0%, rgba(var(--sc-brand-rgb), .04) 42%, transparent 72%);width:min(1100px,90vw);height:720px;animation:9s ease-in-out infinite nexusGlow;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}@keyframes nexusGlow{0%,to{opacity:.85;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}.nexus-smoke{-webkit-mask-image:radial-gradient(76% 64% at 50% 46%,#000 25%,#0000 84%);mask-image:radial-gradient(76% 64% at 50% 46%,#000 25%,#0000 84%)}.nexus-smoke-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.nexus-link{fill:none;stroke-width:1.4px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;opacity:0}.nexus-pulse{opacity:0}.nexus-ring-guide{fill:none;stroke:#0710261c;stroke-width:1px;stroke-dasharray:3 8;opacity:0}.nexus-hub{opacity:0;pointer-events:none;will-change:transform, opacity;width:44px;height:64px;position:absolute;top:0;left:0}.nexus-hub.is-static{opacity:1;margin:0 auto;position:relative;top:auto;left:auto}.nexus-hub-aura{background:radial-gradient(circle, rgba(var(--sc-brand-rgb), .26) 0%, rgba(var(--sc-brand-rgb), .09) 42%, transparent 68%);border-radius:50%;width:260px;height:260px;animation:6.5s ease-in-out infinite nexusAura;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes nexusAura{0%,to{opacity:.75;transform:translate(-50%,-50%)scale(.94)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.06)}}.nexus-hub-orbit{border:1px dashed rgba(var(--sc-brand-rgb), .34);border-radius:50%;width:108px;height:108px;animation:26s linear infinite nexusSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes nexusSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.nexus-hub-mark{filter:drop-shadow(0 0 12px #fbfbfaf2)drop-shadow(0 0 3px #fbfbfae6)drop-shadow(0 14px 26px #07102629);width:100%;height:100%;position:absolute;inset:0}.nexus-center{text-align:center;flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.nexus-hub-slot{flex:none;height:88px}.is-stage .nexus-center{max-width:min(560px, calc(100% - 2 * (var(--nexus-card-w) + 88px)));transform:translateY(clamp(48px,12vh,130px))}.is-flow .nexus-center{max-width:720px}.nexus-center>:not(.nexus-hub-slot){opacity:0;transition:opacity .75s,transform .75s cubic-bezier(.2,.8,.2,1);transform:translateY(16px)}.is-resolved .nexus-center>:not(.nexus-hub-slot){opacity:1;transform:none}.is-resolved .nexus-center>:nth-child(2){transition-delay:50ms}.is-resolved .nexus-center>:nth-child(3){transition-delay:.14s}.is-resolved .nexus-center>:nth-child(4){transition-delay:.23s}.is-resolved .nexus-center>:nth-child(5){transition-delay:.32s}.is-resolved .nexus-center>:nth-child(6){transition-delay:.41s}.nexus-badge{border:1px solid var(--sc-border);background:var(--sc-surface);color:var(--sc-muted);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:.78rem;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #1010120a}.nexus-badge-dot{background:var(--sc-accent);border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite nexusPulse}@keyframes nexusPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--sc-brand-rgb), .45)}50%{box-shadow:0 0 0 6px rgba(var(--sc-brand-rgb), 0)}}.nexus-center h1{letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,2.75vw,2.6rem);font-weight:600;line-height:1.06}.nexus-center h1 em{background:linear-gradient(100deg,#0ca4b0 10%,#0e7490 55%,#155e75 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.nexus-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:4px;display:flex}.nexus-note{color:var(--sc-faint);margin:0;font-size:.78rem}.nexus-nodes{margin:0;padding:0;list-style:none}.is-stage .nexus-nodes{pointer-events:none;position:absolute;inset:0}.is-stage .nexus-node{width:var(--nexus-card-w);opacity:0;will-change:transform, opacity;position:absolute;top:0;left:0}.nexus-card{border:1px solid var(--sc-border);-webkit-backdrop-filter:blur(10px)saturate(1.15);width:100%;font-family:var(--sc-font);text-align:left;cursor:pointer;pointer-events:auto;background:#ffffffdb;border-radius:14px;align-items:center;gap:11px;padding:11px 15px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s,background .35s;display:flex;position:relative;box-shadow:0 1px 2px #0710260d,0 12px 32px -20px #07102659}.nexus-card:after{content:"";border-radius:inherit;box-shadow:0 0 0 1px color-mix(in srgb, var(--nexus-tint) 55%, transparent), 0 0 30px -4px color-mix(in srgb, var(--nexus-tint) 50%, transparent);opacity:var(--nexus-heat,0);pointer-events:none;transition:opacity .25s;position:absolute;inset:-1px}.nexus-card:hover,.nexus-card:focus-visible{border-color:color-mix(in srgb, var(--nexus-tint) 40%, var(--sc-border));background:#fff;transform:translateY(-2px)}.nexus-card:focus-visible{outline:2px solid color-mix(in srgb, var(--nexus-tint) 70%, transparent);outline-offset:3px}.nexus-card-icon{width:34px;height:34px;color:var(--nexus-tint);background:color-mix(in srgb, var(--nexus-tint) 11%, #fff);border:1px solid color-mix(in srgb, var(--nexus-tint) 20%, transparent);border-radius:10px;flex:none;place-items:center;transition:background .35s,transform .35s cubic-bezier(.2,.8,.2,1);display:grid}.nexus-card:hover .nexus-card-icon{background:color-mix(in srgb, var(--nexus-tint) 18%, #fff);transform:scale(1.06)}.nexus-card-icon svg{width:19px;height:19px;display:block}.nexus-card-title{color:var(--sc-text);letter-spacing:-.012em;min-width:0;font-size:.85rem;font-weight:600;line-height:1.35}.is-flow{min-height:0;padding:56px clamp(20px,5vw,44px) 64px}.is-flow .nexus-nodes{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;width:100%;max-width:760px;margin:46px auto 0;display:grid;position:static}.is-flow .nexus-node{animation:.7s cubic-bezier(.2,.8,.2,1) backwards nexusRise;display:flex;position:static}.is-flow .nexus-node:first-child{animation-delay:.2s}.is-flow .nexus-node:nth-child(2){animation-delay:.27s}.is-flow .nexus-node:nth-child(3){animation-delay:.34s}.is-flow .nexus-node:nth-child(4){animation-delay:.41s}.is-flow .nexus-node:nth-child(5){animation-delay:.48s}.is-flow .nexus-node:nth-child(6){animation-delay:.55s}.is-flow .nexus-node:nth-child(7){animation-delay:.62s}.is-flow .nexus-node:nth-child(8){animation-delay:.69s}.is-flow .nexus-node:nth-child(9){animation-delay:.76s}@keyframes nexusRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.is-flow .nexus-hub-slot{height:92px}.is-flow .nexus-center h1{font-size:clamp(1.8rem,5.6vw,2.4rem)}.is-flow .nexus-ctas .scider-btn{flex:200px}@media (width<=520px){.is-flow .nexus-nodes{grid-template-columns:1fr}.is-flow .nexus-ctas{width:100%}}@media (prefers-reduced-motion:reduce){.nexus-glow,.nexus-hub-aura,.nexus-hub-orbit,.nexus-badge-dot,.is-flow .nexus-node{animation:none}.nexus-center>:not(.nexus-hub-slot),.nexus-card,.nexus-card-icon{transition:none}}.scider-platform-section{background:#29292d;padding:96px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.scider-container{max-width:1280px;margin:0 auto}.scider-platform-band{color:#f5f5f2;border:1.5px dashed #ffffff52;border-radius:999px;align-items:center;gap:16px;padding:22px 36px;display:flex}.scider-platform-band-label{letter-spacing:-.01em;margin-right:auto;font-size:21px;font-weight:700}.scider-platform-band-pill{color:#f0f0ec;white-space:nowrap;border:1px solid #ffffff61;border-radius:999px;padding:9px 22px;font-family:IBM Plex Mono,SFMono-Regular,Menlo,monospace;font-size:13.5px}.scider-platform-grid{grid-template-columns:repeat(4,1fr);gap:26px;padding:20px 0;display:grid;position:relative}.scider-process-card{background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:360px;padding:28px;display:flex;position:relative;box-shadow:0 12px 30px #0208101f}.scider-connector{background:#ffffff8c;width:1px;position:absolute;left:50%;transform:translate(-50%)}.scider-connector--top{top:-62px;bottom:100%}.scider-connector--bottom{top:100%;bottom:-58px}.scider-process-card:not(:last-child):after{content:"";background:#ffffff8c;width:26px;height:1px;position:absolute;top:240px;right:-26px}.scider-process-card h4{color:#161616;letter-spacing:-.01em;text-align:center;margin:0 0 18px;font-size:20px;font-weight:700}.scider-process-list{color:#262626;flex-direction:column;align-items:center;gap:12px;font-family:IBM Plex Mono,SFMono-Regular,Menlo,monospace;font-size:14px;display:flex}.scider-process-list--pills{gap:14px}.scider-pill{text-align:center;border:1px solid #d8d6cf;border-radius:999px;padding:14px 20px;line-height:1.4}.scider-pill-divider{background:#b9b7ae;width:12px;height:1px;margin:6px auto;display:block}.scider-process-list--rows>div{text-align:center;border-bottom:1px solid #dedcd4;padding:14px 0}.scider-process-list--rows>div.scider-row-gap{border-bottom:none;margin-top:12px}@media (width<=980px){.scider-platform-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=641px) and (width<=980px){.scider-process-card:nth-child(2):after{display:none}}@media (width<=980px){.scider-platform-band{border-radius:24px;flex-wrap:wrap}}@media (width<=640px){.scider-platform-grid{grid-template-columns:1fr}.scider-connector,.scider-process-card:after{display:none}.scider-platform-band-label{width:100%;margin-bottom:8px}}
