.site-agent{position:fixed;z-index:80;left:clamp(16px,3vw,40px);bottom:clamp(16px,3vw,36px);color:#172132;font-family:inherit}.site-agent-launcher{display:inline-flex;min-width:154px;height:52px;align-items:center;justify-content:center;gap:10px;padding:0 18px;color:#fff;background:#102034;border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 16px 38px #0c172642;cursor:pointer;font-size:14px;font-weight:800}.site-agent-launcher:hover,.site-agent-launcher:focus-visible{background:#17395d;outline:0}.site-agent-launcher-mark{display:grid;width:30px;height:30px;place-items:center;color:#102034;background:#ff8a1f;border-radius:6px;font-size:12px;letter-spacing:0}.site-agent-panel{position:absolute;left:0;bottom:66px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;width:min(390px,calc(100vw - 32px));height:min(590px,calc(100vh - 116px));overflow:hidden;background:#fff;border:1px solid rgba(16,32,52,.12);border-radius:8px;box-shadow:0 26px 70px #0c17264d}.site-agent-panel[hidden]{display:none}.site-agent-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 18px 15px;color:#fff;background:#102034}.site-agent-header div{display:grid;gap:4px}.site-agent-header strong{font-size:16px;line-height:1.2}.site-agent-header span{color:#ffffffad;font-size:12px}.site-agent-close{display:grid;width:34px;height:34px;place-items:center;padding:0;color:#fff;background:#ffffff1a;border:0;border-radius:6px;cursor:pointer;font-size:24px;line-height:1}.site-agent-messages{display:grid;align-content:start;gap:12px;min-height:0;padding:18px;overflow-y:auto;background:#f6f8fb}.site-agent-message{max-width:86%}.site-agent-message p{margin:0;padding:11px 13px;border-radius:8px;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.site-agent-message.is-assistant{justify-self:start}.site-agent-message.is-assistant p{color:#172132;background:#fff;border:1px solid #dfe6ef}.site-agent-message.is-user{justify-self:end}.site-agent-message.is-user p{color:#fff;background:#17395d}.site-agent-message[data-transient=true] p{color:#59677a}.site-agent-prompts{display:flex;gap:8px;padding:12px 14px 0;overflow-x:auto;background:#fff}.site-agent-prompts button{flex:0 0 auto;max-width:260px;padding:8px 10px;color:#17395d;background:#eef4fb;border:1px solid #d6e2ee;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;line-height:1.35;white-space:normal}.site-agent-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 14px;background:#fff}.site-agent-form textarea{min-height:44px;max-height:112px;width:100%;padding:11px 12px;color:#172132;background:#fff;border:1px solid #c9d5e2;border-radius:6px;font:inherit;font-size:14px;line-height:1.45;resize:none}.site-agent-form textarea:focus{border-color:#ff8a1f;outline:2px solid rgba(255,138,31,.18)}.site-agent-form button,.site-agent-human{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 14px;border-radius:6px;font-size:13px;font-weight:800;text-decoration:none}.site-agent-form button{color:#fff;background:#ff7c19;border:0;cursor:pointer}.site-agent-form button:disabled{opacity:.62;cursor:wait}.site-agent-human{margin:0 14px 14px;color:#102034;background:#fff4e8;border:1px solid #ffd6ad}body.site-agent-open .global-contact-popup{opacity:0;pointer-events:none;visibility:hidden}@media (max-width: 720px){.site-agent{left:auto;right:12px;bottom:12px}.site-agent-launcher{width:52px;min-width:52px;padding:0;border-radius:10px}.site-agent-launcher>span:not(.site-agent-launcher-mark){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-agent-panel{left:auto;right:0;bottom:64px;width:min(390px,calc(100vw - 24px));height:min(580px,calc(100vh - 92px))}}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-normal-latin-400.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/montserrat-normal-latin-600.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-normal-latin-700.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/montserrat-normal-latin-800.woff2) format("woff2")}:root{--accent: #ff7e00;--accent-soft: rgba(255, 138, 42, .12);--ink: #172132;--muted: #657386;--line: #dfe7f1;--soft: #f4f7fb;--deep: #101927;--panel: #182638;--white: #ffffff;--container: 1180px;--h1: clamp(34px, 3.2vw, 52px);--h2: clamp(28px, 2.4vw, 40px);--h3: clamp(20px, 1.35vw, 24px);--h1-line: 1.14;--h2-line: 1.22;--h3-line: 1.34}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;color:var(--ink);background:#fff;font-family:Montserrat,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:0;color:#fff;background:#141c27fa;border-bottom:1px solid rgba(255,255,255,.1);font-family:Montserrat,sans-serif;backdrop-filter:blur(8px);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease,padding .22s ease}.site-header.is-scrolled{padding:5px 0;color:#2e3e56;background:#f5f5f5cc;border-bottom-width:0;box-shadow:none;backdrop-filter:blur(10px)}.site-header-inner{display:flex;width:min(1170px,calc(100% - 48px));min-height:80px;margin:0 auto;align-items:center;gap:0;transition:min-height .22s ease}.site-header.is-scrolled .site-header-inner{min-height:61px}.brand{position:relative;display:flex;align-items:center;flex:0 0 auto;margin-right:24px}.brand img{width:132px;transition:width .22s ease,opacity .22s ease}.brand-logo-light{opacity:1}.brand-logo-dark{position:absolute;inset:0 auto auto 0;opacity:0}.site-header.is-scrolled .brand img{width:103px}.site-header.is-scrolled .brand-logo-light{opacity:0}.site-header.is-scrolled .brand-logo-dark{opacity:1}.main-nav{display:flex;flex:0 0 auto;gap:22px;align-items:center;min-width:0;font-size:15px;font-weight:600;line-height:21px;letter-spacing:0}.nav-item{position:relative;display:flex;align-items:center;min-height:80px;transition:min-height .22s ease}.site-header.is-scrolled .nav-item{min-height:61px}.nav-link{position:relative;display:inline-flex;gap:6px;align-items:center;min-height:41px;padding:10px 5px 10px 9px;color:#f5f5f5;font-size:15px;font-weight:600;line-height:21px;white-space:nowrap;transition:color .18s ease}.nav-link:after{position:absolute;right:0;bottom:-10px;left:0;height:2px;content:"";background:var(--accent);opacity:0;transform:scaleX(.5);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.nav-link:hover,.nav-link:focus-visible,.nav-link.is-active,.nav-item:hover>.nav-link{color:var(--accent)}.nav-link:hover:after,.nav-link:focus-visible:after,.nav-link.is-active:after,.nav-item:hover>.nav-link:after{opacity:1;transform:scaleX(1)}.site-header.is-scrolled .nav-link{color:#2e3e56}.site-header.is-scrolled .nav-link:hover,.site-header.is-scrolled .nav-link:focus-visible,.site-header.is-scrolled .nav-link.is-active,.site-header.is-scrolled .nav-item:hover>.nav-link{color:var(--accent)}.nav-caret{width:6px;height:6px;margin-top:2px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;opacity:.82;transform:rotate(45deg);transition:opacity .18s ease}.nav-item:hover>.nav-link .nav-caret,.nav-item:focus-within>.nav-link .nav-caret{opacity:1}.nav-dropdown{position:absolute;top:80px;z-index:120;color:#fff;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.site-header.is-scrolled .nav-dropdown{top:71px}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-mega{position:fixed;top:80px;right:0;left:0;width:100vw;background:#121d2df5;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 28px 52px #070e184d}.site-header.is-scrolled .nav-dropdown-mega{top:71px}.nav-item.has-mega:after{position:absolute;top:80px;right:-14px;left:-14px;height:19px;content:""}.site-header.is-scrolled .nav-item.has-mega:after{top:61px}.nav-dropdown-shell{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;width:min(1200px,calc(100% - 48px));margin:0 auto;padding:38px 0 42px}.nav-dropdown-group{min-width:0}.nav-group-title{display:inline-flex;margin:0 0 17px;padding-bottom:10px;color:#fff;border-bottom:2px solid var(--accent);font-size:18px;font-weight:800;line-height:1.25}.nav-group-description{margin:-6px 0 16px;color:#ffffff9e;font-size:13px;line-height:1.55}.nav-dropdown-group ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.nav-dropdown-group li a{display:inline-flex;align-items:center;color:#ffffffb8;font-size:14px;font-weight:500;line-height:1.45;transition:color .18s ease,transform .18s ease}.nav-dropdown-group li a:after{width:6px;height:6px;margin-left:8px;content:"";border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;opacity:0;transform:rotate(45deg) translate(-4px);transition:opacity .18s ease,transform .18s ease}.nav-dropdown-group li a:hover,.nav-dropdown-group li a:focus-visible{color:var(--accent);transform:translate(2px)}.nav-dropdown-group li a:hover:after,.nav-dropdown-group li a:focus-visible:after{opacity:1;transform:rotate(45deg) translate(0)}.nav-dropdown-simple{top:56px;left:0;width:300px;transform:translateY(8px)}.nav-item:hover .nav-dropdown-simple,.nav-item:focus-within .nav-dropdown-simple{transform:translateY(0)}.nav-dropdown-simple ul{display:grid;gap:0;margin:0;padding:0;list-style:none;background:#233044;box-shadow:0 22px 46px #070e1847}.nav-dropdown-simple a{display:flex;min-height:56px;align-items:center;padding:16px 20px;color:#f5f5f5c7;font-size:14px;font-weight:500;line-height:22.4px;border-bottom:1px solid rgba(13,24,39,.42);transition:color .18s ease,background .18s ease}.nav-dropdown-simple a:hover,.nav-dropdown-simple a:focus-visible{color:var(--accent);background:#ffffff0a}.nav-dropdown-products{position:fixed;top:80px;right:0;left:0;width:100vw;padding:24px 0;color:#fff;background:#121d2df5;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 28px 52px #070e184d;transform:translateY(8px)}.site-header.is-scrolled .nav-dropdown-products{top:71px}.nav-item:hover .nav-dropdown-products,.nav-item:focus-within .nav-dropdown-products{transform:translateY(0)}.nav-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(1280px,calc(100vw - 48px));margin:0 auto}.nav-product-card{display:grid;grid-template-columns:96px minmax(0,1fr);min-height:118px;padding:12px;color:#fff;border:1px solid rgba(255,255,255,.11);background:#233044db;box-shadow:0 14px 34px #070e1829;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.nav-product-card:hover,.nav-product-card:focus-visible{border-color:#f98e239e;box-shadow:0 20px 42px #070e1840;transform:translateY(-3px)}.nav-product-media{display:flex;width:96px;min-height:92px;align-items:center;justify-content:center;padding:8px;background:linear-gradient(135deg,#fffffff5,#edf3fae6)}.nav-product-media img{width:100%;max-height:76px;object-fit:contain}.nav-product-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:2px 10px 2px 16px}.nav-product-title{position:relative;display:inline-flex;width:fit-content;max-width:100%;color:#fff;font-size:15px;font-weight:900;line-height:1.36}.nav-product-title:after{position:absolute;right:-16px;bottom:.14em;width:7px;height:7px;content:"";border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.nav-product-desc{display:-webkit-box;overflow:hidden;margin-top:8px;color:#ffffff9e;font-size:12px;line-height:1.52;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nav-product-card:hover .nav-product-title,.nav-product-card:focus-visible .nav-product-title{color:var(--accent)}.nav-product-card:hover .nav-product-desc,.nav-product-card:focus-visible .nav-product-desc{color:#ffffffc7}.mega-services{--services-shell: min(1400px, calc(100vw - 48px) );--services-right-start: calc((100vw - var(--services-shell)) / 2 + 900px);min-height:720px;background:linear-gradient(90deg,rgba(18,29,45,.99) 0,rgba(18,29,45,.99) var(--services-right-start),rgba(35,48,68,.99) var(--services-right-start),rgba(35,48,68,.99) 100%)}.mega-services-shell{display:grid;grid-template-columns:440px 460px minmax(0,1fr);width:var(--services-shell);min-height:720px;margin:0 auto}.mega-service-column{padding:50px 28px 48px 0}.mega-service-ai{padding-left:0}.mega-service-iot{padding-left:0;border-left:0}.mega-service-panel{display:flex;flex-direction:column;padding:50px 0 48px 28px;border-left:0}.mega-service-panel .mega-panel-title{display:grid;grid-template-columns:36px minmax(0,1fr);gap:16px;align-items:start;position:relative;margin-bottom:61px}.mega-service-panel .mega-panel-title:before{content:"☆";color:#fff;font-size:24px;font-weight:400;line-height:1}.mega-service-panel .mega-panel-title:after{position:absolute;bottom:-25px;left:0;width:32px;height:2px;content:"";background:var(--accent)}.mega-kicker,.mega-panel-title{display:inline-flex;align-items:center;gap:12px;color:var(--accent);font-size:20px;font-weight:600;line-height:1.25;letter-spacing:0;text-transform:uppercase}.mega-kicker-lines{display:inline-flex;width:auto;gap:6px;justify-items:start;line-height:25px}.mega-service-ai>.mega-kicker{min-height:36px;align-items:center}.mega-panel-title{display:block;margin-bottom:19px;color:#fff}.mega-iconbox{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.32);border-radius:9px;background:#ffffff12}.mega-iconbox svg{width:19px;height:19px;color:var(--accent)}.mega-services .mega-iconbox{color:var(--accent);border:0;border-radius:0;background:transparent}.mega-services .mega-icon-ai-text{width:32px;height:32px;color:#172132;border-radius:4px;background:var(--accent);font-size:20px;font-weight:600;line-height:32px;text-transform:none}.mega-rule{width:66px;height:2px;margin:18px 0 26px;background:var(--accent)}.mega-subsection{margin-top:44px}.mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 24px}.mega-service-ai .mega-link-grid{grid-template-columns:1fr;gap:0}.mega-feature-link{display:inline-flex;min-width:0;align-items:center;justify-content:space-between;gap:9px;color:#ffffffc2;font-size:15px;font-weight:400;line-height:21px;transition:color .18s ease,transform .18s ease}.mega-services .mega-feature-link,.mega-services .mega-list a{color:#fffc;font-size:14px;font-weight:500;line-height:22.4px}.mega-service-ai .mega-feature-link{width:320px;min-height:32.4px;justify-content:flex-start;padding:5px 0;text-align:left}.mega-service-ai .mega-feature-link span{display:block;width:auto}.mega-service-ai .mega-subsection{margin-top:64px}.mega-service-ai .mega-subsection .mega-iconbox{display:none}.mega-service-ai .mega-subsection .mega-kicker{width:320px;font-size:19px;line-height:30.4px;white-space:nowrap}.mega-service-ai .mega-subsection .mega-rule{margin:10px 0}.mega-service-ai .mega-subsection .mega-feature-link{width:320px;text-align:left}.mega-feature-link i,.mega-list a:after{display:inline-block;width:7px;height:7px;content:"";border-top:1.7px solid currentColor;border-right:1.7px solid currentColor;transform:rotate(45deg)}.mega-feature-link:hover,.mega-feature-link:focus-visible,.mega-list a:hover,.mega-list a:focus-visible,.mega-media-card:hover,.mega-media-card:focus-visible,.mega-platform-link:hover,.mega-platform-link:focus-visible{color:var(--accent)}.mega-list{display:grid;gap:10px}.mega-service-iot .mega-subsection{margin-top:64px}.mega-service-iot .mega-subsection .mega-rule{margin:10px 0}.mega-list a{position:relative;display:flex;width:fit-content;max-width:100%;align-items:center;gap:10px;color:#ffffffc2;font-size:15px;font-weight:400;line-height:21px;transition:color .18s ease,transform .18s ease}.mega-list a:before{display:none}.mega-card-list{display:grid;grid-template-columns:1fr;gap:30px;max-width:540px}.mega-media-card{display:grid;grid-template-columns:120px minmax(0,1fr);gap:20px;align-items:center;min-height:82px;padding:0;color:#ffffffdb;border:0;background:transparent;font-size:14px;font-weight:600;line-height:22.4px;transition:color .18s ease,border-color .18s ease,background .18s ease}.mega-media-card img{width:120px;height:82px;grid-row:1 / span 2;object-fit:cover;border-radius:6px;background:#ffffff0f}.mega-media-card span,.mega-media-card small{display:block;grid-column:2}.mega-media-card small{margin-top:6px;color:#ffffff94;font-size:15px;font-weight:400;line-height:22.5px}.mega-panel-cta{display:inline-flex;width:fit-content;min-height:43px;align-items:center;margin-top:26px;padding:0 15px;color:var(--accent);border:1px solid var(--accent);font-size:14px;font-weight:700;line-height:21px;text-transform:uppercase}.mega-service-panel .mega-panel-cta{margin-top:42px;text-transform:none}.mega-panel-cta:after{width:7px;height:7px;margin-left:14px;content:"";border-top:1.7px solid currentColor;border-right:1.7px solid currentColor;transform:rotate(45deg)}.mega-open-tech{margin-top:36px;padding-top:14px;color:#ffffff9e;font-size:13px;line-height:1.6;border-top:1px solid rgba(255,255,255,.12)}.mega-open-tech div{display:flex;flex-wrap:wrap;gap:20px;margin-top:21px}.mega-open-tech a{display:grid;justify-items:center;gap:8px;min-width:50px;color:var(--accent);font-size:13px;font-weight:400;line-height:18px}.mega-open-tech img{width:21px;height:22px;object-fit:contain}.mega-open-tech b{color:var(--accent);border-bottom:1px dashed var(--accent);font-size:13px;font-weight:400}.mega-ai-tech{margin-top:0}.mega-ai-tech-head{display:grid;gap:0;color:#fff}.mega-ai-tech-head span{color:#fff;font-size:17px;font-weight:700;line-height:1.35}.mega-ai-tech-head small{max-width:420px;color:#ffffff94;font-size:13px;line-height:1.5}.mega-ai-tech>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.mega-ai-tech>div>a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:start;min-height:56px;padding:9px;color:#ffffffd1;border:1px solid rgba(255,255,255,.1);background:#ffffff0b;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.mega-ai-tech>div>a:hover,.mega-ai-tech>div>a:focus-visible{color:var(--accent);border-color:#f98e238c;background:#f98e2314;transform:translateY(-2px)}.mega-ai-tech svg{width:20px;height:20px;color:var(--accent)}.mega-ai-tech strong,.mega-ai-tech small{display:block}.mega-ai-tech strong{color:currentColor;font-size:12px;font-weight:800;line-height:1.25}.mega-ai-tech small{display:-webkit-box;overflow:hidden;margin-top:4px;color:#ffffff8f;font-size:10px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-tuya-compact{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.mega-tuya-compact>span{display:block;color:#ffffffc7;font-size:13px;font-weight:800;line-height:1.4}.mega-tuya-compact>div{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}.mega-tuya-compact a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;color:#ffffffb8;border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:700}.mega-tuya-compact a:hover,.mega-tuya-compact a:focus-visible{color:var(--accent);border-color:#f98e238c}.mega-solutions{top:80px;min-height:527px;background:linear-gradient(90deg,#121d2df0 0% 30.6%,#233044f0 30.6% 56.4%,#233044e6 56.4% 100%)}.mega-solutions-shell{display:grid;grid-template-columns:627px 528px minmax(0,1fr);gap:0;width:100%;min-height:527px;margin:0 auto;padding:0}.mega-solution-feature{display:grid;min-height:527px;align-content:start;padding:45px 24px 50px 307px;color:#fff;background:#121d2db8}.mega-solution-feature strong{display:block;margin-top:18px;font-size:20px;font-weight:700;line-height:1.32}.mega-solution-feature>span:not(.mega-iconbox){margin-top:12px;color:#ffffffa3;font-size:14px;font-weight:400;line-height:22px}.mega-solution-feature img{width:267px;height:150px;margin-top:18px;object-fit:cover;background:#ffffff0d}.mega-solution-feature em{display:inline-flex;width:216px;min-height:48px;align-items:center;justify-content:center;margin-top:21px;padding:0 18px;color:#fff;background:var(--accent);font-size:15px;font-style:normal;font-weight:600;line-height:30px;text-transform:uppercase;white-space:nowrap}.mega-solution-feature em:after{width:8px;height:8px;margin-left:16px;content:"";border-top:1.8px solid currentColor;border-right:1.8px solid currentColor;transform:rotate(45deg)}.mega-solution-column{min-width:0;padding:42px 26px;border-left:1px solid rgba(255,255,255,.12)}.mega-solutions .mega-iconbox{width:34px;height:34px;color:var(--accent);border:0;border-radius:0;background:transparent}.mega-solutions .mega-panel-title{margin-bottom:25px;color:#fff;font-size:21px;font-weight:600;line-height:29.4px;text-transform:none}.mega-solutions .mega-panel-title:after{display:block;width:64px;height:2px;margin-top:10px;content:"";background:var(--accent)}.mega-solutions .mega-list{gap:0}.mega-solutions .mega-list a{display:block;width:100%;max-width:none;padding:0 0 17px;margin:0 0 15px;color:#ffffffeb;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px;font-weight:600;line-height:21px}.mega-solutions .mega-list a:before{display:none}.mega-solutions .mega-list a:after{display:none}.mega-solutions .mega-list a>span:after{display:inline-block;width:7px;height:7px;margin-left:12px;content:"";border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px)}.mega-solutions .mega-list small{display:block;margin-top:8px;color:#ffffff8f;font-size:15px;font-weight:400;line-height:27px}.mega-solutions .mega-list a[href="/cases/"] span{color:var(--accent)}.mega-platform{top:80px;right:0;left:0;width:100vw;min-height:0;background:#121d2df5;overflow:hidden;transform:translateY(8px)}.nav-item:hover .mega-platform,.nav-item:focus-within .mega-platform{transform:translateY(0)}.mega-platform-shell{display:grid;grid-template-columns:400px minmax(0,1fr);width:min(1200px,calc(100vw - 80px));height:490px;margin:0 auto}.mega-platform-card{display:grid;align-content:start;gap:10px;padding:36px 60px;background:#142030c2}.mega-platform-card img{width:261px;height:163px;object-fit:contain;background:#ffffff0a}.mega-platform-card strong{color:#fff;font-size:20px;font-weight:600;line-height:36px}.mega-platform-card a{display:inline-flex;width:fit-content;min-height:42px;align-items:center;margin-top:8px;padding:0 22px;color:#fff;background:var(--accent);font-size:14px;font-weight:700}.mega-platform-card>a{min-height:44px;margin-top:26px;padding:0 28px;text-transform:uppercase}.mega-platform-points{display:grid;gap:21px;margin-top:12px;width:300px}.mega-platform-points a{display:grid;grid-template-columns:18px minmax(0,1fr);width:auto;min-height:0;margin:0;padding:0;color:#ffffffd1;background:transparent;font-size:15px;font-weight:400;line-height:21px}.mega-platform-points svg{width:16px;height:16px;color:#fff}.mega-platform-content{padding:48px 24px}.mega-platform-content .mega-panel-title{text-transform:none}.mega-platform-stack{display:grid;max-width:525px;gap:0}.mega-platform-row{display:grid;gap:8px;padding:25px 0 27px;color:#ffffffd6;border-bottom:1px solid rgba(255,255,255,.09)}.mega-platform-row span{font-size:16px;font-weight:500;line-height:24px}.mega-platform-row span:after{display:inline-block;width:8px;height:8px;margin-left:15px;content:"";border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}.mega-platform-row small{color:#ffffff8f;font-size:15px;font-weight:400;line-height:24px;white-space:nowrap}.mega-platform-content .mega-panel-cta{min-height:0;margin-top:16px;padding:0;color:var(--accent);border:0;font-size:16px;font-weight:400;line-height:24px;text-transform:none}.mega-unified{isolation:isolate;color:#fff;background:linear-gradient(90deg,#121d2d,#1a2739 58%,#213146),#121d2d;max-height:calc(100vh - 88px);overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.mega-unified:before{position:absolute;inset:0;z-index:0;pointer-events:none;content:"";background:radial-gradient(circle at 16% 0%,rgba(249,142,35,.16),transparent 28%),linear-gradient(120deg,rgba(255,255,255,.04),transparent 45%)}.mega-unified-services,.mega-unified-products{background:linear-gradient(90deg,#0d1623f7,#132032f0 54%,#18273bf7),#121d2d}.mega-unified-services:before,.mega-unified-products:before{background:linear-gradient(90deg,#09101bf0,#101c2dc7 45%,#0c1624e6),radial-gradient(circle at 20% 0%,rgba(255,130,0,.22),transparent 30%),radial-gradient(circle at 78% 12%,rgba(90,155,210,.12),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.055),transparent 42%)}.mega-unified-services:after,.mega-unified-products:after{position:absolute;inset:0;z-index:0;pointer-events:none;content:"";background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px),radial-gradient(circle at 68% 38%,rgba(255,130,0,.11),transparent 22%);background-size:48px 48px,48px 48px,100% 100%;opacity:.72}.mega-unified-services{background:linear-gradient(90deg,#080f19f5,#0f1a2ae0 50%,#0e192af5),url(/images/services/ai-iot-development-hero.webp) center / cover,#101a27}.mega-unified-products{background:linear-gradient(90deg,#080f19f7,#111d2ee6 52%,#0d1827f7),url(/images/home/tech/cloud-security-apps-bg.webp) center / cover,#101a27}.mega-unified-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.62fr) minmax(280px,.86fr);gap:18px;width:min(1280px,calc(100vw - 48px));margin:0 auto;padding:24px 0 28px}.mega-overview,.mega-group-card,.mega-featured-rail{min-width:0}.mega-overview{display:flex;flex-direction:column;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0c172685}.mega-unified-services .mega-overview,.mega-unified-products .mega-overview,.mega-unified-services .mega-featured-rail{position:relative;overflow:hidden;border-color:#ffffff1f;background:linear-gradient(160deg,#ffffff15,#ffffff07),#09121fad;box-shadow:inset 0 1px #ffffff14,0 22px 44px #00000038;backdrop-filter:blur(14px)}.mega-unified-services .mega-overview{background:linear-gradient(180deg,#09121f59,#09121fc2),url(/images/services/live/consulting-team-review.webp) center / cover,#09121fb8}.mega-unified-services .mega-overview:before,.mega-unified-products .mega-overview:before{position:absolute;inset:0;pointer-events:none;content:"";border-radius:inherit;background:linear-gradient(180deg,#070e1847,#070e18b8),radial-gradient(circle at 14% 6%,rgba(255,130,0,.18),transparent 34%)}.mega-unified-services .mega-overview>*,.mega-unified-products .mega-overview>*{position:relative;z-index:1}.mega-overview-eyebrow,.mega-featured-label{color:var(--accent);font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.mega-overview-title{display:block;margin-top:12px;color:#fff;font-size:20px;font-weight:800;line-height:1.22}.mega-unified-services .mega-overview-title,.mega-unified-products .mega-overview-title{font-size:21px;font-weight:820;letter-spacing:-.01em;text-shadow:0 14px 34px rgba(0,0,0,.34)}.mega-overview-title:hover,.mega-overview-title:focus-visible{color:var(--accent)}.mega-overview p{margin:12px 0 0;color:#ffffffa8;font-size:13px;line-height:1.62}.mega-overview-media{display:block;overflow:hidden;height:112px;margin-top:18px;border-radius:10px;background:#ffffff0f}.mega-unified-services .mega-overview-media,.mega-unified-products .mega-overview-media{border:1px solid rgba(255,255,255,.16)}.mega-unified-services .mega-overview-media{background:#08111d57}.mega-unified-services .mega-overview-media img{opacity:.94}.mega-overview-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .28s ease}.mega-overview-media:hover img,.mega-overview-media:focus-visible img{transform:scale(1.05)}.mega-proof-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.mega-proof-list span{display:inline-flex;min-height:26px;align-items:center;padding:0 10px;color:#fffc;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#ffffff0b;font-size:11px;font-weight:700;white-space:nowrap}.mega-overview-cta{display:inline-flex;width:fit-content;min-height:38px;align-items:center;margin-top:auto;padding:0 15px;color:#101a28;border-radius:999px;background:var(--accent);font-size:13px;font-weight:800}.mega-overview-cta:after,.mega-featured-card em:after,.mega-group-title:after,.mega-entry-title:after{width:7px;height:7px;margin-left:9px;content:"";border-top:1.6px solid currentColor;border-right:1.6px solid currentColor;transform:rotate(45deg)}.mega-overview-cta:hover,.mega-overview-cta:focus-visible{color:#101a28;background:#fff}.mega-unified-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mega-unified-services .mega-unified-main{position:relative;gap:14px}.mega-unified-services .mega-unified-main:before{position:absolute;top:50%;right:7%;left:7%;z-index:-1;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(255,130,0,.62),rgba(255,255,255,.22),transparent);box-shadow:0 0 18px #ff82002e}.mega-unified-services .mega-unified-main:after{position:absolute;top:8%;bottom:8%;left:50%;z-index:-1;width:1px;content:"";background:linear-gradient(180deg,transparent,rgba(255,130,0,.42),rgba(255,255,255,.18),transparent)}.mega-group-card{position:relative;padding:14px 14px 12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0b;transition:border-color .2s ease,background .2s ease,transform .2s ease}.mega-unified-services .mega-group-card{overflow:hidden;padding:15px 15px 13px;border-color:#ffffff1d;border-radius:16px;background:linear-gradient(145deg,#ffffff15,#ffffff09),#0c172685;box-shadow:inset 0 1px #ffffff14,0 18px 34px #00000026;backdrop-filter:blur(14px)}.mega-unified-services .mega-group-card:before{position:absolute;top:14px;right:14px;color:#ff820047;font-size:34px;font-weight:800;line-height:1;letter-spacing:-.06em}.mega-unified-services .mega-group-card:nth-child(1):before{content:"01"}.mega-unified-services .mega-group-card:nth-child(2):before{content:"02"}.mega-unified-services .mega-group-card:nth-child(3):before{content:"03"}.mega-unified-services .mega-group-card:nth-child(4):before{content:"04"}.mega-unified-services .mega-group-card:after{position:absolute;inset:0;pointer-events:none;content:"";border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 36%),radial-gradient(circle at 88% 12%,rgba(255,130,0,.16),transparent 28%);opacity:0;transition:opacity .2s ease}.mega-group-card:hover{border-color:#f98e235c;background:#fff1;transform:translateY(-2px)}.mega-unified-services .mega-group-card:hover{border-color:#ff820085;background:linear-gradient(145deg,#ff82001f,#ffffff0c),#0e1a2b9e;box-shadow:inset 0 1px #ffffff1a,0 24px 42px #00000038}.mega-unified-services .mega-group-card:hover:after{opacity:1}.mega-group-head{display:flex;min-width:0;align-items:center;gap:10px}.mega-group-icon{display:inline-flex;width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;color:var(--accent);border-radius:10px;background:#f98e231f}.mega-group-icon svg{width:18px;height:18px}.mega-unified-services .mega-group-icon{color:#ff8a16;border:1px solid rgba(255,130,0,.2);background:radial-gradient(circle at 38% 24%,rgba(255,185,92,.28),transparent 38%),#ff820024;box-shadow:0 10px 22px #ff820014}.mega-group-title{display:inline-flex;min-width:0;align-items:center;color:#fff;font-size:15px;font-weight:800;line-height:1.35}.mega-group-title:hover,.mega-group-title:focus-visible{color:var(--accent)}.mega-group-description{display:-webkit-box;overflow:hidden;margin:8px 0 0 44px;color:#ffffff94;font-size:12px;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-entry-list{display:grid;gap:3px;margin-top:9px}.mega-entry{display:grid;grid-template-columns:minmax(0,1fr);min-height:28px;align-items:center;padding:5px 7px;color:#ffffffbf;border-radius:8px;transition:color .18s ease,background .18s ease,transform .18s ease}.mega-unified-services .mega-entry{padding:6px 8px;color:#f4f8fdc7;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent)}.mega-entry:hover,.mega-entry:focus-visible{color:var(--accent);background:#f98e2314;transform:translate(2px)}.mega-entry-title{display:inline-flex;align-items:center;max-width:100%;color:currentColor;font-size:13px;font-weight:700;line-height:1.35}.mega-entry-title:after{opacity:0;transform:rotate(45deg) translate(-4px);transition:opacity .18s ease,transform .18s ease}.mega-entry:hover .mega-entry-title:after,.mega-entry:focus-visible .mega-entry-title:after{opacity:1;transform:rotate(45deg) translate(0)}.mega-entry-desc{display:-webkit-box;overflow:hidden;margin-top:3px;color:#ffffff85;font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-product-entry-list{gap:6px}.mega-entry.has-product-image{grid-template-columns:58px minmax(0,1fr);gap:10px;min-height:64px;padding:8px}.mega-entry-media{display:flex;width:58px;height:48px;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#fffffff5,#e7eff8eb)}.mega-entry-media img{width:82%;max-height:39px;object-fit:contain}.mega-featured-rail{display:flex;flex-direction:column;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0c172661}.mega-unified-services .mega-featured-rail{background:radial-gradient(circle at 20% 4%,rgba(255,130,0,.15),transparent 30%),linear-gradient(160deg,#ffffff13,#ffffff07),#08111ead}.mega-featured-stack{display:grid;gap:9px;margin-top:13px}.mega-featured-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;min-height:88px;align-items:start;padding:12px;color:#ffffffd1;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0b;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.mega-unified-services .mega-featured-card{border-color:#ffffff1c;background:linear-gradient(120deg,#ffffff0e,#ffffff06),#0d192994}.mega-featured-card:hover,.mega-featured-card:focus-visible{color:#fff;border-color:#f98e237a;background:#f98e2314;transform:translateY(-2px)}.mega-featured-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;color:var(--accent);border-radius:12px;background:#f98e231f}.mega-featured-icon svg{width:20px;height:20px}.mega-unified-services .mega-featured-icon{border:1px solid rgba(255,130,0,.2);background:radial-gradient(circle at 36% 24%,rgba(255,186,92,.28),transparent 38%),#ff820024}.mega-featured-card.has-feature-image{grid-template-columns:76px minmax(0,1fr)}.mega-featured-image{overflow:hidden;width:76px;height:68px;border-radius:10px;background:#ffffff14}.mega-featured-image img{width:100%;height:100%;object-fit:cover}.mega-featured-copy strong,.mega-featured-copy small,.mega-featured-copy em{display:block}.mega-featured-copy strong{color:currentColor;font-size:13px;font-weight:800;line-height:1.35}.mega-featured-copy small{display:-webkit-box;overflow:hidden;margin-top:5px;color:#ffffff94;font-size:11px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-featured-copy em{display:inline-flex;align-items:center;margin-top:9px;color:var(--accent);font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.mega-unified-products .mega-overview-media{background:radial-gradient(circle at 16% 12%,rgba(255,130,0,.16),transparent 34%),linear-gradient(145deg,#eff5fcf0,#bdcbdbb8);box-shadow:inset 0 1px #ffffff8c,0 14px 32px #00000038}.mega-unified-products .mega-overview-media img{object-fit:contain;padding:12px;filter:drop-shadow(0 12px 18px rgba(5,13,24,.25))}.mega-unified-products .mega-unified-main{grid-template-columns:repeat(2,minmax(0,1fr))}.mega-unified-products .mega-unified-shell{grid-template-columns:minmax(250px,.58fr) minmax(0,1.92fr);width:min(1320px,calc(100vw - 48px))}.mega-products-main{min-width:0}.mega-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mega-product-card{position:relative;display:flex;min-height:214px;flex-direction:column;padding:12px;color:#ffffffdb;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:linear-gradient(180deg,#ffffff13,#ffffff09),#0c17266b;box-shadow:inset 0 1px #ffffff0f,0 18px 34px #00000029;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.mega-product-card:before{position:absolute;inset:0;pointer-events:none;content:"";border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 42%),radial-gradient(circle at 86% 10%,rgba(255,130,0,.14),transparent 30%);opacity:0;transition:opacity .18s ease}.mega-product-card:hover,.mega-product-card:focus-visible{color:#fff;border-color:#ff820094;background:linear-gradient(180deg,#ff82001f,#ffffff0b),#0c172680;box-shadow:inset 0 1px #ffffff1a,0 24px 42px #0000003d,0 0 0 1px #ff820014;transform:translateY(-3px)}.mega-product-card:hover:before,.mega-product-card:focus-visible:before{opacity:1}.mega-product-card.is-primary{border-color:#ff8200b8;background:radial-gradient(circle at 16% 10%,rgba(255,130,0,.24),transparent 36%),linear-gradient(145deg,#ff820024,#ffffff0f),#0e1929ad;box-shadow:inset 0 1px #ffffff1f,0 24px 46px #00000047}.mega-product-image{display:flex;height:96px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.34),transparent 46%),linear-gradient(145deg,#e4ecf5e6,#9eafc294 58%,#1c2a3b42);box-shadow:inset 0 1px #ffffff7a,inset 0 -18px 36px #08121f1f}.mega-product-image img{width:88%;max-height:74px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(4,12,22,.34))}.mega-product-image svg{width:44px;height:44px;color:var(--accent)}.mega-product-copy{display:flex;min-width:0;flex:1;flex-direction:column;padding-top:11px}.mega-product-meta{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.mega-product-number{color:var(--accent);font-size:11px;font-weight:700;line-height:1.1;letter-spacing:.08em}.mega-product-title{display:-webkit-box;overflow:hidden;margin-top:8px;color:currentColor;font-size:14px;font-weight:760;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-product-description{display:-webkit-box;overflow:hidden;margin-top:6px;color:#ffffff94;font-size:11px;font-weight:420;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mega-product-category{display:inline-flex;min-width:0;max-width:70%;align-items:center;padding:3px 8px;color:#ffffffb8;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0e;font-size:10px;font-weight:650;line-height:1.2;white-space:nowrap}@media (max-width: 1180px){.mega-unified-shell{grid-template-columns:minmax(220px,.7fr) minmax(0,1.4fr)}.mega-featured-rail{grid-column:1 / -1}.mega-featured-stack{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-unified-products .mega-unified-shell{grid-template-columns:1fr}.mega-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mega-product-card{min-height:198px}}.header-cta{display:inline-flex;flex:0 0 auto;min-height:38px;align-items:center;justify-content:center;margin-left:22px;padding:5px 22px;color:var(--accent);border:1px solid rgba(249,142,35,.95);border-radius:20px;font-size:15px;font-weight:600;line-height:24px;text-transform:uppercase;white-space:nowrap;transition:color .18s ease,background .18s ease,border-color .18s ease}.header-cta:hover,.header-cta:focus-visible{color:#111b2a;background:var(--accent)}.site-header.is-scrolled .header-cta{color:#2e3e56;border-color:#2e3e56;background:transparent}.site-header.is-scrolled .header-cta:hover,.site-header.is-scrolled .header-cta:focus-visible{color:#fff;border-color:var(--accent);background:var(--accent)}.menu-toggle,.mobile-nav{display:none}.page{background:#fff}.hero{position:relative;min-height:650px;overflow:hidden;padding:146px 0 84px;color:#fff;background:linear-gradient(110deg,#0d1724fa,#18273aeb),radial-gradient(circle at 78% 18%,rgba(255,138,42,.22),transparent 28%),#101927}.hero:after{position:absolute;right:3rem;bottom:-26%;width:min(48rem,46vw);height:420px;content:"";background:linear-gradient(120deg,rgba(255,138,42,.24),transparent);filter:blur(70px);transform:rotate(-10deg)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:64px;align-items:center}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;color:#fff9;font-size:14px;font-weight:800}.breadcrumb a:hover{color:var(--accent)}.kicker{display:block;margin-bottom:18px;color:var(--accent);font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero h1,.index-hero h1{max-width:940px;margin:0;color:#fff;font-size:var(--h1);line-height:1.05;letter-spacing:0}.hero-copy>p,.index-hero p{max-width:760px;margin:26px 0 0;color:#ffffffbd;font-size:18px;line-height:1.82}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 28px;border:1px solid var(--accent);color:#fff;background:var(--accent);font-weight:850;transition:transform .18s ease,background .18s ease,color .18s ease}.btn:hover,.btn:focus-visible{transform:translateY(-2px)}.btn-outline{border-color:#ffffff9e;background:transparent}.btn-outline:hover,.btn-outline:focus-visible{color:#121b2b;border-color:var(--accent);background:var(--accent)}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-points span{padding:8px 12px;border:1px solid rgba(255,255,255,.12);color:#ffffffc2;background:#ffffff0f;font-size:13px;font-weight:800}.hero-media{position:relative;padding:28px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;box-shadow:0 34px 80px #0000003d}.hero-media img{width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(0,0,0,.25))}.section{padding:88px 0}.section-tight{padding-top:0}.section-alt{background:var(--soft)}.section-dark{color:#fff;background:var(--deep)}.section-heading{max-width:780px;margin-bottom:42px}.section-heading-split{display:flex;max-width:none;gap:28px;align-items:flex-end;justify-content:space-between}.section-heading.center{margin-right:auto;margin-left:auto;text-align:center}.section-heading h2{margin:0;color:var(--ink);font-size:var(--h2);line-height:1.16}.section-dark .section-heading h2{color:#fff}.section-heading p{margin:16px 0 0;color:var(--muted);font-size:17px}.section-dark .section-heading p{color:#ffffffad}.lead{color:var(--muted);font-size:17px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.metric{padding:28px;border:1px solid var(--line);background:#fff}.metric strong{display:block;color:var(--accent);font-size:34px;line-height:1}.metric span{display:block;margin-top:12px;color:var(--muted);font-weight:800}.grid-2,.grid-3,.grid-4{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-item,.guide-step,.link-panel,.product-card,.tech-card,.topic-card{min-width:0;padding:28px;border:1px solid var(--line);background:#fff;box-shadow:0 22px 54px #182b470f;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.feature-item:hover,.guide-step:hover,.link-panel:hover,.product-card:hover,.tech-card:hover,.topic-card:hover{border-color:#ff8a2a75;box-shadow:0 30px 70px #182b471a;transform:translateY(-3px)}.feature-item svg,.guide-step svg,.link-panel svg,.product-card svg,.tech-card svg,.topic-card svg{width:34px;height:34px;color:var(--accent)}.feature-item h3,.guide-step h3,.link-panel h3,.product-card h3,.tech-card h3,.topic-card h3{margin:22px 0 0;color:var(--ink);font-size:22px;line-height:1.34}.feature-item p,.guide-step p,.link-panel p,.product-card p,.tech-card p,.topic-card p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.72}.guide-step>span{display:inline-flex;color:var(--accent);font-size:28px;font-weight:900}.topic-primer{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px;align-items:stretch}.topic-definition,.topic-audience{padding:34px;border:1px solid var(--line);background:#fff;box-shadow:0 22px 54px #182b470f}.topic-definition h2{margin:10px 0 0;color:var(--ink);font-size:34px;line-height:1.24}.topic-definition p{margin:18px 0 0;color:var(--text);font-size:17px;line-height:1.78}.topic-audience ul{display:grid;gap:16px;padding:0;margin:18px 0 0;list-style:none}.topic-audience li{position:relative;padding-left:24px;color:var(--text);font-size:15px;font-weight:750;line-height:1.7}.topic-audience li:before{position:absolute;top:10px;left:0;width:8px;height:8px;content:"";border:1px solid var(--accent);border-radius:50%;background:#f98e2329}.article-grid{align-items:stretch}.article-panel{display:block;min-width:0;padding:24px 28px;color:inherit;text-decoration:none;border:1px solid var(--line);background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 48px #182b470e;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.article-panel:hover{border-color:#f98e2370;box-shadow:0 26px 64px #182b471a;transform:translateY(-3px)}.article-panel strong,.article-panel span{display:block}.article-panel strong{color:var(--ink);font-size:19px;line-height:1.42}.article-panel span{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.68}.image-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:center}.image-band img{width:100%;min-height:360px;object-fit:cover}.two-column-rich{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,.64fr);gap:54px;align-items:center}.rich-side-image{overflow:hidden;margin:0;border:1px solid var(--line);background:#fff;box-shadow:0 26px 70px #182b471a}.rich-side-image img{width:100%;min-height:420px;object-fit:cover}.topic-path-summary{display:grid;gap:14px;align-content:center;min-height:420px;padding:34px;background:radial-gradient(circle at 78% 18%,rgba(249,142,35,.18),transparent 32%),linear-gradient(135deg,#fff,#f5f8fc)}.topic-path-summary svg{width:46px;height:46px;color:var(--accent)}.topic-path-summary strong{color:var(--text);font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.2}.topic-path-summary span{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid rgba(46,62,86,.1);color:var(--muted);background:#ffffffb8;font-weight:800}.gallery-layout{display:grid;gap:28px}.gallery-grid{display:grid;grid-template-columns:1.18fr .82fr .82fr;gap:20px}.gallery-grid.gallery-count-1{grid-template-columns:minmax(0,1fr)}.gallery-grid.gallery-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-item{position:relative;overflow:hidden;min-height:230px;margin:0;border:1px solid var(--line);background:linear-gradient(135deg,#fff,#f5f8fb);box-shadow:0 22px 54px #182b4714}.gallery-item-1{grid-row:span 2;min-height:478px}.gallery-count-1 .gallery-item-1,.gallery-count-2 .gallery-item-1{grid-row:auto}.gallery-item>img{width:100%;height:100%;min-height:inherit;object-fit:contain;padding:18px}.gallery-item.is-scene>img,.gallery-item:nth-child(n+3).is-scene>img{object-fit:cover;padding:0}.gallery-item.is-scene:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 55%,rgba(12,24,38,.22));pointer-events:none;z-index:1}.link-stack{display:grid;gap:14px}.compact-grid{gap:16px}.compact-card{padding:22px}.product-card-large img{height:270px}.dark-card{border-color:#ffffff1f;color:#ffffffc7;background:#ffffff0f;box-shadow:none}.dark-card h3,.section-dark .feature-item h3,.section-dark .guide-step h3,.section-dark .link-panel strong{color:#fff}.dark-card p,.section-dark .feature-item p,.section-dark .guide-step p,.section-dark .link-panel span{color:#ffffffa8}.contact-card{display:grid;gap:18px;align-content:center}.contact-card svg{width:54px;height:54px;color:var(--accent)}.contact-card strong{color:#fff;font-size:28px;line-height:1.2}.contact-card span,.contact-card p{margin:0;color:#ffffffb8}.image-band-copy h2{margin:0;font-size:var(--h2);line-height:1.16}.image-band-copy p{color:var(--muted);font-size:17px}.list{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.list li{position:relative;padding-left:24px;color:#354257;font-weight:750}.list li:before{position:absolute;top:12px;left:0;width:8px;height:8px;content:"";border:1px solid var(--accent);border-radius:50%}.link-panel,.link-panel strong,.link-panel span{display:block}.link-panel strong{color:var(--ink);font-size:19px;line-height:1.38}.link-panel span{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.65}.faq-list{display:grid;gap:12px}.faq-list details{padding:22px 26px;border:1px solid var(--line);background:#fff}.faq-list summary{color:var(--ink);font-size:17px;font-weight:850;cursor:pointer}.faq-list p{margin:14px 0 0;color:var(--muted)}.contact-section{color:#fff;background:linear-gradient(110deg,#101927f5,#1c2b40eb),radial-gradient(circle at 80% 10%,rgba(255,138,42,.2),transparent 32%)}.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,.72fr);gap:56px;align-items:start}.contact-layout h2{margin:0;color:#fff;font-size:var(--h2);line-height:1.16}.contact-layout p{color:#ffffffb8}.contact-section .list li{color:#ffffffc7}.contact-section .list li:before{border-color:var(--accent)}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.16);color:#fff;background:#ffffff14;outline:none}.contact-form input{min-height:48px;padding:0 16px}.contact-form textarea{min-height:136px;padding:14px 16px;resize:vertical}.contact-form-check,.contact-form-file{display:flex;gap:10px;align-items:center;color:#ffffffbd;font-size:13px;font-weight:750}.contact-form-check input{width:16px;min-height:16px;accent-color:var(--accent)}.contact-form-file{justify-content:space-between;flex-wrap:wrap;padding:12px 14px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.contact-form-file input{width:auto;min-height:0;border:0;padding:0;background:transparent}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff85}.contact-form-status{margin:0;font-size:14px}.contact-form-status.is-success{color:#8ee9b0}.contact-form-status.is-error{color:#ffb1a6}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.global-contact-popup{position:fixed;right:clamp(18px,3vw,56px);bottom:clamp(18px,4vw,54px);z-index:45;display:grid;box-sizing:border-box;grid-template-rows:auto auto 48px 48px 166px 50px 20px;gap:10px;width:350px;height:500px;padding:28px 34px 26px;color:#102034;background:#fff;border:1px solid rgba(16,32,52,.08);border-radius:16px;box-shadow:0 24px 60px #0c17263d;opacity:0;pointer-events:none;transform:translateY(28px) scale(.96);transform-origin:right bottom;visibility:hidden;transition:opacity .36s ease,transform .36s ease,visibility .36s ease}.global-contact-popup.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.global-contact-popup.is-dismissed{display:none}.global-contact-popup-close{position:absolute;top:-13px;right:-13px;display:grid;width:34px;height:34px;place-items:center;padding:0;color:#fff;background:#ff6f29;border:0;border-radius:50%;cursor:pointer;font-size:26px;line-height:1}.global-contact-popup strong{display:block;color:#102034;font-size:23px;font-weight:800;line-height:1.1}.global-contact-popup p{margin:0;color:#2f3b4c;font-size:15px;line-height:1.42}.global-contact-popup input,.global-contact-popup textarea{width:100%;color:#172132;background:transparent;border:2px solid #8c99a8;outline:none}.global-contact-popup input{height:48px;padding:0 20px}.global-contact-popup textarea{height:166px;padding:14px 20px;resize:none}.global-contact-popup .global-contact-popup-submit{display:inline-flex;width:100%;min-height:50px;align-items:center;justify-content:center;padding:0 30px;color:#fff;background:linear-gradient(135deg,#ff8a1f,#ff7600);border:0;box-shadow:0 12px 28px #ff7e0047;cursor:pointer;font-size:18px;font-weight:800;line-height:1;text-transform:none;transition:transform .2s ease,background .2s ease,color .2s ease}.global-contact-popup .global-contact-popup-submit:hover,.global-contact-popup .global-contact-popup-submit:focus-visible{color:#fff;background:linear-gradient(135deg,#ff9b38,#ff7a00);transform:translateY(-2px)}.global-contact-popup .global-contact-popup-submit:disabled{color:#ffffffb8;background:#c66a18;cursor:wait;transform:none}.global-contact-popup .contact-form-status{display:block;min-height:18px;margin:0;overflow:hidden;font-size:13px;line-height:1.35}.global-contact-popup .contact-form-status[hidden]{visibility:hidden}@media (max-width: 720px){.global-contact-popup{right:16px;bottom:16px;width:min(350px,calc(100vw - 32px));height:500px;padding:26px 22px 24px;border-radius:14px}}.footer{color:#d8dee7;background:#2f3f57;overflow:hidden}.footer-prelude{position:relative;display:none;height:clamp(150px,10.8vw,214px);overflow:hidden;background:#f5f5f5;isolation:isolate}.footer.is-footer-prelude-visible .footer-prelude{display:block}.footer-prelude-geometry{position:absolute;right:0;bottom:-1px;left:0;height:100%;pointer-events:none}.footer-prelude-geometry:before{position:absolute;inset:0;z-index:1;content:"";background:#7e899657;clip-path:polygon(60% 27%,100% 20%,100% 43.8%,67% 45%)}.footer-prelude-geometry:after{position:absolute;inset:0;z-index:2;content:"";background:#7e899647;clip-path:polygon(0 45.5%,33.3% 72.9%,54% 47%,67% 45%,46% 8%,33.3% 13%,0 23%)}.footer-slope{position:absolute;inset:0;z-index:3;display:block;transform-origin:50% 100%}.footer-slope-light{inset:0;background:#7e899673;clip-path:polygon(0 45.5%,33.3% 13%,54% 47%,33.3% 72.9%,0 45.5%)}.footer-slope-mid{z-index:4;inset:0;background:#5b687985;clip-path:polygon(33.3% 72.9%,46% 8%,67% 45%,54% 47%)}.footer-slope-dark{z-index:5;inset:0;background:#2f3f57;clip-path:polygon(0 45.5%,33.3% 72.9%,66.7% 15.5%,100% 43.8%,100% 100%,0 100%)}.footer-body{position:relative;z-index:2;margin-top:-1px;padding:88px 0 26px;background:#2f3f57}@keyframes footer-slope-drift{0%{transform:translate(-8px)}to{transform:translate(8px)}}.footer .container{width:min(1140px,calc(100% - 48px))}.footer-main{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(420px,1fr);gap:clamp(56px,8vw,118px);align-items:start}.footer-company img{width:158px}.footer-tagline{max-width:620px;margin:26px 0 12px;color:#fff;font-size:14px;font-weight:400;line-height:2}.footer-socials{display:flex;gap:12px;margin:22px 0;align-items:center}.footer .footer-socials a{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;color:#33465e;background:#ffffffeb;border-radius:3px;transition:color .2s ease,background .2s ease,transform .2s ease}.footer .footer-socials a:hover,.footer .footer-socials a:focus-visible{color:#fff;background:var(--accent);transform:translateY(-2px)}.footer-socials svg{width:15px;height:15px;display:block;fill:currentColor}.footer-contact{display:grid;gap:6px;margin:0;color:#ffffffb3;font-style:normal;font-size:13px;line-height:1.7}.footer-contact p{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;margin:0}.footer-contact-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;color:#33465e;background:#ffffffeb;border-radius:4px;transform:translateY(2px)}.footer-contact-icon svg{width:14px;height:14px}.footer-contact strong{color:#fffffff2;font-size:inherit;font-weight:800}.footer-location-body,.footer-address-stack{display:grid;gap:2px}.footer-location-title{display:block;color:#fff;font-size:15px;line-height:1.45}.footer-location-address,.footer-address-primary{color:#ffffffad;font-size:13px;line-height:1.65}.footer .footer-address-primary strong{color:#ffffffeb;font-size:inherit;font-weight:800;line-height:inherit}.footer-address-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:0 9px;color:#ffffffc7;font-size:13px;line-height:1.55}.footer .footer-address-secondary strong{color:#ffffffe0;font-size:inherit;font-weight:700;line-height:inherit}.footer-address-dot{color:#ffffff59}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px}.footer nav{display:grid;align-content:start;gap:13px}.footer strong{color:#fff;font-size:16px;font-weight:700;line-height:1.8}.footer a{color:#ffffffb3;font-size:14px;font-weight:400;line-height:1.65;transition:color .18s ease}.footer a:hover,.footer a:focus-visible{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:64px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff85;font-size:12px}.footer-bottom nav{display:inline-flex;flex-wrap:wrap;gap:20px;align-items:center}.footer-bottom a{color:#ffffffb3;font-size:12px}.index-hero{min-height:720px;padding:156px 0 92px;color:#fff;background:linear-gradient(110deg,#0d1724f5,#0f1e2fdb),url(/images/products/zhengzhou-office.jpg) center / cover no-repeat}.index-hero .container{max-width:1180px}.index-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:54px;background:#ffffff1f}.index-proof div{padding:24px;background:#101927b8}.index-proof strong{display:block;color:var(--accent);font-size:28px}.tech-card,.product-card,.topic-card{display:flex;flex-direction:column}.tech-card a,.product-card a,.topic-card a{margin-top:auto;padding-top:22px;color:var(--accent);font-weight:850}.product-card img{height:210px;object-fit:contain;margin:-4px 0 16px}.spec-table{display:grid;border:1px solid var(--line);background:#fff}.spec-row{display:grid;grid-template-columns:220px minmax(0,1fr) minmax(0,1fr);gap:20px;padding:18px 22px;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row strong{color:var(--ink)}.spec-row span,.spec-row small{color:var(--muted)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.contact-page .hero{min-height:620px;color:var(--ink);background:radial-gradient(circle at 82% 22%,rgba(255,126,0,.14),transparent 30%),linear-gradient(135deg,#fff,#f6f9fd 58%,#eef4fb)}.contact-page .hero:after{right:-8rem;bottom:-16rem;background:linear-gradient(120deg,#ff7e002e,#1f2d4214);filter:blur(74px)}.contact-page .breadcrumb{color:#17213294}.contact-page .hero h1{max-width:820px;color:var(--ink)}.contact-page .hero-copy>p{color:var(--muted)}.contact-page .btn-outline{color:var(--ink);border-color:#1721323d;background:#ffffffbd}.contact-page .btn-outline:hover,.contact-page .btn-outline:focus-visible{color:#fff;border-color:var(--accent);background:var(--accent)}.contact-page .hero-media{padding:14px;border-color:#1f2d4214;background:#ffffffc7;box-shadow:0 28px 70px #14233a24;overflow:hidden}.contact-hero-media img{width:100%;height:390px;object-fit:cover;filter:none}.contact-hero-note{position:absolute;right:26px;bottom:26px;width:min(280px,calc(100% - 52px));padding:20px;color:#fff;background:#101927e6;backdrop-filter:blur(14px)}.contact-hero-note strong{display:block;color:#fff;font-size:18px;line-height:1.3}.contact-hero-note span{display:block;margin-top:8px;color:#ffffffb8;font-size:13px;line-height:1.55}.contact-benefits{background:#fff}.contact-benefit-grid,.contact-office-grid,.contact-related-grid{display:grid;gap:22px}.contact-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-benefit-card{min-height:100%}.contact-benefit-card svg,.contact-expertise-card svg,.contact-office-card svg{width:34px;height:34px;color:var(--accent)}.contact-intake-section{background:linear-gradient(180deg,#f6f9fd,#fff)}.contact-intake-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,.78fr);gap:42px;align-items:start}.contact-intake-copy{display:grid;gap:22px}.contact-intake-copy h2,.contact-offices h2,.contact-related h2{margin:0;color:var(--ink);font-size:var(--h2);line-height:var(--h2-line)}.contact-intake-copy>p,.contact-offices .section-heading p,.contact-related .section-heading p{color:var(--muted);font-size:17px}.contact-expertise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-expertise-card{min-height:164px;padding:22px;border:1px solid var(--line);background:#ffffffc7;transition:transform .2s ease,box-shadow .2s ease}.contact-expertise-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px #14233a1a}.contact-expertise-card strong,.contact-office-card strong,.contact-related-card strong{display:block;margin-top:14px;color:var(--ink);font-size:18px;line-height:1.35}.contact-expertise-card p,.contact-office-card p,.contact-related-card p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.contact-office-card p span{display:block}.contact-office-card p span+span{margin-top:5px}.contact-office-card .contact-address-stack{display:grid;gap:7px}.contact-office-card .contact-address-primary{display:block}.contact-office-card .contact-address-primary strong{display:inline;margin-top:0;color:var(--ink);font-size:inherit;font-weight:800;line-height:inherit}.contact-office-card .contact-address-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:0 9px}.contact-office-card .contact-address-secondary strong{display:inline;margin-top:0;color:var(--ink);font-size:inherit;font-weight:700;line-height:inherit}.contact-office-card .contact-address-dot{color:var(--muted)}.contact-page .contact-form{padding:28px;border:1px solid rgba(31,45,66,.1);background:#fff;box-shadow:0 30px 70px #14233a1f}.contact-page .contact-form input,.contact-page .contact-form textarea{border-color:#dfe7f1;color:var(--ink);background:#f8fafc}.contact-page .contact-form textarea{min-height:172px}.contact-page .contact-form input::placeholder,.contact-page .contact-form textarea::placeholder{color:#8a96a7}.contact-page .contact-form-check,.contact-page .contact-form-file{color:#566276}.contact-page .contact-form-file{border-color:#dfe7f1;background:#f8fafc}.contact-page .contact-form-status.is-success{color:#167a3a}.contact-page .contact-form-status.is-error{color:#b92818}.contact-offices{background:#fff}.contact-office-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-office-card{min-height:210px;padding:28px;border:1px solid var(--line);background:linear-gradient(180deg,#ff7e000a,#fff0 42%),#fff}.contact-related{background:var(--soft)}.contact-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-related-card{display:block;min-height:170px;padding:26px;border:1px solid var(--line);background:#fff;transition:transform .2s ease,border-color .2s ease}.contact-related-card:hover{transform:translateY(-3px);border-color:#ff7e006b}.contact-related-card strong{margin-top:0}.contact-related-card span{display:inline-flex;margin-top:16px;color:var(--accent);font-weight:850}@media (max-width: 980px){.contact-benefit-grid,.contact-intake-layout,.contact-office-grid,.contact-related-grid,.contact-expertise-grid{grid-template-columns:1fr}.contact-hero-media img{height:300px}}@media (max-width: 620px){.contact-page .contact-form{padding:20px}.contact-hero-note{position:relative;right:auto;bottom:auto;width:auto;margin-top:12px}}.solutions-index-page{--solution-h2: var(--h2);--solution-h3: var(--h3);color:#1b2738;background:#fff}@keyframes solutionRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes solutionFlowPulse{0%,to{opacity:.35;transform:scaleX(.76)}50%{opacity:.95;transform:scaleX(1)}}.solutions-hero{position:relative;overflow:hidden;min-height:min(700px,calc(100svh - 86px));padding:clamp(7rem,10vw,9.5rem) 0 clamp(4rem,7vw,6rem);color:#fff;background:linear-gradient(110deg,#0e1927f0,#0e1927e0 44%,#0e1927b8),url(/images/products/scene-zediot-private-deployment-server-room.webp) center / cover no-repeat}.solutions-hero:after{position:absolute;inset:auto 0 0;height:8rem;content:"";background:linear-gradient(180deg,transparent,rgba(15,25,38,.54));pointer-events:none}.solutions-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(26rem,1.05fr);gap:clamp(2.5rem,6vw,6rem);align-items:center}.solutions-hero-copy{display:grid;gap:1.2rem;max-width:43rem}.solutions-hero-copy>*{animation:solutionRise .7s ease both}.solutions-hero-copy>*:nth-child(2){animation-delay:.04s}.solutions-hero-copy>*:nth-child(3){animation-delay:.1s}.solutions-hero-copy>*:nth-child(4){animation-delay:.16s}.solutions-hero-copy>*:nth-child(5){animation-delay:.22s}.solutions-hero-copy>*:nth-child(6){animation-delay:.28s}.solutions-breadcrumb{display:inline-flex;flex-wrap:wrap;gap:.55rem;align-items:center;color:#ffffff9e;font-size:.78rem;font-weight:700}.solutions-breadcrumb a{color:#ffffffd6}.solutions-eyebrow,.solutions-section-lead span,.solutions-matrix-copy span,.solutions-faq-layout>div>span{color:var(--accent);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.solutions-hero h1{max-width:13ch;margin:0;color:#fff;font-size:var(--h1);font-weight:800;line-height:var(--h1-line)}.solutions-hero-copy>p{max-width:42rem;margin:0;color:#ffffffc7;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.78}.solutions-tags{display:flex;flex-wrap:wrap;gap:.65rem}.solutions-tags span{display:inline-flex;align-items:center;min-height:2.2rem;padding:0 .82rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff0f;color:#fffc;font-size:.82rem;font-weight:700}.solutions-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.solutions-hero .btn-outline{border-color:#ffffff52;color:#fff}.solutions-hero .btn-outline:hover{border-color:var(--accent);background:#ff7e001f}.solutions-hero-visual{position:relative;min-height:31rem;animation:solutionRise .78s ease .18s both}.solutions-hero-visual figure{position:absolute;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;box-shadow:0 26px 70px #00000059}.solutions-hero-platform{top:0;right:0;width:min(36rem,92%)}.solutions-hero-platform img{width:100%;min-height:19rem;object-fit:cover}.solutions-hero-device{bottom:2.5rem;left:0;width:min(20rem,46%)}.solutions-hero-device img{width:100%;height:13rem;object-fit:cover}.solutions-hero-flow{position:absolute;right:2.2rem;bottom:0;left:8rem;display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;gap:.65rem;align-items:center;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.14);background:#0c1623d1;backdrop-filter:blur(10px)}.solutions-hero-flow span{color:#fff;font-size:.78rem;font-weight:800;text-transform:uppercase}.solutions-hero-flow i{height:2px;background:linear-gradient(90deg,#ff7e0000,#ff7e00db);transform-origin:left;animation:solutionFlowPulse 2.6s ease-in-out infinite}.solutions-section-lead{display:grid;gap:.82rem;max-width:52rem;margin-bottom:clamp(2rem,4vw,3.4rem)}.solutions-section-lead h2,.solutions-matrix-copy h2,.solutions-faq-layout h2{margin:0;color:#1b2738;font-size:var(--solution-h2);font-weight:800;line-height:var(--h2-line)}.solutions-section-lead p,.solutions-matrix-copy p,.solutions-faq-layout>div>p{margin:0;color:#657386;font-size:1rem;line-height:1.78}.solutions-section-lead-light h2,.solutions-section-lead-light p{color:#fff}.solutions-section-lead-light p{color:#ffffffb8}.solutions-stage-section{background:#fff}.solutions-stage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dfe7f1;background:#fff;box-shadow:0 18px 54px #17213212}.solutions-stage-grid a{position:relative;display:grid;gap:.75rem;min-height:14.5rem;padding:1.35rem;border-right:1px solid #dfe7f1;color:inherit;overflow:hidden;animation:solutionRise .66s ease both;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.solutions-stage-grid a:last-child{border-right:0}.solutions-stage-grid a:hover{z-index:2;border-color:#ff7e0042;box-shadow:0 24px 48px #1721321f;transform:translateY(-4px)}.solutions-stage-icon,.solutions-scenario-icon,.solutions-architecture-icon{box-sizing:border-box;width:3.15rem;height:3.15rem;padding:.72rem;color:var(--accent);border:1px solid rgba(255,126,0,.25);border-radius:16px;background:#ff7e0017}.solutions-stage-grid a>span{position:absolute;top:1.35rem;right:1.35rem;color:#aab6c4;font-size:1.5rem;font-weight:800}.solutions-stage-grid h3{margin:0;color:#1d2b40;font-size:1.1rem;line-height:1.34}.solutions-stage-grid p{margin:0;color:#657386;font-size:.94rem;line-height:1.7}.solutions-stage-grid strong{align-self:end;color:#123d72;font-size:.86rem}.solutions-scenario-section,.solutions-case-section{background:radial-gradient(circle at 15% 6%,rgba(255,126,0,.12),transparent 28%),linear-gradient(135deg,#142131,#0d1827)}.solutions-scenario-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;align-items:stretch}.solutions-scenario-list article{display:grid;align-self:stretch;border:1px solid rgba(255,255,255,.12);background:#ffffff0e;overflow:hidden;animation:solutionRise .68s ease both;transition:border-color .22s ease,background .22s ease,transform .22s ease}.solutions-scenario-list article:hover{border-color:#ff7e0057;background:#ffffff13;transform:translateY(-4px)}.solutions-scenario-list article.is-featured{grid-column:auto;grid-template-columns:1fr;min-height:0}.solutions-scenario-list figure{margin:0;background:#172335;overflow:hidden;aspect-ratio:16 / 7.2}.solutions-scenario-list article.is-featured figure{min-height:0;aspect-ratio:16 / 7.2}.solutions-scenario-list .solutions-scenario-audience,.solutions-scenario-list .solutions-scenario-delivery,.solutions-scenario-list .solutions-related-links{display:none}.solutions-scenario-list .solutions-capabilities span:nth-child(n+3){display:none}.solutions-scenario-list img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease,filter .32s ease}.solutions-scenario-list article:hover img{filter:saturate(1.05) contrast(1.04);transform:scale(1.045)}.solutions-scenario-body{display:grid;gap:.58rem;align-content:center;padding:clamp(1rem,1.8vw,1.45rem)}.solutions-scenario-list .solutions-scenario-body{align-content:start;padding:1rem}.solutions-scenario-heading{display:flex;align-items:center;justify-content:space-between}.solutions-scenario-heading>span{color:#ffffff42;font-size:1.45rem;font-weight:800;line-height:1}.solutions-scenario-list .solutions-scenario-icon{width:2.55rem;height:2.55rem;padding:.58rem;border-radius:13px}.solutions-scenario-audience{margin:0;color:var(--accent);font-size:.82rem;font-weight:800;line-height:1.5}.solutions-scenario-body h3{display:-webkit-box;overflow:hidden;margin:0;color:#fff;font-size:clamp(1.05rem,1.35vw,1.32rem);line-height:1.24;-webkit-line-clamp:3;-webkit-box-orient:vertical}.solutions-scenario-list article.is-featured h3{font-size:clamp(1.05rem,1.35vw,1.32rem)}.solutions-scenario-summary,.solutions-scenario-delivery{margin:0;color:#ffffffb8;font-size:.9rem;line-height:1.56}.solutions-scenario-summary{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.solutions-scenario-delivery{display:grid;gap:.25rem;padding:.58rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.solutions-scenario-delivery strong{color:#ffffffe0;font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.solutions-case-grid dl{display:grid;gap:.85rem;margin:0}.solutions-case-grid dl div{display:grid;gap:.28rem}.solutions-case-grid dt{color:#ffffffe0;font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.solutions-case-grid dd{margin:0;color:#ffffffad;font-size:.95rem;line-height:1.68}.solutions-capabilities,.solutions-related-links{display:flex;flex-wrap:wrap;gap:.5rem}.solutions-capabilities span{display:inline-flex;min-height:2rem;align-items:center;padding:0 .72rem;border:1px solid rgba(255,126,0,.22);border-radius:999px;background:#ff7e001a;color:#ffb15f;font-size:.75rem;font-weight:800}.solutions-related-links a{color:#ffffffbd;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:.24rem}.solutions-text-link,.solutions-matrix-copy a{width:fit-content;color:var(--accent);font-weight:900}.solutions-architecture-section{background:#f5f8fc}.solutions-architecture-flow{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.solutions-architecture-flow:before{position:absolute;top:3.25rem;right:2rem;left:2rem;height:2px;content:"";background:linear-gradient(90deg,#ff7e0000,#ff7e0085,#ff7e0000);transform-origin:center;animation:solutionFlowPulse 3s ease-in-out infinite}.solutions-architecture-flow article{position:relative;z-index:1;display:grid;gap:.78rem;min-height:14.8rem;padding:1.1rem;border:1px solid #dfe7f1;background:#fff;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.solutions-architecture-flow article:hover{border-color:#ff7e004d;box-shadow:0 20px 45px #17213214;transform:translateY(-4px)}.solutions-architecture-flow article>div{display:flex;align-items:center;justify-content:space-between}.solutions-architecture-flow article>div span{color:#aab6c4;font-size:1.3rem;font-weight:900}.solutions-architecture-flow h3,.solutions-product-grid h3,.solutions-case-grid h3,.solutions-process-list h3{margin:0;color:#1d2b40;font-size:1.03rem;line-height:1.35}.solutions-architecture-flow p,.solutions-product-grid p,.solutions-process-list p{margin:0;color:#657386;font-size:.92rem;line-height:1.68}.solutions-architecture-flow strong{align-self:end;color:#123d72;font-size:.78rem;line-height:1.45}.solutions-matrix-section{background:#fff}.solutions-matrix-layout{display:grid;grid-template-columns:minmax(18rem,.74fr) minmax(0,1.26fr);gap:clamp(2.5rem,6vw,5.5rem);align-items:start}.solutions-matrix-copy{position:sticky;top:7.5rem;display:grid;gap:1rem}.solutions-matrix-table{border:1px solid #dfe7f1;background:#fff;box-shadow:0 18px 48px #1721320f}.solutions-matrix-head,.solutions-matrix-row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.85fr) minmax(0,1.1fr);gap:1rem;padding:1rem 1.15rem;border-bottom:1px solid #dfe7f1}.solutions-matrix-head{color:#fff;background:#172235;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.solutions-matrix-row:last-child{border-bottom:0}.solutions-matrix-row span,.solutions-matrix-row strong{color:#657386;font-size:.9rem;line-height:1.62}.solutions-matrix-row strong{color:#1d2b40}.solutions-product-section{background:#f5f8fc}.solutions-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}.solutions-product-grid a{display:grid;grid-template-rows:8.5rem 1fr;min-height:19rem;border:1px solid #dfe7f1;background:#fff;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.solutions-product-grid a:hover{border-color:#ff7e0047;box-shadow:0 22px 48px #1721321a;transform:translateY(-4px)}.solutions-product-grid figure{display:grid;place-items:center;margin:0;padding:1rem;background:linear-gradient(180deg,#fff,#f0f4f9)}.solutions-product-grid img{width:100%;height:100%;object-fit:contain}.solutions-product-grid a>div{display:grid;gap:.65rem;padding:1.1rem}.solutions-product-grid strong{align-self:end;color:var(--accent);font-size:.82rem}.solutions-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.solutions-case-grid a{display:grid;gap:1rem;min-height:18rem;padding:1.25rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0e;transition:border-color .22s ease,background .22s ease,transform .22s ease}.solutions-case-grid a:hover{border-color:#ff7e0052;background:#ffffff13;transform:translateY(-4px)}.solutions-case-grid a>span{color:#ffffff3d;font-size:2.1rem;font-weight:900;line-height:1}.solutions-case-grid h3{color:#fff;font-size:1.15rem}.solutions-process-section{background:#fff}.solutions-process-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;border:1px solid #dfe7f1;background:#fff}.solutions-process-list li{display:grid;gap:.72rem;min-height:12.5rem;padding:1rem;border-right:1px solid #dfe7f1}.solutions-process-list li:last-child{border-right:0}.solutions-process-list span{color:var(--accent);font-size:.9rem;font-weight:900}.solutions-faq-section{background:#f5f8fc}.solutions-faq-layout{display:grid;grid-template-columns:minmax(18rem,.7fr) minmax(0,1.3fr);gap:clamp(2rem,5vw,5rem);align-items:start}.solutions-faq-layout>div:first-child{position:sticky;top:7.5rem;display:grid;gap:.9rem}.solutions-faq-list{display:grid;gap:.8rem}.solutions-faq-list details{border:1px solid #dfe7f1;background:#fff;transition:border-color .22s ease,box-shadow .22s ease}.solutions-faq-list details[open],.solutions-faq-list details:hover{border-color:#ff7e0047;box-shadow:0 16px 36px #17213212}.solutions-faq-list summary{cursor:pointer;padding:1.05rem 1.15rem;color:#1d2b40;font-size:.98rem;font-weight:800;line-height:1.45;list-style:none}.solutions-faq-list summary::-webkit-details-marker{display:none}.solutions-faq-list p{margin:0;padding:0 1.15rem 1.15rem;color:#657386;font-size:.94rem;line-height:1.72}@media (prefers-reduced-motion: reduce){.solutions-index-page *,.solutions-index-page *:before,.solutions-index-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 1100px){.solutions-hero-layout,.solutions-matrix-layout,.solutions-faq-layout{grid-template-columns:1fr}.solutions-hero{min-height:auto}.solutions-hero h1{max-width:16ch}.solutions-hero-visual{min-height:25rem}.solutions-stage-grid,.solutions-architecture-flow,.solutions-product-grid,.solutions-process-list,.solutions-scenario-list{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-stage-grid a:nth-child(2n),.solutions-process-list li:nth-child(2n){border-right:0}.solutions-scenario-list article.is-featured{grid-column:span 2;grid-template-columns:1fr}.solutions-scenario-list article.is-featured figure{min-height:0;aspect-ratio:16 / 9}.solutions-matrix-copy,.solutions-faq-layout>div:first-child{position:static}.solutions-product-grid a{min-height:auto}}@media (max-width: 720px){.solutions-hero{padding:6.3rem 0 3.5rem}.solutions-hero h1{font-size:clamp(2.08rem,9vw,2.9rem)}.solutions-hero-visual{min-height:20rem}.solutions-hero-platform{width:100%}.solutions-hero-platform img{min-height:13.5rem}.solutions-hero-device{bottom:3.3rem;width:38%;padding:.8rem}.solutions-hero-flow{right:0;left:0;grid-template-columns:repeat(4,1fr)}.solutions-hero-flow i{display:none}.solutions-stage-grid,.solutions-scenario-list,.solutions-architecture-flow,.solutions-product-grid,.solutions-case-grid,.solutions-process-list{grid-template-columns:1fr}.solutions-scenario-list article.is-featured{grid-column:span 1}.solutions-stage-grid a,.solutions-process-list li{min-height:auto;border-right:0;border-bottom:1px solid #dfe7f1}.solutions-stage-grid a:last-child,.solutions-process-list li:last-child{border-bottom:0}.solutions-scenario-list article.is-featured figure,.solutions-scenario-list figure{min-height:0;aspect-ratio:16 / 10}.solutions-scenario-body{padding:1.25rem}.solutions-architecture-flow:before{display:none}.solutions-matrix-head,.solutions-matrix-row{grid-template-columns:1fr;gap:.45rem}}@media (max-width: 1180px){.site-header-inner{gap:18px}.main-nav{gap:12px;font-size:13px}.header-cta{padding:0 14px;font-size:12px}.nav-dropdown-products{padding:18px}.nav-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-product-card{grid-template-columns:82px minmax(0,1fr);min-height:106px}.nav-product-media{width:82px;min-height:80px}.nav-product-media img{max-height:66px}.nav-product-title{font-size:14px}.nav-product-desc{font-size:11px}.ai-tech-service-grid,.ai-tech-architecture-grid,.ai-tech-evaluation-grid,.ai-tech-related-grid,.ai-tech-openai .ai-tech-service-grid,.ai-tech-dify .ai-tech-service-grid,.ai-tech-funasr .ai-tech-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-tech-case-grid,.ai-tech-link-columns,.hero-layout,.image-band,.contact-layout,.two-column-rich{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1fr;gap:42px}}@media (max-width: 980px){.container{width:min(100% - 32px,var(--container))}.site-header-inner{width:min(100% - 32px,var(--container));min-height:68px;justify-content:space-between}.brand img{width:124px}.main-nav,.header-cta{display:none}.menu-toggle{display:inline-flex;flex-direction:column;width:42px;height:38px;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0f;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:#fff}.site-header.is-scrolled .menu-toggle{border-color:#2e3e5647;background:#2e3e560a}.site-header.is-scrolled .menu-toggle span{background:#2e3e56}.mobile-nav{position:fixed;top:68px;right:0;left:0;max-height:0;overflow:hidden;background:#182331;opacity:0;transition:max-height .24s ease,opacity .2s ease}.site-header.menu-open .mobile-nav{display:grid;max-height:calc(100vh - 68px);overflow-y:auto;opacity:1}.mobile-nav a,.mobile-nav summary{display:flex;min-height:46px;align-items:center;padding:0 22px;border-top:1px solid rgba(255,255,255,.08);font-weight:800}.mobile-overview-link{color:var(--accent)}.mobile-nav-group{display:grid}.mobile-nav .mobile-nav-group-title{min-height:38px;padding-left:28px;color:#fff;background:#ffffff0b;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.mobile-nav details a{padding-left:36px;color:#ffffffbd;font-size:14px}.mobile-nav .mobile-nav-group a:not(.mobile-nav-group-title){min-height:42px;padding-left:48px;font-weight:700}.ai-tech-hero{min-height:0;padding:112px 0 56px}main :is(.high-value-scene-layout,.high-value-proof-layout,.high-value-related-layout,.high-value-faq-layout,.p0-split-layout,.structured-fit-layout,.structured-scene-layout,.structured-architecture-layout,.structured-proof-layout,.structured-related-layout,.structured-faq-layout){grid-template-columns:1fr!important}main :is(.high-value-scene-layout,.high-value-proof-layout,.p0-split-layout,.structured-scene-layout)>*{min-width:0;width:100%}.ai-tech-hero-inner,.ai-tech-intro,.ai-tech-visual-layout,.ai-tech-capability-layout,.ai-tech-process-layout,.ai-tech-deliverable-layout,.ai-tech-reason-layout,.ai-tech-faq-layout{grid-template-columns:1fr}.ai-tech-hero-panel{min-height:260px}.ai-tech-visual-copy{padding-left:24px}.ai-tech-service-grid,.ai-tech-architecture-grid,.ai-tech-capability-list,.ai-tech-evaluation-grid,.ai-tech-related-grid,.ai-tech-deliverable-list,.ai-tech-openai .ai-tech-service-grid,.ai-tech-dify .ai-tech-service-grid,.ai-tech-funasr .ai-tech-service-grid{grid-template-columns:1fr}.hero,.index-hero{min-height:0;padding:112px 0 56px}.hero h1,.index-hero h1{font-size:clamp(34px,10vw,48px)}.section{padding:62px 0}.section-tight{padding-top:0}.grid-2,.grid-3,.grid-4,.metrics,.index-proof,.topic-primer,.section-heading-split,.gallery-grid,.footer-main,.footer-links{grid-template-columns:1fr}.section-heading-split{display:grid;align-items:start}.topic-tags{justify-content:flex-start}.gallery-item-1{grid-row:auto}.hero-media{padding:20px}.spec-row{grid-template-columns:1fr;gap:8px}.footer-bottom{display:grid}.footer-prelude,.footer-prelude-geometry{height:128px}.footer-slope-light,.footer-slope-mid,.footer-slope-dark{inset:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:is(.page,.home-live,.ai-tech-page,.product-index-page) h1{font-size:var(--h1);font-weight:700!important;line-height:var(--h1-line)}:is(.page,.home-live,.ai-tech-page,.product-index-page) h2{font-size:var(--h2);font-weight:700!important;line-height:var(--h2-line)}:is(.page,.home-live,.ai-tech-page,.product-index-page) h3,:is(.page,.home-live,.ai-tech-page,.product-index-page) h3 button{font-size:var(--h3);font-weight:600!important;line-height:var(--h3-line)}.home-live-hero h2{font-size:var(--h1);font-weight:700!important;line-height:var(--h1-line)}main :is(strong,b){font-weight:600}
