.cms-solution-website-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 8px 0px;
}

.cms-solution-website-feature-card {
  background: #fafafa;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: 12px;
}

.feature-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.feature-text {
  text-align: left;
}

.cms-solution-website-feature-card .feature-title {
  color: #333333;
  font-size: 16px;
}

.cms-solution-website-feature-card .feature-sub {
  color: #666666;
  font-size: 14px;
}

/* 核心样式 */
.cms-solution-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 网格背景 */
.cms-solution-hero::before,
.cms-solution-final-cta::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 470px;
  background-image:
    linear-gradient(rgba(200, 200, 200, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 200, 200, 0.15) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: -1;
}

.cms-solution-hero::before {
  top: 0;
}

.cms-solution-final-cta::after {
  bottom: 0;
  transform: rotate(180deg);
}

.cms-solution-hero,
.cms-solution-final-cta {
  position: relative;
}

/* 通用section样式 */
.cms-solution-hero,
.cms-solution-values,
.cms-solution-grid,
.cms-solution-partners,
.cms-solution-final-cta {
  padding: 40px 0;
}

/* 居中对齐的section */
.cms-solution-values,
.cms-solution-grid,
.cms-solution-partners,
.cms-solution-final-cta {
  text-align: center;
}

/* Hero Section */
.cms-solution-hero .cms-solution-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.cms-solution-hero-text {
  flex: 1;
}

.cms-solution-hero-illustration {
  flex: 1;
  position: relative;
  height: 400px;
}

.cms-solution-hero-image {
  width: 100%;
  height: 100%;
}

.cms-solution-hero-title {
  font-size: 36px;
  color: #161616;
  line-height: 1.4;
  font-weight: 600;
}

.cms-solution-hero-subtitle {
  font-size: 36px;
  margin-bottom: 8px;
  color: #161616;
  line-height: 1.4;
  font-weight: 600;
}

.cms-solution-hero-desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
}

.cms-solution-hero-contact {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  color: #0b33c0;
}

.cms-solution-cta-button {
  border: none;
  padding: 6px;
  cursor: pointer;
  margin-top: 16px;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  background: #0032d1;
  border-radius: 4px;
  width: 200px;
  font-size: 16px;
  text-align: center;
}

/* Values Section */
.cms-solution-values {
  background-color: #fafafa;
  padding: 60px 0;
}

.cms-values-main-title {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
  color: #161616;
  font-size: 36px;
}

.cms-values-subtitle {
  margin-bottom: 40px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}

/* 主布局：左图右文 */
.cms-values-layout {
  display: grid;
  grid-template-columns: 480px 1fr;
  align-items: stretch;
}

.cms-values-right {
  height: 100%;
}

/* 让左侧容器也拉伸以实现两侧等高 */
.cms-values-left {
  height: 100%;
}

.cms-values-presentation {
  width: 100%;
  height: 100%;
}

.cms-values-demo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 值板式布局（还原截图） */
.cms-solution-website-board {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cms-solution-website-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.cms-solution-website-row-top {
  position: relative;
}

.cms-solution-website-row-bottom {
  position: relative;
}

.cms-solution-website-cell {
  position: relative;
  padding: 28px 24px 24px 24px;
}

/* 列间短竖线（非占满） */
.cms-solution-website-row {
  column-gap: 0;
}

.cms-solution-website-row .cms-solution-website-cell+.cms-solution-website-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 12px;
  width: 1px;
  background: #e5e7f0;
}

/* 上下短横线（非全宽） */
.cms-solution-website-hr {
  height: 1px;
  background: #e5e7f0;
  width: 92%;
  margin: 0 auto;
}

.cms-solution-website-cell-lg {
  background: #fff;
}

.cms-solution-website-bg-num {
  position: absolute;
  left: 40px;
  bottom: 8px;
  font-size: 90px;
  font-weight: 600;
  color: #dfe0fe;
  user-select: none;
  pointer-events: none;
}

/* 背景数字不压住文字 */
.cms-solution-website-cell .cms-solution-website-title,
.cms-solution-website-cell .cms-solution-website-main,
.cms-solution-website-cell .cms-solution-website-sub,
.cms-solution-website-cell .cms-solution-website-grid,
.cms-solution-website-cell .cms-solution-website-desc {
  position: relative;
  z-index: 1;
}


/* 顶部三等分：中间与右侧一行中英居中显示 */
.cms-solution-website-row-top .cms-solution-website-cell:not(.cms-solution-website-cell-lg) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.cms-solution-website-row-top .cms-solution-website-cell:not(.cms-solution-website-cell-lg) .cms-solution-website-main,
.cms-solution-website-row-top .cms-solution-website-cell:not(.cms-solution-website-cell-lg) .cms-solution-website-sub {
  display: inline-block;
  margin: 0;
}

/* 文案排版 */
.cms-solution-website-row-top .cms-solution-website-cell-lg .cms-solution-website-title,
.cms-solution-website-row-bottom .cms-solution-website-cell-lg .cms-solution-website-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.cms-solution-website-row-top .cms-solution-website-cell-lg .cms-solution-website-main {
  font-size: 12px;
  color: #555;
  font-weight: 500;
}

.cms-solution-website-row-top .cms-solution-website-cell-lg .cms-solution-website-sub {
  font-size: 11px;
  color: #9aa1ad;
}

.cms-solution-website-row-top .cms-solution-website-cell:not(.cms-solution-website-cell-lg) .cms-solution-website-main {
  font-size: 12px;
  color: #555;
  font-weight: 500;
}

.cms-solution-website-row-top .cms-solution-website-cell:not(.cms-solution-website-cell-lg) .cms-solution-website-sub {
  font-size: 12px;
  color: #9aa1ad;
}

/* 大数据能力区域 */
.cms-solution-website-row-bottom .cms-solution-website-cell-lg .cms-solution-website-title {
  font-size: 18px;
  font-weight: 600;
  padding-left: 65px;
}

.cms-solution-website-row-bottom .cms-solution-website-item {
  align-items: end;
}

.cms-solution-website-row-bottom .cms-solution-website-item .cms-solution-website-main {
  font-size: 12px;
  color: #2d2f33;
}

.cms-solution-website-row-bottom .cms-solution-website-item .cms-solution-website-sub {
  font-size: 12px;
  color: #2d2f33;
  margin-top: 4px;
}

/* 右下卡片文字居中 */
.cms-solution-website-cell-right {
  text-align: center;
}

.cms-solution-website-cell-right .cms-solution-website-title {
  font-size: 18px;
  font-weight: 600;
}

.cms-solution-website-cell-right .cms-solution-website-desc {
  font-size: 12px;
  color: #2d2f33;
}

/* 左上“3D/三大价值”内部：整体垂直居中、文本右对齐 */
.cms-solution-website-content--center-right {
  position: relative;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.cms-solution-website-title {
  font-size: 18px;
  color: #161616;
  font-weight: 700;
}

.cms-solution-website-title-center {
  text-align: center;
}


.cms-solution-website-sub {
  font-size: 12px;
  color: #8f96a3;
}

.cms-solution-website-sub-sm {
  color: #9aa1ad;
  margin-top: 6px;
}

.cms-solution-website-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
}

.cms-solution-website-item {
  display: flex;
  flex-direction: column;
}

.cms-solution-website-cell-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* 下排左侧跨两列 */
.cms-solution-website-row-bottom .cms-solution-website-cell-lg {
  grid-column: span 2;
}



.cms-solution-grid-title {
  font-size: 36px;
  color: #161616;
  font-weight: 600;
  margin-bottom: 12px;
}

.cms-solution-grid-desc {
  font-size: 14px;
  color: #333333;
  margin-bottom: 40px;
}

/* Tabs */
.cms-solution-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cms-solution-tab {
  padding: 8px 20px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.cms-solution-tab.active {
  color: #0032D1;
  border-bottom: 2px solid #0032D1;
  font-weight: 600;
}

.cms-solution-tab:hover {
  color: #0032D1;
}

/* 规模方案 左右布局 */
.cms-solution-website-plans {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: start;
}

.cms-solution-website-left {
  display: flex;
  flex-direction: column;
  background: #f6f8ff;
  padding: 16px 20px;
}

.cms-solution-website-left-item {
  height: 48px;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  vertical-align: center;
}

.cms-solution-website-left-item.active {
  background: #0032D1;
  color: #fff;
}

.cms-solution-website-right {
  display: block;
}

.cms-solution-website-panel {
  grid-template-columns: 1fr;
}


.cms-solution-website-card-title {
  color: #333333;
  font-size: 18px;
  text-align: left;
}

.cms-solution-website-card-desc {
  color: #666666;
  font-size: 14px;
  text-align: left;
}


.cms-solution-website-usage-title {
  color: #333333;
  font-size: 16px;
  margin-top: 6px;
  text-align: left;
}

.cms-solution-website-usage-desc {
  color: #666666;
  font-size: 14px;
  text-align: left;
}


.cms-solution-website-cta {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.cms-solution-website-btn {
  display: inline-block;
  padding: 8px 18px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
}

.cms-solution-website-btn:hover {
  background: #0032D1;
  color: #ffffff;
  border-color: #0032D1;
}


/* Partners Section */
.cms-solution-partners {
  background: #fafafa;
}

.cms-solution-partners-title {
  font-size: 36px;
  color: #161616;
  font-weight: 600;
  margin-bottom: 24px;
}

/* 重点客户介绍卡片 */
.cms-solution-featured-clients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cms-solution-featured-client-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cms-solution-featured-client-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.cms-solution-featured-client-logo {
  text-align: center;
  margin-bottom: 20px;
}

.cms-solution-featured-client-svg {
  max-width: 120px;
  height: auto;
}

.cms-solution-featured-client-content {
  text-align: left;
}

.cms-solution-featured-client-desc {
  margin-bottom: 8px;
  color: #0a1740;
  font-size: 14px;
}

.cms-solution-featured-client-desc:last-child {
  margin-bottom: 0;
}

.cms-solution-partners-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.cms-solution-partner-logo {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 90px;
  width: 250px;
  transition: all 0.3s ease;
}

.cms-solution-partner-logo:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cms-solution-partner-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Final CTA Section */
.cms-solution-final-cta-title {
  font-size: 36px;
  color: #161616;
  font-weight: 600;
  margin-bottom: 8px;
}

.cms-solution-final-cta-desc {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}

.cms-solution-final-cta-button {
  border: none;
  padding: 8px 40px;
  cursor: pointer;
  background: #0032D1;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.cms-solution-final-cta-button:hover {
  background: #0028b5;
}