.privacy-content h1 {
    color: #800080;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

.privacy-content h2 {
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.privacy-content h3 {
    color: #444;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.25rem;
}

.privacy-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.privacy-content ul {
    color: #555;
    margin-bottom: 1rem;
}

.privacy-content li {
    margin-bottom: 0.5rem;
}

.privacy-content strong,
.privacy-content b {
    color: #800080;
}