/* ================================================================
   VISION & MISSION PAGE  –  vision-mission.css
   ================================================================ */

/* ── Variables ──────────────────────────────────────────────── */
:root {
    --vm-blue:         #12317d;
    --vm-blue-mid:     #1746a2;
    --vm-blue-light:   #e8f0fe;
    --vm-gold:         #d97706;
    --vm-gold-light:   #fef3c7;
    --vm-green:        #065f46;
    --vm-green-light:  #d1fae5;
    --vm-text:         #0f172a;
    --vm-muted:        #475569;
    --vm-border:       #e2e8f0;
}

/* ── Hero header extras (on top of site's .page-header bg) ──── */
.page-header {
    min-height: 320px;
    display: flex;
    align-items: center;
}

.vm-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 12px;
}

.vm-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin: 0;
    letter-spacing: 0.5px;
}

/* Pill tags in hero */
.vm-hero__pillbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vm-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.83rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
    transition: background 0.25s ease;
}

.vm-pill:hover {
    background: rgba(255,255,255,0.22);
}

/* ── Aim Banner ─────────────────────────────────────────────── */
.vm-aim-banner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 36px;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    border-left: 5px solid var(--vm-blue);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(18,49,125,0.06);
}

.vm-aim-banner__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--vm-blue);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-top: 4px;
}

.vm-aim-banner__label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vm-blue-mid);
    margin-bottom: 8px;
}

.vm-aim-banner__text {
    font-family: 'Inter', sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--vm-text);
    line-height: 1.7;
    margin: 0;
}

/* ── Three Pillar Cards ─────────────────────────────────────── */
.vm-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 36px 28px;
    border: 1px solid var(--vm-border);
    box-shadow: 0 4px 20px rgba(15,23,42,0.05);
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1),
                box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(18,49,125,0.10);
}

/* Head row */
.vm-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Icon circles */
.vm-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

.vm-card--vision .vm-card__icon-wrap {
    background: var(--vm-blue-light);
    color: var(--vm-blue);
}

.vm-card--motto .vm-card__icon-wrap {
    background: var(--vm-gold-light);
    color: var(--vm-gold);
}

.vm-card--mission .vm-card__icon-wrap {
    background: var(--vm-green-light);
    color: var(--vm-green);
}

/* Tags */
.vm-card__tag {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
}

.vm-card--vision .vm-card__tag {
    background: var(--vm-blue-light);
    color: var(--vm-blue);
}

.vm-card--motto .vm-card__tag {
    background: var(--vm-gold-light);
    color: var(--vm-gold);
}

.vm-card--mission .vm-card__tag {
    background: var(--vm-green-light);
    color: var(--vm-green);
}

/* Titles */
.vm-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--vm-text);
    margin-bottom: 12px;
}

/* Body text */
.vm-card__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.96rem;
    color: var(--vm-muted);
    line-height: 1.8;
    margin-bottom: 18px;
    flex-grow: 1;
}

.vm-card__text p {
    color: var(--vm-muted);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.vm-card__text p:last-child {
    margin-bottom: 0;
}

/* Motto quote */
.vm-card__quote {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    color: var(--vm-gold);
    border-left: 3px solid var(--vm-gold);
    padding-left: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
}

/* Bullet lists */
.vm-card__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vm-card__bullets li {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    color: var(--vm-muted);
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px dashed var(--vm-border);
}

.vm-card__bullets li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.vm-card--vision .vm-card__bullets li::before { background: var(--vm-blue); }
.vm-card--mission .vm-card__bullets li::before { background: var(--vm-green); }

/* ── Values Strip ───────────────────────────────────────────── */
.vm-values-strip {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--vm-border);
    box-shadow: 0 4px 20px rgba(15,23,42,0.04);
}

.vm-value-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 16px;
    background: #ffffff;
    border-right: 1px solid var(--vm-border);
    transition: background 0.25s ease;
    cursor: default;
}

.vm-value-cell:last-child { border-right: none; }

.vm-value-cell:hover { background: var(--vm-blue-light); }

.vm-value-cell i {
    font-size: 1.7rem;
    color: var(--vm-blue);
    transition: transform 0.3s ease;
}

.vm-value-cell:hover i { transform: scale(1.18); }

.vm-value-cell span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--vm-text);
}

/* ── CMS Content Scope ──────────────────────────────────────── */
.vm-cms-scope {
    background: #ffffff !important;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(15,23,42,0.06);
    border: 1px solid var(--vm-border);
}

.vm-cms-inner {
    padding: 40px 48px;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .page-header { min-height: 260px; }
}

@media (max-width: 767.98px) {
    .vm-aim-banner {
        flex-direction: column;
        padding: 22px 18px;
        gap: 16px;
    }

    .vm-card { padding: 26px 20px; }

    .vm-value-cell {
        border-right: none;
        border-bottom: 1px solid var(--vm-border);
    }

    .vm-cms-inner { padding: 24px 18px; }
}
