/* Terms of Use 专用样式 */
.terms-hero .hero-banner__content {
    padding: 4rem 2rem;
}
.terms-content {
    background: var(--secondary);
    border-radius: 32px;
    padding: 2.5rem;
    margin: 2rem 0;
    border: 1px solid var(--border-light);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.terms-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-light);
}
.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.terms-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary);
}
.terms-section h3 {
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem;
    color: var(--primary);
}
.terms-section p {
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 0.8rem;
}
.terms-section ul, .terms-section ol {
    margin: 0.8rem 0 0.8rem 1.8rem;
    color: var(--text-soft);
}
.terms-section li {
    margin-bottom: 0.4rem;
    line-height: 1.5;
}
.terms-section strong {
    color: var(--accent);
}
.last-updated {
    text-align: right;
    font-size: 0.85rem;
    color: var(--text-soft);
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
}
@media (max-width: 768px) {
    .terms-content {
        padding: 1.5rem;
    }
    .terms-section h2 {
        font-size: 1.3rem;
    }
}