:root{
  --navy:#071426;
  --ink:#172033;
  --muted:#667085;
  --line:#e5eaf1;
  --off:#f5f8fc;
  --cyan:#39c8ef;
  --shadow:0 20px 60px rgba(9,24,48,.12)
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  scroll-padding-top:78px
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.65
}

a{
  text-decoration:none;
  color:inherit
}

.container{
  width:min(1180px,calc(100% - 40px));
  margin:auto
}

.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  background:rgba(7,20,38,.9);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.09)
}

.nav-wrap{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand{
  display:flex;
  align-items:center;
  width:158px;
  height:60px;
  overflow:hidden
}

.brand img{
  display:block;
  width:auto;
  height:44px;
  max-width:150px;
  object-fit:contain
}

.nav-links{
  display:flex;
  gap:29px
}

.nav-links a{
  color:#dbe5ef;
  font-size:13px;
  font-weight:700
}

.nav-links a:hover{color:#fff}

.menu-toggle{
  display:none;
  background:none;
  border:0;
  color:#fff;
  font-size:26px
}

.hero{
  min-height:760px;
  padding:150px 0 90px;
  color:#fff;
  background:linear-gradient(120deg,rgba(7,20,38,.99),rgba(12,40,72,.96));
  position:relative;
  overflow:hidden
}

.hero:after{
  content:"";
  position:absolute;
  right:-10%;
  bottom:-55%;
  width:700px;
  height:700px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08)
}

.hero-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(12px);
  opacity:.24
}

.glow-one{
  width:420px;
  height:420px;
  background:#1c9ed6;
  right:-100px;
  top:50px
}

.glow-two{
  width:300px;
  height:300px;
  background:#d8b25c;
  left:-130px;
  bottom:-120px
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:70px;
  align-items:center;
  position:relative;
  z-index:2
}

.eyebrow,.kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  color:var(--cyan)
}

.hero h1{
  font-family:"Playfair Display",serif;
  font-size:66px;
  line-height:1.08;
  margin:20px 0
}

.hero h1 span{color:#b9eaff}

.hero-copy>p{
  max-width:680px;
  color:#c5d0de;
  font-size:18px
}

.hero-actions{
  display:flex;
  gap:14px;
  margin:32px 0
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:10px;
  font-size:14px;
  font-weight:800;
  transition:.25s;
  border:1px solid transparent
}

.btn-primary{
  background:linear-gradient(135deg,#20b6e8,#4bd4f8);
  color:#041321;
  box-shadow:0 10px 30px rgba(54,197,240,.2)
}

.btn-outline{
  border-color:rgba(255,255,255,.25);
  color:#fff
}

.btn:hover{transform:translateY(-2px)}

.hero-stats{
  display:flex;
  gap:38px;
  margin-top:42px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:25px
}

.hero-stats div{
  display:flex;
  flex-direction:column
}

.hero-stats strong{font-size:25px}

.hero-stats span{
  font-size:11px;
  color:#97a6b9
}

.hero-panel{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.2);
  backdrop-filter:blur(10px)
}

.panel-title{
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#96a9bf;
  margin-bottom:15px
}

.ecosystem{
  display:grid;
  gap:12px
}

.eco-card{
  padding:18px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:44px 1fr;
  transition:.2s
}

.eco-card:hover{
  background:rgba(255,255,255,.11);
  transform:translateX(3px)
}

.eco-card span{
  grid-row:1/3;
  color:var(--cyan);
  font-size:12px;
  font-weight:800
}

.eco-card b{font-size:15px}

.eco-card small{color:#9fb0c4}

.section{padding:100px 0}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:start
}

.section-heading h2,.contact-info h2{
  font-family:"Playfair Display",serif;
  font-size:42px;
  line-height:1.2;
  margin:12px 0 0;
  color:#0b1a2e
}

.section-heading p{
  max-width:720px;
  color:var(--muted)
}

.section-heading.centered{
  text-align:center;
  max-width:820px;
  margin:0 auto 50px
}

.section-heading.centered p{
  margin:14px auto 0
}

.about-copy p{
  font-size:17px;
  color:#586477;
   margin:0 0 18px
}

.company-chip{
  display:inline-block;
  padding:9px 14px;
  border-radius:999px;
  background:#eef7fb;
  color:#0a789c;
  font-size:12px;
  font-weight:800
}

.products{background:var(--off)}

.product-stack{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px
}

.product-card{
  --accent:#2d83df;
  position:relative;
  display:grid;
  grid-template-columns:88px 1fr;
  gap:24px;
  padding:31px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 10px 35px rgba(20,40,70,.04);
  overflow:hidden;
  transition:.25s
}

.product-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:var(--accent)
}

.product-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow)
}

.product-card.meets{--accent:#f0522d}
.product-card.aabha{--accent:#20a86b}
.product-card.alumni{--accent:#7754d8}

.product-mark{
  width:72px;
  height:72px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:#f0f5fb;
  color:var(--accent);
  font-size:25px;
  font-weight:900;
  position:relative
}

.product-mark span{
  position:absolute;
  left:8px;
  top:5px;
  font-size:9px
}

.product-label{
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--accent);
  font-weight:800
}

.product-copy h3{
  font-size:25px;
  margin:4px 0 8px
}

.product-copy p{
  color:var(--muted);
  margin:0
}

.product-copy ul{
  margin:17px 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px
}

.product-copy li{
  font-size:13px;
  color:#435169;
  padding-left:19px;
  position:relative
}

.product-copy li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--accent);
  font-weight:900
}

.text-link{
  display:inline-block;
  color:var(--accent);
  font-size:13px;
  font-weight:800;
  margin-top:4px
}

.why{background:var(--navy)}

.why .section-heading h2{color:#fff}

.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.why-item{
  padding:28px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(255,255,255,.04)
}

.why-item strong{
  color:var(--cyan);
  font-size:12px
}

.why-item h3{
  color:#fff;
  font-size:18px
}

.why-item p{
  color:#9eafc3;
  font-size:14px
}

.cta-band{
  background:linear-gradient(120deg,#0f7fa8,#18b9d8);
  padding:65px 0;
  color:#fff
}

.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.cta-inner h2{
  font-size:34px;
  margin:7px 0 0
}

.cta-band .kicker{color:#d7f7ff}

.btn-light{
  background:#fff;
  color:#0d5670
}

.contact{background:#f7f9fc}

.contact-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:start
}

.contact-info>p{color:var(--muted)}

.office-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:26px 0 12px
}

.office-card,.contact-links a{
  background:#fff;
  border:1px solid var(--line);
  padding:17px;
  border-radius:14px
}

.office-card>span,.contact-links span{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#8490a2
}

.office-card h3{
  font-size:13px;
  margin:6px 0
}

.office-card p{
  font-size:12px;
  color:#667085;
  line-height:1.55;
  margin:0 0 8px
}

.office-card a{
  font-size:13px;
  color:#087ba3;
  font-weight:800
}

.contact-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:18px
}

.contact-links a{
  display:flex;
  flex-direction:column
}

.contact-links b{font-size:13px}

.whatsapp-inline{
  font-weight:800;
  color:#0b8f59
}

.form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:30px;
  box-shadow:var(--shadow)
}

.form-row{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-bottom:16px
}

.form-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}

label{
  font-size:12px;
  font-weight:700;
  color:#344054
}

input,select,textarea{
  width:100%;
  padding:13px;
  border:1px solid #d7dde5;
  border-radius:9px;
  background:#fff;
  font:inherit;
  font-size:14px;
  outline:none
}

textarea{resize:vertical}

input:focus,select:focus,textarea:focus{
  border-color:#5fcdf0;
  box-shadow:0 0 0 3px rgba(54,197,240,.12)
}

.full{
  width:100%;
  border:0;
  cursor:pointer
}

.alert{
  padding:12px 14px;
  border-radius:9px;
  margin-bottom:16px;
  font-size:13px
}

.success{
  background:#e9f8ef;
  color:#11683d
}

.error{
  background:#fff0f0;
  color:#a32929
}

.footer{
  background:#06111f;
  color:#8fa0b4;
  padding:28px 0
}

.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.footer strong{
  color:#fff;
  display:block
}

.footer span{font-size:11px}
.footer p{font-size:12px}

.float-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#22c96f;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  z-index:40;
  box-shadow:0 12px 30px rgba(0,0,0,.18)
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:.7s ease
}

.reveal.visible{
  opacity:1;
  transform:none
}

@media(max-width:900px){
  .nav-links{
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:#071426;
    display:none;
    flex-direction:column;
    padding:20px 30px
  }

  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .hero{padding-top:125px}

  .hero-grid,.split,.contact-grid{
    grid-template-columns:1fr
  }

  .hero-grid{gap:45px}
  .hero h1{font-size:52px}

  .product-stack,.why-grid{
    grid-template-columns:1fr 1fr
  }

  .office-grid{
    grid-template-columns:1fr 1fr
  }
}

@media(max-width:650px){
  .container{
    width:min(100% - 28px,1180px)
  }

  .hero{
    min-height:auto;
    padding-bottom:70px
  }

  .hero h1{font-size:43px}
  .hero-copy>p{font-size:16px}

  .hero-actions{
    flex-direction:column
  }

  .hero-stats{
    gap:15px;
    justify-content:space-between
  }

  .hero-stats strong{font-size:21px}
  .section{padding:72px 0}

  .section-heading h2,.contact-info h2{
    font-size:34px
  }

  .product-stack,.why-grid,.office-grid,.contact-links,.form-two{
    grid-template-columns:1fr
  }

   .product-card{
    grid-template-columns:1fr
  }

  .cta-inner,.footer-inner{
    flex-direction:column;
    align-items:flex-start
  }

  .cta-inner h2{font-size:28px}
}