/* 产品与服务栏目 v4 — 与首页 / 解决方案同色同字号基准 */

.svcV4 {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.svcV4__hubGrid {
  display: grid;
  gap: 1em;
}

@media (min-width: 768px) {
  .svcV4__hubGrid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 1.25em;
  }
}

.svcV4__hubCard {
  text-decoration: none;
  color: inherit;
}

.svcV4__hubCard .homeV4__lead {
  margin-bottom: 0.85em;
  max-width: none;
}

.svcV4__more {
  margin-top: auto;
  font-size: 0.9em;
  font-weight: 650;
  color: #0f766e;
}

@media (hover: hover) and (pointer: fine) {
  .svcV4__hubCard {
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  .svcV4__hubCard:hover {
    transform: translateY(-3px);
    border-color: #0f766e;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }
}

.svcV4 .homeV4__capGrid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .svcV4 .homeV4__capGrid {
    grid-template-columns: 1fr 1fr;
  }
}

.svcV4 .homeV4__capCard {
  text-decoration: none;
}

.svcV4__capNum {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  font-size: 0.8125em;
  font-weight: 700;
}

.svcV4 .homeV4__steps {
  counter-reset: none;
}

@media (min-width: 1100px) {
  .svcV4 .homeV4__steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.svcV4__sceneGrid {
  display: grid;
  gap: 0.85em;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .svcV4__sceneGrid {
    grid-template-columns: 1fr 1fr;
  }
}
