.privacy-page {
    font-size: 13px;
    background: #f9fafb;
    min-height: 100vh;
    padding: 80px 0 48px;
}

.privacy-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 20px;
}

.privacy-page .section {
    background: white;
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.privacy-page h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
}

.privacy-page .updated {
    color: #6b7280;
    margin-bottom: 32px;
    font-size: 13px;
}

.privacy-page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #1f2937;
}

.privacy-page h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #374151;
}

.privacy-page p {
    margin-bottom: 16px;
    color: #4b5563;
    font-size: 13px;
}

.privacy-page ul,
.privacy-page ol {
    margin-left: 24px;
    margin-bottom: 16px;
}

.privacy-page li {
    margin-bottom: 8px;
    color: #4b5563;
    font-size: 13px;
}

.privacy-page a {
    color: #6366f1;
    text-decoration: none;
}

.privacy-page a:hover {
    text-decoration: underline;
}

.privacy-page strong {
    font-weight: 600;
    color: #1f2937;
}

