/* About Page Styles */
.about-container { 
  margin: 0 auto; 
}

.about-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #eef5f9 100%);
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  padding: 1.25rem 1.25rem;
}

.about-section {
  border: 1px solid #e5e7eb;
  border-radius: .75rem;
  background: #fff;
  padding: 1.25rem 1.25rem;
  margin-top: 1rem;
}

/* Indentation utilities for sub-sections */
.indent-1 { margin-left: 1.25rem; }
.indent-2 { margin-left: 2rem; }
.indent-3 { margin-left: 2.75rem; }

.tight p { margin-bottom: .75rem; }
.about-title { letter-spacing: .02em; }
.muted { color: #6c757d; }

