
/* ---------- MISSION / VISION SECTIONS - LEFT RIGHT ---------- */
.mv-section {
    position: relative;
    /* padding: 40px 0; */
    background: #fff;
    /* overflow: hidden; */
    padding: 40px 0;
    background-image: url(../images/bg-all-img.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

    .mv-section + .mv-section {
        border-top: 1px solid #eef2f9
    }

.mv-vision {
    background: #fbfdff
}

.mv-row {
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2
}

.mv-row--reverse {
    grid-template-columns: 1.15fr 1.05fr
}

    .mv-row--reverse .mv-visual {
        order: 2
    }

    .mv-row--reverse .mv-copy {
        order: 1
    }

/* Visual ring left/right */
.mv-visual {
    display: flex;
    justify-content: center;
    align-items: center
}

.mv-visual__icon {
    color: #00a99d;
    width: 72px;
    height: 72px
}



.mv-word-wrap .mv-word {
    display: inline-block;
    overflow: visible;
    will-change: transform,opacity,filter
}

.mv-word-wrap.on-dark {
    color: #fff
}

.mv-reveal {
    font-size: 14.5px;
    line-height: 1.75;
    color: #5a6a85;
    margin: 0 0 12px;
    max-width: 560px
}

    .mv-reveal:last-child {
        margin-bottom: 0
    }

.mv-values {
    position: relative;
    padding: 36px 0;
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mv-values__bg {
    position: absolute;
    inset: 0;
    background: #0c264fd6;
}

.mv-values__overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);
    background-size: 64px 64px;
    opacity: 0.35
}

.mv-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2
}

.mv-values__head {
    text-align: center;
    margin: 0 auto 30px;
}

    .mv-values__head .mv-eyebrow {
        justify-content: center;
        color: #73d9d9;
        font-weight: 600;
    }

    .mv-values__head .mv-word-wrap {
        color: #fff;
        text-align: center
    }

.mv-values__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px
}

.mv-value-card {
    position: relative;
    background: rgb(255 255 255 / 18%);
    backdrop-filter: blur(21px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 14px 15px;
    overflow: hidden;
    transition: 0.4s
}

    .mv-value-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,#00c2b2,#00a99d);
        transform-origin: left;
        transform: scaleX(0);
        transition: 0.6s
    }

    .mv-value-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,0.09);
        border-color: rgba(0,194,178,0.25);
        box-shadow: 0 18px 50px rgba(0,0,0,0.25)
    }

        .mv-value-card:hover::before {
            transform: scaleX(1)
        }

.mv-value-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(0,194,178,0.14);
    border: 1px solid rgba(0,194,178,0.22);
    display: grid;
    place-items: center;
    margin-bottom: 16px
}

.mv-value-card h3 {
    font-size: 15px;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.mv-value-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.68);
    margin: 0
}

.mv-closing {
    position: relative;
    padding: 100px 24px;
    text-align: center;
    background: #f4f9ff;
    overflow: hidden
}

    .mv-closing::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 60px;
        background: linear-gradient(to bottom,transparent,#00c2b2);
        transform: translateX(-50%)
    }

.mv-closing__mark {
    display: block;
 
    font-size: 64px;
    line-height: 1;
    color: #00c2b2;
    opacity: 0.9;
    margin-bottom: 12px
}

.mv-closing h2 {
   
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #08162e;
    max-width: 760px;
    margin: 0 auto
}

    .mv-closing h2 .mv-word {
        display: inline-block
    }

.mv-visual__ring img {
    width: 90%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0px 3px 7px 3px #00000029;
}
