/* Privacy Policy Page Styles */
.privacy-policy-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.last-updated {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    border-left: 4px solid #bdd653;
}

.privacy-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #273039;
}

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

.privacy-section h2 {
    color: #273039;
    border-bottom: 2px solid #bdd653;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.privacy-section h3 {
    color: #273039;
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-section h4 {
    color: #273039;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

.privacy-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.cookie-category-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #bdd653;
}

.cookie-category-info h4 {
    color: #273039;
    margin-top: 0;
    margin-bottom: 10px;
}

.cookie-management {
    background: #e8f5e8;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
    border: 2px solid #bdd653;
}

.cookie-management h3 {
    margin-top: 0;
    color: #273039;
}

.contact-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.contact-info a {
    color: #bdd653;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.privacy-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #273039;
}

.btn-primary {
    background: #273039;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #1a2328;
    transform: translateY(-2px);
    color:#fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 20px 15px;
    }
    
    .cookie-management {
        padding: 20px 15px;
    }
}
