.industry-page{--industry-blue:#0081cc;--industry-text:#111;--industry-muted:#5c6570;--industry-section-gap:180px;background:#fff;color:var(--industry-text);font-family:"Huawei Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif}
.industry-shell{width:min(1440px,calc(100% - 96px));margin:0 auto}
.industry-hero{position:relative;height:560px;overflow:hidden;background:#f5f7f9}
.industry-hero>img{width:100%;height:100%;object-fit:cover}
.industry-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 36%,rgba(255,255,255,.08) 72%)}
.industry-hero-copy{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.industry-eyebrow,.industry-kicker{margin:0 0 20px;color:var(--industry-blue);font-size:16px;font-weight:700;letter-spacing:4px}
.industry-hero h1{max-width:720px;margin:0;color:#111;font-size:52px;line-height:1.18;font-weight:650}
.industry-hero h2{margin:28px 0 0;color:#111;font-size:28px;line-height:1.4;font-weight:500}
.industry-hero-copy>p:last-child{max-width:620px;margin:24px 0 0;color:#4d5660;font-size:18px;line-height:1.8}
.industry-tabs{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:64px;width:min(1320px,calc(100% - 96px));min-height:88px;margin:-44px auto 0;padding:0 48px;border:1px solid #edf0f2;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(24,39,56,.08)}
.industry-tabs a{color:#333;font-size:17px;text-decoration:none;transition:color .2s ease}
.industry-tabs a:hover{color:var(--industry-blue)}
.industry-screen-stack{display:grid;grid-template-columns:minmax(0,1fr);row-gap:var(--industry-section-gap);padding-block:var(--industry-section-gap);background:#fff}
.industry-screen-stack>.industry-section{display:block;min-height:0!important;margin:0!important;padding:0!important;background:#fff;content-visibility:visible!important;contain:none!important}
.industry-heading{max-width:1120px;margin:0 auto;text-align:center}
.industry-heading h2{margin:0;color:#111;font-size:46px;line-height:1.25;font-weight:650}
.industry-heading>p:last-child{max-width:1000px;margin:28px auto 0;color:var(--industry-muted);font-size:19px;line-height:1.8}
.industry-key-section{padding-top:0}
.industry-feature-visual{position:relative;min-height:390px;margin-top:64px;overflow:hidden;border-radius:18px;background:#f4f6f8}
.industry-feature-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.industry-feature-visual::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.82)}
.industry-feature-panel{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;min-height:390px;padding:58px 28px}
.chain-industry-layout .industry-feature-panel{grid-template-columns:repeat(4,minmax(0,1fr));padding-inline:20px}
.chain-industry-layout .industry-feature-panel p{max-width:290px;font-size:16px}
.industry-feature-panel article,.industry-challenge-grid article{text-align:center}
.industry-feature-panel article+article{border-left:1px solid #dfe5ea}
.industry-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 26px;border-radius:50%;background:#fff;color:#111}
.industry-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.industry-feature-panel h3,.industry-challenge-grid h3{margin:0;color:#111;font-size:25px;line-height:1.35;font-weight:600}
.industry-feature-panel p,.industry-challenge-grid p{max-width:360px;margin:16px auto 0;color:var(--industry-muted);font-size:17px;line-height:1.7}
.industry-challenges{padding-top:0}
.industry-challenge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:64px}
.industry-challenge-grid article{padding:48px 30px 52px;border:1px solid #eceff2;border-radius:18px;background:#fff}
.industry-challenge-grid .industry-icon{background:#f7f9fb}
.industry-future{padding-top:0;padding-bottom:0}
.industry-future-visual{position:relative;height:400px;margin-top:64px;overflow:hidden;border-radius:18px;background:#f4f6f8}
.industry-future-visual>img{display:block;width:100%;height:100%;object-fit:cover}
.industry-future-visual::after{content:"";position:absolute;inset:0;background:rgba(4,24,44,.48)}
.industry-future-words{position:absolute;inset:0;z-index:1;display:grid;grid-template-columns:repeat(3,1fr)}
.industry-future-words span{display:grid;place-items:center;padding:24px;text-align:center;color:#fff;font-size:28px;font-weight:650}
.industry-future-words span+span{border-left:1px solid rgba(255,255,255,.36)}
.industry-reveal{opacity:0;transform:translateY(34px);transition:opacity .7s ease var(--industry-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--industry-delay,0ms)}
.industry-reveal.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:900px){
  .industry-page{--industry-section-gap:180px}
  .industry-shell{width:min(1180px,calc(100% - 48px))}
  .industry-hero{height:500px}.industry-hero h1{font-size:42px}
  .industry-tabs{width:calc(100% - 48px);gap:30px;padding:0 24px}
  .industry-heading h2{font-size:38px}
  .industry-feature-panel{padding:46px 18px}
  .chain-industry-layout .industry-feature-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 0}
  .chain-industry-layout .industry-feature-panel article:nth-child(3){padding-top:34px;border-left:0;border-top:1px solid #dfe5ea}
  .chain-industry-layout .industry-feature-panel article:nth-child(4){padding-top:34px;border-top:1px solid #dfe5ea}
  .industry-challenge-grid{gap:20px}
  .industry-future-visual{height:360px}
}
@media(max-width:650px){
  .industry-page{--industry-section-gap:180px}
  .industry-shell{width:calc(100% - 28px)}
  .industry-hero{height:520px}.industry-hero>img{object-position:68% center}.industry-hero-shade{background:linear-gradient(0deg,rgba(255,255,255,.98),rgba(255,255,255,.3))}
  .industry-hero-copy{top:auto;bottom:46px;transform:translateX(-50%)}.industry-hero h1{font-size:34px}.industry-hero h2{font-size:23px}.industry-hero-copy>p:last-child{font-size:16px}
  .industry-tabs{width:calc(100% - 28px);min-height:76px;margin-top:-30px;gap:20px;justify-content:flex-start;overflow-x:auto}.industry-tabs a{flex:none;font-size:15px}
  .industry-heading h2{font-size:32px}.industry-heading>p:last-child{font-size:16px}
  .industry-feature-panel,.industry-challenge-grid{grid-template-columns:1fr;margin-top:44px}
  .chain-industry-layout .industry-feature-panel{grid-template-columns:1fr}
  .chain-industry-layout .industry-feature-panel article:nth-child(3),.chain-industry-layout .industry-feature-panel article:nth-child(4){border-left:0}
  .industry-feature-panel{gap:34px;padding:38px 24px}.industry-feature-panel article+article{padding-top:34px;border-left:0;border-top:1px solid #dfe5ea}
  .industry-challenge-grid{gap:16px}.industry-future-visual{height:420px;margin-top:44px}.industry-future-words{grid-template-columns:1fr}.industry-future-words span{font-size:23px}.industry-future-words span+span{border-left:0;border-top:1px solid rgba(255,255,255,.36)}
}
@media(prefers-reduced-motion:reduce){.industry-reveal{opacity:1;transform:none;transition:none}}
/* soft-banner-v2 begin */
.industry-hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.34),rgba(255,255,255,.18) 36%,rgba(255,255,255,.01) 72%)!important}
@media(max-width:650px){.industry-hero-shade{background:linear-gradient(0deg,rgba(255,255,255,.46),rgba(255,255,255,.08))!important}}
/* soft-banner-v2 end */
