.about-container {
    padding: 16px;
    background: white;
    border-radius: 12px;
    margin: 16px;
}
.about-container h2 { margin-bottom: 16px; color: #009688; }
.about-container h3 { margin: 24px 0 16px; color: #333; }
.roadmap {
    position: relative;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 3px solid #009688;
}
.roadmap-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.roadmap-item.completed .roadmap-marker { background: #4CAF50; color: white; }
.roadmap-marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}
.roadmap-content { flex: 1; }
.roadmap-date { font-weight: bold; color: #009688; margin-bottom: 5px; }
.roadmap-desc { color: #666; }
.faq-item {
    margin-bottom: 16px;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 8px;
}
.faq-question { font-weight: bold; margin-bottom: 8px; color: #333; }
.faq-answer { color: #666; }