﻿:root {
    --brand: #1d4ed8;
    --brand-2: #0ea5e9;
}

.section-title {
    font-weight: 800;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}

    .section-title::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: linear-gradient(135deg,var(--brand),var(--brand-2));
        box-shadow: 0 0 0 6px rgba(13,110,253,.12);
    }

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.kv dl {
    margin: 0
}

.kv dt {
    float: left;
    width: 6rem;
    color: #0f172a;
    font-weight: 700;
    clear: left;
}

.kv dd {
    margin-left: 6.2rem;
    margin-bottom: .25rem;
}

.vision-card {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.tiny-note {
    font-size: .9rem;
    color: #64748b
}

@media (max-width: 991.98px) {
    .kv dt {
        width: 5.5rem
    }

    .kv dd {
        margin-left: 5.7rem
    }
}
