/* Privacy page — page-specific styles (tokenized for theming) */
.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.8;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    color: var(--heading);
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.privacy-section h3 {
    color: var(--heading-2);
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-section li {
    margin-bottom: 10px;
}

.highlight-box {
    background-color: var(--surface-2);
    border-left: 4px solid var(--secondary-color);
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.contact-info {
    background-color: var(--surface-3);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.last-updated {
    font-style: italic;
    color: var(--text-2);
    text-align: center;
    margin-top: 40px;
}
