*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0061ff;--cyan:#3de5fe;--navy:#0a1e42;--text:#27272e;--muted:#596c87;--light:#ebf5ff;--border:#e2eeff;--radius:16px;--radius-sm:12px;--shadow:0 8px 32px #003cb417;--shadow-lg:0 20px 60px #003cb421}html{scroll-behavior:smooth}body{color:var(--text);background:linear-gradient(175deg,#f6fafe 0%,#eff5ff 40%,#f4f0ff 100%) fixed;font-family:Manrope,sans-serif;line-height:1.7}h1,h2,h3,h4,h5,h6{text-wrap:pretty}p,li,td,dt,dd,figcaption,blockquote,label{text-wrap:wrap}.grad{background:linear-gradient(90deg,var(--blue),var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#f9fbffd9;border-bottom:.5px solid #0061ff1f;padding:0 40px;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.nav-logo{color:var(--text);flex-shrink:0;font-size:20px;font-weight:800;line-height:0}.nav-links{align-items:center;gap:4px;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:#3b4f6b;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:8px 13px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,background .2s,border-radius .2s;display:flex}.nav-links a:hover,.nav-links a.active{color:var(--blue);background:#0061ff14;border-radius:12px}.nav-drop-menu{z-index:200;background:#fff;border:1px solid #e2eeff;border-radius:24px;min-width:680px;padding:20px;display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 20px 60px #003cb421}.nav-drop-menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.nav-links li:hover .nav-drop-menu{display:block}.ndm-header{border-bottom:1px solid #ebf5ff;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px 14px;transition:background .18s;display:flex;text-decoration:none!important}.ndm-header:hover{background:#f0f7ff}.ndm-hicon{background:linear-gradient(135deg,#0061ff,#3de5fe);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ndm-hicon svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.ndm-htitle{color:#1e293b;font-size:14px;font-weight:800}.ndm-hsub{color:#596c87;margin-top:1px;font-size:12px;font-weight:500}.ndm-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ndm-item{color:#1e293b;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .18s;display:flex}.ndm-item:hover{background:#f0f7ff}.ndm-item img{object-fit:contain;border-radius:12px;flex-shrink:0;width:24px;height:24px}.ndm-item b{font-size:13px;font-weight:700;display:block}.ndm-item small{color:#596c87;margin-top:1px;font-size:11px;font-weight:500;display:block}.nav-hamburger{display:none}.nav-mobile-overlay{z-index:999;opacity:0;background:#0a1e4273;transition:opacity .3s;display:none;position:fixed;inset:0}.nav-mobile-drawer{z-index:1000;background:#fff;flex-direction:column;width:280px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.nav-mobile-overlay.open{opacity:1;display:block}.nav-mobile-drawer.open{transform:translate(0)}.nav-mobile-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.nav-mobile-title{color:var(--text);font-size:16px;font-weight:700}.nav-mobile-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.nav-mobile-close:hover{background:#f5f5f5}.nav-mobile-links{flex:1;padding:12px 0;overflow-y:auto}.nav-mobile-links a{white-space:nowrap;color:var(--muted);border-bottom:1px solid #f7f7f7;padding:14px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-mobile-links a:hover,.nav-mobile-links a.active{color:var(--blue);background:#f0f5ff;border-radius:8px}.nav-mobile-footer{border-top:1px solid #f0f0f0;padding:16px 20px}.nav-cta{align-items:center;gap:8px;display:flex}.btn-ghost{white-space:nowrap;border-radius:var(--radius-sm);color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;padding:8px 18px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--blue);background:#0061ff0d}.btn-primary{white-space:nowrap;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;padding:8px 20px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn-primary:hover{opacity:.9}.btn-outline{white-space:nowrap;border:1.5px solid var(--blue);border-radius:var(--radius-sm);color:var(--blue);cursor:pointer;background:0 0;align-items:center;padding:8px 18px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:#0061ff0f}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}nav{padding:0 20px}.nav-links,.nav-cta{display:none!important}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex!important}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;display:block}.nav-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%)translateY(-50%)!important}}.container{max-width:1200px;margin:0 auto;padding:0 40px}.eyebrow{color:var(--blue);background:#0061ff14;border:1px solid #0061ff2e;border-radius:100px;align-items:center;gap:4px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow-dot{background:var(--blue);opacity:.7;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero-section{padding:80px 0 72px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-h1{color:var(--text);text-wrap:pretty;max-width:520px;margin-bottom:18px;font-size:36px;font-weight:700;line-height:1.2}.hero-desc{color:var(--muted);max-width:480px;margin-bottom:20px;font-size:16px;line-height:1.75}.hero-btns{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.hero-btns .btn-primary,.hero-btns .btn-outline{white-space:nowrap;flex:1;justify-content:center;padding:13px 28px;font-size:15px}.hero-note{color:var(--muted);max-width:420px;padding-left:4px;font-size:13px;line-height:1.65}.journey-wrap{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:28px;padding:32px 28px}.journey-title{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-align:center;margin-bottom:24px;font-size:11px;font-weight:800}.journey-stages{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.journey-stage:after{content:"";background:linear-gradient(90deg,var(--blue),var(--cyan));z-index:-1;border-radius:2px;width:100%;height:2px;position:absolute;top:7px;left:50%}.journey-stage:last-child:after{display:none}.journey-stage{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.stage-dot{background:linear-gradient(135deg,var(--blue),var(--cyan));border:3px solid #fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 0 3px #0061ff2e}.stage-label{color:var(--blue);text-align:center;letter-spacing:.02em;font-size:11px;font-weight:700;line-height:1.3}.stage-products{flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:6px;display:flex}.stage-prod{background:var(--light);border:1px solid var(--border);border-radius:30px;align-items:center;gap:7px;width:fit-content;padding:5px 10px 5px 5px;display:flex}.stage-prod img{object-fit:contain;background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:2px}.stage-prod span{color:var(--text);white-space:nowrap;font-size:11px;font-weight:700}.need-section{background:#fff;padding:80px 0}.section-head{text-align:center;margin-bottom:48px;display:block}.section-head h2{color:var(--text);margin:0 auto 16px;font-size:36px;font-weight:700;line-height:1.2}.section-head p{color:var(--muted);max-width:600px;margin:0 auto;font-size:16px;line-height:1.75}.need-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:40px;display:grid}.need-card{background:var(--light);border:1.5px solid var(--border);cursor:pointer;border-radius:20px;padding:24px;transition:all .22s;position:relative;overflow:hidden}.need-card:before{content:"";opacity:0;background:linear-gradient(135deg,#0061ff0d,#3de5fe0a);border-radius:18px;transition:opacity .22s;position:absolute;inset:0}.need-card:hover{border-color:#0061ff59;transform:translateY(-2px);box-shadow:0 8px 32px #0061ff1a}.need-card:hover:before{opacity:1}.need-card.active{border-color:var(--blue);background:#fff;box-shadow:0 12px 40px #0061ff24}.need-card.active:before{opacity:1}.need-card-top{align-items:center;gap:12px;margin-bottom:10px;display:flex}.need-prod-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.need-prod-icon img{object-fit:contain;width:24px;height:24px}.need-card-title{color:var(--text);text-wrap:pretty;font-size:15px;font-weight:700;line-height:1.3}.need-tag{border:1px solid #0000;border-radius:100px;align-items:center;gap:4px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.need-desc{color:var(--muted);text-wrap:wrap;font-size:13px;line-height:1.7}.need-cta-wrap{text-align:center}.product-nav{border-bottom:1px solid var(--border);z-index:90;background:#fff;position:sticky;top:64px;overflow:hidden}.product-nav:after{content:"";pointer-events:none;background:linear-gradient(270deg,#fff 60%,#0000);width:40px;height:100%;display:none;position:absolute;top:0;right:0}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}.product-nav:after{display:block}}.product-nav-inner{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:4px;max-width:1200px;height:52px;margin:0 auto;padding:0 40px;display:flex;overflow-x:auto}.product-nav-inner::-webkit-scrollbar{display:none}.pnav-item{color:var(--muted);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:6px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.pnav-item:hover{color:var(--blue);background:#0061ff12}.pnav-item.active{color:var(--blue);background:#0061ff1f}.pnav-item img{object-fit:contain;border-radius:8px;width:18px;height:18px}.product-section{border-bottom:1px solid #0061ff12;padding:80px 0;scroll-margin-top:124px}.product-section:nth-child(2n){background:#fff}.product-section:last-child{border-bottom:none}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.product-grid.flip{direction:rtl}.product-grid.flip>*{direction:ltr}.prod-badge{align-items:center;gap:12px;margin-bottom:20px;display:flex}.prod-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.prod-icon img{object-fit:contain;border-radius:8px;width:32px;height:32px}.prod-name-tag{letter-spacing:.07em;text-transform:uppercase;font-size:12px;font-weight:800}.prod-h2{color:var(--text);margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}.prod-desc{color:var(--muted);text-wrap:wrap;margin-bottom:28px;font-size:16px;line-height:1.75}.metrics-row{gap:12px;margin-bottom:28px;display:flex}.metric{border:1px solid var(--border);text-align:center;background:#fff;border-radius:14px;flex:1;padding:14px 18px}.metric .val{font-size:22px;font-weight:800;line-height:1.1}.metric .unit{color:var(--muted);margin-top:3px;font-size:11px;font-weight:600}.features{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.feat{border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:10px;padding:11px 13px;display:flex;border-color:var(--border)!important;background:#fff!important}.feat-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:flex}.feat-text{color:var(--text);font-size:13px;font-weight:600;line-height:1.45}.target-tags{flex-wrap:wrap;gap:7px;margin-bottom:28px;display:flex}.tag-pill{border:1px solid;border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.prod-cta{flex-wrap:wrap;gap:10px;display:flex}.cta-section{background:linear-gradient(150deg,var(--navy) 0%,#0d2860 50%,var(--navy) 100%);padding:90px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 39px,#ffffff06 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#ffffff06 40px);position:absolute;inset:0}.cta-inner{text-align:center;position:relative}.cta-inner .eyebrow{color:var(--cyan);background:#3de5fe1f;border-color:#3de5fe33;margin:0 auto 20px}.cta-inner h2{color:#fff;letter-spacing:-1px;margin-bottom:14px;font-size:42px;font-weight:800;line-height:1.1}.cta-inner p{color:#fff9;max-width:480px;margin:0 auto 36px;font-size:16px;line-height:1.75}.cta-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-btns .btn-white{color:var(--navy);cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.cta-btns .btn-white:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000001f}.cta-btns .btn-ghost-white{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:12px;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.cta-btns .btn-ghost-white:hover{background:#ffffff14}footer{color:#a8c0d6;background:linear-gradient(175deg,#07101c 0%,#08132a 100%);padding:48px 40px 0}.footer-inner{grid-template-columns:280px repeat(4,1fr);gap:48px;max-width:1200px;margin:0 auto;padding-bottom:60px;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{margin-bottom:16px}.footer-desc{color:#96b2c8;white-space:nowrap;margin-bottom:28px;font-size:14px;line-height:1.75}.footer-col h5{color:#fff;letter-spacing:.04em;margin-bottom:18px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:#96b2c8;font-size:13px;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#fff}.footer-col a{color:#96b2c8;margin-bottom:8px;font-size:13px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;max-width:1200px;margin:0 auto;padding:20px 0;display:flex}.footer-bottom p,.footer-bottom span{color:#6b849e;font-size:12px}.footer-bottom a{color:#6b849e;font-size:12px;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:#fff}@media (max-width:1024px){.intro-center,.section-head,.model-top,.tech-top,.awards-top,.system-top,.section-sub,.hero-sub,.hero-h1,.cta-inner,.section-head p,.why-section p,.support-section p{max-width:100%!important}.footer-col{display:none!important}.hero-grid{grid-template-columns:1fr;gap:40px}.journey-wrap{max-width:600px}.product-grid,.product-grid.flip{direction:ltr;grid-template-columns:1fr;gap:40px}.product-grid>*{min-width:0}.need-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:repeat(3,1fr);gap:32px}.footer-brand{grid-column:1/-1}footer{padding:40px 24px 0}}@media (max-width:768px){.journey-wrap{width:100%}.journey-stages{min-width:0;grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.journey-stage:nth-child(2n):after{display:none}.journey-stage:after{width:calc(100% + 20px)!important}.nav-links,.nav-cta .btn-ghost,.nav-cta .btn-outline{white-space:nowrap;display:none}.nav-hamburger{display:flex}.hero-h1{font-size:32px}.need-grid,.features{grid-template-columns:1fr}.metrics-row{flex-wrap:wrap}.journey-stage:after{content:"";background:linear-gradient(90deg,var(--blue),var(--cyan));z-index:-1;border-radius:2px;width:100%;height:2px;position:absolute;top:7px;left:50%}.journey-stage:last-child:after{display:none}.footer-inner{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.section-head h2{font-size:28px}.cta-inner h2{font-size:30px}.product-nav-inner,.container{padding:0 20px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.anim-fade-up{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.anim-fade-in{opacity:0;transition:opacity .55s}.anim-scale{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);transform:scale(.97)}.anim-fade-up.visible,.anim-fade-in.visible,.anim-scale.visible{opacity:1;transform:none}.anim-d1{transition-delay:80ms}.anim-d2{transition-delay:.16s}.anim-d3{transition-delay:.24s}.anim-d4{transition-delay:.32s}.anim-d5{transition-delay:.4s}.anim-d6{transition-delay:.48s}@media (max-width:767px){body{font-size:14px!important;line-height:1.6!important}nav{padding:0!important}.nav-inner{position:relative;justify-content:space-between!important;padding:0 16px!important}.nav-hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;position:relative;display:flex!important}.nav-hamburger span{background:#27272e;border-radius:2px;width:22px;height:2px;display:block!important}.nav-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%)translateY(-50%)!important}.nav-links,.nav-cta,.nav-drop-menu{display:none!important}.nav-mobile-header,.nav-mobile-links{padding:16px!important}section{padding:16px!important;overflow-x:hidden!important}section:has(>.container){padding:0!important}.container{max-width:100%!important;padding:16px!important;overflow-x:hidden!important}.hero{max-width:100%!important;padding:16px!important}.hero-section{padding:16px 0!important}.hero-section .hero-grid>div:first-child{text-align:center!important}.hero-section .eyebrow{margin-left:auto!important;margin-right:auto!important}.hero-section .hero-h1,.hero-section .hero-desc,.hero-section .hero-note{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hero-grid{grid-template-columns:1fr!important;gap:12px!important}.hero-grid>div{min-width:0}.mockup-wrap{aspect-ratio:unset!important;max-height:220px!important;overflow:hidden!important}.cta-section>[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:32px!important;padding:48px 24px!important}.cta-section h2{word-break:break-word!important;font-size:26px!important}.cta-section [style*="padding:36px 32px"]{padding:24px 20px!important}footer{padding:24px 16px!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:8px!important;padding:16px!important}h1,.hero-h1{font-size:24px!important;line-height:1.25!important}h2,.section-head h2,.prod-h2{word-break:break-word!important;overflow-wrap:break-word!important;margin-bottom:10px!important;font-size:22px!important;line-height:1.3!important}h3{font-size:16px!important;line-height:1.35!important}p,.hero-desc,.section-head p,.need-desc,.hero-note{font-size:14px!important;line-height:1.65!important}.section-label,.eyebrow{white-space:nowrap;padding:5px 12px!important;font-size:12px!important}.section-header{grid-template-columns:1fr!important;gap:0!important;margin-bottom:16px!important}.section-sub{margin-bottom:8px!important;font-size:14px!important}.page-404 [style*="display:grid;grid-template-columns:1fr 1fr"],.page-404 [style*="display:grid;grid-template-columns:1fr 2fr"],.page-404 [style*="display:grid;grid-template-columns:2fr 1fr"],.page-404 [style*="grid-template-columns:repeat(2"],.page-404 [style*="grid-template-columns:repeat(3"],.page-404 [style*="grid-template-columns:repeat(4"]:not(.journey-cats){grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:12px!important}.footer-brand{grid-column:1/-1!important}.footer-desc{white-space:nowrap!important;max-width:100%!important;font-size:13px!important}.page-404 [style*=padding-top\:48px],.page-404 [style*=padding-top\:56px],.page-404 [style*=padding-top\:64px],.page-404 [style*=padding-top\:72px],.page-404 [style*=padding-top\:80px]{padding-top:16px!important}.page-404 [style*=padding-bottom\:48px],.page-404 [style*=padding-bottom\:56px],.page-404 [style*=padding-bottom\:64px],.page-404 [style*=padding-bottom\:72px],.page-404 [style*=padding-bottom\:80px]{padding-bottom:16px!important}.page-404 [style*=margin-top\:32px],.page-404 [style*=margin-top\:40px]{margin-top:12px!important}.page-404 [style*=margin-top\:48px],.page-404 [style*=margin-top\:56px],.page-404 [style*=margin-top\:64px]{margin-top:16px!important}.page-404 [style*=margin-bottom\:20px],.page-404 [style*=margin-bottom\:40px]{margin-bottom:12px!important}.page-404 [style*=margin-bottom\:48px],.page-404 [style*=margin-bottom\:56px],.page-404 [style*=margin-bottom\:64px]{margin-bottom:16px!important}.page-404 [style*=gap\:40px],.page-404 [style*=gap\:48px],.page-404 [style*=gap\:56px],.page-404 [style*=gap\:64px],.page-404 [style*=gap\:72px],.page-404 [style*=gap\:80px]{gap:12px!important}.product-nav{top:56px!important}.product-nav-inner{gap:2px!important;padding:0 16px!important}.pnav-item{padding:5px 10px!important;font-size:12px!important}.pi-bottom-row{flex-wrap:wrap!important}.pi-bc-heat{flex:100%!important}.pi-bc-ai,.pi-bc-seg{flex:calc(50% - 5px)!important}.pm-leader-chip:nth-child(3){display:none!important}img,svg,video{max-width:100%}.back-to-top{width:40px!important;height:40px!important;bottom:16px!important;right:16px!important}}body.menu-open{touch-action:none;overflow:hidden}.nav-mobile-links a svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px!important;height:16px!important}@media (max-width:768px){.need-card,.why-card,.support-card,.challenge-card,.data-card,.phase,.card,.solution,.article,.box,.model-card-inner,.vmv-block,.form-card,.sidebar-card,.principle-card{padding:16px!important}.award-card-img{flex:0 0 100px!important;width:100px!important;height:100px!important;margin:12px 0 12px 12px!important}.award-card-body{padding:12px!important}.need-desc,.why-card p,.support-card p,.challenge-card p,.data-card p,.phase ul li,.card p,.solution p,.article p,.box p,.model-card-list li,.award-card-title,.award-card-org,.vmv-block p,.form-card p,.sidebar-card p{text-wrap:wrap!important;width:100%!important;max-width:100%!important}}
