.about-component{background-color:var(--bg-deep-solid);padding:5rem 2rem}.about-container{max-width:1280px;margin:0 auto}.about-page-header{text-align:center;margin-bottom:4rem}.about-badge{font-family:var(--font-mono);text-transform:uppercase;color:var(--accent-primary);letter-spacing:.15em;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.about-page-header h1{color:var(--text-pure);font-size:2.5rem;font-family:var(--font-mono);margin-bottom:1rem}.about-page-header p{color:var(--text-body-muted);max-width:700px;margin:0 auto;font-size:1.1rem}.about-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.about-text-panel .lead-text{color:var(--text-pure);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.5}.about-text-panel p{color:var(--text-body-muted);margin-bottom:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}.stat-card{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);text-align:center;transition:var(--transition-smooth);border-radius:12px;padding:1.5rem}.stat-card:hover{border-color:var(--accent-primary);transform:translateY(-3px)}.stat-number{color:var(--accent-primary);font-size:2rem;font-weight:700;font-family:var(--font-mono);display:block}.stat-label{color:var(--text-body-muted);font-size:.85rem}.about-visual-panel{flex-direction:column;gap:1.5rem;display:flex}.about-image-card{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden}.about-image{object-fit:cover;width:100%;height:280px}.about-image-caption{text-align:center;color:var(--text-body-muted);border-top:1px solid var(--border-subtle);padding:1rem;font-size:.85rem}.mission-vision-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin:3rem 0;display:grid}.mv-card{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);transition:var(--transition-smooth);border-radius:12px;padding:2rem}.mv-card:hover{border-color:var(--accent-primary);transform:translateY(-5px)}.mv-icon{width:60px;height:60px;color:var(--accent-primary);background-color:#00b4d81a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.mv-card h3{margin-bottom:1rem;font-size:1.3rem}.mv-card p{color:var(--text-body-muted);line-height:1.6}.values-list{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:12px;margin-top:2rem;padding:2rem}.values-list h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.values-list h3 i{color:var(--accent-primary)}.values-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.value-item{background-color:var(--bg-surface-card);transition:var(--transition-smooth);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.value-item:hover{background-color:#00b4d80d;transform:translate(5px)}.value-item i{color:var(--accent-primary);font-size:1rem}.value-item span{color:var(--text-pure);font-size:.9rem}.team-section{margin-top:4rem}.team-header{text-align:center;margin-bottom:3rem}.team-header h2{margin-bottom:.5rem;font-size:2rem}.team-header p{color:var(--text-body-muted)}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.team-card{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);transition:var(--transition-smooth);text-align:center;border-radius:12px;overflow:hidden}.team-card:hover{border-color:var(--accent-primary);transform:translateY(-5px)}.team-image{object-fit:cover;width:100%;height:250px}.team-info{padding:1.5rem}.team-info h3{margin-bottom:.25rem;font-size:1.2rem}.team-title{color:var(--accent-primary);font-size:.85rem;font-family:var(--font-mono);margin-bottom:.75rem}.team-bio{color:var(--text-body-muted);font-size:.85rem;line-height:1.5}.about-cta-banner{background:linear-gradient(90deg, var(--bg-surface-elevated), var(--bg-surface-card));border:1px solid var(--border-subtle);border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2.5rem;display:flex}.about-cta-text h3{margin-bottom:.5rem;font-size:1.3rem}.about-cta-text p{color:var(--text-body-muted);margin:0;font-size:.9rem}.about-cta-button{background-color:var(--accent-primary);color:var(--bg-deep-solid);transition:var(--transition-smooth);border-radius:6px;align-items:center;gap:.75rem;padding:.85rem 2rem;font-weight:600;text-decoration:none;display:inline-flex}.about-cta-button:hover{background-color:var(--accent-secondary);transform:translateY(-2px)}@media (width<=1024px){.about-grid{gap:2rem}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-component{padding:3rem 1.5rem}.about-page-header h1{font-size:1.8rem}.about-page-header p{font-size:1rem}.about-grid{grid-template-columns:1fr;gap:2rem}.stats-grid{grid-template-columns:1fr}.mission-vision-grid{grid-template-columns:1fr;gap:1rem}.values-grid,.team-grid{grid-template-columns:1fr}.about-cta-banner{text-align:center;flex-direction:column;padding:1.5rem}.mv-card{padding:1.5rem}}
