/* 系统定制开发 · 品牌色（覆盖 product.css 中的紫色英雄区） */

.yp-hero--custom {
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(0, 163, 163, 0.22), transparent 60%),
    radial-gradient(800px 380px at 92% 0%, rgba(0, 82, 217, 0.45), transparent 58%),
    linear-gradient(165deg, #00143d 0%, #002060 48%, #00307a 100%);
}

.cu-hero-apps {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.yp-hero--custom .yp-board {
  min-width: 0;
  max-width: 100%;
}

.cu-mini {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.cu-mini-h {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.cu-mini-h b {
  color: #fff;
  min-width: 0;
}

.cu-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.cu-pills i {
  font-style: normal;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 163, 163, 0.22);
  color: #d8fbf6;
}

.cu-stock {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.cu-stock span {
  padding: 8px 6px;
  border-radius: 8px;
  background: rgba(0, 20, 61, 0.35);
  font-size: 11px;
  text-align: center;
  min-width: 0;
  overflow-wrap: anywhere;
}

.cu-stock b {
  display: block;
  font-size: 15px;
  color: #fff;
}

/* 常见系统形态：浅底 + 海军蓝标题，窗口统一蓝/青绿/海军蓝 */
.cu-wall-sec {
  padding: 80px 0;
  background: #f7f8fa;
  color: var(--ink);
  overflow-x: hidden;
}

.cu-wall-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}

.cu-wall-head .yp-kicker {
  color: var(--primary);
}

.cu-wall-head h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin: 8px 0 10px;
  color: var(--navy);
}

.cu-wall-head p {
  color: var(--text);
}

.cu-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cu-app {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-lg);
  min-height: 220px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cu-app--oa,
.cu-app--web,
.cu-app--rpt,
.cu-app--mob {
  background: linear-gradient(180deg, #f3f7ff 0%, #fff 42%);
}

.cu-app--wh,
.cu-app--api {
  background: linear-gradient(180deg, #f2fbfb 0%, #fff 42%);
}

.cu-app-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.cu-app-bar i {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #34d399;
}

.cu-app-bar i:first-child { background: #f87171; }
.cu-app-bar i:nth-child(2) { background: #fbbf24; }

.cu-app-body {
  padding: 4px 12px 14px;
  flex: 1;
  min-width: 0;
}

.cu-app--oa .cu-app-bar {
  background: linear-gradient(90deg, #00143d, #002060);
}

.cu-app--wh .cu-app-bar {
  background: linear-gradient(90deg, #005c5c, #00a3a3);
}

.cu-app--web .cu-app-bar {
  background: linear-gradient(90deg, #002060, #0052d9);
}

.cu-app--rpt .cu-app-bar {
  background: linear-gradient(90deg, #002060, #00307a);
}

.cu-app--mob .cu-app-bar {
  background: linear-gradient(90deg, #00143d, #00307a);
}

.cu-app--api .cu-app-bar {
  background: linear-gradient(90deg, #003544, #00a3a3);
}

.cu-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: rgba(0, 32, 96, 0.05);
  font-size: 12px;
  color: var(--ink);
  min-width: 0;
}

.cu-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cu-line em {
  font-style: normal;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(0, 163, 163, 0.14);
  color: #007a7a;
}

.cu-line em.warn {
  background: rgba(0, 82, 217, 0.12);
  color: var(--primary);
}

.cu-app .cu-stock span {
  background: rgba(0, 32, 96, 0.05);
  color: var(--text);
}

.cu-app .cu-stock b {
  color: var(--navy);
}

.cu-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 78px;
  margin-top: 8px;
}

.cu-bars b {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #00a3a3, rgba(0, 82, 217, 0.28));
}

.cu-web-hero {
  height: 54px;
  margin: 8px 0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 82, 217, 0.2), rgba(0, 163, 163, 0.14) 70%),
    #eef3fb;
}

.cu-web-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 6px;
}

.cu-web-cols span {
  height: 36px;
  border-radius: 6px;
  background: rgba(0, 32, 96, 0.06);
}

.cu-phone {
  width: 92px;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 10px 8px 12px;
  border-radius: 16px;
  border: 2px solid rgba(0, 32, 96, 0.18);
  background: linear-gradient(180deg, #00143d, #002060);
}

.cu-phone span {
  display: block;
  height: 10px;
  margin-bottom: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
}

.cu-phone span:nth-child(2) { width: 70%; }
.cu-phone span:nth-child(3) { width: 86%; height: 28px; }

.cu-nodes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 18px;
  min-width: 0;
}

.cu-nodes b {
  min-width: 0;
  width: auto;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(0, 82, 217, 0.08);
  border: 1px solid rgba(0, 82, 217, 0.16);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex: 0 1 auto;
}

.cu-nodes i {
  flex: 1 1 12px;
  min-width: 8px;
  max-width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #0052d9, #00a3a3);
}

@media (max-width: 980px) {
  .cu-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .yp-hero--custom .yp-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .yp-hero--custom .yp-hero-actions,
  .yp-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .yp-hero--custom .yp-hero-actions .btn,
  .yp-cta-actions .btn {
    width: 100%;
  }

  .cu-wall {
    grid-template-columns: minmax(0, 1fr);
  }

  .cu-wall-sec {
    padding: 56px 0;
  }

  .cu-nodes {
    flex-wrap: wrap;
    justify-content: center;
  }
}
