/* ========================================
   Network 2.0 - 产业链网络页面样式
   ======================================== */

/* ========== Banner 样式 ========== */
.network-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========== Section 1: 核心挑战 (4个卡片) ========== */
.network-challenges .challenges-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.network-challenges .content-card-title {
  white-space: nowrap;
}
.network-challenges .challenges-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.network-challenges .challenge-card {
  padding: 32px 24px;
  background: #f6f8fc;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.network-challenges .challenge-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.network-challenges .challenge-card .card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.network-challenges .challenge-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.network-challenges .challenge-card .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b2733;
  margin-bottom: 12px;
  line-height: 1.4;
}

.network-challenges .challenge-card .card-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}

/* ========== Section 2: 全球网络覆盖 ========== */
.network-global-network .global-network-img {
  max-width: 1280px;
  margin: 0 auto;
  /* background: #f6f8fc; */
  border-radius: 16px;
  /* padding: 40px; */
}

.network-global-network .global-network-img img {
  width: 100%;
  display: block;
}

/* ========== Section 3: 核心价值 (深蓝背景 2x2卡片) ========== */
.network-core-value {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.network-core-value .section-title,
.network-core-value .section-desc {
  color: #fff;
}

.network-core-value .core-value-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.network-core-value .core-value-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.network-core-value .core-value-card {
  /* background: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(10px); */
  background: url('/product/images/network/2.0/section3-item-bg.png') no-repeat center center;
  background-size: cover;
  border-radius: 24px;
  padding: 32px;
  /* border: 1px solid rgba(255, 255, 255, 0.15); */
  transition: all 0.3s ease;
}
section#globalNetwork .section-container {
  width: 100%;
}

/* .network-core-value .core-value-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
} */

.network-core-value .core-value-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.network-core-value .core-value-card .card-icon {
  width: 48px;
  height: 48px;
}

.network-core-value .core-value-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.network-core-value .core-value-card .card-percent-img {
  width: 64px;
  height: 64px;
}
section#coreValue p.section-desc {
  margin-bottom: 60px;
}
.network-core-value .core-value-card .card-percent-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.network-core-value .core-value-card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.network-core-value .core-value-card .card-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* ========== Section 4: 知识资产保护 (media-list) ========== */
.network-asset-protection {
  /* 使用组件默认样式 */
}

/* ========== Section 5: 文档追溯 (media-list) ========== */
.network-doc-trace {
  /* 使用组件默认样式 */
}

/* ========== Section 6: 全球服务能力 (2x2卡片带图) ========== */
.network-global-service .global-service-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.network-global-service .global-service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.network-global-service .global-service-card {
  display: flex;
  /* background: #f6f8fc; */
  background: linear-gradient(0deg, #EEF2FA, #EEF2FA), linear-gradient(0deg, rgba(16, 28, 47, 0.06), rgba(16, 28, 47, 0.06)), #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  gap: 24px;
  transition: all 0.3s ease;
  width: 88%;
  /* overflow: hidden; */
}


.network-global-service .global-service-card .card-left {
  flex: 1;
}

.network-global-service .global-service-card .card-icon {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.network-global-service .global-service-card .card-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.network-global-service .global-service-card .card-icon .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b2733;
  margin: 0;
  line-height: 1.4;
}

.network-global-service .global-service-card .card-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  margin-bottom: 16px;
}

.network-global-service .global-service-card .card-tags {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 10px 12px;
  margin-top: 16px;
}

.network-global-service .global-service-card .card-tags .tag-item {
  display: block;
  /* background: #fff; */
  color: #101C2F;
  font-size: 16px;
  font-weight: 500;
  /* border-radius: 20px; */
  padding: 8px 16px;
  /* border: 1px solid #e0e7ef; */
  /* border: 1.5px solid; */
/* border-image: linear-gradient(290deg, #7CC4FF 0%, #3BD9A2 48%, #747BFD 100%) 1.5; */
  white-space: nowrap;
  text-align: center;
  position: relative;
  border: 1.5px solid transparent; 
}
.network-global-service .global-service-card .card-tags .tag-item::after{
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  border-radius: 13px; /* 比主体大1.5px */
  padding: 1.5px;
  background: linear-gradient(293deg, #7CC4FF 0%, #3BD9A2 48%, #747BFD 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}

.network-global-service .global-service-card .card-right {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.network-global-service .global-service-card .card-right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  position: absolute;
  right: -76px;
}

/* ========== Section 7: 案例轮播 ========== */
.network-cases {
  /* 使用 case-carousel 组件默认样式 */
}

/* ========== CTA Footer ========== */
.network-cta {
  /* 使用组件默认样式 */
}

/* ========== 响应式适配 ========== */
@media screen and (max-width: 1300px) {
  .network-challenges .challenges-cards,
  .network-core-value .core-value-cards,
  .network-global-service .global-service-cards {
    padding: 0 20px;
  }
  
  .network-global-network .global-network-img {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .network-challenges .challenges-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .network-challenges .challenges-cards,
  .network-core-value .core-value-cards,
  .network-global-service .global-service-cards {
    grid-template-columns: 1fr;
  }
  
  .network-global-service .global-service-card {
    flex-direction: column;
  }
  
  .network-global-service .global-service-card .card-right {
    width: 100%;
    height: 160px;
  }
}
