/* NGI Navigator - About Page Styles */

/* =====================================================
   About Content
   ===================================================== */
.about-content {
    max-width: 800px;
}

.about-section {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow);
}

.about-section h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.about-section h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.about-text {
    color: var(--text);
    line-height: 1.8;
}

.about-text p {
    margin-bottom: 1rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-text ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.about-text li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.about-text strong {
    color: var(--text);
}

.about-text a {
    color: var(--primary);
    text-decoration: none;
}

.about-text a:hover {
    text-decoration: underline;
}

/* =====================================================
   Disclaimer Section
   ===================================================== */
.about-disclaimer {
    background: #fef3c7;
    border-color: #fcd34d;
}

.about-disclaimer h2 {
    border-bottom-color: #f59e0b;
}

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 768px) {
    .about-section {
        padding: 1.5rem;
    }
}
