    :root{
      --blue:#0B1F5B;
      --blue-2:#123A91;
      --blue-3:#1D4ED8;
      --gold:#D4A017;
      --gold-2:#F2C94C;
      --dark:#07111F;
      --text:#0F172A;
      --muted:#64748B;
      --light:#F8FAFC;
      --white:#ffffff;
      --border:rgba(15,23,42,.09);
      --shadow:0 24px 70px rgba(15,23,42,.14);
    }

    *{box-sizing:border-box}

    body{
      font-family:'Inter',sans-serif;
      color:var(--text);
      background:#fff;
      overflow-x:hidden;
    }

    a{text-decoration:none}

    .navbar{
      background:rgba(255,255,255,.9);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--border);
      padding:14px 0;
    }

    .navbar-brand img{
      height:54px;
      width:auto;
    }

    .brand-text strong{
      display:block;
      color:var(--blue);
      font-weight:900;
      letter-spacing:-.04em;
      line-height:1;
    }

    .brand-text span{
      display:block;
      color:var(--muted);
      font-size:.78rem;
      font-weight:700;
      margin-top:3px;
    }

    .nav-link{
      color:var(--text);
      font-weight:700;
      margin-left:14px;
    }

    .nav-link:hover,
    .nav-link.active{
      color:var(--blue-3);
    }

    .btn-main{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      background:linear-gradient(135deg,var(--blue),var(--blue-3));
      color:white;
      border:none;
      padding:13px 25px;
      border-radius:999px;
      font-weight:900;
      box-shadow:0 16px 40px rgba(11,31,91,.28);
      transition:.25s ease;
    }

    .btn-main:hover{
      color:white;
      transform:translateY(-3px);
      box-shadow:0 20px 48px rgba(11,31,91,.35);
    }

    .btn-gold{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      color:#111827;
      border:none;
      padding:13px 25px;
      border-radius:999px;
      font-weight:900;
      box-shadow:0 16px 40px rgba(212,160,23,.25);
      transition:.25s ease;
    }

    .btn-gold:hover{
      color:#111827;
      transform:translateY(-3px);
      box-shadow:0 20px 48px rgba(212,160,23,.34);
    }

    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      color:var(--blue);
      border:1px solid rgba(11,31,91,.15);
      background:rgba(11,31,91,.06);
      padding:13px 25px;
      border-radius:999px;
      font-weight:900;
      transition:.25s ease;
    }

    .btn-soft:hover{
      color:white;
      background:var(--blue);
      transform:translateY(-3px);
    }

    .hero{
      position:relative;
      min-height:100vh;
      padding:155px 0 90px;
      overflow:hidden;
      background:
        radial-gradient(circle at 8% 12%, rgba(212,160,23,.22), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(29,78,216,.18), transparent 30%),
        linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 72%,#FFFFFF 100%);
    }

    .hero::before{
      content:"";
      position:absolute;
      width:800px;
      height:800px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(11,31,91,.08),rgba(212,160,23,.10));
      right:-420px;
      top:80px;
      filter:blur(4px);
    }

    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:9px;
      background:rgba(212,160,23,.13);
      color:#9A6B00;
      padding:9px 15px;
      border-radius:999px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-size:.78rem;
      margin-bottom:22px;
    }

    .hero h1{
      font-size:clamp(2.8rem,6.5vw,5.8rem);
      line-height:.96;
      letter-spacing:-.075em;
      font-weight:900;
      margin-bottom:24px;
      color:var(--dark);
    }

    .hero h1 span{
      background:linear-gradient(135deg,var(--blue),var(--blue-3));
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }

    .hero p{
      color:var(--muted);
      font-size:1.13rem;
      line-height:1.85;
      max-width:650px;
      margin-bottom:32px;
    }

    .hero-card{
      position:relative;
      background:rgba(255,255,255,.72);
      border:1px solid var(--border);
      border-radius:34px;
      padding:22px;
      box-shadow:var(--shadow);
      backdrop-filter:blur(18px);
    }

    .hero-photo{
      height:560px;
      border-radius:26px;
      overflow:hidden;
      background:linear-gradient(135deg,var(--blue),var(--gold));
      position:relative;
    }

    .hero-photo img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .hero-photo::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(7,17,31,.05),rgba(7,17,31,.48));
    }

    .floating-card{
      position:absolute;
      background:white;
      border:1px solid var(--border);
      border-radius:18px;
      padding:13px 16px;
      box-shadow:0 20px 55px rgba(15,23,42,.18);
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:var(--dark);
      font-size:.92rem;
      z-index:4;
    }

    .floating-card i{color:var(--gold)}

    .float-1{top:60px;right:-22px}
    .float-2{top:185px;left:-28px}
    .float-3{bottom:120px;right:-28px}

    .vision-chip{
      position:absolute;
      left:38px;
      bottom:38px;
      right:38px;
      z-index:5;
      color:white;
      background:rgba(7,17,31,.68);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,255,255,.16);
      border-radius:22px;
      padding:24px;
    }

    .vision-chip strong{
      display:block;
      font-size:1.25rem;
      letter-spacing:-.04em;
      margin-bottom:6px;
    }

    .vision-chip span{
      color:rgba(255,255,255,.72);
      line-height:1.6;
    }

    .stats{
      margin-top:-45px;
      position:relative;
      z-index:5;
    }

    .stats-box{
      background:white;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      border-radius:30px;
      padding:26px;
    }

    .stat-item{
      text-align:center;
      padding:18px;
    }

    .stat-item h3{
      color:var(--blue);
      font-weight:900;
      font-size:2.25rem;
      letter-spacing:-.06em;
      margin:0 0 3px;
    }

    .stat-item p{
      color:var(--muted);
      margin:0;
      font-weight:800;
    }

    .section-padding{
      padding:96px 0;
    }

    .section-title{
      max-width:780px;
      margin:0 auto 52px;
      text-align:center;
    }

    .section-title .label{
      display:block;
      color:var(--gold);
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.13em;
      font-size:.8rem;
      margin-bottom:10px;
    }

    .section-title h2{
      font-weight:900;
      letter-spacing:-.058em;
      font-size:clamp(2rem,4.4vw,3.4rem);
      margin-bottom:14px;
    }

    .section-title p{
      color:var(--muted);
      line-height:1.85;
      margin:0;
    }

    .value-card,
    .program-card,
    .opportunity-card{
      height:100%;
      background:white;
      border:1px solid var(--border);
      border-radius:28px;
      padding:32px;
      box-shadow:0 15px 45px rgba(15,23,42,.06);
      transition:.25s ease;
    }

    .value-card:hover,
    .program-card:hover,
    .opportunity-card:hover{
      transform:translateY(-8px);
      box-shadow:var(--shadow);
      border-color:rgba(212,160,23,.35);
    }

    .icon-box{
      width:64px;
      height:64px;
      border-radius:20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,rgba(11,31,91,.10),rgba(212,160,23,.18));
      color:var(--blue);
      font-size:1.5rem;
      margin-bottom:22px;
    }

    .value-card h4,
    .program-card h4,
    .opportunity-card h4{
      font-weight:900;
      letter-spacing:-.035em;
      margin-bottom:12px;
      color:var(--dark);
    }

    .value-card p,
    .program-card p,
    .opportunity-card p{
      color:var(--muted);
      line-height:1.78;
      margin:0;
    }

    .pipeline-section{
      background:
        radial-gradient(circle at top left,rgba(212,160,23,.18),transparent 32%),
        linear-gradient(135deg,#07111F 0%,#0B1F5B 55%,#123A91 100%);
      color:white;
      position:relative;
      overflow:hidden;
    }

    .pipeline-section .section-title .label,
    .pipeline-section .section-title p{
      color:rgba(255,255,255,.72);
    }

    .pipeline-section .section-title h2{
      color:white;
    }

    .pipeline-wrap{
      position:relative;
    }

    .pipeline-wrap::before{
      content:"";
      position:absolute;
      top:42px;
      left:8%;
      right:8%;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--gold),transparent);
      opacity:.9;
    }

    .pipeline-card{
      position:relative;
      z-index:2;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(18px);
      border-radius:26px;
      padding:28px;
      height:100%;
      transition:.25s ease;
    }

    .pipeline-card:hover{
      transform:translateY(-8px);
      background:rgba(255,255,255,.14);
    }

    .pipeline-number{
      width:84px;
      height:84px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--gold),var(--gold-2));
      color:#111827;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      font-size:1.35rem;
      margin-bottom:22px;
      box-shadow:0 18px 42px rgba(212,160,23,.28);
    }

    .pipeline-card h4{
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:10px;
    }

    .pipeline-card p{
      color:rgba(255,255,255,.72);
      line-height:1.75;
      margin:0;
    }

    .program-card{
      position:relative;
      overflow:hidden;
    }

    .program-card::after{
      content:"";
      position:absolute;
      width:160px;
      height:160px;
      border-radius:50%;
      background:rgba(212,160,23,.10);
      right:-80px;
      top:-80px;
    }

    .program-meta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--blue-3);
      font-weight:900;
      font-size:.86rem;
      margin-bottom:16px;
    }

    .blue-band{
      background:
        radial-gradient(circle at top right,rgba(242,201,76,.23),transparent 34%),
        linear-gradient(135deg,var(--blue) 0%,var(--blue-2) 65%,var(--blue-3) 100%);
      color:white;
      border-radius:36px;
      padding:58px;
      overflow:hidden;
      position:relative;
    }

    .blue-band::before{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      right:-120px;
      top:-120px;
      background:rgba(255,255,255,.10);
    }

    .blue-band h2{
      font-weight:900;
      letter-spacing:-.055em;
      font-size:clamp(2rem,4vw,3.1rem);
      margin-bottom:14px;
      position:relative;
      z-index:2;
    }

    .blue-band p{
      color:rgba(255,255,255,.74);
      line-height:1.8;
      position:relative;
      z-index:2;
    }

    .impact-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      position:relative;
      z-index:2;
    }

    .impact-item{
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      border-radius:22px;
      padding:22px;
      backdrop-filter:blur(18px);
    }

    .impact-item h3{
      color:var(--gold-2);
      font-weight:900;
      font-size:2.3rem;
      letter-spacing:-.06em;
      margin-bottom:2px;
    }

    .impact-item span{
      color:rgba(255,255,255,.78);
      font-weight:800;
    }

    .cta-box{
      background:#07111F;
      color:white;
      border-radius:36px;
      padding:58px;
      position:relative;
      overflow:hidden;
    }

    .cta-box::before{
      content:"";
      position:absolute;
      width:420px;
      height:420px;
      border-radius:50%;
      background:rgba(212,160,23,.18);
      top:-170px;
      right:-110px;
    }

    .cta-box h2{
      position:relative;
      z-index:2;
      font-weight:900;
      letter-spacing:-.055em;
      font-size:clamp(2rem,4vw,3.2rem);
      margin-bottom:14px;
    }

    .cta-box p{
      position:relative;
      z-index:2;
      color:rgba(255,255,255,.72);
      line-height:1.8;
      margin-bottom:0;
    }

    .footer{
      background:#06102E;
      color:rgba(255,255,255,.72);
      padding:70px 0 25px;
    }

    .footer-logo{
      height:56px;
      width:auto;
      margin-right:12px;
    }

    .footer h5,
    .footer h4{
      color:white;
      font-weight:900;
    }

    .footer a{
      color:rgba(255,255,255,.72);
      display:block;
      margin-bottom:9px;
    }

    .footer a:hover{color:white}

    @media(max-width:991px){
      .hero{padding:130px 0 70px}
      .hero-photo{height:440px}
      .floating-card{display:none}
      .pipeline-wrap::before{display:none}
      .impact-grid{grid-template-columns:repeat(2,1fr)}
      .blue-band,.cta-box{padding:38px}
    }

    @media(max-width:575px){
      .brand-text span{display:none}
      .navbar-brand img{height:46px}
      .hero h1{font-size:2.75rem}
      .impact-grid{grid-template-columns:1fr}
      .hero-photo{height:360px}
    }


/* =================================
   GLOBAL BUTTON IMPROVEMENTS
================================= */

.btn-main,
.btn-gold,
.btn-soft{
    text-decoration:none !important;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

.btn-main:hover,
.btn-gold:hover,
.btn-soft:hover{
    text-decoration:none !important;
}

.btn-main:focus,
.btn-gold:focus,
.btn-soft:focus{
    outline:none;
    box-shadow:
        0 0 0 4px rgba(29,78,216,.15);
}

.btn-main::after,
.btn-gold::after{
    content:"→";
    margin-left:8px;
    transition:.3s;
}

.btn-main:hover::after,
.btn-gold:hover::after{
    transform:translateX(4px);
}

/* =================================
   INNER PAGE HERO
================================= */

.page-hero{
    position:relative;

    min-height:auto;

    padding:150px 0 60px;

    overflow:hidden;

    background:
        radial-gradient(circle at 8% 12%,
        rgba(212,160,23,.22),
        transparent 28%),

        radial-gradient(circle at 90% 15%,
        rgba(29,78,216,.18),
        transparent 30%),

        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #F8FAFC 72%,
            #FFFFFF 100%
        );
}

.page-hero h1{
    font-size:clamp(2.8rem,6vw,5rem);
    line-height:.96;
    letter-spacing:-.075em;
    font-weight:900;
    margin-bottom:24px;
    color:var(--dark);
}

.page-hero p{
    color:var(--muted);
    font-size:1.13rem;
    line-height:1.85;
    max-width:650px;
    margin:0 auto;
}

.form-embed-wrap{
    background:#fff;
    border:1px solid var(--border);
    border-radius:28px;
    padding:18px;
    box-shadow:var(--shadow);
    overflow:hidden;
}

.form-embed-wrap iframe{
    display:block;
    border:none;
    border-radius:18px;
    background:#fff;
}

/* ===========================
   FUTURE / VISION SECTION
=========================== */

.vision-panel{

    position:relative;
    overflow:hidden;

    padding:80px;

    border-radius:36px;

    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.18),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(255,255,255,.08),
    transparent 35%),

    linear-gradient(135deg,#10205f,#2038aa);

    box-shadow:
    0 40px 80px rgba(18,34,110,.22);

}

.vision-panel::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    right:-140px;
    top:-170px;

    background:rgba(255,255,255,.08);

}

.vision-panel::after{

    content:"";

    position:absolute;

    width:280px;
    height:280px;

    border-radius:50%;

    left:-120px;
    bottom:-120px;

    background:rgba(255,255,255,.05);

}

.vision-label{

    display:inline-block;

    color:#f3c53f;

    letter-spacing:3px;

    font-size:.82rem;

    font-weight:700;

    margin-bottom:18px;

}

.vision-title{

    color:#fff;

    font-size:3.4rem;

    font-weight:900;

    line-height:1.05;

    margin-bottom:25px;

}

.vision-text{

    color:rgba(255,255,255,.82);

    line-height:2;

    font-size:1.05rem;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.stat-card{

    padding:38px;

    border-radius:26px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(16px);

    border:1px solid rgba(255,255,255,.15);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-10px);

    background:rgba(255,255,255,.16);

}

.stat-card h2{

    color:#f5c542;

    font-size:3.4rem;

    font-weight:900;

    margin-bottom:12px;

}

.stat-card span{

    color:#fff;

    font-size:1.05rem;

    font-weight:600;

    line-height:1.6;

}

@media(max-width:992px){

    .vision-panel{

        padding:50px 35px;

    }

    .vision-title{

        font-size:2.6rem;

    }

}

@media(max-width:768px){

    .stats-grid{

        grid-template-columns:1fr;

    }

}

/* ===========================
   FOUNDER SECTION
=========================== */

.founder-section{

    background:#fff;

    border-radius:34px;

    padding:60px;

    box-shadow:0 20px 60px rgba(20,35,90,.08);

}

.founder-photo{

    width:260px;

    height:260px;

    object-fit:cover;

    border-radius:50%;

    border:8px solid #fff;

    box-shadow:0 25px 60px rgba(20,35,90,.15);

}

.founder-section h2{

    font-size:2.6rem;

    font-weight:800;

    margin:18px 0;

}

.founder-message{

    font-size:1.08rem;

    line-height:2;

    color:#5b6476;

}

.founder-signature{

    margin-top:35px;

    padding-left:20px;

    border-left:4px solid #d8ab2d;

    line-height:1.8;

}

@media(max-width:991px){

.founder-section{

    padding:40px 30px;

}

.founder-photo{

    width:220px;

    height:220px;

    margin-bottom:30px;

}

}