/* Privacy Policy Page Styles - Force text visibility */
body .privacy-policy-content,
body .privacy-policy-content *,
.privacy-policy-content,
.privacy-policy-content * {
    color: #e5e7eb !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body .privacy-policy-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.privacy-policy-content h3 {
    color: #8b5cf6 !important;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

body .privacy-policy-content p,
body .service-content.privacy-policy-content p,
.privacy-policy-content p {
    margin-bottom: 1rem !important;
    color: #e5e7eb !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.privacy-policy-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

body .privacy-policy-content li,
body .service-content.privacy-policy-content li,
.privacy-policy-content li {
    margin-bottom: 0.5rem !important;
    color: #e5e7eb !important;
    line-height: 1.6 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.privacy-policy-content strong {
    color: #ffffff !important;
    font-weight: 600;
}

/* Ensure all text is visible */
.service-content {
    color: #e5e7eb !important;
}

.service-content h2 {
    color: #ffffff !important;
}

.service-content h3 {
    color: #8b5cf6 !important;
}

.services-section .service-content {
    color: #e5e7eb !important;
}

.services-section .service-content p {
    color: #e5e7eb !important;
}

.services-section .service-content h2 {
    color: #ffffff !important;
}

.services-section .service-content h3 {
    color: #8b5cf6 !important;
}

@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 0 1rem;
    }
    
    .privacy-policy-content h3 {
        font-size: 1.25rem;
    }
    
    .privacy-policy-content p {
        font-size: 0.95rem;
    }
}