/* About page styles */
/* Container: use .page-container.narrow from main.css */

.about-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}

.about-intro {
  font-size: 18px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.about-section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 16px 0;
}

.about-text {
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}

.about-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.about-card-text {
  color: var(--c-muted);
  margin: 0;
}

.about-cta {
  text-align: center;
  margin-top: 48px;
}

/* CTA button: use .btn-gradient.lg from main.css */
