:root{
  --id-blue:#2675e6;
  --id-bg:#f3f4f6;
  --id-pad:clamp(36px,6.25vw,120px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:#111;font-family:Arial,Helvetica,sans-serif}
img{display:block;max-width:100%}
a{text-decoration:none}
.industry-detail-shell{width:min(1680px,100%);margin:0 auto}
.industry-detail-hero-wrap{position:relative;background:#07101a}
.industry-detail-header.global-scroll-header{
  position:absolute!important;top:0;right:0;left:0;z-index:50;
  display:grid;width:100%;height:100px;padding:0 var(--id-pad);
  align-items:center;grid-template-columns:190px 1fr 196px;
  color:#fff;background:linear-gradient(180deg,rgba(4,10,18,.68),transparent)!important;
  border-bottom:0!important;box-shadow:none!important;
}
.industry-detail-brand{display:flex;align-items:center;gap:9px}
.industry-detail-brand img:first-child{width:31px}
.industry-detail-brand img:last-child{width:132px}
.industry-detail-header nav{
  display:flex!important;margin:0!important;justify-content:center;align-items:center;
  gap:clamp(26px,3vw,58px);font-size:18px;
}
.industry-detail-header nav a,.industry-detail-header nav a:visited{
  position:relative;padding:39px 0;color:rgba(255,255,255,.62)!important;white-space:nowrap
}
.industry-detail-header nav a:after{
  position:absolute;right:0;bottom:0;left:0;height:2px;background:#3087fb;
  content:"";transform:scaleX(0);transition:transform .2s ease
}
.industry-detail-header nav a.active,.industry-detail-header nav a.active:visited,
.industry-detail-header nav a:hover,.industry-detail-header nav a:focus-visible{color:#fff!important}
.industry-detail-header nav a.active:after,.industry-detail-header nav a:hover:after{transform:scaleX(1)}
.industry-detail-contact{
  display:grid;width:196px;height:56px;margin-left:auto;place-items:center;border-radius:40px;
  background:#fff;color:var(--id-blue)!important;font-weight:700;white-space:nowrap
}
.industry-detail-header.global-scroll-header.is-floating{
  position:fixed!important;height:88px;background:rgba(247,248,250,.96)!important;
  border-bottom:1px solid #dfe2e7!important;box-shadow:0 12px 34px rgba(24,42,66,.1)!important;
  backdrop-filter:blur(14px)
}
.industry-detail-header.global-scroll-header.is-floating nav a,
.industry-detail-header.global-scroll-header.is-floating nav a:visited{padding:33px 0;color:#555!important}
.industry-detail-header.global-scroll-header.is-floating nav a.active,
.industry-detail-header.global-scroll-header.is-floating nav a.active:visited,
.industry-detail-header.global-scroll-header.is-floating nav a:hover,
.industry-detail-header.global-scroll-header.is-floating nav a:focus-visible{color:#111!important}
.industry-detail-header>.global-menu-toggle{display:none}
.industry-detail-hero{position:relative;height:700px;overflow:hidden;color:#fff}
.industry-detail-hero>img{width:100%;height:100%;object-fit:cover;object-position:center}
.industry-detail-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,17,.72),rgba(3,10,20,.12) 72%)}
.industry-detail-hero__content{position:absolute;inset:0;width:min(1680px,calc(100% - 2 * var(--id-pad)));margin:0 auto;display:flex;padding:160px 0 74px;justify-content:flex-end;flex-direction:column}
.industry-detail-hero__content>p{margin:0 0 16px;font-size:20px}
.industry-detail-hero__content h1{max-width:950px;margin:0;font-size:72px;font-weight:400;line-height:1.05}
.industry-detail-hero__content>span{max-width:900px;margin-top:28px;font-size:20px;line-height:1.55}
.industry-detail-scroll{
  position:absolute;right:var(--id-pad);bottom:34px;display:grid;width:44px;height:44px;
  place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;
  background:rgba(0,0,0,.12);font-size:19px;line-height:1;transition:background .2s ease,border-color .2s ease
}
.industry-detail-scroll:hover{border-color:var(--id-blue);background:var(--id-blue)}
.industry-detail-overview,.industry-detail-applications,.industry-detail-objects,
.industry-detail-cases,.industry-detail-products{padding:120px var(--id-pad)}
.industry-detail-overview,.industry-detail-objects,.industry-detail-products{background:#fff}
.industry-detail-applications,.industry-detail-cases{background:var(--id-bg)}
.industry-detail-kicker{margin:0 0 22px;color:var(--id-blue);font-size:18px;font-weight:700;letter-spacing:.08em}
.industry-detail-overview h2,.industry-detail-applications h2,.industry-detail-objects h2,
.industry-detail-section-head h2{margin:0;color:var(--id-blue);font-size:48px;font-weight:400;line-height:1.2}
.industry-solution-list{margin-top:52px;border-top:1px solid #d9dde3}
.industry-solution-row{border-bottom:1px solid #d9dde3}
.industry-solution-row>button{
  display:grid;width:100%;min-height:92px;padding:22px 0;align-items:center;
  grid-template-columns:88px 1fr 48px;border:0;color:#111;background:transparent;text-align:left;cursor:pointer
}
.industry-solution-row>button span{color:#8a919c;font-size:16px}
.industry-solution-row>button strong{font-size:28px;font-weight:400}
.industry-solution-row>button i{font-size:30px;font-style:normal;text-align:right}
.industry-solution-panel{
  display:grid;min-height:560px;margin:0 0 38px 88px;overflow:hidden;border-radius:20px;
  background:var(--id-bg);grid-template-columns:1.03fr .97fr
}
.industry-solution-panel>img{width:100%;height:100%;object-fit:cover}
.industry-solution-panel>div{display:flex;padding:58px 62px;justify-content:center;flex-direction:column}
.industry-solution-panel h3{margin:0;color:var(--id-blue);font-size:42px;font-weight:400;line-height:1.15}
.industry-solution-panel p{margin:24px 0 34px;color:#636871;font-size:18px;line-height:1.55}
.industry-solution-panel a,.industry-application-feature a,.industry-detail-section-head>a{
  display:grid;width:190px;height:50px;place-items:center;border-radius:30px;background:var(--id-blue);
  color:#fff;font-size:13px;font-weight:700;white-space:nowrap
}
.industry-application-tabs{display:flex;margin:52px 0 40px;padding:8px;border-radius:40px;background:#e8eaed;gap:4px}
.industry-application-tabs button{
  flex:1;height:48px;padding:0 18px;border:0;border-radius:28px;color:#666;background:transparent;
  font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap
}
.industry-application-tabs button.active{color:#fff;background:var(--id-blue)}
.industry-application-feature{display:grid;height:auto;aspect-ratio:42/13;overflow:hidden;border-radius:20px;background:#fff;grid-template-columns:1fr 1fr}
.industry-application-feature>img{width:100%;height:100%;object-fit:cover}
.industry-application-feature>div{display:flex;padding:64px;justify-content:center;flex-direction:column}
.industry-application-feature h3{margin:0;color:var(--id-blue);font-size:44px;font-weight:400}
.industry-application-feature p{margin:24px 0 36px;color:#626872;font-size:18px;line-height:1.55}
.industry-detail-objects h2{text-align:center}
.industry-object-tabs{display:flex;width:min(1334px,100%);height:60px;margin:70px auto 60px;padding:12px;align-items:center;border-radius:40px;background:var(--id-bg);gap:0}
.industry-object-tabs button{display:flex;height:36px;padding:0 20px;align-items:center;justify-content:center;border:0;border-radius:20px;background:transparent;color:#666;font:700 16px/1 Arial,Helvetica,sans-serif;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background-color .22s ease,color .22s ease}
.industry-object-tabs button:nth-child(1){flex:0 0 250px}
.industry-object-tabs button:nth-child(2){flex:0 0 294px}
.industry-object-tabs button:nth-child(3){flex:1}
.industry-object-tabs button:nth-child(4){flex:0 0 323px}
.industry-object-tabs button.active{color:#fff;background:var(--id-blue)}
.industry-object-tabs button:focus-visible{outline:2px solid var(--id-blue);outline-offset:3px}
.industry-object-rows{display:grid;gap:60px}
.industry-object-rows article{display:grid;height:360px;grid-template-columns:1fr 1fr}
.industry-object-rows article.reverse .industry-object-image{order:2}
.industry-object-image{overflow:hidden;border-radius:20px;background:var(--id-bg)}
.industry-object-image img{width:100%;height:100%;object-fit:cover}
.industry-object-copy{display:flex;padding:54px 60px;justify-content:center;flex-direction:column;background:#fff}
.industry-object-copy h3{margin:0 0 8px;color:var(--id-blue);font-size:24px;font-weight:700;line-height:1.15}
.industry-object-copy p{max-width:620px;margin:0;color:#626872;font-size:20px;line-height:1.2}
.industry-detail-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px}
.industry-detail-section-head>a{flex:0 0 auto}
.industry-detail-section-copy{margin:18px 0 0;color:#656a72;font-size:20px;line-height:1.45}
.industry-case-grid{display:grid;margin-top:48px;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.industry-case-card{height:auto;min-height:410px;padding:24px;overflow:hidden;border-radius:20px;background:#fff;color:#111}
.industry-case-card>img{width:100%;height:auto;aspect-ratio:496/194;border-radius:10px;object-fit:cover}
.industry-case-card>div{padding-top:18px}
.industry-case-card h3{display:flex;margin:0 0 10px;align-items:center;justify-content:space-between;color:var(--id-blue);font-size:24px;line-height:1.2}
.industry-case-card h3 span{font-size:22px;font-weight:400}
.industry-case-card p{margin:0;color:#636871;font-size:16px;line-height:1.5}
.industry-product-grid{display:grid;margin-top:60px;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.industry-product-card{position:relative;height:auto;aspect-ratio:402/520;overflow:hidden;border-radius:20px;color:#fff;background:#0b1220}
.industry-product-card:after{position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(3,9,18,.88));content:""}
.industry-product-card>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.industry-product-card:hover>img{transform:scale(1.03)}
.industry-product-card>div{position:absolute;z-index:1;right:28px;bottom:26px;left:28px}
.industry-product-card h3{margin:0 0 22px;color:#fff;font-size:28px;line-height:1.15}
.industry-product-card span{display:grid;width:112px;height:32px;place-items:center;border-radius:18px;background:#fff;color:var(--id-blue);font-size:12px;font-weight:700}
.industry-product-card:first-child span{background:var(--id-blue);color:#fff}
.industry-detail-cta{position:relative;height:462px;padding:112px var(--id-pad) 70px;overflow:hidden;color:#fff;background:#111820}
.industry-detail-cta__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}
.industry-detail-cta:before{position:absolute;inset:0;background:rgba(0,0,0,.5);content:""}
.industry-detail-cta .industry-detail-shell{position:relative;z-index:1;text-align:center}
.industry-detail-cta h2{margin:0;font-size:48px;font-weight:400}
.industry-detail-cta p{max-width:1040px;margin:22px auto 40px;font-size:20px;line-height:1.2}
.industry-detail-cta .industry-detail-shell>div{display:flex;justify-content:center;gap:40px}
.industry-detail-cta a{display:grid;width:260px;height:48px;place-items:center;border-radius:32px;background:var(--id-blue);color:#fff;font-size:16px;font-weight:700;white-space:nowrap}
@media(max-width:1512px) and (min-width:1101px){
  :root{--id-pad:clamp(42px,5.5vw,84px)}
  .industry-detail-header.global-scroll-header{height:88px;grid-template-columns:170px 1fr 164px}
  .industry-detail-header nav{gap:clamp(18px,2.2vw,34px);font-size:15px}
  .industry-detail-header nav a{padding:34px 0}
  .industry-detail-contact{width:164px;height:48px;font-size:14px}
  .industry-detail-hero{height:620px}
  .industry-detail-hero__content{padding-bottom:60px}
  .industry-detail-hero__content h1{font-size:clamp(56px,5vw,68px)}
  .industry-detail-overview,.industry-detail-applications,.industry-detail-objects,.industry-detail-cases,.industry-detail-products{padding-top:84px;padding-bottom:84px}
  .industry-object-tabs{margin-top:54px;margin-bottom:48px}
  .industry-solution-panel{min-height:clamp(470px,36vw,540px)}
  .industry-solution-panel>div{padding:clamp(38px,4vw,58px) clamp(38px,4vw,62px)}
  .industry-object-tabs button{padding:0 14px;font-size:clamp(11px,1vw,14px)}
  .industry-object-tabs button:nth-child(1){flex:0 0 19%}
  .industry-object-tabs button:nth-child(2){flex:0 0 21%}
  .industry-object-tabs button:nth-child(3){flex:1}
  .industry-object-tabs button:nth-child(4){flex:0 0 25%}
  .industry-object-rows{gap:42px}
  .industry-object-rows article{height:clamp(280px,22vw,333px)}
  .industry-object-copy{padding:42px 48px}
  .industry-case-grid{gap:20px}
  .industry-case-card{padding:18px}
  .industry-case-card{min-height:410px}
  .industry-case-card h3{font-size:20px}
  .industry-case-card p{font-size:14px}
  .industry-product-grid{gap:20px}
  .industry-product-card h3{font-size:23px}
  .industry-detail-cta{height:462px}
}
@media(max-width:1100px){
  :root{--id-pad:32px}
  .industry-detail-header.global-scroll-header,.industry-detail-header.global-scroll-header.is-floating{
    position:relative!important;display:flex;height:78px;padding:0 var(--id-pad);color:#111;background:#f3f4f6!important
  }
  .industry-detail-header nav,.industry-detail-contact{display:none!important}
  .industry-detail-header>.global-menu-toggle{position:relative;display:block;width:42px;height:42px;margin-left:auto;padding:0;border:0;background:transparent}
  .industry-detail-header>.global-menu-toggle span{position:absolute;left:50%;width:22px;height:2px;background:#111;transform:translateX(-50%)}
  .industry-detail-header>.global-menu-toggle span:first-child{top:16px}
  .industry-detail-header>.global-menu-toggle span:last-child{top:24px}
  .industry-detail-header.open>nav,.industry-detail-header.menu-open>nav{position:absolute;top:100%;right:0;left:0;z-index:50;display:flex!important;height:auto;margin:0!important;padding:18px 32px 26px;background:#f4f5f7;align-items:flex-start;flex-direction:column;gap:0}
  .industry-detail-header.open>nav a,.industry-detail-header.menu-open>nav a{width:100%;padding:14px 0;color:#111!important}
  .industry-detail-hero{height:560px}
  .industry-detail-overview,.industry-detail-applications,.industry-detail-objects,.industry-detail-cases,.industry-detail-products{padding-top:72px;padding-bottom:72px}
  .industry-solution-panel{height:auto;min-height:0;margin-left:0;grid-template-columns:1fr}
  .industry-solution-panel>img{height:360px}
  .industry-application-feature{height:auto;aspect-ratio:auto;grid-template-columns:1fr}
  .industry-application-feature>img{height:350px}
  .industry-object-tabs{height:auto;margin:44px 0 38px;padding:8px;overflow-x:auto;justify-content:flex-start;border-radius:18px}
  .industry-object-tabs button,.industry-object-tabs button:nth-child(n){height:40px;padding:0 18px;flex:0 0 auto;font-size:12px}
  .industry-object-rows{gap:26px}
  .industry-object-rows article{height:auto;aspect-ratio:auto;grid-template-columns:1fr}
  .industry-object-rows article.reverse .industry-object-image{order:0}
  .industry-object-image{height:330px}
  .industry-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industry-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  :root{--id-pad:20px}
  .industry-detail-header.global-scroll-header{height:72px}
  .industry-detail-hero{height:500px}
  .industry-detail-hero__content{padding-top:90px;padding-bottom:42px}
  .industry-detail-hero__content h1{font-size:43px}
  .industry-detail-hero__content>span{font-size:16px}
  .industry-detail-scroll{right:20px;bottom:22px;width:42px;height:42px;font-size:18px}
  .industry-detail-overview,.industry-detail-applications,.industry-detail-objects,.industry-detail-cases,.industry-detail-products{padding-top:58px;padding-bottom:58px}
  .industry-detail-overview h2,.industry-detail-applications h2,.industry-detail-objects h2,.industry-detail-section-head h2{font-size:36px}
  .industry-solution-row>button{grid-template-columns:42px 1fr 30px}
  .industry-solution-row>button strong{font-size:19px}
  .industry-solution-panel>img{height:220px}
  .industry-solution-panel>div,.industry-application-feature>div{padding:28px 22px}
  .industry-solution-panel h3,.industry-application-feature h3,.industry-object-copy h3{font-size:30px}
  .industry-application-tabs{overflow-x:auto;justify-content:flex-start;border-radius:14px}
  .industry-application-tabs button{flex:0 0 auto}
  .industry-application-feature>img,.industry-object-image{height:260px}
  .industry-object-copy{padding:30px 22px}
  .industry-detail-section-head{align-items:flex-start;flex-direction:column}
  .industry-detail-section-head>a{width:100%}
  .industry-case-grid,.industry-product-grid{grid-template-columns:1fr}
  .industry-case-card{height:auto;min-height:390px}
  .industry-case-card>img{height:194px;aspect-ratio:auto}
  .industry-product-card{height:auto;aspect-ratio:402/520}
  .industry-detail-cta{height:auto;padding:64px 20px}
  .industry-detail-cta h2{font-size:38px}
  .industry-detail-cta .industry-detail-shell>div{flex-direction:column;gap:14px}
  .industry-detail-cta a{width:100%}
}
