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