/* 关于我们 v4 — 与首页同色同字号基准 */

.abtV4 {
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
}

.abtV4 *,
.abtV4 *::before,
.abtV4 *::after {
  line-height: 1.65;
}

.abtV4 a {
  color: inherit;
  text-decoration: none;
}

.abtV4 .solV4__h1,
.abtV4 .homeV4__h2,
.abtV4 .homeV4__h3 {
  line-height: 1.25;
}

.solV4__hero .abtV4__trust {
  margin-top: 1.35em;
}

.solV4__hero .abtV4__trust li {
  width: auto;
  flex: 0 1 auto;
}

.abtV4__prose {
  max-width: 40em;
}

.abtV4__prose p {
  margin: 0 0 0.85em;
}

.abtV4__prose p:last-child {
  margin-bottom: 0;
}

.abtV4__clients {
  display: grid;
  gap: 0.85em;
  margin: 1.15em 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .abtV4__clients {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
  }
}

.abtV4__client {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1.1em 1.15em;
  background: #fff;
  border: 1px solid #d9e2df;
  border-radius: 0.9em;
  color: #0f172a;
  font-weight: 700;
}

.abtV4__client span {
  margin-top: 0.75em;
  font-size: 0.875em;
  font-weight: 650;
  color: #0f766e;
}

@media (hover: hover) and (pointer: fine) {
  .abtV4__client {
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  .abtV4__client:hover {
    transform: translateY(-3px);
    border-color: #0f766e;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }
}

.abtV4 .homeV4__capCard {
  text-decoration: none;
}

.abtV4__facts {
  display: grid;
  gap: 1em;
  margin: 0 0 1.25em;
}

@media (min-width: 768px) {
  .abtV4__facts {
    grid-template-columns: 1fr 1fr;
  }
}

.abtV4__fact {
  padding: 1.1em 1.15em;
  background: #fff;
  border: 1px solid #d9e2df;
  border-radius: 0.9em;
}

.abtV4__label {
  display: block;
  margin: 0 0 0.35em;
  color: #64748b;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.abtV4__value {
  color: #0f172a;
  font-size: 1.05em;
  font-weight: 700;
}

.abtV4 a.abtV4__value {
  color: #0f766e;
}

.abtV4 .homeV4__formAside {
  flex-wrap: wrap;
}

.abtV4 .homeV4__formAside .homeV4__btn {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .abtV4 .homeV4__formAside .homeV4__btn {
    flex: 0 0 auto;
  }
}

.solV4__hero .abtV4__back {
  display: inline-flex;
  margin: 0 0 1em;
  color: #99f6e4;
  font-size: 0.9em;
  font-weight: 650;
}

.abtV4__more {
  margin-top: auto;
  font-size: 0.9em;
  font-weight: 650;
  color: #0f766e;
}

.abtV4 .homeV4__capCard p {
  margin: 0 0 0.75em;
}

@media (min-width: 1100px) {
  .abtV4__facts--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.abtV4__steps {
  display: grid;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .abtV4__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
  }
}

.abtV4__steps li {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
  padding: 1.1em 1.15em;
  background: #fff;
  border: 1px solid #d9e2df;
  border-radius: 0.9em;
  color: #0f172a;
  font-weight: 700;
}

.abtV4__steps span {
  color: #0f766e;
  font-size: 0.75em;
  letter-spacing: 0.08em;
}

.abtV4__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abtV4__values li {
  min-height: 40px;
  padding: 0.4em 0.95em;
  border: 1px solid #c5d4d0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 0.875em;
  font-weight: 650;
}

.abtV4__searchForm {
  display: grid;
  gap: 0.85em;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .abtV4__searchForm {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.abtV4__searchList {
  display: grid;
  gap: 0.85em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abtV4__searchList p {
  margin: 0.25em 0 0;
}

.abtV4__inline {
  color: #0f766e;
  font-weight: 650;
}

.abtV4 .homeV4__field textarea {
  width: 100%;
  min-height: 7em;
  padding: 0.55em 0.75em;
  border: 1px solid #d9e2df;
  border-radius: 0.55em;
  font: inherit;
  resize: vertical;
}

.abtV4 button.homeV4__btn {
  font: inherit;
}

.abtV4 button.homeV4__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
