.about-page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.about-page-header{text-align:center;padding:3rem 0 1rem}.about-page-header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem}.about-page-header p{color:var(--text-secondary);margin:0;font-size:1.1rem}.about-content{background:var(--card-bg);max-width:900px;box-shadow:0 4px 6px var(--shadow-sm);border-radius:12px;flex:1;margin:3rem auto;padding:2.5rem}.about-section{margin-bottom:2rem;padding:0}.about-section:last-child{margin-bottom:0}.about-section h2{color:var(--accent-color);border-bottom:2px solid var(--accent-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem}.about-section h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.3rem}.about-section p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.about-section ul{margin-bottom:1rem;margin-left:1.5rem}.about-section li{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.8}.about-section a{color:var(--accent-color);font-weight:500;text-decoration:none}.about-section a:hover{text-decoration:underline}.contact-section{text-align:center}.contact-email{color:var(--text-primary);font-size:1.2rem;font-weight:600}@media (max-width:768px){.about-page-header{padding:2rem 0 1rem}.about-page-header h1{font-size:2rem}.about-page-header p{font-size:1rem}.about-content{margin:2rem 1rem;padding:1.5rem}.about-section h2{font-size:1.5rem}.about-section h3{font-size:1.1rem}}
