/* ============================================================
   Terms Page Styles
   Module Prefix: sp- (static-pages)
   Requires: sp-shared.css (hero, body defaults)
   ============================================================ */

.terms-container {
    max-width: 1000px;
    margin: var(--space-xl) auto;
    padding: var(--space-xl);
    background-color: var(--color-bg);
    border-radius: var(--radius-md);
    box-shadow: var(--elevation-1);
}

.terms-container h1 {
    font-size: var(--font-2xl);
    margin-bottom: var(--space-sm);
    color: var(--color-text);
}

.terms-section {
    margin-bottom: var(--space-lg);
}

.terms-section h2 {
    font-size: var(--font-lg);
    color: var(--color-text);
    margin-bottom: var(--space-sm);
}

.terms-section p,
.terms-section ul {
    font-size: var(--font-base);
    line-height: var(--leading-normal);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-sm);
}

.terms-section ul {
    padding-left: var(--space-lg);
}

.terms-section li {
    margin-bottom: 0.35rem;
}

.last-updated {
    font-size: var(--font-sm);
    color: var(--color-text-light);
    font-style: italic;
    margin-bottom: var(--space-lg);
}
