:root {
  --about-navy: #06192f;
  --about-navy-light: #0c3159;
  --about-blue: #1478f2;
  --about-teal: #3ed4d2;
  --about-ink: #102e50;
  --about-copy: #607c99;
  --about-line: #dce8f2;
  --about-pale: #f4f9fc;
}

/* Case-page proof is now part of the company story on About. */
.about-proof { background: #fff; }

.about-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: 70px;
  align-items: center;
}

.about-proof__copy .section-title em { color: #18b7b3; font-style: normal; }
.about-proof__copy > p:not(.section-kicker) { max-width: 560px; margin: 21px 0 0; color: var(--about-copy); line-height: 1.85; }
.about-proof__copy ul { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; color: #5d7893; list-style: none; }
.about-proof__copy li { position: relative; padding-left: 28px; font-size: 14px; line-height: 1.7; }
.about-proof__copy li::before { position: absolute; top: .3em; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #e4f9f7; color: #13989c; content: "✓"; font-size: 11px; font-weight: 900; }

.about-proof__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.about-proof__metrics article { min-height: 146px; padding: 25px; border: 1px solid #dce8f2; border-radius: 15px; background: #f7fbfe; color: #173d63; }
.about-proof__metrics article:first-child { border: 0; background: linear-gradient(145deg, #09294f, #071a36); color: #fff; }
.about-proof__metrics article:last-child { grid-column: 1 / -1; min-height: 120px; border: 0; background: linear-gradient(110deg, #168c9d, #27bcb8); color: #fff; }
.about-proof__metrics small { display: block; opacity: .72; }.about-proof__metrics b { display: block; margin-top: 13px; font-size: 39px; line-height: 1; letter-spacing: -.05em; }.about-proof__metrics p { margin: 15px 0 0; font-size: 13px; line-height: 1.7; }

.about-offices { padding-top: 0; }
.about-offices__box { padding: 32px; border: 1px solid #d9eaf1; border-radius: 18px; background: radial-gradient(circle at 91% 5%, rgba(72, 216, 213, .19), transparent 25%), #ecf8fb; }
.about-offices__head { display: flex; align-items: end; justify-content: space-between; gap: 25px; }.about-offices__head .section-title { margin: 0; font-size: 31px; }.about-offices__head > p { margin: 0; color: var(--about-copy); font-size: 14px; }
.about-offices__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-top: 25px; }.about-offices__grid article { overflow: hidden; border-radius: 11px; background: #fff; box-shadow: 0 8px 18px rgba(11, 64, 108, .06); }.about-offices__grid img { display: block; width: 100%; height: 112px; object-fit: cover; transition: transform .35s ease; }.about-offices__grid article:hover img { transform: scale(1.05); }.about-offices__grid b { display: block; padding: 10px 12px 12px; color: #123b62; font-size: 16px; }

@media (max-width: 860px) {
  .about-proof__grid { grid-template-columns: 1fr; gap: 34px; }
  .about-offices__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .about-proof__metrics { grid-template-columns: 1fr 1fr; }.about-proof__metrics article { min-height: 125px; padding: 20px; }.about-proof__metrics b { font-size: 32px; }
  .about-offices__box { padding: 22px; }.about-offices__head { display: block; }.about-offices__head > p { margin-top: 12px; }.about-offices__head .section-title { font-size: 27px; }.about-offices__grid { grid-template-columns: 1fr 1fr; gap: 11px; }.about-offices__grid img { height: 96px; }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--about-ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background: #fff;
}

/* Restored company-introduction layout. */
.about.about--page {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #f5f9ff 0%, #fff 72%);
}

.about--page .container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.about--page .section-header {
  max-width: 630px;
  margin-bottom: 46px;
}

.about--page .section-label {
  margin: 0 0 13px;
  color: #159c9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.about--page .section-title {
  color: #102e50;
  font-size: clamp(38px, 3.7vw, 52px);
}

.about--page .about-content {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.about--page .about-text {
  color: #587895;
  font-size: 16px;
  line-height: 2;
}

.about--page .about-text p {
  margin: 0 0 18px;
}

.about--page .about-image {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #d7e7f0;
  border-radius: 24px;
  background: linear-gradient(145deg, #e9f7f7, #e9f2ff);
  box-shadow: 0 24px 50px rgba(23, 77, 119, 0.12);
}

.about--page .about-image::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(42, 180, 183, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(42, 180, 183, 0.06);
  content: "";
}

.about--page .about-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.about-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 112px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 79% 30%, rgba(48, 198, 208, 0.24), transparent 21%),
    radial-gradient(circle at 92% 79%, rgba(20, 120, 242, 0.26), transparent 34%),
    linear-gradient(118deg, #05162c 0%, #092b52 55%, #0d3968 100%);
}

.about-hero::before,
.about-hero::after {
  position: absolute;
  border: 1px solid rgba(104, 214, 224, 0.18);
  border-radius: 50%;
  content: "";
}

.about-hero::before {
  width: 680px;
  height: 680px;
  top: -420px;
  right: -85px;
  box-shadow: 0 0 0 88px rgba(94, 205, 218, 0.028), 0 0 0 178px rgba(94, 205, 218, 0.02);
}

.about-hero::after {
  width: 440px;
  height: 440px;
  bottom: -310px;
  left: 43%;
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 80px;
  align-items: center;
}

.about-kicker,
.section-kicker {
  margin: 0 0 18px;
  color: var(--about-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.2;
  letter-spacing: -0.065em;
}

.about-hero h1 em {
  color: var(--about-teal);
  font-style: normal;
}

.about-lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: #b9d4e8;
  font-size: 17px;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-actions a:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.hero-actions__primary {
  color: #062b4c;
  background: var(--about-teal);
}

.hero-actions__secondary {
  color: #e8f7ff;
  border: 1px solid rgba(180, 225, 242, 0.42);
  background: rgba(255, 255, 255, 0.05);
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 54px;
}

.hero-proof div {
  min-width: 132px;
  padding: 0 22px;
  border-left: 1px solid rgba(177, 216, 237, 0.2);
}

.hero-proof div:first-child {
  padding-left: 0;
  border: 0;
}

.hero-proof b,
.hero-proof span {
  display: block;
}

.hero-proof b {
  font-size: 27px;
  line-height: 1;
}

.hero-proof span {
  margin-top: 8px;
  color: #9ec3de;
  font-size: 12px;
}

.assurance-board {
  position: relative;
  min-height: 395px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(154, 216, 236, 0.34);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(38, 100, 153, 0.62), rgba(6, 32, 62, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 30px 60px rgba(0, 13, 34, 0.22);
  backdrop-filter: blur(12px);
}

.assurance-board::before {
  position: absolute;
  top: 34px;
  right: 32px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(103, 221, 223, 0.21);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(103, 221, 223, 0.025);
  content: "";
}

.board-head,
.board-item,
.board-footer {
  position: relative;
  z-index: 1;
}

.board-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(181, 227, 241, 0.2);
}

.board-head span {
  color: #70dfdc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.board-head strong {
  color: #d8ecfb;
  font-size: 13px;
}

.board-items {
  display: grid;
  gap: 12px;
  margin-top: 23px;
}

.board-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(185, 226, 242, 0.16);
  border-radius: 10px;
  background: rgba(4, 30, 58, 0.31);
}

.board-item__icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #44d8d2;
  font-size: 16px;
  background: rgba(65, 211, 207, 0.12);
  border-radius: 9px;
}

.board-item b,
.board-item small {
  display: block;
}

.board-item b {
  color: #f1fbff;
  font-size: 15px;
}

.board-item small {
  margin-top: 3px;
  color: #9ec4dc;
  font-size: 12px;
}

.board-footer {
  margin-top: 20px;
  color: #72e3de;
  font-size: 12px;
}

.about-section {
  padding: 104px 0;
}

.about-section--pale {
  background: var(--about-pale);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 108px;
  align-items: start;
}

.section-title {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(33px, 3.4vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.06em;
}

.intro-copy {
  color: var(--about-copy);
  font-size: 16px;
  line-height: 2;
}

.intro-copy p {
  margin: 0 0 18px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 60px;
}

.principle {
  min-height: 176px;
  padding: 27px 24px;
  border: 1px solid var(--about-line);
  border-radius: 13px;
  background: #fff;
}

.principle b {
  color: #168f98;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.principle h3 {
  margin: 18px 0 8px;
  font-size: 21px;
}

.principle p {
  margin: 0;
  color: var(--about-copy);
  font-size: 13px;
  line-height: 1.8;
}

.expertise-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.expertise-head p:last-child {
  max-width: 410px;
  margin: 0;
  color: var(--about-copy);
  font-size: 16px;
  line-height: 1.9;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.expertise-card {
  position: relative;
  min-height: 294px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid #d8e6f1;
  border-radius: 14px;
  background: #fff;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.expertise-card:hover {
  box-shadow: 0 22px 36px rgba(26, 79, 126, 0.12);
  transform: translateY(-5px);
}

.expertise-card::after {
  position: absolute;
  top: -54px;
  right: -50px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(20, 120, 242, 0.13);
  border-radius: 50%;
  content: "";
}

.expertise-card__number {
  color: var(--about-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.expertise-card h3 {
  margin: 46px 0 13px;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.expertise-card p {
  margin: 0;
  color: var(--about-copy);
  font-size: 14px;
  line-height: 1.9;
}

.expertise-card a {
  position: absolute;
  bottom: 27px;
  color: var(--about-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.delivery-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 62px;
  align-items: center;
}

.delivery-copy p:not(.section-kicker) {
  max-width: 450px;
  margin: 20px 0 0;
  color: var(--about-copy);
  font-size: 16px;
  line-height: 1.9;
}

.delivery-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #56748f;
  font-size: 14px;
}

.delivery-points li::before {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  place-items: center;
  color: #168f98;
  font-size: 10px;
  background: #e3f8f6;
  border-radius: 50%;
  content: "✓";
}

.delivery-board {
  padding: 31px;
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 9%, rgba(59, 215, 209, 0.22), transparent 25%),
    linear-gradient(135deg, #0a315a, #082344);
  box-shadow: 0 20px 42px rgba(5, 38, 71, 0.17);
}

.delivery-board__title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(190, 226, 243, 0.2);
}

.delivery-board__title b {
  font-size: 17px;
}

.delivery-board__title span {
  color: #70dfdc;
  font-size: 12px;
}

.delivery-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 30px;
}

.delivery-flow div {
  min-height: 116px;
  padding: 15px 12px;
  border: 1px solid rgba(191, 231, 244, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.delivery-flow span,
.delivery-flow b {
  display: block;
}

.delivery-flow span {
  color: #69ddd9;
  font-size: 11px;
  font-weight: 800;
}

.delivery-flow b {
  margin-top: 21px;
  font-size: 14px;
}

.network-box {
  padding: 38px;
  border: 1px solid #d8e8f1;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 5%, rgba(62, 212, 210, 0.19), transparent 26%),
    #eff9fc;
}

.network-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.network-head h2 {
  margin: 0;
  font-size: 31px;
  letter-spacing: -0.05em;
}

.network-head p {
  margin: 0;
  color: var(--about-copy);
  font-size: 14px;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.city {
  min-height: 112px;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
}

.city small,
.city b {
  display: block;
}

.city small {
  color: #168f98;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.city b {
  margin-top: 29px;
  font-size: 21px;
}

.about-cta {
  padding: 76px 0;
  background: #fff;
}

.about-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 43px 50px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(115deg, #082444, #0d426e);
  box-shadow: 0 18px 42px rgba(6, 29, 57, 0.17);
}

.about-cta h2 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.05em;
}

.about-cta p {
  margin: 10px 0 0;
  color: #b7d2e5;
}

.about-cta a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 49px;
  align-items: center;
  padding: 0 22px;
  border-radius: 8px;
  color: #07314f;
  background: var(--about-teal);
  font-weight: 800;
  text-decoration: none;
}

.about-footer {
  padding: 30px 0;
  color: #8eadc9;
  background: #06192f;
  font-size: 13px;
}

.about-footer .about-shell {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.about-footer p {
  margin: 0;
}

/* Contact channels -------------------------------------------------------- */
.about-follow {
  background: linear-gradient(135deg, #f4fbfc, #f5f8ff);
}

.follow-head {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 58px;
  align-items: end;
}

.follow-head > p {
  margin: 0;
  color: #627e9d;
  font-size: 16px;
  line-height: 1.9;
}

.follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.follow-card {
  position: relative;
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 202px;
  padding: 26px;
  border: 1px solid #dbe9f1;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f5fbff);
  box-shadow: 0 16px 34px rgba(19, 87, 112, 0.08), inset 0 1px 0 #fff;
  overflow: hidden;
}

.follow-card::after {
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(72, 216, 213, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(72, 216, 213, 0.04);
  content: "";
}

.follow-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 148px !important;
  max-width: 148px !important;
  height: 148px !important;
  max-height: 148px !important;
  padding: 8px;
  border: 1px solid #e4edf4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(24, 83, 124, 0.1);
  object-fit: contain !important;
}

.follow-card > div {
  position: relative;
  z-index: 1;
}

.follow-card span {
  color: #168f98;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.follow-card h3 {
  margin: 12px 0 8px;
  color: #10365a;
  font-size: 23px;
}

.follow-card p {
  margin: 0;
  color: #67819b;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .about-hero__grid,
  .intro-grid,
  .delivery-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-hero {
    padding-top: 82px;
  }

  .about-hero__copy {
    max-width: 680px;
  }

  .assurance-board {
    max-width: 620px;
  }

  .expertise-grid,
  .principles {
    grid-template-columns: 1fr 1fr;
  }

  .follow-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .city-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .about-shell {
    width: min(100% - 32px, 1180px);
  }

  .about-hero,
  .about-section {
    padding: 68px 0;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-lead {
    font-size: 15px;
  }

  .hero-proof {
    flex-wrap: wrap;
    gap: 22px 0;
    margin-top: 39px;
  }

  .hero-proof div {
    min-width: 33.333%;
    padding: 0 14px;
  }

  .board-head,
  .expertise-head,
  .network-head,
  .about-cta__box {
    display: block;
  }

  .board-head strong,
  .expertise-head p:last-child,
  .network-head p {
    display: block;
    margin-top: 10px;
  }

  .principles,
  .expertise-grid,
  .city-list,
  .delivery-flow {
    grid-template-columns: 1fr;
  }

  .follow-grid {
    gap: 12px;
    margin-top: 26px;
  }

  .follow-card {
    grid-template-columns: 1fr;
    gap: 13px;
    align-items: start;
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .follow-card img {
    width: 100% !important;
    max-width: 126px !important;
    height: 126px !important;
    max-height: 126px !important;
  }

  .follow-card h3 {
    margin: 7px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .follow-card span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .follow-card p {
    font-size: 12px;
    line-height: 1.55;
  }

  .network-box,
  .about-cta__box {
    padding: 27px;
  }

  .about-cta a {
    margin-top: 25px;
  }

  .about-footer .about-shell {
    flex-direction: column;
  }
}

/* A lighter, editorial company introduction keeps this page distinct from the homepage. */
.about-hero {
  min-height: 0;
  padding: 94px 0 88px;
  color: var(--about-ink);
}

.about-hero::before {
  top: -470px;
  right: -190px;
  border-color: rgba(37, 143, 195, 0.16);
  box-shadow: 0 0 0 88px rgba(71, 201, 203, 0.035), 0 0 0 178px rgba(71, 201, 203, 0.02);
}

.about-hero::after {
  bottom: -350px;
  left: -150px;
  border-color: rgba(50, 123, 215, 0.12);
}

.about-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(44px, 7vw, 96px);
}

.about-hero h1 {
  max-width: 620px;
  color: #092c52;
  font-size: clamp(43px, 4vw, 61px);
  line-height: 1.14;
}

.about-hero h1 em {
  color: #147df4 !important;
}

.about-lead {
  max-width: 590px;
  color: #5d7893;
  font-size: 16px;
  line-height: 1.95;
}

.about-lead p {
  margin: 0;
}

.about-lead p + p {
  margin-top: 12px;
}

.hero-actions__secondary {
  color: #17476f;
  border-color: #bcd5e6;
  background: rgba(255, 255, 255, 0.76);
}

.about-hero__note {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  max-width: 570px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid #cfe1ec;
}

.about-hero__note span {
  color: #159c9a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.about-hero__note p {
  margin: 0;
  color: #284e72;
  font-size: 14px;
  line-height: 1.7;
}

.about-way {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #c9e2eb;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 50px rgba(34, 88, 123, 0.1);
}

.about-way::before {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(57, 194, 187, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(57, 194, 187, 0.04);
  content: "";
}

.about-way__top,
.about-way__list,
.about-way__footer {
  position: relative;
  z-index: 1;
}

.about-way__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbeaf0;
}

.about-way__top span {
  color: #159c9a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-way__top b {
  color: #0d365c;
  font-size: 17px;
}

.about-way__list {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.about-way__list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #e2edf2;
}

.about-way__list > li > span {
  color: #1688a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.about-way__list b,
.about-way__list p {
  display: block;
}

.about-way__list b {
  color: #123c62;
  font-size: 16px;
}

.about-way__list p {
  margin: 5px 0 0;
  color: #6a849b;
  font-size: 13px;
  line-height: 1.65;
}

.about-way__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
}

.about-way__footer span {
  color: #2782a0;
  font-size: 12px;
  font-weight: 700;
}

.about-way__footer b {
  color: #102e50;
  font-size: 13px;
}

@media (max-width: 900px) {
  .about-hero { padding: 78px 0 74px; }
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-way { max-width: 640px; }
}

@media (max-width: 640px) {
  .about-hero { padding: 64px 0; }
  .about-hero h1 { font-size: 41px; }
  .about-hero__note { grid-template-columns: 1fr; gap: 8px; margin-top: 35px; }
  .about-way { padding: 24px 20px; border-radius: 18px; }
  .about-way__top, .about-way__footer { display: block; }
  .about-way__top b, .about-way__footer b { display: block; margin-top: 8px; }
}

@media (max-width: 900px) {
  .about.about--page { padding: 76px 0 82px; }
  .about--page .about-content { grid-template-columns: 1fr; gap: 34px; }
  .about--page .about-image { max-width: 620px; }
}

@media (max-width: 640px) {
  .about.about--page { padding: 64px 0 70px; }
  .about--page .container { width: min(100% - 32px, 1180px); }
  .about--page .section-header { margin-bottom: 32px; }
  .about--page .section-title { font-size: 38px; }
  .about--page .about-text { font-size: 15px; line-height: 1.9; }
  .about--page .about-image,
  .about--page .about-image img { height: 260px; min-height: 260px; }
}
