.about-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-header {
  text-align: center;
  margin-bottom: 4rem;
}

.about-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.about-header p {
  font-size: 1.2rem;
  color: var(--text-light);
}

.about-content {
  line-height: 1.8;
  font-size: 1.1rem;
  color: var(--text-dark);
}

.about-content h2 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
  color: var(--text-dark);
}

.about-content p {
  margin-bottom: 1.5rem;
}

.mission-box {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 3rem;
  border-radius: 12px;
  margin: 3rem 0;
  text-align: center;
}

.mission-box h2 {
  color: white;
  margin-bottom: 1rem;
}

.mission-box p {
  font-size: 1.1rem;
  opacity: 0.95;
}
