.about-container{padding-top:100px;min-height:100vh}.about-hero{background-color:#f5f5f5;padding:4rem 2rem;text-align:center}.about-hero h1{font-size:2.5rem;color:#333;margin:0}.about-main{max-width:1200px;margin:0 auto;padding:2rem}.about-section{margin-bottom:4rem}.about-section h2{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.about-content p{margin-bottom:1.5rem;line-height:1.6;color:#666}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.value-card p{color:#666;line-height:1.5}.founder-section{background-color:#f9f9f9;padding:3rem;border-radius:8px}.founder-content{display:flex;gap:2rem;align-items:flex-start}.founder-text p{margin-bottom:1.5rem;line-height:1.6;color:#666}@media (max-width:768px){.about-hero{padding:3rem 1rem}.about-main{padding:1rem}.founder-content{flex-direction:column}.values-grid{grid-template-columns:1fr}}