.page-about {
  position: relative;
  overflow-x: clip;
  color: var(--es-ink);
  font-family: var(--es-font-sans);
  background-color: var(--es-mist);
  background-image:
    repeating-linear-gradient(0deg, rgba(31, 95, 224, 0.055) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(31, 95, 224, 0.055) 0 1px, transparent 1px 32px),
    linear-gradient(180deg, #F4F8FD 0%, #E6EEF8 52%, #E1E9F4 100%);
}

.page-about .es-breadcrumb {
  max-width: var(--es-max);
  margin: 0 auto;
  padding: 18px var(--es-gutter) 0;
  font-family: var(--es-font-mono);
  font-size: 13px;
}
.page-about .es-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-about .es-breadcrumb__item { color: var(--es-gray); }
.page-about .es-breadcrumb__item + .es-breadcrumb__item::before {
  content: "/ ";
  color: var(--es-copper-light);
}
.page-about .es-breadcrumb__link {
  color: var(--es-blue);
  text-decoration: none;
}
.page-about .es-breadcrumb__link:hover,
.page-about .es-breadcrumb__link:focus-visible {
  text-decoration: underline;
}

.page-about .es-eyebrow {
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--es-copper);
}

.page-about .es-h1 {
  margin: 14px 0 18px;
  max-width: 17em;
  font-size: clamp(29px, 6vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--es-blue-deep);
}

.page-about .es-h2 {
  margin: 10px 0 12px;
  font-size: clamp(23px, 3.3vw, 34px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--es-blue-deep);
}

.page-about .es-h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--es-blue-deep);
}

.page-about .es-lead {
  margin: 0;
  max-width: 38em;
  font-size: 15.5px;
  line-height: 1.8;
  color: #33465C;
}

.page-about .es-btn { text-decoration: none; }

/* ---------- 首屏 ---------- */
.page-about .ab-hero {
  padding: clamp(22px, 4vw, 46px) var(--es-gutter) clamp(34px, 5vw, 62px);
}
.page-about .ab-hero__grid {
  max-width: var(--es-max);
  margin: 0 auto;
  display: grid;
  gap: 30px;
}
.page-about .ab-hero__act {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .ab-stats {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 2px solid var(--es-copper);
  background: #fff;
  box-shadow: var(--es-shadow-copper);
}
.page-about .ab-stat {
  padding: 14px 15px 16px;
  border-bottom: 1px solid rgba(184, 115, 51, 0.3);
  border-right: 1px solid rgba(184, 115, 51, 0.3);
}
.page-about .ab-stat:nth-child(2n) { border-right: 0; }
.page-about .ab-stat:nth-last-child(-n + 2) { border-bottom: 0; }
.page-about .ab-stat__k {
  display: block;
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--es-gray);
}
.page-about .ab-stat__v {
  margin: 6px 0 0;
  font-family: var(--es-font-mono);
  font-size: clamp(25px, 4vw, 33px);
  font-weight: 700;
  line-height: 1;
  color: var(--es-blue);
}
.page-about .ab-stat__v small {
  margin-left: 3px;
  font-size: 0.4em;
  font-weight: 600;
  color: var(--es-copper);
}

@media (min-width: 960px) {
  .page-about .ab-hero__grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.86fr);
    gap: clamp(32px, 4vw, 60px);
    align-items: start;
  }
  .page-about .ab-hero__act { margin-top: 30px; }
}

/* ---------- 主体双栏 ---------- */
.page-about .ab-shell {
  max-width: var(--es-max);
  margin: 0 auto;
  padding: 0 var(--es-gutter) clamp(48px, 6vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-about .ab-rail {
  align-self: start;
  border: 2px solid var(--es-copper);
  background: #fff;
  box-shadow: var(--es-shadow);
}
.page-about .ab-rail__head {
  margin: 0;
  padding: 10px 14px;
  background: var(--es-blue-deep);
  color: #fff;
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
}
.page-about .ab-rail__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-about .ab-rail__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(184, 115, 51, 0.22);
}
.page-about .ab-rail__item:last-child { border-bottom: 0; }
.page-about .ab-rail__num {
  flex: 0 0 auto;
  font-family: var(--es-font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--es-copper);
}
.page-about .ab-rail__link {
  color: var(--es-ink);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.22s var(--es-ease), border-color 0.22s var(--es-ease);
}
.page-about .ab-rail__link:hover,
.page-about .ab-rail__link:focus-visible {
  color: var(--es-blue);
  border-bottom-color: var(--es-copper);
}

.page-about .ab-flow {
  min-width: 0;
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

@media (max-width: 1023px) {
  .page-about .ab-rail__list {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .page-about .ab-rail__item {
    flex: 0 0 auto;
    border-bottom: 0;
    border-right: 1px solid rgba(184, 115, 51, 0.22);
  }
  .page-about .ab-rail__item:last-child { border-right: 0; }
}

@media (min-width: 1024px) {
  .page-about .ab-shell {
    grid-template-columns: 252px minmax(0, 1fr);
    gap: clamp(30px, 4vw, 56px);
  }
  .page-about .ab-rail {
    position: sticky;
    top: 118px;
  }
}

/* ---------- 章节外壳 ---------- */
.page-about .ab-sec {
  min-width: 0;
  padding: clamp(22px, 3.4vw, 42px);
  border: 2px solid var(--es-copper);
  background: #fff;
  box-shadow: var(--es-shadow);
}
.page-about .ab-sec--narrow { max-width: 760px; }
.page-about .ab-sec--teal {
  color: #E9F1F4;
  border-color: var(--es-copper);
  background: linear-gradient(152deg, #0E3B3A 0%, #0B1E33 100%);
}
.page-about .ab-sec--deep {
  color: #E9F1F4;
  border-color: var(--es-copper);
  background: linear-gradient(158deg, #0B1E33 0%, #122C4D 58%, #0E3B3A 100%);
  box-shadow: var(--es-shadow-hard);
}
.page-about .ab-sec--teal .es-h2,
.page-about .ab-sec--deep .es-h2 { color: #FFFFFF; }
.page-about .ab-sec--teal .es-lead,
.page-about .ab-sec--deep .es-lead { color: #BFD2DE; }

.page-about .ab-chapter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--es-copper);
}
.page-about .ab-sec--teal .ab-chapter,
.page-about .ab-sec--deep .ab-chapter { color: var(--es-copper-light); }
.page-about .ab-chapter__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 26px;
  padding: 0 6px;
  background: var(--es-copper);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-about .ab-sec--teal .ab-chapter__num,
.page-about .ab-sec--deep .ab-chapter__num { background: var(--es-copper-light); color: #0A1220; }
.page-about .ab-chapter__cn { letter-spacing: 0.22em; }

/* ---------- 时间轴 ---------- */
.page-about .ab-timeline {
  position: relative;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 26px;
}
.page-about .ab-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--es-copper) 0%, rgba(216, 178, 124, 0.28) 100%);
}
.page-about .ab-timeline__item {
  position: relative;
  padding-left: 34px;
}
.page-about .ab-timeline__marker {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--es-copper);
  box-shadow: 0 0 0 4px rgba(11, 30, 51, 0.92);
}
.page-about .ab-timeline__when {
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--es-copper-light);
}
.page-about .ab-timeline__hd {
  margin: 4px 0 6px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: #FFFFFF;
}
.page-about .ab-timeline__txt {
  margin: 0;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.8;
  color: #BFD2DE;
}

/* ---------- 数据条 ---------- */
.page-about .ab-band {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: rgba(184, 115, 51, 0.5);
  border: 1px solid rgba(184, 115, 51, 0.5);
}
.page-about .ab-band__cell {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px 16px;
  background: rgba(5, 18, 32, 0.66);
}
.page-about .ab-band__v {
  font-family: var(--es-font-mono);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 700;
  line-height: 1;
  color: var(--es-copper-light);
}
.page-about .ab-band__k {
  font-size: 13px;
  line-height: 1.55;
  color: #A8BECD;
}
@media (min-width: 720px) {
  .page-about .ab-band { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ---------- 档案区块 ---------- */
.page-about .ab-record {
  margin-top: 26px;
  display: grid;
  gap: 24px;
}
@media (min-width: 860px) {
  .page-about .ab-record {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 32px;
  }
  .page-about .ab-record--flip .ab-record__body { order: 1; }
  .page-about .ab-record--flip .ab-figure { order: 2; }
}

.page-about .ab-figure {
  margin: 0;
  border: 2px solid var(--es-copper);
  background: var(--es-blue-deep);
  box-shadow: var(--es-shadow);
  overflow: hidden;
}
.page-about .ab-figure__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-about .ab-figure--wide .ab-figure__img { aspect-ratio: 14 / 9; }
.page-about .ab-figure__cap {
  padding: 10px 14px;
  border-top: 2px solid var(--es-copper);
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: var(--es-copper-light);
}

.page-about .ab-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.page-about .ab-points__item {
  display: block;
  padding-left: 14px;
  border-left: 3px solid var(--es-copper);
  font-size: 14.5px;
  line-height: 1.8;
  color: #253449;
}
.page-about .ab-points__item strong {
  display: inline-block;
  margin-right: 6px;
  font-family: var(--es-font-mono);
  font-weight: 700;
  color: var(--es-blue-deep);
}
.page-about .ab-points__item--plain {
  margin: 0 0 14px;
  font-size: 14.5px;
}
.page-about .ab-points__item--plain:last-child { margin-bottom: 0; }

.page-about .ab-rule {
  margin: 20px 0 0;
  padding: 13px 0 13px 16px;
  border-left: 3px solid var(--es-copper);
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.1), rgba(184, 115, 51, 0) 74%);
  font-size: 14.5px;
  line-height: 1.8;
  color: #253449;
}

/* ---------- 四档工龄 ---------- */
.page-about .ab-levels {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  background: rgba(184, 115, 51, 0.32);
  border: 1px solid rgba(184, 115, 51, 0.32);
}
.page-about .ab-level {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  background: #fff;
}
.page-about .ab-level__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
}
.page-about .ab-level__name {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--es-blue-deep);
}
.page-about .ab-level__span {
  font-family: var(--es-font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--es-copper);
}
.page-about .ab-level__txt {
  font-size: 14.5px;
  line-height: 1.75;
  color: #33465C;
}
.page-about .ab-level__count {
  font-family: var(--es-font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--es-check);
}
@media (min-width: 760px) {
  .page-about .ab-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.page-about .ab-dist {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 2px solid var(--es-blue-deep);
  background: #F7FAFE;
}
.page-about .ab-dist__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
}
.page-about .ab-dist__label {
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--es-gray);
}
.page-about .ab-dist__num {
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--es-blue);
}
.page-about .ab-dist__track {
  grid-column: 1 / -1;
  display: block;
  height: 12px;
  border: 1px solid #C4D4E8;
  background: #DCE6F2;
  overflow: hidden;
}
.page-about .ab-dist__bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--es-blue) 0%, #5B90F0 100%);
}
.page-about .ab-dist__bar--a { width: 67.3%; }
.page-about .ab-dist__bar--b { width: 21%; background: linear-gradient(90deg, var(--es-teal) 0%, #2E6F6C 100%); }
.page-about .ab-dist__bar--c { width: 11.7%; background: linear-gradient(90deg, var(--es-copper) 0%, var(--es-copper-light) 100%); }
.page-about .ab-dist__note {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--es-gray);
}

/* ---------- 服务网络 ---------- */
.page-about .ab-network {
  margin-top: 26px;
  display: grid;
  gap: 26px;
}
.page-about .ab-citymap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.page-about .ab-city {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 6px 4px;
  border: 1px solid rgba(184, 115, 51, 0.62);
  background: rgba(31, 95, 224, 0.2);
  font-size: 13.5px;
  font-weight: 700;
  color: #EAF2FA;
  transition: background 0.2s var(--es-ease), color 0.2s var(--es-ease);
}
.page-about .ab-city:hover,
.page-about .ab-city:focus-visible {
  background: var(--es-blue);
  color: #FFFFFF;
  outline: none;
}
.page-about .ab-city::after {
  content: attr(data-cats) " 个类目已开放";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 4;
  padding: 5px 9px;
  white-space: nowrap;
  border: 1px solid var(--es-copper);
  background: var(--es-copper-light);
  color: #0A1220;
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s var(--es-ease);
}
.page-about .ab-city:hover::after,
.page-about .ab-city:focus-visible::after { opacity: 1; }

.page-about .ab-netmeta {
  margin-top: 26px;
  display: grid;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 115, 51, 0.42);
}
.page-about .ab-netmeta__row {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: #BFD2DE;
}
.page-about .ab-flag {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 9px;
  border: 1px solid;
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  vertical-align: 1px;
}
.page-about .ab-flag--copper { border-color: var(--es-copper-light); color: var(--es-copper-light); }
.page-about .ab-flag--orange { border-color: var(--es-orange); color: var(--es-orange); }

@media (min-width: 620px) {
  .page-about .ab-citymap { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .page-about .ab-network {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
    gap: 30px;
  }
  .page-about .ab-citymap { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------- 质保与回访 ---------- */
.page-about .ab-grid3 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.page-about .ab-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border: 2px solid var(--es-blue-deep);
  background: #fff;
  box-shadow: var(--es-shadow);
}
.page-about .ab-card__idx {
  margin: 0;
  font-family: var(--es-font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--es-copper);
}
.page-about .ab-card__t {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--es-blue-deep);
}
.page-about .ab-card__d {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #33465C;
}
@media (min-width: 720px) {
  .page-about .ab-grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.page-about .ab-verify {
  margin-top: 26px;
  padding: 18px;
  border: 2px dashed var(--es-copper);
  background: #FBF7F0;
}
.page-about .ab-verify__t {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--es-blue-deep);
}
.page-about .ab-verify__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.page-about .ab-verify__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #33465C;
}
.page-about .ab-verify__box {
  position: relative;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  border: 2px solid var(--es-check);
}
.page-about .ab-verify__box::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--es-check);
  border-bottom: 2px solid var(--es-check);
  transform: rotate(40deg);
}
.page-about .ab-verify__note {
  margin: 14px 0 0;
  font-family: var(--es-font-mono);
  font-size: 13px;
  line-height: 1.7;
  color: var(--es-copper);
}

.page-about .ab-quote {
  margin: 24px 0 0;
  padding: 14px 0 14px 16px;
  border-left: 3px solid var(--es-blue);
  background: linear-gradient(90deg, rgba(31, 95, 224, 0.08), rgba(31, 95, 224, 0) 78%);
  font-size: 14.5px;
  line-height: 1.85;
  color: #253449;
}

/* ---------- 协作生态 ---------- */
.page-about .ab-partners {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  background: rgba(184, 115, 51, 0.32);
  border: 1px solid rgba(184, 115, 51, 0.32);
}
.page-about .ab-partners__col {
  padding: 20px 18px;
  background: #fff;
}
.page-about .ab-partners__n {
  margin: 0 0 8px;
  font-family: var(--es-font-mono);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 700;
  line-height: 1;
  color: var(--es-blue);
}
.page-about .ab-partners__n span {
  margin-left: 4px;
  font-size: 0.38em;
  color: var(--es-copper);
}
.page-about .ab-partners__l {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: #33465C;
}
@media (min-width: 720px) {
  .page-about .ab-partners { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- 团队 ---------- */
.page-about .ab-roles {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
  background: rgba(11, 30, 51, 0.14);
  border: 1px solid rgba(11, 30, 51, 0.14);
}
.page-about .ab-roles__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 18px;
  background: #fff;
}
.page-about .ab-roles__num {
  flex: 0 0 auto;
  min-width: 78px;
  font-family: var(--es-font-mono);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--es-copper);
}
.page-about .ab-roles__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-about .ab-roles__t {
  font-size: 17px;
  font-weight: 800;
  color: var(--es-blue-deep);
}
.page-about .ab-roles__d {
  font-size: 14.5px;
  line-height: 1.75;
  color: #33465C;
}
@media (max-width: 520px) {
  .page-about .ab-roles__item { flex-direction: column; gap: 6px; }
  .page-about .ab-roles__num { min-width: 0; font-size: 22px; }
}

/* ---------- 收尾 ---------- */
.page-about .ab-cta {
  padding: clamp(34px, 5vw, 58px) var(--es-gutter);
  border-top: 8px solid var(--es-copper);
  background: linear-gradient(122deg, #0B1E33 0%, #0E3B3A 100%);
}
.page-about .ab-cta__inner {
  max-width: var(--es-max);
  margin: 0 auto;
}
.page-about .ab-cta__t {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 800;
  line-height: 1.22;
  color: #FFFFFF;
}
.page-about .ab-cta__d {
  margin: 0 0 22px;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.8;
  color: #BFD2DE;
}
.page-about .ab-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
<<<END>>>
