.about-container{max-width:900px;margin:0 auto;padding:2rem;line-height:1.7}.about-hero{text-align:center;padding:3rem 0;border-bottom:2px solid var(--borderColor);margin-bottom:3rem}.about-hero h1{font-size:3rem;margin-bottom:1rem;color:var(--primary)}.subtitle{font-size:1.3rem;color:var(--secondaryText);margin:0}.about-section{margin:3rem 0;padding:2rem 0}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary)}.about-section p{margin-bottom:1rem;font-size:1.1rem}.about-section ul{margin-left:2rem;margin-bottom:1rem}.about-section li{margin-bottom:.75rem;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-box{padding:1.5rem;background:var(--bubbleBackgroundColor);border-radius:var(--borderRadius);transition:transform .2s}.feature-box:hover{transform:translateY(-5px);background:var(--bubbleBackgroundHover)}.feature-box h3{font-size:1.3rem;margin-bottom:.75rem}.feature-box p{font-size:1rem;margin:0}.cta-section{text-align:center;padding:3rem 0;background:var(--bubbleBackgroundColor);border-radius:var(--borderRadius);margin-top:4rem}.cta-section h2{margin-bottom:1rem}.cta-section p{margin-bottom:2rem}@media (max-width:768px){.about-hero h1{font-size:2rem}.subtitle{font-size:1.1rem}.about-section h2{font-size:1.5rem}.features-grid{grid-template-columns:1fr}}