.about-page{background:var(--black);color:var(--white);padding-bottom:6rem}.about-hero{text-align:center;padding:6rem 2rem 4rem}.about-hero h1{margin-bottom:1.5rem;font-size:2.8rem}.about-hero p{color:#aaa;max-width:700px;margin:auto;line-height:1.6}.about-story{text-align:center;width:90%;max-width:1000px;margin:auto;padding:4rem 0}.about-story h2{margin-bottom:2rem}.about-story p{color:#bbb;margin-bottom:1.5rem;line-height:1.7}.about-values{text-align:center;background:#0a0a0a;padding:5rem 2rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.value-card{background:#111;border:1px solid #1a1a1a;padding:2rem;transition:all .3s}.value-card:hover{border-color:var(--yellow);transform:translateY(-5px)}.value-card h3{color:var(--yellow);margin-bottom:1rem}.value-card p{color:#bbb}.about-stats{text-align:center;padding:5rem 2rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:auto;display:grid}.stats-grid h2{color:var(--yellow);font-size:2.5rem}.about-vision{text-align:center;background:#0a0a0a;padding:5rem 2rem}.about-vision p{color:#bbb;max-width:700px;margin:2rem auto 0;line-height:1.7}.about-cta{text-align:center;padding:6rem 2rem}.about-cta h2{margin-bottom:20px}@media (max-width:992px){.values-grid,.stats-grid{grid-template-columns:1fr}.about-hero h1{font-size:2.2rem}}
