/* ============================================
   Legal Pages Styles (Terms, Privacy, Refund)
   ============================================ */

.legal-page {
    max-width: 800px;
    margin: 0 auto;
    padding: var(--space-8) var(--space-4);
}

.legal-header {
    margin-bottom: var(--space-8);
    padding-bottom: var(--space-6);
    border-bottom: 1px solid var(--color-border);
}

.legal-header h1 {
    font-size: 2rem;
    margin-bottom: var(--space-2);
}

.last-updated {
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
}

.legal-content section {
    margin-bottom: var(--space-8);
}

.legal-content h2 {
    font-size: 1.25rem;
    margin-bottom: var(--space-3);
    padding-bottom: var(--space-2);
    border-bottom: 1px solid var(--color-border);
}

.legal-content h3 {
    font-size: 1rem;
    margin: var(--space-4) 0 var(--space-2);
    font-weight: var(--font-weight-semibold);
}

.legal-content p {
    margin-bottom: var(--space-3);
    line-height: 1.7;
    color: var(--color-text);
}

.legal-content ul,
.legal-content ol {
    margin: var(--space-3) 0;
    padding-left: var(--space-6);
}

.legal-content li {
    margin-bottom: var(--space-2);
    line-height: 1.6;
}

.legal-content a {
    color: var(--color-text);
    text-decoration: underline;
}

.legal-content a:hover {
    color: var(--color-text-muted);
}
