/* .terms-card {
            background: #ffffff;
            border-radius: 1.5rem;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
            padding: 2rem 2rem 2.5rem;
            transition: all 0.2s ease;
        } */

/* .terms-section {
            margin-bottom: 2rem;
            border-left: 3px solid #0091ff;
            padding-left: 1.25rem;
        } */

.terms-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 0.75rem;
}

.terms-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f3a4b;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.terms-section p,
.terms-section li {
    color: #2c3e4e;
    line-height: 1.5;
}

.terms-section ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

.terms-section li {
    margin-bottom: 0.4rem;
}

.contact-email {
    color: #0091ff;
    text-decoration: none;
    font-weight: 500;
}

.contact-email:hover {
    text-decoration: underline;
}

hr.divider-light {
    opacity: 0.4;
    margin: 1.5rem 0;
}

@media (max-width: 768px) {
    .terms-card {
        padding: 1.5rem;
    }

    .terms-section h2 {
        font-size: 1.4rem;
    }
}