/* EyouCMS shared base components. No CDN dependency. */
:root{--primary:#005aaa;--primary-hover:#004584;--ink:#182436;--muted:#718096;--line:#e3e8ef;--paper:#fff;--surface:#f5f7fa;--night:#071527;--container:1360px;--header:88px;--font:"Microsoft YaHei","PingFang SC","Noto Sans SC",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;font:15px/1.75 var(--font);color:var(--ink);background:var(--paper)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;vertical-align:middle}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:500;line-height:1.35}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}p{margin-bottom:20px}button{background:none;border:0}button:disabled{cursor:default;opacity:.5}a,button{transition:color .2s,background .2s,border-color .2s,transform .2s}a:hover{color:var(--primary)}:focus-visible{outline:3px solid #3894ee;outline-offset:5px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:500;background:#fff;padding:14px}.skip-link:focus{top:10px}.container{width:calc(100% - 128px);max-width:var(--container);margin-inline:auto}.section{padding:92px 0}.section-gray{background:var(--surface)}.eyebrow{font:12px/1.5 Arial,sans-serif;letter-spacing:2.1px;color:var(--primary);margin-bottom:18px}.muted{color:var(--muted)}.lead{font-size:18px;line-height:1.9;color:#627084}.btn{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:48px;padding:11px 27px;background:var(--primary);color:white;border:1px solid var(--primary);font-size:14px;white-space:nowrap;cursor:pointer}.btn:hover{color:#fff;background:var(--primary-hover);border-color:var(--primary-hover)}.btn span,.text-link span{font-size:20px;font-weight:400}.btn-outline{background:transparent;color:var(--primary);border-color:#b7c9dc}.btn-white{background:white;border-color:white;color:var(--primary)}.btn-white:hover{background:#eaf3fc;color:var(--primary)}.btn-ghost{background:transparent;border-color:#b7c8e5;color:white}.btn-ghost:hover{background:#fff;color:var(--primary);border-color:#fff}.text-link{display:inline-flex;align-items:center;gap:28px;color:var(--primary);padding:8px 0;min-height:44px;font-size:14px}.text-link:hover{gap:34px}.button-group{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:30px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-heading h2{margin:0 0 13px;font-size:38px}.section-description{color:var(--muted);margin:0}.section-heading>.text-link{flex-shrink:0}.site-header{position:sticky;top:0;height:var(--header);background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);z-index:100;transition:background .25s}.header-inner{height:100%;padding:0 3.2%;display:flex;align-items:center;gap:40px}.brand{width:168px;flex-shrink:0;font-weight:700;font-size:27px;letter-spacing:2px;color:var(--primary)}.brand img{max-height:48px;max-width:168px;object-fit:contain}.primary-nav{align-self:stretch;display:flex;justify-content:center;margin-left:auto;gap:25px}.nav-item{display:flex;align-items:center}.nav-line{display:flex;align-items:center;gap:3px;height:100%;position:relative}.nav-line>a{white-space:nowrap;font-size:15px;display:flex;align-items:center;height:100%}.nav-line>a:after{position:absolute;content:"";bottom:0;left:0;right:20px;height:3px;background:var(--primary);transform:scaleX(0);transition:transform .2s}.nav-item:hover .nav-line>a:after,.nav-item.is-current .nav-line>a:after{transform:scaleX(1)}.submenu-toggle{font-size:17px;min-width:24px;height:44px;color:#8996a7;padding:0}.header-actions{display:flex;align-items:center;gap:16px}.icon-button{height:44px;width:44px;display:flex;justify-content:center;align-items:center}.icon-button svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.6}.header-contact{background:var(--primary);color:#fff;padding:10px 20px;white-space:nowrap;min-height:44px}.header-contact span{margin-left:15px}.language-links{display:flex;gap:10px;font-size:12px}.menu-toggle{display:none;font-size:25px}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 16px 25px #15274012;border-top:1px solid var(--line);color:var(--ink);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);transition:all .18s;max-height:75vh;overflow:auto}.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu,.nav-item.is-open>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mega-inner{width:calc(100% - 128px);max-width:1360px;margin:auto;display:flex;padding:44px 0;gap:52px}.mega-heading{width:210px;flex-shrink:0;border-right:1px solid var(--line)}.mega-heading>span{font-size:11px;color:var(--muted);letter-spacing:2px}.mega-heading h2{font-size:30px;margin:12px 0 26px}.mega-heading>a{color:var(--primary);font-size:13px}.mega-heading b{margin-left:32px}.mega-columns{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:30px;flex:1}.mega-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:13px}.mega-column .mega-title{font-size:16px;border-bottom:1px solid var(--line);padding:0 0 13px;margin-bottom:6px;width:100%;color:var(--ink)}.mega-title span{float:right;color:var(--primary)}.page-home .site-header{position:fixed;left:0;right:0;background:transparent;color:#fff;border-color:#ffffff25}.page-home .site-header .brand{color:#fff}.page-home .site-header:not(.is-scrolled):not(:hover) .brand img{filter:brightness(0) invert(1)}.page-home .site-header.is-scrolled,.page-home .site-header:hover,.page-home .site-header:focus-within{background:#fff;color:var(--ink);border-color:var(--line)}.page-home .site-header.is-scrolled .brand{color:var(--primary)}
.hero{height:760px;min-height:600px;max-height:calc(100vh + 80px);position:relative;background:#081022;color:#fff;overflow:hidden}.hero-slides,.hero-slide{height:100%}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#05112c42,transparent 80%);pointer-events:none}.hero-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;z-index:1;padding-top:205px}.hero-copy h1,.hero-copy .hero-title{font-size:46px;font-weight:400;letter-spacing:2px;margin-bottom:22px}.hero-kicker{font:11px/1.5 Arial,sans-serif;letter-spacing:3px;color:#a6c8f2;margin-bottom:24px}.hero-copy>p:not(.hero-kicker){font-size:15px;line-height:2;color:#d5e0f1;margin:22px 0 28px}.caisa-mark{width:185px;height:50px;object-fit:contain;object-position:left}.hero-controls{position:absolute;z-index:3;bottom:44px;left:0;right:0;display:flex;align-items:center;justify-content:space-between}.slide-dots{display:flex;gap:12px}.slide-dots button{width:48px;height:32px;padding:12px 0}.slide-dots button:after{content:"";display:block;height:3px;background:#ffffff40}.slide-dots button[aria-pressed="true"]:after{background:#fff}.slide-buttons{display:flex;gap:14px}.slide-buttons button{height:40px;width:40px;border:1px solid #ffffff50;border-radius:50%;color:#fff;font-size:18px}.slide-buttons button:hover{background:#ffffff22}.technology-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:88px;align-items:center}.tech-visual{height:365px;background:radial-gradient(ellipse,#b9dfff 0,#eaf5ff 36%,#f6faff 67%);position:relative;display:grid;place-items:center;overflow:hidden}.data-lines{position:absolute;width:430px;height:430px;transform:rotateX(56deg) rotateZ(45deg);background:repeating-linear-gradient(90deg,transparent 0 41px,#9fcdf866 41px 42px),repeating-linear-gradient(0deg,transparent 0 41px,#9fcdf866 41px 42px);border:1px solid #9bc9f0}.chip-square{background:linear-gradient(140deg,#144984,#061a35);border:6px double #82b6e6;color:#fff;width:176px;height:176px;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1;transform:rotate(-15deg);box-shadow:13px 22px 0 #9fc0df,18px 31px 25px #2d76bb33;font:italic 36px Arial,sans-serif}.chip-square span{font:8px Arial,sans-serif;letter-spacing:2px;margin-top:12px}.tech-label{position:absolute;bottom:20px;left:25px;font-size:12px;color:var(--primary)}.section-number{font:11px Arial;letter-spacing:2px;color:#8997a8}.tech-copy h3{font-size:30px;margin-top:25px}.tech-copy>p{color:var(--muted);max-width:450px}.tech-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line);padding-top:24px;margin:25px 0}.tech-features b,.tech-features span{display:block}.tech-features b{font-size:17px;font-weight:500}.tech-features span{font-size:12px;color:var(--muted);margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid #e8edf3;background:#fff;overflow:hidden;transition:box-shadow .25s,transform .25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #1336530a}.product-image{height:250px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f2f6fa,#fff);overflow:hidden}.product-image img{width:90%;height:90%;object-fit:contain;transition:transform .6s}.product-card:hover .product-image img{transform:scale(1.05)}.card-body{padding:27px 28px 24px}.card-body .eyebrow{font-size:11px;letter-spacing:1px}.product-card h2{font-size:22px;min-height:30px;margin:0 0 12px}.card-description{font-size:14px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:18px}.home-products{grid-template-columns:repeat(3,1fr)}.home-products .product-card:first-child{grid-row:span 2;display:flex}.home-products .product-card:first-child>a{display:flex;flex-direction:column;justify-content:center;width:100%;background:linear-gradient(140deg,#f3f8fc,#ddecf9)}.home-products .product-card:first-child .product-image{height:440px;background:none}.home-products .product-card:not(:first-child)>a{display:grid;grid-template-columns:42% 58%;height:100%;min-height:220px}.home-products .product-card:not(:first-child) .product-image{height:100%;min-height:200px}.home-products .product-card:not(:first-child) h2{font-size:18px}.home-products .product-card:not(:first-child) .card-body{padding:28px 18px}.home-products .product-card:not(:first-child) .card-description{-webkit-line-clamp:2;font-size:12px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 28px}.content-card{background:#fff;border:1px solid var(--line);min-width:0;transition:box-shadow .25s,transform .25s}.content-card:hover{transform:translateY(-4px);box-shadow:0 14px 26px #142f5410}.card-image{display:block;aspect-ratio:16/9;position:relative;overflow:hidden;background:#f0f4f9}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.content-card:hover .card-image img{transform:scale(1.035)}.image-arrow{position:absolute;right:14px;bottom:14px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--primary);opacity:0;transform:translateY(5px);transition:all .2s}.content-card:hover .image-arrow{opacity:1;transform:none}.card-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#8893a3;margin-bottom:14px}.card-meta span{color:var(--primary)}.content-card h2{font-size:21px;line-height:1.55;margin-bottom:15px}.home-solutions .card-body>.card-description,.home-cases .card-body>.card-description{display:none}.home-solutions .card-meta time,.home-cases .card-meta time{display:none}.home-cases{background:var(--surface)}.partners{padding-top:32px}.partners .section-heading{justify-content:center;text-align:center}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.partner-grid>a{height:80px;border:1px solid var(--line);display:flex;justify-content:center;align-items:center;padding:20px}.partner-grid img{max-height:44px;object-fit:contain}.partner-grid:empty{display:none}.partners:has(.partner-grid:empty){display:none}
.page-banner{height:340px;position:relative;background:#eff5fb;overflow:hidden;display:flex;align-items:center}.banner-background{position:absolute;inset:0;background:linear-gradient(100deg,#edf4f9ee,#edf4f933),url(../images/brand-grid.svg) center/cover}.banner-background>img{height:100%;width:100%;object-fit:cover}.banner-case .banner-background,.banner-solution .banner-background{background-image:linear-gradient(90deg,#122c5480,#122c5422),url(../images/brand-grid.svg)}.banner-case,.banner-solution{color:#fff}.banner-case .eyebrow,.banner-solution .eyebrow{color:#bddcff}.banner-case .banner-description,.banner-solution .banner-description{color:#e2ecfa}.banner-download .banner-background{background-image:linear-gradient(90deg,#eef5fbe6,#eef5fb22),url(../images/brand-grid.svg)}.banner-about .banner-background,.banner-single .banner-background,.banner-institute .banner-background{background-image:linear-gradient(90deg,#ebf2fadc,#ebf2fa11),url(../images/brand-grid.svg)}.page-banner>.container{position:relative}.page-banner h1{font-size:46px;letter-spacing:2px;margin:0 0 18px}.banner-description{font-size:17px;color:#687b93;max-width:680px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-nav{border-bottom:1px solid var(--line);background:#fff}.category-nav>.container{display:flex;justify-content:center;gap:36px;overflow:auto;scrollbar-width:thin}.category-nav a{white-space:nowrap;padding:21px 4px;position:relative;color:#637188;font-size:16px}.category-nav a.is-active{color:var(--primary)}.category-nav a.is-active:after{content:"";position:absolute;height:3px;background:var(--primary);bottom:0;left:0;right:0}.category-nav:has(.container:empty){display:none}.breadcrumbs{font-size:12px;color:#8d97a6;padding:20px 0;line-height:1.8}.breadcrumbs a{margin:0 4px}.list-section{padding-top:30px}.child-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:35px}.child-filters:empty{display:none}.child-filters a{min-height:42px;padding:8px 24px;border:1px solid var(--line);color:#65778e}.child-filters a.is-active,.child-filters a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.catalog-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.catalog-heading h2{font-size:29px;margin-bottom:0}.page-algorithm .card-meta time{display:none}.pagination{list-style:none;display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:0;margin:48px 0 0}.pagination li{display:block}.pagination a,.pagination li>span,.pagination>span{display:block;min-width:42px;min-height:42px;padding:8px 14px;border:1px solid var(--line);font-size:13px;text-align:center}.pagination .active a,.pagination .active span,.pagination a:hover{background:var(--primary);border-color:var(--primary);color:#fff}.pagination:empty{display:none}.empty-state{text-align:center;padding:64px 20px;color:var(--muted);background:var(--surface)}.empty-state>span{font-size:40px}.empty-state h2{font-size:24px;color:var(--ink)}.empty-state p{font-size:14px}.article-wrap{max-width:1010px;padding-top:40px;padding-bottom:85px}.article-heading{text-align:center;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:40px}.article-heading h1{font-size:38px;line-height:1.6}.article-meta{display:flex;justify-content:center;gap:26px;font-size:12px;color:#8a94a2;flex-wrap:wrap;margin:25px 0}.richtext{font-size:16px;line-height:2;color:#42526a;overflow-wrap:anywhere;display:flow-root}.richtext h1,.richtext h2{font-size:28px;color:var(--ink);margin:40px 0 20px}.richtext h3{font-size:22px;color:var(--ink);margin:30px 0 15px}.richtext h4{font-size:18px;color:var(--ink)}.richtext img{max-width:100%!important;height:auto!important}.richtext video,.richtext iframe{max-width:100%}.richtext table{border-collapse:collapse;width:100%!important;max-width:100%;margin:25px 0;table-layout:fixed;font-size:14px}.richtext td,.richtext th{border:1px solid var(--line);padding:12px 18px;overflow-wrap:anywhere}.richtext th{background:#edf4fc}.richtext a{color:var(--primary);text-decoration:underline}.richtext blockquote{border-left:3px solid var(--primary);background:var(--surface);padding:25px;margin:25px 0}.article-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px}.article-tags a,.tag-cloud a{border:1px solid var(--line);padding:5px 16px;font-size:13px;color:#68768a}.article-pager{width:calc(100% - 128px);max-width:1360px;margin:35px auto 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-top:28px;gap:40px}.article-wrap .article-pager,.detail-body .article-pager,.download-detail .article-pager{width:100%;margin-top:50px}.article-pager>div:last-child{text-align:right}.article-pager span{display:block;font-size:12px;color:#8794a5;margin-bottom:6px}.article-pager p,.article-pager a{font-size:14px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:35px 0 70px;align-items:center}.gallery-stage{height:420px;background:#f4f7fa;display:grid;place-items:center;padding:30px}.gallery-stage img{width:100%;height:100%;max-height:360px;object-fit:contain}.gallery-thumbs{display:flex;gap:12px;margin-top:16px;overflow:auto}.gallery-thumb{border:1px solid var(--line);width:78px;height:68px;flex-shrink:0;padding:6px}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-thumb[aria-pressed=true]{border-color:var(--primary)}.product-summary h1{font-size:38px;margin-bottom:22px}.product-summary .lead{font-size:16px}.detail-nav{background:#f4f7fb;border-block:1px solid var(--line);position:sticky;top:var(--header);z-index:10}.detail-nav>.container{display:flex;align-items:center;justify-content:space-between;min-height:62px}.detail-nav a{font-size:15px;color:var(--primary)}.feature-detail-hero{position:relative;min-height:420px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#0c2748}.feature-detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-detail-hero:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#051b37de,#08274d22)}.feature-detail-hero>.container{position:relative;z-index:1;padding-block:62px}.feature-detail-hero .eyebrow{color:#a6c9f1}.feature-detail-hero h1{font-size:44px;margin-bottom:24px}.feature-detail-hero p:not(.eyebrow){max-width:750px;font-size:16px;color:#e0e8f3;line-height:1.9}.detail-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:72px;padding-top:45px;padding-bottom:90px}.detail-aside{position:sticky;top:124px;align-self:start}.detail-aside h2{font-size:24px}.article-toc{margin:20px 0 30px;border-left:1px solid var(--line)}.article-toc a{display:block;font-size:13px;color:#6f8094;padding:9px 15px}.article-toc a:hover{border-left:2px solid var(--primary);color:var(--primary)}.download-row{display:grid;grid-template-columns:64px 1fr 120px 160px;gap:26px;align-items:center;border-bottom:1px solid var(--line);padding:28px 0}.download-row h2{font-size:22px;margin-bottom:6px}.download-row p{font-size:13px;color:var(--muted);margin:0}.download-row time{font-size:13px;color:var(--muted)}.document-icon{display:flex;width:56px;height:68px;align-items:center;justify-content:center;border:1px solid #cbd8e6;background:#f1f6fb;color:var(--primary);font:13px Arial;position:relative}.document-icon:after{content:"";position:absolute;top:0;right:0;border:7px solid transparent;border-top-color:#fff;border-right-color:#fff}.download-detail{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:65px;padding:45px 0 90px}.download-detail h1{font-size:34px}.download-detail .article-meta{justify-content:flex-start}.download-panel{background:var(--surface);padding:32px;align-self:start;position:sticky;top:120px}.download-panel h2{font-size:24px;margin-top:23px}.download-panel p{font-size:13px;color:var(--muted)}.download-file .btn{white-space:normal;display:flex;gap:10px;padding:10px 15px;margin-bottom:14px}.download-file strong{color:var(--ink)}.job-row{display:flex;justify-content:space-between;gap:30px;padding:28px 22px;border-bottom:1px solid var(--line)}.job-row:hover{background:var(--surface)}.job-row h2{font-size:24px;margin:0 0 10px}.job-row p{font-size:14px;color:var(--muted);margin-bottom:0}.job-row .eyebrow{margin-bottom:12px;color:var(--primary)}.job-row>div:last-child{display:flex;flex-direction:column;justify-content:center;text-align:right;gap:15px}.job-row time{color:var(--muted);font-size:12px}.job-properties{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:var(--surface);padding:25px;margin:35px 0;font-size:14px}.image-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.image-gallery figure{margin:0}.image-gallery button{padding:0;width:100%;overflow:hidden}.image-gallery img{width:100%}.image-gallery figcaption{font-size:13px;color:var(--muted);padding:15px}.video-player{background:#050d19}.video-player video{display:block;max-height:650px}.video-episodes{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.video-episodes a{padding:10px 15px;background:var(--surface);font-size:13px}.single-content{min-height:380px;padding-top:35px}.single-content .richtext{max-width:1180px;margin:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-grid h2{font-size:38px}.contact-methods>a,.contact-methods>div{display:block;padding:0 0 23px;margin-bottom:23px;border-bottom:1px solid var(--line)}.contact-methods span{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}.contact-methods strong{font-size:22px;font-weight:400;overflow-wrap:anywhere}.contact-content{padding-top:50px}.search-page h1{font-size:36px}.search-page>.search-form{margin:30px 0 60px;max-width:750px}.tag-cloud{display:flex;flex-wrap:wrap;gap:15px;padding:30px 0 100px}.tag-cloud a{padding:10px 25px}.error-page{min-height:600px;padding:75px 0;text-align:center}.error-page h1{font-size:32px}.error-page .button-group{justify-content:center}.error-code{font-size:130px;line-height:1.2;font-weight:300;letter-spacing:12px;color:var(--primary);margin-bottom:20px}
.cta-band{background:linear-gradient(115deg,#004a94,#006dc2);color:white;padding:55px 0}.cta-band>.container{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-band p{font:11px Arial;letter-spacing:2px;color:#a5d2fa;margin-bottom:16px}.cta-band h2{font-size:30px;margin:0}.site-footer{background:#f5f7fa}.footer-main{display:grid;grid-template-columns:285px minmax(0,1fr);gap:60px;padding-top:65px;padding-bottom:52px}.footer-brand>a:first-child{font-size:25px;font-weight:700;color:var(--primary);letter-spacing:2px}.footer-brand p{font-size:12px;color:#8390a1;margin:14px 0}.footer-brand>a:not(:first-child){display:block;color:#536278;font-size:13px;margin-top:8px}.footer-brand .footer-phone{font-size:23px!important;margin-top:25px!important;letter-spacing:1px}.footer-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.footer-nav>div{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#8190a2}.footer-nav .footer-title{font-size:14px;color:#2c3c54;margin-bottom:12px}.footer-bottom{border-top:1px solid #e0e7ef;display:flex;gap:25px;flex-wrap:wrap;padding-top:21px;padding-bottom:21px;font-size:11px;color:#8995a4}.floating-tools{position:fixed;right:0;bottom:100px;z-index:40;display:flex;flex-direction:column;box-shadow:0 0 10px #23395216}.floating-tools button{background:white;border:1px solid var(--line);height:50px;width:48px;color:var(--primary);font-size:13px}.floating-tools button:hover{color:#fff;background:var(--primary)}dialog{border:0;padding:0;background:#fff;box-shadow:0 30px 120px #0110204d;max-height:88vh;max-width:calc(100vw - 32px);color:var(--ink)}dialog::backdrop{background:#061327aa;backdrop-filter:blur(5px)}dialog[open]{animation:dialog-in .2s ease-out}.inquiry-dialog{width:690px}.search-dialog{width:850px}.dialog-content{padding:48px}.dialog-content h2{font-size:30px}.dialog-close{position:absolute;right:12px;top:10px;font:32px Arial;color:#7f8e9f;min-width:44px;min-height:44px;z-index:2}.dialog-close:hover{color:var(--primary);background:var(--surface)}.search-form{display:flex;border:1px solid #cbd6e3;min-height:54px}.search-form input{border:0;background:white;min-width:0;flex:1;outline:0;padding:14px 20px;font-size:15px}.search-form:focus-within{outline:2px solid var(--primary);outline-offset:2px}.search-form .btn{border:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px}.form-field{min-width:0}.field-label{font-size:13px;color:#617086;margin-bottom:8px}.form-field:has(textarea){grid-column:1/-1}.form-field input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]),.form-field select,.form-field textarea{width:100%;min-height:45px;border:1px solid #dce4ed;background:#fbfcfe;padding:10px 12px;border-radius:0;max-width:100%}.form-field textarea{min-height:100px;resize:vertical}.form-field input[type=radio],.form-field input[type=checkbox]{accent-color:var(--primary)}.form-field img{max-width:160px}.form-note{font-size:12px;color:#8997a8;margin:24px 0}.form-note a{color:var(--primary)}.image-dialog{background:#061327;width:min(1100px,95vw)}.image-dialog img{max-height:85vh;max-width:100%;display:block;margin:auto}.image-dialog .dialog-close{background:#fff;border-radius:50%}.image-fallback{object-fit:contain!important;background:#f3f7fc}
@keyframes dialog-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(min-width:1700px){.hero{height:850px}.hero-copy{padding-top:240px}.hero-copy h1,.hero-copy .hero-title{font-size:50px}.header-inner{gap:60px}.primary-nav{gap:38px}}
@media(max-width:1250px){.container{width:calc(100% - 80px)}.header-inner{gap:20px;padding-inline:30px}.brand{width:135px}.brand img{max-width:135px}.primary-nav{gap:14px}.nav-line>a{font-size:14px}.header-actions{gap:6px}.header-contact{padding:10px 15px}.technology-grid{gap:45px}.home-products{grid-template-columns:repeat(2,1fr)}.home-products .product-card:first-child{grid-row:span 2}.home-products .product-card:nth-child(4),.home-products .product-card:nth-child(5){grid-column:span 1}.home-products .product-card:first-child .product-image{height:350px}.footer-main{grid-template-columns:240px 1fr;gap:35px}.footer-nav{grid-template-columns:repeat(3,1fr);gap:25px}.download-row{grid-template-columns:56px 1fr 160px}.download-row time{display:none}.product-detail{gap:45px}.detail-layout{gap:40px;grid-template-columns:200px minmax(0,1fr)}}
@media(max-width:1000px){:root{--header:72px}.container{width:calc(100% - 48px)}.header-inner{padding-inline:24px}.brand{width:148px}.primary-nav{display:none;position:absolute;left:0;right:0;top:100%;height:calc(100dvh - 72px);overflow-y:auto;background:#fff;color:var(--ink);padding:15px 24px}.site-header.menu-open .primary-nav{display:block}.site-header.menu-open{background:#fff;color:var(--ink)}.site-header.menu-open .brand img{filter:none!important}.header-actions{margin-left:auto}.menu-toggle{display:flex}.nav-item{display:block;border-bottom:1px solid var(--line)}.nav-line{height:auto;min-height:58px}.nav-line>a{flex:1;font-size:16px;min-height:56px}.submenu-toggle{width:48px}.mega-menu{position:static;display:none;box-shadow:none;opacity:1;visibility:visible;transform:none;max-height:none;border:0;padding-bottom:20px;pointer-events:auto}.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{display:none}.nav-item.is-open>.mega-menu{display:block}.mega-inner{display:block;padding:0;width:100%}.mega-heading{display:none}.mega-columns{grid-template-columns:repeat(2,1fr);gap:20px}.mega-column .mega-title{font-size:14px}.hero{height:700px;min-height:580px}.hero-copy{padding-top:195px}.hero-copy h1,.hero-copy .hero-title{font-size:39px}.hero-backdrop{object-position:60% center}.section{padding:68px 0}.section-heading h2{font-size:32px}.technology-grid{gap:30px}.tech-visual{height:320px}.tech-copy h3{font-size:25px}.tech-features{grid-template-columns:1fr;gap:15px}.tech-features div{display:flex;gap:20px;align-items:baseline}.card-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.card-body{padding:22px}.home-products{grid-template-columns:repeat(2,1fr)}.home-products .product-card:first-child{grid-row:auto;grid-column:span 2}.home-products .product-card:first-child>a{display:grid;grid-template-columns:1fr 1fr}.home-products .product-card:first-child .product-image{height:280px}.home-products .product-card:not(:first-child)>a{display:block}.home-products .product-card:not(:first-child) .product-image{height:180px;min-height:180px}.footer-main{grid-template-columns:1fr}.footer-brand{max-width:500px}.footer-nav{grid-template-columns:repeat(6,1fr)}.page-banner{height:290px}.page-banner h1{font-size:40px}.product-detail{gap:30px}.gallery-stage{height:340px}.product-summary h1{font-size:30px}.download-detail{grid-template-columns:1fr 270px;gap:35px}.download-panel{padding:25px}.detail-layout{grid-template-columns:1fr}.detail-aside{position:static;display:none}.feature-detail-hero h1{font-size:36px}.article-heading h1{font-size:32px}.contact-grid{gap:50px}.contact-methods strong{font-size:19px}.article-pager{width:calc(100% - 48px)}}
@media(max-width:650px){:root{--header:64px}.container{width:calc(100% - 40px)}h1{font-size:30px}h2{font-size:27px}.header-inner{padding-inline:18px;gap:12px}.brand{width:130px;font-size:22px}.brand img{max-width:130px;max-height:38px}.header-contact,.language-links{display:none}.header-actions{gap:4px}.primary-nav{height:calc(100dvh - 64px)}.hero{height:730px;min-height:640px;max-height:none}.hero-copy{padding-top:120px}.hero-copy h1,.hero-copy .hero-title{font-size:31px;letter-spacing:1px;line-height:1.5}.hero-kicker{font-size:9px;margin-bottom:15px}.hero-copy>p:not(.hero-kicker){font-size:12px;line-height:2;margin:16px 0 20px;max-width:330px}.hero .caisa-mark{height:36px;width:135px}.hero-slide:after{background:linear-gradient(180deg,#04112670,transparent 70%)}.hero-backdrop{object-position:center}.hero-controls{bottom:28px}.slide-buttons{gap:8px}.slide-buttons button{height:34px;width:34px}.hero-slide:nth-child(2) .hero-backdrop{object-position:65% center}.hero-slide:nth-child(2):after{background:#03132e77}.btn{padding:10px 22px;font-size:13px;gap:25px}.section{padding:54px 0}.section-heading{display:block;margin-bottom:29px}.section-heading h2{font-size:28px;line-height:1.5}.section-heading>.text-link{margin-top:12px}.section-description{font-size:13px}.eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:12px}.technology-grid{grid-template-columns:1fr;gap:30px}.tech-visual{height:290px}.tech-features{grid-template-columns:repeat(3,1fr);gap:10px}.tech-features div{display:block}.tech-features b{font-size:15px}.tech-features span{font-size:10px}.tech-copy h3{font-size:25px}.tech-copy>p{font-size:14px}.home-products,.product-grid,.card-grid{grid-template-columns:1fr;gap:22px}.home-products .product-card:first-child{grid-column:auto}.home-products .product-card:first-child>a{display:block}.home-products .product-card:first-child .product-image{height:280px}.home-products .product-card:not(:first-child)>a{display:grid;grid-template-columns:42% 58%}.home-products .product-card:not(:first-child) .product-image{height:100%;min-height:170px}.home-products .product-card:not(:first-child) .card-body{padding:22px 18px}.product-image{height:245px}.card-body{padding:23px}.content-card h2{font-size:20px}.partner-grid{grid-template-columns:repeat(3,1fr);gap:10px}.partner-grid>a{padding:12px;height:65px}.page-banner{height:260px}.page-banner h1{font-size:32px}.banner-description{font-size:14px;-webkit-line-clamp:3}.category-nav>.container{width:100%;padding-inline:20px;gap:26px;justify-content:flex-start}.category-nav a{font-size:14px;padding:16px 0}.breadcrumbs{font-size:10px;padding:18px 0}.child-filters{gap:9px;margin-bottom:28px}.child-filters a{padding:6px 14px;font-size:12px;min-height:36px}.catalog-heading{align-items:flex-start;gap:10px}.catalog-heading h2{font-size:22px}.catalog-heading .btn{padding:8px 12px;font-size:12px;min-height:42px}.list-section{padding-top:18px}.article-wrap{padding-top:22px;padding-bottom:55px}.article-heading{text-align:left}.article-heading h1{font-size:26px}.article-meta{gap:12px;justify-content:flex-start;font-size:11px}.richtext{font-size:15px;line-height:1.95}.richtext h1,.richtext h2{font-size:23px}.richtext td,.richtext th{padding:9px;font-size:12px}.article-pager{width:calc(100% - 40px);gap:24px}.article-pager a{font-size:12px}.product-detail{grid-template-columns:1fr;gap:32px;padding:16px 0 42px}.gallery-stage{height:300px}.gallery-stage img{max-height:255px}.product-summary h1{font-size:28px}.product-summary .lead{font-size:14px}.detail-nav>.container{min-height:55px}.feature-detail-hero{min-height:380px}.feature-detail-hero h1{font-size:30px}.feature-detail-hero p:not(.eyebrow){font-size:14px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feature-detail-hero>.container{padding-block:42px}.detail-layout{padding:20px 0 50px}.download-row{grid-template-columns:44px 1fr;gap:16px;padding:23px 0}.document-icon{width:44px;height:56px;font-size:11px}.download-row h2{font-size:18px}.download-row .btn{grid-column:2;justify-self:start;min-height:40px}.download-detail{display:flex;flex-direction:column;padding:25px 0 50px}.download-detail h1{font-size:27px}.download-panel{position:static;order:-1;width:100%}.download-panel>.document-icon{display:none}.download-panel h2{margin-top:0}.job-row{padding:25px 0;gap:15px}.job-row h2{font-size:20px}.job-row p{font-size:12px}.job-row time{display:none}.job-row .text-link{font-size:12px;white-space:nowrap}.job-properties{grid-template-columns:1fr 1fr;padding:20px;gap:14px;font-size:12px}.image-gallery{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:45px}.contact-grid h2{font-size:28px}.contact-grid .lead{font-size:15px}.contact-methods strong{font-size:20px}.search-page h1{font-size:25px;overflow-wrap:anywhere}.search-form input{padding:12px;font-size:13px}.search-form .btn{padding-inline:18px;gap:10px}.cta-band{padding:40px 0}.cta-band>.container{display:block}.cta-band h2{font-size:25px;margin-bottom:24px}.footer-main{padding:44px 0 30px;gap:25px}.footer-nav{grid-template-columns:repeat(3,1fr);gap:28px 17px}.footer-title{font-size:13px!important}.footer-nav>div{font-size:11px}.footer-bottom{font-size:10px;gap:10px}.floating-tools{bottom:48px}.floating-tools button{height:42px;width:38px;font-size:11px}.dialog-content{padding:38px 25px 28px}.dialog-content h2{font-size:25px}.form-grid{grid-template-columns:1fr;gap:18px}.form-field:has(textarea){grid-column:auto}.dialog-content>.muted{font-size:13px}.search-dialog .dialog-content{padding-top:50px}.error-code{font-size:110px}.error-page{min-height:480px;padding-block:55px}.error-page h1{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-slide{transition:none}}

/* YIHECODE v2 — shared tokens and components for every template. */
:root{--primary:#1959d3;--primary-hover:#1245ac;--ink:#142944;--muted:#708097;--line:#e1e8f1;--surface:#f6f8fc;--night:#102847;--accent:#ef5c3c;--radius:12px;--header:88px;--container:1360px}
body{font-size:15px;letter-spacing:.1px}h1,h2,h3{font-weight:600}button,a{touch-action:manipulation}.container{width:calc(100% - 112px)}.section{padding:86px 0}.section-heading{margin-bottom:38px}.section-heading h2{font-size:34px;line-height:1.45;letter-spacing:-.6px}.section-description{font-size:15px;max-width:730px}.eyebrow{font-size:11px;letter-spacing:2.4px;font-weight:600;margin-bottom:13px}.btn{min-height:48px;border-radius:7px;padding:11px 24px;font-weight:500;gap:24px}.btn-outline{border-color:#c5d2e4;background:#fff;color:var(--ink)}.btn-outline:hover{color:var(--primary);border-color:var(--primary);background:#f0f5ff}.btn-white{color:var(--primary)}.text-link{font-weight:500;gap:22px}.text-link:hover{gap:25px}.button-group{margin-top:26px}.site-header,.page-home .site-header,.page-home .site-header.is-scrolled,.page-home .site-header:hover,.page-home .site-header:focus-within{position:sticky;top:0;background:#fff;color:var(--ink);border-bottom:1px solid #e6ecf4;height:var(--header);box-shadow:0 3px 12px #12355703}.header-inner{padding:0 3.3%;gap:38px}.brand,.page-home .site-header .brand{width:214px;min-width:214px;color:var(--ink);letter-spacing:1px}.brand-logo-window{width:214px;height:64px;display:block;position:relative;overflow:hidden}.brand .brand-logo-window img,.page-home .site-header:not(.is-scrolled):not(:hover) .brand img{position:absolute;width:260px;max-width:none;height:auto;max-height:none;left:50%;top:50%;transform:translate(-50%,-52%);filter:none!important}.primary-nav{gap:29px;margin-left:auto}.nav-line>a{font-size:15px;font-weight:500}.submenu-toggle{font-size:16px;color:#8d9eb3}.header-contact{border-radius:7px;background:var(--primary);font-size:14px;padding-inline:23px;min-height:45px}.header-contact:hover{background:var(--primary-hover)}.header-actions{gap:13px}.mega-menu{box-shadow:0 18px 30px #1a3d6912;border-bottom:1px solid var(--line)}.mega-inner{padding:38px 0;gap:40px}.mega-heading{width:195px}.mega-heading h2{font-size:27px}.mega-column .mega-title{font-size:15px}.mega-columns{gap:30px;grid-template-columns:repeat(4,minmax(110px,1fr))}.mega-column>a{line-height:1.8}.page-home .nav-line>a:after{background:var(--primary)}
.ai-hero{height:654px;min-height:570px;max-height:none;background:#f4f7fc;color:var(--ink);overflow:hidden}.ai-hero .hero-slide:after{display:none}.hero-mesh{position:absolute;inset:0;background:radial-gradient(ellipse at 82% 25%,#b4d3ff68,transparent 44%),radial-gradient(ellipse at 56% 90%,#dceafa80,transparent 40%),linear-gradient(115deg,#f8faff,#eef4fd)}.hero-mesh:after{content:"";position:absolute;width:570px;height:570px;border:1px solid #7aa6eb20;border-radius:50%;right:-180px;top:-260px;box-shadow:0 0 0 100px #95bafa09,0 0 0 200px #95bafa08}.hero-layout{height:100%;display:grid;grid-template-columns:44% minmax(0,56%);gap:25px;align-items:center;padding-top:24px;padding-bottom:114px;position:relative}.ai-hero .hero-copy{padding:0;width:auto;margin:0;position:relative;z-index:3}.ai-hero .hero-kicker{font:600 10px/1.6 Arial,sans-serif;letter-spacing:2.3px;color:var(--primary);display:flex;align-items:center;gap:10px;margin-bottom:22px}.hero-kicker i{height:7px;width:7px;border-radius:50%;background:var(--accent);display:block}.ai-hero .hero-copy h1,.ai-hero .hero-copy .hero-title{font-size:clamp(34px,3.1vw,49px);line-height:1.46;letter-spacing:-1.7px;font-weight:600;margin:0 0 20px}.hero-title em{font-style:normal;color:var(--primary)}.ai-hero .hero-copy .hero-description{font-size:15px;line-height:1.95;color:#61758f;max-width:435px;margin:0 0 21px}.hero-tags{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;color:#486381}.hero-tags>span:before{content:"✓";color:var(--primary);margin-right:6px}.ai-hero .hero-copy .hero-signature{font-size:10px;letter-spacing:2.5px;color:#96a7bc;margin:30px 0 0;line-height:1.5}.hero-signature span{font-size:10px;margin-left:14px;letter-spacing:.6px}.hero-product{position:relative;padding:0 0 0 15px;transform:translateY(15px)}.product-window{background:#fff;border:1px solid #dce5f1;border-radius:13px;box-shadow:0 25px 65px #244e821a;overflow:hidden}.window-toolbar{height:40px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-size:10px;color:#7a8da6;border-bottom:1px solid #e9edf5;letter-spacing:.4px}.window-dots{display:flex;gap:5px}.window-dots i{display:block;width:5px;height:5px;border-radius:50%;background:#d6dfea}.window-dots i:first-child{background:#efad9f}.window-dots i:nth-child(2){background:#ead095}.window-dots i:last-child{background:#a1d9ca}.live-badge{display:flex;align-items:center;gap:5px;font-size:9px;color:#8296aa}.live-badge i{display:block;width:4px;height:4px;border-radius:50%;background:#36b98e}.product-window>img{display:block;width:100%;height:auto}.platform-shot{aspect-ratio:1.8078;object-fit:contain;background:#f7faff}.window-caption{display:flex;justify-content:space-between;align-items:center;gap:10px;height:34px;padding:0 15px;color:#8a9caf;font-size:9px}.window-caption>span:last-child{letter-spacing:1.6px;color:#9baabd}.hero-float{position:absolute;bottom:-32px;left:-15px;display:flex;align-items:center;gap:13px;background:#ffffffee;border:1px solid #e3eaf4;border-radius:10px;box-shadow:0 12px 35px #193d6413;padding:15px 20px;backdrop-filter:blur(12px)}.float-icon{width:34px;height:34px;display:grid;place-items:center;background:#e9f7f1;border-radius:9px;color:#21a97a;font-size:16px}.hero-float strong{font-size:12px;font-weight:600;display:block;margin-bottom:2px}.hero-float small{display:block;font-size:10px;color:#8b9ab0}.orbit-mark{position:absolute;top:-35px;right:13px;color:#8baee335;font:50px/1 Arial;font-weight:300}.ai-hero .hero-controls{bottom:20px;border-top:1px solid #d7e2f0;min-height:68px;padding-top:7px}.slide-dots{gap:28px;flex:1}.ai-hero .slide-dots button{width:auto;min-width:135px;height:56px;display:flex;align-items:center;gap:11px;padding:12px 0;color:#8c9ab0;font-size:12px;position:relative;text-align:left}.ai-hero .slide-dots button span{font:10px/1 Arial;color:#a0afc1}.ai-hero .slide-dots button:after{position:absolute;top:-10px;left:0;right:0;content:"";height:2px;background:transparent}.ai-hero .slide-dots button[aria-pressed=true]{color:var(--primary)}.ai-hero .slide-dots button[aria-pressed=true]:after{background:var(--primary)}.ai-hero .slide-buttons button{border-color:#d8e2ef;color:#587799;background:#ffffff6b;font-size:15px;width:33px;height:33px}.ai-hero .slide-buttons button:hover{background:#e2edfd;color:var(--primary)}.capability-strip{background:#fff;border-bottom:1px solid #e8edf4;padding:24px 0}.capability-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.capability-strip .container>div{display:flex;align-items:center;gap:17px;border-right:1px solid var(--line);padding:0 26px}.capability-strip .container>div:first-child{padding-left:0}.capability-strip .container>div:last-child{border:0;padding-right:0}.capability-strip span{font:24px Arial;font-weight:300;color:#ccdaeb}.capability-strip p{margin:0}.capability-strip strong{font-size:14px;font-weight:500;display:block}.capability-strip small{font-size:11px;color:#8e9bb0;display:block;margin-top:5px}.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.platform-card{border:1px solid #e1e8f2;border-radius:12px;overflow:hidden;background:#fff;transition:transform .25s,box-shadow .25s}.platform-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px #13385e0c}.platform-card>a{display:grid;grid-template-columns:51% 49%;height:100%;color:inherit}.platform-card-visual{background:#f0f4fa;padding:26px 0 26px 20px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;min-height:240px}.platform-card-visual>img{max-width:none;width:125%;box-shadow:0 7px 22px #243d7014;border-radius:7px;border:1px solid #dce5f2;transform:translateX(15%)}.platform-card:last-child .platform-card-visual>img{width:100%;transform:none;object-fit:contain;box-shadow:none;border:0}.platform-card-number{position:absolute;bottom:15px;left:20px;font:11px Arial;letter-spacing:1px;color:#8fa7c7}.platform-card-body{padding:32px 26px;display:flex;flex-direction:column;justify-content:center;background:#fff;position:relative}.platform-card-body h3{font-size:23px;line-height:1.5;margin-bottom:12px}.platform-card-body>p:not(.eyebrow){font-size:13px;line-height:1.85;color:#7b8ba1;margin-bottom:15px}.platform-card-body .eyebrow{font-size:9px;letter-spacing:1.4px}.platform-card-body .text-link{font-size:12px}.tour-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:52px;align-items:center}.tour-tabs{display:flex;flex-direction:column;gap:12px}.tour-tabs>button{display:flex;align-items:flex-start;gap:17px;text-align:left;padding:22px 19px;border:1px solid transparent;border-radius:10px;color:#718198}.tour-tabs>button>span{font:11px Arial;color:#92a7c2;padding-top:6px}.tour-tabs>button strong{font-size:18px;font-weight:500;color:#627892}.tour-tabs>button p{font-size:12px;line-height:1.8;margin:9px 0 0;color:#8696ab}.tour-tabs>button>b{font:17px Arial;padding-top:3px;visibility:hidden}.tour-tabs>button[aria-selected=true]{background:#fff;border-color:#dfe8f5;box-shadow:0 8px 24px #17365e05}.tour-tabs>button[aria-selected=true] strong,.tour-tabs>button[aria-selected=true]>span,.tour-tabs>button[aria-selected=true]>b{color:var(--primary);visibility:visible}.tour-panels{min-width:0}.tour-panels .product-window{box-shadow:0 20px 40px #15366312}.tour-panels .product-window>img{aspect-ratio:1.81;object-fit:contain;background:#f6f8fc}.home-solutions{background:#102847;color:#fff;position:relative}.home-solutions .eyebrow{color:#76a8f4}.home-solutions .section-description{color:#9eb2cb}.home-solutions .section-heading>.text-link{color:#cfdef7}.home-solutions .content-card{background:#193453;border:1px solid #294561;color:#fff;box-shadow:none}.home-solutions .card-meta span{color:#9fbfe8}.home-solutions .card-body h2{color:#fff}.home-solutions .text-link{color:#acc9ef}.home-solutions .card-image{height:auto;aspect-ratio:16/9;background:#24405f}.card-grid,.product-grid{gap:26px}.content-card,.product-card{border-radius:var(--radius);border:1px solid var(--line);box-shadow:none;overflow:hidden}.card-image{aspect-ratio:16/9}.card-image img{object-fit:cover}.card-body{padding:25px}.content-card h2,.product-card h2{font-size:20px;line-height:1.55}.card-description{font-size:13px;line-height:1.85;-webkit-line-clamp:2;color:#8190a3;min-height:46px;margin-bottom:12px}.card-meta{font-size:11px;margin-bottom:13px}.card-body .text-link{font-size:12px;gap:25px}.product-image{height:240px;background:#f3f6fb;padding:18px}.product-image img{width:100%;height:100%;object-fit:contain}.image-arrow{width:32px;height:32px;font-size:16px}.collection-empty{grid-column:1/-1;padding:35px;text-align:center;border:1px dashed currentColor;opacity:.55;font-size:14px}.home-news{background:var(--surface)}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.delivery-grid article{padding:30px 30px 21px;border:1px solid var(--line);border-radius:12px}.delivery-grid article:hover{border-color:#b5cbee}.delivery-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--primary);background:#eef4ff;font-size:24px;border-radius:12px;margin-bottom:24px}.delivery-grid h3{font-size:21px;margin:0 0 13px}.delivery-grid p{font-size:13px;color:#7c8b9e;line-height:1.9;margin-bottom:15px}.delivery-grid .text-link{font-size:12px}
.page-banner{height:290px;background:#f2f6fc;color:var(--ink)}.banner-background,.banner-case .banner-background,.banner-solution .banner-background,.banner-download .banner-background,.banner-about .banner-background,.banner-single .banner-background,.banner-institute .banner-background{background:url(../images/brand-grid.svg) center/cover}.page-banner h1{font-size:39px;letter-spacing:0;margin-bottom:17px}.page-banner .eyebrow{color:var(--primary)}.page-banner .banner-description{font-size:15px;color:#8392a9;max-width:620px}.banner-wordmark{position:absolute;right:8%;top:50%;transform:translateY(-50%);font:600 67px/1.15 Arial;letter-spacing:1px;color:#7296c414;pointer-events:none}.category-nav>.container{gap:38px}.category-nav a{font-size:14px;padding:20px 4px;color:#6c7f97}.breadcrumbs{font-size:11px;padding:19px 0;color:#8c9bb0}.child-filters{margin-bottom:28px}.child-filters a{font-size:12px;border-radius:5px;padding:7px 20px;min-height:38px}.list-section{padding-top:25px}.pagination a,.pagination li>span,.pagination>span{border-radius:6px;font-size:12px;min-width:40px;min-height:40px;padding:8px 12px}.article-wrap{max-width:1020px;padding-top:34px}.article-heading{padding:0 20px 30px;margin-bottom:36px}.article-heading h1{font-size:34px;font-weight:500;line-height:1.55}.article-meta{gap:20px;font-size:11px}.richtext{font-size:16px;line-height:1.95;color:#51647d}.richtext h1,.richtext h2{font-size:27px;font-weight:600;letter-spacing:0;margin:34px 0 18px}.richtext h3{font-size:21px;font-weight:600}.richtext p{margin-bottom:20px}.richtext img{border-radius:8px}.richtext table{border-radius:6px;font-size:13px}.richtext th{background:#eef4fc;color:var(--ink)}.richtext td{font-size:14px}.article-pager{gap:40px;border-color:var(--line);padding-top:25px;width:calc(100% - 112px)}.article-pager a{font-size:13px;line-height:1.7}.article-tags a,.tag-cloud a{border-radius:5px;background:#f9fbff;font-size:12px}.product-detail{padding-top:28px;padding-bottom:60px;gap:60px}.gallery-stage{border-radius:12px;background:#f1f5fb;height:390px;border:1px solid #e5ecf6;padding:24px}.gallery-thumbs{gap:10px}.gallery-thumb{border-radius:6px;overflow:hidden;background:#f6f8fc}.product-summary h1{font-size:34px}.product-summary .lead{font-size:15px;line-height:1.95}.detail-nav{background:#f6f8fc}.detail-nav>.container{min-height:58px}.feature-detail-hero:after{background:linear-gradient(90deg,#0d284aeb,#0d284a70)}.feature-detail-hero h1{font-size:38px;max-width:950px}.feature-detail-hero p:not(.eyebrow){font-size:15px;max-width:760px}.detail-layout{gap:60px;grid-template-columns:220px minmax(0,1fr);padding-bottom:75px}.detail-aside h2{font-size:23px}.download-row{padding:26px 0;gap:23px}.download-row h2{font-size:20px}.download-row p{font-size:12px}.download-panel{border:1px solid #e2e9f3;border-radius:12px;background:#f6f9fe;padding:28px}.download-detail h1{font-size:32px}.job-row{border-radius:8px;padding:25px}.job-row h2{font-size:22px}.job-properties{border-radius:10px}.contact-grid h2{font-size:33px}.contact-grid .lead{font-size:16px;max-width:460px}.contact-methods strong{font-size:22px;color:var(--ink)}.contact-methods span{font-size:12px;color:#92a0b3}.inquiry-dialog,.search-dialog{border-radius:14px;border:1px solid #dfE7f2}.dialog-content{padding:45px}.dialog-content h2{font-size:28px}.dialog-content>.muted{font-size:13px}.field-label{font-size:12px}.form-field input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]),.form-field select,.form-field textarea{border-radius:6px;background:#fbfcfe;font-size:13px;min-height:44px}.search-form{border-radius:8px;overflow:hidden}.search-form input{font-size:14px}.form-note{font-size:11px}.empty-state{padding:58px 25px;border:1px dashed #dbe4f0;border-radius:12px;background:#f8faff}.empty-symbol{display:block;font-size:40px!important;color:#96b1d8;margin-bottom:20px}.empty-state h2{font-size:23px;font-weight:500}.empty-state p{font-size:13px}.empty-state .button-group{justify-content:center;margin-top:24px}.cta-band{padding:48px 0;background:linear-gradient(105deg,#1957c9,#1745a1)}.cta-band h2{font-size:30px;letter-spacing:0}.cta-band p{font-size:10px;color:#a8c5f9;letter-spacing:2px;margin-bottom:12px}.cta-band .container>div>span{display:block;margin-top:13px;color:#b5cdf5;font-size:12px}.footer-main{padding-top:54px;padding-bottom:43px;grid-template-columns:300px 1fr;gap:75px}.footer-brand>a:first-child{color:#1a3151;font-size:27px;letter-spacing:1px}.footer-brand p{font-size:12px;color:#8a99ac;line-height:1.9}.footer-brand .footer-phone{font:23px Arial!important;letter-spacing:.5px;color:#304a6a!important}.footer-service{margin-top:22px!important;font-size:11px!important}.footer-nav{grid-template-columns:repeat(5,1fr);gap:30px}.footer-nav .footer-title{font-size:14px;font-weight:500}.footer-nav a{font-size:12px}.footer-bottom{font-size:10px;color:#98a5b7;padding-block:18px;border-color:#e2e8f1}.floating-tools{right:18px;bottom:90px;gap:6px;box-shadow:none}.floating-tools button{height:46px;width:44px;border-radius:8px;border:1px solid #dce6f4;box-shadow:0 4px 18px #19375a08;font-size:12px}.floating-tools button:last-child{font-size:18px}
@media(min-width:1700px){.ai-hero{height:724px}.hero-layout{grid-template-columns:44% minmax(0,1fr);gap:40px}.ai-hero .hero-copy h1,.ai-hero .hero-copy .hero-title{font-size:53px}.ai-hero .hero-description{font-size:16px}.primary-nav{gap:36px}}
@media(max-width:1250px){.header-inner{gap:22px;padding:0 26px}.primary-nav{gap:20px}.brand,.page-home .site-header .brand{width:194px;min-width:194px}.brand-logo-window{width:194px}.brand .brand-logo-window img{width:238px}.container{width:calc(100% - 80px)}.ai-hero{height:630px}.hero-layout{grid-template-columns:45% minmax(0,1fr);gap:18px}.ai-hero .hero-copy h1,.ai-hero .hero-copy .hero-title{font-size:39px}.ai-hero .hero-copy .hero-description{font-size:14px;max-width:385px}.hero-product{padding-left:0}.hero-tags{gap:11px;font-size:11px}.platform-card>a{grid-template-columns:48% 52%}.platform-card-body{padding:25px 20px}.platform-card-body h3{font-size:21px}.capability-strip .container>div{padding:0 16px;gap:12px}.capability-strip strong{font-size:13px}.capability-strip small{font-size:10px}.tour-layout{grid-template-columns:275px minmax(0,1fr);gap:30px}.section-heading h2{font-size:31px}.footer-main{gap:40px;grid-template-columns:245px 1fr}.footer-nav{gap:22px}}
@media(max-width:1000px){:root{--header:76px}.container{width:calc(100% - 48px)}.header-inner{padding-inline:24px}.brand,.page-home .site-header .brand{width:195px;min-width:195px}.brand-logo-window{width:195px;height:62px}.brand .brand-logo-window img{width:238px}.site-header.menu-open .primary-nav{display:block}.primary-nav{height:calc(100dvh - 76px);gap:0}.mega-columns{grid-template-columns:repeat(2,1fr)}.nav-line>a{font-size:15px}.mega-inner{padding:0}.header-actions{gap:8px}.hero-layout{grid-template-columns:44% minmax(0,1fr);gap:15px}.ai-hero{height:590px;min-height:540px}.ai-hero .hero-copy h1,.ai-hero .hero-copy .hero-title{font-size:33px;letter-spacing:-1px}.ai-hero .hero-copy .hero-description{font-size:13px;max-width:340px}.hero-tags{font-size:10px;gap:8px}.hero-signature{display:none}.ai-hero .button-group{gap:10px}.ai-hero .btn{padding:10px 15px;min-height:43px;font-size:12px;gap:12px}.hero-float{bottom:-24px;left:0;padding:10px 15px;gap:10px}.hero-float strong{font-size:11px}.hero-float small{font-size:9px}.float-icon{width:29px;height:29px}.window-toolbar{font-size:9px;height:33px;padding-inline:12px}.window-caption{font-size:8px;height:28px}.live-badge{display:none}.ai-hero .slide-dots button{min-width:125px;font-size:11px}.slide-dots{gap:18px}.section{padding:65px 0}.capability-strip .container{grid-template-columns:repeat(2,1fr);gap:25px 20px}.capability-strip .container>div{padding:0;border:0}.platform-grid{gap:22px}.platform-card>a{display:flex;flex-direction:column}.platform-card-visual{height:205px;min-height:205px;padding:22px 28px 0}.platform-card-visual>img{width:105%;transform:translateY(20px)}.platform-card-body{padding:25px}.platform-card-body h3{font-size:23px}.tour-layout{grid-template-columns:1fr;gap:27px}.tour-tabs{flex-direction:row;gap:12px}.tour-tabs>button{flex:1;padding:18px 15px;gap:10px}.tour-tabs>button strong{font-size:16px}.tour-tabs>button p{font-size:11px}.tour-tabs>button>b{display:none}.delivery-grid{gap:20px}.delivery-grid article{padding:25px 22px}.delivery-grid h3{font-size:19px}.card-grid{gap:22px}.footer-main{grid-template-columns:1fr;gap:32px}.footer-nav{grid-template-columns:repeat(5,1fr)}.page-banner{height:265px}.page-banner h1{font-size:35px}.banner-wordmark{font-size:53px}.product-detail{gap:35px}.product-summary h1{font-size:30px}.article-pager{width:calc(100% - 48px)}.detail-layout{grid-template-columns:1fr}}
@media(max-width:650px){:root{--header:70px}.container{width:calc(100% - 40px)}.header-inner{padding-inline:18px;gap:8px}.brand,.page-home .site-header .brand{width:178px;min-width:178px}.brand-logo-window{width:178px;height:60px}.brand .brand-logo-window img,.page-home .site-header:not(.is-scrolled):not(:hover) .brand img{width:215px}.primary-nav{height:calc(100dvh - 70px);padding:12px 20px}.header-actions{gap:0}.header-contact{display:none}.mega-columns{gap:17px}.hero-layout{display:flex;flex-direction:column;gap:35px;align-items:stretch;padding-top:38px;padding-bottom:110px;justify-content:flex-start}.ai-hero{height:770px;min-height:740px}.ai-hero .hero-copy h1,.ai-hero .hero-copy .hero-title{font-size:33px;line-height:1.45;letter-spacing:-1px;margin-bottom:16px}.ai-hero .hero-kicker{font-size:8px;letter-spacing:1.8px;margin-bottom:15px}.ai-hero .hero-copy .hero-description{font-size:13px;line-height:1.9;max-width:100%;margin:0 0 17px}.hero-tags{font-size:10px;gap:11px}.ai-hero .button-group{margin-top:20px;gap:13px}.ai-hero .btn{font-size:12px;min-height:43px;padding:9px 18px;gap:20px}.hero-product{transform:none;margin:0 0 15px;padding:0}.product-window{border-radius:9px;box-shadow:0 15px 40px #214b8014}.window-toolbar{height:27px;font-size:8px;padding-inline:11px}.window-dots i{height:4px;width:4px}.window-caption{height:25px;font-size:7px;padding-inline:11px}.hero-float{bottom:-20px;left:12px;padding:9px 12px;border-radius:7px;gap:8px}.float-icon{width:24px;height:24px;border-radius:6px;font-size:13px}.hero-float strong{font-size:9px}.hero-float small{font-size:8px}.orbit-mark{top:-27px;right:8px;font-size:35px}.ai-hero .hero-controls{bottom:12px;min-height:55px;padding-top:4px;width:calc(100% - 40px)}.ai-hero .slide-dots{gap:12px;width:100%;justify-content:space-between}.ai-hero .slide-dots button{min-width:0;width:auto;height:46px;gap:5px;font-size:9px;flex:1}.ai-hero .slide-dots button span{font-size:8px}.ai-hero .slide-dots button:after{top:-6px;right:10px}.ai-hero .slide-buttons{display:none}.capability-strip{padding:23px 0}.capability-strip .container{gap:22px 15px}.capability-strip .container>div{gap:10px}.capability-strip span{font-size:19px}.capability-strip strong{font-size:11px}.capability-strip small{font-size:9px;margin-top:4px}.section{padding:53px 0}.section-heading{margin-bottom:27px}.section-heading h2{font-size:27px;line-height:1.5;letter-spacing:-.6px}.section-description{font-size:13px;line-height:1.9}.eyebrow{font-size:9px;letter-spacing:1.8px}.platform-grid{grid-template-columns:1fr;gap:21px}.platform-card>a{display:grid;grid-template-columns:42% 58%}.platform-card-visual{height:auto;min-height:215px;padding:15px 0 15px 10px}.platform-card-visual>img{width:195%;transform:translateX(27%);border-radius:5px}.platform-card-body{padding:23px 20px}.platform-card-body .eyebrow{font-size:8px;letter-spacing:.6px}.platform-card-body h3{font-size:19px;margin-bottom:11px}.platform-card-body>p:not(.eyebrow){font-size:11px;line-height:1.8;margin-bottom:10px}.platform-card-body .text-link{font-size:11px}.platform-card-number{bottom:13px;left:13px;font-size:10px}.platform-card:last-child .platform-card-visual>img{width:120%;transform:translateX(7%)}.tour-tabs{gap:8px}.tour-tabs>button{display:block;flex:1;padding:12px 9px;text-align:center}.tour-tabs>button>span{font-size:9px;padding:0;display:block;margin-bottom:8px}.tour-tabs>button strong{font-size:13px}.tour-tabs>button p{display:none}.tour-layout{gap:20px}.card-grid,.product-grid{grid-template-columns:1fr;gap:24px}.card-body{padding:23px}.content-card h2,.product-card h2{font-size:20px}.card-description{font-size:12px;min-height:0}.home-news .card-image{aspect-ratio:1.9}.delivery-grid{grid-template-columns:1fr;gap:18px}.delivery-grid article{padding:26px 25px 20px}.delivery-icon{height:37px;width:37px;font-size:22px;margin-bottom:20px;border-radius:9px}.delivery-grid h3{font-size:21px}.delivery-grid p{font-size:13px}.page-banner{height:240px}.page-banner h1{font-size:29px;letter-spacing:0;margin-bottom:14px}.page-banner .banner-description{font-size:12px;max-width:290px;line-height:1.9}.banner-wordmark{font-size:37px;right:4%;color:#7296c40e}.category-nav a{font-size:12px;padding:17px 0}.category-nav>.container{gap:25px}.child-filters a{font-size:11px;padding:7px 13px}.breadcrumbs{font-size:10px;padding-block:17px}.list-section{padding-top:20px}.article-heading{padding:0 0 20px;margin-bottom:27px}.article-heading h1{font-size:25px;font-weight:500;line-height:1.6}.article-meta{font-size:10px;gap:13px;margin:19px 0}.richtext{font-size:14px;line-height:1.95}.richtext h1,.richtext h2{font-size:23px;margin:30px 0 16px}.richtext h3{font-size:19px}.richtext td,.richtext th{font-size:12px}.article-pager{width:calc(100% - 40px);gap:23px}.article-pager a{font-size:12px}.product-detail{padding-top:16px;padding-bottom:40px;gap:29px}.gallery-stage{height:285px;padding:20px}.product-summary h1{font-size:27px}.product-summary .lead{font-size:14px}.feature-detail-hero{min-height:350px}.feature-detail-hero h1{font-size:28px}.feature-detail-hero p:not(.eyebrow){font-size:13px}.download-detail h1{font-size:26px}.download-panel{padding:24px}.download-row h2{font-size:18px}.job-row{padding:24px 0}.job-row h2{font-size:20px}.job-properties{font-size:11px}.contact-grid{gap:35px}.contact-grid h2{font-size:28px}.contact-grid .lead{font-size:14px}.contact-methods strong{font-size:20px}.dialog-content{padding:38px 24px 26px}.dialog-content h2{font-size:24px}.form-grid{gap:17px}.cta-band{padding:38px 0}.cta-band h2{font-size:25px;line-height:1.5;margin-bottom:0}.cta-band .container>div>span{font-size:11px;margin:14px 0 24px}.cta-band p{font-size:9px;letter-spacing:1.5px}.footer-main{padding:40px 0 30px;gap:30px}.footer-nav{grid-template-columns:repeat(3,1fr);gap:27px 14px}.footer-nav .footer-title{font-size:12px!important}.footer-nav a{font-size:11px}.footer-brand .footer-phone{font-size:22px!important}.floating-tools{right:10px;bottom:58px;gap:6px}.floating-tools button{width:38px;height:39px;border-radius:7px;font-size:10px}.empty-state h2{font-size:20px}.empty-state{padding:40px 20px}.empty-state p{font-size:12px}}

@media(max-width:1250px) and (min-width:651px){.page-home .site-header:not(.is-scrolled):not(.menu-open) .brand img{width:238px}}
@media(max-width:650px){.ai-hero .slide-buttons{display:flex}.ai-hero .slide-buttons [data-slide-prev],.ai-hero .slide-buttons [data-slide-next]{display:none}.ai-hero .slide-dots{gap:10px}.ai-hero .slide-dots button{font-size:10px}.ai-hero .hero-controls{gap:8px}}

/* Feature layouts for the site's single-platform category pages. */
.page-article .card-grid>.content-card:only-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.page-article .card-grid>.content-card:only-child .card-image{height:100%;min-height:310px;aspect-ratio:auto}
.page-article .card-grid>.content-card:only-child .card-body{padding:40px}
.page-article .card-grid>.content-card:only-child h2{font-size:28px}
.page-article .card-grid>.content-card:only-child .card-description{font-size:14px;-webkit-line-clamp:4;margin-bottom:25px}
@media(max-width:650px){.page-article .card-grid>.content-card:only-child{display:block}.page-article .card-grid>.content-card:only-child .card-image{min-height:0;aspect-ratio:1.6}.page-article .card-grid>.content-card:only-child .card-body{padding:24px}.page-article .card-grid>.content-card:only-child h2{font-size:23px}}

.category-nav>.container{scrollbar-width:none}.category-nav>.container::-webkit-scrollbar{display:none}

.content-card{display:flex;flex-direction:column}.content-card>.card-image{flex-shrink:0}.content-card>.card-body{display:flex;flex-direction:column;flex:1}.content-card>.card-body>.text-link{margin-top:auto;align-self:flex-start}
.home-solutions .content-card h2 a:hover,.home-solutions .content-card:hover h2,.home-solutions .content-card:hover h2 a{color:#b8d5ff}
