@charset "UTF-8";.about-hero{background:var(--accent);padding:4rem 0;border-bottom:3px solid var(--primary)}.about-hero h1{font-size:max(1.6rem, min(3.5vw, 2.5rem));font-weight:800;color:var(--white);margin-bottom:.75rem}.about-hero p{color:rgba(255,255,255,.75);max-width:500px}.about-story{padding:4rem 0;background:var(--white)}.about-story .story-text h2{font-size:max(1.3rem, min(2.5vw, 1.9rem));font-weight:700;margin-bottom:1rem}.about-story .story-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.975rem}.about-stats{padding:3rem 0;background:var(--secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.stat-box{text-align:center;padding:1.5rem 1rem}.stat-box .stat-num{font-size:2rem;font-weight:800;color:var(--primary);line-height:1}.stat-box .stat-desc{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-top:.4rem;letter-spacing:.04em;text-transform:uppercase}.about-certifications{padding:3.5rem 0;background:var(--white)}.cert-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border-color);border-radius:2px;margin-bottom:.5rem}.cert-item .cert-mark{width:40px;height:40px;background:var(--primary);border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cert-item .cert-mark svg{width:20px;height:20px}.cert-item .cert-name{font-size:.875rem;font-weight:700;color:var(--text-primary)}.cert-item .cert-scope{font-size:.78rem;color:var(--text-muted)}