@charset "UTF-8";

/* ==============================================
   wizSeek - WizSeek 产品页面样式
   基准宽度：PC 1920px / 移动端 375px
   ============================================== */

.wizSeek-container {
  margin-top: 4.375vw !important;
  overflow-x: hidden;
}

/* Module 1: Banner Video
   ============================================== */
.wizSeek-banner {
  width: 100%;
  height: 33.8542vw;
  overflow: hidden;
  position: relative;
}

.wizSeek-banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wizSeek-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.7708vw;
  background: linear-gradient(180deg, rgba(12, 15, 46, 0.00) 0%, #0C0F2E 100%);
  pointer-events: none;
  z-index: 1;
}

/* Module 2: What is WizSeek
   ============================================== */
.wizSeek-what {
  background: #0C0F2E;
  display: flex;
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
}

.wizSeek-what-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-what-title span,
.wizSeek-why-title span {
  background: linear-gradient(90deg,
      #BA59FD 0%,
      #A35BFD 34.62%,
      #3767FF 66.83%,
      #3FBEFA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wizSeek-what-subtitle {
  max-width: 66.6667vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-what-video {
  width: 66.6667vw;
  height: 37.5vw;
  position: relative;
  overflow: hidden;
}

.wizSeek-what-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wizSeek-what .video-control-btn{
  width: 2.8125vw;
  height: 2.8125vw;
}

/* Module 3: Why WizSeek ?
   ============================================== */
.wizSeek-why {
  background: #0C0F2E;
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
}

.wizSeek-why-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-why-subtitle {
  max-width: 66.6667vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-why-image {
  width: 75vw;
  height: 31.0417vw;
  object-fit: contain;
  display: block;
}

/* Module 4: Development
   ============================================== */
.wizSeek-development {
  background: linear-gradient(180deg, #0C0F2E 0%, #11012D 48.08%, #6C75B5 100%);
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5521vw;
}

.wizSeek-development-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-development-subtitle {
  max-width: 66.6667vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-development-image {
  width: 75vw;
  height: 50.5208vw;
  object-fit: contain;
  display: block;
}

/* Module 5: Features Grid
   ============================================== */
.wizSeek-features {
  background: linear-gradient(180deg, #6C75B5 6.25%, #11012D 51.92%, #0C0F2E 100%);
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5521vw;
}

.wizSeek-features-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-features-subtitle {
  max-width: 66.6667vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-features-grid {
  display: inline-grid;
  width: 72.9167vw;
  row-gap: 1.71875vw;
  column-gap: 1.25vw;
  grid-template-rows: repeat(2, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
}

.wizSeek-features-item {
  display: flex;
  padding: 1.6667vw 1.25vw;
  align-items: center;
  gap: 1.25vw;
  border-radius: 0.625vw;
  border: 1px solid #32394F;
  background: #0D102E;
  grid-row: span 1;
  grid-column: span 1;
  justify-self: stretch;
}

.wizSeek-features-icon {
  font-size: 5vw !important;
  flex-shrink: 0;
  background: linear-gradient(180deg, #59568A 0%, #7D7ACB 71.22%, #7F80CB 82.56%, #8391C9 97.59%, #8494C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wizSeek-features-content {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.wizSeek-features-item-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
}

.wizSeek-features-item-desc {
  color: #FFF;
  font-family: 'Montserrat-Medium';
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

/* Module 6: DMSS
   ============================================== */
.wizSeek-dmss {
  background: #0C0F2E;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 62.5vw;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.wizSeek-dmss-icon {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  display: block;
}

.wizSeek-dmss-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: .4167vw 0 0;
}

.wizSeek-dmss-desc {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
  margin: 2.0833vw 0;
}

.wizSeek-dmss-desc-logo {
  width: 4.21875vw;
  height: 4.21875vw;
  object-fit: contain;
  display: block;
}

.wizSeek-dmss-desc-text {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
}

.wizSeek-dmss-mobile {
  width: 64.2708vw;
  height: 43.8542vw;
  object-fit: contain;
  display: block;
  /* margin: 0 auto; */
  position: absolute;
  bottom: -2.6042vw;
  left: 8.3333vw;
}

/* Languages
   ============================================== */
.wizSeek-languages {
  background: #0C0F2E;
  display: flex;
  padding: 3.125vw 12.5vw ;
  flex-direction: column;
  align-items: center;
  gap: 2.0833vw;
  align-self: stretch;
}

.wizSeek-languages-icon {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  display: block;
  margin-bottom: -1.6667vw;
}

.wizSeek-languages-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-languages-subtitle {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-languages-desc {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  width: 75vw;
}

.wizSeek-languages-image {
  width: 75vw;
  flex-shrink: 0;
  align-self: stretch;
  display: block;
}

/* Module 8: Integration
   ============================================== */
.wizSeek-integration {
  background: #0E092E;
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  align-items: center;
  gap: 2.0833vw;
  align-self: stretch;
}

.wizSeek-integration-icon {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  display: block;
  margin-bottom: -1.6667vw;
}

.wizSeek-integration-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-integration-subtitle {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.wizSeek-integration-desc {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  width: 66.6667vw;
}

.wizSeek-integration-image {
  width: 75vw;
  height: 19.0625vw;
  object-fit: contain;
  display: block;
}

/* Module 9: Multi-device Access
   ============================================== */
.wizSeek-multi-device {
  background: #0E092E;
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  align-items: center;
  gap: 2.0833vw;
  align-self: stretch;
}

.wizSeek-multi-device-icon {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  display: block;
  margin-bottom: -1.6667vw;
}

.wizSeek-multi-device-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-multi-device-subtitle {
  width: 44.7917vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

/* Cards 容器 */
.wizSeek-multi-device-cards {
  display: flex;
  width: 75vw;
  height: 16.6667vw;
  align-items: center;
  gap: 1.25vw;
}

/* 单张卡片 */
.wizSeek-multi-device-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  border-radius: 0.625vw;
  border: 0.05208vw solid #32394F;
  background: #0D102E;
  display: flex;
  padding: 1.25vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.7s ease;
}

.wizSeek-multi-device-card:hover {
  /* border-color: #3A66FB; */
}

/* 卡片展开态（JS控制） */
.wizSeek-multi-device-card.is-expanded {
  flex: 1 1 auto;
  flex-shrink: 0;
}

/* 第二个卡片（DMSS）展开固定720px */
.wizSeek-multi-device-card[data-device="dss_1"].is-expanded {
  flex: 0 0 37.5vw;
  width: 37.5vw;
}

/* 第一个和第三个卡片展开固定861px */
.wizSeek-multi-device-card[data-device="dss_0"].is-expanded,
.wizSeek-multi-device-card[data-device="dss_2"].is-expanded {
  flex: 0 0 44.84375vw;
  width: 44.84375vw;
}

/* 当容器中有卡片展开时，其他卡片均分剩余空间，保证容器总宽不变 */
.wizSeek-multi-device-cards.has-expanded .wizSeek-multi-device-card:not(.is-expanded) {
  flex: 1 1 0;
  min-width: 0;
}

/* ===== 默认内容层 ===== */
.card-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.0833vw;
  width: 16.6667vw;
  height: 100%;
}

.card-default-logo {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 三张卡片默认logo各自固定尺寸 */
.wizSeek-multi-device-card:nth-child(1) .card-default-logo {
  width: 16.6667vw;
  height: 5.625vw;
}

.wizSeek-multi-device-card:nth-child(2) .card-default-logo {
  width: 5.625vw;
  height: 5.625vw;
}

.wizSeek-multi-device-card:nth-child(3) .card-default-logo {
  width: 5.625vw;
  height: 5.625vw;
}

.card-default-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
}

.card-expand-icon {
  position: absolute;
  right: 0.8333vw;
  bottom: 0.8333vw;
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  padding: 0.4167vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 3.4896vw;
  background: rgba(255, 255, 255, 0.10);
}

.card-expand-icon i {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 600;
}

.wizSeek-multi-device-card:hover .card-expand-icon {
  /* color: #3A66FB; */
}

.wizSeek-multi-device-card.is-expanded .card-expand-icon {
  display: none;
}

/* 展开态右下角收起icon */
.card-collapse-icon {
  position: absolute;
  right: 0.8333vw;
  bottom: 0.8333vw;
  width: 2.0833vw;
  height: 2.0833vw;
  display: none;
  padding: 0.4167vw;
  justify-content: center;
  align-items: center;
  border-radius: 3.4896vw;
  background: #fff;
}

.card-collapse-icon i {
  color: #0D102E;
  font-size: 1.25vw;
  font-weight: 600;
  transform: rotate(180deg);
}

.wizSeek-multi-device-card.is-expanded .card-collapse-icon {
  display: flex;
}

.wizSeek-multi-device-card.is-expanded:hover .card-collapse-icon {
  /* hover 样式预留 */
}

/* ===== 展开内容层 ===== */
.card-expanded {
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 1.25vw;
}

.wizSeek-multi-device-card.is-expanded .card-expanded {
  display: flex;
}

.wizSeek-multi-device-card.is-expanded .card-default {
  display: none;
}

/* 展开-左侧文字区域 */
.card-expanded-left {
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
  width: 16.6667vw;
  flex-shrink: 0;
}

.card-expanded-title {
  color: #FFF;
  text-align: left;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

.card-expanded-desc {
  color: #FFF;
  font-family: 'Montserrat-Medium';
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  text-align: left;
}

/* 展开-右侧图片区域 */
.card-expanded-right {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
}

.card-expanded-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* 三张图片各自固定尺寸 */
.wizSeek-multi-device-card:nth-child(1) .card-expanded-image {
  width: 24.375vw;
  height: 13.0208vw;
}

.wizSeek-multi-device-card:nth-child(2) .card-expanded-image {
  width: 12.5vw;
  height: 15.625vw;
  border-radius: 1.0417vw 1.0417vw 0 0;
}

.wizSeek-multi-device-card:nth-child(3) .card-expanded-image {
  width: 25.9375vw;
  height: 12.2396vw;
}

/* 移动端适配
   ============================================== */
@media (max-width: 768px) {

  .wizSeek-container {
    margin-top: 12.8vw !important;
  }

  .wizSeek-banner {
    height: 74.6667vw;
  }

  .wizSeek-banner-overlay {
    height: 8vw;
  }

  .wizSeek-what {
    padding: 10.6667vw 4.2667vw 10.6667vw 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-what-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-what-subtitle {
    max-width: none;
    font-size: 3.7333vw;
  }

  .wizSeek-what-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .wizSeek-why {
    padding: 10.6667vw 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-why-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-why-subtitle {
    max-width: none;
    font-size: 3.7333vw;
  }

  .wizSeek-why-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 596;
  }

  .wizSeek-development {
    padding: 10.6667vw 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-development-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-development-subtitle {
    max-width: none;
    font-size: 3.7333vw;
  }

  .wizSeek-development-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 970;
  }

  .wizSeek-features {
    padding: 10.6667vw 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-features-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-features-subtitle {
    max-width: none;
    font-size: 3.7333vw;
  }

  .wizSeek-features-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4.2667vw;
  }

  .wizSeek-features-item {
    padding: 5.3333vw 4.2667vw;
    gap: 4.2667vw;
    border-radius: 3.2vw;
  }

  .wizSeek-features-icon {
    font-size: 12.8vw !important;
  }

  .wizSeek-features-content {
    gap: 4.2667vw;
  }

  .wizSeek-features-item-title {
    font-size: 4.8vw;
  }

  .wizSeek-features-item-desc {
    font-size: 3.7333vw;
  }

  .wizSeek-dmss {
    height: 160vw;
    padding: 10.6667vw 4.2667vw;
    gap: 6.4vw;
    background-size: cover;
    background-position: 36% center;
  }

  .wizSeek-dmss-icon {
    width: 17.0667vw;
    height: 17.0667vw;
  }

  .wizSeek-dmss-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-dmss-desc {
    gap: 3.2vw;
    margin: 5.3333vw 0;
  }

  .wizSeek-dmss-desc-logo {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .wizSeek-dmss-desc-text {
    font-size: 4.8vw;
    line-height: 150%;
  }

  .wizSeek-dmss-mobile {
    width: 100%;
    height: auto;
    bottom: 0;
    left: -8vw;
  }

  .wizSeek-languages {
    padding: 10.6667vw 4.2667vw 0 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-languages-icon {
    width: 17.0667vw;
    height: 17.0667vw;
  }

  .wizSeek-languages-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-languages-subtitle {
    font-size: 5.3333vw;
    text-align: center;
  }

  .wizSeek-languages-desc {
    font-size: 3.7333vw;
    width: 100%;
  }

  .wizSeek-languages-image {
    width: 100%;
  }

  .wizSeek-integration {
    padding: 10.6667vw 4.2667vw 0 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-integration-icon {
    width: 17.0667vw;
    height: 17.0667vw;
  }

  .wizSeek-integration-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-integration-subtitle {
    font-size: 5.3333vw;
    text-align: center;
  }

  .wizSeek-integration-desc {
    font-size: 3.7333vw;
    width: 100%;
  }

  .wizSeek-integration-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 366;
  }

  /* Module 9: Multi-device Access - 移动端 */
  .wizSeek-multi-device {
    padding: 10.6667vw 4.2667vw;
    gap: 6.4vw;
  }

  .wizSeek-multi-device-icon {
    width: 17.0667vw;
    height: 17.0667vw;
  }

  .wizSeek-multi-device-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-multi-device-subtitle {
    width: 100%;
    font-size: 3.7333vw;
  }

  .wizSeek-multi-device-cards {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 4.2667vw;
  }

  .wizSeek-multi-device-card {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: auto !important;
    /* height 不预设，图片自然加载撑开，展开/收起时 JS 接管 */
    padding: 5.3333vw;
    border-radius: 3.2vw;
    cursor: pointer;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .wizSeek-multi-device-card.is-expanded {
    flex: 1 1 auto !important;
  }

  /* 移动端默认隐藏展开内容，显示默认内容 */
  .wizSeek-multi-device-cards.has-expanded .wizSeek-multi-device-card:not(.is-expanded) {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: auto !important;
  }

  .card-default {
    gap: 4.2667vw;
    width: 26.667vw;
    height: auto;
  }

  .card-default-title {
    font-size: 4.8vw;
  }

  /* 移动端三张卡片默认logo各自尺寸 */
  .wizSeek-multi-device-card:nth-child(1) .card-default-logo {
    width: 79.0123vw;
    height: 26.6667vw;
  }

  .wizSeek-multi-device-card:nth-child(2) .card-default-logo {
    width: 26.6667vw;
    height: 26.6667vw;
  }

  .wizSeek-multi-device-card:nth-child(3) .card-default-logo {
    width: 26.6667vw;
    height: 26.6667vw;
  }

  .card-expand-icon {
    right: 2.1333vw;
    bottom: 2.1333vw;
    width: 10.6667vw;
    height: 10.6667vw;
    padding: 2.1333vw;
    gap: 2.6667vw;
    border-radius: 17.8667vw;
  }

  .card-expand-icon i {
    font-size: 6.4vw;
    transform: rotate(90deg);
  }

  .card-collapse-icon {
    right: 2.1333vw;
    bottom: 2.1333vw;
    width: 10.6667vw;
    height: 10.6667vw;
    padding: 2.1333vw;
    border-radius: 17.8667vw;
  }

  .card-collapse-icon i {
    font-size: 5.3333vw;
    transform: rotate(270deg);
  }

  /* card-expanded：默认隐藏，展开时通过 display 切换 + JS 控制 card 高度过渡 */
  .card-expanded {
    display: none;
    flex-direction: column;
    gap: 5.3333vw;
    height: auto;
  }

  .wizSeek-multi-device-card.is-expanded .card-expanded {
    display: flex;
  }

  .wizSeek-multi-device-card.is-expanded .card-default {
    display: none;
  }

  .card-expanded-left {
    width: 100%;
    flex-shrink: 1;
    gap: 2.6667vw;
  }

  .card-expanded-title {
    font-size: 4.8vw;
    text-align: center;
  }

  .card-expanded-desc {
    font-size: 3.7333vw;
    text-align: center;
  }

  .card-expanded-right {
    width: 100%;
    flex: 1 1 auto;
  }

  .card-expanded-image {
    width: 100%;
    height: auto;
    max-height: 53.3333vw;
    object-position: top;
  }

  /* 移动端三张图片各自尺寸 */
  .wizSeek-multi-device-card:nth-child(1) .card-expanded-image {
    width: 100%;
    height: auto;
    min-height: 38vw;
    max-height: 66.6667vw;
  }

  .wizSeek-multi-device-card:nth-child(2) .card-expanded-image {
    width: 64vw;
    height: 80vw;
    max-height: none;
    border-radius: 5.3333vw 5.3333vw 0 0;
  }

  .wizSeek-multi-device-card:nth-child(3) .card-expanded-image {
    width: 100%;
    height: auto;
    min-height: 38vw;
    max-height: 62.6667vw;
  }
}

/* Module 10: Product Selection
   ============================================== */
.wizSeek-product-selection {
  background: #0E092E;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3333vw;
  align-self: stretch;
  padding: 3.125vw 12.5vw;
}

.ps-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0833vw;
}

.wizSeek-product-selection-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-product-selection-subtitle {
  width: 44.7917vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

/* 行容器：一行五项 */
.wizSeek-product-selection-row {
  display: flex;
  width: 75vw;
  height: 13.0208vw;
  align-items: center;
  gap: 1.25vw;
  justify-content: space-between;
}

/* 第1项：文案描述 */
.ps-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.0833vw;
  width: 21.4583vw;
}

.ps-text-heading {
  display: flex;
  flex-direction: column;
}

.ps-text-heading span {
  background: linear-gradient(91deg, #9B59FF 0.02%, #9859FF 17.06%, #8E5BFF 30.62%, #7D5EFF 42.98%, #6561FF 54.63%, #4766FF 65.78%, #226CFF 76.42%, #126EFF 80.4%, #1774FF 84.71%, #2585FF 90.43%, #3CA0FF 96.92%, #49B0FF 100.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: 150%;
}

.ps-text-heading div {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: 150%;
}

.ps-text-desc {
  color: #FFF;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
}

.ps-text-desc p {
  margin: 0;
}

/* 第2项：竖线 */
.ps-divider {
  width: 0.1042vw;
  height: 12.5vw;
  flex-shrink: 0;
  border: 0.05208vw solid #32394F;
  background: #D9D9D9;
}

/* 第3/5项：产品卡片 */
.ps-item-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
}

.ps-product-title {
  color: #FFF;
  font-family: 'Montserrat-Medium';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
}

/* 第3项：IVS Cameras */
.ps-item-camera {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
}

.ps-item-camera img {
  width: 18.8542vw;
  height: 6.4583vw;
  object-fit: contain;
  display: block;
}

/* 第2个 ps-item-camera（行内第5项：NVR） */
.ps-camera-item-2 {
  gap: 0;
}

.ps-item-camera .ps-camera-img-2 {
  width: 17.1875vw;
  height: 7.2917vw;
  object-fit: contain;
  display: block;
}

/* 第4项：icon */
.ps-item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-item-icon img {
  width: 2.7083vw;
  height: 6.71875vw;
  object-fit: contain;
  display: block;
}

/* 第5项：NVR5-EI2 */
.ps-item-nvr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
}

.ps-item-nvr img {
  width: 17.1875vw;
  height: 6.1458vw;
  object-fit: contain;
  display: block;
}

/* wizSeek-product-swiper-one - Wide Coverage Swiper
   ============================================== */
.wizSeek-product-swiper-one {
  width: 100%;
}

.wizSeek-product-swiper-one .technical-box {
  width: 75vw;
  overflow: hidden;
}

.wizSeek-product-swiper-one .technical-box .swiper {
  width: 75vw;
  overflow: hidden;
}

.wizSeek-product-swiper-one .technical-box .swiper-wrapper {
  margin-top: 5.7292vw;
}

.wizSeek-product-swiper-one .technical-box .swiper-slide {
  width: 75vw;
  height: 26.3021vw;
  margin: 0 auto;
  border-radius: 0.625vw;
  border: 0.05208vw solid #32394F;
  background: #0D102E;
}

/* Slide 内部左右布局 */
.ws-slide-content {
  display: flex;
  width: 75vw;
  padding: 1.25vw;
  justify-content: center;
  align-items: center;
  gap: 3.3333vw;
}

.ws-slide-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8333vw;
  width: 32.6042vw;
  height: 23.8021vw;
  flex-shrink: 0;
}

.ws-slide-title {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
}

.ws-slide-left-img {
  width: 32.6042vw;
  height: 21.09375vw;
  object-fit: contain;
  display: block;
}

.ws-slide-right {
  flex-shrink: 0;
}

.ws-slide-right-img {
  width: 36.4583vw;
  height: 22.2917vw;
  object-fit: contain;
  display: block;
}

.wizSeek-product-swiper-one .technical-swiper-pagination {
  width: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  max-width: 75vw;
  padding: 0 14.0625vw;
  height: 2.8125vw;
}

.wizSeek-product-swiper-one .technical-swiper-pagination .custom-bullet {
  width: 100%;
  height: 2.8125vw;
  text-align: center;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #32394F;
  background: none;
  border-radius: 0;
  font-size: 0.9375vw;
  line-height: 150%;
  cursor: pointer;
  opacity: 1;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  line-height: 150%;
}

.wizSeek-product-swiper-one .technical-swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 1px solid #32394F !important;
  transform: scale(1) !important;
}

.wizSeek-product-swiper-one .technical-swiper-pagination .custom-bullet .tab-title {
  margin-bottom: 1.25vw;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.wizSeek-product-swiper-one .technical-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
}

.wizSeek-product-swiper-one .technical-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transition: width 6s linear;
  width: 100% !important;
  height: 3px;
  background: linear-gradient(270deg, #49ABF8 49.47%, #7201F6 100%);
}

.wizSeek-product-swiper-one .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

/* Professional Solution Row（新增） */
.wizSeek-product-selection-row-pro {
  display: flex;
  width: 75vw;
  height: 17.7083vw;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.9167vw;
}

/* 部分1: Third-party Cameras */
.ps-item-camera-pro {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4583vw;
  width: 20.8333vw;
  height: 11.4063vw;
  flex-shrink: 0;
}

.ps-item-camera-pro img {
  width: 20.8333vw;
  height: 6.1979vw;
  object-fit: contain;
  display: block;
}

/* 第2个 ps-item-camera-pro（行内第3项：NVR5-XI/Pro） */
.ps-camera-pro-item-2 {
  width: 17.2396vw;
  height: auto;
  gap: 0.3125vw;
}

.ps-item-camera-pro .ps-camera-pro-img-2 {
  width: 17.2396vw;
  height: 8.9583vw;
  object-fit: contain;
  display: block;
}

.ps-item-camera-pro .ps-product-title {
  text-align: left;
}

/* 部分2: + icon */
.ps-item-icon-pro {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-item-icon-pro img {
  width: 2.7083vw;
  height: 6.71875vw;
  object-fit: contain;
  display: block;
}

/* 部分3: NVR5-XI/Pro */
.ps-item-nvr-pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1979vw;
  width: 17.1875vw;
  height: 13.0208vw;
  flex-shrink: 0;
}

.ps-item-nvr-pro img {
  width: 17.2231vw;
  height: 8.9276vw;
  object-fit: contain;
  display: block;
}

.ps-item-nvr-pro .ps-product-title {
  text-align: center;
}

/* 部分5: Professional Solution 文案 */
.ps-item-text-pro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.0833vw;
  width: 21.4583vw;
  flex-shrink: 0;
}

.ps-text-heading-pro {
  display: flex;
  flex-direction: column;
}

.ps-text-heading-pro span {
  background: linear-gradient(91deg, #9B59FF 0.02%, #9859FF 17.06%, #8E5BFF 30.62%, #7D5EFF 42.98%, #6561FF 54.63%, #4766FF 65.78%, #226CFF 76.42%, #126EFF 80.4%, #1774FF 84.71%, #2585FF 90.43%, #3CA0FF 96.92%, #49B0FF 100.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: 150%;
}

.ps-text-heading-pro div {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: 150%;
}

/* wizSeek-product-swiper-two（新增） */
.wizSeek-product-swiper-two {
  width: 100%;
}

.wizSeek-product-swiper-two .technical-box {
  width: 75vw;
  overflow: hidden;
}

.wizSeek-product-swiper-two .technical-box .swiper {
  width: 75vw;
  overflow: hidden;
}

.wizSeek-product-swiper-two .technical-box .swiper-wrapper {
  margin-top: 5.7292vw;
}

.wizSeek-product-swiper-two .technical-box .swiper-slide {
  width: 75vw;
  /* height: 26.3021vw; */
  margin: 0 auto;
  border-radius: 0.625vw;
  border: 0.05208vw solid #32394F;
  background: #0D102E;
}

/* swiper-two 左侧图片尺寸覆盖 */
.wizSeek-product-swiper-two .ws-slide-left-pro {
  width: 31.1458vw;
  height: 22.2917vw;
  justify-content: space-between;
  
}

.wizSeek-product-swiper-two .ws-slide-left-img {
  width: 31.1458vw;
  height: 17.70833vw;
  border-radius: 1.04167vw;
  object-fit: cover;
  display: block;
}

.wizSeek-product-swiper-two .ws-slide-right-img {
  border-radius: 0;
}

/* swiper-two pagination */
.wizSeek-product-swiper-two .technical-swiper-pagination-two {
  width: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  max-width: 75vw;
  padding: 0 14.0625vw;
  height: 2.8125vw;
}

.wizSeek-product-swiper-two .technical-swiper-pagination-two .custom-bullet {
  width: 100%;
  height: 2.8125vw;
  text-align: center;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #32394F;
  background: none;
  border-radius: 0;
  font-size: 0.9375vw;
  line-height: 150%;
  cursor: pointer;
  opacity: 1;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  line-height: 150%;
}

.wizSeek-product-swiper-two .technical-swiper-pagination-two .swiper-pagination-bullet-active {
  border-bottom: 1px solid #32394F !important;
  transform: scale(1) !important;
}

.wizSeek-product-swiper-two .technical-swiper-pagination-two .custom-bullet .tab-title {
  margin-bottom: 1.25vw;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.wizSeek-product-swiper-two .technical-swiper-pagination-two .swiper-pagination-bullet::before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
}

.wizSeek-product-swiper-two .technical-swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transition: width 6s linear;
  width: 100% !important;
  height: 3px;
  background: linear-gradient(270deg, #49ABF8 49.47%, #7201F6 100%);
}

.wizSeek-product-swiper-two .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

/* Module 10 移动端适配 */
@media (max-width: 768px) {
  .wizSeek-product-selection {
    padding: 10.6667vw 4.2667vw;
    gap: 10.6667vw;
  }

  .ps-header {
    gap: 10.6667vw;
  }

  .wizSeek-product-selection-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-product-selection-subtitle {
    width: 100%;
    font-size: 3.7333vw;
  }

  .wizSeek-product-selection-row {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  /* 第1项：文案描述 */
  .ps-item-text {
    align-items: center;
    text-align: center;
    gap: 5.3333vw;
    flex: none;
    width: 100%;
  }

  .ps-text-heading span {
    font-size: 10.6667vw;
  }

  .ps-text-heading div {
    font-size: 10.6667vw;
  }

  .ps-text-desc {
    font-size: 4.2667vw;
  }

  /* 第2项：竖线变横线 */
  .ps-divider {
    width: 80vw;
    height: 0.2667vw;
    flex-shrink: 0;
    border: 0.2667vw solid #32394F;
    margin: 8vw 0;
  }

  /* 第3项：IVS Cameras */
  .ps-item-camera {
    gap: 5.3333vw;
  }

  .ps-camera-item-2 {
    gap: 0;
  }

  .ps-item-camera img {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 362 / 124;
  }

  .ps-item-camera .ps-camera-img-2 {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 330 / 140;
  }

  .ps-product-title {
    font-size: 5.3333vw;
  }

  /* 第4项：icon */
  .ps-item-icon img {
    width: 13.8667vw;
    height: 34.4vw;
  }

  /* 第5项：NVR5-EI2 */
  .ps-item-nvr {
    gap: 5.3333vw;
  }

  .ps-item-nvr img {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 330 / 118;
  }

  /* wizSeek-product-swiper-one 移动端 */
  .wizSeek-product-swiper-one .technical-box {
    width: 100%;
    overflow: hidden;
  }

  .wizSeek-product-swiper-one .technical-box .swiper {
    width: 100%;
    overflow: hidden;
  }

  .wizSeek-product-swiper-one .technical-box .swiper-wrapper {
    margin-top: 16vw;
  }

  .wizSeek-product-swiper-one .technical-box .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
    border: 0.2667vw solid #32394F;
    background: #0D102E;
  }

  .ws-slide-content {
    flex-direction: column;
    width: 100%;
    padding: 6.4vw;
    gap: 5.3333vw;
  }

  .ws-slide-left {
    width: 100%;
    height: auto;
    gap: 4.2667vw;
  }

  .ws-slide-title {
    font-size: 6.4vw;
  }

  .ws-slide-left-img {
    width: 100%;
    height: auto;
    aspect-ratio: 626 / 405;
  }

  .ws-slide-right {
    width: 100%;
  }

  .ws-slide-right-img {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 428;
  }

  .wizSeek-product-swiper-one .technical-swiper-pagination {
    max-width: 100%;
    height: 5.866vw;
    flex-wrap: wrap;
    padding: 2.1333vw;
    top: -3.733vw !important;
  }

  .wizSeek-product-swiper-one .technical-swiper-pagination .custom-bullet {
    height: auto;
    width: auto;
    flex: 1 0 calc(33.333% - 2.1333vw);
    padding: 3.2vw 0.8vw;
    margin: 0 !important;
    white-space: normal;
    text-align: center;
  }

  .wizSeek-product-swiper-one .technical-swiper-pagination .custom-bullet .tab-title {
    font-size: 3.7333vw;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    margin-bottom: 0;
  }

  /* ===== 移动端：Professional Solution Row ===== */
  .wizSeek-product-selection-row-pro {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 16vw;
  }

  .ps-item-camera-pro {
    width: auto;
    height: auto;
    gap: 5.3333vw;
  }

  .ps-item-camera-pro img {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 400 / 119;
  }

  .ps-camera-pro-item-2 {
    width: auto;
    height: auto;
    gap: 1.6vw;
  }

  .ps-item-camera-pro .ps-camera-pro-img-2 {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 331 / 172;
  }

  .ps-item-icon-pro img {
    width: 13.8667vw;
    height: 34.4vw;
  }

  .ps-item-nvr-pro {
    width: auto;
    height: auto;
    gap: 5.3333vw;
  }

  .ps-item-nvr-pro img {
    width: 53.3333vw;
    height: auto;
    aspect-ratio: 330.683 / 171.41;
  }

  .ps-item-text-pro {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 5.3333vw;
    flex: none;
  }

  .ps-text-heading-pro span {
    font-size: 10.6667vw;
  }

  .ps-text-heading-pro div {
    font-size: 10.6667vw;
  }

  /* ===== 移动端：wizSeek-product-swiper-two ===== */

  .wizSeek-product-swiper-two .technical-box {
    width: 100%;
    overflow: hidden;
  }

  .wizSeek-product-swiper-two .technical-box .swiper {
    width: 100%;
    overflow: hidden;
  }

  .wizSeek-product-swiper-two .technical-box .swiper-wrapper {
    margin-top: 21.3333vw;
  }

  .wizSeek-product-swiper-two .technical-box .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
    border: 0.2667vw solid #32394F;
    background: #0D102E;
  }

  .wizSeek-product-swiper-two .ws-slide-left-pro {
    width: 100%;
    height: auto;
    gap: 4.2667vw;
  }

  .wizSeek-product-swiper-two .ws-slide-left-img {
    width: 100%;
    height: auto;
    aspect-ratio: 598 / 340;
    border-radius: 5.3333vw;
  }

  .wizSeek-product-swiper-two .ws-slide-right-img {
    border-radius: 0;
  }

  .wizSeek-product-swiper-two .technical-swiper-pagination-two {
    max-width: 100%;
    height: 5.866vw;
    flex-wrap: wrap;
    padding: 2.1333vw;
    top: -3.733vw !important;
  }

  .wizSeek-product-swiper-two .technical-swiper-pagination-two .custom-bullet {
    height: auto;
    width: auto;
    flex: 1 0 calc(33.333% - 2.1333vw);
    padding: 3.2vw 0.8vw;
    margin: 0 !important;
    white-space: normal;
    text-align: center;
  }

  .wizSeek-product-swiper-two .technical-swiper-pagination-two .custom-bullet .tab-title {
    font-size: 3.7333vw;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    margin-bottom: 0;
  }
 .wizSeek-product-swiper-two .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    align-items: center;
 }
  
}

/* Module 11: Products
   ============================================== */
.wizSeek-products {
  background: #0E092E;
  display: flex;
  padding: 3.125vw 12.5vw;
  flex-direction: column;
  align-items: center;
  gap: 3.3333vw;
  align-self: stretch;
}

.wizSeek-products-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833vw;
  width: 100%;
}

.wizSeek-products-card {
  display: flex;
  padding: 1.25vw;
  flex-direction: column;
  align-items: center;
  gap: 0.4167vw;
  border-radius: 0.625vw;
  border: 0.05208vw solid #32394F;
  background: #0D102E;
}

.wizSeek-products-card-name {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.1458vw;
  font-style: normal;
  line-height: 150%;
}

.wizSeek-products-card-img-wrap {
  display: flex;
  width: 10.4167vw;
  height: 10.4167vw;
  padding: 0.7292vw;
  justify-content: center;
  align-items: center;
}

.wizSeek-products-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.wizSeek-products-card:hover .wizSeek-products-card-img-wrap img {
  transform: scale(1.2);
}

.wizSeek-products-card:hover .wizSeek-products-card-btn {
  background: linear-gradient(91deg, #9B59FF 0.02%, #9859FF 17.06%, #8E5BFF 30.62%, #7D5EFF 42.98%, #6561FF 54.63%, #4766FF 65.78%, #226CFF 76.42%, #126EFF 80.4%, #1774FF 84.71%, #2585FF 90.43%, #3CA0FF 96.92%, #49B0FF 100.04%);
}

.wizSeek-products-card-model {
  color: #FFF;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.1458vw;
  font-style: normal;
  line-height: 150%;
}

.wizSeek-products-card-btn {
  display: flex;
  padding: 0.4167vw 1.4583vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 3.2292vw;
  background: #1F2C3F;
  color: #FFF;
  font-family: "Montserrat-Medium";
  font-size: 1.0417vw;
  font-style: normal;
  margin-top: .8333vw;
}

/* Module 12: Download
   ============================================== */
.wizSeek-download {
  background: #0E092E;
  display: flex;
  padding: 3.125vw 12.5vw 6.25vw 12.5vw;
  flex-direction: column;
  align-items: center;
  gap: 3.3333vw;
  align-self: stretch;
}

.wizSeek-download-title {
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.wizSeek-download-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}

.wizSeek-download-item {
  width: calc((100% - 1.25vw) / 2);
  max-height: 5.2083vw;
  background: #0D102E;
  padding: 0.8333vw 1.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: .4167vw;
  border: .1042vw solid #0D102E;
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease;
}

.wizSeek-download-item:hover {
  background: rgba(20, 40, 102, 0.35);
  border:  .1042vw solid #32394F;
  text-decoration: none;
}

.wizSeek-download-item:hover .ws-download-date,
.wizSeek-download-item:hover .ws-download-desc,
.wizSeek-download-item:hover .ws-download-icon,
.wizSeek-download-item:hover .ws-download-down-icon {
  color: #FFF;
}

.ws-download-item-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.ws-download-date {
  min-width: 4.1667vw;
  font-family: 'Montserrat';
  font-size: 0.7292vw;
  color: #CCCDD0;
  text-align: left;
  font-style: normal;
  line-height: 1.1458vw;
  white-space: nowrap;
}

.ws-download-line {
  width: 0.0521vw;
  height: 3.5417vw;
  background: #CCCDD0;
  margin-left: 1.0417vw;
  margin-right: 0.7813vw;
  flex-shrink: 0;
}

.ws-download-icon {
  font-size: 2.0833vw !important;
  line-height: normal;
  color: #CCCDD0;
  flex-shrink: 0;
}

.ws-download-desc {
  word-wrap: break-word;
  max-width: 21.1458vw;
  display: -webkit-box;
  font-family: 'Montserrat';
  font-size: .7292vw;
  color: #CCCDD0;
  line-height: 1.25vw;
  text-align: left;
  font-style: normal;
  margin: 0;
  margin-left: 1.5625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ws-download-down-icon {
  font-size: 1.25vw;
  line-height: 3.6458vw;
  cursor: pointer;
  color: #9FA0A0;
  flex-shrink: 0;
}

.ws-download-down-mob {
  display: none;
}

/* Module 11 移动端适配 */
@media (max-width: 768px) {
  .wizSeek-products {
    padding: 10.6667vw 4.2667vw;
    gap: 10.6667vw;
  }

  .wizSeek-products-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2667vw;
  }

  .wizSeek-products-card {
    padding: 3.2vw 2.1333vw;
    gap: 2.1333vw;
    border-radius: 3.2vw;
  }

  .wizSeek-products-card-name {
    font-size: 4.8vw;
  }

  .wizSeek-products-card-img-wrap {
    width: 25.6vw;
    height: 25.6vw;
    padding: 2.1333vw;
  }

  .wizSeek-products-card-model {
    font-size: 4.2667vw;
    height: 12.8vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .wizSeek-products-card-btn {
    padding: 1.6vw 2.6667vw;
    gap: 2.6667vw;
    border-radius: 16.5333vw;
    font-size: 3.7333vw;
    white-space: nowrap;
  }

  /* Module 12: Download 移动端 */
  .wizSeek-download {
    padding: 10.6667vw 4.2667vw;
    gap: 10.6667vw;
  }

  .wizSeek-download-title {
    font-size: 7.4667vw;
    text-align: center;
  }

  .wizSeek-download-list {
    gap: 4.2667vw;
  }

  .wizSeek-download-item {
    width: 100%;
    max-height: none;
    padding: 4.2667vw;
    flex-direction: column;
    align-items: stretch;
    border-radius: 3.2vw;
    border: 0.2667vw solid #32394F;
  }

  .ws-download-item-left {
    flex-wrap: nowrap;
    align-items: center;
  }

  .ws-download-date {
    font-size: 3.7333vw;
    min-width: 17.0667vw;
    color: #CCCDD0;
    line-height: 5.8667vw;
    flex-shrink: 0;
  }

  .ws-download-line {
    height: 19.2vw;
    background: #CCCDD0;
    margin: 0 4.2667vw;
  }

  .ws-download-icon {
    display: none;
  }

  .ws-download-desc {
    margin-left: 0;
    max-width: none;
    font-size: 4.2667vw;
    line-height: 6.4vw;
    color: #CCCDD0;
    -webkit-line-clamp: 3;
    width: 100%;
  }

  .ws-download-down-icon {
    display: none;
  }

  .ws-download-down-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10.6667vw;
    background: rgba(255, 255, 255, 0.1);
    line-height: 8.5333vw;
    margin-top: 4.2667vw;
    padding: 1.8667vw 0;
    height: 8.5333vw;
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 3.2vw;
    font-style: normal;
    line-height: 150%;
  }

  .ws-download-down-mob .iconfont {
    display: inline-block;
    font-size: 4.2667vw;
    margin-left: 2.1333vw;
    color: #FFF;
  }

  /* ==============================================
     Development 图片放大预览（仅移动端）
     ============================================== */
  .wizSeek-image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .wizSeek-zoom-close {
    position: absolute;
    top: 4.2667vw;
    right: 4.2667vw;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s;
  }

  .wizSeek-zoom-close:active {
    background: rgba(255, 255, 255, 0.3);
  }

  .wizSeek-zoom-close .iconfont {
    font-size: 4.2667vw;
    color: #FFF;
    line-height: 1;
  }

  .wizSeek-image-zoom-container {
    flex: 1;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8vw 0;
  }

  .wizSeek-image-zoom-img {
    max-width: 90vw;
    max-height: none;
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  .wizSeek-image-zoom-controls {
    width: 100vw;
    height: 14.9333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10.6667vw;
    background: rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
  }

  .wizSeek-zoom-btn {
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s;
  }

  .wizSeek-zoom-btn:active {
    background: rgba(255, 255, 255, 0.3);
  }

  .wizSeek-zoom-btn .iconfont {
    font-size: 5.3333vw;
    color: #FFF;
    line-height: 1;
  }
}