.terms-container {
    max-width: 860px;
    margin: 2rem auto 4rem;
    padding: 0 1.5rem;
}

.terms-container h1 {
    color: #F09E0B;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.last-updated {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.terms-section {
    background: #263549;
    border: 1px solid #3d4f63;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

.terms-section h2 {
    color: #F09E0B;
    font-size: 1.15rem;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #3d4f63;
}

.terms-section p,
.terms-section li {
    color: #cbd5e1;
    line-height: 1.75;
    font-size: 0.95rem;
}

.terms-section ul {
    padding-left: 1.25rem;
    margin: 0.5rem 0;
}

.terms-section li {
    margin-bottom: 0.4rem;
}

.terms-section a {
    color: #F09E0B;
    text-decoration: none;
}

.terms-section a:hover {
    text-decoration: underline;
}

.highlight-box {
    border: 1px solid rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
    color: #dcfce7;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}
