/* Terms & Conditions Specific Styles */
.privacy-policy {
    max-width: 900px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.page-title {
    font-family: 'Merriweather', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.last-updated {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 40px;
    font-style: italic;
}

.privacy-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.privacy-section:last-child {
    border-bottom: none;
}

.privacy-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.privacy-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #444;
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-section p {
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.policy-list {
    padding-left: 25px;
    margin-bottom: 20px;
}

.policy-list li {
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
    position: relative;
}

.contact-info {
    background-color: #f8f8f8;
    padding: 20px 25px;
    border-radius: 6px;
    margin-top: 15px;
}

.contact-info p {
    margin-bottom: 8px;
}

.contact-info p:first-child {
    font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .privacy-policy {
        margin: 30px auto 60px;
    }

    .page-title {
        font-size: 2rem;
    }

    .privacy-section h2 {
        font-size: 1.4rem;
    }

    .privacy-section h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .privacy-policy {
        margin: 20px auto 40px;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .privacy-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .privacy-section h2 {
        font-size: 1.3rem;
    }
}