﻿
/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.hero2 {
    background: linear-gradient(to right, #4CAF50 0%, #4CAF50 51%, #4CAF50 100%);
    padding: 3.5rem 2rem 3rem;
    position: relative;
    overflow: hidden;
}

    .hero2::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 60% 80% at 80% 50%,rgba(91,114,232,.25),transparent),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(95,168,30,.1),transparent);
    }

    .hero2::after {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.08);
    }

.hero2-inner {
    max-width: var(--container);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero2-left {
}

.hero2-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    padding: .3rem .85rem;
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    margin-bottom: 1.1rem;
    animation: fadeUp .5s ease both;
}

.hero2-title {
    font-family: 'Syne',sans-serif;
    font-size: clamp(1.9rem,3.5vw,2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin-bottom: .75rem;
    animation: fadeUp .55s .05s ease both;
}

    .hero2-title span {
        background: linear-gradient(90deg, #a6ff05, #e5f230);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero2-sub {
    font-size: .95rem;
    color: white;
    max-width: 610px;
    line-height: 1.7;
    animation: fadeUp .6s .1s ease both;
}

.hero2-stats {
    display: flex;
    gap: 2rem;
    animation: fadeUp .65s .15s ease both;
}

.hero2-stat strong {
    display: block;
    font-family: 'Syne',sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff
}

.hero2-stat span {
    font-size: .7rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: .06em
}
/* ─────────────────────────────────────────
   BREADCRUMB
───────────────────────────────────────── */
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--border)
}

.breadcrumb-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: .85rem 2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .78rem;
    color: var(--muted)
}

.bc-sep {
    color: var(--border)
}

.bc-link {
    color: var(--sub);
    font-weight: 500;
    transition: color .15s
}

    .bc-link:hover {
        color: var(--navy)
    }

.bc-cur {
    color: var(--dark);
    font-weight: 600
}

.values-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.val-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: black;
    margin-bottom: .95rem;
    margin-top: .95rem;
}

.val-desc {
    font-size: .95rem;
    color: black;
    line-height: 1.65;
}

.val-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.4rem 3.2rem;
    transition: transform .18s, box-shadow .18s, border-color .18s;
    animation: cardIn .3s ease both;
}
/* ── HERO SECTION ── */
.about-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 2rem;
    gap: 3rem;
    align-items: center;
}

/* decorative wave/blob background on the left */
.hero-bg-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

    .hero-bg-art svg {
        width: 100%;
        height: 100%
    }

/* left text column */
.hero-left {
    position: relative;
    z-index: 1;
    padding-left: 75px;
}

.hero-tag {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--sub);
    margin-bottom: 1rem;
}

.hero-italic {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--sub);
    line-height: 1.2;
    margin-bottom: .35rem;
}

.hero-bold {
    font-size: clamp(2.3rem,3.5vw,2rem);
    font-weight: 800;
    color: #4CAF50;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-desc {
    font-size: .95rem;
    color: var(--sub);
    line-height: 1.8;
    max-width: 460px;
}

/* right cards column */
.hero-right {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 80px;
    margin-bottom: 45px;
    padding-left: 48px;
    max-width: 405px;
}

.nav-cta2 {
    padding: .5rem 1.25rem;
    border-radius: 8px;
    border: none;
    background: linear-gradient(to right, #4CAF50 0%, #4CAF50 51%, #4CAF50 100%);
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    transition: background .15s,box-shadow .15s;
    box-shadow: 0 2px 8px rgba(43,59,171,.3);
}
/* mission / vision cards */
.mv-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
    box-shadow: var(--shadow);
    transition: transform .2s,box-shadow .2s;
}

    .mv-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md)
    }

    .mv-card.vision {
        background: linear-gradient(140deg, #5aab2b 0%, #60ad3a 50%, #4CAF50 100%);
        color: rgba(255,255,255,.85);
    }

.mv-label {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--sub) !important;
    margin-bottom: .6rem;
    display: flex;
    align-items: baseline;
    gap: .35rem;
}

    .mv-label .accent {
        font-weight: 800;
        color: #4CAF50;
        font-size: 1.2rem;
    }

.mv-card.vision .mv-label {
    color: rgba(255,255,255,.6)
}

    .mv-card.vision .mv-label .accent {
        color: white;
    }

.mv-text {
    font-size: .95rem;
    line-height: 1.8
}

.mv-card.vision .mv-text {
    color: white;
}

/* ── VALUES ROW ── */
.values-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 5rem;
}

.values-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 1.1rem;
    margin-top: 2.5rem;
}

.val-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.6rem;
    border: 1.5px solid var(--border);
    transition: all .2s;
}

    .val-card:hover {
        border-color: rgba(43,59,171,.2);
        box-shadow: var(--shadow);
        transform: translateY(-2px)
    }

.val-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.val-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: .4rem
}

.val-desc {
    font-size: .90rem;
    color: var(--sub);
    line-height: 1.7
}

/* ── STATS ROW ── */
.stats-band {
    margin-top: 30px;
    background: linear-gradient(135deg,#4CAF50 0%,#4CAF50 100%);
    padding: 1rem 2rem;
    position: relative;
    overflow: hidden;
}

    .stats-band::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle,rgba(91,114,232,.07) 1px,transparent 1px);
        background-size: 28px 28px;
    }

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
}

.stat-item {
    text-align: center;
    padding: 0 1rem;
    border-right: 2px solid white;
}

    .stat-item:last-child {
        border-right: none
    }

.stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: .3rem;
}

.stat-lbl {
    font-size: .9rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em
}

/* ── SECTION HEADING ── */
.section-head {
    text-align: center;
    margin-bottom: 0
}

.section-eyebrow {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--navy);
    margin-bottom: .5rem
}

.section-title {
    font-size: clamp(1.5rem,2.8vw,2rem);
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -.02em;
    line-height: 1.2
}

    .section-title span {
        background: linear-gradient(90deg,var(--navy),var(--navy));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text
    }

.section-sub {
    font-size: .9rem;
    color: black;
    margin-top: .6rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75
}
/* ── RESPONSIVE ── */
@media(max-width:860px) {
    .about-hero {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
        gap: 2rem;
        min-height: auto;
        margin-left: -35px;
    }

    .hero-bg-art {
        width: 100%;
        height: 300px;
        opacity: .35
    }

    .values-grid {
        grid-template-columns: 1fr 1fr
    }

    .stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2rem
    }

    .stat-item {
        border-right: none;
        padding: .5rem
    }
}

@media(max-width:560px) {
    .values-grid {
        grid-template-columns: 1fr
    }

    .stats-inner {
        grid-template-columns: 1fr 1fr
    }

    .mv-card {
        padding: 1.35rem 1.5rem
    }
}

/* ─── CTA ─── */
.cta-section {
    padding: 3rem 0;
    background: var(--white)
}

.cta-box {
    background: linear-gradient(145deg,#080e1c 0%,#111a4a 55%,#071510 100%);
    border-radius: 24px;
    padding: 4.5rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 840px;
    margin: 0 auto;
}

    .cta-box::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle,rgba(91,114,232,.08) 1px,transparent 1px);
        background-size: 28px 28px
    }

.cta-glow {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 300px;
    background: radial-gradient(ellipse,rgba(91,114,232,.2) 0%,transparent 65%);
    pointer-events: none
}

.cta-inner {
    position: relative;
    z-index: 1
}

.cta-ico {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 1rem;
    animation: float 3s ease-in-out infinite
}

.cta-h2 {
    font-family: 'Syne',sans-serif;
    font-size: clamp(1.5rem,3vw,2.1rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: .8rem
}

.cta-sub {
    font-size: .9rem;
    color: white;
    max-width: 450px;
    margin: 0 auto 2.5rem;
    line-height: 1.78
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap
}

.btn-cta-w {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .72rem 1.7rem;
    border-radius: var(--radius);
    background: #fff;
    color: var(--navy);
    font-size: .88rem;
    font-weight: 800;
    box-shadow: 0 4px 18px rgba(0,0,0,.18);
    transition: all .18s
}

    .btn-cta-w:hover {
        box-shadow: 0 8px 28px rgba(0,0,0,.25);
        transform: translateY(-2px)
    }

    .btn-cta-w svg {
        width: 14px;
        height: 14px;
        stroke: var(--navy);
        stroke-width: 2.5;
        fill: none;
        stroke-linecap: round
    }

.btn-cta-ol {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .72rem 1.4rem;
    border-radius: var(--radius);
    border: 1.5px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.68);
    font-size: .95rem;
    font-weight: 600;
    transition: all .18s
}

    .btn-cta-ol:hover {
        border-color: rgba(255,255,255,.42);
        color: #fff
    }

.cta-note {
    font-size: .85rem;
    color: white;
    margin-top: 1.2rem
}
