/* Страница «О проекте» */

.about-hub {
  padding-bottom: 0;
}

.about-section {
  padding: 4rem 0;
}

.about-section--gray {
  background: #f4f7f9;
}

.about-mission {
  padding: 2.5rem 2rem;
  text-align: center;
  background: linear-gradient(145deg, #eef7ff 0%, #fff 100%);
  border: 1px solid rgba(23, 138, 228, 0.18);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(10, 37, 64, 0.06);
}

.about-mission__label {
  margin: 0 0 1.25rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}

.about-mission__text {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  line-height: 1.55;
  font-weight: 600;
  color: #094879;
}

.about-content {
  max-width: 72rem;
}

.about-content__title {
  margin: 0 0 1.25rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #094879;
}

.about-content__lead {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4a5c68;
}

.about-content p {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  line-height: 1.65;
  color: #4a5c68;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-cta {
  padding: 4.5rem 0 6rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #eef7ff 100%);
}

.about-cta__title {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #094879;
}

.about-cta__lead {
  margin: 0 0 2rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.55;
  color: #4a5c68;
}
