/**
 * INNOVATION_CLOUD 信创行业方案落地页样式入口
 *
 * 
 */


.innovation_cloud-page {
  color: var(--on-surface, #1a1a1a);
  line-height: 1.5;
  isolation: isolate;
  overflow-x: visible;
  --page-main-min-h: var(--page-main-min-height);
}

.hero {
  padding: 0;
  margin: 0;
  background: #e2edfa;
}

.hero-btns {
  margin-bottom: 20px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, calc(100vw * 10 / 1440), 10px);
}

.hero-chips {
  margin-top: 30px;
}

.hero-p-dec {
  color: rgba(0, 87, 156, 0.6);
}

.hero-chip-icon {
  flex-shrink: 0;
  width: clamp(18px, calc(100vw * 20 / 1440), 20px);
  height: auto;
  object-fit: contain;
}

.hero-title{
   max-width:  clamp(200px, calc(100vw * 520 / 1440), 520px);;
}

@media (max-width: 768px) {
  .hero-title{ max-width: 100%;}
   
}

/* 滚动 fadeInUp：由 innovation_cloud.js 触发 .in */
.innovation_cloud-page .sds-fade,
.hero .sds-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.innovation_cloud-page .sds-fade.in,
.hero .sds-fade.in {
  opacity: 1;
  transform: none;
}

.innovation_cloud-page .sds-rise {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.innovation_cloud-page .sds-rise.in {
  opacity: 1;
  transform: none;
}

.innovation_cloud-page .sds-block1-card.sds-rise.in:hover,
.innovation_cloud-page .zns-product-card.sds-rise.in:hover,
.innovation_cloud-page .xc-why-card.sds-rise.in:hover,
.innovation_cloud-page .xc-adv-card.sds-rise.in:hover,
.innovation_cloud-page .xc-case-card.sds-rise.in:hover,
.innovation_cloud-page .xc-honor-card.sds-rise.in:hover {
  transform: translateY(-4px);
}

/* ── Block 1：为什么选择（3×3 卡片） ── */
.xc-why {
  background: linear-gradient(180deg, #639ce133 0%, #639ce113 60%, #639ce100 100%), #F8FAFC;
  background-size: 100% 198px, 100% 100%;
  background-repeat: no-repeat;
  background-position: top, top;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-why-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(36px, calc(100vw * 48 / 1440), 48px);
}

.xc-why-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-why-subtitle {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-why-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec);
}

.xc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, calc(100vw * 20 / 1440), 20px);
}

.xc-why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(10px, calc(100vw * 14 / 1440), 14px);
  padding: clamp(28px, calc(100vw * 36 / 1440), 36px) clamp(20px, calc(100vw * 24 / 1440), 24px);
  border-radius: var(--r12, 12px);
  background: linear-gradient(313deg, #f7fafc 10%, #f7fafc 10%, #f7fafc00 85%), #FFFFFF;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, color 0.25s;
}

.xc-why-icon {
  flex-shrink: 0;
  width: clamp(40px, calc(100vw * 65 / 1440), 65px);
  height: clamp(40px, calc(100vw * 65 / 1440), 65px);
  object-fit: contain;
  transition: filter 0.25s;
}

.xc-why-card-title {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  transition: color 0.25s;
}

.xc-why-card-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.7;
  color: var(--primary-dec);
  transition: color 0.25s;
}

@media (hover: hover) {
  .xc-why-card:hover {
    border-color: var(--primary, #00579c);
    background: linear-gradient(236deg, #023d73 2%, #02569b 66%, #014a86 98%), #00579c;
    box-shadow: 0 8px 28px rgba(0, 87, 156, 0.22);
  }

  .xc-why-card:hover .xc-why-card-title,
  .xc-why-card:hover .xc-why-card-desc {
    color: #fff;
  }

  
}

.xc-why-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
  margin-top: clamp(36px, calc(100vw * 48 / 1440), 48px);
}

.xc-why-foot-q {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary, #00579c);
}

.xc-why-foot-btn,
.xc-scene-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px 10px 10px;
  border-radius: var(--r8);
  background: var(--primary, #00579c);
  color: #fff;
  font-size: var(--fs-14, 14px);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  --hero-btn-icon: 30px;
}

.xc-why-foot-btn .svg_span,
.xc-scene-btn .svg_span {
  width: var(--hero-btn-icon);
  height: var(--hero-btn-icon);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: var(--primary, #00579c);
  border: 1px solid var(--primary, #00579c);
}

.xc-why-foot-btn .svg_span svg,
.xc-scene-btn .svg_span svg {
  width: 55%;
  height: 55%;
  transform: rotate(-35deg);
}

.xc-why-foot-btn:hover,
.xc-scene-btn:hover {
  background: #023d73;
  box-shadow: 0 4px 16px rgba(0, 87, 156, 0.28);
  color: #fff;
}

@media (max-width: 992px) {
  .xc-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .xc-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Block 2：全栈架构 ── */
.xc-stack {
  background: #fff;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-stack-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(32px, calc(100vw * 40 / 1440), 40px);
}

.xc-stack-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-stack-subtitle {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-stack-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec);
}

.xc-stack-visual {
  max-width: 1200px;
  margin: 0 auto;
}

.xc-stack-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Block 3：三大场景 ── */
.xc-scene {
  background: #f8fafc;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-scene-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(40px, calc(100vw * 56 / 1440), 56px);
}

.xc-scene-sec-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-scene-sec-subtitle {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary-dec);
  line-height: 1.5;
}

.xc-scene-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, calc(100vw * 48 / 1440), 48px);
  align-items: center;
  margin-bottom: clamp(48px, calc(100vw * 84 / 1440), 84px);
}

.xc-scene-item:last-child {
  margin-bottom: 0;
}

.xc-scene-item--reverse .xc-scene-content {
  order: 2;
}

.xc-scene-item--reverse .xc-scene-visual {
  order: 1;
}

@media (max-width: 992px) {
  .innovation_cloud-page .xc-scene-item,
  .innovation_cloud-page .xc-scene-item.xc-scene-item--reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(24px, calc(100vw * 32 / 1440), 32px);
  }

  .innovation_cloud-page .xc-scene-item .xc-scene-content,
  .innovation_cloud-page .xc-scene-item--reverse .xc-scene-content {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .innovation_cloud-page .xc-scene-item .xc-scene-visual,
  .innovation_cloud-page .xc-scene-item--reverse .xc-scene-visual {
    order: 2;
    width: 100%;
  }

  .innovation_cloud-page .xc-scene-content .xc-scene-btn {
    align-self: center;
  }
}

.xc-scene-tag {
  margin: 0 0 8px;
  font-size: var(--fs-14, 14px);
  font-weight: 600;
  color: var(--primary, #00579c);
  line-height: 1.4;
}

.xc-scene-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(20px, calc(100vw * 28 / 1440), 28px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}

.xc-scene-desc {
  margin: 0 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec, #64748b);
}

.xc-scene-list {
  list-style: none;
  margin: 0 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xc-scene-list li {
  font-size: var(--fs-14, 14px);
  line-height: 1.7;
  color: #475569;
}

.xc-scene-list strong {
  color: var(--primary, #00579c);
  font-weight: 600;
}

.xc-scene-note {
  margin: 0 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  font-size: var(--fs-14, 14px);
  line-height: 1.7;
  color: #475569;
}

.xc-scene-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Block 4：行业优势 ── */
.xc-adv {
  background: #FFFFFF;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-adv-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(32px, calc(100vw * 40 / 1440), 40px);
}

.xc-adv-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-adv-subtitle {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-adv-desc {
  margin: 0 0 clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec, #64748b);
}

.xc-adv-sec-title {
  margin: 0;
  font-size: clamp(18px, calc(100vw * 22 / 1440), 22px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}

.xc-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
  margin-bottom: clamp(36px, calc(100vw * 48 / 1440), 48px);
}

.xc-adv-card {
  height: 100%;
  background: linear-gradient(237deg, #b8d0ff4d 10%, #b8d0ff00 85%);
  padding: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xc-adv-card-inner {
  height: 100%;
  background: linear-gradient(57deg, #b8d0ff1a 14%, #b8d0ff00 89%), #FFFFFF;

  padding: clamp(24px, calc(100vw * 32 / 1440), 32px) clamp(20px, calc(100vw * 28 / 1440), 28px);
}

.xc-adv-card-title {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  text-align: center;
}

.xc-adv-card-line {
  display: block;
  width: 60px;
  height: 6px;
  margin: 12px auto 16px;
  background: rgba(184, 208, 255, 0.4);
  opacity: 0.9;
}

.xc-adv-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.xc-adv-list li {
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color:#414752;
}

.xc-adv-list strong {
  color: #1a1a1a;
  font-weight: 600;
}

@media (hover: hover) {
  .xc-adv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(17, 83, 145, 0.12);
  }
}

.xc-adv-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
}

.xc-adv-foot-q {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary, #00579c);
}

@media (max-width: 768px) {
  .xc-adv-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Block 5：信创生态 Tab ── */
.xc-eco {
  background: #f8fafc;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-eco-head {
  text-align: center;
  margin: 0 auto clamp(32px, calc(100vw * 40 / 1440), 40px);
}

.xc-eco-title {
  margin: 0 0 clamp(12px, calc(100vw * 16 / 1440), 16px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-eco-subtitle {
  margin: clamp(12px, calc(100vw * 36 / 1440), 36px) 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-eco-desc {
  margin: 0 0 12px;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec, #64748b);
}

.xc-eco-desc:last-child {
  margin-bottom: 0;
}

.xc-eco-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, calc(100vw * 16 / 1440), 16px);
  margin-bottom: clamp(20px, calc(100vw * 28 / 1440), 28px);
}

.xc-eco-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(72px, calc(100vw * 100 / 1440), 100px);
  padding: clamp(12px, calc(100vw * 16 / 1440), 16px);
  border-radius: var(--r8);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  border: 1px solid #fff;
}

.xc-eco-tab img {
  display: block;
  width: auto;
  max-width: 70%;
  max-height: clamp(36px, calc(100vw * 44 / 1440), 44px);
  height: auto;
  object-fit: contain;
}

.xc-eco-tab:hover {
  border-color: #B8D0FF;
}

.xc-eco-tab.is-active {
  border-color: #B8D0FF;
  box-shadow: 0px 12px 24px 0px rgba(184, 208, 255, 0.2);
}

.xc-eco-panels {
  margin-bottom: clamp(36px, calc(100vw * 48 / 1440), 48px);
  margin-top: clamp(32px, calc(100vw * 50 / 1440), 50px);
}

.xc-eco-panel {
  
}

.xc-eco-panel[hidden] {
  display: none;
}

.xc-eco-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(20px, calc(100vw * 24 / 1440), 24px);
}

.xc-eco-panel-brand {
  margin: 0;
  line-height: 0;
}

.xc-eco-panel-brand img {
  display: block;
  width: auto;
  max-width: clamp(120px, calc(100vw * 160 / 1440), 160px);
  max-height: clamp(36px, calc(100vw * 48 / 1440), 48px);
  height: auto;
  object-fit: contain;
}

.xc-eco-panel-more {
  flex-shrink: 0;
  font-size: var(--fs-14, 14px);
  font-weight: 500;
  color: var(--primary, #00579c);
  text-decoration: none;
  transition: opacity 0.2s;
}

.xc-eco-panel-more:hover {
  opacity: 0.8;
}

.xc-eco-panel-body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(20px, calc(100vw * 32 / 1440), 32px);
  align-items: start;
}

.xc-eco-panel-text p {
  margin: 0 0 24px;
  font-size: var(--fs-14, 14px);
  line-height: 1.8;
  color: #414752;
}

.xc-eco-panel-text p:last-child {
  margin-bottom: 0;
}

.xc-eco-panel-cert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, calc(100vw * 20 / 1440), 20px);
  background: #fff;
  border-radius: var(--r8);
}

.xc-eco-panel-cert img {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

.xc-eco-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
}

.xc-eco-foot-q {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary, #00579c);
}

.xc-eco-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px 10px 10px;
  border-radius: var(--r8);
  background: var(--primary, #00579c);
  color: #fff;
  font-size: var(--fs-14, 14px);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  --hero-btn-icon: 30px;
}

.xc-eco-btn .svg_span {
  width: var(--hero-btn-icon);
  height: var(--hero-btn-icon);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: var(--primary, #00579c);
  border: 1px solid var(--primary, #00579c);
}

.xc-eco-btn .svg_span svg {
  width: 55%;
  height: 55%;
}

.xc-eco-btn:hover {
  background: #023d73;
  box-shadow: 0 4px 16px rgba(0, 87, 156, 0.28);
  color: #fff;
}

@media (max-width: 992px) {
  .xc-eco-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xc-eco-panel-body {
    grid-template-columns: 1fr;
  }

  .xc-eco-panel-cert {
    order: -1;
  }
}

@media (max-width: 576px) {
  .xc-eco-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xc-eco-panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .xc-eco-panel-more {
    justify-self: end;
    white-space: nowrap;
  }
}

/* ── Block 6：客户案例 ── */
.xc-case {
  background: #fff;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-case-head {
  text-align: center;
  margin: 0 auto clamp(32px, calc(100vw * 40 / 1440), 40px);
}

.xc-case-title {
  margin: 0 0 clamp(12px, calc(100vw * 36 / 1440), 36px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-case-subtitle {
  margin: 0 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-case-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec, #64748b);
}

.xc-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
  margin-bottom: clamp(36px, calc(100vw * 48 / 1440), 48px);
}

.xc-case-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(20px, calc(100vw * 24 / 1440), 24px);
  background: #fff;
  border: 1px solid rgba(193, 199, 212, 0.3);
  border-radius: var(--r8);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
  .xc-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(17, 83, 145, 0.12);
  }
}

.xc-case-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.xc-case-card-logo {
  flex-shrink: 0;
  width: clamp(40px, calc(100vw * 48 / 1440), 48px);
  height: clamp(40px, calc(100vw * 48 / 1440), 48px);
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
}

.xc-case-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.xc-case-card-meta {
  min-width: 0;
}

.xc-case-card-title {
  margin: 0 0 4px;
  font-size: clamp(15px, calc(100vw * 16 / 1440), 16px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}

.xc-case-card-brief {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.6;
  color: #414752;
}

.xc-case-card-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: #767B85;
}

.xc-case-card-highlight {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary, #00579c);
  position: relative;
  font-weight: 500;
}



.xc-case-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
}

.xc-case-foot-q {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary, #00579c);
}

@media (max-width: 768px) {
  .xc-case-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Block 7：资质认证 ── */
.xc-honor {
  background: #f8fafc;
  padding: clamp(48px, calc(100vw * 72 / 1440), 72px) 0;
}

.xc-honor-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto clamp(32px, calc(100vw * 40 / 1440), 40px);
}

.xc-honor-title {
  margin: 0 0 clamp(12px, calc(100vw * 36 / 1440), 36px);
  font-size: clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.xc-honor-subtitle {
  margin: 0 0 clamp(16px, calc(100vw * 20 / 1440), 20px);
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.xc-honor-desc {
  margin: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: var(--primary-dec, #64748b);
}

.xc-honor-board {
  margin-bottom: clamp(36px, calc(100vw * 48 / 1440), 48px);
 

}

.xc-honor-sec-title {
  margin: 0 0 clamp(24px, calc(100vw * 32 / 1440), 32px);
  font-size: clamp(18px, calc(100vw * 22 / 1440), 22px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: center;
}

.xc-honor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
  align-items: stretch;
}

.xc-honor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(24px, calc(100vw * 32 / 1440), 32px) clamp(20px, calc(100vw * 24 / 1440), 24px);
  background: linear-gradient(328deg, #b8d0ff33 11%, #b8d0ff00 85%), #FFFFFF;
  border-radius: var(--r8);
  overflow: visible;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: transparent;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

@media (hover: hover) {
  .xc-honor-card:hover {
    transform: translateY(-4px);
    background: linear-gradient(148deg, #b8d0ff33 14%, #b8d0ff00 88%), #FFFFFF;
    border-color: var(--primary);
    box-shadow: 0 12px 28px rgba(17, 83, 145, 0.12);
  }
}

.xc-honor-card--lead {
  padding-bottom: clamp(30px, calc(100vw * 38 / 1440), 38px);
}



.xc-honor-card-deco {
  position: absolute;
  top: clamp(-48px, calc(100vw * -56 / 1440), -56px);
  right: clamp(8px, calc(100vw * 12 / 1440), 12px);
  width: clamp(88px, calc(100vw * 120 / 1440), 120px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.xc-honor-card-title {
  margin: 0 0 clamp(20px, calc(100vw * 24 / 1440), 24px);
  font-size: clamp(20px, calc(100vw * 24 / 1440), 24px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  text-align: center;
}

.xc-honor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.xc-honor-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.xc-honor-list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: contain;
}

.xc-honor-list span {
  flex: 1;
  min-width: 0;
  font-size: var(--fs-14, 14px);
  line-height: 1.75;
  color: #414752;
  text-align: left;
}

.xc-honor-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, calc(100vw * 20 / 1440), 20px);
}

.xc-honor-foot-q {
  margin: 0;
  font-size: clamp(16px, calc(100vw * 18 / 1440), 18px);
  font-weight: 600;
  color: var(--primary, #00579c);
}

@media (max-width: 992px) {
  .xc-honor-grid {
    grid-template-columns: 1fr;
  }

  .xc-honor-card-deco {
    top: -20px;
    right: 12px;
    width: 88px;
  }
}

/* ── CTA（复制自 zaku-sections.css） ── */
.sds-cta {
  background: linear-gradient(180deg, #639ce10f 0%, #639ce104 60%, #639ce100 100%), #FFFFFF;
}

.sds-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px, calc(100vw * 56 / 1440), 56px);
  align-items: start;
}

.sds-cta-title {
  font-size: clamp(24px, calc(100vw * 36 / 1440), 36px);
  font-weight: 700;
  color: #181c22;
  line-height: 1.35;
  margin: 0 0 16px;
}

.sds-cta-desc {
  font-size: clamp(13px, calc(100vw * 15 / 1440), 15px);
  color:#414752;
  line-height: 1.7;
  margin: 0 0 clamp(24px, calc(100vw * 32 / 1440), 32px);
}

.sds-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sds-cta-btn {
  padding: 10px 20px;
  border-radius: var(--r8);
  background: rgba(0, 87, 156, 0.05);
  box-sizing: border-box;
  border: 1px solid rgba(0, 87, 156, 0.1);
  color: var(--primary, #00579c);
  font-size: var(--fs-14, 14px);
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.sds-cta-btn:hover {
  background: var(--primary, #00579c);
  color: #fff;
}

.sds-cta-form {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8edf3;
  padding: clamp(20px, calc(100vw * 28 / 1440), 28px);
  box-shadow: 0 4px 20px rgba(17, 83, 145, 0.06);
}

.sds-cta-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.sds-cta-field--full {
  grid-column: 1 / -1;
}

.sds-cta-input,
.sds-cta-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: var(--fs-16, 16px);
  color: #00579c;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.sds-cta-input::placeholder {
  color: #94a3b8;
}

.sds-cta-select {
  color:#414752;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.sds-cta-input:focus,
.sds-cta-select:focus {
  outline: none;
  border-color: #00579c;
}

.sds-cta-form-note {
  font-size: var(--fs-12, 12px);
  color: #94a3b8;
  line-height: 1.5;
  margin: 0 0 16px;
}

.sds-cta-submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #00579c;
  color: #fff;
  font-size: var(--fs-16, 16px);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.sds-cta-submit:hover {
  background: #004882;
}

@media (max-width: 1024px) {
  .sds-cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sds-cta-form-grid {
    grid-template-columns: 1fr;
  }

  .sds-cta-btns {
    flex-direction: column;
  }

  .sds-cta-btn {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .innovation_cloud-page .sds-fade,
  .innovation_cloud-page .sds-rise,
  .hero .sds-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
