/* Privacy Policy Page Styles */
.privacy-policy-page {
    padding: 60px 0;
    background: #fff;
}

.privacy-header {
    text-align: center;
    margin-bottom: 60px;
}

.privacy-header .page-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5em;
    color: #333;
    margin: 0 0 20px 0;
    font-weight: 400;
    letter-spacing: -1px;
}

.privacy-header .page-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #666;
    margin: 0;
}

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.8;
    color: #333;
}

.privacy-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    color: #333;
    margin: 40px 0 20px 0;
    font-weight: 600;
}

.privacy-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    color: #333;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.privacy-text p {
    margin-bottom: 20px;
}

.privacy-text ul, .privacy-text ol {
    margin: 20px 0;
    padding-left: 30px;
}

.privacy-text li {
    margin-bottom: 10px;
}

.privacy-text a {
    color: #007cba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-text a:hover {
    color: #005a8b;
    text-decoration: underline;
}

/* Responsive Privacy Policy */
@media (max-width: 768px) {
    .privacy-policy-page {
        padding: 40px 0;
    }
    
    .privacy-header {
        margin-bottom: 40px;
    }
    
    .privacy-header .page-title {
        font-size: 2.5em;
    }
    
    .privacy-content {
        padding: 0 20px;
    }
}
