.about-section{width:100%;background:linear-gradient(180deg,var(--surface-soft) 0,var(--surface-muted) 100%);padding:64px 24px;font-family:Segoe UI,sans-serif}.about-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.about-title{font-size:2.4rem;font-weight:700;color:var(--foreground-strong);text-align:center;margin-bottom:16px}.about-subtitle{font-size:1.2rem;text-align:center;color:var(--foreground-muted);max-width:800px;margin:0 auto}.highlight{color:var(--brand-primary);font-weight:600}.about-description{max-width:900px;margin:0 auto;text-align:center;font-size:1.05rem;color:var(--foreground-muted);line-height:1.7}.about-description p{margin-bottom:16px}.about-stats-grid{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.stat-box{background:#ffffff;border:1px solid rgba(17,54,43,.14);border-radius:12px;padding:24px 32px;min-width:180px;text-align:center;box-shadow:0 8px 20px rgba(12,45,34,.07)}.stat-value{font-size:2rem;font-weight:700;color:var(--brand-primary);margin-bottom:8px}.stat-label{font-size:.95rem;color:var(--foreground-muted)}.about-pillars-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.pillar-box{background:#ffffff;border-left:5px solid var(--brand-primary);flex:1 1 30%;padding:20px 24px;border-radius:8px;box-shadow:0 10px 20px rgba(12,45,34,.06)}.pillar-box h4{font-size:1.1rem;margin-bottom:8px;color:var(--foreground-strong)}.pillar-box p{font-size:.95rem;color:var(--foreground-muted);line-height:1.6}@media (max-width:768px){.about-inner{gap:36px}.about-pillars-grid{flex-direction:column}.about-stats-grid{gap:24px}.about-subtitle{font-size:1rem}}