/* ===== Privacy Policy Page ===== */
.privacy-content {
    width: 100%;
    line-height: 1.8;
    color: var(--text-primary);
}

.privacy-content .update-date {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.privacy-content h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.privacy-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.privacy-content p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

.privacy-content ul {
    list-style: disc;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: var(--text-secondary);
}

.privacy-content ul li {
    margin-bottom: 0.5rem;
}

.privacy-content ul li strong {
    color: var(--text-primary);
}

.privacy-toc {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}

.privacy-toc-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.privacy-toc ol {
    list-style: decimal;
    padding-left: 1.25rem;
    margin: 0;
    line-height: 2;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.privacy-toc ol a {
    color: var(--accent);
    text-decoration: none;
}

.privacy-toc ol a:hover {
    text-decoration: underline;
}
