.terms-section {
    background: #030508;
    color: #a1a1aa;
}

/* Sidebar Navigation Styling */
.glass-nav-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.logo-dot {
    width: 12px;
    height: 12px;
    background: #0082ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #0082ff;
}

#terms-nav .nav-link {
    color: #71717a;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#terms-nav .nav-link:hover,
#terms-nav .nav-link.active {
    color: #fff;
    background: rgba(0, 130, 255, 0.1);
    padding-left: 18px;
}

/* Main Content Card */
.content-glass-card {
    background: rgba(255, 255, 255, 0.01);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.compliance-badge {
    background: rgba(0, 130, 255, 0.1);
    color: #0082ff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid rgba(0, 130, 255, 0.2);
}

.compliance-footer-note {
    font-size: 0.85rem;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border-left: 3px solid #0082ff;
    color: #fff;
}

.contact-glass-footer {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

/* Typography Tweaks */
.text-blue {
    color: #0082ff;
}

.x-small {
    font-size: 0.75rem;
}

h5 {
    letter-spacing: 0.5px;
}

p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}