/* Страница «О проекте» */

.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(2rem, 3.2vw, 2.8rem);
  line-height: 1.5;
  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 {
  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-content__note {
  margin-top: 1.5rem !important;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10, 37, 64, 0.1);
  font-size: 1.05rem !important;
  color: #64748b !important;
}

.about-pillars {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .about-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-pillar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid rgba(23, 138, 228, 0.12);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(10, 37, 64, 0.05);
}

.about-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: var(--blue);
  background: #eef7ff;
  border-radius: 12px;
}

.about-pillar__icon svg {
  width: 2rem;
  height: 2rem;
}

.about-pillar__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #094879;
}

.about-pillar__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a5c68;
}

.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;
}
