.terms-hero {
    padding: 60px 0;
    background-color: var(--background-alt);
}

.last-updated {
    color: var(--gray);
    text-align: center;
    margin-top: 1rem;
}

.terms-content {
    padding: 60px 0;
    background: var(--navy);
}

.terms-container {
    max-width: 800px;
    margin: 0 auto;
}

.terms-section {
    margin-bottom: 3rem;
}

.terms-section h2 {
    color: var(--light);
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.terms-section p {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.terms-subsection {
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.terms-subsection p {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 0 1.5rem;
    }

    .terms-section h2 {
        font-size: 1.5rem;
    }
} 