.terms-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-right: 4px solid #DC2626;
}
.terms-section h4 {
    color: #DC2626;
    margin-bottom: 1rem;
}
.terms-section h5 {
    color: #7F1D1D;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.highlight-box {
    background: linear-gradient(135deg, #FEE2E2, #FECACA);
    padding: 1rem;
    border-radius: 10px;
    border-right: 3px solid #DC2626;
}
.warning-box {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    padding: 1rem;
    border-radius: 10px;
    border-right: 3px solid #f59e0b;
}
.toc-list a {
    color: #DC2626;
    text-decoration: none;
}
.toc-list a:hover { text-decoration: underline; }
