/* about.css — about page sections */

.about-section {
  background: var(--surface-strong);
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  margin-top: 2rem;
}

.about-section h3 {
  margin-bottom: 0.75rem;
  color: var(--accent-strong);
}

.about-section ul {
  padding-left: 1.25rem;
  color: var(--text-soft);
  line-height: 1.8;
}
