@charset "UTF-8";.about-hero{background:linear-gradient(160deg,var(--brand-dark) 0,var(--brand-primary) 100%);color:#fff;padding:80px 0 64px}.about-hero h1{color:#fff}.about-hero p{color:rgba(255,255,255,.75);max-width:580px}.timeline-section{overflow:hidden}.timeline-item{position:relative;padding-left:32px;padding-bottom:2.5rem}.timeline-item::before{content:"";position:absolute;left:0;top:8px;bottom:0;width:2px;background:linear-gradient(to bottom,var(--brand-primary),rgba(var(--brand-primary-rgb),.1))}.timeline-item::after{content:"";position:absolute;left:-5px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--brand-accent);border:2px solid #fff;box-shadow:0 0 0 2px var(--brand-primary)}.timeline-year{font-size:.8rem;font-weight:700;color:var(--brand-accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.timeline-title{font-size:1rem;font-weight:700;margin-bottom:.35rem}.timeline-desc{font-size:.875rem;color:var(--brand-mid);line-height:1.6}.values-section{background:var(--brand-secondary)}.value-card{background:#fff;border-radius:var(--radius-md);padding:2rem;height:100%;border:1px solid #eae6df}.value-icon{width:56px;height:56px;border-radius:var(--radius-md);background:rgba(var(--brand-primary-rgb),.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-icon svg{width:28px;height:28px;fill:var(--brand-primary)}.value-card h3{font-size:1.125rem;margin-bottom:.5rem}.value-card p{font-size:.9rem;color:var(--brand-mid);line-height:1.7;margin:0}.leader-card{text-align:center}.leader-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:3px solid var(--brand-secondary)}.leader-photo ai-img,.leader-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.leader-name{font-weight:700;margin-bottom:.15rem}.leader-title{font-size:.85rem;color:var(--brand-mid)}.certifications-section{background:var(--brand-light)}.cert-badge{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:var(--radius-md);border:1px solid #eae6df;height:100%}.cert-badge-icon{width:52px;height:52px;border-radius:var(--radius-sm);background:rgba(var(--brand-primary-rgb),.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cert-badge-icon svg{width:26px;height:26px;fill:var(--brand-primary)}.cert-badge-name{font-weight:700;font-size:.9375rem;margin-bottom:.15rem}.cert-badge-desc{font-size:.8125rem;color:var(--brand-mid)}