.about-page {
  padding-top: 80px;
}

.about-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  line-height: 1.28;
  font-weight: 500;
  text-align: center;
}

.about-intro {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-hero-image {
  flex: 1;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
}

.about-hero-image img {
  width: 100%;
  display: block;
}

.about-intro-copy {
  width: 560px;
  padding: 0 40px;
}

.about-lead {
  margin: 0;
  font-size: 24px;
  line-height: 1.34;
  color: #111111;
}

.about-sub {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

.about-sub p {
  margin: 0;
}

.about-sub p + p {
  margin-top: 16px;
}

.about-intro-copy .btn-small {
  margin-top: 32px;
}

.vision {
  margin-top: 120px;
}

.vision-panel {
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  padding: 80px;
  background: #1b1f2e
    url("https://cdn.yun.sooce.cn/6/60733/png/17788311316313ff51a806e168b5421b50412a0a9da70.png")
    center/cover no-repeat;
  text-align: center;
  position: relative;
}

.vision-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(13, 15, 23, 0.6),
    rgba(76, 85, 255, 0.2),
    rgba(255, 96, 173, 0.25)
  );
}

.vision-label,
.vision-quote {
  position: relative;
  z-index: 1;
}

.vision-label {
  margin: 0;
  font-size: 24px;
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.vision-quote {
  margin: 32px auto 0;
  max-width: 1040px;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 72px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}

.strengths {
  margin-top: 120px;
  padding-bottom: 120px;
}

.strengths-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  line-height: 1.28;
  text-align: center;
  font-weight: 500;
}

.strengths-grid {
  margin-top: 80px;
  display: flex;
  gap: 24px;
}

.strength-card {
  width: 33.3333%;
  border-radius: 16px;
  background: #f2f2f9;
  padding: 56px;
}

.strength-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.strength-card h3 {
  margin: 32px 0 0;
  font-size: 24px;
  line-height: 1.34;
  font-weight: 700;
  font-family: "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.strength-card p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1280px) {
  .about-title,
  .strengths-title {
    font-size: 44px;
    line-height: 1.25;
  }

  .vision-quote {
    font-size: 56px;
    line-height: 1.25;
  }

  .about-intro-copy {
    width: 50%;
    padding: 0;
  }

  .strength-card {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .about-intro {
    flex-direction: column;
    align-items: stretch;
  }

  .about-intro-copy {
    width: 100%;
  }

  .vision-panel {
    min-height: 360px;
    padding: 56px 28px;
  }

  .vision-quote {
    font-size: 44px;
  }

  .strengths-grid {
    flex-direction: column;
  }

  .strength-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-page {
    padding-top: 56px;
  }

  .about-title,
  .strengths-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .about-intro {
    margin-top: 40px;
    gap: 24px;
  }

  .about-lead {
    font-size: 20px;
    line-height: 1.35;
  }

  .about-sub {
    font-size: 14px;
    line-height: 1.5;
  }

  .vision {
    margin-top: 80px;
  }

  .vision-panel {
    min-height: 280px;
    padding: 40px 20px;
  }

  .vision-label {
    font-size: 18px;
  }

  .vision-quote {
    margin-top: 20px;
    font-size: 36px;
    line-height: 1.25;
  }

  .strengths {
    margin-top: 80px;
    padding-bottom: 72px;
  }

  .strengths-grid {
    margin-top: 48px;
    gap: 16px;
  }

  .strength-card {
    padding: 28px 20px;
  }

  .strength-card h3 {
    margin-top: 20px;
    font-size: 22px;
  }

  .strength-card p {
    font-size: 14px;
  }
}
