*,*:before,*:after{box-sizing:border-box}*{margin:0}:root{--navy:#173d66;--navy-2:#235783;--blue:#2c78c7;--blue-deep:#1b5d9c;--cyan:#2e8da3;--gold:#d0a648;--gold-light:#ebcf86;--signal:#c96b5f;--paper:#f5f9fc;--paper-blue:#eaf3fa;--white:#fff;--ink:#183650;--muted:#657f95;--line:#d2e0ea;--line-dark:rgba(255,255,255,.14);--radius:6px;--shadow:0 16px 40px rgba(23,61,102,.14);--maxw:1280px;--font:"PingFang SC","Noto Sans CJK SC","Microsoft YaHei",Arial,sans-serif;--serif:"Noto Serif CJK SC","Songti SC","STSong",Georgia,serif}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.7}body.nav-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}ul,ol{padding-left:1.25rem}::selection{background:var(--gold-light);color:var(--navy)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.container{width:min(100% - 48px,var(--maxw));margin-inline:auto}.eyebrow{display:block;color:var(--blue-deep);font-size:.74rem;font-weight:800;letter-spacing:0;line-height:1.3;text-transform:uppercase}.section{padding:96px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:38px}.section-title{max-width:800px;margin-top:10px;color:var(--navy);font-family:var(--serif);font-size:2.45rem;line-height:1.2;letter-spacing:0}.section-sub{max-width:760px;margin-top:14px;color:var(--muted);font-size:1rem;line-height:1.8}.text-link{flex:0 0 auto;border-bottom:1px solid var(--blue);color:var(--blue-deep);font-size:.9rem;font-weight:800}.text-link:hover{color:var(--gold);border-color:var(--gold)}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff5;border-bottom:1px solid rgba(23,61,102,.12);backdrop-filter:blur(16px)}.site-header.is-scrolled{box-shadow:0 10px 28px #173d661f}.header-bar{width:min(100% - 48px,var(--maxw));height:88px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{min-width:0;display:flex;align-items:center;gap:16px;color:var(--navy)}.brand-logo{width:58px;height:58px;flex:0 0 58px;object-fit:contain;background:var(--white);border-radius:6px;padding:3px}.brand-text{min-width:0}.brand-text strong{display:block;overflow:hidden;color:var(--navy);font-size:1.28rem;font-weight:800;letter-spacing:.025em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.brand-text small{display:block;overflow:hidden;margin-top:5px;color:#7890a4;font-size:.68rem;font-weight:600;letter-spacing:.08em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.nav-desktop{display:flex;align-items:center;gap:0;height:100%}.nav-desktop a,.nav-link{position:relative;display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border:0;background:none;color:#45627b;font-size:.9rem;font-weight:700;white-space:nowrap}.nav-desktop a:after,.nav-link:after{position:absolute;right:14px;bottom:6px;left:14px;height:2px;content:"";background:var(--blue);transform:scaleX(0);transform-origin:left;opacity:0;transition:transform .25s ease,opacity .25s ease}.nav-desktop a:hover,.nav-desktop a.active,.nav-link:hover,.nav-item--mega.is-open>.nav-link,.nav-item--mega.active>.nav-link{color:var(--blue-deep)}.nav-desktop a:hover:after,.nav-desktop a.active:after,.nav-link:hover:after,.nav-item--mega.is-open>.nav-link:after,.nav-item--mega.active>.nav-link:after{transform:scaleX(1);opacity:1}.nav-item{position:static;display:flex;align-items:center}.nav-link{cursor:pointer}.nav-chevron{width:7px;height:7px;margin-top:-4px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .25s ease}.nav-item--mega.is-open .nav-chevron{transform:rotate(225deg) translate(-1px,-1px)}.nav-right{display:flex;align-items:center;gap:10px}.header-contact{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;background:var(--blue);color:var(--white);font-size:.82rem;font-weight:800;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.header-contact:hover{background:var(--blue-deep);box-shadow:0 8px 18px #2c78c733;transform:translateY(-1px)}.lang-switcher{display:flex;align-items:center;border:1px solid #ccdae5;border-radius:4px;overflow:hidden}.lang-link{min-width:42px;padding:5px 8px;color:#6c8498;font-size:.72rem;font-weight:800;text-align:center}.lang-link+.lang-link{border-left:1px solid #ccdae5}.lang-link:hover,.lang-link.active{background:var(--paper-blue);color:var(--blue-deep)}.nav-toggle{width:40px;height:40px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;background:none;cursor:pointer}.nav-toggle span{width:22px;height:2px;background:var(--navy);transition:transform .2s ease,opacity .2s ease}.nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-active span:nth-child(2){opacity:0}.nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;background:var(--white);border-top:1px solid var(--line)}.nav-mobile>a{width:100%;min-height:54px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:12px 24px;border:0;border-bottom:1px solid var(--line);color:var(--ink);font-size:.95rem;font-weight:700;line-height:1.45;text-align:left}.nav-mobile>a:hover,.nav-mobile>a:focus-visible{background:var(--paper);color:var(--blue-deep)}.nav-mobile .lang-switcher{width:calc(100% - 48px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 24px;border-color:var(--line)}.nav-mobile .lang-switcher .lang-link{width:auto;min-width:0;min-height:42px;display:flex;align-items:center;justify-content:center;padding:8px 12px;border:0;color:var(--muted);font-size:.8rem;font-weight:800;line-height:1.2;text-align:center;white-space:nowrap}.nav-mobile .lang-switcher .lang-link+.lang-link{border-left:1px solid var(--line)}.nav-mobile .lang-switcher .lang-link.active{background:var(--paper-blue);color:var(--blue-deep)}.hero{position:relative;min-height:min(620px,calc(100svh - 120px));display:flex;align-items:stretch;overflow:hidden;background:var(--navy)}.hero-media,.hero-shade{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,#143f67e8,#184873b8 42%,#1848733d 73%,#18487314),linear-gradient(0deg,rgba(20,63,103,.72) 0%,transparent 40%)}.hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding-top:58px;padding-bottom:88px}.hero-copy{max-width:840px}.hero-eyebrow{display:inline-block;padding-bottom:9px;border-bottom:2px solid var(--gold);color:var(--gold-light);font-size:.77rem;font-weight:800;letter-spacing:0}.hero-title{max-width:900px;margin-top:22px;color:var(--white);font-family:var(--serif);font-size:3.75rem;line-height:1.12;letter-spacing:0;text-wrap:balance}.hero-subtitle{margin-top:13px;color:var(--gold-light);font-size:1.48rem;font-weight:700;line-height:1.35}.hero-desc{max-width:720px;margin-top:22px;color:#d4e0e5;font-size:1.05rem;line-height:1.85}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 22px;border:1px solid transparent;border-radius:4px;font-weight:800;line-height:1.25;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--navy)}.btn--gold:hover{background:var(--gold-light);color:var(--navy)}.btn--outline{border-color:#ffffff85;color:var(--white)}.btn--outline:hover{border-color:var(--white);background:#ffffff1a;color:var(--white)}.btn--ghost{border-color:#ffffff29;color:#d8e4e8}.btn--ghost:hover{border-color:var(--gold);color:var(--gold-light)}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#b9cbd3;font-size:.84rem}.hero-proof span{display:inline-flex;align-items:center;gap:8px}.hero-proof span:before{width:5px;height:5px;content:"";background:var(--gold)}.hero-signal-grid{position:absolute;right:0;bottom:18px;left:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.12)}.hero-signal{padding:16px 24px;border-right:1px solid rgba(255,255,255,.14)}.hero-signal:last-child{border-right:0}.hero-signal b,.hero-signal span{display:block}.hero-signal b{color:var(--white);font-size:.92rem}.hero-signal span{margin-top:2px;color:#aabfc8;font-size:.78rem}.hero-scroll{position:absolute;right:28px;bottom:28px;z-index:3;width:30px;height:30px;border:1px solid rgba(255,255,255,.3);border-radius:50%}.hero-scroll:after{position:absolute;top:8px;left:9px;width:9px;height:9px;content:"";border-right:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(45deg)}.stats-strip{position:relative;background:var(--white);border-bottom:1px solid var(--line)}.stats-strip:before{position:absolute;top:0;right:0;left:0;height:3px;content:"";background:linear-gradient(90deg,var(--blue) 0 50%,var(--gold) 50% 75%,var(--cyan) 75%)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{min-height:142px;display:flex;align-items:center;gap:17px;padding:26px 28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat-value{flex:0 0 auto;color:var(--blue-deep);font-family:var(--serif);font-size:1.58rem;font-weight:800;line-height:1.1;white-space:nowrap}.stat-text strong{display:block;color:var(--muted);font-size:.86rem;font-weight:650;line-height:1.5}.section--capability{background:var(--paper)}.capability-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr);gap:72px;align-items:start}.capability-layout .section-head{position:sticky;top:104px;display:block;margin-bottom:0}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability-item{position:relative;min-height:210px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff8c}.capability-item>span{display:block;width:34px;height:4px;margin-bottom:34px;background:var(--blue)}.capability-item:nth-child(2)>span{background:var(--gold)}.capability-item:nth-child(3)>span{background:var(--cyan)}.capability-item:nth-child(4)>span{background:var(--signal)}.capability-item h3{color:var(--navy);font-size:1.24rem;line-height:1.35}.capability-item p{margin-top:12px;color:var(--muted);font-size:.93rem;line-height:1.75}.section--products{background:var(--white)}.product-families{display:grid;gap:60px}.product-family{min-width:0}.product-family-head{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:44px;align-items:end;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}.product-family-head h2,.product-family-head h3{margin-top:8px;color:var(--navy);font-family:var(--serif);font-size:1.65rem;line-height:1.3}.product-family-head>p{max-width:680px;color:var(--muted);font-size:.9rem;line-height:1.72}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.product-card:hover{border-color:#9fb7c2;box-shadow:var(--shadow);transform:translateY(-4px)}.product-card-media{aspect-ratio:16/10;overflow:hidden;background:var(--paper-blue)}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card-media img{transform:scale(1.035)}.product-card-body{flex:1;display:flex;flex-direction:column;padding:22px}.product-card-body>small,.card-body>small{color:var(--cyan);font-size:.68rem;font-weight:800;text-transform:uppercase}.product-card-body h3{margin-top:8px;color:var(--navy);font-size:1.12rem;line-height:1.38;overflow-wrap:anywhere}.product-card-body p{margin-top:10px;color:var(--muted);font-size:.88rem;line-height:1.65}.product-card-body .tag-row{margin-top:16px}.product-card-link{margin-top:auto;padding-top:18px;color:var(--blue-deep);font-size:.83rem;font-weight:800}.product-card-link:hover{color:var(--gold)}.product-tier{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:3px;font-size:.65rem;font-weight:800;letter-spacing:.02em;line-height:1;text-transform:uppercase}.product-tier--platform{background:linear-gradient(135deg,var(--navy) 0%,var(--blue-deep) 100%);color:var(--white)}.product-tier--ai-app{background:linear-gradient(135deg,var(--gold) 0%,#e5b85a 100%);color:var(--navy)}.product-tier--equipment{background:linear-gradient(135deg,var(--cyan) 0%,#3aa0b5 100%);color:var(--white)}.product-tier--infrastructure{background:linear-gradient(135deg,#5a7d96,#426078);color:var(--white)}.product-tier--service{background:linear-gradient(135deg,#7a95a8,#5e7a90);color:var(--white)}.product-card-body .product-tier{margin-top:0}.card-body .product-tier{margin-bottom:6px}.product-card--platform{border-top:3px solid var(--blue-deep)}.product-card--ai-app{border-top:3px solid var(--gold)}.product-card--equipment{border-top:3px solid var(--cyan)}.product-card--infrastructure{border-top:3px solid #5a7d96}.product-card--service{border-top:3px solid #7a95a8}.section--industries{background:var(--paper-blue)}.industry-switcher{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:540px;border:1px solid var(--line);background:var(--white)}.industry-tabs{display:flex;flex-direction:column;background:var(--navy)}.industry-tab{position:relative;min-height:76px;padding:18px 24px;border:0;border-bottom:1px solid rgba(255,255,255,.1);background:transparent;color:#aebfc8;font-size:.94rem;font-weight:750;text-align:left;cursor:pointer}.industry-tab:before{position:absolute;top:0;bottom:0;left:0;width:4px;content:"";background:var(--gold);transform:scaleY(0);transition:transform .2s ease}.industry-tab:hover,.industry-tab.active{background:#ffffff12;color:var(--white)}.industry-tab.active:before{transform:scaleY(1)}.industry-panels{min-width:0}.industry-panel{height:100%;display:none;grid-template-columns:minmax(280px,.85fr) minmax(0,1.4fr)}.industry-panel.active{display:grid}.industry-copy{display:flex;flex-direction:column;justify-content:center;padding:44px}.industry-copy>small{color:var(--gold);font-family:var(--serif);font-size:2rem;font-weight:800}.industry-copy h3{margin-top:14px;color:var(--navy);font-size:1.7rem;line-height:1.35}.industry-copy p{margin-top:18px;color:var(--muted);font-size:.95rem;line-height:1.8}.industry-copy .tag-row{margin-top:24px}.industry-media{min-width:0;aspect-ratio:16/10;overflow:hidden;background:var(--navy)}.industry-media img{width:100%;height:100%;min-height:0;object-fit:cover}.section--delivery{position:relative;overflow:hidden;background:var(--navy);color:var(--white)}.section--delivery:before{position:absolute;top:0;right:0;width:32%;height:4px;content:"";background:var(--gold)}.delivery-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center}.delivery-copy .eyebrow{color:var(--gold-light)}.delivery-copy .section-title{color:var(--white)}.delivery-copy .section-sub{color:#b7c8d0}.delivery-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:32px;border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}.delivery-steps span{min-height:72px;display:flex;align-items:center;gap:13px;padding:15px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);color:#dce6ea;font-size:.87rem}.delivery-steps b{color:var(--gold-light);font-family:var(--serif)}.delivery-media{aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.delivery-media img{width:100%;height:100%;object-fit:cover}.section--cases{background:var(--paper)}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.case-card{overflow:hidden;border-bottom:3px solid var(--blue);background:var(--white)}.case-card:nth-child(2){border-color:var(--gold)}.case-card:nth-child(3){border-color:var(--cyan)}.case-card figure{aspect-ratio:4/3;overflow:hidden;background:var(--paper-blue)}.case-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.case-card:hover img{transform:scale(1.035)}.case-card>div{padding:22px 4px 4px}.case-card h3{color:var(--navy);font-size:1.08rem}.case-card p{margin-top:8px;color:var(--muted);font-size:.88rem}.section--cta{padding:78px 0;background:var(--blue-deep);color:var(--white)}.cta-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.6fr) auto;align-items:center;gap:32px}.cta-inner h2{font-family:var(--serif);font-size:2.05rem;line-height:1.25}.cta-inner p{color:#c4d5de;font-size:.93rem;line-height:1.7}.section--cta-small{padding:64px 0}.page-intro{position:relative;padding:94px 0 62px;overflow:hidden;background:var(--navy);color:var(--white)}.page-intro:after{position:absolute;right:0;bottom:0;width:36%;height:4px;content:"";background:var(--gold)}.page-head{max-width:900px}.page-head .eyebrow{color:var(--gold-light)}.page-head h1{margin-top:12px;color:inherit;font-family:var(--serif);font-size:3rem;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}.lead{max-width:780px;margin-top:16px;color:#bfd0d8;font-size:1.08rem;line-height:1.8}.breadcrumbs{margin-bottom:22px;color:#b8cad4;font-size:.78rem;font-weight:700;line-height:1.5}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px 10px;padding:0;list-style:none}.breadcrumbs li{display:flex;align-items:center;gap:10px}.breadcrumbs li+li:before{content:"/";color:#ffffff6b}.breadcrumbs a{border-bottom:1px solid rgba(255,255,255,.28)}.breadcrumbs a:hover{border-color:var(--gold-light);color:var(--gold-light)}.breadcrumbs [aria-current=page]{color:var(--white)}.section--page{min-height:48vh;background:var(--paper)}.prose--intro{max-width:940px;margin-bottom:48px}.list-overview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:64px;align-items:start;margin-bottom:64px}.list-overview .prose--intro{max-width:none;margin-bottom:0}.list-overview-media{overflow:hidden;border:1px solid var(--line);background:var(--white)}.list-overview-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.list-overview-media--contain img{padding:28px;object-fit:contain}.list-overview-media figcaption{padding:11px 14px;color:var(--muted);font-size:.76rem;line-height:1.55}.section--list-evidence{background:var(--paper)}.prose{color:#2b4050}.prose h2{margin:1.9em 0 .65em;color:var(--navy);font-family:var(--serif);font-size:1.65rem;line-height:1.35}.prose h2:first-child{margin-top:0}.prose h3{margin:1.6em 0 .55em;color:var(--ink);font-size:1.16rem}.prose p{margin-bottom:1.05em}.prose li{margin-bottom:.55em}.prose strong{color:var(--navy)}.prose blockquote{margin:1.6em 0;padding:18px 22px;border-left:4px solid var(--gold);background:var(--white);color:var(--navy)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.card-media{aspect-ratio:16/10;overflow:hidden;background:var(--paper-blue)}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.card:hover .card-media img{transform:scale(1.035)}.card-body{flex:1;display:flex;flex-direction:column;padding:24px}.card-body h3{margin-top:7px;color:var(--navy);font-size:1.18rem;line-height:1.4;overflow-wrap:anywhere}.card-body p{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.68}.card-body .card-link{margin-top:auto;padding-top:18px;color:var(--blue-deep);font-size:.85rem;font-weight:800}.tag-row{display:flex;flex-wrap:wrap;gap:7px}.tag-row--page{margin:24px 0}.tag{max-width:100%;padding:4px 9px;border:1px solid #bed0d7;border-radius:999px;background:var(--paper-blue);color:var(--blue-deep);font-size:.72rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.product-hero{padding:58px 0;background:var(--navy);color:var(--white)}.product-hero-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:48px;align-items:center}.page-head--product{max-width:none}.page-head--product .product-tier{height:26px;padding:0 12px;margin-bottom:10px;font-size:.72rem}.back-link{display:inline-block;margin-bottom:24px;color:#a9bdc7;font-size:.83rem;font-weight:750}.back-link:hover{color:var(--gold-light)}.page-head--product .btn{margin-top:4px}.page-hero-media{overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:var(--navy-2)}.page-hero-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.page-hero-media figcaption{padding:9px 13px;color:#9fb5bf;font-size:.74rem}.section--article{background:var(--paper)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:72px;align-items:start}.article-aside{position:sticky;top:104px;padding:28px;border-top:4px solid var(--gold);background:var(--white)}.article-aside>small{color:var(--cyan);font-size:.7rem;font-weight:800}.article-aside h2{margin-top:8px;color:var(--navy);font-family:var(--serif);font-size:1.25rem}.article-aside ol{margin-top:22px;padding-left:1.3rem;color:var(--muted);font-size:.86rem}.article-aside li{margin-bottom:11px;padding-left:4px}.evidence-section{margin-top:76px}.evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.evidence-card{overflow:hidden;border:1px solid var(--line);background:var(--white)}.evidence-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.evidence-card figcaption{padding:12px 15px;color:var(--muted);font-size:.8rem}.section--faq,.section--related-products{background:var(--white)}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.faq-item{min-width:0;padding:28px 32px 30px 0;border-bottom:1px solid var(--line)}.faq-item:nth-child(2n){padding-right:0;padding-left:32px;border-left:1px solid var(--line)}.faq-item h3{color:var(--navy);font-size:1.08rem;line-height:1.5}.faq-item p{margin-top:10px;color:var(--muted);font-size:.92rem;line-height:1.78}.site-footer{background:#123553;color:#c4d4e1}.footer-inner{width:min(100% - 48px,var(--maxw));display:grid;grid-template-columns:1.8fr .8fr 1fr;gap:64px;margin-inline:auto;padding:68px 0 46px}.brand--footer .brand-text strong{color:var(--white)}.footer-tagline{margin-top:20px;color:var(--white);font-size:1.05rem;font-weight:750}.footer-desc{max-width:480px;margin-top:8px;color:#869da8;font-size:.86rem}.footer-nav h4,.footer-contact h4{margin-bottom:16px;color:var(--white);font-size:.9rem}.footer-nav a{display:block;padding:4px 0;color:#96aab4;font-size:.85rem}.footer-nav a:hover{color:var(--gold-light)}.footer-contact p{padding:3px 0;color:#96aab4;font-size:.84rem;overflow-wrap:anywhere}.footer-qr{width:112px;height:112px;margin-top:15px;padding:5px;border-radius:4px;background:var(--white);object-fit:contain}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:20px max(24px,calc((100% - var(--maxw))/2));border-top:1px solid rgba(255,255,255,.09);color:#718993;font-size:.75rem}.mega-menu{position:absolute;top:100%;right:0;left:0;z-index:3;visibility:hidden;overflow:hidden;background:#fffffffb;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 24px 52px #173d6629;opacity:0;transform:translateY(-12px);clip-path:inset(0 0 100% 0);pointer-events:none;transition:opacity .28s ease,transform .38s cubic-bezier(.22,1,.36,1),clip-path .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s}.nav-item--mega.is-open .mega-menu{visibility:visible;opacity:1;transform:none;clip-path:inset(0);pointer-events:auto;transition-delay:0s}.mega-menu-inner{width:min(100% - 48px,var(--maxw));min-height:500px;display:grid;grid-template-columns:minmax(210px,.58fr) minmax(480px,1.42fr) minmax(320px,.9fr);gap:42px;margin-inline:auto;padding:42px 0 46px}.mega-menu-inner>*{opacity:0;transform:translateY(16px);transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1)}.nav-item--mega.is-open .mega-menu-inner>*{opacity:1;transform:none}.nav-item--mega.is-open .mega-menu-inner>*:nth-child(1){transition-delay:.08s}.nav-item--mega.is-open .mega-menu-inner>*:nth-child(2){transition-delay:.13s}.nav-item--mega.is-open .mega-menu-inner>*:nth-child(3){transition-delay:.18s}.mega-intro{padding-right:8px;border-right:1px solid var(--line)}.mega-intro>small,.mega-links>small{display:block;color:var(--blue);font-size:.68rem;font-weight:850;line-height:1.3}.mega-intro h2{margin-top:14px;color:var(--navy);font-family:var(--serif);font-size:2rem;line-height:1.22}.mega-intro p{margin-top:17px;color:var(--muted);font-size:.9rem;line-height:1.75}.mega-intro>a{display:inline-flex;align-items:center;gap:12px;margin-top:25px;padding:0;color:var(--blue-deep);font-size:.84rem;font-weight:850}.mega-intro>a:after{display:none}.mega-intro>a span{transition:transform .25s ease}.mega-intro>a:hover span{transform:translate(5px)}.mega-links>small{margin-bottom:16px;color:#7890a4}.mega-product-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}.mega-product-group{min-width:0}.mega-product-group--wide{grid-column:1/-1}.mega-product-group h3{margin-bottom:5px;color:var(--cyan);font-size:.72rem;font-weight:850;line-height:1.35}.mega-product-links{display:grid;grid-template-columns:1fr}.mega-product-group--wide .mega-product-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.mega-product-links>a{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:7px;padding:8px 7px;border-bottom:1px solid #e5edf3;color:var(--ink);transition:background .2s ease,color .2s ease,padding-left .25s ease}.mega-product-links>a:after{display:none}.mega-product-links>a>span{color:#8ca3b6;font-family:var(--serif);font-size:.7rem;font-weight:800}.mega-product-links>a>strong{min-width:0;font-size:.84rem;line-height:1.35;overflow-wrap:anywhere}.mega-product-links>a:hover,.mega-product-links>a:focus-visible,.mega-product-links>a.is-active{padding-left:11px;background:var(--paper-blue);color:var(--blue-deep)}.mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 24px}.mega-link-grid>a{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:10px 8px;border-bottom:1px solid #e5edf3;color:var(--ink);transition:background .2s ease,color .2s ease,padding-left .25s ease}.mega-link-grid>a:after{display:none}.mega-link-grid>a>span{color:#8ca3b6;font-family:var(--serif);font-size:.72rem;font-weight:800}.mega-link-grid>a>strong{min-width:0;font-size:.88rem;line-height:1.35;overflow-wrap:anywhere}.mega-link-grid>a:hover,.mega-link-grid>a:focus-visible{padding-left:13px;background:var(--paper-blue);color:var(--blue-deep)}.mega-link-grid--industries{grid-template-columns:1fr}.mega-link-grid--industries>a{grid-template-columns:30px minmax(0,1fr);padding-block:11px}.mega-link-grid--industries a>em{display:none}.mega-previews{position:relative;min-height:320px;overflow:hidden;background:var(--paper-blue)}.mega-preview{position:absolute;inset:0;display:grid;grid-template-rows:190px 1fr;visibility:hidden;background:var(--white);opacity:0;transform:scale(.985);transition:opacity .3s ease,transform .45s cubic-bezier(.22,1,.36,1),visibility 0s linear .35s}.mega-preview.is-active{visibility:visible;opacity:1;transform:none;transition-delay:0s}.mega-preview figure{position:relative;overflow:hidden;background:#dfeaf2}.mega-preview figure:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 55%,rgba(23,61,102,.14))}.mega-preview img{width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 1s cubic-bezier(.22,1,.36,1)}.mega-preview.is-active img{transform:scale(1)}.mega-preview>div{padding:20px 22px}.mega-preview .product-tier{margin-bottom:6px}.mega-preview small{color:var(--cyan);font-size:.66rem;font-weight:850}.mega-preview h3{margin-top:6px;color:var(--navy);font-size:1.05rem;line-height:1.35}.mega-preview p{margin-top:8px;color:var(--muted);font-size:.78rem;line-height:1.55}.mega-scrim{position:fixed;inset:72px 0 0;z-index:1;background:#10314e3d;opacity:0;pointer-events:none;transition:opacity .35s ease}body.mega-open .mega-scrim{opacity:1;pointer-events:auto}.mobile-nav-group{border-bottom:1px solid var(--line)}.mobile-nav-trigger{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 24px;border:0;background:var(--white);color:var(--ink);font-size:.95rem;font-weight:800;line-height:1.45;text-align:left;cursor:pointer}.mobile-nav-trigger:hover,.mobile-nav-trigger:focus-visible{background:var(--paper);color:var(--blue-deep)}.mobile-nav-trigger>span{position:relative;width:16px;height:16px}.mobile-nav-trigger>span:before,.mobile-nav-trigger>span:after{position:absolute;top:7px;left:2px;width:12px;height:1.5px;content:"";background:var(--blue-deep);transition:transform .25s ease}.mobile-nav-trigger>span:after{transform:rotate(90deg)}.mobile-nav-trigger[aria-expanded=true]>span:after{transform:rotate(0)}.mobile-nav-panel{max-height:0;overflow:hidden;background:var(--paper-blue);transition:max-height .45s cubic-bezier(.22,1,.36,1)}.mobile-nav-group.is-open .mobile-nav-panel{max-height:900px}.mobile-product-group{border-bottom:1px solid rgba(27,93,156,.1)}.mobile-product-group>small{display:block;max-height:0;overflow:hidden;padding:0 24px;color:var(--cyan);font-size:.68rem;font-weight:850;line-height:1.35;opacity:0;transition:max-height .35s ease,padding .35s ease,opacity .2s ease}.mobile-nav-group.is-open .mobile-product-group>small{max-height:44px;padding-top:14px;padding-bottom:5px;opacity:1}.mobile-nav-panel>a,.mobile-product-group>a{position:relative;width:100%;min-width:0;min-height:0;display:flex;align-items:center;overflow:hidden;padding:0 24px 0 44px;border:0;color:#536e84;font-size:.88rem;font-weight:650;line-height:1.45;opacity:0;overflow-wrap:anywhere;transition:min-height .35s ease,padding .35s ease,opacity .2s ease,background .2s ease,color .2s ease}.mobile-nav-panel>a:before,.mobile-product-group>a:before{position:absolute;left:26px;width:5px;height:5px;border-radius:50%;content:"";background:#95afc1}.mobile-nav-group.is-open .mobile-nav-panel>a,.mobile-nav-group.is-open .mobile-product-group>a{min-height:44px;padding-top:9px;padding-bottom:9px;opacity:1}.mobile-nav-panel>a:hover,.mobile-nav-panel>a:focus-visible,.mobile-product-group>a:hover,.mobile-product-group>a:focus-visible{background:#dfeef8;color:var(--blue-deep)}.mobile-nav-panel .mobile-nav-all{border-top:1px solid rgba(27,93,156,.12);color:var(--blue-deep);font-weight:800}.mobile-nav-panel .mobile-nav-all:before{width:8px;height:2px;border-radius:0;background:var(--blue)}.hero-copy>*{animation:hero-enter .75s cubic-bezier(.22,1,.36,1) both}.hero-copy>*:nth-child(2){animation-delay:.08s}.hero-copy>*:nth-child(3){animation-delay:.15s}.hero-copy>*:nth-child(4){animation-delay:.22s}.hero-copy>*:nth-child(5){animation-delay:.29s}.hero-copy>*:nth-child(6){animation-delay:.36s}.hero-media img{animation:hero-image-in 1.6s cubic-bezier(.22,1,.36,1) both}@keyframes hero-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes hero-image-in{0%{opacity:.6;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.js .reveal.is-visible{opacity:1;transform:none}.js .reveal-delay{transition-delay:.12s}@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}.hero-copy>*,.hero-media img{animation:none!important}}@media(max-width:1120px){.nav-desktop a,.nav-link{padding-inline:9px}.brand-text small{display:none}.mega-menu-inner{grid-template-columns:minmax(180px,.5fr) minmax(430px,1.3fr) minmax(280px,.82fr);gap:30px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.industry-switcher{grid-template-columns:250px minmax(0,1fr)}.industry-panel{grid-template-columns:minmax(240px,.85fr) minmax(0,1.2fr)}.industry-copy{padding:32px}}@media(max-width:920px){.nav-desktop{display:none}.nav-toggle{display:flex}.nav-mobile{position:absolute;top:100%;right:0;left:0;display:block;max-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;visibility:hidden;opacity:0;transform:translateY(-12px);box-shadow:0 22px 44px #173d662e;transition:max-height .5s cubic-bezier(.22,1,.36,1),opacity .25s ease,transform .35s cubic-bezier(.22,1,.36,1),visibility 0s linear .5s}.nav-mobile.is-open{max-height:calc(100svh - 88px);visibility:visible;opacity:1;transform:none;transition-delay:0s}.mega-menu,.mega-scrim{display:none}.hero{min-height:600px}.hero-title{font-size:3.05rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.capability-layout{grid-template-columns:1fr;gap:38px}.capability-layout .section-head{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-family-head{grid-template-columns:1fr;gap:10px}.industry-switcher{display:block;min-height:0}.industry-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.industry-tab{min-height:64px;border-right:1px solid rgba(255,255,255,.1)}.industry-panel{min-height:480px}.industry-media img{min-height:0}.delivery-layout,.product-hero-layout{grid-template-columns:1fr}.delivery-media{max-width:760px}.case-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-inner{grid-template-columns:1fr auto}.cta-inner p{grid-column:1/2}.article-layout{grid-template-columns:1fr}.article-aside{position:static;max-width:520px}.footer-inner{grid-template-columns:1.5fr 1fr;gap:44px}}@media(max-width:680px){.container,.header-bar,.footer-inner{width:min(100% - 32px,var(--maxw))}.section{padding:68px 0}.section-head{display:block;margin-bottom:28px}.section-title{font-size:2rem}.text-link{display:inline-block;margin-top:20px}.header-bar{height:64px}.brand-logo{width:38px;height:38px;flex-basis:38px}.brand{gap:10px}.brand-text strong{font-size:.9rem}.brand-text small{font-size:.54rem;letter-spacing:.04em}.header-contact,.lang-switcher{display:none}.nav-mobile .lang-switcher{display:grid}.nav-mobile.is-open{max-height:calc(100svh - 64px)}.hero{min-height:0}.hero-inner{justify-content:flex-start;padding-top:54px;padding-bottom:28px}.hero-shade{background:linear-gradient(90deg,#143f67eb,#18487394),linear-gradient(0deg,rgba(20,63,103,.8),transparent 48%)}.hero-title{font-size:2.35rem}.hero-subtitle{font-size:1.14rem}.hero-desc{font-size:.94rem}.hero-actions{align-items:stretch}.hero-actions .btn{flex:1 1 150px}.hero-proof{gap:10px 16px}.hero-signal-grid{position:static;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}.hero-signal{padding:12px 8px;border-right:1px solid rgba(255,255,255,.14)}.hero-signal:last-child{border-right:0}.hero-signal b{font-size:.8rem;line-height:1.35}.hero-signal span{font-size:.7rem;line-height:1.45}.hero-scroll{display:none}.stats-grid{grid-template-columns:1fr}.stat{min-height:100px;border-right:0;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}.capability-grid{grid-template-columns:1fr}.capability-item{min-height:170px;padding:26px}.capability-item>span{margin-bottom:24px}.product-grid,.case-grid,.card-grid,.evidence-grid{grid-template-columns:1fr}.industry-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.industry-tab{min-width:210px;scroll-snap-align:start}.industry-panel,.industry-panel.active{grid-template-columns:1fr}.industry-copy{padding:28px}.industry-media{aspect-ratio:4/3}.industry-media img{min-height:0}.delivery-steps,.cta-inner{grid-template-columns:1fr}.cta-inner p{grid-column:auto}.page-intro{padding:70px 0 48px}.page-head h1{font-size:2.25rem}.product-hero{padding:46px 0}.breadcrumbs{margin-bottom:18px}.faq-grid{grid-template-columns:1fr}.faq-item,.faq-item:nth-child(2n){padding:24px 0;border-left:0}.footer-inner{grid-template-columns:1fr;padding:52px 0 36px}.footer-bottom{display:block;padding:18px 16px;text-align:center}.footer-bottom p+p{margin-top:4px}}@media(max-width:420px){.brand-text strong{max-width:150px}.hero-title{font-size:2rem}.hero-actions .btn{flex-basis:calc(50% - 6px);padding-inline:12px;font-size:.9rem}.hero-actions .btn--ghost{flex-basis:100%}.section-title{font-size:1.78rem}.page-head h1{font-size:2rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.section--scenarios{background:var(--white)}.story-grid{display:grid;gap:72px}.story-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:64px;align-items:center}.story-row--reverse{grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr)}.story-row--reverse .story-media{order:2}.story-row--reverse .story-copy{order:1}.story-media{min-width:0;overflow:hidden;background:var(--paper-blue);border-radius:12px}.story-media img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .45s ease}.story-media-icon{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,#f0f5ff,#e6f4ff)}.story-row:hover .story-media img{transform:scale(1.025)}.story-media figcaption{padding:10px 14px;color:var(--muted);font-size:.76rem;line-height:1.55}.story-copy{max-width:570px}.story-index{display:block;color:var(--cyan);font-size:.7rem;font-weight:850;line-height:1.3}.story-copy h3{margin-top:12px;color:var(--navy);font-family:var(--serif);font-size:1.85rem;line-height:1.28}.story-copy>p{margin-top:15px;color:var(--muted);font-size:.96rem;line-height:1.85}.story-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;margin-top:23px;padding:17px 0 0;border-top:1px solid var(--line);list-style:none}.story-points li{position:relative;padding-left:17px;color:var(--ink);font-size:.83rem;line-height:1.6}.story-points li:before{position:absolute;top:.66em;left:0;width:6px;height:2px;content:"";background:var(--gold)}.section--flow{background:var(--paper-blue)}.flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.flow-item{min-height:205px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff9e}.flow-number{display:flex;width:42px;height:42px;align-items:center;justify-content:center;background:var(--navy);color:var(--gold-light);font-family:var(--serif);font-size:1rem}.flow-item:nth-child(2) .flow-number{background:var(--blue)}.flow-item:nth-child(3) .flow-number{background:var(--cyan)}.flow-item:nth-child(4) .flow-number{background:var(--signal)}.flow-item h3{margin-top:25px;color:var(--navy);font-size:1.08rem;line-height:1.35}.flow-item p{margin-top:10px;color:var(--muted);font-size:.86rem;line-height:1.7}.section--case-studies{background:var(--paper)}.case-study-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.case-study{min-width:0;display:grid;grid-template-columns:minmax(200px,.86fr) minmax(0,1.14fr);background:var(--white);border:1px solid var(--line)}.case-study:last-child:nth-child(odd){grid-column:1/-1}.case-study figure{min-height:100%;overflow:hidden;background:var(--paper-blue)}.case-study img{width:100%;height:100%;min-height:220px;object-fit:cover;transition:transform .35s ease}.case-study:hover img{transform:scale(1.035)}.case-study-body{padding:25px 26px}.case-study-body>small{color:var(--cyan);font-size:.68rem;font-weight:850;text-transform:uppercase}.case-study-body h3{margin-top:9px;color:var(--navy);font-size:1.12rem;line-height:1.4}.case-study-body p{margin-top:10px;color:var(--muted);font-size:.87rem;line-height:1.72}.case-source{display:block;margin-top:17px;padding-top:12px;border-top:1px solid var(--line);color:#8298a7;font-size:.72rem;line-height:1.5}a.case-source{text-decoration:underline;text-decoration-color:#19718e59;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}a.case-source:hover,a.case-source:focus-visible{color:var(--blue);text-decoration-color:currentColor}@media(max-width:920px){.list-overview{grid-template-columns:1fr;gap:30px}.story-row,.story-row--reverse{grid-template-columns:1fr;gap:28px}.story-row--reverse .story-media,.story-row--reverse .story-copy{order:initial}.story-copy{max-width:none}.flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-study-grid{grid-template-columns:1fr}}@media(max-width:680px){.story-grid{gap:52px}.story-copy h3{font-size:1.52rem}.story-points,.flow-grid{grid-template-columns:1fr}.flow-item{min-height:0;padding:24px}.case-study{grid-template-columns:1fr}.case-study figure{aspect-ratio:16/10}.case-study img{min-height:0}}
