.about-page{margin-top:var(--header-height);background:linear-gradient(135deg,#f6f8ff,#f0f2ff);min-height:calc(100vh - var(--header-height))}.about-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.hero-section{text-align:center;margin-bottom:4rem}.hero-section h1{font-size:3rem;font-weight:800;color:var(--text-color);margin-bottom:1rem}.hero-section .subtitle{font-size:1.25rem;color:#666}section{margin-bottom:4rem}section h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem}section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card i{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.cta-section{text-align:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:4rem 2rem;border-radius:12px;color:#fff;margin-top:4rem}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffffe6;margin-bottom:2rem}.cta-tagline{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.cta-button{display:inline-block;background:#fff;color:var(--primary-color);padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 4px 20px #0003}@media (max-width: 1024px){.features-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.features-grid,.values-grid{grid-template-columns:1fr}section h2{font-size:1.75rem}.cta-section{padding:3rem 1.5rem}}@media (max-width: 480px){.hero-section h1{font-size:2rem}.feature-card,.value-card{padding:1.5rem}.cta-tagline{font-size:1.25rem}}
