.ent-operation-visual{color:#111317;background:#fff;border-radius:20px;height:100%;min-height:0;padding:30px;animation:.42s cubic-bezier(.22,1,.36,1) both ent-operation-visual-in;position:relative;overflow:hidden}.ent-operation-visual:before{content:"";pointer-events:none;background-image:linear-gradient(#bec8d43d 1px,#0000 1px),linear-gradient(90deg,#bec8d43d 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;mask-image:linear-gradient(#000,#0000 76%)}.ent-operation-visual>*{z-index:1;position:relative}.ent-operation-visual-head{color:#8a929b;letter-spacing:.08em;justify-content:space-between;align-items:center;font:600 11px/1 SFMono-Regular,Consolas,monospace;display:flex}.ent-operation-visual-head b{color:var(--ent-blue);font:inherit;letter-spacing:0;align-items:center;gap:8px;display:inline-flex}.ent-operation-visual-head b:before{width:7px;height:7px;box-shadow:0 0 0 5px color-mix(in srgb, currentcolor 13%, transparent);content:"";background:currentColor;border-radius:50%}.ent-operation-window-head{border-bottom:1px solid #e4e8ed;align-items:center;gap:10px;margin-top:24px;padding-bottom:15px;display:flex}.ent-operation-window-head>span{width:36px;height:36px;color:var(--ent-blue);background:#edf5ff;border-radius:10px;place-items:center;display:grid}.ent-operation-window-head svg{width:18px}.ent-operation-window-head>div{gap:3px;margin-right:auto;display:grid}.ent-operation-window-head strong{font-size:16px;font-weight:600}.ent-operation-window-head small{color:#8a929b;font-size:9px}.ent-operation-window-head>i{background:#d8dee5;border-radius:50%;width:7px;height:7px}.ent-operation-console{grid-template-columns:1fr 150px;align-content:end;align-items:stretch;gap:20px;height:calc(100% - 166px);min-height:190px;display:grid}.ent-operation-rows{gap:9px;display:grid}.ent-operation-rows>div{background:#ffffffeb;border:1px solid #e2e7ec;border-radius:12px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;min-height:62px;padding:12px 14px;display:grid;position:relative;overflow:hidden}.ent-operation-rows>div>span{width:32px;height:32px;color:var(--ent-blue);background:#edf5ff;border-radius:9px;place-items:center;display:grid}.ent-operation-rows svg{width:15px}.ent-operation-rows strong{font-size:11px}.ent-operation-rows small{color:#7f8994;font-size:9px}.ent-operation-rows>div>i{width:var(--row-progress);background:#9fc9fb;height:2px;position:absolute;bottom:0;left:0;right:0}.ent-operation-rows>div.is-active>i{background:var(--ent-blue);animation:1.4s ease-out both ent-operation-progress}.ent-operation-summary{color:#fff;text-align:center;background:#111317;border-radius:18px;align-content:center;place-items:center;gap:7px;min-height:168px;padding:18px 12px;display:grid}.ent-operation-summary>span{background:#1e73dc;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.ent-operation-summary svg{width:21px}.ent-operation-summary strong{font-size:15px}.ent-operation-summary small{color:#9ba6b2;max-width:110px;font-size:8px;line-height:1.4}.ent-operation-summary>div{background:#34404c;border-radius:4px;width:72px;height:4px;margin-top:4px;overflow:hidden}.ent-operation-summary>div i{background:#72adf2;width:82%;height:100%;display:block}.ent-operation-metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ent-operation-metrics>div{border-top:1px solid #e2e7ec;padding-top:12px}.ent-operation-metrics strong{font-size:18px;display:block}.ent-operation-metrics small{color:#8a929b;font-size:9px}@keyframes ent-operation-visual-in{0%{opacity:0;transform:translateY(12px)scale(.992)}to{opacity:1;transform:none}}@keyframes ent-operation-progress{0%{width:16%}}html[data-theme=dark] .ent-operations{background:var(--ent-page)}html[data-theme=dark] .ent-operation-step-icon{color:#111317;background:#fff}html[data-theme=dark] .ent-operation-list button.is-muted .ent-operation-step-icon{color:#687583;background:#252d36}html[data-theme=dark] .ent-operation-list button:hover{box-shadow:none;background:0 0}html[data-theme=dark] .ent-operation-list button:hover .ent-operation-step-icon{color:#111317;background:#fff}html[data-theme=dark] .ent-operation-list button.is-muted,html[data-theme=dark] .ent-operation-list button.is-muted small{color:#687583}html[data-theme=dark] .ent-operation-visual{background:var(--ent-card);color:#eef3f7}html[data-theme=dark] .ent-operation-window-head,html[data-theme=dark] .ent-operation-rows>div{border-color:#35404b}html[data-theme=dark] .ent-operation-rows>div{background:var(--ent-page)}html[data-theme=dark] .ent-operation-window-head>span,html[data-theme=dark] .ent-operation-rows>div>span{background:#20354e}html[data-theme=dark] .ent-operation-metrics>div{border-color:#35404b}html[data-theme=dark] .ent-operation-indicator button{background:#3a444f}@media (width<=960px) and (width>=821px){.ent-operation-content{grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);gap:28px}.ent-operation-console{grid-template-columns:1fr 120px}.ent-operation-visual{padding:24px}}@media (width<=820px){.ent-operation-visual{min-height:0}}@media (width<=560px){.ent-operation-visual{padding:20px}.ent-operation-console{grid-template-columns:1fr;height:calc(100% - 156px)}.ent-operation-summary{display:none}.ent-operation-rows>div{min-height:54px}.ent-operation-step-copy strong{font-size:20px}}@media (prefers-reduced-motion:reduce){.ent-operation-visual,.ent-operation-rows>div.is-active>i{animation:none}.ent-operation-list button,.ent-operation-step-icon,.ent-operation-step-copy small,.ent-operation-indicator button{transition:none}}.feature-illustration{--blue-500:#0076f7;--blue-600:#005bd4;--green-300:#aef193;--green-500:#57d344;--green-600:#3ab333;--neutral-0:#fff;--neutral-100:#f5f7fa;--neutral-200:#f0f2f5;--neutral-300:#dbdde0;--purple-500:#9a45e4;--red-600:#db2e43;--teal-500:#01c8e6;--yellow-500:#ff9000;--yellow-600:#db7200;isolation:isolate;--fv-bg:#fff;--fv-fill:#ffffffb8;--fv-fill-strong:#f7fafff5;--fv-stroke:#c6d3e7b8;--fv-muted:#b1c1d98f;--fv-object:#263449d1;--fv-shadow-soft:#0076f717;--fv-shadow:#0076f724;--fv-shadow-strong:#0076f72e;--fv-shadow-hover:#0076f738;--fv-node-shadow:0 4px 8px var(--fv-shadow-soft);--fv-node-shadow-strong:0 6px 14px var(--fv-shadow-strong);position:relative}.feature-illustration:before{z-index:0;background:radial-gradient(circle, var(--fv-accent-haze,transparent) 0, transparent 68%);content:"";filter:blur(24px);opacity:.56;pointer-events:none;border-radius:50%;width:68%;height:72%;position:absolute;top:12%;left:16%}.feature-illustration-svg{z-index:1;transform-origin:50%;width:100%;height:100%;transition:transform .35s cubic-bezier(.2,.75,.2,1);display:block;position:relative;overflow:hidden;transform:scale(.965)}.feature-illustration-svg path,.feature-illustration-svg circle,.feature-illustration-svg rect,.feature-illustration-svg ellipse{vector-effect:non-scaling-stroke}.feature-illustration-svg path{stroke-linecap:round;stroke-linejoin:round}.feature-bento-tile:hover .feature-illustration-svg{transform:scale(.985)translateY(-2px)}.feature-illustration[data-feature-visual=scale-fabric]:before,.feature-illustration[data-feature-visual=microseg-audit]:before,.feature-illustration[data-feature-visual=iac-gitops]:before{display:none}.feature-illustration[data-feature-visual=scale-fabric] .feature-illustration-svg,.feature-bento-tile:hover .feature-illustration[data-feature-visual=scale-fabric] .feature-illustration-svg,.feature-illustration[data-feature-visual=microseg-audit] .feature-illustration-svg,.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] .feature-illustration-svg,.fv-device-grid{transform:none}.feature-illustration[data-feature-visual=scale-fabric] .fv-device-row{will-change:auto;animation:none}.feature-illustration[data-feature-visual=scale-fabric] .fv-device-cell>rect,.feature-illustration[data-feature-visual=scale-fabric] .fv-device-icon{opacity:1;transform-box:fill-box;transform-origin:50%;transform:none}.feature-illustration[data-feature-visual=scale-fabric] .fv-device-cell>rect{filter:drop-shadow(var(--fv-node-shadow))}.feature-illustration[data-feature-visual=scale-fabric] .fv-device-cell[data-device-accent=true]>rect{fill:var(--blue-500);filter:drop-shadow(var(--fv-node-shadow-strong))}.feature-illustration[data-feature-visual=scale-fabric] .fv-device-cell[data-device-accent=true] .fv-device-icon{filter:brightness(0)invert()}.fv-grid{stroke:var(--neutral-300);stroke-width:1px;stroke-dasharray:1 8;opacity:.02}.fv-kicker{fill:var(--fv-object);letter-spacing:.12em;font:700 12px/1 Rubik,Inter,sans-serif}.fv-micro{fill:var(--fv-object);font:600 12px/1 Rubik,Inter,sans-serif}.fv-metric{fill:var(--fv-object);font:700 18px/1 Rubik,Inter,sans-serif}.feature-illustration[data-feature-visual=microseg-audit],.ent-capability-visual .feature-illustration[data-feature-visual=microseg-audit]{background:#f5f7fa}.microseg-grid{fill:none;stroke:#dbdde0;stroke-width:2px;opacity:.14}.microseg-flow-lines{fill:none;stroke:var(--blue-500);stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;opacity:0;pointer-events:none;transition:opacity .18s ease-out}.microseg-flow-lines path{stroke-dasharray:.14 .86;stroke-dashoffset:0;animation:none}@media (hover:hover){.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] .microseg-flow-lines{opacity:.68}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] .microseg-flow-lines path{animation:microseg-grid-flow var(--microseg-flow-duration,3.4s) linear var(--microseg-flow-delay,0s) infinite}}@keyframes microseg-grid-flow{to{stroke-dashoffset:-1px}}.microseg-console-body,.microseg-console-head{fill:#fff}.microseg-console-head{stroke:none}.microseg-migration-motion>rect{fill:#f5f7fa}.microseg-audit-log{color:#263449d1;text-overflow:ellipsis;white-space:nowrap;height:40px;font:400 13px/40px Inter,ui-sans-serif,system-ui,sans-serif;overflow:hidden}.security-floating-badge{opacity:1;filter:drop-shadow(0 2px 8px var(--fv-shadow-soft))}.security-floating-label{fill:#263449d1;font:400 14px/1 Inter,ui-sans-serif,system-ui,sans-serif}@keyframes microseg-migration-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes microseg-badge-in{0%{opacity:0}to{opacity:1}}@keyframes secure-boot-badge-float{0%,to{transform:translateY(var(--secure-float-from,-3px))}50%{transform:translateY(var(--secure-float-to,3px))}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] .microseg-migration-motion{animation:microseg-migration-in .54s cubic-bezier(.22, 1, .36, 1) var(--microseg-entry-delay) 1 both;transform-box:fill-box;transform-origin:50%;will-change:transform, opacity}.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] [data-security-badge-label]{--secure-float-delay:2.55s;--secure-float-duration:4s}.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] [data-security-badge-label] .security-floating-badge{animation:microseg-badge-in .64s ease-out var(--microseg-badge-entry-delay) 1 both;will-change:opacity}.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] [data-security-badge-label] .security-floating-badge-motion{animation:secure-boot-badge-float var(--secure-float-duration) ease-in-out var(--secure-float-delay) infinite;transform-box:fill-box;transform-origin:50%;will-change:transform}.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] [data-security-badge-label=MFA]{--microseg-badge-entry-delay:1.48s;--secure-float-from:-3px;--secure-float-to:3px}.feature-bento-tile:hover .feature-illustration[data-feature-visual=microseg-audit] [data-security-badge-label="2FA"]{--microseg-badge-entry-delay:1.78s;--secure-float-from:3px;--secure-float-to:-3px}}.feature-illustration[data-feature-visual=iac-gitops]{box-sizing:border-box;min-height:360px;padding:0;display:block;position:relative;overflow:hidden}.ent-capability-visual .feature-illustration[data-feature-visual=iac-gitops]{min-height:360px;padding:0}.iac-terminal-window{width:auto;height:auto;box-shadow:none;will-change:transform;background:#555960;border:1px solid #ffffff1f;border-radius:14px 0 0;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s;position:absolute;inset:28px 0 0 28px;overflow:hidden;transform:translate(0,0)}.feature-bento-tile:hover .iac-terminal-window{transform:scale(1.006);box-shadow:0 18px 40px #0208102e}.iac-terminal-toolbar{background:#45494f;border-bottom:0;align-items:center;height:40px;padding:0 12px;display:flex}.iac-terminal-controls{align-items:center;gap:7px;display:inline-flex}.iac-terminal-controls i{border-radius:50%;width:10px;height:10px;display:block;box-shadow:inset 0 0 0 1px #0000000f}.iac-terminal-controls .is-close{background:#ff6258}.iac-terminal-controls .is-minimize{background:#ffbd2e}.iac-terminal-controls .is-expand{background:#28c941}.iac-terminal-title{color:#ffffff9e;text-overflow:ellipsis;white-space:nowrap;margin-left:12px;font:500 11px/1.2 SFMono-Regular,Consolas,monospace;overflow:hidden}.iac-terminal-body{color:#ffffffdb;align-content:start;gap:1px;padding:14px 18px 16px;font:500 12px/20px SFMono-Regular,Consolas,monospace;display:grid}.iac-terminal-line{opacity:1;clip-path:none;white-space:pre;width:max-content;max-width:100%;min-height:20px;animation:none;display:block;overflow:hidden;transform:none}.iac-terminal-line.is-keyword{color:#f4f7fb}.iac-terminal-line.is-code{color:#d7dce5}.iac-terminal-line.is-value{color:#a8c8ff}.iac-terminal-line.is-command{color:#f8fafc}.iac-terminal-line.is-success{color:#8cf0bb}.feature-bento-tile:hover .iac-terminal-line{animation:iac-terminal-hover-type .62s steps(var(--terminal-chars), end) var(--terminal-delay) both;clip-path:inset(0 100% 0 0)}@keyframes iac-terminal-hover-type{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}.fv-flow{stroke-dasharray:none;animation:5s linear infinite paused fv-flow}.fv-accent{filter:drop-shadow(0 12px 22px var(--fv-accent-glow))}.fv-pulse{filter:drop-shadow(0 10px 20px var(--fv-glow,var(--fv-shadow)));transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite paused fv-pulse}.feature-bento-tile:hover .fv-flow,.feature-bento-tile:hover .fv-pulse,.feature-illustration.is-active .fv-flow,.feature-illustration.is-active .fv-pulse{animation-play-state:running}.feature-bento-tile:hover .fv-flow,.feature-illustration.is-active .fv-flow{stroke-dasharray:9 8}html[data-theme=dark] .feature-illustration{--fv-bg:#1d2025;--fv-fill:#ffffff0b;--fv-fill-strong:#ffffff18;--fv-stroke:#d2def047;--fv-muted:#c5d5eb38;--fv-object:#f6f9ffd1;--fv-shadow-soft:#0076f724;--fv-shadow:#0076f733;--fv-shadow-strong:#0076f73d;--fv-shadow-hover:#0076f747}.feature-bento-tile[data-feature-panel] .fv-pulse,.feature-bento-tile[data-feature-panel] .fv-accent{--fv-object:var(--fv-accent);--fv-stroke:var(--fv-accent);--fv-fill:var(--fv-accent-fill);--fv-fill-strong:var(--fv-accent-fill-strong);filter:drop-shadow(0 10px 12px var(--fv-accent-glow))}.feature-bento-tile[data-feature-panel=performance] .feature-illustration{--fv-accent:#2b6ff0;--fv-accent-fill:#2b6ff01f;--fv-accent-fill-strong:#2b6ff038;--fv-accent-glow:#2b6ff033;--fv-accent-haze:#2b6ff01f}html[data-theme=dark] .feature-bento-tile[data-feature-panel=performance] .feature-illustration{--fv-accent:#70aaff;--fv-accent-fill:#70aaff21;--fv-accent-fill-strong:#70aaff3d;--fv-accent-glow:#4c91ff3d;--fv-accent-haze:#4c91ff24}@keyframes fv-flow{to{stroke-dashoffset:-68px}}@keyframes fv-pulse{0%,to{opacity:.74;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.microseg-flow-lines path,.fv-flow,.fv-pulse{animation:none}.microseg-flow-lines path{stroke-dashoffset:.2px}.fv-device-cell>rect,.fv-device-icon{opacity:1!important;animation:none!important;transform:none!important}.fv-device-grid{transition:none;transform:none!important}.fv-device-row{animation:none!important}.iac-terminal-window,.feature-bento-tile:hover .iac-terminal-window{transition:none;transform:none}.feature-bento-tile:hover .iac-terminal-line{opacity:1;clip-path:none;animation:none;transform:none}}.reference-button{white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:400;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.reference-button:hover{transform:translateY(-2px)}.reference-button--primary{border-color:var(--reference-blue);background:var(--reference-blue);color:#fff!important}.reference-button--primary:hover{border-color:var(--reference-blue-hover);background:var(--reference-blue-hover)}.reference-button--secondary{border-color:var(--reference-blue);color:var(--reference-blue)!important}.reference-button--secondary:hover{border-color:var(--reference-blue-hover);background:#e6f4ff;color:var(--reference-blue-hover)!important}html[data-theme=dark] .reference-button--secondary{border-color:var(--reference-line);background:0 0;color:#fff!important}html[data-theme=dark] .reference-button--secondary:hover,html[data-theme=dark] .reference-button--secondary:focus-visible{border-color:var(--reference-blue);background:#005bd42e;color:var(--reference-blue)!important}.reference-enterprise,.reference-enterprise *{box-sizing:border-box}body.reference-enterprise-page{--reference-page:#f5f7fa;--reference-surface:#f5f7fa;--reference-ink:#111418}html[data-theme=dark] body.reference-enterprise-page{--reference-page:#1b1b1b;--reference-surface:#1b1b1b;--reference-ink:#f4f7fa;--reference-strong:#f4f7fa;--reference-muted:#9aa6b2}html[data-theme=dark] .reference-enterprise{--ent-ink:#f4f7fa;--ent-muted:#9aa6b2;--ent-line:#ffffff1f;--ent-page:#1b1b1b;--ent-card:#1d2025;--ent-grid-line:#9bb0c613;--ent-grid-hover:#5aa6ff14;background:var(--ent-page)}.reference-enterprise{--ent-card:var(--reference-card);--ent-page:var(--reference-page);--ent-blue:#005bd4;--ent-card-gap:20px;--ent-card-radius:16px;background:var(--reference-page);color:var(--reference-ink);padding-bottom:120px;overflow:hidden}html[data-theme=dark] .reference-enterprise .ent-capabilities,html[data-theme=dark] .reference-enterprise .ent-operations{background:var(--ent-page)}.reference-enterprise button,.reference-enterprise input,.reference-enterprise select,.reference-enterprise textarea{font:inherit}.reference-enterprise a{color:inherit;text-decoration:none}.ent-hero{text-align:center;isolation:isolate;height:1230px;padding:128px max(24px,50vw - 640px) 0;position:relative;overflow:hidden}.reference-enterprise[data-reference-lang=zh] .ent-hero{height:1102px}.ent-hero-sentinel{width:1px;height:1px;position:absolute;top:0}.ent-shape-grid{z-index:-2;opacity:1;pointer-events:none;--ent-grid-line:#2f293a0b;--ent-grid-hover:#005bd40f;background:0 0;width:100%;height:100%;position:absolute;inset:0;mask-image:linear-gradient(#000 0%,#000000f0 68%,#0000 96%)}html[data-theme=dark] .ent-shape-grid{--ent-grid-line:#9bb0c613;--ent-grid-hover:#5aa6ff14}.ent-hero-glow{z-index:-1;background:0 0;height:620px;position:absolute;inset:80px 0 auto}.ent-hero-copy{z-index:1;width:min(1280px,100%);height:460px;margin:0 auto;animation:.7s cubic-bezier(.2,.75,.2,1) both ent-rise;position:relative}@keyframes ent-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reference-enterprise[data-reference-lang=zh] .ent-hero-copy{height:332px}.ent-hero h1{width:100%;color:var(--reference-ink);letter-spacing:0;margin:0;font-size:80px;font-weight:500;line-height:96px}.ent-hero h1 span,.ent-hero h1 em{font-style:normal;display:block}.ent-hero-copy>p{color:#66717d;width:100%;margin:28px auto 0;font-size:24px;line-height:32px}.ent-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:34px;display:flex}.ent-hero-actions{margin-top:32px}html[data-theme=dark] :is(.ent-hero,.ent-cta) .reference-button--secondary{background:#0b141d47;border-color:#5aa6ff;color:#8fc4ff!important}html[data-theme=dark] :is(.ent-hero,.ent-cta) .reference-button--secondary:hover,html[data-theme=dark] :is(.ent-hero,.ent-cta) .reference-button--secondary:focus-visible{background:#005bd42e;border-color:#8fc4ff;color:#b7d8ff!important}.ent-why-section{z-index:1;text-align:left;width:min(1280px,100%);height:600px;margin:42px auto 0;position:relative}.ent-why-grid{grid-template-rows:240px 340px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;height:600px;display:grid}.ent-card{border-radius:var(--ent-card-radius);background:var(--reference-card);min-width:0;color:var(--reference-strong);overflow:hidden}.ent-why-item{min-height:0;display:grid}.ent-why-item.is-reason-1{grid-area:1/1/span 2;grid-template-rows:450px minmax(0,1fr);gap:12px;padding:24px}.ent-why-item.is-reason-2{grid-area:1/2/auto/span 2;grid-template-columns:minmax(0,1fr) 390px}.ent-why-item.is-reason-3,.ent-why-item.is-reason-4{grid-row:2;grid-template-rows:190px minmax(0,1fr);gap:12px;padding:24px}.ent-why-item.is-reason-3{grid-column:2}.ent-why-item.is-reason-4{grid-column:3}.ent-why-visual,.ent-capability-visual,.ent-operation-panel{min-width:0;min-height:0;position:relative;overflow:hidden}.ent-why-visual picture,.ent-capability-visual picture,.ent-operation-panel picture{display:block;position:absolute;inset:0}.ent-why-visual picture,.ent-why-visual img,.ent-capability-visual picture,.ent-capability-visual img,.ent-operation-panel picture,.ent-operation-panel img{width:100%;height:100%}.ent-why-visual img,.ent-capability-visual img,.ent-operation-panel img{object-fit:fill;display:block}.ent-why-visual .feature-illustration,.ent-capability-visual .feature-illustration{background:0 0;border:0;place-items:center;width:100%;min-width:0;height:100%;min-height:0;padding:16px;display:grid;overflow:hidden}.ent-why-visual .feature-illustration{border-radius:12px}.ent-capability-visual .feature-illustration{border-radius:16px 16px 0 0}.ent-why-item.is-reason-2 .ent-why-visual{grid-area:1/2;padding:10px 18px 10px 0}.ent-why-copy{min-width:0}.ent-why-item.is-reason-2 .ent-why-copy{grid-area:1/1;align-self:center;padding:28px 12px 28px 32px}.ent-why-copy h2{color:var(--reference-strong);margin:0;font-size:20px;font-weight:500;line-height:28px}.ent-why-copy p{max-width:560px;color:var(--reference-muted);margin:14px 0 0;font-size:16px;line-height:24px}.ent-section{width:min(1280px,100vw - 48px);margin:0 auto;padding:120px 0 0}.ent-section-head{text-align:center;width:100%;margin:0 auto 60px}.ent-section-head h2,.ent-cta h2{color:#000;letter-spacing:0;width:100%;margin:0;font-size:48px;font-weight:500;line-height:56px}.ent-section-head p,.ent-cta p{width:100%;color:var(--reference-muted);margin:20px auto 0;font-size:20px;line-height:28px}.ent-equation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.ent-equation-grid article{background:#ffffffbd;min-height:0;padding:34px}.ent-equation-icon{color:#fff;background:#111317;border-radius:14px;place-items:center;width:50px;height:50px;font-size:16px;font-weight:600;display:grid}.ent-equation-icon svg{width:24px;height:24px}.ent-equation-grid h3{letter-spacing:-.025em;margin:42px 0 0;font-size:20px;font-weight:500;line-height:28px}.ent-equation-grid ul{color:var(--reference-muted);gap:10px;margin:24px 0 0;padding:0;font-size:16px;line-height:24px;list-style:none;display:grid}.ent-equation-grid aside{color:#fff;background:linear-gradient(110deg,#0759bd,#006adc);border-radius:16px;grid-column:1/-1;justify-content:center;align-items:center;min-height:100px;padding:22px 28px;display:flex}.ent-equation-grid aside strong{font-size:20px;font-weight:600;line-height:27px}.ent-capabilities{width:100%;padding:120px max(24px,50vw - 640px) 0}.ent-capability-masonry{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;width:min(1280px,100%);margin:0 auto;display:grid}.ent-capability-column{flex-direction:column;gap:20px;min-width:0;display:flex}.ent-capability-card{grid-template-rows:minmax(0,1fr) 112px;gap:16px;display:grid}.ent-capability-card.size-medium{height:420px}.ent-capability-card.size-tall{height:520px}.ent-capability-copy{min-width:0;padding:4px 24px 24px}.ent-capability-copy h3{margin:0;font-size:20px;font-weight:500;line-height:28px}.ent-capability-copy p{color:var(--reference-muted);margin:8px 0 0;font-size:16px;line-height:24px}.ent-operations{width:100%;margin-top:120px;padding:0 max(24px,50vw - 640px);overflow:visible}.ent-operation-story{width:min(1280px,100%);height:calc(380dvh - 64px);margin:0 auto clamp(90px,1316px - 100dvh,610px);position:relative}.ent-operation-progress{opacity:0;pointer-events:none;grid-template-rows:repeat(4,1fr);height:calc(100% + -100dvh + 64px);display:grid;position:absolute;inset:0 0 auto}.ent-operation-stage{z-index:1;flex-direction:column;height:calc(100dvh - 64px);padding:0 0 clamp(24px,3dvh,40px);display:flex;position:sticky;top:64px}.ent-operations .ent-section-head{flex:none;margin-bottom:60px}.ent-operation-content{flex:none;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:stretch;gap:clamp(40px,6vw,92px);height:452px;display:grid}.ent-operation-list{flex-direction:column;justify-content:center;gap:32px;display:flex}.ent-operation-list button{width:100%;min-height:0;color:var(--reference-strong);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr);align-items:start;gap:16px;padding:0 20px 0 12px;transition:color .18s,transform .22s;display:grid}.ent-operation-list button:hover{transform:translate(6px)}.ent-operation-list button.is-muted{color:#c8cacd}.ent-operation-step-icon{background:var(--reference-strong);width:46px;height:46px;color:var(--reference-page);font-variant-numeric:tabular-nums;border-radius:50%;place-items:center;font-size:11px;display:grid}.ent-operation-step-icon svg{width:21px;height:21px}.ent-operation-list button.is-muted .ent-operation-step-icon{background:color-mix(in srgb, var(--reference-muted) 18%, var(--reference-page));color:color-mix(in srgb, var(--reference-muted) 54%, transparent)}.ent-operation-step-copy{gap:7px;display:grid}.ent-operation-step-copy strong{letter-spacing:-.02em;font-size:20px;font-weight:500;line-height:28px}.ent-operation-step-copy small{width:min(100%,400px);min-height:3em;color:var(--reference-muted);font-size:16px;line-height:24px}.ent-operation-list button.is-muted small{color:#c8cacd}html:not([data-theme=dark]) .ent-operation-list button[aria-selected=true]{color:#111418}html:not([data-theme=dark]) .ent-operation-list button[aria-selected=true] strong{color:var(--neutral-800)}.ent-operation-visual-column{min-width:0;height:452px;position:relative}.ent-operation-panel{border-radius:20px;position:absolute;inset:0}.ent-operation-panel[hidden]{display:none}.ent-operation-indicator{justify-items:center;gap:9px;width:12px;display:grid;position:absolute;top:50%;left:calc(100% + 20px);transform:translateY(-50%)}.ent-operation-indicator button{background:var(--reference-line);cursor:pointer;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:height .18s,background .18s}.ent-operation-indicator button[aria-current=step]{background:var(--reference-strong);height:32px}.ent-operation-follow{flex:none;margin-top:120px}.ent-scenes.ent-section{width:100%;margin:0;padding:0}.ent-scenes .ent-section-head{margin-bottom:60px}.ent-scene-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.ent-scene-grid article{background:#ffffffa8;flex-direction:column;min-height:320px;padding:24px;display:flex}.ent-scene-grid article>span{color:#fff;background:#111317;border-radius:50%;place-items:center;width:48px;height:48px;font-size:11px;display:grid}.ent-scene-grid article>span svg{width:24px;height:24px}.ent-scene-grid article:first-child>span{background:#1677ff}.ent-scene-grid article:nth-child(2)>span{background:#fa8c00}.ent-scene-grid article:nth-child(3)>span{background:#ff4d5e}.ent-scene-grid article:nth-child(4)>span{background:#52c94c}html[data-theme=dark] .ent-hero-copy>p,html[data-theme=dark] .ent-equation-grid li,html[data-theme=dark] .ent-operation-list button.is-active small,html[data-theme=dark] .ent-scene-grid p{color:#9aa6b2}html[data-theme=dark] .ent-why-copy p{color:#aeb8c4}html[data-theme=dark] .ent-section-head p,html[data-theme=dark] .ent-cta p{color:#9da8b4}html[data-theme=dark] .ent-section-head h2,html[data-theme=dark] .ent-cta h2{color:#f4f7fa}html[data-theme=dark] .ent-capability-copy p{color:#d5dae2;opacity:.78}html[data-theme=dark] .ent-capability-copy h3{color:#f5f7fa}html[data-theme=dark] .ent-equation-grid article,html[data-theme=dark] .ent-scene-grid article{background:var(--reference-card)}html[data-theme=dark] body.reference-enterprise-page .reference-footer{background:#121212}.ent-scene-grid h3{margin:auto 0 0;font-size:20px;font-weight:500;line-height:28px}.ent-scene-grid p{color:var(--reference-muted);margin:16px 0 0;font-size:16px;line-height:24px}.ent-cta{text-align:center;width:min(1280px,100vw - 48px);height:186px;margin:120px auto 0}.ent-cta .ent-actions{margin-top:34px}body.enterprise-lead-open{overflow:hidden}.ent-lead-backdrop{z-index:80;backdrop-filter:blur(8px);background:#0f182280;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.ent-lead-backdrop[hidden]{display:none}.ent-lead-dialog{color:#111418;background:#f9fafb;border:1px solid #4154682e;border-radius:24px;width:min(760px,100%);max-height:calc(100vh - 48px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 32px 100px #0c1c2d47,inset 0 1px #ffffffe6}.ent-lead-close{color:#4f5661;cursor:pointer;background:#fff;border:1px solid #d9dde4;border-radius:50%;place-items:center;width:36px;height:36px;font-size:22px;display:grid;position:absolute;top:22px;right:22px}.ent-lead-head{padding-right:58px}.ent-lead-head h2{margin:0;font-size:34px;font-weight:500;line-height:1.16}.ent-lead-head p{max-width:620px;color:var(--reference-muted);margin:12px 0 0;font-size:14px;line-height:1.65}.ent-lead-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.ent-lead-form label{gap:8px;min-width:0;display:grid}.ent-lead-form label>span{color:var(--reference-strong);font-size:13px;font-weight:600}.ent-lead-form label>span b{color:#dc2626;margin-left:3px}.ent-lead-form .is-wide,.ent-lead-submit,.ent-lead-status{grid-column:1/-1}.ent-lead-form input,.ent-lead-form select,.ent-lead-form textarea{color:#111418;background:#fff;border:1px solid #d9dde4;border-radius:12px;outline:0;width:100%;min-width:0;padding:0 14px;font-size:14px}.ent-lead-form input,.ent-lead-form select{height:48px}.ent-lead-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366717d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:44px}.ent-lead-form input::placeholder,.ent-lead-form textarea::placeholder{color:#969da6}.ent-lead-form textarea{resize:vertical;min-height:112px;padding-top:13px;line-height:1.5}.ent-lead-input-suffix{background:#fff;border:1px solid #d9dde4;border-radius:12px;align-items:center;height:48px;display:flex;overflow:hidden}.ent-lead-input-suffix input{border:0;border-radius:0;flex:auto;width:auto;height:46px}.ent-lead-input-suffix>span{color:var(--reference-muted);padding:0 16px 0 12px;font-size:13px;font-weight:600}.ent-lead-form input:focus,.ent-lead-form select:focus,.ent-lead-form textarea:focus,.ent-lead-input-suffix:focus-within{border-color:var(--reference-blue);box-shadow:0 0 0 3px #005bd41a}.ent-lead-submit{align-items:center;gap:16px;margin-top:4px;display:flex}.ent-lead-submit p,.ent-lead-status{color:var(--reference-muted);margin:0;font-size:12px;line-height:1.5}.ent-lead-status{color:#18794e}html[data-theme=dark] .ent-lead-backdrop{background:#04090ea8}html[data-theme=dark] .ent-lead-dialog{color:#f4f7fa;background:#182029;border-color:#ffffff1f;box-shadow:0 32px 100px #00000073}html[data-theme=dark] .ent-lead-close{color:#b9c3cd;background:#222c36;border-color:#3d4854}html[data-theme=dark] .ent-lead-head p,html[data-theme=dark] .ent-lead-submit p{color:#9aa6b2}html[data-theme=dark] .ent-lead-form label>span{color:#e5ebf1}html[data-theme=dark] .ent-lead-form input,html[data-theme=dark] .ent-lead-form select,html[data-theme=dark] .ent-lead-form textarea{color:#f4f7fa;background-color:#111820;border-color:#3a4652}html[data-theme=dark] .ent-lead-input-suffix{background:#111820;border-color:#3a4652}html[data-theme=dark] .ent-lead-input-suffix input,html[data-theme=dark] .ent-lead-input-suffix input:focus{box-shadow:none;background:0 0;border:0}html[data-theme=dark] .ent-lead-input-suffix>span{color:#b9c3cd}html[data-theme=dark] .ent-lead-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b9c3cd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}@media (hover:hover) and (pointer:fine){.ent-capability-card,.ent-scene-grid article{transition:transform .24s cubic-bezier(.2,.8,.2,1)}.ent-capability-card:hover,.ent-scene-grid article:hover{transform:translateY(-8px)}}@media (width<=1360px){.ent-operation-indicator{display:none}}@media (width<=1080px) and (width>=761px){.ent-hero h1{font-size:64px;line-height:1.12}.ent-why-grid{grid-template-rows:300px 300px 340px;grid-template-columns:repeat(2,minmax(0,1fr))}.ent-capability-masonry{grid-template-columns:repeat(2,minmax(0,1fr))}.ent-capability-column:nth-child(3){grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=820px){.ent-operations{margin-top:120px;padding:78px 20px 0}.ent-operation-story{width:calc(100vw - 48px);height:2924px;margin-bottom:0}.reference-enterprise[data-reference-lang=zh] .ent-operation-story{height:2606px}.ent-operation-progress{display:none}.ent-operation-stage{height:auto;padding:0;display:block;position:relative;top:auto}.ent-operation-content{grid-template-columns:1fr;gap:30px;height:auto;display:grid}.ent-operation-list{gap:32px}.ent-operation-visual-column{width:100%;height:min(560px,120vw)}.ent-operation-follow{margin-top:64px}}@media (width>=761px) and (width<=820px){.ent-hero{height:1541.02px;padding-top:132px}.reference-enterprise[data-reference-lang=zh] .ent-hero{height:1541.02px}.reference-enterprise[data-reference-lang=en] .ent-hero{height:1612.69px}.ent-hero-copy,.reference-enterprise[data-reference-lang=zh] .ent-hero-copy{height:387.016px}.reference-enterprise[data-reference-lang=en] .ent-hero-copy{height:458.688px}.ent-why-section,.ent-why-grid{height:980px}.ent-why-grid{grid-template-rows:300px 300px 340px;grid-template-columns:repeat(2,minmax(0,1fr))}.ent-why-item.is-reason-1,.ent-why-item.is-reason-2{grid-column:1/-1;grid-template-rows:300px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:0;padding:0;display:grid}.ent-why-item.is-reason-1{grid-row:1}.ent-why-item.is-reason-2{grid-row:2}.ent-why-item.is-reason-1 .ent-why-visual,.ent-why-item.is-reason-2 .ent-why-visual{grid-area:1/2;height:auto;padding:10px 16px 10px 0}.ent-why-item.is-reason-1 .ent-why-copy,.ent-why-item.is-reason-2 .ent-why-copy{grid-area:1/1;align-self:center;padding:28px 16px 28px 30px}.ent-why-item.is-reason-3,.ent-why-item.is-reason-4{grid-row:3;grid-template-rows:190px 90px;min-height:0}.ent-why-item.is-reason-3{grid-column:1}.ent-why-item.is-reason-4{grid-column:2}.ent-capabilities{height:1704px}.reference-enterprise[data-reference-lang=en] .ent-capabilities{height:1788px}.ent-capability-masonry{grid-template-rows:940px 460px;height:1420px}.ent-capability-card.size-tall,.ent-capability-card.size-medium{grid-template-rows:332px 112px;height:460px}.ent-operations{height:2212px}.reference-enterprise[data-reference-lang=en] .ent-operations{height:2264px}.ent-operation-story,.reference-enterprise[data-reference-lang=zh] .ent-operation-story{width:100%;height:2134px}.reference-enterprise[data-reference-lang=en] .ent-operation-story{height:2186px}.ent-operation-stage{height:2134px}.reference-enterprise[data-reference-lang=en] .ent-operation-stage{height:2186px}.ent-scene-grid{grid-template-rows:repeat(2,320px);grid-template-columns:repeat(2,minmax(0,1fr));height:660px}.ent-operation-follow,.ent-operation-follow .ent-scenes{height:832px}.ent-cta{flex-direction:column;align-items:center;height:242px;display:flex}.ent-cta .ent-actions{width:max-content}}@media (width>=821px){.reference-enterprise[data-reference-lang=zh] .ent-operation-content,.reference-enterprise[data-reference-lang=zh] .ent-operation-visual-column{height:428px}}@media (width<=760px){.reference-enterprise{padding-bottom:120px}.ent-hero{height:2609.59px;padding:116px 24px 72px}.reference-enterprise[data-reference-lang=zh] .ent-hero{height:2479.06px}.ent-hero-copy{width:342px;height:560px}.reference-enterprise[data-reference-lang=zh] .ent-hero-copy{height:429px}.ent-hero h1{font-size:44px;line-height:1.12}.ent-hero-copy>p{font-size:24px;line-height:32px}.ent-hero-actions{width:100%;margin-top:28px}.ent-hero-actions .reference-button{flex:150px}.ent-why-section{width:342px;height:1820px;margin-top:42px}.ent-why-grid{grid-template-rows:repeat(4,440px);grid-template-columns:1fr;gap:20px;height:1820px;display:grid}.ent-why-item.is-reason-1,.ent-why-item.is-reason-2,.ent-why-item.is-reason-3,.ent-why-item.is-reason-4{grid-area:auto/1;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;gap:12px;min-height:440px;padding:24px;display:grid}.ent-why-item.is-reason-1 .ent-why-visual,.ent-why-item.is-reason-2 .ent-why-visual,.ent-why-item.is-reason-3 .ent-why-visual,.ent-why-item.is-reason-4 .ent-why-visual,.ent-why-item.is-reason-1 .ent-why-copy,.ent-why-item.is-reason-2 .ent-why-copy,.ent-why-item.is-reason-3 .ent-why-copy,.ent-why-item.is-reason-4 .ent-why-copy{grid-column:1}.ent-why-item.is-reason-1 .ent-why-visual,.ent-why-item.is-reason-4 .ent-why-visual{height:291px}.ent-why-item.is-reason-2 .ent-why-visual,.ent-why-item.is-reason-3 .ent-why-visual{height:267px}.ent-why-item .ent-why-visual{grid-row:1}.ent-why-item.is-reason-2 .ent-why-visual{padding:0}.ent-why-visual .feature-illustration,.ent-capability-visual .feature-illustration{height:calc(100% - 1px)}.ent-why-item .ent-why-copy{grid-row:2;align-self:auto;padding:0}.ent-section{width:calc(100vw - 32px);padding:78px 0 0}.ent-section-head h2,.ent-cta h2{font-size:44px;line-height:50px}.ent-section-head p,.ent-cta p{font-size:18px;line-height:26px}.ent-equation-grid{grid-template-columns:1fr}.ent-equation{padding-left:24px;padding-right:24px}.ent-equation .ent-section-head{width:calc(100vw - 48px)}.ent-equation-grid article{min-height:0}.ent-capabilities{width:100%;padding:78px 24px 0}.ent-capability-masonry{grid-template-columns:1fr}.ent-capability-column,.ent-capability-column:nth-child(3){grid-column:auto;display:flex}.ent-capability-card.size-tall,.ent-capability-card.size-medium{grid-template-rows:313px 111px;height:440px}.ent-operations .ent-section-head{margin-bottom:60px}.ent-operations{padding-left:24px;padding-right:24px}.ent-scenes .ent-section-head{margin-bottom:60px}.ent-scene-grid{grid-template-columns:1fr}.ent-scene-grid article{min-height:260px}.ent-cta{flex-direction:column;align-items:center;width:calc(100vw - 32px);height:442px;margin:120px auto 0;padding-left:24px;padding-right:24px;display:flex}.reference-enterprise[data-reference-lang=zh] .ent-cta{height:386px}.ent-cta .ent-actions{width:100%}.ent-cta .reference-button{flex:150px}.ent-lead-backdrop{align-items:start;padding:12px}.ent-lead-dialog{border-radius:18px;max-height:calc(100vh - 24px);padding:26px 18px 22px}.ent-lead-close{top:16px;right:16px}.ent-lead-head{padding-right:44px}.ent-lead-head h2{font-size:28px}.ent-lead-form{grid-template-columns:1fr;gap:15px;margin-top:24px}.ent-lead-form .is-wide,.ent-lead-submit,.ent-lead-status{grid-column:auto}.ent-lead-submit{flex-direction:column;align-items:stretch}}@media (width>=761px) and (width<=1080px){.ent-hero,.reference-enterprise[data-reference-lang=zh] .ent-hero,.reference-enterprise[data-reference-lang=en] .ent-hero{height:auto;padding-top:132px}.ent-hero-copy,.reference-enterprise[data-reference-lang=zh] .ent-hero-copy,.reference-enterprise[data-reference-lang=en] .ent-hero-copy{height:auto}.ent-why-section,.ent-why-grid{height:980px}.ent-why-grid{grid-template-rows:300px 300px 340px;grid-template-columns:repeat(2,minmax(0,1fr))}.ent-why-item.is-reason-1,.ent-why-item.is-reason-2{grid-column:1/-1;grid-template-rows:300px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:0;padding:0;display:grid}.ent-why-item.is-reason-1{grid-row:1}.ent-why-item.is-reason-2{grid-row:2}.ent-why-item.is-reason-1 .ent-why-visual,.ent-why-item.is-reason-2 .ent-why-visual{grid-area:1/2;height:auto;padding:10px 16px 10px 0}.ent-why-item.is-reason-1 .ent-why-copy,.ent-why-item.is-reason-2 .ent-why-copy{grid-area:1/1;align-self:center;padding:28px 16px 28px 30px}.ent-why-item.is-reason-3,.ent-why-item.is-reason-4{grid-row:3;grid-template-rows:minmax(0,1fr) auto;min-height:0}.ent-why-item.is-reason-3{grid-column:1}.ent-why-item.is-reason-4{grid-column:2}.ent-capabilities,.reference-enterprise[data-reference-lang=en] .ent-capabilities{height:auto}.ent-capability-masonry{grid-template-rows:940px 460px;height:1420px}.ent-capability-card.size-tall,.ent-capability-card.size-medium{grid-template-rows:minmax(0,1fr) auto;height:460px}}@media (prefers-reduced-motion:reduce){.ent-hero-copy{animation:none}.ent-operation-list button,.ent-operation-indicator button,.ent-capability-card,.ent-scene-grid article{transition:none}.ent-operation-list button:hover,.ent-capability-card:hover,.ent-scene-grid article:hover{transform:none}}
