.terms-content {
    max-width: 800px;
    margin: 120px auto 60px;
    padding: 0 2rem;
}

.terms-content h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #333;
}

.terms-content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 2rem 0 1rem;
    color: #333;
}

.terms-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #666;
}

.terms-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
    color: #666;
}

.last-updated {
    font-style: italic;
    color: #888;
    margin-bottom: 2rem;
}

.legal-email-link {
    color: var(--primary-color);
    text-decoration: none;
}