.about-page{background-color:var(--bg-secondary);min-height:100vh}.about-page .container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.about-hero{text-align:center;padding:3rem 1rem 4rem;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border-radius:var(--radius-lg);margin-bottom:3rem}.about-title{font-size:3rem;font-weight:900;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.about-lead{font-size:1.25rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.about-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:2rem;text-align:center}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card,.vision-card{text-align:center;padding:2.5rem 2rem}.card-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.mission-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.vision-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:white}.card-icon svg{width:32px;height:32px}.mission-card h2,.vision-card h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.mission-card p,.vision-card p{color:var(--text-secondary);line-height:1.8;font-size:1rem}.story-content{max-width:900px;margin:0 auto;background:var(--bg-primary);padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.story-content p{color:var(--text-secondary);line-height:1.8;font-size:1.0625rem;margin-bottom:1.5rem}.story-content p:last-child{margin-bottom:0}.differentiators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.differentiator{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);transition:all .3s ease}.differentiator:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(102,126,234,.15);border-color:var(--primary-light)}.diff-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.25rem}.diff-icon svg{width:24px;height:24px}.differentiator h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.differentiator p{color:var(--text-secondary);line-height:1.6;font-size:.9375rem;margin:0}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-item{padding:2rem}.feature-item h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.feature-item p{color:var(--text-secondary);line-height:1.7;font-size:.9375rem;margin:0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.value{background:var(--bg-primary);padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);text-align:center}.value h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.value p{color:var(--text-secondary);line-height:1.6;font-size:.9375rem;margin:0}.commitment-card{max-width:800px;margin:0 auto;padding:2.5rem;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border:2px solid var(--primary-light)}.commitment-card h2{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:2rem;text-align:center}.commitment-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.commitment-list li{display:flex;align-items:flex-start;gap:1rem}.commitment-list svg{width:24px;height:24px;color:var(--success);flex-shrink:0;margin-top:.125rem}.commitment-list span{color:var(--text-secondary);line-height:1.6;font-size:1rem}.contact-cta{text-align:center;padding:3rem 2rem;background:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.cta-description{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-button{padding:.875rem 2rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 4px 12px rgba(102,126,234,.3)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.cta-button.secondary{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border-color)}.cta-button.secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.email-contact{color:var(--text-muted);font-size:.9375rem;margin:0}.email-contact a{color:var(--primary);text-decoration:none;font-weight:600;transition:color .2s ease}.email-contact a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width:768px){.about-title{font-size:2rem}.about-lead{font-size:1.0625rem}.about-hero{padding:2rem 1rem 2.5rem}.section-title{font-size:1.5rem}.mission-vision-grid{grid-template-columns:1fr}.story-content{padding:1.5rem}.differentiators-grid,.features-list,.values-grid{grid-template-columns:1fr}.commitment-card{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%}}@media (max-width:480px){.about-page .container{padding:1rem}.about-title{font-size:1.75rem}.about-lead{font-size:1rem}.card-icon{width:56px;height:56px}.card-icon svg{width:28px;height:28px}.differentiator,.feature-item,.value{padding:1.5rem}}.team-section{background:var(--bg-primary);padding:3rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.section-description{text-align:center;font-size:1.0625rem;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;line-height:1.7}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-member{text-align:center;padding:2rem 1.5rem;transition:all .3s ease}.team-member:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(102,126,234,.15)}.member-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:white;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(102,126,234,.3)}.team-member h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.member-role{font-size:.9375rem;color:var(--primary);font-weight:600;margin:0 0 1rem}.member-bio{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin:0}@media (max-width:768px){.team-section{padding:2rem 1rem}.team-grid{grid-template-columns:1fr}.member-avatar{width:80px;height:80px;font-size:1.75rem}}.team-content{display:flex;flex-direction:column;gap:2rem}.team-overview{padding:2.5rem 2rem;background:linear-gradient(135deg,rgba(102,126,234,.03),rgba(118,75,162,.03))}.team-avatar-group{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.team-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.team-avatar svg{width:40px;height:40px}.team-avatar-group h3{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0}.team-bio{color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem;font-size:1.05rem}.team-bio:last-child{margin-bottom:0}.expertise-areas{background:var(--bg-primary);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.expertise-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.expertise-item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;background:var(--bg-secondary);border-radius:var(--radius-md);transition:transform .2s ease}.expertise-item:hover{transform:translateY(-2px)}.expertise-icon{font-size:2rem;margin-bottom:.25rem}.expertise-item strong{color:var(--text-primary);font-size:1.05rem;font-weight:600}.expertise-item p{color:var(--text-secondary);font-size:.9rem;margin:0;line-height:1.5}.team-commitment{padding:2.5rem 2rem;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border-left:4px solid var(--primary-color)}.team-commitment h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.25rem}.team-commitment p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.team-commitment p:last-child{margin-bottom:0}@media (max-width:768px){.team-avatar-group{flex-direction:column;text-align:center}.expertise-grid{grid-template-columns:1fr}.team-avatar{width:64px;height:64px}.team-avatar svg{width:32px;height:32px}.team-avatar-group h3{font-size:1.5rem}}