:root{
  --bg1:#0b1220;
  --bg2:#121c33;
  --brand:#5eead4;
  --brand2:#60a5fa;
  --card:#0f1a2f;
  --muted:rgba(255,255,255,.65);
}

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:#f5f7fb;
}

.topbar{
  background: linear-gradient(90deg, #0b1220, #101d3a);
}
.topbar-link{
  color: rgba(255,255,255,.75);
  text-decoration:none;
  padding: 2px 6px;
  border-radius: 8px;
}
.topbar-link:hover{ color:#fff; background: rgba(255,255,255,.08); }

.navbar-blur{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.brand-logo{
  width:44px;height:44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  display:grid; place-items:center;
  color:#0b1220; font-weight:900;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.brand-logo-sm{ width:38px;height:38px;border-radius: 12px; }
.brand-title{ letter-spacing:.4px; }
.brand-sub{ color:#334155; }

.nav-link{
  font-weight:600;
  color:#0f172a;
  border-radius: 12px;
  padding: .55rem .85rem !important;
}
.nav-link:hover{
  background: rgba(2,6,23,.06);
}
.nav-link.active{
  background: rgba(37,99,235,.10);
  color:#1d4ed8;
}

.btn-cta{
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 14px;
  padding: .65rem 1rem;
  box-shadow: 0 12px 28px rgba(37,99,235,.28);
}
.btn-cta:hover{ filter: brightness(1.03); color:#fff; }
@media (min-width: 992px){
  .w-lg-auto{ width:auto !important; }
}

.hero{
  position: relative;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(94,234,212,.25), transparent 60%),
              radial-gradient(1000px 600px at 80% 30%, rgba(96,165,250,.22), transparent 60%),
              linear-gradient(180deg, var(--bg1), var(--bg2));
  padding: 72px 0 64px;
  overflow:hidden;
}
.hero-title{ color:#fff; }
.text-grad{
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.badge-soft{
  display:inline-flex;
  align-items:center;
  padding:.45rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.12);
}

.hero-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 20px 70px rgba(0,0,0,.30);
}
.hero-card-head{
  padding: 18px 18px 10px;
  display:flex; align-items:center; gap:12px;
}
.avatar-ring{
  width:46px;height:46px;border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
}
.glass-item{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08) !important;
}
.glass-item:hover{ background: rgba(255,255,255,.10); }

.callout{
  display:flex; align-items:center; gap:12px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 14px;
  color:#fff;
}
.callout-icon{
  width:40px;height:40px;border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(94,234,212,.18);
  border: 1px solid rgba(94,234,212,.25);
}

.hero-stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.stat-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px;
  color:#fff;
}
.stat-num{ font-size: 22px; font-weight: 900; }
.stat-label{ color: rgba(255,255,255,.70); font-size: 12px; }

.hero-wave{
  position:absolute;
  left:0; right:0; bottom:-1px;
  height: 70px;
  background: linear-gradient(to bottom, transparent, #f5f7fb);
}

.section-pad{ padding: 54px 0; }
.section-head{
  display:flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}
.section-kicker{
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px;
  color: #64748b;
}
.section-title{
  font-weight: 900;
  color: #0f172a;
  margin: 0;
}

.feature-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(2,6,23,.06);
  height: 100%;
}
.feature-icon{
  width:46px;height:46px;border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(37,99,235,.08);
  border: 1px solid rgba(37,99,235,.12);
  margin-bottom: 10px;
  font-size: 20px;
}

.content-card{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(2,6,23,.06);
  height: 100%;
}
.content-icon{
  width:46px;height:46px;border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(6,182,212,.10);
  border: 1px solid rgba(6,182,212,.14);
  font-size: 20px;
}

.footer{
  background: #0b1220;
}
.footer-title{
  color:#fff;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer-link{
  display:block;
  text-decoration:none;
  color: rgba(255,255,255,.70);
  padding: 6px 0;
}
.footer-link:hover{ color:#fff; }

.form-control-dark{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
  border-radius: 14px;
}
.form-control-dark::placeholder{ color: rgba(255,255,255,.55); }
.form-control-dark:focus{
  background: rgba(255,255,255,.10);
  color:#fff;
  border-color: rgba(94,234,212,.45);
  box-shadow: 0 0 0 .25rem rgba(94,234,212,.12);
}

/* ===== Extra UI ===== */
.pill{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.45rem .7rem;
  border-radius: 999px;
  background: rgba(15,23,42,.05);
  border: 1px solid rgba(15,23,42,.08);
  font-size: 12px;
  color:#0f172a;
}

.mini-icon{
  width:38px;height:38px;border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(37,99,235,.08);
  border: 1px solid rgba(37,99,235,.12);
}

.form-control-soft{
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
  padding: .65rem .8rem;
}
.form-control-soft:focus{
  border-color: rgba(37,99,235,.35);
  box-shadow: 0 0 0 .25rem rgba(37,99,235,.10);
}

.info-box{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.02);
}
.info-ic{
  width:42px;height:42px;border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(6,182,212,.10);
  border: 1px solid rgba(6,182,212,.14);
  font-size: 18px;
}

/* Map Placeholder */
.map-placeholder{
  border-radius: 22px;
  border: 1px dashed rgba(15,23,42,.20);
  background: radial-gradient(800px 400px at 10% 10%, rgba(37,99,235,.08), transparent 60%),
              radial-gradient(800px 400px at 90% 40%, rgba(6,182,212,.08), transparent 60%),
              #fff;
  height: 380px;
  position: relative;
  overflow:hidden;
}
.map-inner{
  position:absolute;
  inset: 0;
  display:grid;
  place-items:center;
  padding: 18px;
  text-align:center;
}
.map-badge{
  display:inline-flex;
  align-items:center;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  font-weight: 700;
}
.map-note{
  margin-top: 12px;
  color:#64748b;
  font-size: 13px;
}

/* Ketua Umum */
.profile-card{
  overflow:hidden;
  border-radius: 22px;
}
.profile-photo{
  height: 280px;
  background: #0b1220;
}
.profile-photo img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
.profile-meta{
  display:grid;
  gap: 8px;
}
.meta-item{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(15,23,42,.06);
}
.meta-item i{ color:#2563eb; }

.speech p{
  line-height: 1.85;
  margin-bottom: 14px;
}
.speech-sign{
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.02);
}

/* Pengurus Grid */
.input-group-soft .input-group-text,
.input-group-soft .form-control{
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
}
.input-group-soft .input-group-text{
  border-right: none;
  border-radius: 14px 0 0 14px;
}
.input-group-soft .form-control{
  border-left: none;
  border-radius: 0 14px 14px 0;
}
.input-group-soft .form-control:focus{
  box-shadow: 0 0 0 .25rem rgba(37,99,235,.08);
}

.pengurus-card{
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 18px 55px rgba(2,6,23,.06);
  transition: transform .15s ease, box-shadow .15s ease;
  padding: 0;
}
.pengurus-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(2,6,23,.10);
}
.pengurus-photo{
  height: 220px;
  background: #0b1220;
}
.pengurus-photo img{
  width:100%;height:100%;
  object-fit: cover;
  display:block;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .35rem .55rem;
  border-radius: 999px;
  font-size: 12px;
  color:#0f172a;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
}
.chip i{ color:#2563eb; }

/* Modal */
.modal-soft{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  overflow:hidden;
}
.modal-photo{
  height: 280px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.08);
  background:#0b1220;
}
.modal-photo img{
  width:100%;height:100%;
  object-fit: cover;
  display:block;
}

