@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --blue:#114C9A;
  --navy:#0f2f57;
  --sky:#1E89BF;
  --sun:#FDDC03;
  --text:#081729;
  --muted:rgba(8,23,41,.70);
  --line:rgba(17,76,154,.14);
  --wrap:1200px;
  --secPad:110px;
  --radius:18px;
  --shadow-sm:0 12px 30px rgba(17,76,154,.10);
  --shadow-md:0 24px 70px rgba(17,76,154,.12);
  --ease:cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.noScroll{overflow:hidden}

.wrap{
  width:min(var(--wrap), calc(100% - 44px));
  margin:0 auto;
}
.container{
  width:min(var(--wrap), calc(100% - 44px));
  margin:0 auto;
}

.siteHeader{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(10px);
  transition: box-shadow .2s var(--ease), background .2s var(--ease);
}
.siteHeader.isSticky{box-shadow:0 18px 45px rgba(17,76,154,.10);}

.headerRow{
  min-height:94px;
  padding:10px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.logo{display:flex;align-items:center;gap:8px}
.logo img{width:165px;max-height:88px;object-fit:contain}
.logoText{display:flex;flex-direction:column;line-height:1.05}
.logoTitle{font-weight:900;font-size:16px;color:var(--blue)}

.nav{display:flex;align-items:center;gap:18px}
.gtranslate_wrapper{
  display:inline-flex;
  align-items:center;
  margin-left:4px;
}
.gtranslate_wrapper select{
  height:38px;
  padding:0 10px;
  border-radius:10px;
  border:1px solid rgba(17,76,154,.22);
  background:rgba(255,255,255,.96);
  color:rgba(8,23,41,.86);
  font-weight:700;
}
.navLink{
  font-weight:800;
  font-size:14px;
  color:rgba(8,23,41,.80);
  padding:10px 0;
  position:relative;
}
.navLink:hover{color:var(--blue)}
.navLink.isActive{color:var(--blue)}
.navLink.isActive::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:4px;
  height:2px;border-radius:999px;
  background:rgba(17,76,154,.28);
}
.navBtn{
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(17,76,154,.22);
  background:rgba(17,76,154,.06);
}
.navBtn:hover{
  background:rgba(253,220,3,.55);
  border-color:rgba(253,220,3,.75);
}

.navToggle{
  display:none;
  width:44px;height:44px;
  border:1px solid rgba(17,76,154,.18);
  background:rgba(17,76,154,.06);
  border-radius:12px;
  cursor:pointer;
}
.navToggle span{
  display:block;width:18px;height:2px;margin:4px auto;
  background:rgba(8,23,41,.72);border-radius:10px;
}
.mobileNav{
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.98);
  padding:10px 22px 18px;
}
.mLink{
  display:block;
  padding:12px 0;
  font-weight:900;
  border-bottom:1px solid rgba(17,76,154,.10);
  color:rgba(8,23,41,.82);
}
.mLink:last-child{border-bottom:none}
.mLink:hover,.mLink.isActive{color:var(--blue)}

.heroVideo{
  position:relative;
  height:50vh;
  min-height:400px;
  overflow:hidden;
  background:
    radial-gradient(900px 420px at 50% 18%, rgba(253,220,3,.18), transparent 60%),
    linear-gradient(160deg,#0e2a52 0%,#114C9A 58%,#1E89BF 100%);
}
.heroVideo__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(8,23,41,.35) 0%, rgba(8,23,41,.28) 55%, rgba(8,23,41,.22) 100%);
}
.heroCenter{
  position:relative;z-index:2;height:100%;
  display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
}
.heroTitle{
  margin:0 0 14px;
  font-size:clamp(44px,5vw,84px);
  font-weight:900;color:#fff;letter-spacing:-1px;
}
.heroBrief{
  margin:0 0 14px;
  max-width:760px;
  color:rgba(255,255,255,.86);
  line-height:1.75;
  font-weight:600;
}
.heroMeta{
  display:flex;gap:12px;flex-wrap:wrap;justify-content:center;
  color:rgba(255,255,255,.92);font-weight:700;
}
.heroActions{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}

.btnPrimary,.btnGhost,.btnGhostDark{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 18px;border-radius:14px;font-weight:900;
  border:1px solid transparent;
  transition:transform .15s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}
.btnPrimary{
  background:linear-gradient(135deg,var(--sun),#ffe85e);
  color:rgba(8,23,41,.92);
}
.btnPrimary:hover{transform:translateY(-2px)}
.btnGhost{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}
.btnGhost:hover{transform:translateY(-2px);background:rgba(255,255,255,.22)}
.btnGhostDark{
  background:rgba(17,76,154,.06);
  border-color:rgba(17,76,154,.20);
  color:rgba(8,23,41,.88);
}
.btnGhostDark:hover{
  transform:translateY(-2px);
  background:rgba(253,220,3,.35);
  border-color:rgba(253,220,3,.55);
}

.sec{padding:var(--secPad) 0}
.h2{
  margin:0 0 10px;
  text-align:center;
  font-size:clamp(32px,3.2vw,46px);
  color:var(--sky);
  font-weight:900;
}
.sub{
  margin:0 auto;
  text-align:center;
  max-width:900px;
  color:var(--muted);
  line-height:1.85;
  font-weight:650;
}

.secOverview{
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}
.overviewGrid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:48px;
  align-items:stretch;
}
.overviewBody{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.overviewBody .h2,.overviewBody .sub{text-align:left}
.overviewBody .sub{margin:0}
.organizerTitle{
  color:var(--blue);
}
.organizerBrief{
  margin-top:14px !important;
}

.overviewMedia{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow-md);
}
.overviewMedia img{width:100%;height:100%;min-height:560px;object-fit:cover}
.overviewMedia--logo{
  background:#fff;
  border:1px solid rgba(17,76,154,.14);
  max-width:430px;
  width:100%;
  justify-self:end;
  height:100%;
  display:flex;
  align-items:center;
  padding:22px;
}
.overviewMedia--logo img{
  min-height:0;
  height:100%;
  width:100%;
  object-fit:contain;
  padding:0;
}
.mediaTag{
  position:absolute;left:14px;top:14px;
  margin:0;padding:10px 12px;border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(17,76,154,.14);
  font-size:12px;font-weight:900;color:rgba(8,23,41,.82);
}

.blueEco{margin-top:40px;text-align:center}
.blueEcoTitle{
  display:inline-block;
  font-size:clamp(50px,6vw,100px);
  color:rgba(12,52,112,.34);
  letter-spacing:2px;
  line-height:1;
  font-weight:900;
}
.blueEcoText{
  margin:12px auto 0;
  max-width:980px;
  color:rgba(8,23,41,.72);
  line-height:1.9;
  font-weight:750;
}

.secImpact{background:#fff}
.impactGrid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.impactCard{
  padding:18px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.impactK{font-weight:900;color:var(--navy);margin-bottom:8px}
.impactV{color:var(--muted);font-weight:700;line-height:1.75}

.secHow{background:linear-gradient(180deg,#f6fbff 0%,#fff 100%)}
.howTimeline{
  margin-top:26px;
  max-width:980px;
  margin-inline:auto;
  display:grid;
  gap:14px;
}
.howStep{
  display:grid;
  grid-template-columns:84px 1fr;
  gap:16px;
  align-items:stretch;
}
.howStepRail{
  position:relative;
  display:flex;
  justify-content:center;
}
.howStepRail::after{
  content:"";
  position:absolute;
  top:44px;
  bottom:-14px;
  width:2px;
  background:linear-gradient(180deg, rgba(17,76,154,.26), rgba(17,76,154,.08));
}
.howStep:last-child .howStepRail::after{display:none}
.howNo{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  background:#fff;
  border:2px solid rgba(17,76,154,.28);
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(17,76,154,.12);
}
.howStepBody{
  padding:16px 18px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.howStepBody h3{
  margin:0 0 8px;
  font-size:22px;
  color:var(--navy);
}
.howStepBody p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-weight:700;
}

.secSectors{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)}
.sectorGrid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.sectorCard{
  padding:14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.sectorThumb{
  width:100%;
  height:150px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid rgba(17,76,154,.12);
}
.sectorCard h3{
  margin:10px 0 10px;
  text-align:center;
  font-size:18px;
  color:var(--sky);
}
.sectorExploreBtn{
  display:flex;
  margin:0 auto;
  align-items:center;justify-content:center;
  padding:8px 12px;
  border-radius:10px;
  border:1px solid rgba(17,76,154,.24);
  background:rgba(17,76,154,.08);
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}
.sectorExploreBtn:hover{
  transform:translateY(-2px);
  background:rgba(253,220,3,.35);
  border-color:rgba(253,220,3,.60);
}
.sectorDetails{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(17,76,154,.18);
  background:#f5faff;
  color:var(--muted);
  font-weight:700;
  line-height:1.7;
}

.sectorModal{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  padding:22px;
}
.sectorModal[hidden]{display:none !important;}
.sectorModal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,23,41,.62);
}
.sectorModal__card{
  position:relative;
  width:min(760px, 100%);
  max-height:calc(100vh - 44px);
  overflow:auto;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(17,76,154,.18);
  box-shadow:0 30px 90px rgba(8,23,41,.28);
  z-index:1;
  padding:18px;
}
.sectorModal__close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(17,76,154,.18);
  background:#fff;
  color:var(--blue);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.sectorModal__img{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid rgba(17,76,154,.12);
}
.sectorModal__title{
  margin:14px 0 8px;
  font-size:28px;
  color:var(--sky);
  font-weight:900;
}
.sectorModal__text{
  margin:0;
  color:var(--muted);
  line-height:1.85;
  font-weight:700;
}
.sectorAction{
  margin-top:24px;
  display:flex;
  justify-content:center;
}

.secFinalCTA{
  padding:72px 0;
  background:var(--blue);
  text-align:center;
}
.ctaTitle{
  margin:0;
  font-size:clamp(28px,2.7vw,40px);
  color:var(--sun);
  font-weight:900;
}
.ctaText{
  margin:12px 0 24px;
  color:rgba(255,255,255,.85);
  line-height:1.8;
  font-weight:600;
}
.ctaActions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.site-footer{
  padding:20px 0;
  background:var(--navy);
  text-align:center;
}
.footer-bottom{
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 22px;
}
.site-footer span{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.75);
  font-weight:600;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s var(--ease), transform .65s var(--ease);
}
.reveal.isVisible{
  opacity:1;
  transform:translateY(0);
}

@media (min-width: 1101px){
  .sectorGrid > .sectorCard:nth-last-child(2):nth-child(3n + 1),
  .sectorGrid > .sectorCard:nth-last-child(1):nth-child(3n + 2){
    transform: translateX(calc(50% + 7px));
  }
}

@media (max-width: 1100px){
  .impactGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sectorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 980px){
  .nav{display:none}
  .navToggle{display:block}
  .headerRow{min-height:86px}
  .logo img{width:150px;max-height:82px}
  .overviewGrid{grid-template-columns:1fr;gap:26px}
  .overviewBody .h2,.overviewBody .sub{text-align:center}
  .overviewMedia img{min-height:300px}
}
@media (max-width: 650px){
  .wrap{width:min(var(--wrap), calc(100% - 30px))}
  .heroVideo{min-height:360px}
  .heroActions a{width:100%;max-width:360px}
  .impactGrid,.sectorGrid{grid-template-columns:1fr}
  .blueEcoTitle{white-space:normal;line-height:.95}
  .sectorAction .btnPrimary,.ctaActions a{width:100%;max-width:360px}
  .sectorModal__img{height:220px}
  .sectorModal__title{font-size:22px}
  .howStep{grid-template-columns:62px 1fr;gap:12px}
  .howStepBody h3{font-size:19px}
}

@media (max-width: 768px){
  :root{ --secPad: 88px; }
  .heroVideo{ height:54vh; min-height:360px; }
  .heroTitle{ font-size:clamp(30px,8vw,42px); margin:0 0 10px; }
  .heroBrief{
    font-size:14px;
    line-height:1.65;
    max-width:92%;
    margin-inline:auto;
  }
  .heroMeta{
    font-size:13px;
    gap:8px;
    max-width:92%;
    margin-inline:auto;
  }
  .h2{ font-size:clamp(26px,6.8vw,34px); }
  .sub{ font-size:15px; line-height:1.75; }
  .overviewGrid{ gap:22px; }
  .overviewMedia--logo{ max-width:360px; margin:0 auto; padding:18px; }
  .blueEco{ margin-top:30px; }
  .impactGrid{ gap:12px; margin-top:18px; }
  .howTimeline{ margin-top:18px; gap:10px; }
  .howStepBody{ padding:14px 14px; }
  .howStepBody h3{ font-size:20px; }
  .sectorGrid{ gap:12px; margin-top:16px; }
  .sectorThumb{ height:138px; }
  .sectorCard h3{ font-size:17px; }
  .sectorModal{ padding:14px; }
  .sectorModal__card{ padding:14px; border-radius:14px; }
  .secFinalCTA{ padding:58px 0; }
  .ctaActions a{ width:100%; max-width:320px; }
}
