/* Legal & Policy Content Styles */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.legal-section h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.legal-section h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: var(--color-text);
}

.legal-section p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--color-text-secondary);
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--color-text-secondary);
}

.last-updated {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-border);
}

.privacy-highlight, .policy-highlight {
    background: var(--color-bg-secondary);
    border-left: 4px solid var(--color-accent);
    padding: 1.25rem;
    margin: 1.5rem 0;
}

.privacy-highlight p, .policy-highlight p {
    margin: 0;
}

/* Timeline & Box styles for Refund Policy */
.timeline-box {
    background: var(--color-bg-secondary);
    border: 1px solid var(--color-border);
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.timeline-box h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border);
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-number {
    width: 28px;
    height: 28px;
    background: var(--color-accent);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
}

.timeline-content strong {
    display: block;
    margin-bottom: 0.25rem;
}

.timeline-content span {
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

/* Terms styles */
.terms-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
}

.terms-table th, .terms-table td {
    border: 1px solid var(--color-border);
    padding: 0.75rem;
    text-align: left;
}

.terms-table th {
    background: var(--color-bg-secondary);
}
