.hero {
  grid-template-columns: minmax(430px, 0.78fr) minmax(720px, 1.22fr) !important;
  column-gap: clamp(52px, 5vw, 96px) !important;
  align-items: center !important;
}

.hero-visual {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: auto !important;
}

html[lang="zh-CN"] .hero-text {
  max-width: min(100%, 520px) !important;
}

.hero-copy {
  align-self: center !important;
  transform: translateY(18px) !important;
}

.product-orbit {
  position: relative !important;
  inset: auto !important;
  width: min(940px, 100%) !important;
  min-height: auto !important;
  aspect-ratio: 16 / 9 !important;
  transform: translate3d(0, 0, 0) !important;
}

.product-orbit img,
.product-orbit .hero-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.92) contrast(1.05) brightness(0.9) !important;
}

html[dir="rtl"] .product-orbit img,
html[dir="rtl"] .product-orbit .hero-video {
  right: 0 !important;
  left: 0 !important;
}

body[data-page="product-detail"] .product-detail-copy h1,
html[lang="zh-CN"] body[data-page="product-detail"] .product-detail-copy h1,
html[lang="ar"] body[data-page="product-detail"] .product-detail-copy h1 {
  max-width: 560px !important;
  font-size: clamp(2.35rem, 3.45vw, 3.75rem) !important;
  line-height: 1.08 !important;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr !important;
  }

  .hero-copy {
    transform: none !important;
  }

  .hero-visual {
    justify-content: center !important;
  }

  .product-orbit,
  html[dir="rtl"] .product-orbit {
    width: min(680px, 94vw) !important;
    min-height: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.hero-metrics {
  gap: 0 !important;
  margin-top: clamp(42px, 5vw, 76px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at 92% 0%, rgba(98, 213, 255, 0.07), transparent 30%) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(14px) !important;
}

.hero-metrics article {
  position: relative !important;
  height: 118px !important;
  min-height: 118px !important;
  padding: 24px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero-metrics article:not(:last-child)::before {
  position: absolute !important;
  top: 24px !important;
  right: 0 !important;
  bottom: 24px !important;
  width: 1px !important;
  content: "" !important;
  background: linear-gradient(180deg, transparent, rgba(201, 244, 255, 0.16), transparent) !important;
}

.hero-metrics article::after {
  position: absolute !important;
  right: 30px !important;
  bottom: 18px !important;
  left: 30px !important;
  height: 1px !important;
  content: "" !important;
  background: linear-gradient(90deg, rgba(98, 213, 255, 0.32), transparent 62%) !important;
  opacity: 0.42 !important;
}

.hero-metrics strong {
  margin-bottom: 8px !important;
  color: rgba(245, 250, 255, 0.96) !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 0.98 !important;
}

.hero-metrics strong span[data-count-to] {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

.hero-metrics span:not([data-count-to]) {
  max-width: 260px !important;
  color: rgba(196, 208, 222, 0.68) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 960px) {
  .hero-metrics {
    border-radius: 10px !important;
  }

  .hero-metrics article:not(:last-child)::before {
    top: auto !important;
    right: 24px !important;
    bottom: 0 !important;
    left: 24px !important;
    width: auto !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(201, 244, 255, 0.14), transparent) !important;
  }
}
