.terms-page {
    padding: 80px 0;
}

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

.terms-content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.last-updated {
    color: #666;
    margin-bottom: 3rem;
    font-size: 0.9rem;
}

.terms-content section {
    margin-bottom: 2.5rem;
}

.terms-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.terms-content p {
    color: #333;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .terms-page {
        padding: 50px 0;
    }

    .terms-content h1 {
        font-size: 2.2rem;
    }
}