.about-page {
    max-width: 800px;
    margin: 2rem auto;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.about-page h2 {
    color: var(--primary);
    margin-bottom: 1rem;
    text-align: center;
}

.about-page p {
    margin-bottom: 1rem;
    color: var(--text-main);
}

.about-section {
    margin-top: 1.5rem;
}

.about-section h3 {
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.about-section ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.about-section li {
    margin-bottom: 0.5rem;
    color: var(--text-main);
}
