/* homepage-v3-ext.css
 * v3 扩展样式：平台架构图（轻量配色）、行业卡片、布局与模块覆盖
 */
/* 平台化底座 - 正远一体化数智平台架构图（嵌入首页，按内容区宽度适配） */
#solutions .platform-panel {
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#solutions .platform-panel .section-head {
  margin-bottom: 32px !important;
}

#solutions .platform-section {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0;
  overflow: visible;
}

#solutions .platform-wrap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1920 / 820;
  margin: 0;
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.96) 0%, rgba(245,250,255,0.9) 42%, #f5faff 100%);
}

#solutions .platform-wrap .bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#solutions .platform-wrap .center-ball {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 16%;
  aspect-ratio: 1 / 1;
  min-width: 132px;
  max-width: 168px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #8edcff 0%, #2a8cff 42%, #0268f2 100%);
  box-shadow:
    0 20px 45px rgba(0, 104, 242, 0.28),
    inset 0 18px 35px rgba(255,255,255,0.38),
    inset 0 -20px 35px rgba(0,74,190,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: clamp(17px, 1.85vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
  z-index: 5;
}

#solutions .platform-wrap .card {
  position: absolute;
  width: 22.75%;
  max-width: 360px;
  min-height: 96px;
  padding: 14px 18px 14px 14px;
  gap: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(222,235,248,0.95);
  box-shadow:
    0 18px 38px rgba(72, 110, 160, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  z-index: 6;
}

#solutions .platform-wrap .card.ai {
  left: 18%;
  top: 14%;
}

#solutions .platform-wrap .card.bpm {
  left: 18%;
  top: 43%;
}

#solutions .platform-wrap .card.lowcode {
  right: 18%;
  top: 14%;
}

#solutions .platform-wrap .card.ipaas {
  right: 18%;
  top: 43%;
}

#solutions .platform-wrap .icon-box {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 13px;
  background: linear-gradient(180deg, #e9f7ff 0%, #f6fcff 100%);
  box-shadow: inset 0 0 0 1px rgba(192,225,246,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 0;
}

#solutions .platform-wrap .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

#solutions .platform-wrap .card-content {
  flex: 1;
  min-width: 0;
}

#solutions .platform-wrap .card-title {
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 800;
  color: #101826;
  line-height: 1.25;
  margin-bottom: 6px;
  white-space: nowrap;
}

#solutions .platform-wrap .card-desc {
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 600;
  color: #2c3440;
  line-height: 1.35;
  white-space: nowrap;
}

#solutions .platform-wrap .engine-list {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#solutions .platform-wrap .engine {
  position: absolute;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 13px;
  background: linear-gradient(180deg, #368cff 0%, #0068f2 100%);
  color: #fff;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow:
    0 10px 22px rgba(0, 104, 242, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 8;
  white-space: nowrap;
  pointer-events: auto;
}

#solutions .platform-wrap .engine svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

#solutions .platform-wrap .engine.form { left: 7.8%; top: 57.9%; }
#solutions .platform-wrap .engine.flow { left: 21.35%; top: 72%; }
#solutions .platform-wrap .engine.view { left: 38.55%; top: 78%; }
#solutions .platform-wrap .engine.mcp  { right: 38.55%; top: 78%; }
#solutions .platform-wrap .engine.dev  { right: 21.35%; top: 72%; }
#solutions .platform-wrap .engine.ops  { right: 7.8%; top: 57.9%; }

#solutions .platform-wrap .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0b72f4;
  box-shadow: 0 0 0 4px rgba(11,114,244,0.08);
  z-index: 7;
}

#solutions .platform-wrap .dot.d1 { left: 6.56%; top: 64.6%; }
#solutions .platform-wrap .dot.d2 { left: 20.57%; top: 79.9%; }
#solutions .platform-wrap .dot.d3 { left: 37.76%; top: 86.3%; }
#solutions .platform-wrap .dot.d4 { right: 37.76%; top: 86.3%; }
#solutions .platform-wrap .dot.d5 { right: 20.57%; top: 79.9%; }
#solutions .platform-wrap .dot.d6 { right: 6.56%; top: 64.6%; }

#solutions .platform-panel .platform-stage-actions {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  #solutions .platform-section {
    padding: 0;
  }

  #solutions .platform-wrap {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    height: auto;
    min-height: auto;
    padding: 24px 16px 32px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 50% 16%, rgba(255,255,255,1) 0%, rgba(245,250,255,0.95) 46%, #f5faff 100%);
    overflow: visible;
  }

  #solutions .platform-wrap .bg-svg {
    display: none;
  }

  #solutions .platform-wrap .center-ball {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 168px;
    height: 168px;
    min-width: 168px;
    max-width: none;
    margin: 0 auto 28px;
    font-size: 23px;
  }

  #solutions .platform-wrap .card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    min-height: 104px;
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 16px;
    gap: 14px;
  }

  #solutions .platform-wrap .icon-box {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 13px;
  }

  #solutions .platform-wrap .card-title {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 8px;
    white-space: normal;
  }

  #solutions .platform-wrap .card-desc {
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
  }

  #solutions .platform-wrap .engine-list {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
    pointer-events: auto;
  }

  #solutions .platform-wrap .engine {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 14px;
  }

  #solutions .platform-wrap .engine svg {
    width: 17px;
    height: 17px;
  }

  #solutions .platform-wrap .dot {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  #solutions .platform-wrap {
    padding: 30px 12px 26px;
    border-radius: 22px;
  }

  #solutions .platform-wrap .center-ball {
    width: 148px;
    height: 148px;
    min-width: 148px;
    font-size: 20px;
    margin-bottom: 24px;
  }

  #solutions .platform-wrap .card {
    min-height: 96px;
    padding: 12px;
    gap: 12px;
  }

  #solutions .platform-wrap .icon-box {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  #solutions .platform-wrap .card-title {
    font-size: 19px;
  }

  #solutions .platform-wrap .card-desc {
    font-size: 13px;
  }

  #solutions .platform-wrap .engine-list {
    grid-template-columns: 1fr;
  }
}

/* 行业场景卡片背景（路径相对 CSS 文件，避免 var(--bg) 解析错误） */
#industry .industry-card[data-industry="auto"] {
  --bg: url("../images/industry-auto.jpg");
}

#industry .industry-card[data-industry="equipment"] {
  --bg: url("../images/industry-equipment.jpg");
}

#industry .industry-card[data-industry="chemical"] {
  --bg: url("../images/industry-chemical.jpg");
}

#industry .industry-card[data-industry="medicine"] {
  --bg: url("../images/industry-medicine.jpg");
}

#industry .industry-card[data-industry="material"] {
  --bg: url("../images/industry-material.jpg");
}

#industry .industry-card[data-industry="agriculture"] {
  --bg: url("../images/industry-agriculture.jpg");
}

#industry .industry-card[data-industry="steel"] {
  --bg: url("../images/industry-steel.jpg");
}

#industry .industry-card[data-industry="trade"] {
  --bg: url("../images/industry-trade.jpg");
}

#industry .industry-card[data-industry="decoration"] {
  --bg: url("../images/industry-decoration.jpg");
}

/* 全站内容宽度统一 + 关于模块视觉优化 */
/* 与 v1/v2「丰富的智能应用，开箱即享」模块保持一致 */

:root {
  --zy-max: 1360px;
  --zy-page-width: min(var(--zy-max), calc(100% - clamp(48px, 12vw, 220px)));
  --zy-site-frame: var(--zy-page-width) !important;
  --zy-content-width: var(--zy-page-width) !important;
  --zy-nav-width: var(--zy-page-width) !important;
}

/* header / footer 与主体内容同宽 */
.header .container,
.footer-main > .container,
.footer-links-section > .container,
.footer-copyright > .container {
  max-width: none !important;
  width: var(--zy-page-width) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 覆盖 homepage-v2.css 中多套宽度变量 */
.site-header .container.nav,
.hero > .container,
.hero-logo-boundary,
#products > .container,
#solutions > .container,
#industry > .container,
#clients > .container,
#about > .container,
#resources .news-stack,
.conversion .conversion-content,
.footer-main,
.footer-bottom-inner {
  width: var(--zy-page-width) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main#top .container {
  width: var(--zy-page-width) !important;
  max-width: none !important;
}

main#top > .section > .container,
.conversion .container.conversion-content {
  width: var(--zy-page-width) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#solutions .platform-panel,
#solutions .platform-section,
#solutions .platform-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

/* 产品卡片：缩小示意图与卡片底部的留白 */
#products .product-grid .product-card {
  min-height: auto !important;
  padding: 24px 28px 16px !important;
}

#products .product-grid .product-card .product-head {
  margin-bottom: 6px !important;
}

#products .product-grid .product-card .scene-image {
  aspect-ratio: auto !important;
  height: auto !important;
  margin: 6px 0 0 !important;
}

#products .product-grid .product-card .scene-image img {
  height: auto !important;
  width: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

#clients > .container,
#resources .news-insight,
#resources .resource-card-grid,
#resources .resource-category-buttons {
  width: 100% !important;
  max-width: none !important;
}

#resources .resource-category-buttons {
  gap: 10px !important;
}

#resources .resource-category-btn {
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  gap: 6px !important;
}

#resources .resource-category-arrow {
  font-size: 12px !important;
}

/* 资源区：间距统一变量 */
#resources {
  --resources-block-gap: clamp(24px, 2.4vw, 30px);
}

/* 资源区：左右两块独立，仅右侧文字列表加边框 */
#resources .news-insight {
  gap: var(--resources-block-gap) !important;
  padding: 0 !important;
  margin-bottom: var(--resources-block-gap) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

#resources .resource-card-grid {
  gap: var(--resources-block-gap) !important;
}

/* 无封面图后，仅优化标题区 */
#resources .resource-card-body {
  padding-top: 30px !important;
}

#resources .resource-card-body h3 {
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.38 !important;
}

#resources .news-feature {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 9 / 5 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 109, 183, 0.12) !important;
  box-shadow: 0 12px 32px rgba(0, 61, 122, .06) !important;
  background: #eaf6ff !important;
}

#resources .news-feature-slider {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

#resources .news-list {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

#resources .news-list-item {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid rgba(0, 109, 183, 0.08) !important;
}

#resources .news-list-item:last-child {
  border-bottom: 0 !important;
}

#resources .news-list-item h3 {
  font-size: 20px !important;
  line-height: 1.35 !important;
  margin: 0 0 6px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#resources .news-list-item h3 a {
  display: block !important;
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#resources .news-list-item p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}

/* 资源区：资料卡片文章标题单行省略 */
#resources .resource-card-body li {
  min-width: 0 !important;
}

#resources .resource-card-body a {
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#resources .resource-card-body a .resource-article-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#resources .news-feature-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(6px);
}

#resources .news-feature-dot {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 109, 183, .22);
  cursor: pointer;
  transition: .22s ease;
}

#resources .news-feature-dot.active {
  width: 44px;
  background: var(--zy-blue, #006db7);
}

#resources .news-feature-dot:focus-visible {
  outline: 2px solid rgba(0, 109, 183, .45);
  outline-offset: 2px;
}

@media screen and (max-width: 960px) {
  #resources .news-insight,
  .news-insight {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  #resources .news-list {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  #resources .news-list-item {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 14px 0 !important;
  }

  #resources .news-list-item:first-child {
    padding-top: 0 !important;
  }

  #resources .news-list-item:last-child {
    padding-bottom: 0 !important;
  }
}

/* ── 为什么选择正远数智：对齐设计稿 — 浅蓝底、三栏、大数字 + 灰文案 ── */
#about.section {
  background: var(--zy-soft-section, #f5faff) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#about > .container {
  width: var(--zy-page-width) !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#about .section-head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

#about .section-head h2 {
  color: #0e3050 !important;
  font-size: clamp(32px, 3vw, 42px) !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -.6px !important;
  margin-bottom: 14px !important;
}

#about .section-head p {
  color: #526982 !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  margin: 0 auto !important;
}

#about .why-area,
#about .cert-row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#about .why-area {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#about .why-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: start !important;
}

#about .why-card {
  padding: 0 clamp(24px, 3vw, 48px) !important;
  border-right: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#about .why-card:last-child {
  border-right: 0 !important;
}

#about .why-card::before,
#about .why-card::after,
#about .why-card + .why-card::before {
  display: none !important;
  content: none !important;
}

#about .why-card h3,
#about .why-card h3 .why-icon {
  display: block !important;
}

#about .why-card h3 .why-icon {
  display: none !important;
}

#about .why-card h3 {
  color: #102033 !important;
  font-size: clamp(22px, 1.45vw, 26px) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin: 0 0 28px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  white-space: nowrap !important;
  position: relative;
}

#about .why-card h3::before {
  display: none !important;
  content: none !important;
}

#about .why-card h3::after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: rgba(0, 166, 214, .22) !important;
}

#about .why-list {
  display: grid !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#about .why-list li {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#about .why-list strong {
  flex: 0 0 auto !important;
  color: #102033 !important;
  font-size: clamp(28px, 2vw, 36px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -.4px !important;
  white-space: nowrap !important;
}

#about .why-list span {
  color: #526982 !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  text-align: left !important;
}

#about .why-list li.why-text-only {
  display: block !important;
}

#about .why-list li.why-text-only span {
  display: block !important;
  text-align: left !important;
  white-space: normal !important;
}

/* 底部荣誉资质：字号与麦穗装饰略放大 */
#about .cert-badge,
#about .cert-badge.hot {
  grid-template-columns: 20px max-content 20px !important;
  grid-template-rows: 40px !important;
  min-height: 40px !important;
}

#about .cert-title {
  font-size: clamp(15px, 1.05vw, 18px) !important;
}

#about .honor-wheat,
#about .honor-wheat-left,
#about .honor-wheat-right {
  width: 20px !important;
  height: 40px !important;
  flex: 0 0 20px !important;
}

#about .honor-wheat img {
  width: 20px !important;
  height: 40px !important;
  max-width: 20px !important;
  max-height: 40px !important;
}

#about .cert-row {
  margin-top: 44px !important;
  padding: 28px 20px 12px !important;
  border-top: 1px solid rgba(0, 109, 183, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  gap: 16px 36px !important;
}

@media screen and (max-width: 1180px) {
  :root {
    --zy-page-width: min(var(--zy-max), calc(100% - 64px));
    --zy-site-frame: var(--zy-page-width) !important;
    --zy-content-width: var(--zy-page-width) !important;
    --zy-nav-width: var(--zy-page-width) !important;
  }

  #about.section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  #about .why-card {
    padding: 0 16px 12px !important;
    border-right: 0 !important;
  }

  #about .cert-row {
    padding: 22px 12px 8px !important;
  }
}

@media screen and (max-width: 960px) {
  :root {
    --zy-page-width: 100%;
    --zy-site-frame: 100% !important;
    --zy-content-width: 100% !important;
    --zy-nav-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  #about .cert-row {
    padding-top: 20px !important;
  }
}

/* ── Hero：移除第四屏品牌视频 ── */
.hero .hero-space,
.hero .hero-video-card {
  display: none !important;
}

/* ── Hero 移动端：按 Banner 图比例 1527×1030 自适应高度 ── */
@media screen and (max-width: 960px) {
  :root {
    --hero-mobile-aspect-w: 1527;
    --hero-mobile-aspect-h: 1030;
    --hero-mobile-height-boost: 1.18;
  }

  .hero {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    aspect-ratio: calc(var(--hero-mobile-aspect-w) / var(--hero-mobile-height-boost)) / var(--hero-mobile-aspect-h) !important;
    height: calc(100vw * var(--hero-mobile-aspect-h) / var(--hero-mobile-aspect-w) * var(--hero-mobile-height-boost)) !important;
    min-height: 0 !important;
    max-height: calc(100vw * var(--hero-mobile-aspect-h) / var(--hero-mobile-aspect-w) * var(--hero-mobile-height-boost)) !important;
    background-color: #edf5ff !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(245, 250, 255, .82) 0%,
      rgba(245, 250, 255, .58) 28%,
      rgba(245, 250, 255, .28) 48%,
      rgba(245, 250, 255, .08) 72%,
      rgba(245, 250, 255, 0) 100%
    );
  }

  .hero.hero-bg-0 {
    background-image: url("../images/mobile-banner-ai-scene.jpg") !important;
    background-position: center top !important;
  }

  .hero.hero-bg-1 {
    background-image: url("../images/mobile-banner-srm.jpg") !important;
    background-position: center top !important;
  }

  .hero.hero-bg-2 {
    background-image: url("../images/mobile-banner-platform.jpg") !important;
    background-position: center top !important;
  }

  .hero.hero-bg-3,
  .hero.is-brand {
    background-image: url("../images/mobile-banner-brand.jpg") !important;
    background-position: center top !important;
  }

  .hero > .container.hero-inner,
  .hero .hero-inner,
  .hero.is-brand .hero-inner {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding: 24px 0 48px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: stretch !important;
    background: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .hero .hero-copy,
  .hero.is-brand .hero-copy {
    max-width: none !important;
    align-self: stretch !important;
    transform: none !important;
    width: 100%;
    order: 1;
    flex: 0 0 auto;
    text-align: center !important;
  }

  .hero .hero-slide,
  .hero .hero-slide.active {
    text-align: center !important;
  }

  .hero .hero-title,
  .hero.is-brand .hero-title,
  .hero.is-brand .brand-slide .hero-title {
    white-space: normal !important;
    font-size: clamp(28px, 7.2vw, 38px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.4px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero p,
  .hero.is-brand p,
  .hero.is-brand .brand-slide p {
    margin-bottom: 22px !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    max-width: none !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .hero-actions,
  .hero.is-brand .hero-actions,
  .hero.is-brand .brand-slide .hero-actions {
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .hero-actions .btn,
  .hero.is-brand .hero-actions .btn {
    min-height: 46px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
  }

  .hero-dots,
  .hero.is-brand .hero-dots {
    position: static !important;
    order: 2 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    transform: none !important;
    margin: 16px auto 0 !important;
    justify-content: center !important;
    align-self: center !important;
    flex: 0 0 auto !important;
    z-index: 20 !important;
    pointer-events: auto;
  }

  .hero-logo-boundary {
    position: relative;
    z-index: 9;
    margin-top: -68px !important;
    margin-bottom: 18px !important;
  }

  .hero-logo-boundary .logo-strip,
  .hero .logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    row-gap: 10px !important;
    min-height: auto !important;
    padding: 14px 16px !important;
  }
}

/* 桌面端：Logo 条幅约一半叠在 Hero 底部 */
.hero-logo-boundary {
  position: relative;
  z-index: 9;
  margin-top: -36px !important;
}

@media screen and (max-width: 640px) {
  .hero > .container.hero-inner {
    padding: 24px 0 44px !important;
  }

  .hero .hero-actions .btn {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
    min-width: 0;
  }

  .hero-logo-boundary .logo-strip,
  .hero .logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 10px !important;
  }

  .hero-logo-boundary {
    margin-top: -48px !important;
  }

  .hero-dots,
  .hero.is-brand .hero-dots {
    margin-top: 14px !important;
  }
}

/* 移动端隐藏右侧悬浮工具条（底部固定栏已提供咨询/电话/试用入口） */
@media screen and (max-width: 1024px) {
  .lead-sidebar,
  .right-toolbar {
    display: none !important;
  }

  /* homepage-v3.css 全局写了 .nav-actions { display:flex }，会盖掉 common.css 的移动端隐藏 */
  .header .nav-actions {
    display: none !important;
  }
}

/* =========================================================
   V3 移动端统一：间距 / 导航 / 内容宽度（≤1024px）
   ========================================================= */
@media screen and (max-width: 1024px) {
  :root {
    --v3-gutter: 16px;
    --v3-section-y: 48px;
    --v3-header-h: 58px;
    --hero-mobile-height-boost: 1.18;
    --zy-page-width: 100%;
    --zy-site-frame: 100% !important;
    --zy-content-width: 100% !important;
    --zy-nav-width: 100% !important;
  }

  html,
  body,
  main#top {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* ── 导航：Logo / 汉堡菜单加大，与内容区同宽 ── */
  .header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: var(--v3-gutter) !important;
    padding-right: var(--v3-gutter) !important;
    box-sizing: border-box;
  }

  .header .nav-wrapper {
    height: var(--v3-header-h);
    min-height: var(--v3-header-h);
  }

  .header .logo img {
    height: 44px;
  }

  .header .mobile-menu-btn {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-shrink: 0;
  }

  .header .mobile-menu-btn span {
    height: 2.5px;
    border-radius: 2px;
  }

  .header .nav-actions {
    display: none !important;
  }

  main#top {
    margin-top: var(--v3-header-h);
  }

  /* ── 全站内容区：统一左右 16px，取消多套 calc 宽度 ── */
  .header .container,
  .footer-main > .container,
  .footer-links-section > .container,
  .footer-copyright > .container,
  .site-header .container.nav,
  .hero > .container,
  .hero-logo-boundary,
  main#top .container,
  main#top > .section > .container,
  main#top > .container,
  #products > .container,
  #solutions > .container,
  #industry > .container,
  #clients > .container,
  #about > .container,
  #resources .news-stack,
  .conversion .container.conversion-content,
  .footer-main,
  .footer-bottom-inner,
  .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--v3-gutter) !important;
    padding-right: var(--v3-gutter) !important;
    box-sizing: border-box;
  }

  /* ── 区块纵向间距 ── */
  .section,
  #products.section,
  #solutions.section,
  #industry.section,
  #clients.section,
  #about.section,
  #resources.section {
    padding-top: var(--v3-section-y) !important;
    padding-bottom: var(--v3-section-y) !important;
  }

  #about.section {
    padding-top: var(--v3-section-y) !important;
    padding-bottom: var(--v3-section-y) !important;
  }

  .section-head {
    margin-bottom: 28px !important;
  }

  .section-head h2 {
    font-size: clamp(22px, 5.8vw, 28px) !important;
    line-height: 1.3 !important;
  }

  .section-head p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  /* ── Hero：略增高，圆点跟在按钮下方 ── */
  .hero {
    width: 100% !important;
    aspect-ratio: calc(1527 / var(--hero-mobile-height-boost, 1.18)) / 1030 !important;
    height: calc(100vw * 1030 / 1527 * var(--hero-mobile-height-boost, 1.18)) !important;
    min-height: 0 !important;
    max-height: calc(100vw * 1030 / 1527 * var(--hero-mobile-height-boost, 1.18)) !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .hero > .container.hero-inner,
  .hero .hero-inner,
  .hero.is-brand .hero-inner {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding-top: 24px !important;
    padding-bottom: 44px !important;
    overflow: hidden !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
  }

  .hero .hero-title,
  .hero.is-brand .hero-title,
  .hero.is-brand .brand-slide .hero-title {
    font-size: clamp(26px, 6.8vw, 34px) !important;
    line-height: 1.24 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero p,
  .hero.is-brand p,
  .hero.is-brand .brand-slide p {
    font-size: 14px !important;
    line-height: 1.68 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .hero-copy,
  .hero.is-brand .hero-copy {
    text-align: center !important;
  }

  .hero .hero-actions,
  .hero.is-brand .hero-actions,
  .hero.is-brand .brand-slide .hero-actions {
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .hero-actions .btn,
  .hero.is-brand .hero-actions .btn {
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  .hero-dots,
  .hero.is-brand .hero-dots {
    position: static !important;
    order: 2 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 16px auto 0 !important;
    align-self: center !important;
    flex: 0 0 auto !important;
    z-index: 20 !important;
  }

  .hero-logo-boundary {
    margin-top: -56px !important;
    margin-bottom: 12px !important;
  }

  .hero-logo-boundary .logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
    padding: 12px 14px !important;
    width: 100% !important;
  }

  .hero-logo-boundary .hero-logo-item img {
    max-height: 22px !important;
  }

  /* ── 产品 / 行业 / 案例 ── */
  #products .product-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #products .product-card {
    min-height: auto !important;
    padding: 20px !important;
  }

  #products .product-card .scene-image {
    width: 100% !important;
    max-width: none !important;
    margin-top: 12px !important;
  }

  #industry .industry-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  #industry .industry-card,
  #industry .industry-content {
    min-height: 0 !important;
  }

  /* 轮播按钮浮在卡片上，不再占用两侧留白 */
  .solution-carousel,
  #clients .case-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  .carousel-btn,
  #clients .case-btn {
    width: 34px !important;
    height: 34px !important;
  }

  .carousel-btn::before,
  #clients .case-btn::before {
    width: 7px !important;
    height: 7px !important;
    border-width: 1.75px !important;
  }

  .carousel-btn:hover,
  #clients .case-btn:hover {
    transform: translateY(-50%) !important;
  }

  .solution-carousel .carousel-btn {
    top: 42% !important;
  }

  .solution-carousel .carousel-btn.prev {
    left: 10px !important;
    right: auto !important;
  }

  .solution-carousel .carousel-btn.next {
    right: 10px !important;
    left: auto !important;
  }

  #clients .case-carousel {
    container-type: inline-size;
  }

  #clients .case-btn {
    top: calc(100cqw * 5 / 18) !important;
  }

  #clients .case-prev {
    left: 10px !important;
    right: auto !important;
  }

  #clients .case-next {
    right: 10px !important;
    left: auto !important;
  }

  #clients .case-track .case-card {
    flex: 0 0 100% !important;
  }

  /* ── 关于 / 资源 / 转化 ── */
  #about .why-grid {
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
  }

  #about .why-card {
    padding: 0 0 28px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(0, 109, 183, .1) !important;
  }

  #about .why-card:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  #about .why-card h3 {
    white-space: normal !important;
  }

  #about .why-list li,
  #about .why-list strong,
  #about .why-list span {
    white-space: normal !important;
  }

  #about .cert-row {
    padding: 20px 0 8px !important;
    gap: 12px 16px !important;
  }

  #resources .news-insight,
  .news-insight {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  #resources .news-list,
  #resources .news-list-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  #resources .news-list-item h3,
  #resources .news-list-item h3 a,
  #resources .news-list-item p,
  #resources .resource-card-body h3,
  #resources .resource-card-body a,
  #resources .resource-card-body a .resource-article-title {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #resources .news-list-item h3,
  #resources .news-list-item h3 a,
  #resources .resource-card-body h3,
  #resources .resource-card-body a,
  #resources .resource-card-body a .resource-article-title {
    white-space: nowrap !important;
  }

  #resources .news-list-item p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
  }

  #resources .resource-category-buttons {
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  #resources .resource-category-btn {
    flex: 1 1 calc(50% - 4px) !important;
    min-width: calc(50% - 4px) !important;
    min-height: 36px !important;
    font-size: 13px !important;
  }

  #resources .resource-card-grid {
    gap: 16px !important;
  }

  .conversion .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .conversion .hero-actions .btn {
    width: 100% !important;
  }

  .hero-actions:not(.conversion .hero-actions) {
    gap: 10px !important;
  }

  #products .hero-actions.solution-cta,
  #industry > .container > .hero-actions {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --v3-gutter: 16px;
    --v3-section-y: 44px;
  }

  .hero > .container.hero-inner {
    padding-bottom: 44px !important;
  }

  .hero .hero-actions .btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }

  .hero-logo-boundary {
    margin-top: -60px !important;
  }

  .hero-logo-boundary .logo-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    row-gap: 10px !important;
  }

  .hero-logo-boundary .hero-logo-item img {
    max-height: 18px !important;
  }

  #about .cert-badge,
  #about .cert-badge.hot {
    white-space: normal !important;
    min-height: 36px !important;
    grid-template-rows: auto !important;
  }

  #about .cert-title {
    text-align: center !important;
    line-height: 1.35 !important;
    font-size: 13px !important;
  }
}

/* ── 轮播切换按钮：圆形毛玻璃 + 箭头 ── */
.solution-carousel .carousel-btn,
#clients .case-carousel .case-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 109, 183, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow:
    0 2px 10px rgba(0, 61, 122, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  cursor: pointer !important;
  z-index: 12 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease !important;
}

.solution-carousel .carousel-btn::before,
#clients .case-carousel .case-btn::before {
  content: "" !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid #006db7 !important;
  border-right: 2px solid #006db7 !important;
  flex-shrink: 0 !important;
  transition: border-color 0.22s ease !important;
}

.solution-carousel .carousel-btn.prev::before,
#clients .case-carousel .case-prev::before {
  transform: rotate(-135deg) !important;
  margin-left: 2px !important;
}

.solution-carousel .carousel-btn.next::before,
#clients .case-carousel .case-next::before {
  transform: rotate(45deg) !important;
  margin-right: 2px !important;
}

.solution-carousel .carousel-btn:hover,
#clients .case-carousel .case-btn:hover {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(0, 109, 183, 0.28) !important;
  box-shadow:
    0 6px 20px rgba(0, 61, 122, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.solution-carousel .carousel-btn:hover::before,
#clients .case-carousel .case-btn:hover::before {
  border-color: #005a9e !important;
}

.solution-carousel .carousel-btn:active,
#clients .case-carousel .case-btn:active {
  transform: translateY(-50%) scale(0.94) !important;
  box-shadow:
    0 2px 8px rgba(0, 61, 122, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

.solution-carousel .carousel-btn:focus-visible,
#clients .case-carousel .case-btn:focus-visible {
  outline: 2px solid rgba(0, 109, 183, 0.35) !important;
  outline-offset: 2px !important;
}

/* 客户案例封面：9:5 比例（宽:高） */
#clients .case-cover {
  aspect-ratio: 9 / 5 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#clients .case-cover img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* 客户案例描述：固定一行高度，超出省略 */
#clients .case-summary {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
  min-height: calc(16px * 1.68) !important;
  max-height: calc(16px * 1.68) !important;
  margin: 0 0 14px !important;
}

/* 整张案例卡片可点击 */
#clients a.case-card {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

#clients a.case-card:hover {
  border-color: rgba(0, 109, 183, 0.28) !important;
  box-shadow: 0 12px 28px rgba(0, 78, 143, 0.12) !important;
}

#clients .case-value-number {
  font-size: clamp(18px, 1.45vw, 24px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

/* 案例卡片：移动端三个数字并排 */
@media screen and (max-width: 640px) {
  #clients .case-value-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
    width: 100% !important;
  }

  #clients .case-value-item {
    min-height: 56px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 8px 4px !important;
  }

  #clients .case-value-number {
    font-size: clamp(14px, 3.6vw, 17px) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  #clients .case-value-label {
    margin-top: 4px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

#clients .logo-card img {
  max-width: 100px !important;
  max-height: 28px !important;
}

/* 案例卡片与 Logo 墙间距收紧 */
#clients .case-carousel {
  margin-bottom: 0 !important;
}

#clients .logo-wall {
  margin-top: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#clients > .container > .hero-actions {
  margin-top: 56px !important;
}

/* 转化区块：使用底部 CTA 背景图 */
.conversion {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background-color: #005a9e !important;
  background-image: url("../images/foote-bg.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.conversion::before,
.conversion::after {
  display: none !important;
  content: none !important;
}

.conversion .container.conversion-content {
  position: relative !important;
  z-index: 1 !important;
}

.conversion p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 8px rgba(8, 78, 145, 0.18) !important;
}

.conversion .btn-light {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  color: #fff !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.conversion .btn-light:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

/* 微信联系弹窗（首页「立即咨询」） */
.wechat-contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1006;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.wechat-contact-modal {
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: reservationModalShow 0.35s ease-out;
}

.wechat-contact-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: none;
  color: #666;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s;
}

.wechat-contact-close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.wechat-contact-modal .wechat-content h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.wechat-contact-modal .qrcode-container {
  text-align: center;
}

.wechat-contact-modal .qrcode-container img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 12px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.wechat-contact-modal .qrcode-container p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

#clients .hero-actions .btn-light {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--text, #1e293b);
}

#clients .hero-actions .btn-light:hover {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.2);
}
