.about-hero{position:relative;background-size:cover;background-position:center -200px;height:400px;display:flex;align-items:center;justify-content:center;text-align:center}.about-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center}.about-hero .page-title,.about-hero .page-subtitle{color:var(--white)}.about-hero .page-title{text-shadow:2px 2px 4px rgba(0,0,0,.7)}.about-hero .page-subtitle{text-shadow:1px 1px 2px rgba(0,0,0,.7)}.about-content{padding:4rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #0003}.about-text h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem}.about-text p{margin-bottom:1.5rem;line-height:1.8;color:var(--text-color)}.philosophy{background-color:var(--light-bg);padding:4rem 0}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.philosophy-item{text-align:center}.philosophy-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.experience{padding:4rem 0}.achievements-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.achievement{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;transition:transform .3s}.achievement:hover{transform:translateY(-5px)}.achievement h3{color:var(--secondary-color);margin-bottom:1rem}.cta-section{background-color:var(--primary-color);color:var(--white);padding:4rem 0;text-align:center}.cta-section h2{margin-bottom:1rem;font-size:2.5rem}.cta-section p{margin-bottom:2rem;font-size:1.2rem}.cta-section .cta-button{background-color:var(--secondary-color);color:var(--white);padding:1rem 2rem;text-decoration:none;border-radius:5px;display:inline-block;transition:background-color .3s}.cta-section .cta-button:hover{background-color:#c0392b}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-image img{height:350px}.about-hero{height:300px}.philosophy-grid,.achievements-list{grid-template-columns:1fr;gap:1.5rem}}
