.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #fff;
}

.terms-container h1 {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 600;
}

.terms-updated {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.terms-intro {
    margin-bottom: 40px;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}

.terms-container p {
    margin-bottom: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.terms-link {
    color: #A78BFA;
    text-decoration: none;
    transition: color 0.2s ease;
}

.terms-link:hover {
    color: #C4B5FD;
    text-decoration: underline;
} 