.about-page{min-height:100vh}.about-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%);color:#fff;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:var(--text-on-dark);max-width:700px;margin:0 auto}.mission-section{padding:5rem 0;background:#fff}.mission-content h2{font-size:2.5rem;color:var(--brand-purple);margin-bottom:2rem;text-align:center}.mission-text{font-size:1.125rem;line-height:1.8;color:var(--text-body);max-width:900px;margin:0 auto 1.5rem;text-align:center}.stats-section{padding:5rem 0;background:var(--surface)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem}.stat-number{font-size:3rem;font-weight:700;color:var(--brand-green-ink);margin-bottom:.5rem}.stat-label{font-size:1.125rem;color:var(--text-body);font-weight:500}.values-section{padding:5rem 0;background:#fff}.section-title{font-size:2.5rem;color:var(--brand-purple);text-align:center;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{padding:2rem;background:var(--surface);border-radius:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.value-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.12),#00d4ff1f);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--brand-green);margin:0 auto 1rem;transition:background .3s ease,transform .3s ease}.value-icon svg{width:28px;height:28px}.value-card:hover .value-icon{background:linear-gradient(135deg,rgba(var(--brand-green-rgb),.22),#00d4ff38);transform:scale(1.1)}.value-title{font-size:1.5rem;color:var(--brand-purple);margin-bottom:1rem;font-weight:600}.value-description{font-size:1rem;color:var(--text-body);line-height:1.6}.team-section{padding:5rem 0;background:var(--surface)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.team-avatar{width:100px;height:100px;background:linear-gradient(135deg,var(--brand-green) 0%,var(--brand-green-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;margin:0 auto 1rem}.team-name{font-size:1.5rem;color:var(--brand-purple);margin-bottom:.5rem;font-weight:600}.team-role{font-size:1rem;color:var(--brand-green);margin-bottom:1rem;font-weight:500}.team-bio{font-size:.95rem;color:var(--text-body);line-height:1.6}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-light) 100%);text-align:center;color:#fff}.cta-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-text{font-size:1.25rem;margin-bottom:2rem;color:var(--text-on-dark)}.cta-button{display:inline-block;padding:1rem 3rem;background:var(--brand-green);color:var(--brand-purple);font-weight:700;border-radius:50px;text-decoration:none;font-size:1.125rem;transition:all .3s ease;box-shadow:0 4px 20px rgba(var(--brand-green-rgb),.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(var(--brand-green-rgb),.4);background:var(--brand-green-dark)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.stats-grid,.values-grid,.team-grid{grid-template-columns:1fr}.about-hero{padding:6rem 0 3rem}}
