:root {
  --blue: #007bff;
  --blue-dark: #0056b3;
  --blue-soft: #eaf4ff;
  --yellow: #ffc928;
  --orange: #ff9818;
  --dark: #17202a;
  --text: #253041;
  --muted: #6b7280;
  --white: #ffffff;
  --soft: #f7fbff;
  --border: #e5e7eb;
  --shadow: 0 20px 50px rgba(0, 123, 255, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Plus Jakarta Sans", sans-serif; background: var(--soft); color: var(--dark); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}
.navbar.is-scrolled {
  background: rgba(238, 247, 255, 0.72);
  border-bottom-color: rgba(215, 228, 245, 0.45);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.nav-wrapper { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 22px; color: var(--blue); }
.logo-icon { width: 52px; height: 52px; display: grid; place-items: center; background: linear-gradient(135deg, #007bff, #3395ff); color: var(--yellow); border-radius: 18px; box-shadow: 0 14px 32px rgba(0,123,255,.25); font-size: 24px; }
.menu { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 900; }
.menu a { color: #253041; transition: .2s ease; }
.menu a:hover { color: var(--blue); }
.btn-nav { padding: 18px 30px; border-radius: 999px; background: var(--blue); color: white !important; box-shadow: 0 18px 35px rgba(0,123,255,.24); }
#menu-toggle { display: none; }
.hamburger { display: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; background: white; }
.hamburger span { width: 20px; height: 2px; background: var(--dark); border-radius: 10px; }

.hero { position: relative; overflow: hidden; padding: 132px 0 72px; background: radial-gradient(circle at 12% 10%, rgba(255,201,40,.22), transparent 30%), radial-gradient(circle at 92% 0%, rgba(0,123,255,.18), transparent 30%), linear-gradient(180deg, #ffffff 0%, #eef7ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.badge, .section-label { display: inline-flex; align-items: center; width: fit-content; padding: 8px 14px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 13px; font-weight: 900; margin-bottom: 16px; }
.hero h1 { font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -2px; margin-bottom: 22px; }
.hero p { max-width: 610px; color: var(--muted); font-size: 17px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.btn-primary, .btn-secondary, .btn-card, .btn-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: .2s ease; }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 18px 35px rgba(0,123,255,.25); }
.btn-primary:hover, .btn-cta:hover { transform: translateY(-2px); background: var(--blue-dark); }
.btn-secondary { background: white; color: var(--blue); border: 1px solid var(--border); }
.hero-mini-stats { display: grid; grid-template-columns: repeat(3,1fr); max-width: 520px; gap: 14px; }
.hero-mini-stats div { background: white; padding: 18px; border-radius: 18px; border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(17,24,39,.05); }
.hero-mini-stats strong { display: block; color: var(--blue); font-size: 25px; line-height: 1.1; }
.hero-mini-stats span { font-size: 13px; color: var(--muted); font-weight: 700; }
.hero-card.hero-slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.05 / 1;
  border-radius: 42px;
  background: linear-gradient(135deg, #dcecff, #f4f9ff);
  box-shadow: 0 28px 70px rgba(0, 79, 170, 0.18);
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 0.65s ease, transform 1s ease, visibility 0.65s ease;
}
.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 24, 50, 0.04) 0%, rgba(5, 24, 50, 0.16) 100%),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.16), transparent 28%);
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.hero-slide-1 {
  background: linear-gradient(135deg, #dcecff, #f4f9ff);
}
.hero-slide-2 {
  background: linear-gradient(135deg, #dcecff, #f4f9ff);
}
.hero-slide-3 {
  background: linear-gradient(135deg, #dcecff, #f4f9ff);
}
.hero-slide-glass {
  width: min(100%, 420px);
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: 0 18px 40px rgba(15,23,42,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hero-slide-glass span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #007bff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}
.hero-slide-glass h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -.8px;
  font-weight: 900;
}
.hero-slide-glass p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
.hero-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(15,23,42,.16);
  transform: translateY(-50%);
  transition: .22s ease;
}
.hero-slider-btn:hover {
  background: #ffffff;
  color: #007bff;
  transform: translateY(-50%) scale(1.05);
}
.hero-prev { left: 18px; }
.hero-next { right: 18px; }
.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.hero-slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  cursor: pointer;
  transition: .22s ease;
}
.hero-slider-dots button.is-active {
  width: 28px;
  background: #ffffff;
}

section { padding: 86px 0; }
.section-header { max-width: 720px; margin-bottom: 36px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-header h2, .why-content h2, .cta h2 { font-size: clamp(30px,4vw,46px); line-height: 1.15; letter-spacing: -1px; margin-bottom: 14px; }
.section-header p, .why-content p, .cta p { color: var(--muted); }
.achievement { background: white; }
.achievement-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.achievement-card { padding: 26px; border-radius: var(--radius); background: white; border: 1px solid var(--border); box-shadow: 0 15px 35px rgba(17,24,39,.06); }
.achievement-card span { color: var(--blue); font-size: 13px; font-weight: 900; }
.achievement-card h3 { margin: 10px 0; font-size: 20px; }
.achievement-card strong { display: block; color: var(--orange); font-size: 28px; margin-bottom: 6px; }
.achievement-card p { color: var(--muted); font-size: 14px; }
.branches {
  background:
    radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  position: relative;
  overflow: hidden;
}

.branches-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.branch-section-header {
  max-width: 820px;
  margin-bottom: 0;
}

.branch-nav-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.branch-nav-btn {
  width: 54px;
  height: 54px;
  border: 1px solid #dbe6f5;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: all .22s ease;
}

.branch-nav-btn:hover {
  transform: translateY(-2px);
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  box-shadow: 0 18px 35px rgba(0,123,255,.22);
}

.branch-scroll-wrap {
  position: relative;
}

.branch-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 2px 16px;
  scrollbar-width: thin;
  scrollbar-color: #b9d8ff #edf5ff;
}

.branch-slider::-webkit-scrollbar {
  height: 10px;
}

.branch-slider::-webkit-scrollbar-track {
  background: #edf5ff;
  border-radius: 999px;
}

.branch-slider::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #9bc7ff, #007bff);
  border-radius: 999px;
}

.branch-card {
  flex: 0 0 380px;
  scroll-snap-align: start;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(219,230,245,.95);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
}

.branch-map-card {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #eaf4ff;
}

.branch-map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.05) contrast(.98);
}

.branch-map-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15,23,42,.26) 0%, rgba(15,23,42,.04) 44%, rgba(15,23,42,.50) 100%);
}

.branch-code {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .9px;
  box-shadow: 0 10px 24px rgba(15,23,42,.16);
}

.branch-map-title {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: white;
  text-shadow: 0 4px 18px rgba(15,23,42,.34);
}

.branch-map-title span {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  opacity: .9;
}

.branch-map-title strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.8px;
}

.branch-map-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,123,255,.26);
  transition: .2s ease;
}

.branch-map-btn:hover {
  transform: translateY(-2px);
  background: var(--blue-dark);
}

.branch-card-body {
  padding: 22px 24px 24px;
}

.branch-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f8ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.branch-card-body h3 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  color: #0f172a;
}

.branch-card-body p {
  color: #5f6c80;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
  min-height: 52px;
}

.branch-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  margin-top: 10px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e6eef9;
}

.branch-contact.secondary {
  background: #f6fbf7;
  border-color: #dff2e3;
}

.branch-contact span {
  font-size: 16px;
  flex-shrink: 0;
}

.branch-contact a {
  color: #152033;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.branch-contact a:hover {
  color: var(--blue);
}

.bp-programs {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255,201,40,.18), transparent 30%),
    radial-gradient(circle at 94% 5%, rgba(0,123,255,.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}
.bp-section-header { max-width: 760px; margin: 0 auto 28px; text-align: center; color: var(--dark); }
.bp-section-header span { display: inline-flex; padding: 8px 16px; margin-bottom: 14px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 13px; font-weight: 900; }
.bp-section-header h2 { margin-bottom: 12px; font-size: clamp(30px,4vw,44px); line-height: 1.16; letter-spacing: -1px; color: #17202a; }
.bp-section-header p { max-width: 620px; margin: 0 auto; color: #667085; font-size: 16px; }

.bp-tabs-box {
  width: min(840px, 100%);
  margin: 0 auto 34px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid #dce8f6;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(0,39,88,.09);
}
.bp-tabs-title { flex: 0 0 auto; min-width: 138px; padding-left: 8px; font-size: 18px; line-height: 1.15; font-weight: 900; color: #0056b3; }
.bp-tabs { flex: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.bp-tab-btn { border: 0; min-width: 0; min-height: 48px; padding: 0 16px; border-radius: 16px; background: #f3f4f6; color: #202631; font-size: 14px; font-weight: 900; cursor: pointer; transition: .22s ease; white-space: nowrap; }
.bp-tab-btn:hover { transform: translateY(-2px); background: #eaf4ff; color: var(--blue); }
.bp-tab-btn.is-active { background: var(--yellow); color: #17202a; box-shadow: 0 12px 26px rgba(255,201,40,.30); }

.bp-program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 22px; }
.bp-program-card {
  display: none;
  position: relative;
  height: auto;
  min-height: 0;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dce8f6;
  border-radius: 30px;
  box-shadow: 0 18px 45px rgba(0,39,88,.09);
  overflow: hidden;
  transition: .22s ease;
}
.bp-program-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #007bff, #39a2ff, #ffc928); }
.bp-program-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(0,39,88,.13); }
.bp-program-card.is-visible { display: flex; animation: bpFadeUp .35s ease both; }
@keyframes bpFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.bp-edu-badge { position: absolute; top: 24px; right: 24px; z-index: 3; min-width: 118px; padding: 9px 10px; display: flex; align-items: center; gap: 9px; border-radius: 18px; color: #fff; box-shadow: 0 14px 28px rgba(15,23,42,.18); }
.bp-edu-badge::before { content: ""; position: absolute; inset: 4px; border: 1px dashed rgba(255,255,255,.42); border-radius: 14px; pointer-events: none; }
.bp-edu-icon { position: relative; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.18); font-size: 18px; }
.bp-edu-badge div:last-child { position: relative; z-index: 2; }
.bp-edu-badge span { display: block; font-size: 10px; line-height: 1; font-weight: 800; opacity: .9; }
.bp-edu-badge strong { display: block; margin-top: 3px; font-size: 13px; line-height: 1.05; font-weight: 900; white-space: nowrap; }
.badge-blue { background: linear-gradient(135deg, #007bff, #4aa3ff); }
.badge-purple { background: linear-gradient(135deg, #6f42c1, #9b72f2); }
.badge-green { background: linear-gradient(135deg, #00a884, #16c79a); }
.badge-orange { background: linear-gradient(135deg, #ff8a00, #ffb347); }
.badge-red { background: linear-gradient(135deg, #ef476f, #ff7a95); }
.badge-pink { background: linear-gradient(135deg, #d63384, #ff6fb1); }
.badge-cyan { background: linear-gradient(135deg, #00b4d8, #48cae4); }

.bp-card-logo {
  min-height: 122px;
  max-width: none;
  margin: 0 0 18px;
  padding: 24px 126px 20px 20px;
  /* border: 1px solid #e5eef8; */
  border-radius: 24px;
  /* background: linear-gradient(135deg, #f8fbff, #ffffff); */
  color: #0f766e;
}
.bp-card-logo span { display: block; font-size: 14px; line-height: 1; font-weight: 900; }
.bp-card-logo strong { display: block; margin-top: 4px; font-size: 36px; line-height: .95; letter-spacing: -1.3px; color: #0f68b8; }
.bp-card-logo small { display: inline-flex; width: fit-content; margin-top: 10px; padding: 7px 11px; border-radius: 999px; background: #007bff; color: white; font-size: 12px; line-height: 1; font-weight: 900; }
.bp-logo-ptn strong { font-size: 25px; line-height: 1.05; color: #202631; }
.bp-logo-school strong { font-size: 25px; line-height: 1; color: #0f68b8; }
.bp-logo-jago span { color: #1277c9; font-size: 22px; }
.bp-logo-jago strong { color: #0f5fa8; font-size: 30px; }
.bp-logo-jago small { background: transparent; color: #0f5fa8; padding: 0; font-size: 15px; }

.bp-card-info { min-height: 0; margin-bottom: 16px; }
.bp-card-info h3 { margin: 0 0 12px; padding-right: 0; font-size: 22px; line-height: 1.25; letter-spacing: -.5px; color: #202631; }
.bp-info-row { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 10px; margin-bottom: 10px; color: #2b3038; }
.bp-info-row span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: #f2f7ff; font-size: 16px; line-height: 1; }
.bp-info-row p { margin: 0; color: #475467; font-size: 14px; font-weight: 700; line-height: 1.58; }
.bp-info-row p strong { color: #202631; font-weight: 900; }

.bp-accordion { height: auto; min-height: 0; display: grid; align-content: start; gap: 9px; margin-top: 4px; overflow: visible; }
.bp-acc-item { border: 1px solid #e5eef8; border-radius: 17px; overflow: hidden; background: #ffffff; }
.bp-acc-head { width: 100%; min-height: 54px; padding: 0 16px; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: space-between; background: #f2f7ff; color: #1f2a37; font-size: 15px; font-weight: 900; cursor: pointer; text-align: left; transition: .2s ease; }
.bp-acc-head:hover { background: #e4f0ff; color: var(--blue); }
.bp-acc-head span { width: 26px; height: 26px; display: grid; place-items: center; flex-shrink: 0; border-radius: 999px; background: #ffffff; color: #1f2a37; font-size: 18px; line-height: 1; transition: .25s ease; }
.bp-acc-item.is-open { border-color: rgba(0,123,255,.32); }
.bp-acc-item.is-open .bp-acc-head { background: #007bff; color: white; }
.bp-acc-item.is-open .bp-acc-head span { transform: rotate(180deg); color: #007bff; }
.bp-acc-body { max-height: 0; overflow: hidden; background: white; transition: max-height .32s ease; }
.bp-acc-inner { padding: 14px 16px 16px; }
.bp-acc-inner ul { list-style: none; display: grid; gap: 8px; margin: 0; padding: 0; }
.bp-acc-inner li { color: #475467; font-size: 14px; line-height: 1.55; font-weight: 700; }

.bp-card-bottom { margin-top: 10px; padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; border: 1px solid #e3edf9; border-radius: 22px; background: linear-gradient(135deg, rgba(0,123,255,.08), rgba(255,201,40,.10)), #f8fbff; }
.bp-card-bottom span { display: block; margin-bottom: 5px; color: #0056b3; font-size: 13px; line-height: 1; font-weight: 900; }
.bp-card-bottom strong { display: block; color: #007bff; font-size: 30px; line-height: 1; font-weight: 900; letter-spacing: -1px; }
.bp-card-bottom a { min-width: 142px; min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 16px; background: linear-gradient(135deg, #ff9818, #ffb347); color: white; font-size: 14px; font-weight: 900; box-shadow: 0 12px 24px rgba(255,152,24,.24); transition: .2s ease; white-space: nowrap; }
.bp-card-bottom a:hover { transform: translateY(-2px); background: linear-gradient(135deg, #f08300, #ff9818); }
.bp-note { margin: 12px 0 0; color: #007bff; font-size: 12.5px; line-height: 1.45; font-weight: 850; text-align: center; }


.why { background: #f7fbff; }
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.why-list { display: grid; gap: 14px; margin-top: 28px; }
.why-list div { display: flex; gap: 16px; align-items: center; padding: 18px; background: white; border-radius: 18px; border: 1px solid var(--border); }
.why-list strong { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--blue); color: white; }
.why-list span { font-weight: 700; }
.why-box { padding: 34px; border-radius: 34px; background: var(--blue); color: white; box-shadow: var(--shadow); }
.why-box h3 { font-size: 30px; margin-bottom: 22px; }
.facility-item { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); padding: 16px; border-radius: 16px; margin-bottom: 12px; font-weight: 700; }
.testimonials { background: white; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-card { padding: 26px; border-radius: var(--radius); background: white; border: 1px solid var(--border); box-shadow: 0 14px 35px rgba(17,24,39,.06); }
.testimonial-card p { color: #344054; margin-bottom: 18px; }
.user { display: flex; align-items: center; gap: 12px; font-weight: 900; }
.user div { width: 46px; height: 46px; display: grid; place-items: center; background: var(--blue-soft); border-radius: 50%; }
.cta { background: white; padding-top: 20px; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 42px; border-radius: 36px; background: radial-gradient(circle at 90% 20%, rgba(255,201,40,.35), transparent 26%), linear-gradient(135deg, #007bff, #3395ff); color: white; }
.section-label.light { background: rgba(255,255,255,.16); color: white; }
.cta p { color: rgba(255,255,255,.84); }
.btn-cta { background: var(--yellow); color: #3a2b00; flex-shrink: 0; }
.footer { background: #0f172a; color: white; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 34px; padding-bottom: 42px; }
.footer-logo { color: white; margin-bottom: 16px; }
.footer p, .footer a { display: block; color: rgba(255,255,255,.74); margin-bottom: 9px; }
.footer h4 { margin-bottom: 16px; font-size: 18px; }
.copyright { text-align: center; padding: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65); font-size: 14px; }

@media (max-width: 980px) {
  .branches-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .branch-nav-group {
    align-self: flex-end;
  }

  .branch-card {
    flex: 0 0 340px;
  }

  .branch-map-card {
    height: 210px;
  }
}

@media (max-width: 640px) {
  .branch-nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 18px;
  }

  .branch-slider {
    gap: 16px;
    padding-bottom: 10px;
  }

  .branch-card {
    flex: 0 0 calc(100vw - 34px);
  }

  .branch-map-card {
    height: 220px;
  }

  .branch-map-title strong {
    font-size: 25px;
  }

  .branch-card-body {
    padding: 20px;
  }

  .branch-card-body h3 {
    font-size: 21px;
  }

  .branch-card-body p {
    font-size: 15px;
    min-height: auto;
  }

  .branch-map-btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .bp-program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bp-tabs-box { width: min(820px,100%); }
}
@media (max-width: 980px) {
  .hamburger { display: flex; }
  .menu { position: absolute; top: 92px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); }
  .menu a { padding: 14px; border-radius: 12px; }
  .menu a:hover { background: var(--blue-soft); }
  #menu-toggle:checked ~ .menu { display: flex; }
  .hero-grid, .why-grid { grid-template-columns: 1fr; }
  .achievement-grid, .testimonial-grid { grid-template-columns: repeat(2,1fr); }
  .hero-card { min-height: 460px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 800px) {
  .bp-tabs-box { align-items: stretch; flex-direction: column; padding: 12px; }
  .bp-tabs-title { min-width: auto; padding-left: 0; text-align: center; }
  .bp-tabs { grid-template-columns: 1fr; }
  .bp-tab-btn { width: 100%; }
  .bp-program-grid { grid-template-columns: 1fr; }
  .bp-program-card { max-width: 520px; width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .nav-wrapper { height: 92px; }
  .logo { font-size: 18px; }
  .logo-icon { width: 44px; height: 44px; border-radius: 15px; }
  .hero { padding-top: 120px; }
  .hero-mini-stats, .achievement-grid, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 420px; border-radius: 30px; }
  .illustration { width: 220px; height: 220px; }
  section { padding: 62px 0; }
  .bp-programs { padding: 58px 0 68px; }
  .bp-section-header h2 { font-size: 29px; }
  .bp-section-header p { font-size: 14px; }
  .bp-program-card { padding: 18px; border-radius: 26px; }
  .bp-card-logo { min-height: 112px; padding: 20px 108px 18px 16px; border-radius: 21px; }
  .bp-card-logo strong { font-size: 28px; }
  .bp-logo-ptn strong, .bp-logo-school strong { font-size: 21px; }
  .bp-card-info h3 { font-size: 20px; }
  .bp-info-row { grid-template-columns: 30px 1fr; }
  .bp-info-row span { width: 30px; height: 30px; font-size: 14px; }
  .bp-info-row p { font-size: 13.5px; }
  .bp-edu-badge { top: 18px; right: 18px; min-width: 104px; gap: 7px; padding: 8px; border-radius: 16px; }
  .bp-edu-icon { width: 30px; height: 30px; font-size: 16px; }
  .bp-edu-badge strong { font-size: 12px; }
  .bp-acc-head { min-height: 50px; font-size: 14px; }
  .bp-card-bottom { grid-template-columns: 1fr; gap: 12px; }
  .bp-card-bottom a { width: 100%; }
  .cta-box { padding: 30px; }
}

/* Responsive khusus header fixed dan hero slider */
@media (max-width: 980px) {
  .menu {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    z-index: 1000;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-card.hero-slider {
    order: -1;
    min-height: 440px;
  }

  .hero-content {
    order: 2;
  }
}

@media (max-width: 640px) {
  .nav-wrapper {
    height: 76px;
  }

  .logo {
    font-size: 17px;
  }

  .logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-card.hero-slider {
    min-height: 330px;
    border-radius: 28px;
  }

  .hero-slide {
    padding: 18px;
  }

  .hero-slide-glass {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-slide-glass h3 {
    font-size: 21px;
  }

  .hero-slide-glass p {
    font-size: 12.5px;
  }

  .hero-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .hero-prev {
    left: 12px;
  }

  .hero-next {
    right: 12px;
  }
}


/* =========================================================
   FINAL FIX: HEADER TRANSPARENT + HERO IMAGE FIT
   Gambar hero selalu memenuhi card tanpa keluar dari sudut rounded.
========================================================= */
.navbar {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

.navbar.is-scrolled {
  background: rgba(238, 247, 255, 0.72) !important;
  border-bottom-color: rgba(215, 228, 245, 0.45) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-card.hero-slider,
.hero-image-slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0 !important;
  aspect-ratio: 1.05 / 1;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 42px;
  background: linear-gradient(135deg, #dcecff, #f4f9ff);
}

.hero-image-slider .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
}

.hero-image-slider .hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
}

.hero-image-slider .hero-slide::before {
  z-index: 1;
}

.hero-image-slider .hero-slide.is-active {
  z-index: 2;
}

.hero-slider-btn,
.hero-slider-dots {
  z-index: 5;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-card.hero-slider,
  .hero-image-slider {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
    border-radius: 34px;
  }

  .hero-content {
    order: 2;
  }
}

@media (max-width: 640px) {
  .navbar.is-scrolled {
    background: rgba(238, 247, 255, 0.82) !important;
  }

  .hero-card.hero-slider,
  .hero-image-slider {
    width: 100%;
    height: auto;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
  }

  .hero-image-slider .hero-slide {
    padding: 0 !important;
  }

  .hero-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .hero-prev {
    left: 12px;
  }

  .hero-next {
    right: 12px;
  }
}


/* ==============================
   Halaman Pendaftaran ASP.NET
   ============================== */
.registration-hero {
  padding: 132px 0 60px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,201,40,.22), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(0,123,255,.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}
.registration-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.registration-info-card,
.registration-form-card,
.success-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(229,231,235,.9);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}
.registration-info-card { padding: 34px; position: sticky; top: 112px; }
.registration-info-card h1 { font-size: clamp(32px, 4vw, 52px); line-height: 1.1; letter-spacing: -1.4px; margin-bottom: 16px; }
.registration-info-card p { color: var(--muted); margin-bottom: 24px; }
.registration-checklist { display: grid; gap: 12px; }
.registration-checklist div { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: #f7fbff; border: 1px solid var(--border); font-weight: 800; color: var(--text); }
.registration-checklist span { color: var(--blue); font-weight: 900; }
.registration-form-card { padding: 34px; }
.registration-form-card h2 { font-size: 30px; line-height: 1.2; margin-bottom: 8px; }
.form-subtitle { color: var(--muted); margin-bottom: 26px; }
.registration-form { display: grid; gap: 18px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: grid; gap: 8px; }
.form-group label { font-size: 14px; font-weight: 900; color: var(--text); }
.required { color: #ef4444; }
.form-control {
  width: 100%; min-height: 52px; padding: 13px 15px;
  border: 1px solid #dbe3ef; border-radius: 16px; outline: none;
  background: #fff; color: var(--dark); font-family: inherit; font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-control:focus { border-color: rgba(0,123,255,.7); box-shadow: 0 0 0 4px rgba(0,123,255,.12); }
.file-control { padding: 11px; cursor: pointer; background: #fbfdff; }
.form-hint { color: var(--muted); font-size: 12px; line-height: 1.5; }
.field-validation-error, .text-danger { color: #dc2626; font-size: 12px; font-weight: 800; }
.validation-summary-errors, .alert-error {
  padding: 14px 16px; border-radius: 16px; background: #fff1f2;
  border: 1px solid #fecdd3; color: #be123c; font-weight: 800;
}
.alert-success {
  padding: 14px 16px; border-radius: 16px; background: #ecfdf5;
  border: 1px solid #bbf7d0; color: #047857; font-weight: 800;
}
.btn-submit {
  min-height: 56px; border: none; border-radius: 999px; background: var(--blue);
  color: #fff; font-weight: 900; font-size: 16px; cursor: pointer;
  box-shadow: 0 18px 35px rgba(0,123,255,.22); transition: .2s ease;
}
.btn-submit:not(:disabled):hover { transform: translateY(-2px); background: var(--blue-dark); }
.btn-submit:disabled { cursor: not-allowed; opacity: .48; box-shadow: none; }
.safe-note { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; padding: 14px 16px; border-radius: 18px; background: #f8fafc; border: 1px dashed #cbd5e1; }
.success-section { padding: 132px 0 76px; background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%); min-height: 72vh; display: grid; align-items: center; }
.success-card { max-width: 720px; margin: 0 auto; padding: 42px; text-align: center; }
.success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 24px; background: #eaf4ff; color: var(--blue); font-size: 38px; }
.success-card h1 { font-size: clamp(30px, 5vw, 44px); line-height: 1.15; margin-bottom: 12px; }
.success-card p { color: var(--muted); margin-bottom: 24px; }
.success-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .registration-grid { grid-template-columns: 1fr; }
  .registration-info-card { position: static; }
}
@media (max-width: 640px) {
  .registration-hero { padding-top: 112px; }
  .registration-info-card, .registration-form-card, .success-card { border-radius: 24px; padding: 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ===== Admin Panel & Dynamic Public Sections ===== */
.empty-public-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  color: var(--muted);
  box-shadow: 0 16px 40px rgba(15,23,42,.06);
}

.program-grid-public {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.program-card-public {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(15,23,42,.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.program-card-public h3 { font-size: 24px; line-height: 1.2; }
.program-card-public p { color: var(--muted); }
.program-level {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
}
.program-price {
  font-weight: 900;
  font-size: 24px;
  color: var(--blue);
}
.program-info {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #edf3fa;
}
.program-info strong { font-size: 13px; color: var(--dark); }
.program-info span { color: var(--muted); font-size: 14px; }
.bp-program-card { display: none; }
.bp-program-card.is-visible { display: block; }
.bp-tabs { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin: 22px 0 30px; }
.bp-tab-btn {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  color: var(--text);
  cursor: pointer;
}
.bp-tab-btn.is-active { background: var(--blue); color: #fff; border-color: var(--blue); }

.facility-section, .why-section, .testimonial-section, .cta-section { padding: 76px 0; }
.facility-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.facility-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.facility-list div, .why-grid div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 34px rgba(15,23,42,.05);
  font-weight: 900;
}
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 28px; }
.why-grid p { color: var(--muted); font-weight: 600; margin-top: 8px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}
.testimonial-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.testimonial-head img, .testimonial-head span {
  width: 56px; height: 56px; border-radius: 18px; object-fit: cover;
  display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 900;
}
.testimonial-head h3 { line-height: 1.1; }
.testimonial-head p, .testimonial-card > p, .testimonial-meta { color: var(--muted); }
.testimonial-meta { margin-top: 14px; font-weight: 800; }
.video-link { display: inline-flex; margin-top: 14px; color: var(--blue); font-weight: 900; }
.cta-card {
  background: linear-gradient(135deg, #007bff, #0b5fc2);
  color: #fff;
  border-radius: 32px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 28px 60px rgba(0,123,255,.22);
}
.cta-card p { color: rgba(255,255,255,.82); }
.cta-card .section-label { background: rgba(255,255,255,.16); color: #fff; }
.btn-cta { background: #fff; color: var(--blue); }

.program-biaya-box {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--blue-soft);
  border: 1px solid rgba(0,123,255,.16);
  margin-bottom: 16px;
}
.program-biaya-box span { color: var(--muted); font-weight: 800; }
.program-biaya-box strong { color: var(--blue); font-size: 22px; }

.admin-body {
  min-height: 100vh;
  background: #f4f7fb;
  color: #17202a;
  display: grid;
  grid-template-columns: 290px 1fr;
}
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e6edf5;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  overflow: auto;
}
.admin-brand { display: flex; align-items: center; gap: 12px; font-size: 20px; color: var(--blue); }
.admin-menu { display: grid; gap: 8px; }
.admin-menu a, .admin-menu-group strong {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 900;
  color: #253041;
}
.admin-menu a:hover { background: var(--blue-soft); color: var(--blue); }
.admin-menu-group {
  border: 1px solid #edf3fa;
  border-radius: 18px;
  padding: 8px;
  background: #f8fbff;
}
.admin-menu-group strong { color: var(--blue); }
.admin-menu-group a { font-size: 14px; padding-left: 20px; }
.admin-logout-form { margin-top: auto; }
.admin-logout {
  width: 100%; border: 0; background: #fff0f0; color: #d72727; border-radius: 14px; padding: 14px;
  font-weight: 900; cursor: pointer;
}
.admin-main { padding: 26px; min-width: 0; }
.admin-topbar {
  background: rgba(255,255,255,.84);
  border: 1px solid #e6edf5;
  border-radius: 22px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,.04);
}
.admin-topbar span { color: var(--muted); font-size: 13px; display: block; }
.admin-link-preview { color: var(--blue); font-weight: 900; }
.admin-page-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.admin-page-head h1 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -1px; }
.admin-page-head p { color: var(--muted); }
.admin-badge {
  display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--blue-soft); color: var(--blue);
  font-size: 12px; font-weight: 900; margin-bottom: 8px;
}
.admin-submit, .admin-secondary {
  border: 0;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.admin-submit { background: var(--blue); color: #fff; }
.admin-submit.full { width: 100%; margin-top: 12px; }
.admin-secondary { background: #fff; color: var(--blue); border: 1px solid #dce7f5; }
.admin-head-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.admin-feature-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  transition: .2s ease;
}
.admin-feature-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(15,23,42,.08); }
.admin-feature-card span { color: var(--blue); font-weight: 900; }
.admin-feature-card h3 { margin: 10px 0 8px; }
.admin-feature-card p { color: var(--muted); }
.admin-table-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  overflow-x: auto;
}
.admin-table { width: 100%; border-collapse: collapse; min-width: 820px; }
.admin-table th, .admin-table td { padding: 14px 12px; border-bottom: 1px solid #edf3fa; text-align: left; vertical-align: middle; }
.admin-table th { font-size: 13px; color: var(--muted); background: #f8fbff; }
.admin-table small { color: var(--muted); }
.admin-thumb { width: 150px; height: 88px; object-fit: cover; border-radius: 16px; border: 1px solid #edf3fa; }
.admin-avatar { width: 58px; height: 58px; border-radius: 16px; object-fit: cover; border: 1px solid #edf3fa; display: inline-grid; place-items: center; background: #eef7ff; font-weight: 900; color: var(--blue); }
.admin-actions { display: flex; gap: 8px; align-items: center; }
.admin-actions a, .admin-actions button {
  border: 0; border-radius: 12px; padding: 9px 12px; font-weight: 900; cursor: pointer; font-size: 13px;
}
.admin-actions a { background: var(--blue-soft); color: var(--blue); }
.admin-actions button { background: #fff0f0; color: #d72727; }
.status-pill { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.status-pill.show { background: #e9fbf1; color: #16834a; }
.status-pill.hide { background: #fff3e8; color: #c86b00; }
.admin-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 16px; font-weight: 800; }
.admin-alert.success { background: #e9fbf1; color: #16834a; }
.admin-alert.error { background: #fff0f0; color: #d72727; }
.admin-form-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-weight: 900; }
.form-group input, .form-group select, .form-group textarea, .admin-form input {
  width: 100%; border: 1px solid #dce7f5; border-radius: 14px; padding: 14px 16px; font-family: inherit; font-size: 15px; background: #fff;
}
.form-group textarea { resize: vertical; }
.form-group small { color: var(--muted); }
.check-row { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.check-row input { width: 18px; height: 18px; }
.admin-current-image img { width: min(420px, 100%); height: 230px; object-fit: cover; border-radius: 20px; margin-bottom: 20px; }
.admin-current-avatar img { width: 110px; height: 110px; object-fit: cover; border-radius: 24px; margin-bottom: 20px; }
.validation-summary, .validation-summary-errors { color: #d72727; font-weight: 800; margin-bottom: 12px; }
.field-error { color: #d72727; font-size: 13px; font-weight: 800; }

.admin-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 15% 10%, rgba(255,201,40,.18), transparent 26%), linear-gradient(135deg, #eef7ff, #ffffff);
  padding: 20px;
}
.admin-login-wrap { width: min(460px, 100%); }
.admin-login-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 28px 70px rgba(0,79,170,.13);
}
.admin-login-logo { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 20px; margin-bottom: 24px; }
.admin-login-card h1 { font-size: 34px; letter-spacing: -1px; }
.admin-login-card p { color: var(--muted); margin: 8px 0 22px; }
.admin-form { display: grid; gap: 12px; }
.admin-form label { font-weight: 900; }

@media (max-width: 980px) {
  .program-grid-public, .testimonial-grid, .why-grid, .admin-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facility-grid { grid-template-columns: 1fr; }
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { position: relative; height: auto; }
  .admin-main { padding: 18px; }
}
@media (max-width: 680px) {
  .program-grid-public, .testimonial-grid, .why-grid, .facility-list, .admin-card-grid, .form-grid { grid-template-columns: 1fr; }
  .cta-card, .admin-page-head, .admin-topbar { align-items: stretch; flex-direction: column; }
  .admin-submit, .admin-secondary { width: 100%; }
}


/* FIX: gambar avatar testimoni mengikuti desain awal (.user), tidak mengubah layout utama */
.user .testimonial-avatar {
  overflow: hidden;
  flex-shrink: 0;
}
.user .testimonial-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.user small {
  display: inline-block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.video-link {
  display: inline-flex;
  margin-top: 14px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
}
.empty-public-card {
  background: #fff;
  border: 1px dashed #cfe0f4;
  color: var(--muted);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  font-weight: 800;
}


/* ================================
   ABOUT / TENTANG SECTION
================================ */

.about-pro-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.about-pro-container {
  position: relative;
}

/* ================================
   HEADER ATAS
================================ */

.about-pro-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.about-pro-header .section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-pro-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about-pro-header p {
  max-width: 620px;
  margin: 16px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

/* ================================
   GRID BAWAH
================================ */

.about-pro-body-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 28px;
  align-items: stretch;
}

/* ================================
   CARD UMUM
================================ */

.about-pro-slider-card,
.about-pro-content-card {
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* ================================
   CARD TENTOR / PENGAJAR
================================ */

.about-pro-slider-card {
  width: 100%;
  max-width: 320px;
  padding: 16px;
}

.about-pro-slider {
  position: relative;
  min-height: 100%;
}

.about-pro-slide {
  display: none;
  animation: aboutFade 0.45s ease;
}

.about-pro-slide.is-active {
  display: block;
}

@keyframes aboutFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-pro-card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  padding: 26px 18px 42px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

/* FOTO PENGAJAR */
.about-pro-photo {
  position: relative;
  width: 230px;
  height: 230px;
  margin-bottom: 18px;
  isolation: isolate;
}

.about-pro-ring {
  position: absolute;
  inset: -8px;
  z-index: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, #2563eb, #38bdf8, #facc15, #2563eb);
  opacity: 0.95;
  animation: aboutRingRotate 7s linear infinite;
}

@keyframes aboutRingRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about-pro-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 5px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.about-pro-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.about-pro-graduate {
  margin: 5px 0 14px;
  color: #2563eb;
  font-size: 12.8px;
  line-height: 1.5;
  font-weight: 700;
}

.about-pro-quote {
  max-width: 270px;
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

/* ================================
   DOT SLIDER
================================ */

.about-pro-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.about-pro-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: 0.25s ease;
}

.about-pro-dots button.is-active {
  width: 24px;
  background: #2563eb;
}

/* ================================
   CARD DETAIL
================================ */

.about-pro-content-card {
  padding: 34px;
}

.about-pro-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-small-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12.5px;
  font-weight: 800;
}

.about-pro-content h3 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-pro-content > p {
  max-width: 620px;
  margin: 0 0 28px;
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.8;
}

/* ================================
   FITUR DETAIL
================================ */

.about-pro-features {
  display: grid;
  gap: 14px;
}

.about-pro-feature {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  transition: 0.25s ease;
}

.about-pro-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.about-pro-feature strong {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.about-pro-feature h4 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.about-pro-feature p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

/* ================================
   RESPONSIVE TABLET
================================ */

@media (max-width: 991px) {
  .about-pro-section {
    padding: 70px 0;
  }

  .about-pro-body-grid {
    grid-template-columns: 1fr;
  }

  .about-pro-slider-card {
    max-width: 380px;
    margin: 0 auto;
  }

  .about-pro-slider-card,
  .about-pro-content-card {
    border-radius: 26px;
  }

  .about-pro-card {
    min-height: 390px;
  }
}

/* ================================
   RESPONSIVE MOBILE
================================ */

@media (max-width: 575px) {
  .about-pro-section {
    padding: 56px 0;
  }

  .about-pro-header {
    margin-bottom: 28px;
    text-align: left;
  }

  .about-pro-header .section-label {
    font-size: 12.5px;
    padding: 7px 12px;
  }

  .about-pro-header h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .about-pro-header p {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-pro-body-grid {
    gap: 20px;
  }

  .about-pro-slider-card,
  .about-pro-content-card {
    padding: 18px;
    border-radius: 22px;
  }

  .about-pro-slider-card {
    max-width: 100%;
  }

  .about-pro-card {
    min-height: 370px;
    padding: 24px 18px 42px;
    border-radius: 20px;
  }

  .about-pro-photo {
    width: 270px;
    height: 270px;
    margin-bottom: 16px;
  }

  .about-pro-ring {
    inset: -7px;
  }

  .about-pro-card h3 {
    font-size: 19px;
  }

  .about-pro-graduate {
    font-size: 12.5px;
  }

  .about-pro-quote {
    max-width: 100%;
    font-size: 12.8px;
    line-height: 1.7;
  }

  .about-pro-content h3 {
    font-size: 25px;
  }

  .about-pro-content > p {
    font-size: 14.5px;
    line-height: 1.75;
  }

  .about-pro-feature {
    grid-template-columns: 46px 1fr;
    gap: 13px;
    padding: 15px;
    border-radius: 18px;
  }

  .about-pro-feature strong {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 13px;
  }

  .about-pro-feature h4 {
    font-size: 15.5px;
  }

  .about-pro-feature p {
    font-size: 13.5px;
  }
}

/* ================================
   AKSESIBILITAS: KURANGI ANIMASI
================================ */

@media (prefers-reduced-motion: reduce) {
  .about-pro-ring {
    animation: none;
  }

  .about-pro-slide {
    animation: none;
  }

  .about-pro-feature {
    transition: none;
  }
}
/* Info jabatan pengajar pada card tentor */
.about-pro-role {
  margin: -10px 0 14px;
  color: #647084;
  font-size: 13px;
  font-weight: 800;
}

/* =========================================================
   FINAL RESPONSIVE FIX - LOGO, HERO MOBILE, DAN TAB JENJANG
========================================================= */
.logo-image {
  width: 52px;
  height: 52px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-logo-image {
  width: 48px;
  height: 48px;
}

@media (max-width: 800px) {
  .bp-tabs-box {
    align-items: center;
    padding: 16px;
  }

  .bp-tabs-title {
    text-align: center;
  }

  .bp-tabs {
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 0;
  }

  .bp-tab-btn {
    width: auto !important;
    min-width: 0;
    min-height: 44px;
    flex: 0 0 auto;
    padding: 0 18px;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .logo-image {
    width: 44px;
    height: 44px;
  }

  .footer-logo-image {
    width: 42px;
    height: 42px;
  }

  /* Hero slider benar-benar penuh dari sisi kiri ke sisi kanan layar. */
  .hero-card.hero-slider {
    width: 100vw;
    max-width: none;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .hero-slide {
    padding: 0;
  }

  .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-prev {
    left: 14px;
  }

  .hero-next {
    right: 14px;
  }

  .bp-tabs-box {
    width: 100%;
    padding: 16px 12px;
    border-radius: 24px;
  }

  .bp-tabs-title {
    min-width: 0;
    font-size: 18px;
  }

  .bp-tab-btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }
}

/* =========================================================
   FINAL HERO DESKTOP - TEKS LEBIH KECIL, GAMBAR LEBIH LEBAR
   Desktop:
   - Kolom teks dipersempit.
   - Judul diperkecil.
   - Card gambar diperlebar.
   - Gambar memenuhi seluruh card tanpa ruang kosong.
   Tablet dan mobile tetap mengikuti aturan responsif sebelumnya.
========================================================= */
@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 42px;
  }

  .hero-content {
    width: 100%;
    max-width: 540px;
    min-width: 0;
  }

  .hero h1 {
    max-width: 540px;
    font-size: clamp(42px, 3.7vw, 56px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }

  .hero p {
    max-width: 530px;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 28px;
  }

  .hero-actions {
    margin-bottom: 30px;
  }

  .hero-mini-stats {
    width: 100%;
    max-width: 520px;
    gap: 14px;
  }

  .hero-card.hero-slider,
  .hero-image-slider {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0 !important;
    aspect-ratio: 1.22 / 1 !important;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    border-radius: 42px;
    background: linear-gradient(135deg, #dcecff, #f4f9ff);
    box-shadow: 0 28px 70px rgba(0, 79, 170, 0.18);
    isolation: isolate;
  }

  .hero-card.hero-slider .hero-slide,
  .hero-image-slider .hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
  }

  .hero-card.hero-slider .hero-slide img,
  .hero-image-slider .hero-slide img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    display: block;
    object-fit: fill !important;
    object-position: center center !important;
    border-radius: 0;
    background: transparent;
  }
}

/* Desktop menengah agar judul dan gambar tetap seimbang. */
@media (min-width: 981px) and (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(40px, 4.4vw, 52px);
  }

  .hero-card.hero-slider,
  .hero-image-slider {
    aspect-ratio: 1.16 / 1 !important;
  }
}
