.terms-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0px 5%;
    /*background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}
.terms-header {
    text-align: center;
    margin-bottom: 40px;
}
.terms-header h1 {
    font-size: 36px;
    color: #2D3436;
    margin-bottom: 8px;
}
.terms-header .last-updated {
    color: #636E72;
    font-size: 14px;
}
.terms-content {
    color: #2D3436;
    line-height: 1.8;
}
.terms-content h2 {
    font-size: 24px;
    color: #6C5CE7;
    margin-top: 40px;
    margin-bottom: 16px;
}
.terms-content h3 {
    font-size: 18px;
    color: #2D3436;
    margin-top: 24px;
    margin-bottom: 12px;
}
.terms-content p {
    margin-bottom: 16px;
}
.terms-content ul, .terms-content ol {
    margin-left: 24px;
    margin-bottom: 16px;
}
.terms-content li {
    margin-bottom: 8px;
}
.terms-content strong {
    color: #2D3436;
    font-weight: 600;
}
.warning-box {
    background: #FFF3CD;
    border-left: 4px solid #FFC107;
    padding: 20px;
    margin: 24px 0;
}
.danger-box {
    background: #FFE5E5;
    border-left: 4px solid #E74C3C;
    padding: 20px;
    margin: 24px 0;
}
.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #6C5CE7;
    text-decoration: none;
    font-weight: 600;
}
.back-link:hover {
    text-decoration: underline;
}