.about_page{width:100%;min-height:calc(100vh - 200px);padding:2rem 1rem;background-color:var(--bg-primary)}.about_container{max-width:1000px;margin:0 auto}.about_hero{text-align:center;margin-bottom:4rem;padding:3rem 2rem;background-color:var(--bg-secondary);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.about_title{font-size:3rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.about_subtitle{font-size:1.3rem;color:var(--text-secondary);line-height:1.6;max-width:800px;margin:0 auto}.about_section{margin-bottom:4rem;background-color:var(--bg-secondary);padding:3rem 2rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.about_section h2{font-size:2rem;font-weight:600;color:var(--primary-green);margin-bottom:1.5rem}.about_section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.about_features_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.about_feature_card{background-color:var(--bg-primary);padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about_feature_card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.about_feature_icon{font-size:3rem;color:var(--primary-green);margin-bottom:1rem}.about_feature_card h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.about_feature_card p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.about_steps{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.about_step{display:flex;gap:2rem;align-items:flex-start}.about_step_number{width:60px;height:60px;border-radius:50%;background-color:var(--primary-green);color:white;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;flex-shrink:0}.about_step_content{flex:1}.about_step_content h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.about_step_content p{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.about_values{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.about_value{background-color:var(--bg-primary);padding:2rem;border-radius:12px;text-align:center}.about_value_icon{font-size:2.5rem;color:var(--primary-green);margin-bottom:1rem}.about_value h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.about_value p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.about_cta{text-align:center;background:linear-gradient(135deg,var(--primary-green),var(--primary-green-dark))}.about_cta,.about_cta h2{color:white}.about_cta p{color:rgba(255,255,255,.9);font-size:1.1rem}@media (max-width:768px){.about_hero{padding:2rem 1.5rem}.about_title{font-size:2rem}.about_subtitle{font-size:1.1rem}.about_section{padding:2rem 1.5rem}.about_section h2{font-size:1.5rem}.about_step{flex-direction:column;gap:1rem}.about_step_number{width:50px;height:50px;font-size:1.5rem}.about_features_grid,.about_values{grid-template-columns:1fr}}