.about-page {
  background:
    radial-gradient(circle at top left, rgba(47, 128, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 18%, #ffffff 100%);
}

.about-page .site-nav a.is-active::after {
  bottom: -22px;
}

.about-page .button-light {
  min-width: 150px;
  color: var(--primary);
  background: #fff;
}

.about-hero {
  padding: 118px 0 82px;
}

.about-hero .container {
  position: relative;
}

.about-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #11141c;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.025em;
}

.about-hero-accent {
  color: transparent;
  background: linear-gradient(90deg, #2f80ff 0%, #9a6aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero-subtitle {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 20px;
  line-height: 1.7;
}

.about-hero-desc {
  max-width: 780px;
  margin: 28px 0 0;
  color: #5f6571;
  font-size: 16px;
  line-height: 1.95;
}

.about-hero-desc strong {
  color: #151922;
  font-weight: 700;
}

.about-hero-quote {
  max-width: 720px;
  margin: 34px 0 0;
  padding: 20px 24px;
  border: 1px solid rgba(47, 128, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.07), rgba(160, 112, 255, 0.04));
  color: #556070;
  font-size: 16px;
  line-height: 1.85;
  box-shadow: 0 20px 40px rgba(34, 64, 124, 0.06);
}

.about-section {
  padding: 96px 0;
  background: #FFF;
}

.about-section-alt {
  background: #F7FAFF;
}

.about-page .section-heading {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.about-page .section-heading h2 {
  margin: 0;
  color: #191c25;
  font-size: 40px;
  line-height: 1.28;
}

.about-page .section-heading p:last-child {
  margin: 16px 0 0;
  color: rgba(0, 0, 0, 0.52);
  font-size: 16px;
  line-height: 1.8;
}

.about-belief-grid,
.about-future-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 28px;
  align-items: stretch;
}

.about-belief-quote-card,
.about-strength-card,
.about-stat-card,
.about-team-card,
.about-cta-card {
  border: 1px solid #e7ebf0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(23, 41, 82, 0.06);
}

.about-belief-quote-card {
  position: relative;
  padding: 34px 34px 32px;
  overflow: hidden;
}

.about-belief-quote-card::after {
  content: "";
  position: absolute;
  inset: auto -48px -72px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 128, 255, 0.14) 0%, rgba(47, 128, 255, 0) 72%);
}

.about-quote-mark {
  margin-bottom: 14px;
  color: #2f80ff;
  font-size: 60px;
  line-height: 0.9;
  font-family: Georgia, serif;
}

.about-quote-text {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #5a6270;
  font-size: 16px;
  line-height: 1.9;
}

.about-quote-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7f8795;
  font-size: 14px;
}

.about-quote-author::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #c5cfdd;
}

.about-belief-right {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 6px 6px 6px 4px;
}

.about-belief-right p,
.about-future-text p {
  margin: 0;
  color: #5d6572;
  font-size: 16px;
  line-height: 1.9;
}

.about-pill-group,
.about-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-pill,
.about-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.about-pill-blue {
  background: rgba(47, 128, 255, 0.1);
  color: #2f80ff;
  border: 1px solid rgba(47, 128, 255, 0.14);
}

.about-pill-green {
  background: rgba(24, 167, 107, 0.1);
  color: #188b5f;
  border: 1px solid rgba(24, 167, 107, 0.14);
}

.about-pill-purple {
  background: rgba(122, 92, 255, 0.1);
  color: #7252ff;
  border: 1px solid rgba(122, 92, 255, 0.14);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-stat-card {
  padding: 34px 24px;
  text-align: center;
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

.about-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 255, 0.16);
  box-shadow: 0 24px 50px rgba(23, 41, 82, 0.1);
}

.about-stat-num {
  margin-bottom: 10px;
  color: #2f80ff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.about-stat-label {
  color: #7b8492;
  font-size: 14px;
  line-height: 1.65;
}

.about-strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-strength-card {
  padding: 34px 28px 30px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.about-strength-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 255, 0.16);
  box-shadow: 0 24px 52px rgba(23, 41, 82, 0.1);
}

.about-strength-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.12), rgba(160, 112, 255, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-strength-title,
.about-cta-card-title {
  margin: 0 0 12px;
  color: #191d26;
  font-size: 20px;
  font-weight: 700;
}

.about-strength-desc,
.about-cta-card-desc {
  margin: 0;
  color: #68707d;
  font-size: 15px;
  line-height: 1.8;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-team-card {
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.about-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 128, 255, 0.16);
  box-shadow: 0 24px 52px rgba(23, 41, 82, 0.1);
}

.about-team-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  box-shadow: 0 10px 24px rgba(23, 41, 82, 0.12);
}

.about-team-name {
  margin: 0 0 6px;
  color: #171b24;
  font-size: 18px;
  font-weight: 700;
}

.about-team-role {
  margin: 0 0 12px;
  color: #7f8795;
  font-size: 14px;
}

.about-team-bio {
  margin: 0;
  color: #5f6775;
  font-size: 14px;
  line-height: 1.8;
}

.about-future-grid {
  align-items: start;
}

.about-tag {
  color: #5f6775;
  background: #fff;
  border: 1px solid #e4e9f0;
}

.about-cta-card {
  padding: 34px 28px 30px;
  background:
    linear-gradient(180deg, rgba(47, 128, 255, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
  position: sticky;
  top: 96px;
}

.about-cta-card-desc {
  margin-bottom: 24px;
}

.about-cta-btn {
  width: 100%;
}

@media (max-width: 1100px) {
  .about-hero h1 {
    font-size: 52px;
  }

  .about-belief-grid,
  .about-future-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-strengths-grid {
    grid-template-columns: 1fr;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 104px 0 56px;
  }

  .about-hero h1 {
    font-size: 40px;
  }

  .about-hero-subtitle {
    font-size: 18px;
  }

  .about-section {
    padding: 64px 0;
  }

  .about-page .section-heading {
    margin-bottom: 38px;
  }

  .about-page .section-heading h2 {
    font-size: 32px;
  }

  .about-belief-quote-card,
  .about-strength-card,
  .about-stat-card,
  .about-team-card,
  .about-cta-card {
    border-radius: 18px;
  }

  .about-team-card {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .about-page .site-nav a.is-active::after {
    bottom: -12px;
  }

  .about-hero h1 {
    font-size: 32px;
    line-height: 1.32;
  }

  .about-hero-subtitle,
  .about-hero-desc,
  .about-hero-quote,
  .about-belief-right p,
  .about-future-text p {
    font-size: 15px;
  }

  .about-page .section-heading h2 {
    font-size: 28px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stat-num {
    font-size: 34px;
  }

  .about-belief-quote-card,
  .about-strength-card,
  .about-stat-card,
  .about-cta-card {
    padding: 24px 20px;
  }

  .about-team-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
