/* ========== TERMS NAVBAR ========== */
.terms-navbar {
    background: #fff;
    padding: 14px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.terms-navbar .nav-link {
    color: #1a2b3c !important;
    font-weight: 500;
    font-size: 0.9rem;
}

.terms-navbar .nav-link:hover,
.terms-navbar .nav-link.active {
    color: #319AD5 !important;
}

.terms-navbar .btn-nav-login {
    color: #1a2b3c !important;
    font-weight: 600;
    font-size: 0.82rem;
}

.terms-navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== HERO ========== */
.terms-hero {
      background: linear-gradient(135deg, #0a2540 0%, #143a5c 50%, #1a4a6e 100%);
    padding: 52px 0 50px;
    text-align: center;
}

.terms-hero-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.terms-hero-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

/* ========== TERMS CONTENT ========== */
.terms-content {
    padding: 35px 0;
    background: #f8fafb;
}

.terms-wrapper {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

.terms-intro {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecf0;
}

.terms-intro p,
.terms-section p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 16px;
}

.terms-section {
    margin-bottom: 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f2f5;
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.terms-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 16px;
}

.terms-section h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d3748;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms-section ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.terms-section ul li {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
}

.terms-section a {
    color: #319AD5;
    text-decoration: none;
    font-weight: 500;
}

.terms-section a:hover {
    text-decoration: underline;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .terms-hero {
        padding: 80px 0 50px;
    }

    .terms-hero-title {
        font-size: 2rem;
    }

    .terms-wrapper {
        padding: 30px 24px;
        border-radius: 12px;
    }

    .terms-section h2 {
        font-size: 1.15rem;
    }
}

@media (max-width: 576px) {
    .terms-hero-title {
        font-size: 1.6rem;
    }

    .terms-wrapper {
        padding: 24px 18px;
    }
}
