/* Privacy Policy Specific Styles */
.privacy-content {
    padding: 120px 0 80px;
    background: red !important;
}
.privacy-content {
    padding: 120px 0 80px;
    background: white;
}

.privacy-content h1 {
    color: #333;
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.privacy-content h2 {
    color: #667eea;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.privacy-content h3 {
    color: #333;
    margin: 1.5rem 0 0.5rem;
    font-size: 1.2rem;
}

.privacy-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #666;
}

.privacy-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.privacy-content li {
    margin-bottom: 0.5rem;
    color: #666;
}

.privacy-content .last-updated {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #667eea;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #764ba2;
} 