/* ===== HERO HALAMAN MEWAH ===== */

.hero {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  min-height: 260px !important;
  padding: 64px 18px 58px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-top: 1px solid rgba(64, 167, 255, 0.16) !important;
  border-bottom: 1px solid rgba(64, 167, 255, 0.35) !important;

  background:
    radial-gradient(
      circle at 50% 5%,
      rgba(0, 191, 255, 0.17),
      transparent 38%
    ),
    radial-gradient(
      circle at 10% 100%,
      rgba(24, 90, 255, 0.10),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #08152c 0%,
      #071124 48%,
      #061022 100%
    ) !important;
}

/* Cahaya bergerak di latar */
.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: -80% -25% !important;
  z-index: -2 !important;
  pointer-events: none !important;

  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(42, 209, 255, 0.12) 35deg,
      transparent 78deg,
      transparent 180deg,
      rgba(25, 104, 255, 0.11) 220deg,
      transparent 280deg
    ) !important;

  animation: pageHeroLight 13s linear infinite !important;
}

/* Garis dan ornamen latar */
.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;

  background-image:
    linear-gradient(
      rgba(60, 190, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(60, 190, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      transparent,
      rgba(44, 214, 255, 0.08),
      transparent
    ) !important;

  background-size:
    38px 38px,
    38px 38px,
    100% 100% !important;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 22%,
      black 80%,
      transparent
    ) !important;
}

/* Kontainer isi hero */
.hero > div,
.hero .container,
.hero .hero-inner,
.hero .hero-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(1050px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Badge kecil */
.hero .eyebrow,
.hero .badge,
.hero .pill,
.hero > span:first-child,
.hero > div > span:first-child {
  position: relative !important;

  min-height: 40px !important;
  margin: 0 auto 20px !important;
  padding: 0 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(46, 213, 255, 0.38) !important;
  border-radius: 999px !important;

  color: #42e4ff !important;
  background:
    linear-gradient(
      180deg,
      rgba(10, 60, 91, 0.92),
      rgba(5, 35, 63, 0.94)
    ) !important;

  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 0 4px rgba(45, 215, 255, 0.025),
    0 0 18px rgba(45, 215, 255, 0.13) !important;

  animation: pageBadgeGlow 2.3s ease-in-out infinite alternate !important;
}

/* Titik dekorasi badge */
.hero .eyebrow::before,
.hero .badge::before,
.hero .pill::before {
  content: "◆" !important;
  margin-right: 9px !important;
  color: #ffffff !important;
  font-size: 8px !important;
  text-shadow: 0 0 8px #3de4ff !important;
}

.hero .eyebrow::after,
.hero .badge::after,
.hero .pill::after {
  content: "◆" !important;
  margin-left: 9px !important;
  color: #ffffff !important;
  font-size: 8px !important;
  text-shadow: 0 0 8px #3de4ff !important;
}

/* Judul utama putih dengan pinggiran cahaya biru */
.hero h1,
.hero h2 {
  position: relative !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto 17px !important;
  padding: 0 18px 14px !important;

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

  font-size: clamp(35px, 5vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 1000 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;

  text-shadow:
    0 2px 0 #162442,
    0 3px 0 rgba(0, 0, 0, 0.50),
    -1px 0 rgba(103, 222, 255, 0.65),
    1px 0 rgba(103, 222, 255, 0.65),
    0 -1px rgba(103, 222, 255, 0.45),
    0 0 7px rgba(63, 214, 255, 0.35),
    0 0 18px rgba(25, 126, 255, 0.22) !important;

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

/* Garis neon di bawah judul */
.hero h1::after,
.hero h2::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;

  width: min(260px, 75%) !important;
  height: 3px !important;

  transform: translateX(-50%) !important;
  border-radius: 999px !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      #43e7ff 30%,
      #ffffff 50%,
      #43e7ff 70%,
      transparent
    ) !important;

  box-shadow:
    0 0 7px rgba(67, 231, 255, 0.9),
    0 0 20px rgba(36, 142, 255, 0.45) !important;

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

/* Deskripsi */
.hero p {
  width: min(850px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 12px !important;

  color: #d7e7ff !important;
  font-size: clamp(15px, 1.8vw, 18px) !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;

  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.65),
    0 0 10px rgba(41, 171, 255, 0.09) !important;
}

/* Sudut cahaya kiri dan kanan */
.hero > div::before,
.hero .container::before,
.hero .hero-inner::before,
.hero .hero-content::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 1% !important;

  width: 85px !important;
  height: 85px !important;

  transform: translateY(-50%) rotate(45deg) !important;
  border-left: 2px solid rgba(59, 221, 255, 0.36) !important;
  border-bottom: 2px solid rgba(59, 221, 255, 0.12) !important;

  filter: drop-shadow(0 0 7px rgba(59, 221, 255, 0.28)) !important;
  opacity: 0.65 !important;
  pointer-events: none !important;
}

.hero > div::after,
.hero .container::after,
.hero .hero-inner::after,
.hero .hero-content::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 1% !important;

  width: 85px !important;
  height: 85px !important;

  transform: translateY(-50%) rotate(225deg) !important;
  border-left: 2px solid rgba(59, 221, 255, 0.36) !important;
  border-bottom: 2px solid rgba(59, 221, 255, 0.12) !important;

  filter: drop-shadow(0 0 7px rgba(59, 221, 255, 0.28)) !important;
  opacity: 0.65 !important;
  pointer-events: none !important;
}

@keyframes pageHeroLight {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pageBadgeGlow {
  from {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 0 8px rgba(45, 215, 255, 0.08);
  }

  to {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.10),
      0 0 20px rgba(45, 215, 255, 0.24);
  }
}

@keyframes pageTitleFire {
  from {
    text-shadow:
      0 2px 0 #162442,
      0 3px 0 rgba(0, 0, 0, 0.50),
      -1px 0 rgba(103, 222, 255, 0.45),
      1px 0 rgba(103, 222, 255, 0.45),
      0 0 6px rgba(63, 214, 255, 0.22),
      0 0 13px rgba(25, 126, 255, 0.14);
  }

  to {
    text-shadow:
      0 2px 0 #162442,
      0 3px 0 rgba(0, 0, 0, 0.50),
      -1px 0 rgba(141, 235, 255, 0.82),
      1px 0 rgba(141, 235, 255, 0.82),
      0 -1px rgba(141, 235, 255, 0.60),
      0 0 9px rgba(63, 214, 255, 0.52),
      0 0 24px rgba(25, 126, 255, 0.32);
  }
}

@keyframes pageTitleLine {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-50%) scaleX(0.82);
  }

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

@media (max-width: 700px) {
  .hero {
    min-height: 235px !important;
    padding: 48px 12px 42px !important;
  }

  .hero h1,
  .hero h2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: clamp(29px, 9vw, 45px) !important;
  }

  .hero > div::before,
  .hero > div::after,
  .hero .container::before,
  .hero .container::after,
  .hero .hero-inner::before,
  .hero .hero-inner::after,
  .hero .hero-content::before,
  .hero .hero-content::after {
    display: none !important;
  }
}

/* ===== END HERO HALAMAN MEWAH ===== */