.about-container{padding:2rem 0 6rem}.about-header{text-align:center;margin-bottom:5rem}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.about-section.reverse{direction:rtl}.about-section.reverse>*{direction:ltr}.about-content h2{color:var(--text-main);margin-bottom:1.5rem;font-size:2.2rem}.about-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.team-card{text-align:center;max-width:400px;margin:0 auto;padding:3rem}.avatar-initials{background:linear-gradient(135deg, var(--accent-neon-blue), var(--accent-neon-purple));color:#fff;width:100px;height:100px;box-shadow:0 0 20px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;display:flex}.team-card h3{margin-bottom:.5rem;font-size:1.5rem}.team-card .role{color:var(--accent-neon-blue);margin-bottom:1rem;font-weight:600}.team-card p{color:var(--text-muted);font-size:.95rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid}.value-card{height:100%;padding:2rem}.value-card h3{color:var(--text-main);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.3rem;display:flex}.value-card h3:before{content:"";background:var(--accent-neon-blue);width:12px;height:12px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%;display:inline-block}.value-card p{color:var(--text-muted);line-height:1.7}.story-section{text-align:center;max-width:800px;margin:8rem auto 0}.story-section h2{margin-bottom:2rem;font-size:2.5rem}.story-section p{color:var(--text-muted);font-size:1.1rem;line-height:1.8}@media (max-width:900px){.about-section{grid-template-columns:1fr;gap:2rem}.about-section.reverse{direction:ltr}}
