*{
  margin:0;
  padding:0;
  box-sizing:border-box
}
:root{
  --navy:#082a61;
  --navy-dark:#041b43;
  --blue:#0b4ea2;
  --orange:#ff7a00;
  --red:#c70716;
  --light:#f5f7fb;
  --text:#1e293b;
  --white:#fff;
  --border:#e7ebf2;
}
html{
  scroll-behavior:smooth
}
body{
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6
}
a{
  color:inherit;
  text-decoration:none
}
img{
  max-width:100%;
  display:block
}
.container{
  width:min(1180px,92%);
  margin:auto
}
.topbar{
  background:var(--navy-dark);
  color:#fff;
  font-size:13px
}
.topbar-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:40px;
  gap:20px
}
.top-left,.top-right{
  display:flex;
  gap:18px;
  align-items:center
}
.top-right a:hover{
  color:#ffb05e
}
.brand-header{
  background:#fff;
  padding:8px 0
}
.brand-banner{
  width:100%;
  height:auto
}
.navbar{
  background:var(--navy);
  position:sticky;
  top:0;
  z-index:999;
  box-shadow:0 8px 25px rgba(5,25,60,.16)
}
.nav-wrap{
  display:flex;
  align-items:center;
  min-height:58px;
  justify-content:space-between
}
.brand-mini{
  color:#fff;
  font-weight:800;
  font-size:20px;
  letter-spacing:.3px
}
.nav-links{
  display:flex;
  align-items:center
}
.nav-links a{
  color:#fff;
  padding:18px 14px;
  font-size:14px;
  font-weight:600;
  transition:.25s
}
.nav-links a:hover,.nav-links a.active{
  background:var(--orange)
}
.menu-btn{
  display:none;
  border:0;
  color:#fff;
  background:transparent;
  font-size:25px;
  cursor:pointer
}
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--navy-dark),var(--blue));
  min-height:550px;
  color:#fff;
  display:flex;
  align-items:center
}
.hero-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  align-items:center;
  gap:60px;
  position:relative;
  z-index:2
}
.hero-copy h1{
  font-size:clamp(38px,5vw,68px);
  line-height:1.08;
  max-width:850px;
  margin:18px 0
}
.hero-copy p{
  max-width:700px;
  font-size:18px;
  color:#e8efff
}
.badge,.section-tag{
  display:inline-block;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:800;
  color:var(--orange)
}
.badge{
  color:#fff;
  background:rgba(255,122,0,.18);
  border:1px solid rgba(255,255,255,.35);
  padding:8px 14px;
  border-radius:999px
}
.hero-buttons{
  display:flex;
  gap:14px;
  margin-top:30px;
  flex-wrap:wrap
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:9px;
  font-weight:700;
  transition:.25s
}
.btn:hover{
  transform:translateY(-2px)
}
.btn-primary{
  background:var(--orange);
  color:#fff
}
.btn-light{
  background:#fff;
  color:var(--navy)
}
.btn-secondary{
  background:var(--navy);
  color:#fff
}
.hero-card{
  background:rgba(255,255,255,.97);
  color:var(--navy-dark);
  padding:36px;
  border-radius:24px;
  text-align:center;
  box-shadow:0 25px 65px rgba(0,0,0,.22)
}
.hero-card .gear{
  width:95px;
  height:95px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:48px;
  background:#eef5ff;
  color:var(--orange)
}
.hero-card h3{
  font-size:25px;
  margin-bottom:10px
}
.hero-shape{
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.08)
}
.hero-shape-one{
  width:380px;
  height:380px;
  right:-120px;
  top:-120px
}
.hero-shape-two{
  width:260px;
  height:260px;
  left:-120px;
  bottom:-100px
}
.quick-actions{
  margin-top:-60px;
  position:relative;
  z-index:4
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}
.quick-card{
  padding:28px 22px;
  color:#fff;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(25,35,70,.18);
  transition:.25s
}
.quick-card:hover{
  transform:translateY(-7px)
}
.quick-card h3{
  font-size:18px;
  margin:10px 0 5px
}
.quick-card p{
  font-size:13px;
  opacity:.9
}
.quick-icon{
  font-size:31px
}
.orange{background:linear-gradient(135deg,#ff8a00,#e96300)}
.purple{background:linear-gradient(135deg,#8e2de2,#5d16b7)}
.red{background:linear-gradient(135deg,#e32243,#a70926)}
.blue{background:linear-gradient(135deg,#124b9a,#072d6a)}
.section{
  padding:90px 0
}
.about{
  padding-top:130px
}
.about-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center
}
.about-visual{
  min-height:420px;
  position:relative;
  display:grid;
  place-items:center
}
.about-box{
  width:330px;
  height:330px;
  border-radius:28px;
  background:linear-gradient(145deg,var(--navy),var(--blue));
  color:#fff;
  display:grid;
  place-items:center;
  align-content:center;
  text-align:center;
  padding:30px;
  position:relative;
  z-index:2;
  box-shadow:0 25px 55px rgba(6,42,97,.22)
}
.about-emblem{
  font-size:42px;
  font-weight:800;
  color:#ffb260
}
.about-ring{
  position:absolute;
  border-radius:50%;
  border:18px solid var(--orange)
}
.ring-one{
  width:330px;
  height:330px;
  left:25px;
  top:35px
}
.ring-two{
  width:210px;
  height:210px;
  border-color:#cc0a20;
  right:30px;
  bottom:10px
}
.about-copy h2,.section-heading h2,.cta h2{
  color:var(--navy-dark);
  font-size:clamp(30px,4vw,48px);
  line-height:1.15;
  margin:10px 0 20px
}
.about-copy p{
  margin-bottom:15px;
  color:#5b6472
}
.about-copy .btn{
  margin-top:10px
}
.section-heading{
  max-width:760px;
  margin:0 auto 45px;
  text-align:center
}
.section-heading p{
  color:#6b7280
}
.courses{
  background:var(--light)
}
.course-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.course-card{
  background:#fff;
  border:1px solid var(--border);
  padding:28px;
  border-radius:16px;
  transition:.25s
}
.course-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(22,37,75,.1)
}
.course-icon{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eef4ff;
  font-size:29px;
  margin-bottom:18px
}
.course-card h3{
  color:var(--navy-dark);
  margin-bottom:8px
}
.course-card p{
  color:#6b7280;
  margin-bottom:14px;
  font-size:14px
}
.course-card a{
  font-weight:700;
  color:var(--orange);
  font-size:14px
}
.stats{
  background:linear-gradient(135deg,var(--navy-dark),var(--navy));
  color:#fff;
  padding:85px 0
}
.section-heading.light h2,.section-heading.light p{
  color:#fff
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px
}
.stat-item{
  text-align:center;
  padding:24px
}
.stat-item strong{
  display:block;
  font-size:44px;
  color:#ff9a30
}
.stat-item span{
  color:#dce8ff
}
.advisory{
  background:#fff
}
.advisory-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px
}
.member-card{
  border:1px solid var(--border);
  border-radius:15px;
  padding:18px;
  text-align:center;
  background:#fff
}
.member-photo{
  height:220px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#edf2f9,#dfe7f2);
  color:#8190a4;
  margin-bottom:17px;
  font-weight:700
}
.member-card h3{
  color:var(--navy-dark)
}
.member-card p{
  color:#6b7280;
  font-size:14px
}
.cta{
  background:#f1f6ff;
  padding:65px 0
}
.cta-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.cta h2{
  margin-bottom:10px
}
.cta p{
  color:#667085
}
.gallery{
  background:#fff
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.gallery-item{
  min-height:210px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#eaf1fb,#d5e2f3);
  color:var(--navy);
  font-weight:800;
  border:1px solid #d8e2f0
}
footer{
  background:var(--navy-dark);
  color:#fff;
  padding-top:65px
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:40px;
  padding-bottom:45px
}
.footer-grid h3,.footer-grid h4{
  margin-bottom:15px
}
.footer-grid p,.footer-grid a{
  color:#cbd8ed;
  display:block;
  margin-bottom:9px;
  font-size:14px
}
.footer-grid a:hover{
  color:#ff9d3a
}
.copyright{
  text-align:center;
  padding:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#b8c7df;
  font-size:13px
}
.whatsapp{
  position:fixed;
  right:20px;
  bottom:20px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#20c65a;
  display:grid;
  place-items:center;
  font-size:25px;
  box-shadow:0 10px 25px rgba(0,0,0,.24);
  z-index:999
}
@media(max-width:950px){
  .topbar-wrap{
    flex-direction:column;
    padding:8px 0;
    gap:5px
  }
  .top-right{
    display:none
  }
  .menu-btn{
    display:block
  }
  .nav-links{
    position:absolute;
    top:58px;
    left:0;
    right:0;
    background:var(--navy);
    display:none;
    flex-direction:column;
    align-items:stretch
  }
  .nav-links.show{
    display:flex
  }
  .nav-links a{
    padding:14px 4%;
    border-top:1px solid rgba(255,255,255,.08)
  }
  .hero{
    padding:80px 0
  }
  .hero-grid,.about-grid{
    grid-template-columns:1fr
  }
  .hero-card{
    max-width:450px
  }
  .quick-grid{
    grid-template-columns:repeat(2,1fr)
  }
  .course-grid{
    grid-template-columns:repeat(2,1fr)
  }
  .advisory-grid{
    grid-template-columns:repeat(2,1fr)
  }
  .stats-grid{
    grid-template-columns:repeat(2,1fr)
  }
  .footer-grid{
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:620px){
  .container{
    width:min(94%,1180px)
  }
  .top-left{
    flex-direction:column;
    gap:2px
  }
  .brand-header{
    padding:4px 0
  }
  .hero{
    min-height:auto
  }
  .hero-copy h1{
    font-size:36px
  }
  .quick-actions{
    margin-top:-30px
  }
  .quick-grid,.course-grid,.advisory-grid,.gallery-grid,.stats-grid,.footer-grid{
    grid-template-columns:1fr
  }
  .about{
    padding-top:90px
  }
  .about-grid{
    gap:30px
  }
  .about-visual{
    min-height:330px
  }
  .about-box{
    width:260px;
    height:260px
  }
  .ring-one{
    width:265px;
    height:265px
  }
  .ring-two{
    width:170px;
    height:170px
  }
  .cta-wrap{
    flex-direction:column;
    align-items:flex-start
  }
}
