/* Privacy Policy Page Styles */

.policy-content {
    max-width: 800px;
    text-align: left;
}

.policy-content h1 {
    text-align: center;
    margin-bottom: 0.5rem;
}

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

.policy-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.policy-section:last-of-type {
    border-bottom: none;
}

.policy-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.policy-section h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-color);
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.policy-section p {
    font-family: 'Metrophobic', sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.policy-section ul {
    margin: 0.75rem 0 1rem 1.5rem;
    padding: 0;
}

.policy-section li {
    font-family: 'Metrophobic', sans-serif;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.policy-section li strong {
    color: var(--text-color);
}

.policy-section a {
    color: var(--secondary-color);
    text-decoration: none;
}

.policy-section a:hover {
    text-decoration: underline;
}

.contact-info {
    background-color: var(--background-color);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.back-link {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .policy-content {
        padding: 1.5rem;
    }

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

    .policy-section h3 {
        font-size: 1rem;
    }

    .policy-section ul {
        margin-left: 1rem;
    }
}
