:root{
  --bg:#07162b;
  --card:#0f1830;
  --muted:#a9b3c7;
  --text:#eef2ff;
  --brand:#2dd4bf;
  --brand2:#60a5fa;
  --ashoka:#1a3c8f;
  --line:rgba(255,255,255,.08);
  --shadow: 0 16px 50px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
img{max-width:100%; height:auto}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: linear-gradient(140deg, rgba(45,212,191,.20), transparent 36%),
              linear-gradient(320deg, rgba(96,165,250,.18), transparent 34%),
              radial-gradient(700px 360px at 50% -12%, rgba(26,60,143,.28), transparent 62%),
              var(--bg);
  color: var(--text);
}

a{color:inherit;text-decoration:none}
.container{width:min(1120px, 92%); margin:0 auto}

.topbar{
  border-bottom:1px solid var(--line);
  background: rgba(9,12,20,.65);
  backdrop-filter: blur(10px);
}
.topbar__inner{
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  padding:10px 0;
}
.topbar__left{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.topbar__right{display:flex; gap:14px; align-items:center}
.toplink{color:var(--muted); font-size:14px}
.pill{
  font-size:12px; padding:6px 10px; border:1px solid var(--line);
  border-radius:999px; color:var(--text); background: rgba(255,255,255,.03);
}

.header{
  position:sticky; top:0; z-index:50;
  background: rgba(11,16,32,.55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; gap:12px; align-items:center}
.brand__text{min-width:0}
.brand__mark{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(45,212,191,.95), rgba(96,165,250,.95));
  color:#021017; font-weight:800;
  overflow:hidden;
}
.brand__logo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:12px; color:var(--muted)}

.nav__links{display:flex; gap:18px; align-items:center}
.nav__links a{color:var(--muted); font-weight:600; font-size:14px}
.nav__links a:hover{color:var(--text)}
.nav__toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:10px 12px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  font-weight:800;
  background: linear-gradient(135deg, rgba(45,212,191,.95), rgba(96,165,250,.95));
  color:#03111c;
  box-shadow: 0 10px 30px rgba(45,212,191,.15);
  border:0;
}
.btn--ghost{
  background: transparent;
  color: var(--text);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn--small{padding:10px 14px; border-radius:12px}
.btn--full{width:100%}

.hero{padding:44px 0 26px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap:26px;
  align-items:start;
}
h1{
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  margin:0 0 12px;
  letter-spacing:-.8px;
}
.grad{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{color:var(--muted); font-size:16px; line-height:1.6; max-width:60ch}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 14px}

.hero__stats{
  display:flex; gap:14px; flex-wrap:wrap;
  margin:14px 0 12px;
}
.stat{
  padding:12px 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
}
.stat__num{font-weight:900; font-size:18px}
.stat__label{color:var(--muted); font-size:12px}

.trust{display:flex; gap:10px; flex-wrap:wrap}
.trust__item{
  font-size:12px; color:var(--muted);
  border:1px dashed rgba(255,255,255,.16);
  padding:8px 10px; border-radius:999px;
}

.card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.card__header{padding:18px 18px 0}
.kicker{color:var(--muted); font-weight:700; font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.hero__card{display:flex; flex-direction:column; gap:12px}

.form{padding:14px 18px 18px; display:flex; flex-direction:column; gap:12px}
label{display:flex; flex-direction:column; gap:8px; font-weight:700; font-size:13px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(3,8,18,.55);
  color: var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(169,179,199,.7)}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.tiny{font-size:12px; line-height:1.45}
.muted{color:var(--muted)}
.mt12{margin-top:12px}
.mt16{margin-top:16px}

.badgeRow{display:flex; gap:10px; flex-wrap:wrap}
.badge{
  font-size:12px;
  color:var(--muted);
  border:1px solid var(--line);
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.03);
}

.section{padding:54px 0}
.section--alt{
  background:
    linear-gradient(180deg, rgba(45,212,191,.08), rgba(45,212,191,.00)),
    linear-gradient(0deg, rgba(96,165,250,.06), rgba(96,165,250,.00));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__head{margin-bottom:18px}
.section__head h2{margin:0 0 8px; font-size:28px; letter-spacing:-.3px}

.cards3{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
.pCard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding:16px;
}
.pIcon{font-size:24px}
.pCard h3{margin:10px 0 10px}
.pCard ul{margin:0 0 10px; padding-left:18px; color:var(--muted)}
.pCard li{margin:8px 0}
.link{color: rgba(96,165,250,.95); font-weight:800}

.impactGrid{
  display:grid;
  grid-template-columns: 1.1fr 1.2fr .9fr;
  gap:14px;
}
.impactCard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding:16px;
}
.chips{display:flex; gap:8px; flex-wrap:wrap}
.chip{
  font-size:12px; color:var(--muted);
  border:1px solid var(--line);
  padding:7px 10px; border-radius:999px;
}
.quote{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  border-radius: 16px;
  padding:12px;
}
.quote__by{margin-top:8px; color:var(--muted); font-size:12px}

.clean{list-style:none; padding:0; margin:0; color:var(--muted)}
.clean li{margin:10px 0}

.steps{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.step{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding:16px;
  display:flex; gap:12px; align-items:flex-start;
}
.step__num{
  width:32px;height:32px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(45,212,191,.14);
  color: var(--text);
  font-weight:900;
  border:1px solid rgba(45,212,191,.25);
}

.ctaBand{
  margin-top:16px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(45,212,191,.10), rgba(96,165,250,.10));
  border-radius: 22px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.events{display:flex; flex-direction:column; gap:12px}
.event{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding:14px;
  display:flex; gap:14px; align-items:center;
}
.event__date{
  width:64px; min-width:64px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  border-radius: 16px;
  text-align:center;
  padding:10px 8px;
}
.event__day{font-weight:900; font-size:18px}
.event__mon{color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.06em}
.tag{
  display:inline-block;
  margin-top:10px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color: var(--muted);
  font-size:12px;
}
.aboutGrid{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap:14px;
}
.aboutPoints{display:grid; gap:10px; margin-top:10px}
.aboutPoint{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding:14px;
}

.chairmanGrid{
  display:grid;
  grid-template-columns: .85fr 1.15fr;
  gap:20px;
  align-items:start;
}
.chairmanMedia{
  position:sticky;
  top:98px;
  overflow:hidden;
  padding:14px;
  border:1px solid rgba(96,165,250,.22);
  background:
    radial-gradient(520px 220px at 10% 0%, rgba(45,212,191,.2), transparent 60%),
    rgba(255,255,255,.03);
}
.chairmanImg{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 36px rgba(0,0,0,.28);
}
.chairmanText .section__head{
  margin-bottom:14px;
}
.chairmanText .section__head h2{
  font-size: clamp(30px, 4.2vw, 40px);
  letter-spacing:-.4px;
}
.chairmanText .section__head .muted{
  max-width:62ch;
  line-height:1.7;
}
.chairmanCards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
.chairmanCards .aboutPoint{
  height:100%;
  padding:16px;
  border-color: rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.chairmanCards .aboutPoint h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
}
.chairmanCards .aboutPoint .muted{
  margin:0;
  line-height:1.6;
}
.contactGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.contactCards{display:grid; gap:10px; margin-top:10px}
.cCard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding:14px;
  display:flex; gap:12px; align-items:center;
}
.cIcon{font-size:20px}
.cTitle{font-weight:900}
.mapHint{
  margin-top:12px;
  border:1px dashed rgba(255,255,255,.18);
  color: var(--muted);
  border-radius: 18px;
  padding:14px;
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.4fr .7fr .7fr;
  gap:14px;
  align-items:start;
}
.footer__col{display:flex; flex-direction:column; gap:10px}
.footer__title{font-weight:900; margin-bottom:4px}
.footer__col a{color:var(--muted); font-weight:600; font-size:14px}
.footer__col a:hover{color:var(--text)}
.footer__bottom{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--line);
  display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap;
}
.brand--footer .brand__mark{width:40px;height:40px;border-radius:14px}

@media (max-width: 980px){
  .topbar__inner{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .topbar__right{
    flex-wrap:wrap;
    gap:10px;
  }
  .nav{padding:10px 0}
  .brand__name{font-size:14px}
  .brand__tag{font-size:11px}
  .hero{padding:30px 0 18px}
  .hero__grid{grid-template-columns:1fr; }
  .grid2{grid-template-columns:1fr}
  .impactGrid{grid-template-columns:1fr}
  .cards3{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .aboutGrid{grid-template-columns:1fr}
  .chairmanGrid{grid-template-columns:1fr}
  .chairmanCards{grid-template-columns:1fr}
  .chairmanMedia{
    position:static;
    max-width:460px;
    margin:0 auto;
  }
  .ctaBand{
    flex-direction:column;
    align-items:flex-start;
  }
  .ctaBand .btn{
    width:100%;
  }
  .event{
    align-items:flex-start;
  }
  .footer__grid{
    grid-template-columns:1fr;
  }
  .footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .contactGrid{grid-template-columns:1fr}
  .nav__toggle{display:inline-flex}
  .nav__links{
    display:none;
    position:absolute;
    right:4%;
    top:66px;
    background: rgba(11,16,32,.92);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding:10px;
    flex-direction:column;
    width:min(320px, 92vw);
  }
  .nav__links.is-open{display:flex}
}

@media (max-width: 560px){
  .container{width:min(1120px, 94%)}
  .section{padding:44px 0}
  .section__head h2{font-size:24px}
  h1{
    font-size: clamp(28px, 8vw, 36px);
    line-height:1.1;
  }
  .hero__cta{
    flex-direction:column;
  }
  .hero__cta .btn{
    width:100%;
  }
  .trust__item{
    width:100%;
    border-radius:14px;
  }
  .card{border-radius:18px}
  .pCard,
  .impactCard,
  .step,
  .event,
  .aboutPoint,
  .cCard{
    border-radius:16px;
    padding:13px;
  }
  .chairmanText .section__head h2{
    font-size: clamp(26px, 8vw, 32px);
  }
}