/* Stage 14: product lines, industry solutions, customer stories and About. */
html.stage14{
  --s14-ink:#0b1728;
  --s14-copy:#52657e;
  --s14-blue:#3f5ff5;
  --s14-blue-2:#2749dc;
  --s14-blue-soft:#e9efff;
  --s14-paper:#f4f7fb;
  --s14-line:rgba(25,56,95,.14);
  --s14-shadow:0 28px 78px rgba(37,64,99,.13);
  --v56-navy:#06162a;
  --v56-ink:#0a1628;
  --v56-blue:#4a66ff;
  --container:min(1400px,calc(100vw - 96px));
  --radius:5px;
  color-scheme:light;
}

/* Stage 14 shell: only the premium navigation rules needed by inner pages. */
html.stage14 .site-header{border-bottom-color:rgba(42,61,91,.13);background:rgba(248,250,253,.9);box-shadow:0 1px 0 rgba(255,255,255,.72) inset}
html.stage14 .nav-link,
html.stage14 .nav-trigger{border-radius:3px}
html.stage14 .icon-btn,
html.stage14 .lang-btn,
html.stage14 .nav-toggle{border-radius:4px;background:rgba(255,255,255,.58);backdrop-filter:blur(14px)}
html.stage14 .nav-group-v56 .mega-v56{position:fixed;top:var(--nav-h);left:0;right:0;width:auto;padding:0;display:block;grid-template-columns:none;gap:0;border:0;border-top:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(20,45,78,.16);border-radius:0;background:rgba(246,249,253,.94);box-shadow:0 34px 80px rgba(5,19,39,.18);backdrop-filter:blur(28px) saturate(1.12);-webkit-backdrop-filter:blur(28px) saturate(1.12);transform:translateY(14px);overflow:hidden}
html.stage14 .nav-group-v56:hover .mega-v56,
html.stage14 .nav-group-v56:focus-within .mega-v56{transform:translateY(0)}
html.stage14 .mega-v56-shell{min-height:390px;padding-top:38px;padding-bottom:40px;display:grid;grid-template-columns:.82fr 1.55fr .72fr;gap:42px;align-items:stretch}
html.stage14 .mega-v56-intro{padding:10px 38px 10px 0;border-right:1px solid rgba(26,50,82,.14)}
html.stage14 .mega-v56-intro>span{display:block;color:var(--v56-blue);font-size:11px;font-weight:800;letter-spacing:.12em}
html.stage14 .mega-v56-intro>b{display:block;margin-top:18px;color:var(--v56-ink);font-size:30px;line-height:1.2;letter-spacing:-.035em}
html.stage14 .mega-v56-intro>p{margin:18px 0 0;color:#64748b;font-size:14px;line-height:1.7}
html.stage14 .mega-v56-links{display:grid;grid-template-columns:1fr 1fr;align-content:start;border-top:1px solid rgba(26,50,82,.14)}
html.stage14 .mega-v56-link{min-height:118px;padding:20px 18px 18px 0;display:grid;grid-template-columns:30px 1fr auto;gap:12px;border-bottom:1px solid rgba(26,50,82,.14);color:var(--v56-ink);transition:background .22s ease,padding .22s ease}
html.stage14 .mega-v56-link:nth-child(odd){border-right:1px solid rgba(26,50,82,.14)}
html.stage14 .mega-v56-link:nth-child(even){padding-left:18px}
html.stage14 .mega-v56-link:hover{padding-right:24px;background:rgba(225,232,244,.56)}
html.stage14 .mega-v56-link>span{color:#52647a;font-size:11px;font-variant-numeric:tabular-nums}
html.stage14 .mega-v56-link b{display:block;font-size:16px;line-height:1.35}
html.stage14 .mega-v56-link small{display:block;margin-top:7px;color:#5b6d84;font-size:12px;line-height:1.55;font-weight:500}
html.stage14 .mega-v56-link>.ph{margin-top:3px;color:var(--v56-blue);font-size:16px}
html.stage14 .mega-v56-feature{position:relative;min-height:300px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:4px;background:var(--v56-navy);color:#fff}
html.stage14 .mega-v56-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,15,31,.96),rgba(5,19,39,.16) 74%)}
html.stage14 .mega-v56-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.74;transition:transform .55s var(--ease)}
html.stage14 .mega-v56-feature:hover img{transform:scale(1.025)}
html.stage14 .mega-v56-feature span,
html.stage14 .mega-v56-feature b,
html.stage14 .mega-v56-feature small,
html.stage14 .mega-v56-feature em{position:relative;z-index:1}
html.stage14 .mega-v56-feature span{color:#b9c8ff;font-size:11px;letter-spacing:.1em}
html.stage14 .mega-v56-feature b{margin-top:8px;font-size:21px;line-height:1.3}
html.stage14 .mega-v56-feature small{margin-top:8px;color:#c9d5e6;font-size:12px;line-height:1.55}
html.stage14 .mega-v56-feature em{margin-top:22px;font-size:13px;font-style:normal;font-weight:750}

/* Urban-renewal industry suite detail */
.s14-suite-detail{
  background:#f4f8ff;
  border-block:1px solid rgba(42,91,179,.10);
}
.s14-suite-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
}
.s14-suite-grid article{
  grid-column:span 6;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-content:start;
  min-height:330px;
  padding:30px;
  border:1px solid rgba(42,91,179,.14);
  border-radius:5px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,250,255,.94)),
    #fff;
  box-shadow:0 18px 54px rgba(51,92,154,.08);
}
.s14-suite-grid article:nth-child(2),
.s14-suite-grid article:nth-child(3){
  background:
    linear-gradient(145deg,rgba(239,247,255,.98),rgba(255,255,255,.98)),
    #fff;
}
.s14-suite-grid article>span{
  grid-row:1 / span 4;
  color:#2f66c9;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}
.s14-suite-grid h3{
  margin:0;
  color:#102543;
  font-size:24px;
  line-height:1.3;
}
.s14-suite-grid p{
  margin:12px 0 18px;
  color:#3f526d;
  font-size:15px;
  line-height:1.75;
}
.s14-suite-grid ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  margin:0;
  padding:0;
  list-style:none;
}
.s14-suite-grid li{
  position:relative;
  padding-left:13px;
  color:#183455;
  font-size:14px;
  line-height:1.55;
}
.s14-suite-grid li::before{
  content:"";
  position:absolute;
  top:.7em;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#4c78d3;
}
.s14-suite-grid small{
  display:block;
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(42,91,179,.13);
  color:#1f4f9f;
  font-size:13px;
  font-weight:650;
  line-height:1.6;
}

@media (max-width:767px){
  .s14-suite-grid{display:block;}
  .s14-suite-grid article{
    grid-template-columns:34px minmax(0,1fr);
    min-height:0;
    margin-top:12px;
    padding:22px 18px;
  }
  .s14-suite-grid h3{font-size:21px;}
  .s14-suite-grid p{font-size:14px;}
  .s14-suite-grid ul{grid-template-columns:1fr;gap:6px;}
}

/* Urban-renewal handover-to-operations chain. */
html[lang='zh-CN'].stage14-renewal .s14-renewal-operations{background:#fff!important}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid #d8dce6;background:#fff;box-shadow:0 22px 64px rgba(49,65,95,.075)}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article{position:relative;min-width:0;min-height:270px;padding:24px 20px 26px;border-right:1px solid #d8dce6;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:last-child{border-right:0}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(4),html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(5),html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(6){background:linear-gradient(180deg,#f6f8ff 0%,#fff 100%)}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:not(:last-child)::after{content:'›';position:absolute;z-index:2;top:25px;right:-10px;width:20px;height:20px;display:grid;place-items:center;border:1px solid #d9e0ff;border-radius:50%;background:#fff;color:#4c64fe;font-size:18px;font-weight:800;line-height:1}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path header{display:flex;align-items:center;justify-content:space-between;gap:12px}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path header span{color:#69748a;font-size:12px;font-weight:800;letter-spacing:.08em}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path header i{color:#4c64fe;font-size:27px}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path h3{margin:52px 0 10px;color:#31415f;font-size:21px;line-height:1.25;letter-spacing:-.02em}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path b{display:block;min-height:52px;color:#4c64fe;font-size:16px;line-height:1.48;letter-spacing:-.01em}
html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path small{display:block;margin-top:17px;padding-top:15px;border-top:1px solid #e2e5ec;color:#69748a;font-size:13px;line-height:1.7}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context{margin-top:16px;display:grid;grid-template-columns:1.08fr .92fr;border:1px solid #d8dce6;background:#fff}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context>div:first-child{padding:36px 40px;background:#f1f4ff}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context>div:first-child>span{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context h3{margin:11px 0 11px;color:#31415f;font-size:25px;line-height:1.3;letter-spacing:-.025em}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context p{max-width:620px;margin:0;color:#69748a;font-size:14px;line-height:1.75}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context ul{margin:27px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(76,100,254,.18);list-style:none}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context li{padding:13px 8px 0 0;color:#31415f;font-size:13px;font-weight:800}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context>div:last-child{display:grid;grid-template-rows:repeat(3,1fr);padding:13px 34px}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context article{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #d8dce6}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context article:last-child{border-bottom:0}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context article>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(76,100,254,.2);background:#f6f8ff;color:#4c64fe;font-size:21px}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context article b{display:block;color:#31415f;font-size:15px}
html[lang='zh-CN'].stage14-renewal .s14-renewal-context article small{display:block;margin-top:5px;color:#69748a;font-size:13px;line-height:1.6}

@media(max-width:1100px){
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path{grid-template-columns:repeat(3,minmax(0,1fr))}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(3){border-right:0}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(-n+3){border-bottom:1px solid #d8dce6}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:nth-child(3)::after{display:none}
}

@media(max-width:767px){
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path{display:block}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article{min-height:0;padding:22px;border-right:0;border-bottom:1px solid #d8dce6}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:last-child{border-bottom:0}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path article:not(:last-child)::after{content:'↓';top:auto;right:20px;bottom:-11px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path h3{margin:28px 0 8px;font-size:20px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path b{min-height:0;font-size:16px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-ops-path small{margin-top:14px;padding-top:13px;font-size:13px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context{grid-template-columns:1fr}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context>div:first-child{padding:27px 23px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context h3{font-size:22px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context ul{grid-template-columns:repeat(2,1fr);row-gap:9px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context>div:last-child{padding:5px 22px}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context article{grid-template-columns:40px 1fr;gap:14px;padding:19px 0}
  html[lang='zh-CN'].stage14-renewal .s14-renewal-context article>span{width:40px;height:40px}
}
html.stage14[data-theme='dark']{
  --bg:#f5f7fa;--surface:#fff;--surface-2:#edf2f8;--surface-3:#e5ebf4;
  --ink:#101827;--ink-2:#2c3b50;--muted:#617086;--line:#d9e1ec;
  --brand:#4059f2;--brand-2:#2742d5;--brand-solid:#4059f2;--brand-solid-hover:#3147d6;--brand-soft:#e7ebff;--brand-ink:#17265f;
  --success:#16765b;--danger:#b3261e;--shadow:0 24px 70px rgba(36,55,93,.12);
  color-scheme:light;
}
html.stage14 body{background:#f5f7fa;color:var(--s14-ink)}
html.stage14 .btn{border-radius:4px}
html.stage14 .site-header{background:rgba(249,251,254,.9)}
html.stage14 .s14-section{padding:116px 0}
html.stage14 .s14-section:nth-of-type(even){background:#f8fafc}
html.stage14 .s14-head{margin-bottom:52px;display:grid;grid-template-columns:180px minmax(0,840px);gap:46px;align-items:start}
html.stage14 .s14-head>span{padding-top:8px;color:#52647a;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
html.stage14 .s14-head h2{margin:0;color:var(--s14-ink);font-size:clamp(34px,3.7vw,54px);line-height:1.12;letter-spacing:-.044em;text-wrap:balance}
html.stage14 .s14-head p{max-width:760px;margin:17px 0 0;color:var(--s14-copy);font-size:17px;line-height:1.76;text-wrap:pretty}

/* Hero: image-led, but copy remains readable and modest in scale. */
html.stage14 .s14-hero{position:relative;min-height:770px;display:flex;align-items:flex-end;overflow:hidden;background:#e9f0f7;border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
html.stage14 .s14-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,250,253,.98) 0%,rgba(247,250,253,.92) 30%,rgba(247,250,253,.5) 49%,rgba(247,250,253,.08) 75%),linear-gradient(0deg,rgba(245,248,252,.9) 0%,rgba(245,248,252,0) 44%)}
html.stage14 .s14-hero-inner{position:relative;z-index:2;padding:90px 0 40px;display:grid;grid-template-columns:minmax(0,760px) 1fr;grid-template-rows:1fr auto;gap:50px;align-items:end}
html.stage14 .s14-hero-copy{align-self:center;padding:30px 0 90px}
html.stage14 .s14-eyebrow{display:block;margin-bottom:18px;color:#3452dd;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
html.stage14 .s14-hero h1{max-width:760px;margin:0;color:#081525;font-size:clamp(44px,4.1vw,62px);line-height:1.08;letter-spacing:-.05em;text-wrap:balance}
html.stage14[lang='en'] .s14-hero h1{font-size:clamp(39px,3.55vw,53px);line-height:1.1;letter-spacing:-.045em}
html.stage14 .s14-hero-lead{max-width:700px;margin:23px 0 0;color:#42556f;font-size:18px;line-height:1.78;text-wrap:pretty}
html.stage14 .s14-hero-actions{margin-top:30px;display:flex;gap:10px}
html.stage14 .s14-hero-actions .btn-secondary{background:rgba(255,255,255,.7);border-color:rgba(31,63,104,.2);backdrop-filter:blur(14px)}
html.stage14 .s14-hero-facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.9);background:rgba(250,252,255,.85);box-shadow:0 20px 60px rgba(38,64,96,.12);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
html.stage14 .s14-hero-facts>div{min-height:116px;padding:24px 28px;display:grid;grid-template-columns:34px 1fr;align-content:center;border-right:1px solid var(--s14-line)}
html.stage14 .s14-hero-facts>div:last-child{border-right:0}
html.stage14 .s14-hero-facts span{grid-row:1/3;color:#52647a;font-size:11px}
html.stage14 .s14-hero-facts b{font-size:16px;line-height:1.4}
html.stage14 .s14-hero-facts small{margin-top:4px;color:#65758b;font-size:12px;line-height:1.5}
html.stage14 .s14-hero-facts-note{grid-column:1/-1;max-width:960px;margin:-8px 0 0;color:#5f7087;font-size:12px;line-height:1.65}

/* Decision signals. */
html.stage14 .s14-outcomes{background:#fff!important}
html.stage14 .s14-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-outcome{min-height:260px;padding:30px 28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--s14-line);background:#fff;transition:background .25s ease,transform .25s var(--ease)}
html.stage14.stage14-youke .s14-outcome{justify-content:flex-start}
html.stage14 .s14-outcome:last-child{border-right:0}
html.stage14 .s14-outcome:hover{background:#f5f8ff;transform:translateY(-4px)}
html.stage14 .s14-outcome>.ph{color:var(--s14-blue);font-size:27px}
html.stage14 .s14-outcome h3{margin:38px 0 8px;font-size:21px;line-height:1.35;letter-spacing:-.02em}
html.stage14 .s14-outcome p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.72}

/* Generated blueprint images with real HTML labels. */
html.stage14 .s14-blueprint-section{background:#f1f5f9!important}
html.stage14 .s14-blueprint{margin:0;overflow:hidden;border:1px solid var(--s14-line);background:#fff;box-shadow:var(--s14-shadow)}
html.stage14 .s14-blueprint>img{width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover;background:#fff}
html.stage14 .s14-blueprint-media{overflow:hidden;background:#fff}
html.stage14 .s14-blueprint-media>img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:contain;background:#fff}
html.stage14 .s14-blueprint-media:focus-visible{outline:3px solid rgba(76,100,254,.35);outline-offset:-3px}
html.stage14 .s14-blueprint figcaption,
html.stage14 .s14-secondary-visual figcaption,
html.stage14 .s14-about-flywheel figcaption{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--s14-line);background:#fff}
html.stage14 .s14-blueprint figcaption>div,
html.stage14 .s14-secondary-visual figcaption>div,
html.stage14 .s14-about-flywheel figcaption>div{min-height:142px;padding:20px;border-right:1px solid var(--s14-line)}
html.stage14 .s14-blueprint figcaption>div:last-child,
html.stage14 .s14-secondary-visual figcaption>div:last-child,
html.stage14 .s14-about-flywheel figcaption>div:last-child{border-right:0}
html.stage14 figure figcaption span{display:block;color:#52647a;font-size:10px}
html.stage14 figure figcaption b{display:block;margin-top:20px;font-size:15px;line-height:1.35}
html.stage14 figure figcaption small{display:block;margin-top:6px;color:#66768c;font-size:11px;line-height:1.55}
html.stage14-youke .s14-blueprint--architecture figcaption b{font-size:16px}
html.stage14-youke .s14-blueprint--architecture figcaption small{font-size:13px;line-height:1.6}

/* Product capabilities: an editorial grid, not uniform cards. */
html.stage14 .s14-capabilities{background:#fff!important}
html.stage14 .s14-cap-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}
html.stage14 .s14-cap{position:relative;grid-column:span 4;min-height:300px;padding:28px;overflow:hidden;border:1px solid var(--s14-line);background:#f8fafc;transition:transform .28s var(--ease),border-color .28s ease,box-shadow .28s ease}
html.stage14 .s14-cap:nth-child(1){grid-column:span 7;min-height:360px;background:linear-gradient(135deg,#eef3ff,#fff)}
html.stage14 .s14-cap:nth-child(2){grid-column:span 5;min-height:360px}
html.stage14 .s14-cap:nth-child(5){grid-column:span 5}
html.stage14 .s14-cap:nth-child(6){grid-column:span 7;background:#eef5f8}
html.stage14 .s14-cap:hover{z-index:1;transform:translateY(-5px);border-color:rgba(64,89,242,.46);box-shadow:0 22px 54px rgba(37,64,99,.11)}
html.stage14 .s14-cap>span{color:#52647a;font-size:10px}
html.stage14 .s14-cap>.ph{position:absolute;top:28px;right:28px;color:var(--s14-blue);font-size:29px}
html.stage14 .s14-cap h3{max-width:440px;margin:82px 0 10px;font-size:25px;line-height:1.25;letter-spacing:-.026em}
html.stage14 .s14-cap p{max-width:590px;margin:0;color:var(--s14-copy);font-size:14px;line-height:1.72}
html.stage14 .s14-cap>small{display:block;margin-top:24px;padding-top:14px;border-top:1px solid var(--s14-line);color:#718198;font-size:11px;line-height:1.55}
html.stage14 .s14-cap-link{position:absolute;right:28px;bottom:25px;display:inline-flex;align-items:center;gap:6px;color:#3151df;font-size:12px;font-weight:780;transition:gap .2s ease,color .2s ease}
html.stage14 .s14-cap-link:hover{gap:9px;color:#1f3ec9}
html.stage14 .s14-cap:has(.s14-cap-link)>small{padding-right:120px}

/* Lifecycle capability groups. */
html.stage14 .s14-cap-group-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:16px;margin:38px 0 16px;padding-top:26px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-cap-group-head b{font-size:19px;letter-spacing:-.01em}
html.stage14 .s14-cap-group-head p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.6}
html.stage14 .s14-cap-grid--one .s14-cap{grid-column:span 12!important;min-height:0!important;background:#fff!important}
html.stage14 .s14-cap-grid--two .s14-cap{grid-column:span 6!important;min-height:0!important}
html.stage14 .s14-cap-segs p{margin:0 0 7px;font-size:13px;line-height:1.66}
html.stage14 .s14-cap-segs p b{display:inline-block;margin-right:8px;color:#3151e0;font-size:11px;font-weight:700;letter-spacing:.05em}
html.stage14 .s14-cap>small b{margin-right:6px;color:#3151e0;font-size:11px;letter-spacing:.05em}
@media(max-width:900px){html.stage14 .s14-cap-grid--two .s14-cap{grid-column:span 12!important}}

/* Horizontal customer journey (mirrors po2-flow). */
html.stage14 .s14-flow{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));margin:34px 0 0;padding:0;overflow:auto;border-top:2px solid var(--s14-blue);list-style:none}
html.stage14 .s14-flow li{min-width:0;padding:22px 20px 25px 0}
html.stage14 .s14-flow li+li{padding-left:20px;border-left:1px solid var(--s14-line)}
html.stage14 .s14-flow li>span{color:var(--s14-blue);font-size:12px}
html.stage14 .s14-flow h3{margin:16px 0 0;font-size:17px;line-height:1.35}
html.stage14 .s14-flow b{display:block;margin-top:8px;color:var(--s14-blue);font-size:12px;line-height:1.45}
html.stage14 .s14-flow p{margin:9px 0 0;color:var(--s14-copy);font-size:13px;line-height:1.65}
html.stage14 .s14-scroll-hint{margin:12px 0 0;color:var(--s14-copy);font-size:12px}
@media(max-width:1100px){html.stage14 .s14-flow{width:1420px}}
@media(max-width:1100px){html.stage14-youke .s14-flow{width:100%;grid-template-columns:repeat(7,200px)}}

/* Product rows (mirrors po2-product). */
html.stage14 .s14-prod{padding:56px 0;border-top:1px solid var(--s14-line)}
html.stage14 .s14-prod-head{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:64px;align-items:end;margin-bottom:44px}
html.stage14 .s14-prod-head>div:first-child>span{display:block;margin-bottom:18px;color:var(--s14-blue);font-size:12px;font-weight:700;letter-spacing:.08em}
html.stage14 .s14-prod-head h2{margin:0;font-size:clamp(30px,3vw,42px);line-height:1.2;letter-spacing:-.03em}
html.stage14 .s14-prod-head>div:last-child>p{margin:0;color:var(--s14-copy);font-size:15px;line-height:1.75}
html.stage14 .s14-prod-head strong{display:block;max-width:760px;margin-top:18px;padding-left:16px;border-left:3px solid var(--s14-blue);color:#22334e;font-size:16px;font-weight:640;line-height:1.7}
html.stage14 .s14-prod-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);gap:38px;align-items:stretch}
html.stage14 .s14-prod.is-reverse .s14-prod-grid>figure{order:2}
html.stage14 .s14-prod-grid>figure{align-self:start;margin:0;overflow:hidden;border:1px solid var(--s14-line);border-radius:10px;background:#fff;box-shadow:0 18px 44px rgba(31,52,94,.08)}
html.stage14 .s14-prod-grid>figure img{display:block;width:100%;height:auto}
html.stage14 .s14-prod-grid figcaption{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:16px 20px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-prod-grid figcaption span{color:var(--s14-blue);font-size:13px;font-weight:700}
html.stage14 .s14-prod-grid figcaption p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.6}
html.stage14 .s14-prod-evidence{display:flex;min-width:0;flex-direction:column;padding:30px 32px;border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line);background:rgba(255,255,255,.72)}
html.stage14 .s14-prod-lockup{display:grid;grid-template-columns:42px 1fr;gap:14px}
html.stage14 .s14-prod-lockup>span{padding-top:6px;color:var(--s14-blue);font-size:13px}
html.stage14 .s14-prod-lockup small{display:block;color:var(--s14-copy);font-size:12px}
html.stage14 .s14-prod-lockup h3{margin:5px 0 0;font-size:30px;letter-spacing:-.03em}
html.stage14 .s14-capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-capability-list>div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:7px;align-items:center;min-height:58px;border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-capability-list>div:nth-child(odd){border-right:1px solid var(--s14-line)}
html.stage14 .s14-capability-list i{color:#8d99ab;font-size:11px;font-style:normal}
html.stage14 .s14-capability-list b{font-size:13px;line-height:1.45}
html.stage14 .s14-outputs{margin-top:24px}
html.stage14 .s14-outputs>span{color:var(--s14-copy);font-size:12px}
html.stage14 .s14-outputs p{margin:8px 0 0;font-size:14px;font-weight:620;line-height:1.75}
html.stage14 .s14-prod-evidence>a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:26px;color:#3151df;font-size:14px;font-weight:700;text-decoration:none}
@media(max-width:1000px){
  html.stage14 .s14-prod-head{grid-template-columns:1fr;gap:20px;margin-bottom:30px}
  html.stage14 .s14-prod-grid{grid-template-columns:1fr}
  html.stage14 .s14-prod.is-reverse .s14-prod-grid>figure{order:0}
}

/* Operating metrics table (mirrors po2-metric-table). */
html.stage14 .s14-metric-table{border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-metric-head,html.stage14 .s14-metric-table article{display:grid;grid-template-columns:54px 200px minmax(0,1fr) minmax(0,1.15fr);gap:24px;align-items:center}
html.stage14 .s14-metric-head{min-height:54px;padding:0 24px 0 0;background:#f4f7fb;color:var(--s14-copy);font-size:12px}
html.stage14 .s14-metric-head span:first-child{grid-column:2}
html.stage14 .s14-metric-table article{min-height:100px;padding:20px 24px 20px 0;border-top:1px solid var(--s14-line)}
html.stage14 .s14-metric-table article>span{color:var(--s14-blue);font-size:12px}
html.stage14 .s14-metric-table h3{margin:0;font-size:19px}
html.stage14 .s14-metric-table article>p{margin:0;font-size:14px;line-height:1.65}
html.stage14 .s14-metric-table small{color:var(--s14-copy);font-size:13px;line-height:1.65}
@media(max-width:900px){
  html.stage14 .s14-metric-head{display:none}
  html.stage14 .s14-metric-table article{grid-template-columns:40px 1fr;gap:6px 16px;padding:18px 0}
  html.stage14 .s14-metric-table article>p,html.stage14 .s14-metric-table article>small{grid-column:2}
}

/* Role paths. */
html.stage14 .s14-roles{background:#f4f7fb!important}
html.stage14 .s14-role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--s14-line)}
html.stage14 .s14-role{min-height:350px;padding:28px 26px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-role:last-child{border-right:0}
html.stage14 .s14-role>span{color:#52647a;font-size:11px}
html.stage14 .s14-role h3{margin:45px 0 12px;font-size:22px;line-height:1.3}
html.stage14 .s14-role>p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.72}
html.stage14 .s14-role>div{margin-top:auto;padding-top:24px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-role>div b{display:block;color:#3151e0;font-size:11px;letter-spacing:.05em}
html.stage14 .s14-role>div small{display:block;margin-top:7px;color:#31445f;font-size:13px;line-height:1.6}

/* Scenarios use a vertical editorial path. */
html.stage14 .s14-scenarios{background:#fff!important}
html.stage14 .s14-scenario-grid{max-width:1060px;margin-left:auto;border-top:1px solid var(--s14-line)}
html.stage14 .s14-scenario{min-height:180px;padding:30px 0;display:grid;grid-template-columns:90px 1fr;gap:30px;border-bottom:1px solid var(--s14-line);transition:padding .25s var(--ease),background .25s ease}
html.stage14 .s14-scenario:hover{padding-left:22px;background:linear-gradient(90deg,#edf2ff,transparent)}
html.stage14 .s14-scenario-index{color:#52647a;font-size:12px}
html.stage14 .s14-scenario h3{margin:0;font-size:25px;line-height:1.3}
html.stage14 .s14-scenario p{max-width:760px;margin:10px 0 0;color:var(--s14-copy);font-size:14px;line-height:1.75}
html.stage14 .s14-scenario small{display:block;margin-top:16px;color:#3151df;font-size:12px;font-weight:750}

/* Integration map. */
html.stage14 .s14-integration{background:linear-gradient(135deg,#eef4fb,#f8fafc)!important}
html.stage14 .s14-integration-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
html.stage14 .s14-integration .s14-head{grid-template-columns:1fr;gap:18px;margin:0}
html.stage14 .s14-system-map{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
html.stage14 .s14-system-core{grid-column:1/-1;min-height:160px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,#2849de,#5371ff);color:#fff;box-shadow:0 20px 50px rgba(44,69,205,.22)}
html.stage14 .s14-system-core span{font-size:11px;letter-spacing:.08em}
html.stage14 .s14-system-core b{margin-top:8px;font-size:26px;line-height:1.25}
html.stage14 .s14-system{min-height:120px;padding:20px;border:1px solid var(--s14-line);background:rgba(255,255,255,.8)}
html.stage14 .s14-system b{display:block;font-size:14px}
html.stage14 .s14-system small{display:block;margin-top:7px;color:#6a7b91;font-size:11px;line-height:1.55}

/* Featured customer story. */
html.stage14 .s14-case{background:#fff!important}
html.stage14 .s14-case-card{display:grid;grid-template-columns:.38fr 1.62fr;min-height:500px;border:1px solid var(--s14-line);background:#f6f9fd;box-shadow:var(--s14-shadow)}
html.stage14 .s14-case-brand{padding:38px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--s14-line);background:#fff}
html.stage14 .s14-case-brand img{max-width:210px;max-height:74px;object-fit:contain;object-position:left center}
html.stage14 .s14-case-brand>.ph{color:var(--s14-blue);font-size:45px}
html.stage14 .s14-case-brand span{color:#52647a;font-size:11px;letter-spacing:.12em}
html.stage14 .s14-case-copy{padding:54px 58px}
html.stage14 .s14-case-copy>span{color:#3f5de7;font-size:12px;font-weight:800}
html.stage14 .s14-case-copy h2{max-width:850px;margin:15px 0 16px;font-size:clamp(30px,3.2vw,47px);line-height:1.13;letter-spacing:-.04em;text-wrap:balance}
html.stage14 .s14-case-copy>p{max-width:850px;margin:0;color:var(--s14-copy);font-size:16px;line-height:1.76}
html.stage14 .s14-case-facts{margin:34px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
html.stage14 .s14-case-facts>div{padding-top:16px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-case-facts b{display:block;font-size:12px}
html.stage14 .s14-case-facts small{display:block;margin-top:7px;color:#63748b;font-size:12px;line-height:1.62}

/* Adoption, FAQ and CTA. */
html.stage14 .s14-adoption{background:#f3f6fa!important}
html.stage14 .s14-adoption-track{display:grid;grid-template-columns:repeat(5,1fr);border-top:2px solid var(--s14-blue)}
html.stage14 .s14-adoption-track article{min-height:240px;padding:24px 22px;border-right:1px solid var(--s14-line);background:rgba(255,255,255,.52)}
html.stage14 .s14-adoption-track article:last-child{border-right:0}
html.stage14 .s14-adoption-track span{color:#52647a;font-size:10px}
html.stage14 .s14-adoption-track h3{margin:52px 0 9px;font-size:19px}
html.stage14 .s14-adoption-track p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.7}
html.stage14 .s14-faq{background:#fff!important}
html.stage14 .s14-faq-list{max-width:960px;margin-left:auto;border-top:1px solid var(--s14-line)}
html.stage14 .s14-faq details{border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-faq summary{padding:25px 0;display:flex;justify-content:space-between;gap:24px;list-style:none;cursor:pointer;font-weight:760}
html.stage14 .s14-faq summary::-webkit-details-marker{display:none}
html.stage14 .s14-faq summary::after{content:'+';color:var(--s14-blue);font-size:22px;font-weight:500}
html.stage14 .s14-faq details[open] summary::after{content:'−'}
html.stage14 .s14-faq details p{max-width:820px;margin:-3px 0 28px;color:var(--s14-copy);line-height:1.76}
html.stage14 .s14-final{padding:84px 0;color:#fff}
html.stage14 .s14-final>.container{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}
html.stage14 .s14-final span{font-size:11px;letter-spacing:.12em}
html.stage14 .s14-final h2{max-width:860px;margin:12px 0 0;font-size:clamp(34px,3.8vw,54px);line-height:1.1;letter-spacing:-.044em}
html.stage14 .s14-final p{max-width:760px;margin:14px 0 0;color:#edf1ff;font-size:16px}
html.stage14 .s14-final>.container>div:last-child{display:flex;gap:10px}
html.stage14 .s14-final .btn-primary{background:#fff;color:#263fc2}
html.stage14 .s14-final .btn-secondary{border-color:rgba(255,255,255,.4);background:transparent;color:#fff}

/* Industry solution-specific structures. */
html.stage14 .s14-solution-routes{background:#fff!important}
html.stage14 .s14-route-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-route-grid article{position:relative;isolation:isolate;min-height:360px;padding:28px;display:flex;overflow:hidden;flex-direction:column;border-right:1px solid var(--s14-line);background:#f7f9fb;transition:background .25s ease,transform .25s var(--ease)}
html.stage14 .s14-route-grid article.has-route-bg::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(250,252,255,.86) 0%,rgba(249,251,255,.8) 44%,rgba(238,244,255,.94) 100%);pointer-events:none}
html.stage14 .s14-route-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:68% center;filter:saturate(.7) contrast(.9);transform:scale(1.015);transition:transform .65s ease}
html.stage14 .s14-route-grid article.has-route-bg>*:not(.s14-route-bg){position:relative;z-index:2}
html.stage14 .s14-route-grid article:last-child{border-right:0}
html.stage14 .s14-route-grid article:hover{background:#eef3ff;transform:translateY(-4px)}
html.stage14 .s14-route-grid article:hover .s14-route-bg{transform:scale(1.045)}
html.stage14 .s14-route-grid article>span{color:#52647a;font-size:10px}
html.stage14 .s14-route-grid .ph{margin-top:42px;color:var(--s14-blue);font-size:31px}
html.stage14 .s14-route-grid h3{margin:24px 0 10px;font-size:22px;line-height:1.3}
html.stage14 .s14-route-grid p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.72}
html.stage14 .s14-route-grid small{margin-top:auto;padding-top:22px;border-top:1px solid var(--s14-line);color:#3653d4;font-size:11px;line-height:1.55;font-weight:750}
@media (prefers-reduced-motion:reduce){html.stage14 .s14-route-bg{transition:none}}
html.stage14 .s14-composition{background:#fff!important}
html.stage14 .s14-composition-base{border:1px solid var(--s14-line);background:#f6f9fd;box-shadow:var(--s14-shadow)}
html.stage14 .s14-composition-base>div:first-child{min-height:180px;padding:34px 38px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(120deg,#2442ce,#5977ff);color:#fff}
html.stage14.stage14-renewal .s14-composition-base>div:first-child{background-color:#3048d9;background-image:linear-gradient(90deg,rgba(31,47,151,.48) 0%,rgba(39,59,183,.3) 52%,rgba(47,71,210,.03) 100%),url('../img/urban-renewal-v2/ai-platform-brand-flow-wide-v1.webp');background-position:center;background-repeat:no-repeat;background-size:cover}
html.stage14 .s14-composition-base>div:first-child span{font-size:11px;letter-spacing:.08em}
html.stage14 .s14-composition-base>div:first-child b{margin-top:9px;font-size:31px;line-height:1.2}
html.stage14 .s14-composition-base>div:first-child small{max-width:800px;margin-top:10px;color:#e9edff;font-size:13px;line-height:1.6}
html.stage14 .s14-composition-lines{display:grid;grid-template-columns:repeat(3,1fr)}
html.stage14 .s14-composition-lines article{min-height:260px;padding:28px;border-right:1px solid var(--s14-line)}
html.stage14 .s14-composition-lines article:last-child{border-right:0}
html.stage14 .s14-composition-lines span{color:#52647a;font-size:10px}
html.stage14 .s14-composition-lines h3{margin:48px 0 9px;font-size:23px}
html.stage14 .s14-composition-lines p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.7}
html.stage14 .s14-composition-lines small{display:block;margin-top:22px;color:#3b56d1;font-size:11px;font-weight:750}
html.stage14 .s14-secondary-visual{background:#f1f5f9!important}

@media (max-width:767px){
  html.stage14.stage14-renewal .s14-composition-base>div:first-child{background-image:linear-gradient(90deg,rgba(31,47,151,.5) 0%,rgba(39,59,183,.24) 60%,rgba(47,71,210,.04) 100%),url('../img/urban-renewal-v2/ai-platform-brand-flow-v1.webp');background-position:center}
}
html.stage14 .s14-secondary-visual figure{margin:0;overflow:hidden;border:1px solid var(--s14-line);background:#fff;box-shadow:var(--s14-shadow)}
html.stage14 .s14-secondary-visual figure>img{display:block;width:100%;aspect-ratio:1672/941;object-fit:cover;margin-bottom:-9.4%}
html.stage14-energy{--s14-blue:#f47b20;--s14-blue-2:#d9620e;--s14-blue-soft:#fff0e4}
html.stage14-energy .s14-eyebrow,
html.stage14-energy .s14-scenario small,
html.stage14-energy .s14-route-grid small{color:#e86d16}

/* Customer story center. */
html.stage14 .s14-case-principles{background:#fff!important}
html.stage14 .s14-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-principle-grid article{min-height:250px;padding:28px;border-right:1px solid var(--s14-line)}
html.stage14 .s14-principle-grid article:last-child{border-right:0}
html.stage14 .s14-principle-grid span{color:#52647a;font-size:10px}
html.stage14 .s14-principle-grid h3{margin:54px 0 9px;font-size:23px}
html.stage14 .s14-principle-grid p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.72}
html.stage14 .s14-case-portfolio{background:#f1f5f9!important}
html.stage14 .s14-case-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
html.stage14 .s14-case-story{min-height:520px;padding:34px;display:flex;flex-direction:column;border:1px solid var(--s14-line);background:#fff;transition:transform .28s var(--ease),box-shadow .28s ease}
html.stage14 .s14-case-story:hover{transform:translateY(-5px);box-shadow:var(--s14-shadow)}
html.stage14 .s14-case-story-top{min-height:100px;display:flex;justify-content:space-between;gap:30px;align-items:flex-start;border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-case-story-top>span{color:#8190a5;font-size:11px}
html.stage14 .s14-case-story-top img{width:auto;max-width:200px;max-height:62px;object-fit:contain;object-position:right top}
html.stage14 .s14-case-story>div:last-child{padding-top:32px;display:flex;flex-direction:column;flex:1}
html.stage14 .s14-case-story small{color:#3d59dd;font-size:11px;font-weight:800}
html.stage14 .s14-case-story h3{margin:11px 0 13px;font-size:27px;line-height:1.28;letter-spacing:-.025em}
html.stage14 .s14-case-story p{margin:0;color:var(--s14-copy);font-size:14px;line-height:1.74}
html.stage14 .s14-case-story dl{margin:auto 0 0;padding-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
html.stage14 .s14-case-story dl>div{padding-top:12px;border-top:1px solid var(--s14-line)}
html.stage14 .s14-case-story dt{font-size:11px;font-weight:800}
html.stage14 .s14-case-story dd{margin:6px 0 0;color:#68788e;font-size:11px;line-height:1.58}
html.stage14 .s14-case-note{margin:24px 0 0;color:#718198;font-size:12px}
html.stage14 .s14-case-map{background:#fff!important}
html.stage14 .s14-org-groups{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--s14-line)}
html.stage14 .s14-org-groups article{min-height:250px;padding:28px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-org-groups article:last-child{border-right:0}
html.stage14 .s14-org-groups span{color:#3e59dc;font-size:11px;font-weight:800}
html.stage14 .s14-org-groups h3{margin:50px 0 9px;font-size:21px}
html.stage14 .s14-org-groups p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.7}

/* Shared customer stories v2: customer proof first, one featured story, six concise practices. */
html.stage14-cases .s14-hero h1{max-width:720px;font-size:clamp(45px,4vw,60px)}
html.stage14-cases .s14-hero-lead{max-width:680px}
html.stage14-cases .s14-customer-proof{padding:82px 0;background:#fff!important}
html.stage14-cases .s14-customer-proof-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.72fr);gap:72px;align-items:center}
html.stage14-cases .s14-customer-proof-copy>span{display:block;color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.1em}
html.stage14-cases .s14-customer-proof-copy h2{max-width:360px;margin:15px 0 0;color:#31415f;font-size:34px;line-height:1.22;letter-spacing:-.035em;text-wrap:balance}
html.stage14-cases .s14-customer-proof-copy p{max-width:390px;margin:16px 0 0;color:#69748a;font-size:15px;line-height:1.74}
html.stage14-cases .s14-customer-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d8dce6;border-left:1px solid #d8dce6;background:#fff}
html.stage14-cases .s14-customer-logo{position:relative;min-height:128px;margin:0;padding:24px;display:flex;align-items:center;justify-content:center;border-right:1px solid #d8dce6;border-bottom:1px solid #d8dce6;background:#fff;overflow:hidden;transition:background .25s ease}
html.stage14-cases .s14-customer-logo::after{position:absolute;right:0;bottom:0;left:0;height:3px;background:#4c64fe;content:"";transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
html.stage14-cases .s14-customer-logo:hover{background:#f7f9ff}
html.stage14-cases .s14-customer-logo:hover::after{transform:scaleX(1)}
html.stage14-cases .s14-customer-logo img{display:block;width:auto;max-width:132px;max-height:44px;object-fit:contain;transition:transform .28s ease}
html.stage14-cases .s14-customer-logo:hover img{transform:translateY(-2px) scale(1.025)}
html.stage14-cases .s14-customer-logo-cscec img{max-width:126px;max-height:34px}
html.stage14-cases .s14-customer-logo-crcc img{max-width:136px;max-height:42px}
html.stage14-cases .s14-customer-logo-huafa img{max-width:126px;max-height:38px}
html.stage14-cases .s14-customer-logo-huayuan img{max-width:118px;max-height:42px}
html.stage14-cases .s14-customer-logo-hopson img{max-width:126px;max-height:38px}
html.stage14-cases .s14-customer-logo-sungrow img{max-width:136px;max-height:34px}
html.stage14-cases .s14-customer-logo-haikai img{max-width:126px;max-height:54px}
html.stage14-cases .s14-customer-logo figcaption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

html.stage14-cases .s14-featured-case-section{background:#f7f9fb!important}
html.stage14-cases .s14-featured-case{position:relative;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr);overflow:hidden;border:1px solid #d8dce6;background:#fff;box-shadow:0 26px 70px rgba(49,65,95,.1)}
html.stage14-cases .s14-featured-case-copy{position:relative;z-index:1;min-height:570px;padding:52px 54px;display:flex;flex-direction:column;background:radial-gradient(circle at 92% 8%,rgba(76,100,254,.16),transparent 34%),linear-gradient(145deg,#eef2ff 0%,#f9faff 58%,#fff 100%)}
html.stage14-cases .s14-featured-brand{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:32px;border-bottom:1px solid rgba(76,100,254,.16)}
html.stage14-cases .s14-featured-brand img{width:auto;max-width:190px;max-height:54px;object-fit:contain;object-position:left center}
html.stage14-cases .s14-featured-brand span{color:#4c64fe;font-size:13px;font-weight:800;letter-spacing:.06em}
html.stage14-cases .s14-featured-case-copy h3{max-width:760px;margin:54px 0 17px;color:#31415f;font-size:clamp(34px,3vw,44px);line-height:1.18;letter-spacing:-.04em;text-wrap:balance}
html.stage14-cases .s14-featured-case-copy>p{max-width:760px;margin:0;color:#59677d;font-size:16px;line-height:1.78}
html.stage14-cases .s14-featured-case-copy dl{margin:auto 0 0;padding-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:28px}
html.stage14-cases .s14-featured-case-copy dl>div{padding-top:16px;border-top:1px solid rgba(49,65,95,.18)}
html.stage14-cases .s14-featured-case-copy dt{color:#31415f;font-size:13px;font-weight:800}
html.stage14-cases .s14-featured-case-copy dd{margin:7px 0 0;color:#69748a;font-size:14px;line-height:1.65}
html.stage14-cases .s14-featured-case-scenes{display:grid;grid-template-rows:repeat(3,1fr);background:#fff}
html.stage14-cases .s14-featured-case-scenes>div{min-height:190px;padding:34px 36px;display:grid;grid-template-columns:44px 1fr;gap:22px;align-items:center;border-bottom:1px solid #d8dce6;transition:background .25s ease}
html.stage14-cases .s14-featured-case-scenes>div:last-child{border-bottom:0}
html.stage14-cases .s14-featured-case-scenes>div:hover{background:#f7f9ff}
html.stage14-cases .s14-featured-case-scenes span{align-self:start;padding-top:4px;color:#4c64fe;font-size:12px;font-weight:800}
html.stage14-cases .s14-featured-case-scenes b{display:block;color:#31415f;font-size:20px;line-height:1.35}
html.stage14-cases .s14-featured-case-scenes p{margin:9px 0 0;color:#69748a;font-size:14px;line-height:1.68}

html.stage14-cases .s14-case-portfolio-v2{background:#fff!important}
html.stage14-cases .s14-case-list-v2{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
html.stage14-cases .s14-case-story-v2{grid-column:span 6;min-height:430px;padding:34px 36px;border:1px solid #d8dce6;background:#f7f9fb;box-shadow:none}
html.stage14-cases .s14-case-story-v2:nth-child(1),html.stage14-cases .s14-case-story-v2:nth-child(4){grid-column:span 7}
html.stage14-cases .s14-case-story-v2:nth-child(2),html.stage14-cases .s14-case-story-v2:nth-child(3){grid-column:span 5}
html.stage14-cases .s14-case-story-v2:hover{border-color:rgba(76,100,254,.42);background:#fff;box-shadow:0 22px 54px rgba(49,65,95,.1)}
html.stage14-cases .s14-case-story-v2 .s14-case-story-top{min-height:86px;align-items:flex-start}
html.stage14-cases .s14-case-story-v2 .s14-case-story-top img{max-width:170px;max-height:50px}
html.stage14-cases .s14-case-story-v2>div:last-child{padding-top:27px}
html.stage14-cases .s14-case-story-v2 small{color:#4c64fe;font-size:13px;line-height:1.45}
html.stage14-cases .s14-case-story-v2 h3{max-width:620px;margin:12px 0 14px;color:#31415f;font-size:27px;line-height:1.28;letter-spacing:-.025em;text-wrap:balance}
html.stage14-cases .s14-case-story-v2 p{max-width:650px;color:#69748a;font-size:15px;line-height:1.72}
html.stage14-cases .s14-case-story-v2 dl{padding-top:25px;gap:24px}
html.stage14-cases .s14-case-story-v2 dt{color:#31415f;font-size:13px}
html.stage14-cases .s14-case-story-v2 dd{margin-top:7px;color:#69748a;font-size:13px;line-height:1.62}
html.stage14-cases .s14-final h2{max-width:760px}
html.stage14-cases .s14-final p{max-width:690px}

/* Shared customer stories v3: three business filters and one editorial case gallery. */
html.stage14-cases .s14-customer-proof-layout{grid-template-columns:minmax(260px,.62fr) minmax(0,1.78fr);gap:64px}
html.stage14-cases .s14-customer-logo-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
html.stage14-cases .s14-customer-logo{min-height:96px;padding:16px 12px}
html.stage14-cases .s14-customer-logo img{max-width:94px;max-height:34px}
html.stage14-cases .s14-customer-logo-cscec img{max-width:92px;max-height:28px}
html.stage14-cases .s14-customer-logo-crcc img{max-width:98px;max-height:34px}
html.stage14-cases .s14-customer-logo-huafa img{max-width:92px;max-height:30px}
html.stage14-cases .s14-customer-logo-huayuan img{max-width:88px;max-height:34px}
html.stage14-cases .s14-customer-logo-hopson img{max-width:94px;max-height:31px}
html.stage14-cases .s14-customer-logo-sungrow img{max-width:99px;max-height:29px}
html.stage14-cases .s14-customer-logo-haikai img{max-width:90px;max-height:38px}
html.stage14-cases .s14-case-gallery-section{background:#f7f9fb!important}
html.stage14-cases .s14-case-filters{margin:-8px 0 28px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}
html.stage14-cases .s14-case-filters::-webkit-scrollbar{display:none}
html.stage14-cases .s14-case-filters button{min-height:50px;padding:0 20px;display:inline-flex;align-items:center;gap:10px;flex:none;border:1px solid #d8dce6;border-radius:2px;background:#fff;color:#59677d;font:inherit;font-size:14px;font-weight:750;cursor:pointer;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}
html.stage14-cases .s14-case-filters button:hover{border-color:rgba(76,100,254,.48);color:#31415f;transform:translateY(-1px)}
html.stage14-cases .s14-case-filters button:focus-visible{outline:3px solid rgba(76,100,254,.25);outline-offset:2px}
html.stage14-cases .s14-case-filters button[aria-pressed='true']{border-color:#4c64fe;background:#4c64fe;color:#fff;box-shadow:0 10px 24px rgba(76,100,254,.2)}
html.stage14-cases .s14-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html.stage14-cases .s14-case-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px}
html.stage14-cases .s14-case-gallery-card{position:relative;min-width:0;min-height:560px;padding:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d8dce6;border-radius:3px;background:#fff;box-shadow:0 10px 32px rgba(49,65,95,.045);transition:transform .28s var(--ease),box-shadow .28s ease,border-color .28s ease}
html.stage14-cases .s14-case-gallery-card::before{content:'';position:absolute;z-index:2;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#4c64fe 0%,rgba(76,100,254,.28) 38%,rgba(76,100,254,0) 78%);opacity:.72;transform:scaleX(.42);transform-origin:left center;transition:opacity .28s ease,transform .32s var(--ease)}
html.stage14-cases .s14-case-gallery-card[hidden]{display:none!important}
html.stage14-cases .s14-case-gallery-card:hover{transform:translateY(-4px);border-color:rgba(76,100,254,.4);box-shadow:0 24px 58px rgba(49,65,95,.1)}
html.stage14-cases .s14-case-gallery-card:hover::before{opacity:1;transform:scaleX(1)}
html.stage14-cases .s14-case-gallery-card>header{min-height:100px;padding:23px 25px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e3e6ed;background:linear-gradient(118deg,#fff 0%,#f8faff 100%)}
html.stage14-cases .s14-case-gallery-card>header img{display:block;width:auto;max-width:148px;max-height:43px;object-fit:contain;object-position:left center}
html.stage14-cases .s14-case-gallery-card>header>div{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}
html.stage14-cases .s14-case-gallery-card>header span{padding:6px 8px;border:1px solid rgba(76,100,254,.16);border-radius:2px;background:#f2f5ff;color:#4c64fe;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}
html.stage14-cases .s14-case-gallery-body{padding:29px 26px 27px;display:flex;flex:1;flex-direction:column}
html.stage14-cases .s14-case-gallery-story>b{display:block;color:#4c64fe;font-size:13px;font-weight:800;letter-spacing:.02em}
html.stage14-cases .s14-case-gallery-story h3{max-width:100%;margin:11px 0 14px;color:#31415f;font-size:23px;line-height:1.36;letter-spacing:-.024em;text-wrap:balance}
html.stage14-cases .s14-case-gallery-story p{max-width:100%;margin:0;color:#69748a;font-size:14px;line-height:1.74}
html.stage14-cases .s14-case-gallery-card dl{margin:auto 0 0;padding-top:26px;display:grid;grid-template-columns:1fr;gap:17px}
html.stage14-cases .s14-case-gallery-card dl>div{padding-top:14px;border-top:1px solid #d8dce6}
html.stage14-cases .s14-case-gallery-card dt{color:#31415f;font-size:13px;font-weight:800}
html.stage14-cases .s14-case-gallery-card dd{margin:7px 0 0;color:#69748a;font-size:13px;line-height:1.64}
html.stage14-cases .s14-case-gallery-story h3{margin-bottom:24px}
html.stage14-cases .s14-case-gallery-variants{display:grid;gap:24px}
html.stage14-cases .s14-case-gallery-variant{padding-top:20px;border-top:1px solid #d8dce6}
html.stage14-cases .s14-case-gallery-variant>span{display:inline-block;margin-bottom:9px;color:#4c64fe;font-size:12px;font-weight:800}
html.stage14-cases .s14-case-gallery-variant h4{margin:0;color:#31415f;font-size:16px;line-height:1.48}
html.stage14-cases .s14-case-gallery-variant>p{margin:9px 0 0;color:#69748a;font-size:13px;line-height:1.7}
html.stage14-cases .s14-case-gallery-variant dl{margin:15px 0 0;padding:0;gap:12px}
html.stage14-cases .s14-case-gallery-variant dl>div{padding-top:11px}
html.stage14 .s14-about-fact-note{margin:18px 0 0;color:#758198;font-size:12px;line-height:1.65}
html.stage14-cases .s14-case-pagination{margin:34px auto 0;display:flex;align-items:center;justify-content:center;gap:8px}
html.stage14-cases .s14-case-pagination[hidden]{display:none!important}
html.stage14-cases .s14-case-pagination>div{display:flex;align-items:center;gap:8px}
html.stage14-cases .s14-case-pagination button{min-width:46px;height:46px;padding:0 14px;border:1px solid #d8dce6;border-radius:3px;background:#fff;color:#59677d;font:inherit;font-size:14px;font-weight:750;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
html.stage14-cases .s14-case-pagination button:hover:not(:disabled){border-color:rgba(76,100,254,.48);color:#31415f;transform:translateY(-1px)}
html.stage14-cases .s14-case-pagination button:focus-visible{outline:3px solid rgba(76,100,254,.22);outline-offset:2px}
html.stage14-cases .s14-case-pagination button[aria-current='page']{border-color:#4c64fe;background:#4c64fe;color:#fff;box-shadow:0 9px 22px rgba(76,100,254,.2)}
html.stage14-cases .s14-case-pagination button:disabled{opacity:.4;cursor:not-allowed}
html.stage14-cases .s14-case-empty[hidden]{display:none!important}
html.stage14-cases .s14-case-empty{margin-top:16px}
@media(max-width:1180px){
  html.stage14-cases .s14-customer-proof-layout{grid-template-columns:1fr;gap:38px}
  html.stage14-cases .s14-customer-proof-copy h2,html.stage14-cases .s14-customer-proof-copy p{max-width:760px}
  html.stage14-cases .s14-featured-case{grid-template-columns:1.08fr .92fr}
  html.stage14-cases .s14-featured-case-copy{padding:44px}
  html.stage14-cases .s14-case-story-v2:nth-child(n){grid-column:span 6}
  html.stage14-cases .s14-customer-proof-layout{grid-template-columns:1fr;gap:38px}
  html.stage14-cases .s14-case-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  html.stage14-cases .s14-case-gallery-card{min-height:520px}
}

@media(max-width:980px){
  html.stage14-cases .s14-featured-case{grid-template-columns:1fr}
  html.stage14-cases .s14-featured-case-copy{min-height:520px}
  html.stage14-cases .s14-featured-case-scenes{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}
  html.stage14-cases .s14-featured-case-scenes>div{min-height:220px;grid-template-columns:1fr;align-content:start;border-right:1px solid #d8dce6;border-bottom:0}
  html.stage14-cases .s14-featured-case-scenes>div:last-child{border-right:0}
  html.stage14-cases .s14-customer-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:767px){
  html.stage14-cases .s14-hero h1{font-size:36px;line-height:1.14}
  html.stage14-cases .s14-customer-proof{padding:60px 0}
  html.stage14-cases .s14-customer-proof-layout{gap:28px}
  html.stage14-cases .s14-customer-proof-copy h2{font-size:29px}
  html.stage14-cases .s14-customer-logo-grid{grid-template-columns:1fr 1fr}
  html.stage14-cases .s14-customer-logo{min-height:104px;padding:18px}
  html.stage14-cases .s14-customer-logo:last-child{grid-column:auto}
  html.stage14-cases .s14-featured-case-copy{min-height:0;padding:28px 24px}
  html.stage14-cases .s14-featured-brand{align-items:flex-start;flex-direction:column;padding-bottom:24px;gap:18px}
  html.stage14-cases .s14-featured-brand img{max-width:160px;max-height:46px}
  html.stage14-cases .s14-featured-case-copy h3{margin-top:34px;font-size:30px}
  html.stage14-cases .s14-featured-case-copy>p{font-size:15px}
  html.stage14-cases .s14-featured-case-copy dl{margin-top:32px;grid-template-columns:1fr;gap:18px}
  html.stage14-cases .s14-featured-case-scenes{grid-template-columns:1fr}
  html.stage14-cases .s14-featured-case-scenes>div{min-height:0;padding:24px;grid-template-columns:36px 1fr;gap:14px;border-right:0;border-bottom:1px solid #d8dce6}
  html.stage14-cases .s14-featured-case-scenes>div:last-child{border-bottom:0}
  html.stage14-cases .s14-case-list-v2{grid-template-columns:1fr}
  html.stage14-cases .s14-case-story-v2:nth-child(n){grid-column:auto;min-height:0;padding:24px}
  html.stage14-cases .s14-case-story-v2 .s14-case-story-top{min-height:76px}
  html.stage14-cases .s14-case-story-v2 .s14-case-story-top img{max-width:150px;max-height:44px}
  html.stage14-cases .s14-case-story-v2 h3{font-size:23px}
  html.stage14-cases .s14-case-story-v2 dl{grid-template-columns:1fr;gap:16px}
  html.stage14-cases .s14-case-filters{margin-right:-16px;margin-bottom:22px;padding-right:16px}
  html.stage14-cases .s14-case-filters button{min-height:46px;padding:0 15px;font-size:13px}
  html.stage14-cases .s14-case-gallery{grid-template-columns:1fr;gap:14px}
  html.stage14-cases .s14-case-gallery-card{grid-column:auto;min-height:0}
  html.stage14-cases .s14-case-gallery-card::before{transform:scaleX(.55)}
  html.stage14-cases .s14-case-gallery-card>header{min-height:104px;padding:23px 21px;align-items:flex-start;flex-direction:column;gap:17px}
  html.stage14-cases .s14-case-gallery-card>header img{max-width:160px;max-height:46px}
  html.stage14-cases .s14-case-gallery-card>header>div{justify-content:flex-start}
  html.stage14-cases .s14-case-gallery-body{padding:27px 22px 25px;display:flex;gap:0}
  html.stage14-cases .s14-case-gallery-story h3{font-size:24px;line-height:1.32}
  html.stage14-cases .s14-case-gallery-story p{font-size:14px;line-height:1.74}
  html.stage14-cases .s14-case-gallery-card dl{margin-top:28px;grid-template-columns:1fr;gap:18px}
  html.stage14-cases .s14-case-pagination{margin-top:26px;gap:6px}
  html.stage14-cases .s14-case-pagination>div{gap:6px}
  html.stage14-cases .s14-case-pagination button{min-width:42px;height:42px;padding:0 11px;font-size:13px}
}

@media(prefers-reduced-motion:reduce){
  html.stage14-cases .s14-case-gallery-card,html.stage14-cases .s14-case-gallery-card::before,html.stage14-cases .s14-case-filters button,html.stage14-cases .s14-case-pagination button{transition:none}
}

/* About page. */
html.stage14 .s14-about-position{background:#fff!important}
html.stage14 .s14-position-grid{display:grid;grid-template-columns:1.08fr .92fr;border:1px solid var(--s14-line);box-shadow:var(--s14-shadow)}
html.stage14 .s14-position-statement{min-height:490px;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#2442cf,#5b78ff);color:#fff}
html.stage14 .s14-position-statement>span{font-size:11px;letter-spacing:.1em}
html.stage14 .s14-position-statement h3{max-width:670px;margin:15px 0 18px;font-size:clamp(34px,3.6vw,52px);line-height:1.12;letter-spacing:-.04em}
html.stage14 .s14-position-statement p{margin:0;color:#edf1ff;font-size:17px}
html.stage14 .s14-position-scope{display:grid;grid-template-columns:1fr 1fr;background:#f7f9fc}
html.stage14 .s14-position-scope>div{min-height:245px;padding:30px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-position-scope>div:nth-child(even){border-right:0}
html.stage14 .s14-position-scope b{display:block;margin-top:50px;font-size:19px}
html.stage14 .s14-position-scope small{display:block;margin-top:8px;color:var(--s14-copy);font-size:12px;line-height:1.65}
html.stage14 .s14-about-model{background:#f4f7fb!important}
html.stage14 .s14-model-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--s14-line)}
html.stage14 .s14-model-grid article{min-height:320px;padding:24px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-model-grid article:last-child{border-right:0}
html.stage14 .s14-model-grid span{color:#52647a;font-size:10px}
html.stage14 .s14-model-grid h3{margin:54px 0 10px;font-size:20px}
html.stage14 .s14-model-grid p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.7}
html.stage14 .s14-model-grid small{display:block;margin-top:24px;padding-top:12px;border-top:1px solid var(--s14-line);color:#4059d4;font-size:11px;line-height:1.55}
html.stage14 .s14-about-rnd{background:#fff!important}
html.stage14 .s14-about-rnd-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:62px;align-items:center}
html.stage14 .s14-about-rnd figure{margin:0;overflow:hidden;border:1px solid var(--s14-line);box-shadow:var(--s14-shadow)}
html.stage14 .s14-about-rnd figure img{width:100%;aspect-ratio:1.1/1;object-fit:cover;object-position:57% center}
html.stage14 .s14-about-rnd .s14-head{grid-template-columns:1fr;gap:18px;margin-bottom:30px}
html.stage14 .s14-rnd-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--s14-line)}
html.stage14 .s14-rnd-list>div{min-height:130px;padding:20px 20px 20px 0;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-rnd-list>div:nth-child(even){padding-left:20px;border-right:0}
html.stage14 .s14-rnd-list b{display:block;font-size:14px}
html.stage14 .s14-rnd-list small{display:block;margin-top:7px;color:var(--s14-copy);font-size:11px;line-height:1.6}
html.stage14 .s14-about-flywheel{background:#f1f5f9!important}
html.stage14 .s14-about-flywheel figure{margin:0;overflow:hidden;border:1px solid var(--s14-line);background:#fff;box-shadow:var(--s14-shadow)}
html.stage14 .s14-about-flywheel figure>img{width:100%;aspect-ratio:1672/941;object-fit:cover}
html.stage14 .s14-about-flywheel figcaption{grid-template-columns:repeat(5,1fr)}
html.stage14 .s14-about-trust{background:#fff!important}
html.stage14 .s14-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--s14-line)}
html.stage14 .s14-trust-grid article{min-height:270px;padding:28px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14 .s14-trust-grid article:nth-child(3n){border-right:0}
html.stage14 .s14-trust-grid>article>span{display:block;color:#3f5ee7;font-size:30px;font-weight:740;letter-spacing:-.04em}
html.stage14 .s14-trust-grid h3{margin:42px 0 9px;font-size:20px}
html.stage14 .s14-trust-grid p{margin:0;color:var(--s14-copy);font-size:13px;line-height:1.7}

/* About v2: company facts, evidence and editorial content. */
html.stage14-about[lang='zh-CN'] .s14-hero{min-height:780px;background:#e8edf2}
html.stage14-about[lang='zh-CN'] .s14-hero-media{object-position:58% center;filter:saturate(.84) contrast(.96)}
html.stage14-about[lang='zh-CN'] .s14-hero-wash{background:linear-gradient(90deg,rgba(248,250,252,.99) 0%,rgba(248,250,252,.94) 34%,rgba(248,250,252,.58) 55%,rgba(248,250,252,.08) 82%),linear-gradient(0deg,rgba(246,249,252,.93),rgba(246,249,252,0) 42%)}
html.stage14-about[lang='zh-CN'] .s14-hero h1{max-width:830px}
html.stage14-about[lang='zh-CN'] .s14-hero-lead{max-width:760px;color:#31415f}

html.stage14-about .s14-about-profile{background:#fff!important}
html.stage14-about .s14-about-profile-grid{display:grid;grid-template-columns:.92fr 1.08fr;border:1px solid var(--s14-line);box-shadow:0 24px 70px rgba(36,55,93,.1)}
html.stage14-about .s14-about-identity{min-height:520px;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;background:#4c64fe;color:#fff}
html.stage14-about .s14-about-identity>span{font-size:12px;font-weight:750;letter-spacing:.12em}
html.stage14-about .s14-about-identity h3{max-width:610px;margin:20px 0 16px;font-size:clamp(36px,3.4vw,50px);line-height:1.14;letter-spacing:-.04em}
html.stage14-about .s14-about-identity p{max-width:650px;margin:0;color:#edf1ff;font-size:16px;line-height:1.78}
html.stage14-about .s14-about-identity blockquote{margin:34px 0 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.35);color:#fff;font-size:17px;font-weight:720}
html.stage14-about .s14-about-fact-list{margin:0;display:grid;grid-template-columns:1fr 1fr;background:#f7f9fb}
html.stage14-about .s14-about-fact-list>div{min-height:173px;padding:28px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-fact-list>div:nth-child(even){border-right:0}
html.stage14-about .s14-about-fact-list dt{color:#69748a;font-size:12px;font-weight:760;letter-spacing:.06em}
html.stage14-about .s14-about-fact-list dd{margin:24px 0 0;color:#31415f;font-size:17px;font-weight:700;line-height:1.55}
html.stage14-about .s14-about-product-links{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--s14-line);border-top:0}
html.stage14-about .s14-about-product-links a{position:relative;min-height:170px;padding:26px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line);background:#fff;color:#31415f;transition:background .24s ease,color .24s ease}
html.stage14-about .s14-about-product-links a:last-child{border-right:0}
html.stage14-about .s14-about-product-links a:hover{background:#eef1ff;color:#3049d6}
html.stage14-about .s14-about-product-links span{font-size:17px;font-weight:760}
html.stage14-about .s14-about-product-links small{margin-top:10px;padding-right:28px;color:#69748a;font-size:13px;line-height:1.65}
html.stage14-about .s14-about-product-links .ph{position:absolute;right:22px;bottom:24px;color:#4c64fe;font-size:18px}

html.stage14-about .s14-about-history{background:#f7f9fb!important}
html.stage14-about .s14-about-timeline{max-width:1080px;margin:0 0 0 auto;padding:0;list-style:none;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-timeline li{min-height:170px;padding:30px 0;display:grid;grid-template-columns:52px 125px 1fr;gap:24px;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-timeline li>span{color:#adb3bf;font-size:12px}
html.stage14-about .s14-about-timeline time{color:#4c64fe;font-size:28px;font-weight:780;letter-spacing:-.03em}
html.stage14-about .s14-about-timeline h3{margin:0;color:#31415f;font-size:23px;line-height:1.35}
html.stage14-about .s14-about-timeline p{max-width:750px;margin:10px 0 0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-source-note{max-width:1080px;margin:22px 0 0 auto;padding-left:201px;color:#69748a;font-size:13px;line-height:1.7}

html.stage14-about .s14-about-credentials{background:#fff!important}
html.stage14-about .s14-about-certificate-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
html.stage14-about .s14-about-certificate{min-height:570px;display:grid;grid-template-columns:.78fr 1.22fr;border:1px solid var(--s14-line);background:#f7f9fb}
html.stage14-about .s14-about-certificate>a{position:relative;min-height:570px;padding:30px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eef2f7}
html.stage14-about .s14-about-certificate>a>img{width:100%;height:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(49,65,95,.13))}
html.stage14-about .s14-about-certificate>a>span{position:absolute;right:18px;bottom:16px;padding:8px 10px;background:rgba(255,255,255,.92);color:#4c64fe;font-size:12px;font-weight:720}
html.stage14-about .s14-about-certificate>div{padding:38px 30px;display:flex;flex-direction:column}
html.stage14-about .s14-about-certificate>div>small{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-certificate h3{margin:14px 0 26px;color:#31415f;font-size:27px;line-height:1.3;letter-spacing:-.025em}
html.stage14-about .s14-about-certificate dl{margin:auto 0 0;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-certificate dl>div{padding:12px 0;display:grid;grid-template-columns:80px 1fr;gap:14px;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-certificate dt{color:#69748a;font-size:12px}
html.stage14-about .s14-about-certificate dd{margin:0;color:#31415f;font-size:13px;font-weight:680;line-height:1.55}
html.stage14-about .s14-about-ip{margin-top:16px;padding:34px 38px;display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;border-top:2px solid #4c64fe;background:#f7f9fb}
html.stage14-about .s14-about-ip span{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-ip h3{margin:12px 0 0;color:#31415f;font-size:25px;line-height:1.35}
html.stage14-about .s14-about-ip p{margin:0;color:#69748a;font-size:14px;line-height:1.8}

html.stage14-about .s14-about-rnd-v2{background:#f7f9fb!important}
html.stage14-about .s14-about-rnd-gallery{display:grid;grid-template-columns:1.22fr .78fr;gap:16px}
html.stage14-about .s14-about-rnd-gallery figure{position:relative;min-height:550px;margin:0;overflow:hidden;background:#dce3ea}
html.stage14-about .s14-about-rnd-gallery img{width:100%;height:100%;object-fit:cover}
html.stage14-about .s14-about-rnd-gallery figure:first-child img{object-position:center}
html.stage14-about .s14-about-rnd-gallery figure:last-child img{object-position:42% center}
html.stage14-about .s14-about-rnd-gallery figcaption{position:absolute;left:18px;bottom:18px;padding:9px 12px;background:rgba(255,255,255,.92);color:#31415f;font-size:13px;font-weight:720}
html.stage14-about .s14-about-rnd-roles{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--s14-line);border-top:0;background:#fff}
html.stage14-about .s14-about-rnd-roles article{min-height:235px;padding:24px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-rnd-roles article:last-child{border-right:0}
html.stage14-about .s14-about-rnd-roles span{color:#adb3bf;font-size:11px}
html.stage14-about .s14-about-rnd-roles h3{margin:44px 0 10px;color:#31415f;font-size:18px;line-height:1.35}
html.stage14-about .s14-about-rnd-roles p{margin:0;color:#69748a;font-size:13px;line-height:1.7}
html.stage14-about .s14-about-review-note{margin:16px 0 0;padding:15px 18px;border-left:3px solid #d5a019;background:#fff9e8;color:#6d5923;font-size:13px;line-height:1.65}

html.stage14-about .s14-about-productization{background:#fff!important}
html.stage14-about .s14-about-productization{position:relative}
html.stage14-about .s14-anchor-alias{position:absolute;top:-82px;left:0;width:1px;height:1px;pointer-events:none}
html.stage14-about .s14-about-productization-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-productization-grid article{min-height:360px;padding:30px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-productization-grid article:last-child{border-right:0}
html.stage14-about .s14-about-productization-grid article>span{color:#adb3bf;font-size:12px}
html.stage14-about .s14-about-productization-grid h3{margin:70px 0 12px;color:#31415f;font-size:24px;line-height:1.3}
html.stage14-about .s14-about-productization-grid p{margin:0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-productization-grid small{display:block;margin-top:28px;padding-top:16px;border-top:1px solid var(--s14-line);color:#4c64fe;font-size:13px;line-height:1.6}
html.stage14-about .s14-about-loop{margin-top:26px;display:grid;grid-template-columns:repeat(6,1fr);background:#4c64fe;color:#fff}
html.stage14-about .s14-about-loop span{min-height:82px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-right:1px solid rgba(255,255,255,.26);font-size:13px;font-weight:720}
html.stage14-about .s14-about-loop span:last-child{border-right:0}
html.stage14-about .s14-about-loop .ph{color:#dbe1ff;font-size:16px}

html.stage14-about .s14-about-practices{background:#f7f9fb!important}
html.stage14-about .s14-about-practice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
html.stage14-about .s14-about-practice{min-height:470px;padding:32px;display:flex;flex-direction:column;border:1px solid var(--s14-line);background:#fff;transition:transform .25s var(--ease),box-shadow .25s ease}
html.stage14-about .s14-about-practice:hover{transform:translateY(-4px);box-shadow:0 20px 54px rgba(49,65,95,.1)}
html.stage14-about .s14-about-practice-top{min-height:92px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-practice-top span{color:#adb3bf;font-size:11px}
html.stage14-about .s14-about-practice-top img{width:auto;max-width:180px;max-height:58px;object-fit:contain;object-position:right top}
html.stage14-about .s14-about-practice>small{margin-top:28px;color:#4c64fe;font-size:12px;font-weight:800}
html.stage14-about .s14-about-practice h3{margin:12px 0;color:#31415f;font-size:25px;line-height:1.32;letter-spacing:-.02em}
html.stage14-about .s14-about-practice p{margin:0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-practice>a{margin-top:auto;padding-top:26px;color:#4058e8;font-size:13px;font-weight:750}
html.stage14-about .s14-about-ecosystem{margin-top:16px;padding:34px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:0;border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-ecosystem>div{padding-right:34px}
html.stage14-about .s14-about-ecosystem>div>span{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-ecosystem h3{margin:12px 0 8px;color:#31415f;font-size:23px}
html.stage14-about .s14-about-ecosystem p{margin:0;color:#69748a;font-size:13px;line-height:1.65}
html.stage14-about .s14-about-ecosystem article{padding:8px 24px;border-left:1px solid var(--s14-line)}
html.stage14-about .s14-about-ecosystem article b{display:block;color:#31415f;font-size:14px}
html.stage14-about .s14-about-ecosystem article span{display:block;margin-top:14px;color:#69748a;font-size:13px;line-height:1.7}

html.stage14-about .s14-about-content{background:#fff!important}
html.stage14-about .s14-about-content-columns{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}
html.stage14-about .s14-about-content-columns>div:first-child{position:sticky;top:105px}
html.stage14-about .s14-about-content-columns>div:first-child>span{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-content-columns h3{margin:13px 0;color:#31415f;font-size:29px;line-height:1.28}
html.stage14-about .s14-about-content-columns>div:first-child>p{margin:0;color:#69748a;font-size:14px;line-height:1.78}
html.stage14-about .s14-about-content-columns ul{margin:30px 0 0;padding:0;list-style:none;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-content-columns li{padding:15px 0;display:grid;grid-template-columns:125px 1fr;gap:14px;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-content-columns li b{color:#31415f;font-size:13px}
html.stage14-about .s14-about-content-columns li span{color:#69748a;font-size:12px;line-height:1.6}
html.stage14-about .s14-about-insight-list{border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-insight{min-height:230px;padding:26px 4px;display:flex;flex-direction:column;border-bottom:1px solid var(--s14-line);color:#31415f;transition:padding .22s ease,background .22s ease}
html.stage14-about .s14-about-insight:hover{padding-inline:20px;background:#f7f9fb}
html.stage14-about .s14-about-insight>div{display:flex;justify-content:space-between;gap:20px}
html.stage14-about .s14-about-insight>div span{color:#4c64fe;font-size:12px;font-weight:800}
html.stage14-about .s14-about-insight time{color:#69748a;font-size:12px}
html.stage14-about .s14-about-insight h3{max-width:760px;margin:22px 0 10px;font-size:24px;line-height:1.35}
html.stage14-about .s14-about-insight p{max-width:760px;margin:0;color:#69748a;font-size:14px;line-height:1.7}
html.stage14-about .s14-about-insight>small{margin-top:auto;padding-top:18px;color:#4058e8;font-size:12px;font-weight:720}
html.stage14-about .s14-about-content .s14-about-source-note{max-width:none;margin:24px 0 0;padding:0}
html.stage14-news .s14-about-insight{text-decoration:none}
html.stage14-news .s14-about-insight small i{margin-left:5px;font-size:14px;vertical-align:-1px}
html.stage14-news .news-runtime-state{min-height:230px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;padding:30px 4px;border-bottom:1px solid var(--s14-line);color:#69748a}
html.stage14-news .news-runtime-state>i{font-size:26px;color:#4c64fe}
html.stage14-news .news-runtime-loading>i{animation:s14-news-spin .9s linear infinite}
html.stage14-news .news-runtime-state b{color:#31415f;font-size:18px;line-height:1.4}
html.stage14-news .news-runtime-state span{max-width:560px;font-size:14px;line-height:1.7}
html.stage14-news .news-runtime-error>i{color:#b65d27}
html.stage14-news .s14-news-discovery{position:relative;margin:0 0 68px;padding:22px 0;display:grid;grid-template-columns:180px minmax(360px,1fr) 168px;align-items:center;gap:32px;border-top:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14-news .s14-news-discovery::before{position:absolute;top:-1px;left:0;width:112px;height:2px;background:#4c64fe;content:""}
html.stage14-news .s14-news-discovery-intro{min-width:0;display:flex;flex-direction:column;gap:7px}
html.stage14-news .s14-news-discovery-intro span{color:#4c64fe;font-size:11px;font-weight:820;letter-spacing:.1em;line-height:1.2}
html.stage14-news .s14-news-discovery-intro b{color:#31415f;font-size:16px;font-weight:750;line-height:1.45}
html.stage14-news .s14-news-search{height:62px;min-width:0;display:grid;grid-template-columns:56px minmax(0,1fr) 0 146px;align-items:center;overflow:hidden;border:1px solid #d8dce6;border-radius:4px;background:#fbfcff;box-shadow:0 10px 30px rgba(49,65,95,.045);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
html.stage14-news .s14-news-search:focus-within{border-color:#8999ff;background:#fff;box-shadow:0 0 0 3px rgba(76,100,254,.1),0 16px 38px rgba(49,65,95,.07)}
html.stage14-news .s14-news-search-icon{height:34px;display:grid;place-items:center;border-right:1px solid #e4e7ee;color:#4c64fe;font-size:21px}
html.stage14-news .s14-news-search input{width:100%;height:60px;min-width:0;padding:0 18px;border:0;outline:0;background:transparent;color:#31415f;font:inherit;font-size:16px;line-height:1.5}
html.stage14-news .s14-news-search input::placeholder{color:#929aaa}
html.stage14-news .s14-news-search input::-webkit-search-cancel-button{display:none}
html.stage14-news .s14-news-search button{font:inherit;cursor:pointer}
html.stage14-news .s14-news-search-clear{width:0;height:34px;padding:0;display:grid;place-items:center;visibility:hidden;opacity:0;border:0;border-radius:3px;background:transparent;color:#7c879a;font-size:17px;transition:width .18s ease,opacity .18s ease,background .18s ease,color .18s ease}
html.stage14-news .s14-news-search.is-populated{grid-template-columns:56px minmax(0,1fr) 38px 146px}
html.stage14-news .s14-news-search.is-populated .s14-news-search-clear{width:34px;visibility:visible;opacity:1}
html.stage14-news .s14-news-search-clear:hover{background:#eef1f6;color:#31415f}
html.stage14-news .s14-news-search-submit{height:46px;margin-right:7px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #4c64fe;border-radius:3px;background:#4c64fe;color:#fff;font-size:14px;font-weight:760;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
html.stage14-news .s14-news-search-submit i{font-size:16px;transition:transform .2s ease}
html.stage14-news .s14-news-search-submit:hover{border-color:#4058e8;background:#4058e8;box-shadow:0 8px 18px rgba(76,100,254,.2);transform:translateY(-1px)}
html.stage14-news .s14-news-search-submit:hover i{transform:translate(2px,-2px)}
html.stage14-news .s14-news-search-clear:focus-visible,html.stage14-news .s14-news-search-submit:focus-visible{outline:3px solid rgba(76,100,254,.25);outline-offset:2px}
html.stage14-news .s14-news-search-context{min-width:0;padding-left:27px;display:flex;flex-direction:column;gap:3px;border-left:1px solid var(--s14-line)}
html.stage14-news .s14-news-search-context span{color:#7c879a;font-size:12px;line-height:1.4}
html.stage14-news .s14-news-search-context strong{overflow:hidden;color:#31415f;font-size:16px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
html.stage14-news .s14-news-search-context small{color:#4c64fe;font-size:13px;font-weight:680;line-height:1.5}
html.stage14-news .s14-news-directory .s14-about-content-columns{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:76px}
html.stage14-news .s14-news-filter-panel{position:sticky;top:calc(var(--nav-h) + 78px);align-self:start}
html.stage14-news .s14-news-filter-panel>span{color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-news .s14-news-filter-panel h2{max-width:460px;margin:13px 0 16px;color:#31415f;font-size:34px;line-height:1.24;letter-spacing:-.03em}
html.stage14-news .s14-news-filter-panel>p{max-width:480px;margin:0;color:#69748a;font-size:15px;line-height:1.78}
html.stage14-news .s14-news-filter-all{margin-top:30px;border-top:1px solid var(--s14-line)}
html.stage14-news .s14-news-filter-all button{width:100%;min-height:52px;padding:0 4px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;border-bottom:1px solid var(--s14-line);background:transparent;color:#526078;font:inherit;font-size:14px;font-weight:760;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease,padding .2s ease}
html.stage14-news .s14-news-filter-all button small{color:#7c879a;font-size:13px;font-weight:680}
html.stage14-news .s14-news-filter-list{margin:0;padding:0;border:0;list-style:none}
html.stage14-news .s14-news-filter-list li{display:block;padding:0;border-bottom:1px solid var(--s14-line)}
html.stage14-news .s14-news-filter-list button{width:100%;min-height:82px;padding:15px 4px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;border:0;border-left:3px solid transparent;background:transparent;color:#31415f;font:inherit;text-align:left;cursor:pointer;transition:padding .2s ease,background .2s ease,border-color .2s ease}
html.stage14-news .s14-news-filter-list button>span{min-width:0;display:block}
html.stage14-news .s14-news-filter-list button b{display:block;color:#31415f;font-size:15px;line-height:1.45;transition:color .2s ease}
html.stage14-news .s14-news-filter-list button small{display:block;margin-top:4px;color:#69748a;font-size:13px;font-weight:500;line-height:1.55}
html.stage14-news .s14-news-filter-list button em{min-width:22px;color:#7c879a;font-size:13px;font-style:normal;font-weight:720;text-align:right}
html.stage14-news .s14-news-filter-list button i{color:#adb3bf;font-size:16px;transition:color .2s ease,transform .2s ease}
html.stage14-news .s14-news-filter-all button:hover,html.stage14-news .s14-news-filter-list button:hover{padding-inline:16px;background:#f7f9fb;color:#31415f}
html.stage14-news .s14-news-filter-list button:hover i{color:#4c64fe;transform:translateX(3px)}
html.stage14-news .s14-news-filter-all button[aria-pressed="true"],html.stage14-news .s14-news-filter-list button[aria-pressed="true"]{background:#f3f5ff;color:#4058e8}
html.stage14-news .s14-news-filter-list button[aria-pressed="true"]{padding-inline:16px;border-left-color:#4c64fe}
html.stage14-news .s14-news-filter-list button[aria-pressed="true"] b,html.stage14-news .s14-news-filter-list button[aria-pressed="true"] i{color:#4058e8}
html.stage14-news .s14-news-filter-all button:focus-visible,html.stage14-news .s14-news-filter-list button:focus-visible,html.stage14-news .news-pagination button:focus-visible{position:relative;z-index:1;outline:3px solid rgba(76,100,254,.28);outline-offset:2px}
html.stage14-news .s14-about-insight-list{min-width:0;scroll-margin-top:calc(var(--nav-h) + 82px)}
html.stage14-news .news-list-status{min-height:76px;padding:15px 4px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--s14-line)}
html.stage14-news .news-list-status>div{display:flex;align-items:baseline;gap:12px}
html.stage14-news .news-list-status span{color:#7c879a;font-size:13px}
html.stage14-news .news-list-status strong{color:#31415f;font-size:18px;line-height:1.4}
html.stage14-news .news-list-status>small{color:#69748a;font-size:13px;line-height:1.5;white-space:nowrap}
html.stage14-news .news-list-items{min-width:0}
html.stage14-news .s14-about-insight>div span,html.stage14-news .s14-about-insight time{font-size:13px}
html.stage14-news .s14-about-insight>small{font-size:13px}
html.stage14-news .news-pagination{min-height:86px;padding-top:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
html.stage14-news .news-pagination button{height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8dce6;background:#fff;color:#526078;font:inherit;font-size:13px;font-weight:720;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}
html.stage14-news .news-pagination button:hover:not(:disabled){border-color:#aeb8ff;background:#f5f7ff;color:#4058e8;transform:translateY(-1px)}
html.stage14-news .news-pagination button:disabled{color:#bbc0c9;background:#f7f9fb;cursor:not-allowed}
html.stage14-news .news-page-direction{min-width:96px;padding:0 14px;gap:7px}
html.stage14-news .news-page-numbers{display:flex;align-items:center;justify-content:center;gap:6px}
html.stage14-news .news-page-number{width:40px;padding:0}
html.stage14-news .news-page-number.is-current{border-color:#4c64fe;background:#4c64fe;color:#fff}
html.stage14-news .news-page-number.is-current:hover{background:#4058e8;color:#fff}
html.stage14-news .news-page-ellipsis{width:26px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#7c879a;font-size:14px}
@keyframes s14-news-spin{to{transform:rotate(360deg)}}

html.stage14-news-article .news-article-page{min-height:70vh;background:#fff}
html.stage14-news-article .news-article-head{max-width:1030px;padding-top:154px;padding-bottom:64px}
html.stage14-news-article .news-article-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:50px;color:#69748a;font-size:14px;font-weight:680;text-decoration:none;transition:color .2s ease}
html.stage14-news-article .news-article-back:hover{color:#4c64fe}
html.stage14-news-article .news-article-category{display:inline-flex;padding:7px 12px;color:#4058e8;background:#eef1ff;border:1px solid #dfe4ff;border-radius:999px;font-size:13px;font-weight:760}
html.stage14-news-article .news-article-head h1{max-width:980px;margin:22px 0 20px;color:#31415f;font-size:56px;line-height:1.16;letter-spacing:-.045em}
html.stage14-news-article .news-article-head>p{max-width:840px;margin:0;color:#69748a;font-size:18px;line-height:1.75}
html.stage14-news-article .news-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px;margin-top:30px;color:#7c879a;font-size:13px}
html.stage14-news-article .news-article-meta b{color:#526078;font-weight:740}
html.stage14-news-article .news-article-rule{height:1px;background:#e7eaf0}
html.stage14-news-article .news-article-body{min-width:0;max-width:900px;padding-top:72px;padding-bottom:120px;color:#46566e;font-size:16px;line-height:1.9;overflow-wrap:anywhere}
html.stage14-news-article .news-article-body>*{max-width:100%!important}
html.stage14-news-article .news-article-body>p{margin:0 0 24px}
html.stage14-news-article .news-article-body h2{margin:58px 0 20px;color:#31415f;font-size:34px;line-height:1.3;letter-spacing:-.025em}
html.stage14-news-article .news-article-body h3{margin:42px 0 16px;color:#31415f;font-size:25px;line-height:1.35}
html.stage14-news-article .news-article-body h4{margin:34px 0 14px;color:#31415f;font-size:20px;line-height:1.4}
html.stage14-news-article .news-article-body blockquote{margin:38px 0;padding:20px 24px;color:#40506a;background:#f4f6ff;border-left:4px solid #4c64fe;font-size:17px;line-height:1.8}
html.stage14-news-article .news-article-body ul,
html.stage14-news-article .news-article-body ol{margin:20px 0 28px;padding-left:1.5em}
html.stage14-news-article .news-article-body li{margin:8px 0}
html.stage14-news-article .news-article-body a{color:#4058e8;text-underline-offset:3px}
html.stage14-news-article .news-article-body img{display:block;max-width:100%!important;height:auto!important;object-fit:contain;box-sizing:border-box;margin:34px auto;border-radius:12px}
html.stage14-news-article .news-article-body figure{width:auto;max-width:100%!important;margin:40px auto}
html.stage14-news-article .news-article-body figcaption{margin-top:10px;color:#7c879a;font-size:13px;line-height:1.6;text-align:center}
html.stage14-news-article .news-article-text-version{margin:0 0 48px;padding:34px 38px;border:1px solid #dfe4ff;background:#f6f7ff}
html.stage14-news-article .news-article-text-version>span{display:block;margin-bottom:8px;color:#4c64fe;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-news-article .news-article-text-version>h2{margin:0 0 16px;font-size:28px;line-height:1.35}
html.stage14-news-article .news-article-text-version>p{margin:0 0 24px;color:#526078;font-size:16px;line-height:1.85}
html.stage14-news-article .news-article-text-version>section{padding:21px 0 0;border-top:1px solid #dfe4ee}
html.stage14-news-article .news-article-text-version>section+section{margin-top:20px}
html.stage14-news-article .news-article-text-version>section h2{margin:0 0 8px;font-size:20px;line-height:1.45}
html.stage14-news-article .news-article-text-version>section p{margin:0;color:#526078;font-size:15px;line-height:1.85}
html.stage14-news-article .news-article-source-note,html.stage14-news-article .news-article-current-note{margin:0 0 38px;padding:20px 24px;border-left:4px solid #4c64fe;background:#f7f9fb}
html.stage14-news-article .news-article-source-note b,html.stage14-news-article .news-article-current-note b{display:block;margin-bottom:6px;color:#31415f;font-size:15px}
html.stage14-news-article .news-article-source-note p,html.stage14-news-article .news-article-current-note p{margin:0;color:#69748a;font-size:14px;line-height:1.8}
html.stage14-news-article .news-article-body .tableWrapper,
html.stage14-news-article .news-article-body .article-table-scroll{max-width:100%;margin:34px 0;overflow-x:auto}
html.stage14-news-article .news-article-body table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}
html.stage14-news-article .news-article-body th,
html.stage14-news-article .news-article-body td{padding:12px 14px;border:1px solid #d8dce6;font-size:14px;line-height:1.55;text-align:left;vertical-align:top}
html.stage14-news-article .news-article-body th{color:#31415f;background:#f4f6fa;font-weight:760}
html.stage14-news-article .news-article-error{max-width:900px;margin:0 auto;padding:118px 24px 130px;text-align:center}
html.stage14-news-article .news-article-error-art{position:relative;width:min(390px,82vw);margin:0 auto 18px}
html.stage14-news-article .news-article-error-art::before{position:absolute;inset:19% 2% 3%;z-index:0;background:radial-gradient(circle at 50% 56%,rgba(76,100,254,.14),rgba(76,100,254,0) 69%);filter:blur(5px);content:""}
html.stage14-news-article .news-article-error-art img{position:relative;z-index:1;width:100%;height:auto;display:block;filter:drop-shadow(0 22px 28px rgba(49,65,95,.12))}
html.stage14-news-article .news-article-error-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html.stage14-news-article .news-article-error>.btn{margin-top:4px}

html.stage14-about .s14-about-culture{background:#f7f9fb!important}
html.stage14-about .s14-about-culture-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
html.stage14-about .s14-about-values{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-values article{min-height:380px;padding:28px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-values article:last-child{border-right:0}
html.stage14-about .s14-about-values span{color:#adb3bf;font-size:11px}
html.stage14-about .s14-about-values h3{margin:86px 0 12px;color:#31415f;font-size:22px;line-height:1.35}
html.stage14-about .s14-about-values p{margin:0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-culture aside{min-height:380px;padding:38px;display:flex;flex-direction:column;background:#31415f;color:#fff}
html.stage14-about .s14-about-culture aside>span{color:#c9d1ff;font-size:12px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-culture aside h3{margin:16px 0 12px;font-size:27px;line-height:1.3}
html.stage14-about .s14-about-culture aside p{margin:0;color:#dce4ef;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-culture aside .btn{margin-top:auto;align-self:flex-start;background:#fff;color:#4058e8}
html.stage14-about .s14-about-culture aside>a:not(.btn){margin-top:16px;color:#fff;font-size:13px;font-weight:720}
html.stage14-about .s14-about-faq{background:#fff!important}

/* About V3: concise company hub, image-led history and real qualification evidence. */
html.stage14-about .s14-about-company{padding-bottom:48px;background:#fff!important}
html.stage14-about .s14-about-company-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:58px;align-items:start}
html.stage14-about .s14-about-company-nav{position:sticky;top:calc(var(--nav-h) + 28px);padding:8px 0 0;border-top:2px solid #4c64fe}
html.stage14-about .s14-about-company-nav>span{display:block;padding:16px 0 18px;color:#31415f;font-size:18px;font-weight:780}
html.stage14-about .s14-about-company-nav nav{border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-company-nav nav a{padding:17px 8px;display:grid;grid-template-columns:34px 1fr;align-items:center;border-bottom:1px solid var(--s14-line);color:#52647a;font-size:13px;font-weight:720;transition:color .2s ease,padding .2s ease,background .2s ease}
html.stage14-about .s14-about-company-nav nav a:hover{padding-left:14px;color:#4058e8;background:#f5f7ff}
html.stage14-about .s14-about-company-nav nav a[aria-current="location"]{padding-left:14px;color:#4058e8;background:#f5f7ff}
html.stage14-about .s14-about-company-nav nav b{color:#adb3bf;font-size:10px;font-weight:700}
html.stage14-about .s14-about-company-nav-more{margin-top:18px;padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#4058e8;font-size:12px;font-weight:760;line-height:1.5}
html.stage14-about .s14-about-company-body{min-width:0;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-company-section{padding:88px 0 104px;border-bottom:1px solid var(--s14-line);scroll-margin-top:calc(var(--nav-h) + 24px)}
html.stage14-about .s14-about-company-section:first-child{padding-top:64px}
html.stage14-about .s14-about-company-section:last-child{padding-bottom:12px;border-bottom:0}
html.stage14-about .s14-about-company-section .s14-about-capability-v3{margin-top:92px;padding-top:86px;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-company-section-foot{margin-top:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:34px}
html.stage14-about .s14-about-company-section-foot p{max-width:690px;margin:0;color:#69748a;font-size:13px;line-height:1.72}
html.stage14-about .s14-about-company-section-foot a{flex:0 0 auto;display:flex;align-items:center;gap:7px;color:#4058e8;font-size:13px;font-weight:760}
html.stage14-about .s14-about-history-preview figure{margin:0;border:1px solid var(--s14-line);background:#07162a;overflow:hidden}
html.stage14-about .s14-about-history-preview figure>img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover}
html.stage14-about .s14-about-history-preview figcaption ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);list-style:none;border-top:1px solid rgba(255,255,255,.18)}
html.stage14-about .s14-about-history-preview figcaption li{min-height:164px;padding:20px 16px;border-right:1px solid rgba(255,255,255,.18)}
html.stage14-about .s14-about-history-preview figcaption li:last-child{border-right:0}
html.stage14-about .s14-about-history-preview time{display:block;color:#9fb0ff;font-size:12px;font-weight:820}
html.stage14-about .s14-about-history-preview b{display:block;margin-top:11px;color:#fff;font-size:15px;line-height:1.4}
html.stage14-about .s14-about-history-preview small{display:block;margin-top:8px;color:#c6d1df;font-size:11px;line-height:1.6}
html.stage14-about .s14-about-credentials-preview-grid{display:grid;grid-template-columns:.72fr .72fr 1.16fr;border:1px solid var(--s14-line);background:#f7f9fb}
html.stage14-about .s14-about-credentials-preview-grid>a{min-width:0;min-height:500px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--s14-line);color:#31415f;transition:background .22s ease,transform .22s ease}
html.stage14-about .s14-about-credentials-preview-grid>a:hover{background:#fff;transform:translateY(-4px)}
html.stage14-about .s14-about-credentials-preview-grid>a img{width:100%;height:330px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(49,65,95,.14))}
html.stage14-about .s14-about-credentials-preview-grid>a span{margin-top:20px;color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-credentials-preview-grid>a b{margin-top:7px;text-align:center;font-size:14px;line-height:1.45}
html.stage14-about .s14-about-credentials-preview-grid>a small{margin-top:auto;padding-top:14px;color:#69748a;font-size:11px}
html.stage14-about .s14-about-credentials-preview-grid aside{padding:38px 34px;display:flex;flex-direction:column;background:#fff}
html.stage14-about .s14-about-credentials-preview-grid aside>span{color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-credentials-preview-grid aside h3{margin:18px 0 12px;color:#31415f;font-size:25px;line-height:1.36}
html.stage14-about .s14-about-credentials-preview-grid aside p{margin:0;color:#69748a;font-size:13px;line-height:1.75}
html.stage14-about .s14-about-credentials-preview-grid aside dl{margin:28px 0 0;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-credentials-preview-grid aside dl>div{padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-credentials-preview-grid aside dt{color:#69748a;font-size:12px}
html.stage14-about .s14-about-credentials-preview-grid aside dd{margin:0;color:#31415f;font-size:15px;font-weight:780}
html.stage14-about .s14-about-credentials-preview-grid aside>a{margin-top:auto;padding-top:26px;display:flex;align-items:center;gap:7px;color:#4058e8;font-size:13px;font-weight:760}
html.stage14-about .s14-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html.stage14-about .s14-about-history-integrated{margin:0}
html.stage14-about .s14-about-history-preview .s14-about-history-integrated{border:0;background:transparent;overflow:visible}
html.stage14-about .s14-about-history-image-frame{position:relative;overflow:hidden;background:transparent;border:0;box-shadow:none}
html.stage14-about .s14-about-history-image-frame>img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover}
html.stage14-about .s14-about-history-image-frame::after{display:none}
html.stage14-about .s14-about-history-route{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible}
html.stage14-about .s14-about-history-route-soft,html.stage14-about .s14-about-history-route-line{fill:none;stroke-linecap:round;stroke-linejoin:round}
html.stage14-about .s14-about-history-route-soft{stroke:#e7edff;stroke-width:16;stroke-opacity:.38;filter:url(#s14-history-route-glow);mix-blend-mode:screen}
html.stage14-about .s14-about-history-route-line{stroke:url(#s14-history-route-gradient);stroke-width:5.5;filter:url(#s14-history-route-glow);stroke-dasharray:1860;stroke-dashoffset:1860;animation:s14-history-route-draw 2.3s .25s cubic-bezier(.3,.7,.2,1) forwards}
html.stage14-about .s14-about-history-route-halo{fill:#b9c8ff;fill-opacity:.22;stroke:#fff;stroke-opacity:.28;stroke-width:1.5;mix-blend-mode:screen}
html.stage14-about .s14-about-history-route-ring{fill:rgba(255,255,255,.82);stroke:#4c64fe;stroke-width:3}
html.stage14-about .s14-about-history-route-core{fill:#4c64fe}
html.stage14-about .s14-about-history-route-node{opacity:0;transform-box:fill-box;transform-origin:center;animation:s14-history-node-in .55s cubic-bezier(.2,.85,.2,1.18) forwards}
html.stage14-about .s14-about-history-route-node-1{animation-delay:.45s}html.stage14-about .s14-about-history-route-node-2{animation-delay:.58s}html.stage14-about .s14-about-history-route-node-3{animation-delay:.71s}html.stage14-about .s14-about-history-route-node-4{animation-delay:.84s}html.stage14-about .s14-about-history-route-node-5{animation-delay:.97s}html.stage14-about .s14-about-history-route-node-6{animation-delay:1.1s}html.stage14-about .s14-about-history-route-node-7{animation-delay:1.23s}html.stage14-about .s14-about-history-route-node-8{animation-delay:1.36s}html.stage14-about .s14-about-history-route-node-9{animation-delay:1.49s}
@keyframes s14-history-route-draw{to{stroke-dashoffset:0}}
@keyframes s14-history-node-in{from{opacity:0;scale:.35}to{opacity:1;scale:1}}
html.stage14-about .s14-about-history-visual-mark{position:absolute;left:4.4%;top:6.2%;z-index:3;display:grid;gap:7px;color:#0b2345;text-shadow:0 2px 18px rgba(255,255,255,.86)}
html.stage14-about .s14-about-history-visual-mark>span{color:#315be8;font-size:10px;font-weight:840;letter-spacing:.12em}
html.stage14-about .s14-about-history-visual-mark>b{max-width:620px;font-size:34px;line-height:1.18;letter-spacing:-.025em}
html.stage14-about .s14-about-history-visual-mark>small{color:#31415f;font-size:13px;font-weight:680}
html.stage14-about .s14-about-history-timeline{position:absolute;inset:0;z-index:3;margin:0;padding:0;list-style:none;pointer-events:none}
html.stage14-about .s14-about-history-timeline li{position:absolute;width:245px;color:#132947;text-shadow:0 1px 12px rgba(255,255,255,.96)}
html.stage14-about .s14-about-history-timeline li::before{content:"";position:absolute;left:-14px;top:5px;width:1px;height:42px;background:linear-gradient(180deg,#4c64fe,rgba(76,100,254,0))}
html.stage14-about .s14-about-history-timeline li:nth-child(1){left:4.2%;top:70%}
html.stage14-about .s14-about-history-timeline li:nth-child(2){left:16%;top:55.5%}
html.stage14-about .s14-about-history-timeline li:nth-child(3){left:30.2%;top:42.5%}
html.stage14-about .s14-about-history-timeline li:nth-child(4){left:44.5%;top:29.3%}
html.stage14-about .s14-about-history-timeline li:nth-child(5){left:53.2%;top:61.2%}
html.stage14-about .s14-about-history-timeline li:nth-child(6){left:63.2%;top:50.2%}
html.stage14-about .s14-about-history-timeline li:nth-child(7){left:70.1%;top:39.2%}
html.stage14-about .s14-about-history-timeline li:nth-child(8){left:64.7%;top:20.2%;width:270px}
html.stage14-about .s14-about-history-timeline li:nth-child(9){left:75.2%;top:6.3%;width:260px}
html.stage14-about .s14-about-history-timeline li>span{display:inline-block;margin-right:7px;color:#59708e;font-size:9px;font-weight:780;letter-spacing:.08em}
html.stage14-about .s14-about-history-timeline time{display:inline-block;color:#315be8;font-size:17px;font-weight:850;font-variant-numeric:tabular-nums}
html.stage14-about .s14-about-history-timeline b{display:block;margin-top:5px;color:#10294b;font-size:13px;line-height:1.45;text-wrap:pretty}
html.stage14-about .s14-about-history-timeline small{display:none}
html.stage14-about .s14-about-history-integrated figcaption>span{display:none;margin-top:12px;color:#69748a;font-size:12px;font-weight:620;line-height:1.7}
html.stage14-about .s14-about-history-v3 .s14-about-history-image-frame{border-color:transparent;box-shadow:none}
html.stage14-about .s14-about-history-v3 .s14-about-history-integrated figcaption>span{color:#c6d1df}
html.stage14-about .s14-about-service-network{margin-top:44px;display:grid;grid-template-columns:.72fr 1.28fr;border-block:1px solid var(--s14-line);background:#f7f9fb}
html.stage14-about .s14-about-service-network>div{padding:34px 34px 38px 0;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-service-network>div>span{color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.1em}
html.stage14-about .s14-about-service-network h3{margin:16px 0 11px;color:#31415f;font-size:24px;line-height:1.35;text-wrap:balance}
html.stage14-about .s14-about-service-network p{margin:0;color:#69748a;font-size:13px;line-height:1.75}
html.stage14-about .s14-about-service-network ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);list-style:none}
html.stage14-about .s14-about-service-network li{position:relative;min-width:0;padding:34px 18px;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-service-network li:last-child{border-right:0}
html.stage14-about .s14-about-service-network li::before{content:"";position:absolute;left:18px;top:34px;width:8px;height:8px;border-radius:50%;background:#4c64fe;box-shadow:0 0 0 7px rgba(76,100,254,.1)}
html.stage14-about .s14-about-service-network b{margin-top:68px;color:#31415f;font-size:18px}
html.stage14-about .s14-about-service-network li span{margin-top:8px;color:#69748a;font-size:12px;line-height:1.55}
html.stage14-about .s14-about-evidence-rail{border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-evidence-rail-head{position:relative;min-height:68px;padding:14px 18px 14px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;border-bottom:1px solid var(--s14-line);background:#f7f9fb}
html.stage14-about .s14-about-evidence-rail[data-rail-auto="true"] .s14-about-evidence-rail-head::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0,#4c64fe 38%,#90a0ff 50%,#4c64fe 62%,transparent 100%);background-size:220% 100%;opacity:0;transition:opacity .2s ease}
html.stage14-about .s14-about-evidence-rail.is-auto-running .s14-about-evidence-rail-head::after{opacity:.72;animation:s14-about-rail-flow 3.2s linear infinite}
html.stage14-about .s14-about-evidence-rail.is-user-paused [data-rail-toggle]{border-color:#4c64fe;background:#eef1ff;color:#4058e8}
@keyframes s14-about-rail-flow{from{background-position:110% 0}to{background-position:-110% 0}}
html.stage14-about .s14-about-evidence-rail-head>div:first-child{display:flex;align-items:baseline;gap:14px}
html.stage14-about .s14-about-evidence-rail-head span{color:#31415f;font-size:15px;font-weight:780}
html.stage14-about .s14-about-evidence-rail-head>div:last-child,html.stage14-about .s14-about-ip-controls{display:flex;align-items:center;gap:8px}
html.stage14-about [data-about-rail] button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--s14-line);border-radius:0;background:#fff;color:#4058e8;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
html.stage14-about [data-about-rail] button:hover{border-color:#4c64fe;background:#4c64fe;color:#fff}
html.stage14-about [data-about-rail] button:active{transform:translateY(1px)}
html.stage14-about [data-about-rail] button:focus-visible{outline:3px solid rgba(76,100,254,.28);outline-offset:2px}
html.stage14-about [data-about-rail] button:disabled{opacity:.34;cursor:default;transform:none}
html.stage14-about [data-about-rail] [data-rail-toggle]{margin-right:4px}
html.stage14-about .s14-about-evidence-track{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto;contain:layout paint style;mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%)}
html.stage14-about .s14-about-evidence-track::-webkit-scrollbar,html.stage14-about .s14-about-ip-track::-webkit-scrollbar{display:none}
html.stage14-about [data-rail-clone]{user-select:none;-webkit-user-select:none}
html.stage14-about .s14-about-evidence-track:focus-visible,html.stage14-about .s14-about-ip-track:focus-visible{outline:3px solid rgba(76,100,254,.28);outline-offset:-3px}
html.stage14-about .s14-about-evidence-card{position:relative;flex:0 0 clamp(245px,31%,310px);min-height:470px;padding:24px 22px 22px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line);background:#fff;color:#31415f;scroll-snap-align:start;transition:background .22s ease}
html.stage14-about .s14-about-evidence-card:hover{background:#f7f9fb}
html.stage14-about .s14-about-evidence-image{height:285px;display:flex;align-items:center;justify-content:center}
html.stage14-about .s14-about-evidence-image img{max-width:100%;max-height:270px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(49,65,95,.13))}
html.stage14-about .s14-about-evidence-badge{margin-top:18px;color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.07em}
html.stage14-about .s14-about-evidence-card>b{margin-top:8px;font-size:15px;line-height:1.48}
html.stage14-about .s14-about-evidence-card>small{margin-top:auto;padding-top:18px;color:#69748a;font-size:12px}
html.stage14-about .s14-about-ip-showcase{margin-top:22px;display:grid;grid-template-columns:280px minmax(0,1fr);border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-ip-copy{padding:30px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-ip-copy>span{color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.09em}
html.stage14-about .s14-about-ip-copy h3{margin:18px 0 11px;color:#31415f;font-size:23px;line-height:1.38}
html.stage14-about .s14-about-ip-copy p{margin:0;color:#69748a;font-size:13px;line-height:1.72}
html.stage14-about .s14-about-ip-controls{margin-top:auto;padding-top:24px;justify-content:flex-end}
html.stage14-about .s14-about-ip-track{min-width:0;display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto;contain:layout paint style;mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}
html.stage14-about .s14-about-ip-card{position:relative;flex:0 0 170px;min-height:330px;padding:20px 17px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line);color:#31415f;scroll-snap-align:start;transition:background .22s ease}
html.stage14-about .s14-about-ip-card:hover{background:#f5f7ff}
html.stage14-about .s14-about-ip-card img{width:120px;height:170px;margin:8px auto 0;padding:5px;object-fit:contain;background:#fff;border:1px solid var(--s14-line);filter:drop-shadow(0 10px 16px rgba(49,65,95,.1))}
html.stage14-about .s14-about-ip-card b{margin-top:auto;padding-top:18px;font-size:12px;line-height:1.5}
html.stage14-about .s14-about-credentials-preview>.s14-about-source-note{max-width:none;margin:18px 0 0;padding:0;color:#69748a;font-size:12px;line-height:1.7}
html.stage14-about .s14-about-partnership-overview{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);border-block:1px solid var(--s14-line);background:#f7f9fb}
html.stage14-about .s14-about-partnership-overview>div{padding:36px 38px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-partnership-overview>div>span{color:#4c64fe;font-size:11px;font-weight:820;letter-spacing:.1em}
html.stage14-about .s14-about-partnership-overview h3{max-width:430px;margin:42px 0 0;color:#31415f;font-size:24px;line-height:1.42;text-wrap:balance}
html.stage14-about .s14-about-partnership-overview ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none}
html.stage14-about .s14-about-partnership-overview li{min-width:0;padding:34px 26px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-partnership-overview li:last-child{border-right:0}
html.stage14-about .s14-about-partnership-overview li span{color:#31415f;font-size:15px;font-weight:780}
html.stage14-about .s14-about-partnership-overview li p{margin:18px 0 0;color:#69748a;font-size:13px;line-height:1.72}
html.stage14-about .s14-about-partner-wall{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;background:transparent}
html.stage14-about .s14-about-partner{--partner-logo-width:70%;--partner-logo-height:72px;min-width:0;min-height:226px;margin:0;padding:28px 24px 26px;display:flex;flex-direction:column;border:1px solid var(--s14-line);background:#fff;transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease}
html.stage14-about .s14-about-partner:hover{z-index:1;border-color:#cbd2ff;background:#f7f8ff;box-shadow:0 18px 44px rgba(49,65,95,.09);transform:translateY(-3px)}
html.stage14-about .s14-about-partner>div{height:112px;display:flex;align-items:center;justify-content:center}
html.stage14-about .s14-about-partner img{width:var(--partner-logo-width);height:var(--partner-logo-height);max-width:100%;max-height:100%;object-fit:contain}
html.stage14-about .s14-about-partner-tencent{--partner-logo-width:78%;--partner-logo-height:72px}
html.stage14-about .s14-about-partner-baidu{--partner-logo-width:68%;--partner-logo-height:72px}
html.stage14-about .s14-about-partner-huawei{--partner-logo-width:38%;--partner-logo-height:78px}
html.stage14-about .s14-about-partner-sensetime{--partner-logo-width:70%;--partner-logo-height:70px}
html.stage14-about .s14-about-partner-kingbase{--partner-logo-width:70%;--partner-logo-height:68px}
html.stage14-about .s14-about-partner-fadada{--partner-logo-width:58%;--partner-logo-height:76px}
html.stage14-about .s14-about-partner-hikvision{--partner-logo-width:60%;--partner-logo-height:76px}
html.stage14-about .s14-about-partner-jieshun{--partner-logo-width:70%;--partner-logo-height:68px}
html.stage14-about .s14-about-partner figcaption{margin-top:auto;padding-top:22px;display:block}
html.stage14-about .s14-about-partner b{display:block;color:#31415f;font-size:16px;line-height:1.4}
html.stage14-about .s14-about-partner small{max-width:none;margin-top:6px;display:block;color:#69748a;font-size:13px;line-height:1.5;text-align:left}
html.stage14-about .s14-about-local-nav{position:sticky;top:var(--nav-h);z-index:22;border-bottom:1px solid var(--s14-line);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
html.stage14-about .s14-about-local-nav .container{min-height:58px;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}
html.stage14-about .s14-about-local-nav .container::-webkit-scrollbar{display:none}
html.stage14-about .s14-about-local-nav a{position:relative;flex:0 0 auto;padding:20px 21px;color:#52647a;font-size:13px;font-weight:700;white-space:nowrap;transition:color .2s ease,background .2s ease}
html.stage14-about .s14-about-local-nav a::after{content:"";position:absolute;left:21px;right:21px;bottom:0;height:2px;background:#4c64fe;transform:scaleX(0);transition:transform .2s ease}
html.stage14-about .s14-about-local-nav a:hover{color:#31415f;background:#f7f9fb}
html.stage14-about .s14-about-local-nav a:hover::after{transform:scaleX(1)}
html.stage14-about .s14-about-local-nav a[aria-current="page"]{color:#4058e8;background:#f5f7ff}
html.stage14-about .s14-about-local-nav a[aria-current="page"]::after{transform:scaleX(1)}
html.stage14-about .s14-about-profile-v3{display:grid;grid-template-columns:1.12fr .88fr;border-block:1px solid var(--s14-line)}
html.stage14-about .s14-about-story{min-height:430px;padding:50px 60px 50px 0;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-story>span{color:#4c64fe;font-size:13px;font-weight:800;letter-spacing:.08em}
html.stage14-about .s14-about-story>p{max-width:760px;margin:28px 0 0;color:#31415f;font-size:22px;line-height:1.8;letter-spacing:-.015em;text-wrap:pretty}
html.stage14-about .s14-about-story blockquote{margin:40px 0 0;padding:24px 0 0;border-top:1px solid var(--s14-line);color:#4c64fe;font-size:17px;font-weight:760}
html.stage14-about .s14-about-fact-list-v3{margin:0;display:grid;grid-template-columns:1fr 1fr;background:#f7f9fb}
html.stage14-about .s14-about-fact-list-v3>div{min-height:215px;padding:36px 32px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-fact-list-v3>div:nth-child(even){border-right:0}
html.stage14-about .s14-about-fact-list-v3>div:nth-last-child(-n+2){border-bottom:0}
html.stage14-about .s14-about-fact-list-v3 dt{color:#69748a;font-size:12px;font-weight:780;letter-spacing:.06em}
html.stage14-about .s14-about-fact-list-v3 dd{margin:48px 0 0;color:#31415f;font-size:17px;font-weight:720;line-height:1.55}
html.stage14-about .s14-about-profile-v4{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);border-block:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-story-v4{min-height:600px;padding:62px 70px 62px 0;justify-content:flex-start}
html.stage14-about .s14-about-story-v4>span{display:flex;align-items:center;gap:13px;color:#4c64fe;font-size:12px;letter-spacing:.075em}
html.stage14-about .s14-about-story-v4>span::before{content:"";width:34px;height:1px;background:#4c64fe}
html.stage14-about .s14-about-story-v4>p{max-width:790px;margin-top:34px;font-size:21px;line-height:1.9;letter-spacing:-.018em;text-indent:2em}
html.stage14-about .s14-about-story-v4 blockquote{max-width:760px;margin-top:auto;padding-top:34px;font-size:clamp(25px,2.05vw,31px);font-weight:790;line-height:1.48;letter-spacing:-.028em;text-wrap:balance}
html.stage14-about .s14-about-story-network{position:relative;isolation:isolate;overflow:hidden;background:#fbfcfe}
html.stage14-about .s14-about-story-network::before{content:"";position:absolute;z-index:-2;inset:0;background:url('../img/about-v5/company-profile-network-bg-v1.webp') 70% 54%/cover no-repeat;opacity:.96;transform:scale(1.01);transform-origin:center right;filter:saturate(1.16) contrast(1.05);pointer-events:none}
html.stage14-about .s14-about-story-network::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 25%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.42) 72%,rgba(255,255,255,.12) 100%),linear-gradient(180deg,rgba(255,255,255,.66) 0%,rgba(255,255,255,.03) 28%,rgba(255,255,255,.02) 70%,rgba(255,255,255,.42) 100%);pointer-events:none}
html.stage14-about .s14-about-story-network>*{position:relative;z-index:1}
html.stage14-about .s14-about-profile-proof{position:relative;isolation:isolate;overflow:hidden;min-width:0;padding:48px 34px 36px;display:flex;flex-direction:column;background:linear-gradient(145deg,#f8f9fc 0%,#f2f5fa 100%)}
html.stage14-about .s14-about-profile-proof::before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 84% 9%,rgba(76,100,254,.13) 0,rgba(76,100,254,0) 31%),linear-gradient(rgba(76,100,254,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(76,100,254,.035) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px;mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.22) 68%,transparent);pointer-events:none}
html.stage14-about .s14-about-profile-proof>*{position:relative;z-index:1}
html.stage14-about .s14-about-profile-proof>span{color:#4c64fe;font-size:11px;font-weight:820;letter-spacing:.1em}
html.stage14-about .s14-about-profile-proof>h3{max-width:330px;margin:18px 0 34px;color:#31415f;font-size:25px;line-height:1.42;text-wrap:balance}
html.stage14-about .s14-about-profile-proof dl{min-height:0;flex:1;margin:0;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));border-top:1px solid #d8dce6}
html.stage14-about .s14-about-profile-proof dl>div{min-height:0;padding:20px 0;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #d8dce6}
html.stage14-about .s14-about-profile-proof dl>div:last-child{border-bottom:0}
html.stage14-about .s14-about-profile-proof dt{color:#69748a;font-size:11px;font-weight:760;letter-spacing:.055em}
html.stage14-about .s14-about-profile-proof dd{margin:12px 0 0;color:#31415f;font-size:24px;font-weight:790;line-height:1.25;font-variant-numeric:tabular-nums}
html.stage14-about .s14-about-profile-proof small{display:block;margin-top:8px;color:#69748a;font-size:13px;line-height:1.68}
html.stage14-about .s14-about-service-network-v4{margin-top:96px;padding-top:86px;border-top:1px solid var(--s14-line)}
html.stage14-about .s14-about-service-network-head{margin-bottom:34px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:70px;align-items:end}
html.stage14-about .s14-about-service-network-head>div>span{color:#4c64fe;font-size:11px;font-weight:820;letter-spacing:.1em}
html.stage14-about .s14-about-service-network-head h3{max-width:620px;margin:17px 0 0;color:#31415f;font-size:34px;line-height:1.28;letter-spacing:-.025em;text-wrap:balance}
html.stage14-about .s14-about-service-network-head>p{max-width:680px;margin:0;color:#69748a;font-size:14px;line-height:1.82}
html.stage14-about .s14-about-service-network-grid{display:grid;grid-template-columns:1.36fr .72fr .72fr;grid-template-rows:285px 285px;gap:12px;background:#fff}
html.stage14-about .s14-about-city-scene{position:relative;min-width:0;min-height:0;margin:0;overflow:hidden;background:#dfe6ed;color:#fff}
html.stage14-about .s14-about-city-scene-beijing{grid-row:1/3}
html.stage14-about .s14-about-city-scene-hefei{grid-column:2/4}
html.stage14-about .s14-about-city-scene picture,html.stage14-about .s14-about-city-scene picture img{position:absolute;inset:0;width:100%;height:100%}
html.stage14-about .s14-about-city-scene picture img{object-fit:cover;transition:transform .8s cubic-bezier(.2,.75,.25,1)}
html.stage14-about .s14-about-city-scene:hover picture img{transform:scale(1.035)}
html.stage14-about .s14-about-city-scene-wash{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,20,40,.02) 28%,rgba(8,20,40,.82) 100%)}
html.stage14-about .s14-about-city-scene figcaption{position:absolute;left:0;right:0;bottom:0;padding:24px 26px 25px}
html.stage14-about .s14-about-city-scene figcaption>span{color:#d7deff;font-size:10px;font-weight:800;letter-spacing:.12em}
html.stage14-about .s14-about-city-scene h4{margin:8px 0 0;color:#fff;font-size:26px;line-height:1.1;letter-spacing:-.02em}
html.stage14-about .s14-about-city-scene-beijing h4{font-size:38px}
html.stage14-about .s14-about-city-scene figcaption p{margin:10px 0 0;color:#edf1f7;font-size:12px;line-height:1.55}
html.stage14-about .s14-about-city-scene figcaption p b{margin-right:10px;color:#fff;font-size:13px}
html.stage14-about .s14-about-service-network-note{margin:15px 0 0;display:flex;align-items:flex-start;gap:8px;color:#7b8699;font-size:12px;line-height:1.7}
html.stage14-about .s14-about-service-network-note .ph{flex:0 0 auto;margin-top:3px;color:#4c64fe;font-size:14px}
html.stage14-about .s14-about-capability-v3{background:#f7f9fb!important}
html.stage14-about .s14-about-capability-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:0;border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-capability-layout figure{position:relative;min-height:650px;margin:0;overflow:hidden;background:#dfe6ed}
html.stage14-about .s14-about-capability-layout figure img{width:100%;height:100%;object-fit:cover;object-position:center}
html.stage14-about .s14-about-capability-layout figcaption{position:absolute;left:22px;bottom:22px;max-width:420px;padding:11px 14px;background:rgba(255,255,255,.92);color:#31415f;font-size:13px;font-weight:720;line-height:1.55;backdrop-filter:blur(12px)}
html.stage14-about .s14-about-capability-list{display:grid;grid-template-rows:repeat(3,1fr)}
html.stage14-about .s14-about-capability-list article{padding:34px 38px;display:grid;grid-template-columns:34px 38px 1fr;gap:18px;border-bottom:1px solid var(--s14-line);transition:background .22s ease}
html.stage14-about .s14-about-capability-list article:last-child{border-bottom:0}
html.stage14-about .s14-about-capability-list article:hover{background:#f5f8ff}
html.stage14-about .s14-about-capability-list article>span{padding-top:4px;color:#adb3bf;font-size:11px}
html.stage14-about .s14-about-capability-list article>.ph{color:#4c64fe;font-size:27px}
html.stage14-about .s14-about-capability-list h3{margin:0;color:#31415f;font-size:23px;line-height:1.35}
html.stage14-about .s14-about-capability-list p{margin:10px 0 0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-capability-list small{display:block;margin-top:16px;color:#4058e8;font-size:13px;font-weight:720;line-height:1.55}
html.stage14-about .s14-about-history-v3{background:#07162a!important;color:#fff}
html.stage14-about .s14-about-history-v3 .s14-head>span{color:#aab9cf}
html.stage14-about .s14-about-history-v3 .s14-head h2{color:#fff}
html.stage14-about .s14-about-history-v3 .s14-head p{color:#c6d1df}
html.stage14-about .s14-about-history-visual{position:relative;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 34px 90px rgba(0,0,0,.26)}
html.stage14-about .s14-about-history-visual>img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover}
html.stage14-about .s14-about-history-visual ol{position:absolute;inset:0;margin:0;padding:0;list-style:none}
html.stage14-about .s14-about-history-point{position:absolute;width:220px;padding:14px 16px;border:1px solid rgba(255,255,255,.28);background:rgba(4,15,30,.72);box-shadow:0 14px 36px rgba(0,0,0,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
html.stage14-about .s14-about-history-point-1{left:5%;bottom:8%}
html.stage14-about .s14-about-history-point-2{left:31%;bottom:25%}
html.stage14-about .s14-about-history-point-3{left:49%;top:35%}
html.stage14-about .s14-about-history-point-4{left:63%;top:15%}
html.stage14-about .s14-about-history-point-5{right:2.5%;top:3%}
html.stage14-about .s14-about-history-point time{display:block;color:#9fb0ff;font-size:13px;font-weight:820;letter-spacing:.04em}
html.stage14-about .s14-about-history-point b{display:block;margin-top:5px;color:#fff;font-size:17px;line-height:1.35}
html.stage14-about .s14-about-history-point small{display:block;margin-top:6px;color:#d7e0eb;font-size:12px;line-height:1.55}
html.stage14-about .s14-about-history-v3 .s14-about-source-note{color:#aebed1}
html.stage14-about .s14-about-credentials-v3{background:#f7f9fb!important}
html.stage14-about .s14-about-credential-stage{position:relative;min-height:620px;overflow:hidden;border:1px solid var(--s14-line);background:#edf1f5;box-shadow:0 28px 78px rgba(37,64,99,.1)}
html.stage14-about .s14-about-credential-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
html.stage14-about .s14-about-credential-focus-wrap{position:absolute;inset:0;padding:8% 21% 7%;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
html.stage14-about .s14-about-credential-focus{min-width:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto auto auto;justify-items:center;color:#31415f;transition:transform .28s var(--ease)}
html.stage14-about .s14-about-credential-focus:hover{transform:translateY(-8px)}
html.stage14-about .s14-about-credential-focus img{min-height:0;width:100%;height:100%;max-height:410px;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(35,53,77,.18))}
html.stage14-about .s14-about-credential-focus span{margin-top:14px;color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.09em}
html.stage14-about .s14-about-credential-focus b{margin-top:5px;text-align:center;font-size:15px;line-height:1.35}
html.stage14-about .s14-about-credential-focus small{margin-top:5px;color:#69748a;font-size:11px}
html.stage14-about .s14-about-credential-archive{margin-top:20px;border-block:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-credential-archive-head{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--s14-line)}
html.stage14-about .s14-about-credential-archive-head span{color:#31415f;font-size:17px;font-weight:780}
html.stage14-about .s14-about-credential-archive-head p{margin:0;color:#69748a;font-size:13px;line-height:1.6}
html.stage14-about .s14-about-credential-archive-grid{display:grid;grid-template-columns:repeat(7,1fr)}
html.stage14-about .s14-about-credential-archive-item{position:relative;min-width:0;min-height:270px;padding:24px 18px 20px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line);color:#31415f;transition:background .22s ease}
html.stage14-about .s14-about-credential-archive-item:last-child{border-right:0}
html.stage14-about .s14-about-credential-archive-item:hover{background:#f5f8ff}
html.stage14-about .s14-about-credential-archive-item>span{height:155px;display:flex;align-items:center;justify-content:center}
html.stage14-about .s14-about-credential-archive-item img{max-width:100%;max-height:150px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(49,65,95,.12))}
html.stage14-about .s14-about-credential-archive-item b{margin-top:auto;padding-top:18px;font-size:13px;line-height:1.45}
html.stage14-about .s14-about-credential-archive-item>.ph{position:absolute;right:16px;bottom:20px;color:#4c64fe;font-size:15px}
html.stage14-about .s14-about-ip-v3{margin-top:20px;display:grid;grid-template-columns:.46fr 1.54fr;border:1px solid var(--s14-line);background:#fff}
html.stage14-about .s14-about-ip-v3>div:first-child{padding:34px;border-right:1px solid var(--s14-line)}
html.stage14-about .s14-about-ip-v3>div:first-child>span{color:#4c64fe;font-size:11px;font-weight:800;letter-spacing:.09em}
html.stage14-about .s14-about-ip-v3 h3{margin:16px 0 10px;color:#31415f;font-size:24px;line-height:1.35}
html.stage14-about .s14-about-ip-v3 p{margin:0;color:#69748a;font-size:13px;line-height:1.7}
html.stage14-about .s14-about-ip-rail{padding:24px;display:flex;align-items:center;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
html.stage14-about .s14-about-ip-rail img{flex:0 0 auto;width:108px;height:148px;padding:5px;object-fit:contain;background:#fff;border:1px solid var(--s14-line);box-shadow:0 10px 22px rgba(49,65,95,.09);scroll-snap-align:start}
html.stage14-about .s14-about-credentials-v3>.container>.s14-about-source-note{max-width:none;margin:18px 0 0;padding:0}
html.stage14-about .s14-about-portals{padding-top:68px;background:#fff!important}
@media (min-width:981px){
  html.stage14-about .s14-about-portals .s14-head h2{white-space:nowrap;text-wrap:nowrap}
}
html.stage14-about .s14-about-portal-grid{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--s14-line)}
html.stage14-about .s14-about-portal-grid>a{min-height:270px;padding:34px;display:grid;grid-template-columns:52px 1fr;gap:18px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line);color:#31415f;transition:background .22s ease,padding .22s ease}
html.stage14-about .s14-about-portal-grid>a:nth-child(even){border-right:0}
html.stage14-about .s14-about-portal-grid>a:nth-last-child(-n+2){border-bottom:0}
html.stage14-about .s14-about-portal-grid>a:hover{padding-left:44px;background:#f5f8ff}
html.stage14-about .s14-about-portal-grid>a>span{color:#adb3bf;font-size:11px}
html.stage14-about .s14-about-portal-grid h3{margin:0;color:#31415f;font-size:26px}
html.stage14-about .s14-about-portal-grid p{max-width:500px;margin:16px 0 0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-about .s14-about-portal-grid small{display:block;margin-top:42px;color:#4058e8;font-size:13px;font-weight:740}
html.stage14-investor{scroll-behavior:smooth}
html.stage14-investor .s14-hero-copy{max-width:760px}
html.stage14-investor .s14-hero-copy h1{max-width:720px;text-wrap:balance}
html.stage14-investor .s14-ir-anchor-nav{position:relative;z-index:3;background:rgba(255,255,255,.96);border-block:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-anchor-nav .container{display:flex;align-items:center;justify-content:center}
html.stage14-investor .s14-ir-anchor-nav a{padding:20px 28px;color:#69748a;font-size:13px;font-weight:680;white-space:nowrap;transition:color .22s ease,background .22s ease}
html.stage14-investor .s14-ir-anchor-nav a:hover,html.stage14-investor .s14-ir-anchor-nav a:focus-visible{color:#4c64fe;background:#f5f7ff}
html.stage14-investor .s14-ir-overview{padding:58px 0 62px;background:#f7f9fb!important}
html.stage14-investor .s14-ir-overview .s14-head{margin-bottom:44px}
html.stage14-investor .s14-ir-overview-grid{display:grid;grid-template-columns:1.08fr .92fr;background:#fff;border-block:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-position{min-height:380px;padding:42px 46px;display:flex;flex-direction:column;border-right:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-position>span{color:#4c64fe;font-size:12px;font-weight:780;letter-spacing:.08em}
html.stage14-investor .s14-ir-position h3{max-width:600px;margin:74px 0 16px;color:#31415f;font-size:32px;line-height:1.28;letter-spacing:-.025em;text-wrap:balance}
html.stage14-investor .s14-ir-position p{max-width:620px;margin:0;color:#69748a;font-size:15px;line-height:1.82}
html.stage14-investor .s14-ir-position .text-link{margin-top:auto;align-self:flex-start}
html.stage14-investor .s14-ir-company-facts{margin:0;display:grid;grid-template-rows:repeat(3,1fr)}
html.stage14-investor .s14-ir-company-facts>div{padding:30px 34px;display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;border-bottom:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-company-facts>div:last-child{border-bottom:0}
html.stage14-investor .s14-ir-company-facts dt{color:#adb3bf;font-size:12px;font-weight:720}
html.stage14-investor .s14-ir-company-facts dd{margin:0;color:#31415f;font-size:17px;font-weight:680;line-height:1.55}
html.stage14-investor .s14-ir-subsidiary{margin-top:18px;padding:28px 34px;display:grid;grid-template-columns:150px minmax(0,1fr) minmax(250px,.7fr);gap:28px;align-items:center;background:#edf1ff;border-left:3px solid #4c64fe}
html.stage14-investor .s14-ir-subsidiary>span{color:#4c64fe;font-size:12px;font-weight:780;letter-spacing:.08em}
html.stage14-investor .s14-ir-subsidiary h3{margin:0 0 7px;color:#31415f;font-size:21px}
html.stage14-investor .s14-ir-subsidiary p{margin:0;color:#536078;font-size:14px;line-height:1.72}
html.stage14-investor .s14-ir-subsidiary p b{color:#31415f;font-variant-numeric:tabular-nums}
html.stage14-investor .s14-ir-subsidiary small{padding-left:28px;border-left:1px solid rgba(76,100,254,.2);color:#69748a;font-size:13px;line-height:1.7}
html.stage14-investor .s14-ir-updates{background:#fff!important}
html.stage14-investor .s14-ir-updates-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:end;margin-bottom:38px}
html.stage14-investor .s14-ir-updates-head .s14-head{margin-bottom:0}
html.stage14-investor .s14-ir-updates-actions{margin-bottom:2px;display:flex;align-items:center;gap:10px}
html.stage14-investor .s14-ir-updates-actions .btn{min-width:132px;justify-content:center}
html.stage14-investor .s14-ir-updates-actions .btn-secondary{border-color:#d8dce6;background:#fff;color:#536078}
html.stage14-investor .s14-ir-updates-actions .btn-secondary:hover{border-color:#4c64fe;color:#4c64fe}
html.stage14-investor .s14-ir-update-list{border-top:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-update{min-height:216px;padding:32px 26px;display:grid;grid-template-columns:70px minmax(0,1fr) 28px;gap:28px;align-items:start;border-bottom:1px solid var(--s14-line);color:#31415f;transition:background .24s ease,transform .24s ease}
html.stage14-investor .s14-ir-update:hover{background:#f7f9ff;transform:translateX(4px)}
html.stage14-investor .s14-ir-update:focus-visible{outline:3px solid rgba(76,100,254,.28);outline-offset:-3px}
html.stage14-investor .s14-ir-update-index{padding-top:4px;color:#adb3bf;font-size:12px;font-variant-numeric:tabular-nums}
html.stage14-investor .s14-ir-update-copy>div{display:flex;align-items:center;gap:14px}
html.stage14-investor .s14-ir-update-copy>div>span{color:#4c64fe;font-size:12px;font-weight:780}
html.stage14-investor .s14-ir-update-copy>div>time{color:#8f98aa;font-size:12px;font-variant-numeric:tabular-nums}
html.stage14-investor .s14-ir-update h3{max-width:820px;margin:18px 0 11px;color:#31415f;font-size:27px;line-height:1.35;letter-spacing:-.018em;text-wrap:balance}
html.stage14-investor .s14-ir-update p{max-width:780px;margin:0;color:#69748a;font-size:14px;line-height:1.75}
html.stage14-investor .s14-ir-update>i{margin-top:4px;color:#4c64fe;font-size:22px;transition:transform .22s ease}
html.stage14-investor .s14-ir-update:hover>i{transform:translate(3px,-3px)}
html.stage14-investor .s14-ir-update-status{min-height:48px;padding:13px 0;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--s14-line);color:#69748a;font-size:13px;line-height:1.5}
html.stage14-investor .s14-ir-update-status[hidden]{display:none}
html.stage14-investor .s14-ir-update-status>i{flex:0 0 auto;color:#4c64fe;font-size:17px}
html.stage14-investor .s14-ir-update-status>span{min-width:0;flex:1}
html.stage14-investor .s14-ir-update-status[data-state='loading']>i{animation:s14-ir-spin .9s linear infinite}
html.stage14-investor .s14-ir-update-status button{margin-left:auto;padding:7px 12px;border:1px solid #cfd5e1;background:#fff;color:#4c64fe;font:inherit;font-weight:720;cursor:pointer}
html.stage14-investor .s14-ir-update-status button:hover{border-color:#4c64fe}
@keyframes s14-ir-spin{to{transform:rotate(360deg)}}
html.stage14-investor .s14-ir-capability{background:#f7f9fb!important}
html.stage14-investor .s14-ir-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--s14-line);background:#fff}
html.stage14-investor .s14-ir-capability-grid article{min-width:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--s14-line);background:#fff}
html.stage14-investor .s14-ir-capability-grid article:last-child{border-right:0}
html.stage14-investor .s14-ir-capability-grid figure{position:relative;aspect-ratio:3/2;margin:0;overflow:hidden;background:#eef3fb}
html.stage14-investor .s14-ir-capability-grid picture{display:block;width:100%;height:100%}
html.stage14-investor .s14-ir-capability-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.72,.22,1)}
html.stage14-investor .s14-ir-capability-grid article:hover img{transform:scale(1.025)}
html.stage14-investor .s14-ir-capability-body{display:grid;grid-template-columns:34px minmax(0,1fr);gap:16px;padding:27px 28px 31px}
html.stage14-investor .s14-ir-capability-body>span{padding-top:5px;color:#adb3bf;font-size:12px;font-variant-numeric:tabular-nums}
html.stage14-investor .s14-ir-capability-grid h3{margin:0 0 15px;color:#31415f;font-size:23px;line-height:1.4}
html.stage14-investor .s14-ir-capability-grid p{margin:0;color:#69748a;font-size:14px;line-height:1.78}
html.stage14-investor .s14-ir-evidence{background:#fff!important}
html.stage14-investor .s14-ir-evidence-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--s14-line)}
html.stage14-investor .s14-ir-evidence-grid>a{min-height:190px;padding:30px 28px;display:grid;grid-template-columns:46px minmax(0,1fr) 24px;gap:18px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line);color:#31415f;transition:background .22s ease}
html.stage14-investor .s14-ir-evidence-grid>a:nth-child(even){border-right:0}
html.stage14-investor .s14-ir-evidence-grid>a:hover{background:#f5f7ff}
html.stage14-investor .s14-ir-evidence-grid>a>span{color:#adb3bf;font-size:11px}
html.stage14-investor .s14-ir-evidence-grid h3{margin:0 0 12px;color:#31415f;font-size:23px}
html.stage14-investor .s14-ir-evidence-grid p{max-width:480px;margin:0;color:#69748a;font-size:14px;line-height:1.72}
html.stage14-investor .s14-ir-evidence-grid i{color:#4c64fe;font-size:20px}
html.stage14-investor .s14-ir-contact h2{max-width:none;font-size:clamp(20px,3vw,42px);white-space:nowrap}
html.stage14-investor .s14-ir-contact small{display:block;margin-top:20px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.7}
html.stage14-investor .s14-ir-contact small a{color:#fff;text-decoration:underline;text-underline-offset:3px}
html.stage14-investor .s14-ir-contact>.container>div:last-child{align-items:stretch}
html.stage14-investor .s14-ir-contact-link{align-self:center;color:#fff;font-size:13px;font-weight:720;text-align:center}

@media (min-width:981px){
  html.stage14-investor .s14-ir-overview>.container>.s14-head,
  html.stage14-investor .s14-ir-capability>.container>.s14-head,
  html.stage14-investor .s14-ir-evidence>.container>.s14-head{grid-template-columns:110px minmax(0,1fr);gap:24px}
  html.stage14-investor .s14-ir-overview>.container>.s14-head h2,
  html.stage14-investor .s14-ir-capability>.container>.s14-head h2,
  html.stage14-investor .s14-ir-evidence>.container>.s14-head h2{font-size:clamp(30px,3vw,44px);white-space:nowrap;text-wrap:nowrap}
}

@media (prefers-reduced-motion:reduce){
  html.stage14-about .s14-about-evidence-rail-head::after{display:none}
  html.stage14-about [data-rail-toggle]{display:none!important}
  html.stage14-about .s14-about-evidence-track,html.stage14-about .s14-about-ip-track{scroll-snap-type:x mandatory;mask-image:none;-webkit-mask-image:none}
  html.stage14-about .s14-about-city-scene picture img{transition:none}
  html.stage14-about .s14-about-city-scene:hover picture img{transform:none}
  html.stage14-investor .s14-ir-capability-grid img{transition:none}
  html.stage14-investor .s14-ir-capability-grid article:hover img{transform:none}
  html.stage14-about .s14-about-history-route-line{stroke-dashoffset:0;animation:none}
  html.stage14-about .s14-about-history-route-node{opacity:1;animation:none}
}

@media (max-width:1180px){
  html.stage14-about .s14-about-credential-focus-wrap{padding-inline:17%}
  html.stage14-about .s14-about-credential-archive-grid{grid-template-columns:repeat(4,1fr)}
  html.stage14-about .s14-about-credential-archive-item:nth-child(4){border-right:0}
  html.stage14-about .s14-about-credential-archive-item:nth-child(-n+4){border-bottom:1px solid var(--s14-line)}
}

@media (max-width:980px){
  html.stage14-about .s14-about-company-layout{grid-template-columns:180px minmax(0,1fr);gap:34px}
  html.stage14-about .s14-about-service-network{grid-template-columns:1fr}
  html.stage14-about .s14-about-service-network>div{padding:30px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-ip-showcase{grid-template-columns:1fr}
  html.stage14-about .s14-about-ip-copy{border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-ip-controls{margin-top:24px}
  html.stage14-about .s14-about-history-preview figcaption ol{grid-template-columns:repeat(2,1fr)}
  html.stage14-about .s14-about-history-preview figcaption li:nth-child(even){border-right:0}
  html.stage14-about .s14-about-history-preview figcaption li{border-bottom:1px solid rgba(255,255,255,.18)}
  html.stage14-about .s14-about-history-preview figcaption li:last-child{grid-column:1/-1;min-height:130px;border-bottom:0}
  html.stage14-about .s14-about-history-route{height:auto;aspect-ratio:1672/941}
  html.stage14-about .s14-about-history-timeline{position:relative;inset:auto;display:grid;grid-template-columns:repeat(9,160px);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#7183a1 #10243d;background:#081a2f;pointer-events:auto}
  html.stage14-about .s14-about-history-timeline li:nth-child(n){position:relative;left:auto;top:auto;width:auto;min-height:176px;padding:20px 15px;scroll-snap-align:start;text-shadow:none}
  html.stage14-about .s14-about-history-timeline li::before{display:none}
  html.stage14-about .s14-about-history-timeline li>span{color:#7f90aa}
  html.stage14-about .s14-about-history-timeline time{color:#aeb9ff}
  html.stage14-about .s14-about-history-timeline b{color:#fff}
  html.stage14-about .s14-about-credentials-preview-grid{grid-template-columns:1fr 1fr}
  html.stage14-about .s14-about-credentials-preview-grid aside{grid-column:1/-1;min-height:360px;border-top:1px solid var(--s14-line)}
  html.stage14-about .s14-about-partnership-overview{grid-template-columns:1fr}
  html.stage14-about .s14-about-partnership-overview>div{border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-partnership-overview h3{max-width:620px;margin-top:24px}
  html.stage14-about .s14-about-partner-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
  html.stage14-about .s14-about-profile-v3,html.stage14-about .s14-about-capability-layout{grid-template-columns:1fr}
  html.stage14-about .s14-about-story{min-height:0;padding:44px 0;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-profile-v4{grid-template-columns:1fr}
  html.stage14-about .s14-about-story-v4{padding:48px 0}
  html.stage14-about .s14-about-story-network::before{background-position:74% 55%;opacity:.9}
  html.stage14-about .s14-about-story-network::after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 41%,rgba(255,255,255,.32) 100%),linear-gradient(180deg,rgba(255,255,255,.64),rgba(255,255,255,.03) 48%,rgba(255,255,255,.38))}
  html.stage14-about .s14-about-story-v4 blockquote{margin-top:42px}
  html.stage14-about .s14-about-profile-proof{padding:42px 34px}
  html.stage14-about .s14-about-service-network-head{grid-template-columns:1fr;gap:22px;align-items:start}
  html.stage14-about .s14-about-service-network-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 285px 250px}
  html.stage14-about .s14-about-city-scene-beijing{grid-column:1/3;grid-row:1}
  html.stage14-about .s14-about-city-scene-hefei{grid-column:1/3;grid-row:2}
  html.stage14-about .s14-about-city-scene-shanghai{grid-column:1;grid-row:3}
  html.stage14-about .s14-about-city-scene-zhuhai{grid-column:2;grid-row:3}
  html.stage14-about .s14-about-capability-layout figure{min-height:520px}
  html.stage14-investor .s14-ir-anchor-nav .container{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
  html.stage14-investor .s14-ir-anchor-nav .container::-webkit-scrollbar{display:none}
  html.stage14-investor .s14-ir-overview-grid{grid-template-columns:1fr}
  html.stage14-investor .s14-ir-position{min-height:370px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-investor .s14-ir-subsidiary{grid-template-columns:130px minmax(0,1fr)}
  html.stage14-investor .s14-ir-subsidiary small{grid-column:2;padding:18px 0 0;border-left:0;border-top:1px solid rgba(76,100,254,.2)}
  html.stage14-investor .s14-ir-updates-head{grid-template-columns:1fr;align-items:start}
  html.stage14-investor .s14-ir-updates-actions{justify-self:start}
  html.stage14-investor .s14-ir-capability-grid{grid-template-columns:1fr}
  html.stage14-investor .s14-ir-capability-grid article{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-investor .s14-ir-capability-grid article:last-child{border-bottom:0}
  html.stage14-investor .s14-ir-capability-grid figure{height:100%;min-height:300px;aspect-ratio:auto}
  html.stage14-investor .s14-ir-capability-body{align-content:center}
  html.stage14-about .s14-about-history-point{width:185px;padding:11px 12px}
  html.stage14-about .s14-about-history-point b{font-size:15px}
  html.stage14-about .s14-about-history-point small{font-size:11px}
  html.stage14-about .s14-about-credential-focus-wrap{padding-inline:14%}
  html.stage14-about .s14-about-ip-v3{grid-template-columns:1fr}
  html.stage14-about .s14-about-ip-v3>div:first-child{border-right:0;border-bottom:1px solid var(--s14-line)}
}

@media (max-width:767px){
  html.stage14-about .s14-about-company{padding-top:0}
  html.stage14-about .s14-about-company-layout{width:100%;min-width:0;grid-template-columns:minmax(0,1fr);gap:0}
  html.stage14-about .s14-about-company-nav{top:var(--nav-h);z-index:21;min-width:0;max-width:100%;padding:0 16px;border-top:0;border-bottom:1px solid var(--s14-line);background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}
  html.stage14-about .s14-about-company-nav>span,html.stage14-about .s14-about-company-nav-more{display:none}
  html.stage14-about .s14-about-company-nav nav{max-width:100%;display:flex;overflow-x:auto;border-top:0;scrollbar-width:none}
  html.stage14-about .s14-about-company-nav nav::-webkit-scrollbar{display:none}
  html.stage14-about .s14-about-company-nav nav a{flex:0 0 auto;padding:17px 13px;display:flex;gap:7px;border-bottom:0;white-space:nowrap}
  html.stage14-about .s14-about-company-nav nav a:hover{padding-left:13px}
  html.stage14-about .s14-about-company-body{width:calc(100% - 32px);margin-inline:auto;border-top:0}
  html.stage14-about .s14-about-company-section{padding:72px 0 78px;scroll-margin-top:calc(var(--nav-h) + 50px)}
  html.stage14-about .s14-about-company-section:first-child{padding-top:68px}
  html.stage14-about .s14-about-company-section .s14-about-capability-v3{margin-top:68px;padding-top:68px}
  html.stage14-about .s14-about-company-section-foot{flex-direction:column;gap:16px}
  html.stage14-about .s14-about-history-image-frame{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#7183a1 #10243d}
  html.stage14-about .s14-about-history-image-frame>img{width:900px;max-width:none;aspect-ratio:1672/941}
  html.stage14-about .s14-about-history-integrated figcaption>span{display:block}
  html.stage14-about .s14-about-history-visual-mark{left:16px;top:15px;gap:4px}
  html.stage14-about .s14-about-history-visual-mark>span{font-size:8px}
  html.stage14-about .s14-about-history-visual-mark>b{font-size:18px}
  html.stage14-about .s14-about-history-visual-mark>small{max-width:230px;font-size:10px;line-height:1.4}
  html.stage14-about .s14-about-history-timeline{grid-template-columns:1fr;overflow:visible;scroll-snap-type:none}
  html.stage14-about .s14-about-history-timeline li{min-height:0;padding:18px 16px;display:grid;grid-template-columns:28px 54px 1fr;column-gap:10px;align-items:start;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  html.stage14-about .s14-about-history-timeline li:last-child{border-bottom:0}
  html.stage14-about .s14-about-history-timeline li>span{padding-top:3px;grid-row:1/3}
  html.stage14-about .s14-about-history-timeline time{margin:0;font-size:15px}
  html.stage14-about .s14-about-history-timeline b{margin:0;font-size:14px;line-height:1.45}
  html.stage14-about .s14-about-history-timeline small{grid-column:3;display:block;margin-top:6px;color:#bdc9d8;font-size:13px;line-height:1.55}
  html.stage14-about .s14-about-service-network{margin-top:30px}
  html.stage14-about .s14-about-service-network>div{padding:25px 22px}
  html.stage14-about .s14-about-service-network h3{font-size:21px}
  html.stage14-about .s14-about-service-network ol{grid-template-columns:1fr 1fr}
  html.stage14-about .s14-about-service-network li{min-height:170px;padding:24px 18px;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-service-network li:nth-child(even){border-right:0}
  html.stage14-about .s14-about-service-network li:nth-last-child(-n+2){border-bottom:0}
  html.stage14-about .s14-about-service-network li::before{top:26px}
  html.stage14-about .s14-about-service-network b{margin-top:54px;font-size:17px}
  html.stage14-about .s14-about-evidence-rail,html.stage14-about .s14-about-ip-showcase{min-width:0}
  html.stage14-about .s14-about-evidence-rail-head{padding-inline:16px}
  html.stage14-about .s14-about-evidence-card{flex-basis:86vw;min-height:440px;padding-inline:18px}
  html.stage14-about .s14-about-evidence-image{height:265px}
  html.stage14-about .s14-about-evidence-image img{max-height:250px}
  html.stage14-about .s14-about-ip-copy{padding:24px 21px}
  html.stage14-about .s14-about-ip-copy h3{font-size:21px}
  html.stage14-about .s14-about-ip-card{flex-basis:158px;min-height:310px;padding-inline:15px}
  html.stage14-about .s14-about-ip-card img{width:112px;height:158px}
  html.stage14-about .s14-about-history-preview figure>img{aspect-ratio:1.2/1}
  html.stage14-about .s14-about-history-preview figcaption ol{grid-template-columns:1fr}
  html.stage14-about .s14-about-history-preview figcaption li,html.stage14-about .s14-about-history-preview figcaption li:last-child{grid-column:auto;min-height:0;padding:17px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  html.stage14-about .s14-about-history-preview figcaption li:last-child{border-bottom:0}
  html.stage14-about .s14-about-credentials-preview-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-credentials-preview-grid>a{min-height:0;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-credentials-preview-grid>a img{height:310px}
  html.stage14-about .s14-about-credentials-preview-grid aside{grid-column:auto;min-height:420px;padding:30px 24px;border-top:0}
  html.stage14-about .s14-about-partnership-overview>div{padding:28px 22px}
  html.stage14-about .s14-about-partnership-overview h3{margin-top:20px;font-size:21px}
  html.stage14-about .s14-about-partnership-overview ol{grid-template-columns:1fr}
  html.stage14-about .s14-about-partnership-overview li{padding:24px 22px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-partnership-overview li:last-child{border-bottom:0}
  html.stage14-about .s14-about-partnership-overview li p{margin-top:10px}
  html.stage14-about .s14-about-partner-wall{gap:10px}
  html.stage14-about .s14-about-partner{min-height:216px;padding:20px 15px}
  html.stage14-about .s14-about-partner>div{height:82px}
  html.stage14-about .s14-about-partner img{max-width:92%;max-height:72px}
  html.stage14-about .s14-about-partner-tencent{--partner-logo-width:86%}
  html.stage14-about .s14-about-partner-baidu{--partner-logo-width:76%}
  html.stage14-about .s14-about-partner-huawei{--partner-logo-width:46%}
  html.stage14-about .s14-about-partner-sensetime{--partner-logo-width:78%}
  html.stage14-about .s14-about-partner-kingbase{--partner-logo-width:78%}
  html.stage14-about .s14-about-partner-fadada{--partner-logo-width:70%}
  html.stage14-about .s14-about-partner-hikvision{--partner-logo-width:72%}
  html.stage14-about .s14-about-partner-jieshun{--partner-logo-width:82%}
  html.stage14-about .s14-about-partner figcaption{padding-top:18px;display:block}
  html.stage14-about .s14-about-partner b{font-size:14px}
  html.stage14-about .s14-about-partner small{max-width:none;margin-top:6px;display:block;font-size:13px;text-align:left}
  html.stage14-about .s14-about-local-nav{top:var(--nav-h)}
  html.stage14-about .s14-about-local-nav .container{width:100%;min-height:52px;padding-inline:14px}
  html.stage14-about .s14-about-local-nav a{padding:17px 13px;font-size:12px}
  html.stage14-about .s14-about-local-nav a::after{left:13px;right:13px}
  html.stage14-about .s14-about-story{padding:34px 0}
  html.stage14-about .s14-about-story>p{font-size:18px;line-height:1.75}
  html.stage14-about .s14-about-story blockquote{margin-top:28px;font-size:15px}
  html.stage14-about .s14-about-profile-v4{display:block}
  html.stage14-about .s14-about-story-v4{padding:34px 0 38px}
  html.stage14-about .s14-about-story-network::before{background-image:url('../img/about-v5/company-profile-network-bg-v1-960.webp');background-position:70% 100%;background-size:auto 72%;opacity:.98}
  html.stage14-about .s14-about-story-network::after{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.97) 52%,rgba(255,255,255,.58) 70%,rgba(255,255,255,.16) 100%)}
  html.stage14-about .s14-about-story-v4>span{align-items:flex-start;font-size:11px;line-height:1.55}
  html.stage14-about .s14-about-story-v4>span::before{margin-top:8px}
  html.stage14-about .s14-about-story-v4>p{margin-top:26px;font-size:18px;line-height:1.82}
  html.stage14-about .s14-about-story-v4 blockquote{margin-top:30px;padding-top:24px;font-size:22px;line-height:1.5}
  html.stage14-about .s14-about-profile-proof{padding:30px 22px}
  html.stage14-about .s14-about-profile-proof>h3{margin-bottom:26px;font-size:22px}
  html.stage14-about .s14-about-profile-proof dl>div{padding:20px 0 22px}
  html.stage14-about .s14-about-profile-proof dd{font-size:22px}
  html.stage14-about .s14-about-service-network-v4{margin-top:68px;padding-top:64px}
  html.stage14-about .s14-about-service-network-head{margin-bottom:26px;gap:18px}
  html.stage14-about .s14-about-service-network-head h3{font-size:29px;line-height:1.28}
  html.stage14-about .s14-about-service-network-head>p{font-size:13px;line-height:1.78}
  html.stage14-about .s14-about-service-network-grid{grid-template-columns:1fr;grid-template-rows:320px repeat(3,245px);gap:9px}
  html.stage14-about .s14-about-city-scene-beijing,html.stage14-about .s14-about-city-scene-hefei,html.stage14-about .s14-about-city-scene-shanghai,html.stage14-about .s14-about-city-scene-zhuhai{grid-column:1;grid-row:auto}
  html.stage14-about .s14-about-city-scene figcaption{padding:21px 20px}
  html.stage14-about .s14-about-city-scene h4,html.stage14-about .s14-about-city-scene-beijing h4{font-size:28px}
  html.stage14-about .s14-about-service-network-note{font-size:11px}
  html.stage14-about .s14-about-fact-list-v3{grid-template-columns:1fr}
  html.stage14-about .s14-about-fact-list-v3>div{min-height:0;padding:22px;border-right:0!important;border-bottom:1px solid var(--s14-line)!important}
  html.stage14-about .s14-about-fact-list-v3>div:last-child{border-bottom:0!important}
  html.stage14-about .s14-about-fact-list-v3 dd{margin-top:12px;font-size:16px}
  html.stage14-about .s14-about-capability-layout figure{min-height:300px}
  html.stage14-about .s14-about-capability-list article{padding:24px 20px;grid-template-columns:26px 30px 1fr;gap:12px}
  html.stage14-about .s14-about-capability-list h3{font-size:20px}
  html.stage14-about .s14-about-history-visual{overflow:visible;border:0;box-shadow:none}
  html.stage14-about .s14-about-history-visual>img{aspect-ratio:1.2/1;border:1px solid rgba(255,255,255,.16);object-position:center}
  html.stage14-about .s14-about-history-visual ol{position:static;margin-top:14px;border-top:1px solid rgba(255,255,255,.18)}
  html.stage14-about .s14-about-history-point{position:static;width:auto;padding:18px 0;display:grid;grid-template-columns:72px 1fr;background:none;border:0;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:none;backdrop-filter:none}
  html.stage14-about .s14-about-history-point time{grid-row:1/3;font-size:15px}
  html.stage14-about .s14-about-history-point b{font-size:17px}
  html.stage14-about .s14-about-history-point small{margin-top:5px;font-size:12px}
  html.stage14-about .s14-about-credential-stage{min-height:0;overflow:visible;background:none;border:0;box-shadow:none}
  html.stage14-about .s14-about-credential-backdrop{position:static;display:block;aspect-ratio:1.2/1;object-fit:cover;border:1px solid var(--s14-line)}
  html.stage14-about .s14-about-credential-focus-wrap{position:relative;margin:-58px 14px 0;padding:0;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}
  html.stage14-about .s14-about-credential-focus{padding:14px 10px;background:rgba(255,255,255,.96);border:1px solid var(--s14-line);box-shadow:0 18px 40px rgba(35,53,77,.13)}
  html.stage14-about .s14-about-credential-focus img{height:250px}
  html.stage14-about .s14-about-credential-focus b{font-size:13px}
  html.stage14-about .s14-about-credential-archive-head{align-items:flex-start;flex-direction:column;gap:8px;padding:22px}
  html.stage14-about .s14-about-credential-archive-grid{grid-template-columns:1fr 1fr}
  html.stage14-about .s14-about-credential-archive-item,html.stage14-about .s14-about-credential-archive-item:nth-child(4){min-height:255px;border-right:1px solid var(--s14-line);border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-credential-archive-item:nth-child(even){border-right:0}
  html.stage14-about .s14-about-credential-archive-item:last-child{border-bottom:0}
  html.stage14-about .s14-about-credential-archive-item>span{height:140px}
  html.stage14-about .s14-about-ip-v3>div:first-child{padding:24px}
  html.stage14-about .s14-about-ip-rail{padding:18px}
  html.stage14-about .s14-about-portal-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-portal-grid>a{min-height:0;padding:26px 20px;border-right:0!important;border-bottom:1px solid var(--s14-line)!important}
  html.stage14-about .s14-about-portal-grid>a:last-child{border-bottom:0!important}
  html.stage14-about .s14-about-portal-grid>a:hover{padding-left:20px}
  html.stage14-about .s14-about-portal-grid h3{font-size:22px}
  html.stage14-about .s14-about-portal-grid small{margin-top:24px}
  html.stage14-about.stage14-investor[lang='zh-CN'] .s14-hero{min-height:760px}
  html.stage14.stage14-investor .s14-hero-inner{padding-top:205px}
  html.stage14.stage14-investor .s14-hero-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
  html.stage14.stage14-investor .s14-hero-facts>div{min-height:118px;padding:14px 11px;border-right:1px solid var(--s14-line);border-bottom:0}
  html.stage14.stage14-investor .s14-hero-facts>div:last-child{border-right:0}
  html.stage14.stage14-investor .s14-hero-facts b{font-size:14px}
  html.stage14.stage14-investor .s14-hero-facts small{font-size:11px;line-height:1.45}
  html.stage14-investor .s14-ir-anchor-nav{overflow:hidden}
  html.stage14-investor .s14-ir-anchor-nav .container{width:100%;padding-inline:16px}
  html.stage14-investor .s14-ir-anchor-nav a{padding:17px 18px}
  html.stage14.stage14-investor .s14-ir-overview{padding:58px 0 64px}
  html.stage14.stage14-investor .s14-ir-overview .s14-head{margin-bottom:28px}
  html.stage14.stage14-investor .s14-ir-overview-grid{display:none}
  html.stage14-investor .s14-ir-position{min-height:0;padding:30px 24px}
  html.stage14-investor .s14-ir-position h3{margin-top:44px;font-size:27px}
  html.stage14-investor .s14-ir-position .text-link{margin-top:38px}
  html.stage14-investor .s14-ir-company-facts>div{padding:24px;grid-template-columns:1fr;gap:9px}
  html.stage14-investor .s14-ir-company-facts dd{font-size:16px}
  html.stage14-investor .s14-ir-subsidiary{margin-top:0;padding:22px 20px;grid-template-columns:1fr;gap:14px}
  html.stage14-investor .s14-ir-subsidiary small{grid-column:auto;padding-top:16px}
  html.stage14-investor .s14-ir-update{min-height:0;padding:27px 8px;grid-template-columns:30px minmax(0,1fr) 20px;gap:13px}
  html.stage14-investor .s14-ir-update:hover{transform:none}
  html.stage14-investor .s14-ir-update h3{font-size:21px}
  html.stage14-investor .s14-ir-update p{font-size:13px}
  html.stage14-investor .s14-ir-capability-grid article{display:flex;min-height:0;padding:0}
  html.stage14-investor .s14-ir-capability-grid figure{height:auto;min-height:0;aspect-ratio:3/2}
  html.stage14-investor .s14-ir-capability-body{padding:24px 20px 28px;grid-template-columns:30px minmax(0,1fr);gap:12px}
  html.stage14-investor .s14-ir-capability-grid h3{font-size:21px}
  html.stage14-investor .s14-ir-evidence-grid{grid-template-columns:1fr}
  html.stage14-investor .s14-ir-evidence-grid>a{min-height:0;padding:26px 8px;grid-template-columns:34px minmax(0,1fr) 20px;border-right:0}
  html.stage14-investor .s14-ir-evidence-grid h3{font-size:21px}
  html.stage14-investor .s14-ir-contact>.container>div:last-child{width:100%}
  html.stage14-investor .s14-ir-contact-link{padding:10px}
}

@media(max-width:1180px){
  html.stage14{--container:min(100% - 48px,1160px)}
  html.stage14-news .s14-news-discovery{grid-template-columns:160px minmax(320px,1fr) 150px;gap:24px}
  html.stage14 .mega-v56-shell{grid-template-columns:.8fr 1.5fr .65fr;gap:28px}
  html.stage14 .s14-outcome-grid{grid-template-columns:1fr 1fr}
  html.stage14 .s14-outcome:nth-child(2){border-right:0}
  html.stage14 .s14-outcome:nth-child(-n+2){border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-cap:nth-child(n){grid-column:span 6}
  html.stage14 .s14-role-grid,html.stage14 .s14-route-grid,html.stage14 .s14-org-groups{grid-template-columns:1fr 1fr}
  html.stage14 .s14-role:nth-child(2),html.stage14 .s14-route-grid article:nth-child(2),html.stage14 .s14-org-groups article:nth-child(2){border-right:0}
  html.stage14 .s14-model-grid{grid-template-columns:repeat(3,1fr)}
  html.stage14 .s14-model-grid article:nth-child(3){border-right:0}
  html.stage14-about .s14-about-product-links{grid-template-columns:1fr 1fr}
  html.stage14-about .s14-about-product-links a:nth-child(2){border-right:0}
  html.stage14-about .s14-about-product-links a:nth-child(-n+2){border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-certificate-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-rnd-roles{grid-template-columns:repeat(3,1fr)}
  html.stage14-about .s14-about-rnd-roles article:nth-child(3){border-right:0}
  html.stage14-about .s14-about-rnd-roles article:nth-child(-n+3){border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-ecosystem{grid-template-columns:1.25fr 1fr 1fr}
  html.stage14-about .s14-about-ecosystem article:last-child{grid-column:2/-1;margin-top:22px;padding-top:22px;border-top:1px solid var(--s14-line)}
}

@media(max-width:980px){
  html.stage14 .nav-group-v56 .mega-v56{position:static;width:100%;padding:0;display:none;transform:none!important;border:0;background:transparent;box-shadow:none;backdrop-filter:none;overflow:visible}
  html.stage14 .nav-group-v56.open .mega-v56{display:block}
  html.stage14 .mega-v56-shell{width:100%;min-height:0;padding:0 0 18px;display:grid;grid-template-columns:1fr;gap:14px}
  html.stage14 .mega-v56-intro{display:block;padding:15px 0;border-right:0;border-top:1px solid var(--line)}
  html.stage14 .mega-v56-intro>b{font-size:22px}
  html.stage14 .mega-v56-intro>p{margin-top:10px}
  html.stage14 .mega-v56-links{grid-template-columns:1fr 1fr}
  html.stage14 .mega-v56-link{min-height:100px;padding:16px!important;background:var(--surface);border:1px solid var(--line)!important}
  html.stage14 .mega-v56-feature{min-height:190px}
  html.stage14 .s14-section{padding:92px 0}
  html.stage14 .s14-head{grid-template-columns:1fr;gap:16px}
  html.stage14 .s14-head>span{padding:0}
  html.stage14 .s14-hero{min-height:820px}
  html.stage14 .s14-hero-inner{grid-template-columns:1fr;padding-top:60px}
  html.stage14 .s14-hero-copy{padding:30px 0 180px}
  html.stage14 .s14-hero-wash{background:linear-gradient(90deg,rgba(247,250,253,.98),rgba(247,250,253,.85) 55%,rgba(247,250,253,.24)),linear-gradient(0deg,rgba(245,248,252,.94),rgba(245,248,252,0) 55%)}
  html.stage14 .s14-blueprint figcaption,html.stage14 .s14-secondary-visual figcaption{grid-template-columns:repeat(3,1fr)}
  html.stage14 .s14-blueprint figcaption>div:nth-child(3),html.stage14 .s14-secondary-visual figcaption>div:nth-child(3){border-right:0}
  html.stage14 .s14-integration-grid,html.stage14 .s14-about-rnd-grid{grid-template-columns:1fr}
  html.stage14 .s14-case-card{grid-template-columns:1fr}
  html.stage14 .s14-case-brand{min-height:150px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-adoption-track{grid-template-columns:repeat(3,1fr)}
  html.stage14 .s14-adoption-track article:nth-child(3){border-right:0}
  html.stage14 .s14-final>.container{grid-template-columns:1fr}
  html.stage14 .s14-composition-lines{grid-template-columns:1fr}
  html.stage14 .s14-composition-lines article{min-height:210px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-position-grid{grid-template-columns:1fr}
  html.stage14 .s14-model-grid{grid-template-columns:1fr 1fr}
  html.stage14 .s14-model-grid article:nth-child(odd){border-right:1px solid var(--s14-line)}
  html.stage14 .s14-model-grid article:nth-child(even){border-right:0}
  html.stage14 .s14-about-flywheel figcaption{grid-template-columns:repeat(3,1fr)}
  html.stage14-about .s14-about-profile-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-identity{min-height:430px}
  html.stage14-about .s14-about-timeline li{grid-template-columns:44px 100px 1fr;gap:16px}
  html.stage14-about .s14-about-source-note{padding-left:160px}
  html.stage14-about .s14-about-rnd-gallery{grid-template-columns:1fr}
  html.stage14-about .s14-about-rnd-gallery figure{min-height:460px}
  html.stage14-about .s14-about-productization-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-productization-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-productization-grid article:last-child{border-bottom:0}
  html.stage14-about .s14-about-productization-grid h3{margin-top:38px}
  html.stage14-about .s14-about-loop{grid-template-columns:repeat(3,1fr)}
  html.stage14-news .s14-news-discovery{grid-template-columns:160px minmax(0,1fr);gap:17px 28px;margin-bottom:52px}
  html.stage14-news .s14-news-search-context{grid-column:2;padding:0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:2px 10px;border-left:0}
  html.stage14-news .s14-news-search-context small{grid-column:2}
  html.stage14-about .s14-about-content-columns{grid-template-columns:1fr;gap:46px}
  html.stage14-about .s14-about-content-columns>div:first-child{position:static}
  html.stage14-news .s14-news-directory .s14-about-content-columns{grid-template-columns:1fr;gap:46px}
  html.stage14-news .s14-news-filter-panel{position:static}
  html.stage14-about .s14-about-culture-grid{grid-template-columns:1fr}
}

@media(max-width:767px){
  html.stage14{--container:calc(100% - 32px);--radius:4px}
  html.stage14 .mega-v56-links{grid-template-columns:1fr}
  html.stage14 .mega-v56-link{grid-template-columns:28px 1fr auto}
  html.stage14 .mega-v56-feature{display:none}
  html.stage14 .s14-section{padding:74px 0}
  html.stage14 .s14-head{margin-bottom:34px}
  html.stage14 .s14-head h2{font-size:34px}
  html.stage14 .s14-head p{font-size:15px}
  html.stage14 .s14-hero{min-height:760px;align-items:end}
  html.stage14 .s14-hero-media{object-position:61% center}
  html.stage14 .s14-hero-wash{background:linear-gradient(0deg,rgba(248,250,253,.99) 0%,rgba(248,250,253,.93) 56%,rgba(248,250,253,.18) 100%)}
  html.stage14 .s14-hero-inner{padding:250px 0 22px;gap:24px}
  html.stage14 .s14-hero-copy{padding:0}
  html.stage14 .s14-hero h1,html.stage14[lang='en'] .s14-hero h1{font-size:38px;line-height:1.12}
  html.stage14 .s14-hero-lead{font-size:15px;line-height:1.68}
  html.stage14 .s14-hero-actions{flex-direction:column}
  html.stage14 .s14-hero-actions .btn{width:100%}
  html.stage14 .s14-hero-facts{grid-template-columns:1fr}
  html.stage14 .s14-hero-facts>div{min-height:86px;padding:16px 18px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-hero-facts>div:last-child{border-bottom:0}
  html.stage14 .s14-outcome-grid,html.stage14 .s14-role-grid,html.stage14 .s14-route-grid,html.stage14 .s14-case-list,html.stage14 .s14-org-groups,html.stage14 .s14-principle-grid,html.stage14 .s14-trust-grid{grid-template-columns:1fr}
  html.stage14 .s14-outcome,html.stage14 .s14-role,html.stage14 .s14-route-grid article,html.stage14 .s14-org-groups article,html.stage14 .s14-principle-grid article,html.stage14 .s14-trust-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-outcome{padding:24px}
  html.stage14 .s14-outcome h3{margin-top:28px}
  html.stage14 .s14-blueprint>img,html.stage14 .s14-secondary-visual figure>img,html.stage14 .s14-about-flywheel figure>img{aspect-ratio:1.25/1;object-fit:cover;object-position:center}
  html.stage14-youke .s14-blueprint--architecture>.s14-blueprint-media{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  html.stage14-youke .s14-blueprint--architecture .s14-blueprint-media>img{width:960px;max-width:none;height:auto;aspect-ratio:1672/941;object-fit:contain}
  html.stage14 .s14-secondary-visual figure>img{margin-bottom:-14%}
  html.stage14 .s14-blueprint figcaption,html.stage14 .s14-secondary-visual figcaption,html.stage14 .s14-about-flywheel figcaption{grid-template-columns:1fr 1fr}
  html.stage14 .s14-blueprint figcaption>div,html.stage14 .s14-secondary-visual figcaption>div,html.stage14 .s14-about-flywheel figcaption>div{min-height:125px;padding:16px;border-right:1px solid var(--s14-line)}
  html.stage14 .s14-blueprint figcaption>div:nth-child(even),html.stage14 .s14-secondary-visual figcaption>div:nth-child(even),html.stage14 .s14-about-flywheel figcaption>div:nth-child(even){border-right:0}
  html.stage14 .s14-cap-grid{grid-template-columns:1fr}
  html.stage14 .s14-cap:nth-child(n){grid-column:auto;min-height:270px;padding:24px}
  html.stage14 .s14-cap h3{margin-top:70px;font-size:23px}
  html.stage14 .s14-role{min-height:290px}
  html.stage14 .s14-scenario{grid-template-columns:42px 1fr;gap:14px}
  html.stage14 .s14-scenario:hover{padding-left:0}
  html.stage14 .s14-system-map{grid-template-columns:1fr 1fr}
  html.stage14 .s14-system-core{grid-column:1/-1}
  html.stage14 .s14-case-brand{padding:26px}
  html.stage14 .s14-case-copy{padding:30px 26px}
  html.stage14 .s14-case-copy h2{font-size:33px}
  html.stage14 .s14-case-facts{grid-template-columns:1fr}
  html.stage14 .s14-adoption-track{grid-template-columns:1fr}
  html.stage14 .s14-adoption-track article{min-height:0;padding:22px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14 .s14-adoption-track h3{margin-top:22px}
  html.stage14 .s14-final>.container>div:last-child{flex-direction:column}
  html.stage14 .s14-position-statement{min-height:420px;padding:30px}
  html.stage14 .s14-position-scope{grid-template-columns:1fr}
  html.stage14 .s14-position-scope>div{min-height:190px;border-right:0}
  html.stage14 .s14-model-grid{grid-template-columns:1fr}
  html.stage14 .s14-model-grid article{min-height:260px;border-right:0!important}
  html.stage14 .s14-about-rnd figure img{aspect-ratio:1/1;object-position:60% center}
  html.stage14 .s14-rnd-list{grid-template-columns:1fr}
  html.stage14 .s14-rnd-list>div,html.stage14 .s14-rnd-list>div:nth-child(even){padding:18px 0;border-right:0}
  html.stage14 .s14-case-story{min-height:0;padding:24px}
  html.stage14 .s14-case-story h3{font-size:24px}
  html.stage14 .s14-case-story dl{grid-template-columns:1fr}
  html.stage14-about[lang='zh-CN'] .s14-hero{min-height:840px}
  html.stage14-about[lang='zh-CN'] .s14-hero-media{object-position:58% top}
  html.stage14-about[lang='zh-CN'] .s14-hero-wash{background:linear-gradient(0deg,rgba(248,250,252,1) 0%,rgba(248,250,252,.98) 64%,rgba(248,250,252,.28) 100%)}
  html.stage14-about .s14-about-identity{min-height:390px;padding:28px 24px}
  html.stage14-about .s14-about-identity h3{font-size:34px}
  html.stage14-about .s14-about-fact-list{grid-template-columns:1fr}
  html.stage14-about .s14-about-fact-list>div{min-height:0;padding:22px;border-right:0}
  html.stage14-about .s14-about-fact-list dd{margin-top:12px;font-size:16px}
  html.stage14-about .s14-about-product-links{grid-template-columns:1fr}
  html.stage14-about .s14-about-product-links a{min-height:138px;border-right:0;border-bottom:1px solid var(--s14-line)!important}
  html.stage14-about .s14-about-product-links a:last-child{border-bottom:0!important}
  html.stage14-about .s14-about-timeline li{min-height:0;grid-template-columns:28px 74px 1fr;gap:10px;padding:24px 0}
  html.stage14-about .s14-about-timeline time{font-size:20px}
  html.stage14-about .s14-about-timeline h3{font-size:19px}
  html.stage14-about .s14-about-timeline p{font-size:13px}
  html.stage14-about .s14-about-source-note{padding:0}
  html.stage14-about .s14-about-certificate{min-height:0;grid-template-columns:1fr}
  html.stage14-about .s14-about-certificate>a{min-height:420px;padding:22px}
  html.stage14-about .s14-about-certificate>div{padding:28px 22px}
  html.stage14-about .s14-about-certificate h3{font-size:24px}
  html.stage14-about .s14-about-ip{padding:26px 22px;grid-template-columns:1fr;gap:22px}
  html.stage14-about .s14-about-rnd-gallery figure{min-height:280px}
  html.stage14-about .s14-about-rnd-roles{grid-template-columns:1fr}
  html.stage14-about .s14-about-rnd-roles article{min-height:0;padding:22px;border-right:0!important;border-bottom:1px solid var(--s14-line)!important}
  html.stage14-about .s14-about-rnd-roles article:last-child{border-bottom:0!important}
  html.stage14-about .s14-about-rnd-roles h3{margin-top:24px}
  html.stage14-about .s14-about-productization-grid article{padding:25px 22px}
  html.stage14-about .s14-about-loop{grid-template-columns:1fr 1fr}
  html.stage14-about .s14-about-loop span:nth-child(even){border-right:0}
  html.stage14-about .s14-about-practice-grid{grid-template-columns:1fr}
  html.stage14-about .s14-about-practice{min-height:430px;padding:24px}
  html.stage14-about .s14-about-practice h3{font-size:23px}
  html.stage14-about .s14-about-ecosystem{padding:24px;grid-template-columns:1fr}
  html.stage14-about .s14-about-ecosystem>div{padding:0 0 24px}
  html.stage14-about .s14-about-ecosystem article,html.stage14-about .s14-about-ecosystem article:last-child{grid-column:auto;margin:0;padding:20px 0;border-left:0;border-top:1px solid var(--s14-line)}
  html.stage14-about .s14-about-content-columns li{grid-template-columns:1fr;gap:6px}
  html.stage14-about .s14-about-insight{min-height:260px}
  html.stage14-about .s14-about-insight h3{font-size:21px}
  html.stage14-news .s14-news-filter-panel h2{font-size:30px;line-height:1.28}
  html.stage14-news .s14-news-filter-panel>p{font-size:14px}
  html.stage14-news .s14-news-discovery{grid-template-columns:1fr;gap:16px;margin-bottom:44px;padding:19px 0 23px}
  html.stage14-news .s14-news-discovery::before{width:82px}
  html.stage14-news .s14-news-discovery-intro{flex-direction:row;align-items:baseline;justify-content:space-between;gap:18px}
  html.stage14-news .s14-news-discovery-intro b{font-size:15px}
  html.stage14-news .s14-news-search{height:58px;grid-template-columns:50px minmax(0,1fr) 0 52px}
  html.stage14-news .s14-news-search.is-populated{grid-template-columns:50px minmax(0,1fr) 36px 52px}
  html.stage14-news .s14-news-search-icon{height:32px;font-size:20px}
  html.stage14-news .s14-news-search input{height:56px;padding:0 13px;font-size:14px}
  html.stage14-news .s14-news-search-submit{width:44px;height:44px;margin-right:6px;padding:0}
  html.stage14-news .s14-news-search-submit span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  html.stage14-news .s14-news-search-submit i{font-size:18px}
  html.stage14-news .s14-news-search-context{grid-column:auto;padding:14px 0 0;grid-template-columns:auto minmax(0,1fr);border-top:1px solid var(--s14-line)}
  html.stage14-news .s14-news-search-context strong{font-size:15px}
  html.stage14-news .s14-news-filter-list button{min-height:78px;padding-block:13px}
  html.stage14-news .news-list-status{min-height:72px;padding-inline:0;align-items:flex-start;flex-direction:column;justify-content:center;gap:3px}
  html.stage14-news .news-list-status>div{gap:9px}
  html.stage14-news .news-pagination{min-height:78px;padding-top:20px;gap:5px}
  html.stage14-news .news-page-direction{min-width:38px;width:38px;padding:0}
  html.stage14-news .news-page-direction span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  html.stage14-news .news-page-numbers{gap:4px}
  html.stage14-news .news-page-number{width:36px;height:38px}
  html.stage14-news .news-page-ellipsis{width:18px;height:38px}
  html.stage14-news .news-runtime-state{min-height:220px;padding:28px 0}
  html.stage14-news-article .news-article-head{padding-top:118px;padding-bottom:46px}
  html.stage14-news-article .news-article-back{margin-bottom:36px;font-size:13px}
  html.stage14-news-article .news-article-head h1{margin-top:18px;font-size:36px;line-height:1.2}
  html.stage14-news-article .news-article-head>p{font-size:16px;line-height:1.7}
  html.stage14-news-article .news-article-body{padding-top:48px;padding-bottom:82px;font-size:15px;line-height:1.85}
  html.stage14-news-article .news-article-body h2{margin-top:46px;font-size:29px}
  html.stage14-news-article .news-article-body h3{font-size:23px}
  html.stage14-news-article .news-article-body blockquote{margin:30px 0;padding:18px 19px;font-size:15px}
  html.stage14-news-article .news-article-text-version{margin-bottom:38px;padding:26px 22px}
  html.stage14-news-article .news-article-text-version>h2{font-size:24px}
  html.stage14-news-article .news-article-text-version>p{font-size:15px}
  html.stage14-news-article .news-article-text-version>section h2{font-size:19px}
  html.stage14-news-article .news-article-source-note,html.stage14-news-article .news-article-current-note{margin-bottom:30px;padding:18px 18px}
  html.stage14-news-article .news-article-error{padding:96px 20px 100px}
  html.stage14-news-article .news-article-error-art{width:min(330px,86vw);margin-bottom:16px}
  html.stage14-about .s14-about-values{grid-template-columns:1fr}
  html.stage14-about .s14-about-values article{min-height:0;padding:24px;border-right:0;border-bottom:1px solid var(--s14-line)}
  html.stage14-about .s14-about-values article:last-child{border-bottom:0}
  html.stage14-about .s14-about-values h3{margin-top:36px}
  html.stage14-about .s14-about-culture aside{min-height:440px;padding:28px 24px}
  html.stage14-investor .s14-ir-contact h2{font-size:clamp(20px,6.3vw,25px)}
  html.stage14-investor .s14-ir-updates-actions{width:100%}
  html.stage14-investor .s14-ir-updates-actions .btn{min-width:0;flex:1}
  html.stage14-investor .s14-ir-update{min-height:0;padding:26px 0;grid-template-columns:34px minmax(0,1fr) 22px;gap:13px}
  html.stage14-investor .s14-ir-update-copy>div{align-items:flex-start;gap:8px;flex-direction:column}
  html.stage14-investor .s14-ir-update h3{margin-top:14px;font-size:21px}
  html.stage14-investor .s14-ir-update p{font-size:13px}
  html.stage14-investor .s14-ir-update-status{align-items:flex-start}
  html.stage14-investor .s14-ir-update-status button{margin-left:26px}
}

@media(prefers-reduced-motion:reduce){
  html.stage14-investor .s14-ir-update-status[data-state='loading']>i{animation-duration:1.8s}
}

@media(max-width:420px){
  html.stage14 .s14-hero h1,html.stage14[lang='en'] .s14-hero h1{font-size:34px}
  html.stage14-about[lang='zh-CN'] .s14-hero h1{font-size:39px}
  html.stage14 .s14-head h2{font-size:31px}
  html.stage14 .s14-blueprint figcaption,html.stage14 .s14-secondary-visual figcaption,html.stage14 .s14-about-flywheel figcaption{grid-template-columns:1fr}
  html.stage14 .s14-blueprint figcaption>div,html.stage14 .s14-secondary-visual figcaption>div,html.stage14 .s14-about-flywheel figcaption>div{min-height:100px;border-right:0}
  html.stage14 .s14-system-map{grid-template-columns:1fr}
  html.stage14 .s14-system-core{grid-column:auto}
  html.stage14-news .news-pagination{gap:2px}
  html.stage14-news .news-page-direction{min-width:34px;width:34px}
  html.stage14-news .news-page-numbers{gap:2px}
  html.stage14-news .news-page-number{width:32px}
  html.stage14-news .news-page-ellipsis{width:14px}
}

/* Chinese urban renewal blueprint: retain readable workflow labels on small screens. */
html.stage14-renewal[lang="zh-CN"] .s14-blueprint--architecture figcaption b{font-size:16px}
html.stage14-renewal[lang="zh-CN"] .s14-blueprint--architecture figcaption small{font-size:13px;line-height:1.6}

/* English copy follows the Chinese layout while allowing longer headings and rails to wrap safely. */
html.stage14-about[lang='en'],html.stage14-about[lang='en'] body{overflow-x:clip}
html.stage14-about[lang='en'] .s14-about-evidence-rail{overflow:hidden}
html.stage14-investor[lang='en'] .s14-ir-overview>.container>.s14-head h2,
html.stage14-investor[lang='en'] .s14-ir-capability>.container>.s14-head h2,
html.stage14-investor[lang='en'] .s14-ir-evidence>.container>.s14-head h2,
html.stage14-investor[lang='en'] .s14-ir-contact h2{white-space:normal;text-wrap:balance}
@media(max-width:767px){
  html.stage14-investor[lang='en'] .s14-ir-updates-head{grid-template-columns:minmax(0,1fr)}
  html.stage14-investor[lang='en'] .s14-ir-updates-head .s14-head,
  html.stage14-investor[lang='en'] .s14-ir-updates-head .s14-head>div{min-width:0;width:100%}
  html.stage14-investor[lang='en'] .s14-ir-updates-head .s14-head h2{text-wrap:wrap}
}
@media(max-width:767px){
  html.stage14-renewal[lang="zh-CN"] .s14-blueprint--architecture .s14-blueprint-media{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  html.stage14-renewal[lang="zh-CN"] .s14-blueprint--architecture .s14-blueprint-media>img{width:1440px;max-width:none;height:auto;aspect-ratio:1672/941;object-fit:contain}
}
