.about-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#ffffff)}.about-hero{background:linear-gradient(135deg,#059669,#047857 50%,#065f46);color:white;padding:80px 0 60px;text-align:center}.about-hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;letter-spacing:-.025em}.about-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.mission-section{padding:80px 0;background:white}.mission-container{max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.mission-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:30px}.mission-description{font-size:1.125rem;color:#64748b;line-height:1.8}.business-section{padding:80px 0;background:#f8fafc}.business-container{max-width:1200px;margin:0 auto;padding:0 20px}.business-title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:60px}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center}.business-grid .business-card:nth-child(4){grid-column:2}.business-card{background:white;padding:40px 30px;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .2s}.business-card:hover{box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.business-card-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:15px}.business-card-description{color:#64748b;line-height:1.6}.technology-section{padding:80px 0;background:white}.technology-container{max-width:1200px;margin:0 auto;padding:0 20px}.technology-title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:60px}.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.tech-feature{text-align:center}.tech-icon{font-size:3rem;margin-bottom:20px}.tech-feature-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:15px}.tech-feature-description{color:#64748b;line-height:1.6}.team-section{padding:80px 0;background:#f8fafc}.team-container{max-width:1000px;margin:0 auto;padding:0 20px}.team-title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:20px}.team-subtitle{font-size:1.125rem;color:#64748b;text-align:center;margin-bottom:60px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;justify-content:center;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto}.team-member{background:white;padding:40px;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-align:center;max-width:400px}.member-avatar{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#059669,#047857);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;overflow:hidden;border:.5px solid rgba(5,150,105,.2);padding:2px}.member-photo{width:100%!important;height:100%!important;border-radius:50%;object-fit:cover}.member-initials{color:white}.member-initials,.member-name{font-size:1.5rem;font-weight:600}.member-name{color:#1e293b;margin-bottom:5px}.member-role{color:#059669;font-weight:500;margin-bottom:20px}.member-bio{color:#64748b;line-height:1.6;margin-bottom:25px}.member-skills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.skill-tag{background:#e2e8f0;color:#475569;padding:4px 12px;border-radius:16px;font-size:.875rem;font-weight:500}.team-growth{background:white;padding:40px;border-radius:12px;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.growth-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:15px}.growth-description{color:#64748b;line-height:1.6}.stage-section{padding:80px 0;background:white}.stage-container{max-width:1000px;margin:0 auto;padding:0 20px}.stage-title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:60px}.stage-content{display:grid;grid-template-columns:1fr 1fr;gap:40px}.stage-current,.stage-next{background:#f8fafc;padding:40px;border-radius:12px}.stage-current-title,.stage-next-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:20px}.stage-current-description,.stage-next-description{color:#64748b;line-height:1.6;margin-bottom:20px}.stage-list{list-style:none;padding:0}.stage-list li{color:#64748b;margin-bottom:8px;padding-left:0}.contact-cta{padding:80px 0;background:linear-gradient(135deg,#059669,#047857 50%,#065f46);color:white;text-align:center}.contact-cta-container{max-width:800px;margin:0 auto;padding:0 20px}.contact-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.contact-cta-description{font-size:1.125rem;opacity:.9;margin-bottom:40px;line-height:1.6}.contact-cta-button{display:inline-block;background:white;color:#059669;padding:15px 30px;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s}.contact-cta-button:hover{opacity:.8}@media (max-width:1024px){.business-grid{grid-template-columns:repeat(2,1fr);gap:25px}.business-grid .business-card:nth-child(4){grid-column:1/-1;max-width:400px;justify-self:center}}@media (max-width:768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.125rem}.business-title,.contact-cta-title,.mission-title,.stage-title,.team-title,.technology-title{font-size:2rem}.business-grid{grid-template-columns:1fr;justify-items:stretch}.business-grid .business-card:nth-child(4){grid-column:1;max-width:none;justify-self:stretch}.stage-content{grid-template-columns:1fr}.business-card,.stage-current,.stage-next,.team-growth,.team-member{padding:30px 20px}}