.page-hero {
  /*min-height: 250px;*/
  padding: 78px 20px 56px;
  text-align: center;
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),
    url("../img/platform/assets/page-bg.jpg") center/cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.section-title h2 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.en-title {
  display: block;
  margin-top: 3px;
  color: #526174;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  width: min(980px, 100%);
  margin: 28px auto 0;
  color: #202a3b;
  font-size: 18px;
  line-height: 1.9;
}

.section {
  padding: 40px 0;
}

/*.section.soft {*/
/*  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(235, 243, 252, 0.95));*/
/*}*/

.section.band {
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.72), rgba(255, 255, 255, 0.82)),
    url("../img/platform/assets/page-bg.jpg") center/cover no-repeat;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(980px, calc(100% - 40px));
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title.left {
  text-align: left;
}

.section-title p,
.body-copy {
  color: #273245;
  font-size: 16px;
}

.body-copy p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.visual-box {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.visual-box img {
  width: 100%;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}



.scene-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.scene-card img {
  width: 100%;
  aspect-ratio: 350 / 230;
  object-fit: cover;
}

.scene-card h4,
.product-card h3,
.case-card h3 {
  margin: 0;
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  font-size: 17px;
  line-height: 1.35;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.metric-card {
  padding: 24px;
  background: #f5faff;
  border: 1px solid var(--line);
}

.metric-card img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}

.platform-card {
  padding: 28px 22px 24px;
  text-align: center;
  background: #f3f9ff;
  border: 1px solid var(--line);
}

.platform-card h3 {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 22px;
}

.platform-card p {
  min-height: 46px;
  margin: 0 0 16px;
  color: var(--muted);
}

.platform-card img {
  width: 100%;
  aspect-ratio: 509 / 245;
  object-fit: cover;
}

.case-card {
  background: #fff;
  border: 1px solid var(--line);
}

.case-card img {
  width: 100%;
  aspect-ratio: 570 / 330;
  object-fit: cover;
}

.center-lead {
  width: min(1040px, 100%);
  margin: 0 auto 30px;
  color: #17233d;
  text-align: center;
  font-size: 17px;
  line-height: 1.86;
}

.company-intro {
  width: min(980px, 100%);
  margin: 0 auto 48px;
  color: #17233d;
  font-size: 17px;
  line-height: 1.82;
  text-indent: 2em;
}

.module-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--brand);
}

.module-heading h2 {
  margin: 0;
  padding-right: 12px;
  border-right: 4px solid var(--brand);
  font-size: 30px;
  line-height: 1.25;
}

.module-heading span {
  color: #7b8797;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.module-heading::after {
  flex: 1;
  content: "▶▶▶";
  color: rgba(0, 69, 168, 0.55);
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.chevrons {
  display: block;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 82px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.platform-process-section {
  padding-top: 58px;
}

.platform-container .metric-grid {
  grid-template-columns: 1fr;
  gap: 42px;
}

.platform-container .metric-card {
  padding: 0;
  border: 0;
  background: transparent;
}

.platform-container .metric-card img {
  display: block;
  width: min(900px, 100%);
  min-height: 0;
  margin: 0 auto;
  border: 1px solid #9bc3ea;
  object-fit: contain;
}

.command-center {
  margin-top: 58px;
  text-align: center;
}

.command-center h3 {
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 23px;
}

.command-center .visual-box {
  width: min(900px, 100%);
  margin: 0 auto;
  border: 0;
}

/*body[data-page="platform"] .section {*/
/*  padding: 102px 0;*/
/*}*/

body[data-page="platform"] .platform-process-section {
  padding-top: 56px;
  padding-bottom: 70px;
}

/*body[data-page="platform"] .section-heading-band {*/
/*  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),*/
/*    url("../img/platform/assets/page-bg.jpg") center/cover no-repeat;*/
/*}*/

body[data-page="platform"] .platform-container .metric-grid {
  grid-template-columns: 1fr;
  gap: 42px;
}

body[data-page="platform"] .metric-card {
  padding: 0;
  background: transparent;
  border: 0;
}

body[data-page="platform"] .metric-card img {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  border: 1px solid #6fa6dd;
  object-fit: contain;
}

body[data-page="platform"] .process-dashboard {
  display: grid;
  gap: 18px 28px;
  padding: 42px 60px 40px;
  border: 1px solid #6fa6dd;
  background: linear-gradient(120deg, #edf8ff 0%, #cbd9ee 52%, #effdff 100%);
}

body[data-page="platform"] .process-dashboard img {
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
}

body[data-page="platform"] .solid-dashboard {
  grid-template-columns: 300px repeat(2, 190px);
  grid-template-areas:
    "badges chart1 chart2"
    "main chart3 chart4"
    "main chart5 chart6";
  gap: 14px 28px;
  align-items: center;
  justify-content: center;
}

body[data-page="platform"] .process-badges {
  display: grid;
  gap: 18px 24px;
}

body[data-page="platform"] .solid-badges {
  grid-area: badges;
  grid-template-columns: repeat(2, 1fr);
}

body[data-page="platform"] .process-badges span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 68px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #0045a8;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

body[data-page="platform"] .solid-main-chart {
  grid-area: main;
}

body[data-page="platform"] .solid-dashboard img:not(.solid-main-chart) {
  width: 190px;
  justify-self: center;
}

body[data-page="platform"] .solid-dashboard img:nth-of-type(2) { grid-area: chart1; }
body[data-page="platform"] .solid-dashboard img:nth-of-type(3) { grid-area: chart2; }
body[data-page="platform"] .solid-dashboard img:nth-of-type(4) { grid-area: chart3; }
body[data-page="platform"] .solid-dashboard img:nth-of-type(5) { grid-area: chart4; }
body[data-page="platform"] .solid-dashboard img:nth-of-type(6) { grid-area: chart5; }
body[data-page="platform"] .solid-dashboard img:nth-of-type(7) { grid-area: chart6; }

body[data-page="platform"] .bio-dashboard {
  grid-template-columns: repeat(2, 150px) repeat(2, 1fr);
  grid-template-areas:
    "badges badges chart1 chart2"
    "badges badges chart3 chart4"
    "tall1 tall2 chart5 chart6"
    "tall1 tall2 chart7 chart8";
  align-items: center;
}

body[data-page="platform"] .bio-badges {
  grid-area: badges;
  grid-template-columns: repeat(4, 74px);
  justify-content: center;
}

body[data-page="platform"] .bio-badges span {
  width: 74px;
  height: 74px;
  font-size: 12px;
}

body[data-page="platform"] .bio-tall-chart {
  width: 150px;
  justify-self: center;
}

body[data-page="platform"] .bio-dashboard img:nth-of-type(1) { grid-area: chart1; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(2) { grid-area: chart2; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(3) { grid-area: tall1; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(4) { grid-area: tall2; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(5) { grid-area: chart3; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(6) { grid-area: chart4; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(7) { grid-area: chart5; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(8) { grid-area: chart6; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(9) { grid-area: chart7; }
body[data-page="platform"] .bio-dashboard img:nth-of-type(10) { grid-area: chart8; }

body[data-page="platform"] .command-center {
  margin-top: 54px;
}

body[data-page="platform"] .platform-container {
  width: min(900px, calc(100% - 40px));
}

body[data-page="platform"] .center-lead,
body[data-page="platform"] .process-copy {
  width: min(900px, 100%);
  margin: 0 auto 28px;
  color: #202a3b;
  text-align: left;
  text-indent: 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

body[data-page="platform"] .metric-card + .process-copy {
  margin-top: -4px;
}

body[data-page="platform"] .section-heading-band {
  padding: 85px 0 80px;
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),
    url("../img/platform/assets/page-bg.jpg") center/cover no-repeat;
}

body[data-page="platform"] .section-heading-band .section-title {
  margin-bottom: 68px;
}

body[data-page="platform"] .section-heading-band .grid.two {
  gap: 40px 56px;
}

body[data-page="platform"] .platform-card h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

body[data-page="platform"] .platform-card p {
  min-height: 38px;
  margin-bottom: 22px;
  color: #273245;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

body[data-page="platform"] .platform-card img {
  aspect-ratio: 509 / 245;
}

body[data-page="platform"] .command-center h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 860px) {
  .page-hero h1,
  .section-title h2 { font-size: 30px; }
  .grid.two,
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container,
  .platform-container { width: min(100% - 28px, 1200px); }
  .page-hero h1,
  .section-title h2 { font-size: 24px; }
  .section { padding: 40px 0; }
  .grid.two,
  .metric-grid { grid-template-columns: 1fr; }
  .module-heading h2 { font-size: 24px; }
  .module-heading span { font-size: 10px; }
  .module-heading::after { display: none; }
}
