/* Privacy Policy Page Specific Styles */

/* Privacy Content Section */
.greenworld-privacy-content {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.greenworld-privacy-section {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.greenworld-privacy-article {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.greenworld-privacy-article:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.greenworld-privacy-article h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #424242;
}

.greenworld-privacy-article p {
    color: #757575;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.greenworld-privacy-article ul {
    color: #757575;
    line-height: 1.6;
    margin: 1rem 0;
    padding-left: 2rem;
}

.greenworld-privacy-article li {
    margin-bottom: 0.5rem;
}

.greenworld-privacy-article strong {
    color: #424242;
    font-weight: 600;
}

.greenworld-privacy-article a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.greenworld-privacy-article a:hover {
    text-decoration: underline;
}

/* Contact Info Section */
.greenworld-privacy-contact {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.greenworld-privacy-contact h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.greenworld-privacy-contact p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.greenworld-privacy-contact a {
    color: #FFEB3B;
    text-decoration: none;
    font-weight: 600;
}

.greenworld-privacy-contact a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .greenworld-privacy-section {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .greenworld-privacy-article h3 {
        font-size: 1.3rem;
    }
}
