.page-header{background:linear-gradient(135deg,var(--clay) 0,var(--clay-deep) 100%);color:#fff;padding:8rem 0 4rem;text-align:center;margin-top:80px}.page-header h1{font-size:3rem;margin-bottom:1rem}.breadcrumb{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.breadcrumb a{color:hsla(0,0%,100%,.8);text-decoration:none}.breadcrumb a:hover{color:#fff}.about-section{padding:4rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;color:var(--charcoal);margin-bottom:1.5rem}.about-text p{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-card{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px var(--shadow)}.stat-number{font-size:3rem;font-weight:700;color:var(--clay)}.stat-label{color:var(--text-light);font-weight:500}.team-section{background:var(--cream)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px var(--shadow);text-align:center}.team-card img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.team-info{padding:1.5rem}.team-info h3{color:var(--charcoal);margin-bottom:.5rem}.team-info .role{color:var(--clay);font-weight:600;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem}.value-icon{width:80px;height:80px;background:var(--clay);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-year{background:var(--clay);color:#fff;padding:1rem;border-radius:10px;font-weight:600;min-width:100px;text-align:center}.timeline-content{background:#fff;padding:2rem;border-radius:15px;margin-left:2rem;box-shadow:0 10px 30px var(--shadow);flex:1}.certifications{display:flex;justify-content:center;gap:3rem;margin:3rem 0;flex-wrap:wrap}.cert-badge{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px var(--shadow)}.cert-badge img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}@media (max-width:768px){.about-grid{grid-template-columns:1fr;gap:2rem}.page-header h1{font-size:2.5rem}.timeline-item{flex-direction:column;gap:1rem}.timeline-content{margin-left:0}}