.em-about-hero{background:var(--em-primary-dark);padding:180px 0 80px}.em-about-hero h1{color:#fff;font-size:42px;margin-bottom:16px}.em-about-hero p{color:rgba(255,255,255,.75);font-size:18px;max-width:680px}.em-about-story{padding:80px 0}.em-about-story-content{display:flex;gap:48px;align-items:center}.em-about-story-text{flex:1}.em-about-story-text p{font-size:16px;color:var(--em-text-muted);line-height:1.7;margin-bottom:16px}.em-about-story-img{flex:1}.em-about-stats{background:var(--em-primary);padding:48px 0}.em-about-stat-row{display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center}.em-about-stat-item{flex:1 1 0;text-align:center;min-width:0}.em-about-stat-num{font-size:40px;font-weight:800;color:#fff;line-height:1}.em-about-stat-label{font-size:14px;color:rgba(255,255,255,.7);margin-top:8px}.em-about-values{padding:80px 0;background:var(--em-bg-light)}.em-value-card{padding:32px;border-left:3px solid var(--em-secondary);background:#fff;height:100%}.em-value-card h3{font-size:20px;margin-bottom:12px}.em-value-card p{font-size:14px;color:var(--em-text-muted);line-height:1.6;margin:0}.em-about-team{padding:80px 0}.em-team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.em-team-member{text-align:center}.em-team-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 16px;background:var(--em-bg-alt)}.em-team-name{font-size:16px;font-weight:600;color:var(--em-text);margin-bottom:4px}.em-team-role{font-size:13px;color:var(--em-text-muted)}@media (max-width:991px){.em-about-story-content{flex-direction:column}.em-about-stat-row{flex-wrap:wrap}.em-about-stat-item{flex:0 0 50%;margin-bottom:24px}.em-team-grid{grid-template-columns:repeat(2,1fr)}}