/* HEADER SERAGAM SEMUA HALAMAN */
.sl-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  min-height: 78px !important;
  padding: 0 !important;
  border-bottom: 1px solid #28466f !important;
  background: rgba(5, 11, 26, 0.98) !important;
}

.sl-site-header-inner {
  position: relative !important;
  width: min(1200px, calc(100% - 24px)) !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
}

.sl-site-logo {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  border: 1px solid #28466f !important;
  border-radius: 15px !important;
  background: #071022 !important;
  text-decoration: none !important;
}

.sl-site-logo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center 45% !important;
  transform: scale(1.45) !important;
}

.sl-site-brand {
  min-width: 0 !important;
}

.sl-site-title {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.sl-site-subtitle {
  margin-top: 5px !important;
  color: #aebbd5 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.sl-menu-button {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  margin-left: auto !important;
  padding: 0 !important;
  display: none !important;
  place-items: center !important;
  border: 1px solid #28466f !important;
  border-radius: 15px !important;
  color: #ffffff !important;
  background: #111d3a !important;
  cursor: pointer !important;
  font-size: 27px !important;
}

.sl-site-nav {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 17px !important;
}

.sl-site-nav a {
  padding: 8px 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.sl-site-nav a:hover,
.sl-site-nav a.active {
  color: #39dcff !important;
  border-bottom: 3px solid #39dcff !important;
}

@media (max-width: 980px) {
  .sl-site-header-inner {
    width: calc(100% - 18px) !important;
  }

  .sl-menu-button {
    display: grid !important;
  }

  .sl-site-nav {
    position: absolute !important;
    top: 68px !important;
    right: 0 !important;
    width: 230px !important;
    margin: 0 !important;
    padding: 10px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 3px !important;
    border: 1px solid #28466f !important;
    border-radius: 15px !important;
    background: #0b162c !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5) !important;
  }

  .sl-site-nav.show {
    display: flex !important;
  }

  .sl-site-nav a {
    padding: 11px 13px !important;
    border: none !important;
    border-radius: 9px !important;
    color: #aebbd5 !important;
  }

  .sl-site-nav a:hover,
  .sl-site-nav a.active {
    color: #ffffff !important;
    border: none !important;
    background: #142747 !important;
  }
}

@media (max-width: 520px) {
  .sl-site-logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  .sl-site-title {
    max-width: 205px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
  }

  .sl-site-subtitle {
    font-size: 10px !important;
  }

  .sl-menu-button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
}
/* ===== BRAND TITLE GLOW BLUE ===== */

.sl-site-brand {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.sl-site-title {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;

  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 1000 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;

  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #dff6ff 28%,
    #8fe7ff 62%,
    #ffffff 100%
  ) !important;

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;

  text-shadow:
    0 1px 0 rgba(255,255,255,0.35),
    0 2px 0 rgba(130,220,255,0.22),
    0 0 6px rgba(50,180,255,0.55),
    0 0 14px rgba(35,150,255,0.6),
    0 0 26px rgba(24,122,255,0.45),
    0 0 38px rgba(0,180,255,0.35) !important;

  filter:
    drop-shadow(0 2px 0 rgba(8,25,55,0.95))
    drop-shadow(0 0 6px rgba(0,183,255,0.42))
    drop-shadow(0 0 12px rgba(0,132,255,0.35)) !important;

  animation:
    slBlueFire 2.1s ease-in-out infinite alternate,
    slBlueShine 4.2s linear infinite !important;
}

.sl-site-title::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -3px !important;
  height: 2px !important;
  border-radius: 999px !important;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(57,220,255,0.2) 10%,
    rgba(57,220,255,0.95) 50%,
    rgba(57,220,255,0.2) 90%,
    transparent 100%
  ) !important;

  box-shadow:
    0 0 6px rgba(57,220,255,0.85),
    0 0 16px rgba(57,220,255,0.55) !important;

  animation: slLinePulse 1.8s ease-in-out infinite !important;
}

.sl-site-subtitle {
  margin-top: 5px !important;
  display: inline-block !important;

  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;

  background: linear-gradient(
    180deg,
    #dff7ff 0%,
    #7ee3ff 55%,
    #c9f8ff 100%
  ) !important;

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;

  text-shadow:
    0 0 5px rgba(57,220,255,0.55),
    0 0 10px rgba(57,220,255,0.35) !important;

  animation: slSubGlow 2.2s ease-in-out infinite alternate !important;
}

@keyframes slBlueFire {
  0% {
    text-shadow:
      0 1px 0 rgba(255,255,255,0.35),
      0 2px 0 rgba(130,220,255,0.22),
      0 0 6px rgba(50,180,255,0.45),
      0 0 12px rgba(35,150,255,0.45),
      0 0 22px rgba(24,122,255,0.30);
    transform: translateY(0);
  }

  50% {
    text-shadow:
      0 1px 0 rgba(255,255,255,0.45),
      0 2px 0 rgba(130,220,255,0.30),
      0 0 8px rgba(50,180,255,0.75),
      0 0 18px rgba(35,150,255,0.75),
      0 0 30px rgba(24,122,255,0.55),
      0 0 45px rgba(0,200,255,0.35);
    transform: translateY(-1px);
  }

  100% {
    text-shadow:
      0 1px 0 rgba(255,255,255,0.45),
      0 2px 0 rgba(130,220,255,0.32),
      0 0 10px rgba(80,215,255,0.85),
      0 0 22px rgba(35,150,255,0.80),
      0 0 35px rgba(24,122,255,0.60),
      0 0 52px rgba(0,200,255,0.45);
    transform: translateY(-1px);
  }
}

@keyframes slBlueShine {
  0% {
    filter:
      drop-shadow(0 2px 0 rgba(8,25,55,0.95))
      drop-shadow(0 0 6px rgba(0,183,255,0.28))
      drop-shadow(0 0 12px rgba(0,132,255,0.20));
  }

  50% {
    filter:
      drop-shadow(0 2px 0 rgba(8,25,55,0.95))
      drop-shadow(0 0 10px rgba(0,183,255,0.55))
      drop-shadow(0 0 20px rgba(0,132,255,0.40));
  }

  100% {
    filter:
      drop-shadow(0 2px 0 rgba(8,25,55,0.95))
      drop-shadow(0 0 6px rgba(0,183,255,0.28))
      drop-shadow(0 0 12px rgba(0,132,255,0.20));
  }
}

@keyframes slSubGlow {
  0% {
    opacity: 0.92;
    text-shadow:
      0 0 4px rgba(57,220,255,0.30),
      0 0 8px rgba(57,220,255,0.18);
  }

  100% {
    opacity: 1;
    text-shadow:
      0 0 7px rgba(57,220,255,0.70),
      0 0 16px rgba(57,220,255,0.35);
  }
}

@keyframes slLinePulse {
  0% {
    opacity: 0.45;
    transform: scaleX(0.96);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.55;
    transform: scaleX(0.97);
  }
}

@media (max-width: 520px) {
  .sl-site-title {
    font-size: 13px !important;
    letter-spacing: 0.4px !important;
  }

  .sl-site-subtitle {
    font-size: 10px !important;
    letter-spacing: 0.6px !important;
  }
}

/* ===== END BRAND TITLE GLOW BLUE ===== */
/* ===== WHITE FIRE HEADER ===== */

.sl-site-title {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;

  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 1000 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;

  text-shadow:
    0 1px 0 rgba(255,255,255,0.9),
    0 2px 0 rgba(255,255,255,0.25),
    0 0 4px rgba(120,220,255,0.45),
    0 0 8px rgba(57,220,255,0.55),
    0 0 14px rgba(30,144,255,0.55),
    0 0 22px rgba(0,102,255,0.45) !important;

  filter:
    drop-shadow(0 1px 0 rgba(0,0,0,0.55))
    drop-shadow(0 0 5px rgba(57,220,255,0.35))
    drop-shadow(0 0 10px rgba(0,128,255,0.28)) !important;

  animation: whiteBlueFire 2s ease-in-out infinite alternate !important;
}

.sl-site-title::after {
  content: "" !important;
  position: absolute !important;
  left: -2px !important;
  right: -2px !important;
  bottom: -3px !important;
  height: 2px !important;
  border-radius: 999px !important;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(57,220,255,0.15) 10%,
    rgba(57,220,255,0.95) 50%,
    rgba(57,220,255,0.15) 90%,
    transparent 100%
  ) !important;

  box-shadow:
    0 0 6px rgba(57,220,255,0.85),
    0 0 14px rgba(57,220,255,0.45) !important;

  animation: whiteBlueLine 1.7s ease-in-out infinite !important;
}

.sl-site-subtitle {
  margin-top: 5px !important;
  display: inline-block !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;

  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;

  text-shadow:
    0 0 4px rgba(57,220,255,0.35),
    0 0 8px rgba(57,220,255,0.25),
    0 0 14px rgba(0,128,255,0.15) !important;

  animation: subtitleBlueGlow 2.2s ease-in-out infinite alternate !important;
}

@keyframes whiteBlueFire {
  0% {
    text-shadow:
      0 1px 0 rgba(255,255,255,0.9),
      0 2px 0 rgba(255,255,255,0.22),
      0 0 4px rgba(120,220,255,0.30),
      0 0 8px rgba(57,220,255,0.38),
      0 0 14px rgba(30,144,255,0.30),
      0 0 20px rgba(0,102,255,0.22);
  }

  50% {
    text-shadow:
      0 1px 0 rgba(255,255,255,1),
      0 2px 0 rgba(255,255,255,0.28),
      0 0 5px rgba(160,240,255,0.45),
      0 0 10px rgba(57,220,255,0.62),
      0 0 18px rgba(30,144,255,0.55),
      0 0 28px rgba(0,102,255,0.42);
  }

  100% {
    text-shadow:
      0 1px 0 rgba(255,255,255,1),
      0 2px 0 rgba(255,255,255,0.32),
      0 0 6px rgba(180,245,255,0.55),
      0 0 12px rgba(57,220,255,0.72),
      0 0 22px rgba(30,144,255,0.62),
      0 0 34px rgba(0,102,255,0.48);
  }
}

@keyframes whiteBlueLine {
  0% {
    opacity: 0.45;
    transform: scaleX(0.96);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.6;
    transform: scaleX(0.97);
  }
}

@keyframes subtitleBlueGlow {
  0% {
    text-shadow:
      0 0 3px rgba(57,220,255,0.20),
      0 0 7px rgba(57,220,255,0.12);
  }
  100% {
    text-shadow:
      0 0 5px rgba(57,220,255,0.45),
      0 0 11px rgba(57,220,255,0.28),
      0 0 18px rgba(0,128,255,0.18);
  }
}

@media (max-width: 520px) {
  .sl-site-title {
    font-size: 13px !important;
  }

  .sl-site-subtitle {
    font-size: 10px !important;
  }
}

/* ===== END WHITE FIRE HEADER ===== */