/* Legacy Chinese-only models follow the English detail-page geometry.
   All selectors are scoped so shared navigation, catalog and inquiry styles stay intact. */
body[data-product-detail] main { color: #172538; }
body[data-product-detail] main :not(.site-contact) > .container,
body[data-product-detail] .unified-container {
  box-sizing: border-box;
  width: min(1720px, calc(100% - 80px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
body[data-product-detail] .product-features {
  padding: clamp(56px, 7vw, 92px) 0;
  background: #fff;
}
body[data-product-detail] .product-features__inner {
  display: grid;
  grid-template-columns: minmax(380px, .8fr) minmax(0, 1.2fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(44px, 6vw, 104px);
  row-gap: 24px;
  align-items: start;
}
body[data-product-detail] .product-features__text {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: none;
  min-width: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #4d6073;
}
body[data-product-detail] .product-features__image1 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: clamp(380px, 30vw, 520px);
  display: grid;
  place-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
body[data-product-detail] .product-features__image1 img {
  display: block;
  width: min(64%, 460px);
  max-width: 100%;
  max-height: 420px;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 24px 20px rgba(0,26,61,.18));
}
body[data-product-detail] .product-features__title {
  margin: 0 0 24px;
  color: #001a3d;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
body[data-product-detail] .unified-product-label {
  margin: 0 0 12px;
  color: #1e88ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
body[data-product-detail] .product-features__text .breadcrumb__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.6;
  white-space: normal;
  color: #6d7f92;
}
body[data-product-detail] .product-features__desc,
body[data-product-detail] .product-features__desc-group {
  max-height: none;
  overflow: visible;
  margin-bottom: 20px;
  line-height: 1.85;
}
body[data-product-detail] .product-features__desc-group::after { display: none; }
body[data-product-detail] .product-features__more { display: none; }
body[data-product-detail] .product-features__list { padding-left: 22px; line-height: 1.9; }
body[data-product-detail] .product-download {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
body[data-product-detail] .product-download .download-card {
  display: inline-flex;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  padding: 14px 28px;
  background: #1e88ff;
  color: #fff;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
}
body[data-product-detail] .product-download .download-title { margin: 0; font-size: 16px; font-weight: 600; color: inherit; }
body[data-product-detail] .product-download :is(.download-icon,.download-desc,.download-link) { display: none; }
body[data-product-detail] .product-download .download-card:hover { background: #096bd1; transform: none; }
body[data-product-detail] .s6-spec,
body[data-product-detail] .app-fields,
body[data-product-detail] .unified-supporting-section {
  padding: clamp(56px, 7vw, 92px) 0;
  margin: 0;
  border-top: 1px solid #e4eaf0;
  background: #fff;
}
body[data-product-detail] .s6-title,
body[data-product-detail] .app-title,
body[data-product-detail] .app-fields > .container > h2 {
  margin: 0 0 30px;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1.35;
  color: #001a3d;
}
body[data-product-detail] .s6-underline { display: none; }
body[data-product-detail] .s6-table { border: 0; border-radius: 0; box-shadow: none; overflow: visible; }
body[data-product-detail] .s6-bar {
  padding: 16px 8px;
  color: #4385f5;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border-bottom: 1px solid #cbd5df;
}
body[data-product-detail] .s6-grid { border: 0; }
body[data-product-detail] .s6-grid::after { display: none; }
body[data-product-detail] .s6-row {
  display: grid;
  grid-template-columns: minmax(130px,.85fr) minmax(0,1.15fr) minmax(130px,.85fr) minmax(0,1.15fr);
  background: #fff;
  border-bottom: 1px solid #d8e0e8;
}
body[data-product-detail] .s6-cell {
  min-width: 0;
  padding: 16px 12px;
  color: #172538;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  border: 0;
  text-align: left;
  overflow-wrap: anywhere;
}
body[data-product-detail] .s6-k { font-weight: 600; }
body[data-product-detail] .s6-row > .s6-cell:nth-child(3) { border-left: 0; }
body[data-product-detail] .app-grid { gap: 28px; grid-template-columns: repeat(3,minmax(0,1fr)); }
body[data-product-detail] .app-card { min-width: 0; }
body[data-product-detail] .app-card__img { height: 240px; border-radius: 0; background: #f4f8fc; }
body[data-product-detail] .app-card__img img { max-width: 100%; object-fit: contain; }
body[data-product-detail] .app-card__title { font-size: 21px; font-weight: 500; line-height: 1.4; }
body[data-product-detail] .unified-extra-copy :is(h2,h3,h4) { color: #001a3d; }
body[data-product-detail] .unified-extra-copy .s3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
body[data-product-detail] .unified-extra-copy .s3-item { padding: 0; background: none; box-shadow: none; }
body[data-product-detail] .unified-extra-copy :is(.s3-body,.s3-item-text) { line-height: 1.85; font-size: 16px; max-width: none; }
body[data-product-detail] .unified-supporting-section img { max-width: 100%; height: auto; }
body[data-product-detail] .poster-sec { width: min(1720px,calc(100% - 80px)); margin: 0 auto; background: #fff; }
body[data-product-detail] .poster-img { width: 100%; height: auto; max-height: none; object-fit: contain; }
@media (max-width: 980px) {
  body[data-product-detail] main :not(.site-contact) > .container,
  body[data-product-detail] .unified-container { width: calc(100% - 40px); }
  body[data-product-detail] .product-features__inner { grid-template-columns: minmax(0,1fr); gap: 28px; }
  body[data-product-detail] .product-features__image1 { grid-column: 1; grid-row: 1; min-height: 300px; }
  body[data-product-detail] .product-download { grid-column: 1; grid-row: 2; }
  body[data-product-detail] .product-features__text { grid-column: 1; grid-row: 3; }
  body[data-product-detail] .s6-row { grid-template-columns: minmax(110px,.8fr) minmax(0,1.2fr); }
  body[data-product-detail] .s6-cell { order: initial; }
  body[data-product-detail] .s6-row > .s6-cell:nth-child(n) { border-bottom: 1px solid #e4eaf0; }
  body[data-product-detail] .s6-cell:empty { display: none; }
  body[data-product-detail] .app-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  body[data-product-detail] main :not(.site-contact) > .container,
  body[data-product-detail] .unified-container,
  body[data-product-detail] .poster-sec { width: calc(100% - 28px); }
  body[data-product-detail] :is(.product-features,.s6-spec,.app-fields,.unified-supporting-section) { padding: 44px 0; }
  body[data-product-detail] .product-features__title { font-size: 28px; }
  body[data-product-detail] .product-features__image1 { min-height: 260px; }
  body[data-product-detail] .product-features__image1 img { width: min(72%,340px); max-height: 320px; }
  body[data-product-detail] .s6-cell { padding: 12px 6px; font-size: 14px; }
  body[data-product-detail] .app-grid,
  body[data-product-detail] .unified-extra-copy .s3-grid { grid-template-columns: 1fr; }
}
/* The retained 86-panel copy originally sat on a dark poster. */
body[data-product-detail] .unified-extra-copy :is(.hero-86__subtitle,.hero-86__bullet,.hero-86__dot) {
  color: #4d6073;
  text-shadow: none;
  line-height: 1.8;
}
body[data-product-detail] .unified-extra-copy .hero-86__bullets { max-width: none; }
