html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }

/* NAVBAR */
.navbar { position: sticky; top: 0; width: 100%; background: rgba(255,255,255,0.88); backdrop-filter: blur(12px); z-index: 1000; padding: 15px 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.nav-container { width: 100%; padding: 0 24px; box-sizing: border-box; margin: auto; display: flex; justify-content: space-between; align-items: center; }
.logo { color: #218f00; font-size: 24px; font-weight: 700; font-family: 'Segoe UI', sans-serif; }
.nav-links { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.nav-links li a { text-decoration: none; font-family: 'Segoe UI', sans-serif; color: #222; font-size: 17px; font-weight: 400; transition: 0.3s ease; position: relative; }
.nav-links li a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: #f7c948; transition: 0.3s ease; }
.nav-links li a:hover::after { width: 100%; }
.nav-links li a:hover { color: #218f00; }

/* HERO SLAB */
.image-slab { position: relative; width: 100%; height: 680px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 0; }
.slab-bg-img { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(5,35,5,0.60) 100%), url(https://d1oc8cgqbx2xxb.cloudfront.net/static/assets/about-imgSlab.jpg) center/cover; z-index: 0; }
.slab-vectors { position: absolute; inset: 0; z-index: 1; pointer-events: none; width: 100%; height: 100%; }
.slab-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 0 24px; }
.slab-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(247,201,72,0.12); border: 1px solid rgba(247,201,72,0.3); border-radius: 50px; padding: 6px 18px; font-size: 12px; color: #f7c948; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.slab-dot { width: 6px; height: 6px; border-radius: 50%; background: #f7c948; animation: blink 2s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.image-slab h1 { font-family: 'Segoe UI', sans-serif; font-size: 96px; font-weight: 900; color: #f7c948; letter-spacing: 6px; line-height: 1; margin: 0; }
.slab-subtitle { color: rgba(255,255,255,0.78); font-family: 'Segoe UI', sans-serif; font-size: 17px; font-weight: 400; line-height: 1.75; max-width: 500px; margin: 0; }
.slab-divider { width: 50px; height: 2px; background: #f7c948; border-radius: 1px; opacity: 0.6; }
.slab-btn { display: inline-flex; align-items: center; gap: 10px; background: #f7c948; color: #111; font-family: 'Segoe UI', sans-serif; font-size: 15px; font-weight: 700; padding: 14px 36px; border-radius: 50px; border: none; cursor: pointer; transition: 0.3s; margin-top: 4px; width: auto; height: auto; }
.slab-btn:hover { background: #ffd96e; transform: translateY(-2px); }

/* ABOUT PANEL */
.about-panel { position: relative; width: 100%; padding: 90px 0 0; background: #ffffff; overflow: hidden; box-sizing: border-box; }
.about-vectors { position: absolute; inset: 0; pointer-events: none; z-index: 0; width: 100%; height: 100%; }
.about-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about-tag { display: inline-flex; align-items: center; gap: 8px; background: #eaf3de; border: 1px solid #c0dd97; border-radius: 50px; padding: 6px 18px; font-size: 12px; color: #3b6d11; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 24px;}
.about-panel h1 { font-family: 'Segoe UI', sans-serif; font-size: 48px; font-weight: 800; color: #114900; line-height: 1.15; margin-bottom: 10px; }
.about-panel h1 span { color: #218f00; }
.about-headline-sub { font-family: 'Segoe UI', sans-serif; font-size: 17px; color: #218f00; font-weight: 500; margin-bottom: 32px; }
.contact-strip { display: inline-flex; align-items: center; gap: 10px; background: #f0fae8; border: 1px solid #c0dd97; border-radius: 12px; padding: 10px 20px; font-size: 14px; color: #3b6d11; font-weight: 600; margin-bottom: 40px; align-self: flex-start; }
.about-panel .Para { font-size: 16.5px; line-height: 1.85; color: #444; margin-bottom: 20px; text-align: left; padding: 0; width: 100%; max-width: 100%; }
.gold-bar { width: 50px; height: 3px; background: #f7c948; border-radius: 2px; margin: 36px 0; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 60px; }
.stat-card { background: #f5f9f0; border-radius: 16px; padding: 24px 16px; text-align: center; border: 1px solid #ddeece; }
.stat-num { font-size: 34px; font-weight: 800; color: #218f00; }
.stat-label { font-size: 12px; color: #666; margin-top: 6px; font-weight: 500; letter-spacing: 0.3px; }

/* REFER PANEL */
.refer-label { font-family: 'Segoe UI', sans-serif; font-size: 12px; font-weight: 600; color: #999; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; margin-bottom: 16px; position: relative; z-index: 1; }
.refer-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 40px 70px; }
.img-box { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 16/9; }
.img-box a { display: block; width: 100%; height: 100%; }
.img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.img-box .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%); opacity: 0; transition: 0.4s; display: flex; align-items: flex-end; padding: 24px; }
.img-box .overlay h2 { color: #fff; font-size: 22px; font-weight: 700; transform: translateY(10px); transition: 0.4s; font-family: 'Segoe UI', sans-serif; }
.img-box:hover img { transform: scale(1.06); }
.img-box:hover .overlay { opacity: 1; }
.img-box:hover .overlay h2 { transform: translateY(0); }
.img-box-tag { position: absolute; top: 14px; left: 14px; background: rgba(247,201,72,0.92); color: #111; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; z-index: 2; font-family: 'Segoe UI', sans-serif; }

/* MOBILE */
@media (max-width: 768px) {
    .image-slab { height: 520px; }
    .image-slab h1 { font-size: 52px; letter-spacing: 2px; }
    .slab-subtitle { font-size: 15px; }
    .about-panel { padding: 60px 0 0; }
    .about-inner { padding: 0 20px; }
    .about-panel h1 { font-size: 34px; }
    .about-headline-sub { font-size: 15px; }
    .stats-row { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
    .stat-num { font-size: 24px; }
    .refer-panel { grid-template-columns: 1fr; padding: 0 20px 50px; }
    .nav-container { flex-direction: column; gap: 12px; }
    .nav-links { flex-direction: column; gap: 12px; align-items: center; }
}
@media (max-width: 480px) {
    .image-slab h1 { font-size: 38px; }
    .stats-row { grid-template-columns: 1fr; }
    .about-panel h1 { font-size: 28px; }
}
/* Supporters Section */
.supporters-section {
    background: #0d1a0d;
    padding: 80px 0;
    overflow: hidden;
}
.supporters-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}
.sup-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(247, 201, 72, 0.12);
    border: 1px solid rgba(247, 201, 72, 0.3);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 12px;
    color: #f7c948;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sup-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f7c948;
    animation: blink 2s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}
.supporters-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: 'Segoe UI', sans-serif;
}
.sup-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 56px;
    font-family: 'Trebuchet MS', sans-serif;
}

/* Marquee */
.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Fade edges */
.marquee-wrapper::before,
.marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #0d1a0d, transparent);
}
.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #0d1a0d, transparent);
}

.marquee-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: marquee 28s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.logo-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 130px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.logo-card img {
    max-height: 150px;
    max-width: 2400px;
    object-fit: contain;
}

/* Footer */
.footer {
    background: #111;
    color: #fff;
    padding-top: 60px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 40px 40px;
    gap: 40px;
}

.footer-column {
    max-width: 300px;
}

.footer-column h3,
.footer-column h4 {
    margin-bottom: 15px;
}

.footer-column p {
    color: #bbb;
    line-height: 1.6;
    font-size: 14px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #bbb;
    font-size: 14px;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #00c9a7;
}

.footer-social a {
    color: #bbb;
    margin-right: 15px;
    font-size: 20px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #00c9a7;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background: #0a0a0a;
    font-size: 14px;
    color: #888;
}
@media (max-width: 768px) {
    .supporters-section h2 { font-size: 28px; }
    .logo-card { min-width: 160px; height: 100px; padding: 16px 20px; }
    .logo-card img { max-height: 60px; max-width: 130px; }
    .marquee-wrapper::before,
    .marquee-wrapper::after { width: 60px; }
}

/* =========================================
   GLOBAL TEXT TILE SYSTEM
   (FOR ALL PARAGRAPH-BASED SECTIONS)
========================================= */

/* MAIN READING PARAGRAPHS */
.about-panel .Para,
.mv-para{
    position: relative;

    background: #eef5e8;

    border: 1px solid #d7e7ca;

    border-radius: 22px;

    padding: 34px 36px;

    font-size: 16.2px;

    line-height: 1.95;

    color: #445343;

    box-shadow:
        0 6px 18px rgba(80,110,60,0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

/* HOVER EFFECT */
.about-panel .Para:hover,
.mv-para:hover{
    transform: translateY(-4px);

    background: #f3f8ee;

    border-color: #c6ddb3;

    box-shadow:
        0 14px 30px rgba(80,110,60,0.08);
}

/* REMOVE OLD SPACING ISSUES */
.about-panel .Para{
    margin-bottom: 24px;
}

.mv-body{
    gap: 24px;
}

/* =========================================
   SECTION CONTAINERS
========================================= */

.about-panel,
.mv-section{
    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f8fbf5 100%
        );
}

/* =========================================
   INNER CONTENT WIDTH BALANCE
========================================= */

.about-inner,
.mv-inner{
    max-width: 920px;
}

/* =========================================
   HEADINGS CONSISTENCY
========================================= */

.about-panel h1,
.mv-title{
    font-family: 'Segoe UI', sans-serif;

    font-size: 48px;

    font-weight: 800;

    line-height: 1.12;

    color: #114900;
}

.about-panel h1 span,
.mv-title-accent,
.mv-title-accent--green{
    color: #218f00;
}

/* =========================================
   SUBTEXT CONSISTENCY
========================================= */

.about-headline-sub,
.mv-headline-sub{
    font-size: 17px;

    color: #4f6f46;

    line-height: 1.8;

    font-weight: 500;
}

/* =========================================
   TAG CONSISTENCY
========================================= */

.about-tag,
.mv-eyebrow{
    background: #eaf3de;

    border: 1px solid #cfe2bc;

    color: #3b6d11;

    font-weight: 700;

    letter-spacing: 1px;
}

/* =========================================
   GOLD DIVIDERS
========================================= */

.gold-bar,
.mv-rule{
    width: 54px;

    height: 3px;

    border-radius: 999px;

    background: #f7c948;
}

/* =========================================
   STATS + PILLARS UNIFIED
========================================= */

.stat-card,
.mv-pillar{
    background: #edf5e7;

    border: 1px solid #d9e8cd;

    border-radius: 18px;

    box-shadow:
        0 4px 14px rgba(80,110,60,0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.stat-card:hover,
.mv-pillar:hover{
    transform: translateY(-4px);

    background: #f4f9ef;

    box-shadow:
        0 12px 28px rgba(80,110,60,0.08);
}

/* =========================================
   SUPPORTERS SECTION IMPROVEMENT
========================================= */

.supporters-section{
    background:
        linear-gradient(
            180deg,
            #132313 0%,
            #0d1a0d 100%
        );
}

/* =========================================
   LOGO CARD REFINEMENT
========================================= */

.logo-card{
    background: #f7faf4;

    border: 1px solid rgba(255,255,255,0.05);

    box-shadow:
        0 8px 22px rgba(0,0,0,0.18);
}

.logo-card:hover{
    transform: translateY(-4px);

    box-shadow:
        0 16px 34px rgba(0,0,0,0.28);
}

/* =========================================
   REFER PANEL IMPROVEMENT
========================================= */

.img-box{
    border-radius: 24px;

    box-shadow:
        0 10px 28px rgba(0,0,0,0.08);
}

.img-box img{
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.img-box:hover img{
    transform: scale(1.06);

    filter: brightness(1.03);
}

/* =========================================
   CONTACT STRIP
========================================= */

.contact-strip{
    background: #eef7e6;

    border: 1px solid #d3e5c1;

    box-shadow:
        0 4px 14px rgba(80,110,60,0.04);
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .about-panel .Para,
    .mv-para{
        padding: 28px;

        font-size: 15.5px;

        line-height: 1.9;

        border-radius: 18px;
    }

    .about-panel h1,
    .mv-title{
        font-size: 34px;
    }

    .about-headline-sub,
    .mv-headline-sub{
        font-size: 15px;
    }

    .stat-card,
    .mv-pillar{
        border-radius: 16px;
    }
}

/* =========================================
   MISSION & VISION GLOBAL
========================================= */

.mv-section{
    position: relative;
    overflow: hidden;
    padding: 140px 8%;
    z-index: 1;
}

.mv-inner{
    position: relative;
    z-index: 5;
    max-width: 1250px;
    margin: auto;
}

/* =========================================
   VISION SECTION
========================================= */

.mv-vision{
    background:
        linear-gradient(
            135deg,
            #0c0f0d 0%,
            #111814 45%,
            #0d120f 100%
        );
    border-top: 1px solid rgba(247,201,72,0.08);
    border-bottom: 1px solid rgba(247,201,72,0.08);
}

/* =========================================
   MISSION SECTION
========================================= */

.mv-vision{
    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f8fbf5 100%
        );

    border-top: 1px solid #e4efda;
    border-bottom: 1px solid #e4efda;
}

/* =========================================
   HEADER
========================================= */

.mv-header{
    text-align: center;
    margin-bottom: 80px;
}

.mv-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 22px;
    border-radius: 999px;

    font-size: 0.88rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;

    backdrop-filter: blur(12px);
}

.mv-eyebrow--gold{
    background: rgba(247,201,72,0.08);
    border: 1px solid rgba(247,201,72,0.18);
    color: #090700;
}

.mv-eyebrow--green{
    background: rgba(33,143,0,0.12);
    border: 1px solid rgba(33,143,0,0.22);
    color: #01410c;
}

.mv-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.mv-dot--gold{
    background: #f7c948;
    box-shadow: 0 0 12px #f7c948;
}

.mv-dot--green{
    background: #39ff88;
    box-shadow: 0 0 12px #39ff88;
}

/* =========================================
   TITLES
========================================= */

.mv-title{
    font-size: clamp(3rem, 6vw, 5rem);
    margin-top: 25px;
    font-weight: 800;
    line-height: 1.1;
    color: #114900;
}

.mv-title-accent{
    color: #f7c948;
    text-shadow:none
}

.mv-title-accent--green{
    color: #07802f;
    text-shadow: none;
}

.mv-headline-sub{
    max-width: 850px;
    margin: 25px auto 0;

    color:  #4f6f46;

    font-size: 1.15rem;
    line-height: 1.8;
}

.mv-rule{
    width: 140px;
    height: 4px;
    margin: 40px auto 0;
    border-radius: 999px;
}

.mv-rule--gold{
    background: linear-gradient(to right,#f5be26,transparent);
}

.mv-rule--green{
    background: linear-gradient(to right,#39ff88,transparent);
}

/* =========================================
   BODY TEXT
========================================= */

.mv-body{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mv-para{
    position: relative;

    padding: 35px 40px;

    background: #eef5e8;

    border: 1px solid #d7e7ca;

    border-radius: 24px;

    color: #445343;

    font-size: 1.02rem;
    line-height: 2;

    backdrop-filter: blur(10px);

    transition: all 0.4s ease;
}

.mv-para:hover{
    transform: translateY(-6px);
}

.mv-vision .mv-para:hover{
    border-color: rgba(247,201,72,0.2);
    box-shadow:
        0 15px 40px rgba(247,201,72,0.08);
}

.mv-mission .mv-para:hover{
    border-color: rgba(84,255,140,0.18);
    box-shadow:
        0 15px 40px rgba(84,255,140,0.08);
}

/* =========================================
   PILLARS
========================================= */

.mv-pillars{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 25px;

    margin-top: 70px;
}

.mv-pillar{
    position: relative;

    padding: 35px 25px;

    border-radius: 24px;

    text-align: center;

    transition: all 0.4s ease;
}

.mv-pillar--gold{
    background: #f4f8ef;
    border: 1px solid #dfe9d2;
}

.mv-pillar--green{
    background: #edf7ea;
    border: 1px solid #d7e8cf;
}

.mv-pillar:hover{
    transform: translateY(-8px) scale(1.02);
}

.mv-pillar--gold:hover{
    box-shadow: 0 18px 45px rgba(247,201,72,0.12);
}

.mv-pillar--green:hover{
    box-shadow: 0 18px 45px rgba(84,255,140,0.12);
}

.mv-pillar-icon{
    font-size: 2.4rem;
    margin-bottom: 18px;
}

.mv-pillar-label{
    color: #114900;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* =========================================
   BACKGROUND PATTERN
========================================= */

.mv-bg-pattern{
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            rgba(255,255,255,0.03) 1px,
            transparent 1px
        );

    background-size: 24px 24px;

    opacity: 0.4;
    z-index: 0;
}

/* =========================================
   SVG VECTOR LAYER
========================================= */

.mv-vectors{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
    z-index: 1;
}
.mv-mission{
    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f8fbf5 100%
        );

    border-top: 1px solid #e4efda;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .mv-section{
        padding: 100px 6%;
    }

    .mv-title{
        font-size: 2.5rem;
    }

    .mv-para{
        padding: 28px;
        font-size: 0.96rem;
        line-height: 1.9;
    }

    .mv-pillars{
        grid-template-columns: 1fr;
    }
}