/* Privacy Policy Styles */
.topcar-privacy-page {
    padding: 120px 20px 60px;
    min-height: 100vh;
}

.topcar-privacy-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.topcar-privacy-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.topcar-privacy-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.topcar-privacy-date {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}

.topcar-privacy-content h2 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.topcar-privacy-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.topcar-privacy-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.topcar-privacy-content li {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.6;
}

.topcar-privacy-content strong {
    color: #333;
    font-weight: 600;
}

/* Language Switching Logic */
/* Handled by JS now */

/* Responsive adjustments */
@media (max-width: 768px) {
    .topcar-privacy-page {
        padding-top: 100px;
    }
    
    .topcar-privacy-container {
        padding: 20px;
    }

    .topcar-privacy-title {
        font-size: 2rem;
    }
}
