.privacy-policy {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.page-title {
    font-family: 'Didot', serif;
    font-size: 2.5rem;
    color: #2B2B2B;
    margin-bottom: 1rem;
    text-align: center;
}

.effective-date {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.policy-intro {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.policy-section {
    margin-bottom: 2.5rem;
}

.policy-section h2 {
    font-family: 'Didot', serif;
    font-size: 1.5rem;
    color: #2B2B2B;
    margin-bottom: 1rem;
}

.policy-section p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.policy-section ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.policy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.policy-section i {
    margin-right: 0.5rem;
    color: #90684A;
}

@media (max-width: 768px) {
    .privacy-policy {
        padding: 1.5rem 0;
    }

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

    .policy-section h2 {
        font-size: 1.25rem;
    }

    .policy-intro {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .privacy-policy {
        padding: 1rem 0;
    }

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

    .policy-section {
        margin-bottom: 2rem;
    }

    .policy-section h2 {
        font-size: 1.1rem;
    }
}
