.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
}

.privacy-container h1 {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 600;
}

.privacy-intro {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}

.privacy-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.privacy-section p {
    margin-bottom: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.privacy-section ul {
    margin-bottom: 16px;
    padding-left: 24px;
}

.privacy-section li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.privacy-link {
    color: #A78BFA;
    text-decoration: none;
    transition: color 0.2s ease;
}

.privacy-link:hover {
    color: #C4B5FD;
    text-decoration: underline;
} 