﻿.privacy-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.privacy-title {
    text-align: center;
    color: #3b82f6;
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.privacy-intro {
    background-color: #1e3a5f;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #3b82f6;
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #e2e8f0;
}

.privacy-content {
    background-color: #1e293b;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #334155;
}

.privacy-section {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #334155;
}

.privacy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.privacy-section-title {
    color: #3b82f6;
    border-bottom: 2px solid #3b82f6;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 1.5rem;
}

.privacy-text {
    margin: 15px 0;
    color: #e2e8f0;
    font-size: 1.05em;
}

.privacy-list {
    margin: 15px 0 15px 30px;
    color: #e2e8f0;
}

.privacy-contact {
    margin: 15px 0;
    padding: 15px;
    background-color: #1e3a2f;
    border-radius: 8px;
    border-left: 5px solid #10b981;
    color: #e2e8f0;
}

.privacy-divider {
    margin: 30px 0;
    border: 0;
    border-top: 2px dashed #3b82f6;
}

.privacy-date {
    text-align: center;
    font-weight: bold;
    background-color: #3a2f1e;
    color: #fbbf24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.privacy-container a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.privacy-container a:hover {
    text-decoration: underline;
    color: #60a5fa;
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 15px;
        margin: 20px 10px;
    }
    
    .privacy-title {
        font-size: 2rem;
    }
    
    .privacy-content {
        padding: 20px;
    }
    
    .privacy-intro {
        padding: 15px;
    }
}
