.about-container { max-width: 900px; margin: 0 auto; padding: 2rem 1rem; }

.about-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.25rem; }

.about-card h1 { margin: 0 0 2rem; font-size: 2.1rem; text-align: center; }

.team-section { margin: 3rem 0; }

.team-section h2 { text-align: center; color: var(--primary); margin-bottom: 2rem; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }

.team-member { text-align: center; }

.team-avatar { width: 120px; height: 120px; border-radius: 999px; margin: 0 auto 1rem; background: #f8f9fa; display: flex; align-items: center; justify-content: center; font-size: 3rem; border: 1px solid var(--border); }

.testimonials { background: #f8f9fa; padding: 3rem 1.5rem; margin: 3rem 0; border-radius: var(--radius); border: 1px solid var(--border); }

.testimonials h2 { text-align: center; color: var(--primary); margin-bottom: 2rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }

.testimonial { background: var(--surface); padding: 2rem; border-radius: 12px; border: 1px solid var(--border); }

.testimonial-text { font-style: italic; margin-bottom: 1rem; color: #555; }

.testimonial-author { font-weight: 900; color: var(--text); }

.testimonial-rating { color: #ffc107; margin-bottom: 0.5rem; }

.stats-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2.5rem 0; text-align: center; }

.stat-item { background: #f8f9fa; padding: 1.5rem; border-radius: 12px; border: 1px solid var(--border); }

.stat-number { font-size: 2.2rem; font-weight: 900; color: var(--primary); margin-bottom: 0.5rem; }

.stat-label { color: var(--muted); }
