@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat Regular");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold");
}

:root {
  --ink: #333;
  --muted: #666;
  --line: #e6e6e6;
  --bg: transparent;
  --bg-fallback: #061408;
  --frost: rgba(255, 255, 255, 0.36);
  --gold: #4adf2a;
  --gold-deep: #00b400;
  --gold-soft: #d8ffb0;
  --gold-hover: #7cff32;
  --navy: #063806;
  --share: #f3f3f3;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  font-size: 16px;
  min-height: 100%;
  background-color: var(--bg-fallback);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background-color: var(--bg-fallback);
  background-image: url("../img/banner.webp"), url("../img/banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Montserrat, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img { max-width: 100%; height: auto; border: 0; }

a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--gold-hover); text-decoration: underline; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 99;
  background: #fff;
  padding: 8px 12px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header — overlay so the banner shows through */
.fl-page-header {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 40;
}

.fl-page-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 20px;
}

.fl-logo-img {
  display: block;
  height: 58px;
  width: auto;
  max-width: 280px;
  background: transparent;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.92)) drop-shadow(0 1px 2px rgba(255, 255, 255, 0.8));
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.fl-page-nav {
  display: flex;
  align-items: center;
}

.fl-theme-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-theme-menu > li {
  position: relative;
}

.fl-theme-menu > li > a {
  display: block;
  padding: 14px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.fl-theme-menu > li > a:hover,
.fl-theme-menu > li:hover > a {
  color: var(--gold-deep);
  text-decoration: none;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  z-index: 20;
}

.fl-theme-menu > li:hover > .sub-menu,
.fl-theme-menu > li:focus-within > .sub-menu {
  display: block;
}

.sub-menu a {
  display: block;
  padding: 8px 16px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.sub-menu a:hover {
  background: var(--gold-soft);
  color: var(--navy);
  text-decoration: none;
}

/* Member module */
#gzns {
  color: #333;
  padding: 28px 0 48px;
  background: transparent;
}

.gz-search-details { padding-bottom: 10px; }

.gz-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 32px;
  overflow: visible;
}

.gz-details-headerimg {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--gold-deep);
  box-shadow: 0 1px 6px rgba(0, 180, 0, 0.22);
}

.gz-details-headerimg img {
  display: block;
  width: 100%;
  max-height: none;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
}

.gz-details-side {
  min-width: 0;
  align-self: stretch;
  height: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--frost);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border-radius: 10px;
  border: 1.5px solid var(--gold-deep);
  padding: 16px 18px 16px;
  box-shadow: 0 1px 6px rgba(0, 180, 0, 0.22);
}

.gz-search-details > .gz-details-head,
.gz-search-details > .gz-details-categories,
.gz-search-details > .gz-cta-row {
  background: var(--frost);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  padding: 12px 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.gz-search-details > .gz-details-head {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.gz-search-details > .gz-details-categories {
  border-radius: 0;
  margin-top: 0;
}

.gz-search-details > .gz-cta-row {
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.gz-details-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
  overflow: visible;
  flex: 0 0 auto;
}

.gz-details-logo-col {
  flex: 0 0 118px;
  width: 118px;
  overflow: visible;
}

.gz-details-logo-col img {
  display: block;
  width: 118px;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  background: transparent;
  overflow: visible;
}

.gz-details-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.gz-pagetitle {
  margin: 0 15px 0 0;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.gz-share-btn {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #666;
  cursor: pointer;
  line-height: 1;
}

.gz-share-btn:hover {
  background: var(--gold);
  color: #083318;
}

.gz-details-categories {
  margin: 4px 0 0;
}

.gz-details-categories p { margin: 0; }

.gz-cat {
  font-size: 85%;
  opacity: .8;
}

.gz-details-links {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  min-height: 0;
  margin: 10px 0 0;
}

.gz-details-links .col-info { flex: 1 1 58%; min-width: 260px; }
.gz-details-links .col-map { flex: 1 1 34%; min-width: 240px; }

.gz-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.gz-list-group .list-group-item {
  border: 0;
  margin: 0;
  padding: .42rem 0;
  background: transparent;
}

.gz-list-group .card-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.gz-list-group .card-link:hover { color: var(--gold-deep); }

.ico-circle {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: #111;
}

.gz-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #f7f7f7;
  overflow: hidden;
}

.gz-map iframe,
.gz-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.gz-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 0;
}

.gz-btn {
  --btn-shine: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(212,255,74,.22) 36%, rgba(255,255,255,0) 52%);
  --btn-body: linear-gradient(180deg, #c8ff3a 0%, #64df2f 32%, #12c810 62%, #00a00c 86%, #067008 100%);
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.7rem;
  border-radius: 999px;
  border: 1px solid #067008;
  background: var(--btn-shine), var(--btn-body);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(6,56,6,.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -3px 6px rgba(6,56,6,.28),
    0 6px 14px rgba(0,180,0,.34);
  overflow: hidden;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.gz-btn::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 3px;
  height: 44%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(200,255,58,.15) 55%, rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
}

.gz-btn:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    inset 0 -3px 6px rgba(6,56,6,.22),
    0 8px 18px rgba(74,223,42,.42);
}

.gz-btn-outline {
  --btn-shine: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(216,255,176,.5) 48%, rgba(216,255,176,.18) 100%);
  --btn-body: linear-gradient(180deg, #f4ffe8 0%, #d8ffb0 100%);
  border: 2px solid #00b400;
  color: #00a00c !important;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 -2px 5px rgba(0,180,0,.14),
    0 5px 12px rgba(0,180,0,.2);
}

.gz-btn-outline:hover {
  color: #067008 !important;
  filter: brightness(1.04);
}

.gz-details-about {
  margin: 10px 0 24px;
  background: var(--frost);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border-radius: 10px;
  padding: 16px 20px 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.gz-subtitle {
  margin: 1rem 0 .6rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.article {
  max-width: 920px;
}

.article p { margin: 0 0 1em; }
.article h2 {
  margin: 1.6em 0 .5em;
  font-size: 1.45rem;
}
.article h3 {
  margin: 1.2em 0 .4em;
  font-size: 1.1rem;
}
.article ul, .article ol { padding-left: 1.3rem; }
.article li { margin: .35em 0; }

.faq-wrap {
  margin: 28px 0;
  background: var(--frost);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border-radius: 10px;
  padding: 16px 20px 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.faq-item { border-bottom: 1px dotted rgba(0, 0, 0, 0.22); padding: 10px 0; }
.faq-q { font-weight: 700; }
.faq-a { margin-top: 4px; color: #444; }

.get-in-touch {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 48px 15px 40px;
}

.get-in-touch h2 {
  margin: 0 0 16px;
  font-size: 0;
  line-height: 0;
}

.get-in-touch-logo {
  display: block;
  width: min(420px, 88%);
  height: auto;
  margin: 0 auto 18px;
}

.get-in-touch a { color: var(--gold); }
.get-in-touch a:hover { color: var(--gold-hover); }
.get-in-touch p { margin: 6px 0; color: var(--gold); }

.fl-page-footer-wrap {
  background: transparent;
  padding: 18px 15px 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.fl-page-footer-wrap a { color: var(--gold); }

/* Share modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,.45);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-content {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.modal-header, .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
.modal-footer { border-bottom: 0; border-top: 1px solid #eee; justify-content: flex-end; }
.modal-body { padding: 16px; display: grid; gap: 10px; }
.modal-body a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
.close-x {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

/* Popup — same concept as anumjaya: overlay + card + banner + LOGIN/DAFTAR */
#popupOverlay {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 8, 0, .82);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}
#popupOverlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-card {
  width: min(480px, 100%);
  background:
    radial-gradient(circle at 50% -10%, rgba(74, 223, 42, .22), transparent 38%),
    radial-gradient(circle at 15% 15%, rgba(0, 180, 0, .18), transparent 32%),
    linear-gradient(#061408, #030803);
  border-radius: 22px;
  padding: 18px 18px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(74, 223, 42, .55);
  box-shadow:
    0 0 38px rgba(0, 180, 0, .42),
    0 22px 70px rgba(0, 0, 0, .75),
    0 0 26px rgba(74, 223, 42, .1) inset;
}
/* Sliding aura — same motion as anumjaya apPopupAura, Meteorbet88 green */
.popup-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(74, 223, 42, .28),
    transparent,
    rgba(0, 180, 0, .22),
    transparent
  );
  animation: popupAura 5s linear infinite;
  pointer-events: none;
}
@keyframes popupAura {
  0% { transform: translateX(-45%); }
  100% { transform: translateX(45%); }
}
#popupOverlay.open .popup-card {
  animation: popupZoom .48s ease;
}
@keyframes popupZoom {
  0% { transform: scale(.86) translateY(18px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.popup-card .popup-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(74, 223, 42, .5);
  border-radius: 50%;
  background: linear-gradient(135deg, #063806, #030803);
  color: #d8ffb0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}
.popup-card .popup-close:hover {
  transform: rotate(90deg) scale(1.08);
  color: #fff;
  box-shadow: 0 0 16px rgba(74, 223, 42, .45);
}
.popup-banner-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 0 16px;
  background: #030803;
  border: 1px solid rgba(74, 223, 42, .38);
  box-shadow:
    0 0 24px rgba(0, 180, 0, .32),
    0 0 18px rgba(74, 223, 42, .08) inset;
}
.popup-banner-wrap::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -95%;
  width: 48%;
  height: 190%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, .1),
    rgba(124, 255, 50, .34),
    rgba(0, 180, 0, .16),
    transparent
  );
  transform: skewX(-25deg);
  z-index: 3;
  opacity: .7;
  animation: popupImageShine 4.8s linear infinite;
  pointer-events: none;
}
@keyframes popupImageShine {
  0% { left: -95%; }
  42% { left: 135%; }
  100% { left: 135%; }
}
.popup-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transform-origin: center;
  animation: popupImageGlow 4.5s ease-in-out infinite;
}
@keyframes popupImageGlow {
  0%, 100% { filter: brightness(1) contrast(1.04) saturate(1.05); transform: scale(1); }
  50% { filter: brightness(1.09) contrast(1.08) saturate(1.18); transform: scale(1.018); }
}
.popup-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.popup-btn {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.popup-btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.08);
}
.popup-btn-login {
  background: #061408;
  color: var(--gold) !important;
  border: 1px solid rgba(74, 223, 42, .7);
}
.popup-btn-daftar {
  color: #063806 !important;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, #7cff32, #4adf2a, #00b400);
  box-shadow: 0 0 16px rgba(74, 223, 42, .45);
  animation: popupDaftarPulse 2s ease-in-out infinite;
}
@keyframes popupDaftarPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(74, 223, 42, .35); }
  50% { box-shadow: 0 0 22px rgba(124, 255, 50, .65); }
}
.popup-foot {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(74, 223, 42, .25);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  color: rgba(216, 255, 176, .72);
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .popup-card { padding: 16px 14px 18px; border-radius: 18px; }
  .popup-actions { flex-direction: column; gap: 10px; }
}

.back-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--gold-deep);
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 30;
}
.back-top.show { display: block; }

@media (min-width: 992px) {
  body { background-attachment: fixed; }
}

@media (max-width: 991px) {
  body { background-attachment: scroll; }
  .nav-toggle { display: block; }
  .fl-page-header-row { min-height: 72px; }
  .fl-logo-img { height: 54px; }
  .fl-page-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    padding: 8px 15px 16px;
  }
  .fl-page-nav.open { display: block; }
  .fl-theme-menu { flex-direction: column; align-items: stretch; }
  .fl-theme-menu > li > a {
    color: #222;
    text-shadow: none;
  }
  .sub-menu { position: static; box-shadow: none; border: 0; display: none; padding-left: 12px; }
  .fl-theme-menu > li.open > .sub-menu,
  .fl-theme-menu > li:hover > .sub-menu { display: block; }
  .gz-hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }
  .gz-details-side {
    align-self: auto;
    height: auto;
    min-height: 0;
    padding: 16px 18px 18px;
  }
  .gz-details-links {
    flex: none;
    margin-top: 10px;
  }
  .gz-list-group {
    flex: none;
    display: block;
  }
  .gz-list-group .list-group-item {
    padding: .7rem 0;
  }
  .gz-pagetitle { font-size: 26px; }
}

@media (max-width: 600px) {
  .gz-pagetitle { font-size: 22px; }
  .gz-details-logo-col { flex-basis: 96px; width: 96px; }
  .gz-details-logo-col img { width: 96px; }
  .gz-list-group .card-link { font-size: 16px; }
  .get-in-touch-logo { width: min(300px, 86%); }
}
