.privacy-policy-container {
    padding: 80px 0;
    background: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.privacy-content {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    line-height: 1.7;
}

.privacy-title {
    color: #1f2937;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.last-updated {
    text-align: center;
    color: #6b7280;
    margin-bottom: 40px;
    font-size: 0.9rem;
}

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

.privacy-section h2 {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.privacy-section h3 {
    color: #374151;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-section h4 {
    color: #4b5563;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.privacy-section p {
    color: #4b5563;
    margin-bottom: 15px;
}

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

.privacy-section li {
    color: #4b5563;
    margin-bottom: 8px;
}

.privacy-section a {
    color: #2563eb;
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.company-info, .contact-box, .authority-info, .final-contact {
    background: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.data-info, .service-info {
    background: #fafafa;
    padding: 20px;
    border-left: 4px solid #2563eb;
    margin: 20px 0;
}

.rights-list h3 {
    color: #1f2937;
    font-size: 1.1rem;
}

.compliance-note {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.compliance-note em {
    color: #6b7280;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-content {
        padding: 30px 20px;
    }
    
    .privacy-title {
        font-size: 2rem;
    }
    
    .privacy-section h2 {
        font-size: 1.3rem;
    }
}