/* ============================================================
   DABRONG STORE — PREMIUM DESIGN SYSTEM v6
   Ultra-Premium Dark Gaming UI
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&family=Outfit:wght@400;500;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg:    #04040a;
  --bg2:   #07070f;
  --bg3:   #0a0a16;
  --surf:     rgba(255,255,255,0.025);
  --surf2:    rgba(255,255,255,0.05);
  --surf-hov: rgba(255,255,255,0.08);
  --bdr:      rgba(255,255,255,0.06);
  --bdr2:     rgba(255,255,255,0.11);
  --bdr-hov:  rgba(255,255,255,0.22);
  --bdr-gold: rgba(245,158,11,0.4);
  --primary:   #7c3aed;
  --primary-l: #a78bfa;
  --primary-d: #5b21b6;
  --primary-gw: rgba(124,58,237,0.45);
  --gold:      #f59e0b;
  --gold-l:    #fbbf24;
  --gold-d:    #d97706;
  --gold-gw:   rgba(245,158,11,0.35);
  --gold-soft: rgba(245,158,11,0.08);
  --green:   #10b981;
  --green-gw:rgba(16,185,129,0.25);
  --red:     #f43f5e;
  --blue:    #3b82f6;
  --cyan:    #06b6d4;
  --pink:    #ec4899;
  --text:  #f0f4ff;
  --muted: #8892aa;
  --dim:   #4a5568;
  --white: #ffffff;
  --grad-p:    linear-gradient(135deg, #7c3aed, #3b82f6);
  --grad-g:    linear-gradient(135deg, #f59e0b, #f97316);
  --grad-b:    linear-gradient(135deg, #2563eb, #06b6d4);
  --grad-gold: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
  --grad-warm: linear-gradient(135deg, #f59e0b, #ec4899);
  --grad-cool: linear-gradient(135deg, #06b6d4, #7c3aed);
  --fhead: 'Outfit', sans-serif;
  --fbody: 'Inter', sans-serif;
  --fgame: 'Space Grotesk', sans-serif;
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --r-2xl:36px;
  --ease:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --glass-bg:   rgba(7, 7, 15, 0.65);
  --glass-blur: blur(28px);
  --glass-bdr:  1px solid rgba(255,255,255,0.07);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--fbody);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
select, input, textarea { font-family: inherit; }
ul { list-style: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(124,58,237,0.4); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary-l); }

#bg-canvas {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: 0.55;
  mix-blend-mode: screen;
}

.container    { max-width: 1200px; margin-inline: auto; padding-inline: 28px; }
.container-sm { max-width: 820px; }
.section      { padding-block: 110px; position: relative; z-index: 1; }
.hidden       { display: none !important; }
.w100         { width: 100%; justify-content: center; }

.gold {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.primary-text {
  background: var(--grad-p);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sec-hd { text-align: center; margin-bottom: 64px; }
.sec-tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--fhead);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-l);
  background: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.22);
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}
.sec-title {
  font-family: var(--fhead);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.sec-desc { margin-top: 16px; color: var(--muted); font-size: 1.05rem; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: var(--fhead);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,0.18), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn:hover::after { opacity: 1; }
.btn-gold {
  background: var(--grad-p);
  color: var(--white);
  box-shadow: 0 6px 28px var(--primary-gw);
}
.btn-gold:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 14px 36px var(--primary-gw);
}
.btn-outline {
  background: rgba(255,255,255,0.04);
  color: var(--text);
  border: 1px solid var(--bdr2);
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--primary-l);
  color: var(--white);
  transform: translateY(-3px);
}
.btn-ghost {
  background: var(--surf);
  color: var(--text);
  border: 1px solid var(--bdr2);
  backdrop-filter: var(--glass-blur);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--white); }
.btn-wa {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  justify-content: center;
}
.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(16,185,129,0.4);
}
.btn-icon { width: 1.2em; height: 1.2em; margin-right: 6px; }

/* NAVBAR */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: all 0.45s var(--ease);
}
.navbar.scrolled {
  padding: 12px 0;
  background: rgba(4,4,10,0.75);
  backdrop-filter: blur(32px) saturate(1.4);
  border-bottom: 1px solid var(--bdr);
  box-shadow: 0 8px 40px rgba(0,0,0,0.55);
}
.nav-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo { display: flex; align-items: center; gap: 12px; z-index: 1002; }
.logo-gem-icon {
  width: 2.2rem; height: 2.2rem;
  color: var(--primary-l);
  filter: drop-shadow(0 0 14px var(--primary));
}
.logo-main {
  display: block;
  font-family: var(--fhead);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
}
.logo-sub {
  display: block;
  font-size: 0.62rem;
  color: var(--primary-l);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -2px;
  opacity: 0.8;
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-a {
  padding: 9px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--fhead);
  letter-spacing: 0.02em;
  color: var(--muted);
  border-radius: 12px;
  transition: all 0.22s;
}
.nav-a:hover, .nav-a.active {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}
.nav-btn {
  background: rgba(255,255,255,0.92) !important;
  color: var(--bg) !important;
  border-radius: 50px !important;
  padding: 9px 22px !important;
  font-weight: 800 !important;
  margin-left: 8px;
}
.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,255,255,0.18);
  background: var(--white) !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  z-index: 1002;
}
.hamburger span {
  width: 26px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
  display: block;
}

/* HERO */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 28px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  will-change: transform;
}
.glow-1 {
  width: 750px; height: 750px;
  background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
  top: -280px; left: -220px;
  opacity: 0.28;
  animation: floatGlow 11s ease-in-out infinite;
}
.glow-2 {
  width: 650px; height: 650px;
  background: radial-gradient(circle, var(--cyan) 0%, transparent 70%);
  bottom: -200px; right: -180px;
  opacity: 0.22;
  animation: floatGlow 14s ease-in-out infinite reverse;
}
.glow-3 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  animation: floatGlow 18s ease-in-out infinite 4s;
}
@keyframes floatGlow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(25px, -20px) scale(1.07); }
  66%       { transform: translate(-15px, 25px) scale(0.95); }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 9px 26px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 32px;
  backdrop-filter: blur(12px);
  letter-spacing: 0.02em;
  animation: fadeDown 0.7s var(--spring) both;
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dot-green {
  width: 9px; height: 9px;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 10px #34d399;
  animation: pulse 2.2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.6); opacity: 0.5; }
}
.hero-title {
  font-family: var(--fhead);
  font-size: clamp(3.2rem, 8vw, 5.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
  animation: heroFadeUp 0.85s var(--spring) 0.15s both;
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-sub {
  background: var(--grad-g);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-top: 6px;
  font-size: 0.7em;
  letter-spacing: -0.01em;
}
.hero-desc {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.85;
  margin-bottom: 44px;
  max-width: 580px;
  font-weight: 400;
  animation: heroFadeUp 0.85s var(--spring) 0.3s both;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: heroFadeUp 0.85s var(--spring) 0.45s both;
}

/* MARKETPLACE */
.marketplace-section { padding-bottom: 60px; }
.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px;
}
.game-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--bdr);
  border-radius: var(--r-xl);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.38s var(--spring);
  position: relative;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}
.game-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.38s;
  z-index: 1;
  pointer-events: none;
}
.game-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(167,139,250,0.5);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 0 1px rgba(167,139,250,0.2), 0 0 60px rgba(124,58,237,0.12);
}
.game-card:hover::before { opacity: 1; }
.game-card.active {
  border-color: var(--gold);
  background: rgba(245,158,11,0.04);
  box-shadow: 0 0 0 2px var(--gold), 0 16px 48px rgba(245,158,11,0.2), 0 0 60px rgba(245,158,11,0.08);
}
.game-banner {
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.game-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, transparent 65%);
  z-index: 1;
  opacity: 0.85;
}
.game-banner img {
  max-height: 85px;
  max-width: 78%;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.7));
  transition: transform 0.55s var(--spring);
  z-index: 2;
  position: relative;
}
.game-card:hover .game-banner img {
  transform: scale(1.18) translateY(-6px);
}
.game-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--gold-l);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 50px;
  font-family: var(--fhead);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 4px;
}
.game-info {
  padding: 18px 20px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.game-name {
  font-family: var(--fhead);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 5px 0;
}
.game-sub { font-size: 0.8rem; color: var(--muted); font-weight: 500; }

/* TOPUP FORM */
.topup-section { padding-top: 24px; }
.unipin-layout { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 900px) {
  .unipin-layout { flex-direction: row; align-items: flex-start; }
  .unipin-left { flex: 0 0 340px; position: sticky; top: 90px; }
  .unipin-right { flex: 1; min-width: 0; }
}
.game-header-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--bdr2);
  border-radius: var(--r-xl);
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  transition: border-color 0.3s;
}
.game-header-card:hover { border-color: var(--bdr-hov); }
.game-header-banner {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.game-header-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4,4,10,0.7) 100%);
}
.game-header-banner img {
  width: 90px; height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.6));
  z-index: 2;
  position: relative;
}
.game-header-info { padding: 24px; }
.gh-title { font-family: var(--fgame); font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.gh-desc { font-size: 0.9rem; color: var(--muted); margin-bottom: 20px; }
.gh-guide { background: rgba(255,255,255,0.03); border-radius: var(--r-sm); padding: 14px; border: 1px solid var(--bdr); }
.gh-guide-btn { background: none; border: none; color: var(--gold); font-weight: 600; font-size: 0.9rem; cursor: pointer; display: flex; align-items: center; gap: 8px; padding: 0; transition: color 0.2s; }
.gh-guide-btn:hover { color: var(--gold-l); }
.gh-guide-list { margin-top: 12px; padding-left: 20px; font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

.unipin-right { display: flex; flex-direction: column; gap: 18px; }
.unipin-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--bdr2);
  border-radius: var(--r-xl);
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.unipin-card:hover { border-color: rgba(255,255,255,0.14); box-shadow: 0 12px 44px rgba(0,0,0,0.4); }
.uc-header {
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid var(--bdr);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.uc-num {
  background: var(--grad-gold);
  color: #000;
  font-weight: 900;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 0.88rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px var(--gold-gw);
}
.uc-header h3 { font-family: var(--fgame); font-size: 1.15rem; color: var(--white); margin: 0; font-weight: 600; }
.uc-body { padding: 24px; }

/* FORM */
.fg { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.fg label { font-size: 0.78rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-family: var(--fhead); }
.req { color: var(--primary-l); }
.fg input, .fg select {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bdr2);
  border-radius: var(--r-md);
  padding: 15px 20px;
  font-size: 1rem;
  color: var(--white);
  outline: none;
  transition: all 0.28s var(--ease);
  font-family: var(--fbody);
}
.fg input::placeholder { color: rgba(255,255,255,0.25); }
.fg input:focus, .fg select:focus {
  border-color: var(--primary-l);
  background: rgba(124,58,237,0.06);
  box-shadow: 0 0 0 4px rgba(124,58,237,0.18);
}
.fg select option { background: #0d0d1a; color: var(--text); }
.hint { font-size: 0.78rem; color: var(--dim); margin-top: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.verified-card {
  display: flex; align-items: center; gap: 16px;
  background: rgba(16,185,129,0.05);
  border: 1px solid rgba(16,185,129,0.22);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  margin: 20px 0;
  animation: fadeUp 0.4s var(--spring);
}
.vc-avatar { font-size: 2rem; width: 56px; height: 56px; background: rgba(16,185,129,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vc-info { flex: 1; }
.vc-info strong { font-size: 1.15rem; font-weight: 700; color: var(--white); display: block; margin-bottom: 4px; font-family: var(--fhead); }
.vc-info span { font-size: 0.88rem; color: var(--muted); font-family: var(--fgame); }
.badge-ok { display: inline-block; background: rgba(16,185,129,0.18); color: #34d399; font-size: 0.72rem; font-weight: 700; padding: 3px 12px; border-radius: 50px; margin-left: 10px; vertical-align: middle; }

.howid { margin: 14px 0; }
.howid-btn { font-size: 0.88rem; color: var(--primary-l); font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; background: none; border: none; padding: 4px 0; transition: color 0.2s; }
.howid-btn:hover { color: var(--white); }
.howid-list { margin-top: 14px; background: rgba(0,0,0,0.25); border: 1px solid var(--bdr2); border-radius: var(--r-md); padding: 18px 18px 18px 36px; color: var(--muted); font-size: 0.88rem; line-height: 1.7; }

.step-nav { display: flex; justify-content: flex-end; gap: 14px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--bdr); }

/* PKG FILTER */
.pkg-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.pf { padding: 9px 22px; border-radius: 50px; font-size: 0.88rem; font-weight: 600; font-family: var(--fhead); color: var(--muted); border: 1px solid var(--bdr2); background: rgba(0,0,0,0.2); transition: all 0.25s var(--ease); cursor: pointer; }
.pf:hover { color: var(--white); border-color: var(--bdr-hov); background: var(--surf2); }
.pf.active { background: var(--white); color: var(--bg); border-color: transparent; font-weight: 800; }
.pkg-filter-pill { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.pfp { background: rgba(255,255,255,0.05); border: 1px solid var(--bdr2); color: var(--muted); padding: 7px 16px; border-radius: 20px; font-size: 0.88rem; font-weight: 600; cursor: pointer; transition: all 0.22s var(--ease); }
.pfp:hover { background: rgba(255,255,255,0.09); color: var(--white); }
.pfp.active { background: var(--gold); color: #000; border-color: var(--gold); }

/* PKG CARDS */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; margin-bottom: 28px; }
.pkg-card {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--bdr2);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  cursor: pointer;
  transition: all 0.28s var(--ease);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.pkg-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(245,158,11,0.06) 0%, transparent 100%); opacity: 0; transition: opacity 0.28s; }
.pkg-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 10px 28px rgba(245,158,11,0.14); }
.pkg-card:hover::before { opacity: 1; }
.pkg-card.selected { border-color: var(--gold); background: rgba(245,158,11,0.07); box-shadow: 0 0 0 2px var(--gold), 0 10px 28px rgba(245,158,11,0.2); }
.pkg-card.selected::before { opacity: 1; }
.pkg-badge { position: absolute; top: 0; right: 0; font-size: 0.6rem; font-weight: 800; padding: 3px 10px; border-radius: 0 var(--r-lg) 0 var(--r-lg); background: var(--grad-g); color: #000; text-transform: uppercase; letter-spacing: 0.06em; }
.pkg-gem { font-size: 1.85rem; filter: drop-shadow(0 0 10px rgba(245,158,11,0.45)); flex-shrink: 0; transition: transform 0.3s var(--spring); }
.pkg-card:hover .pkg-gem { transform: scale(1.15) rotate(-5deg); }
.pkg-info-col { display: flex; flex-direction: column; gap: 2px; flex-grow: 1; }
.pkg-amt { font-family: var(--fgame); font-size: 1.05rem; font-weight: 700; color: var(--white); }
.pkg-amt.pass-text { font-size: 0.82rem; line-height: 1.3; font-family: var(--fbody); font-weight: 600; }
.pkg-price { font-family: var(--fhead); font-size: 1.05rem; font-weight: 800; color: var(--gold-l); }
.pkg-bonus { font-size: 0.7rem; color: #34d399; font-weight: 700; position: absolute; bottom: 8px; right: 12px; }
.pkg-orig { font-size: 0.72rem; color: var(--dim); text-decoration: line-through; margin-top: 2px; }
.sel-pkg { display: flex; justify-content: space-between; align-items: center; background: rgba(124,58,237,0.1); border: 1px solid rgba(124,58,237,0.3); border-radius: var(--r-lg); padding: 16px 22px; font-weight: 600; font-size: 1.05rem; }
.sel-pkg-price { color: var(--white); font-family: var(--fgame); font-weight: 700; }
.pkg-loading, .status-loading { display: flex; align-items: center; gap: 12px; color: var(--muted); padding: 20px 0; }
.pkg-error { padding: 14px; background: rgba(244,63,94,0.06); border: 1px solid rgba(244,63,94,0.2); border-radius: var(--r-md); color: var(--red); font-size: 0.88rem; }
.spinner { width: 22px; height: 22px; border: 2px solid var(--bdr2); border-top-color: var(--primary); border-radius: 50%; animation: spin 0.75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* PAYMENT METHODS */
.payment-methods-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.payment-method-card { background: rgba(255,255,255,0.03); border: 1px solid var(--bdr2); border-radius: var(--r-lg); padding: 20px; cursor: pointer; transition: all 0.28s var(--ease); display: flex; flex-direction: column; gap: 8px; backdrop-filter: blur(12px); }
.payment-method-card:hover { border-color: rgba(245,158,11,0.45); background: rgba(245,158,11,0.04); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(245,158,11,0.1); }
.payment-method-card.active { border-color: var(--gold); background: rgba(245,158,11,0.08); box-shadow: 0 0 0 2px var(--gold), 0 10px 28px rgba(245,158,11,0.18); }
.pm-card-header { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pm-title { font-family: var(--fhead); font-weight: 700; font-size: 1.05rem; color: var(--white); }
.pm-badge { font-size: 0.68rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; background: rgba(255,255,255,0.08); color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.payment-method-card.active .pm-badge { background: var(--gold); color: #000; }
.pm-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.45; }

/* CHECKOUT */
.checkout-summary-box { margin-bottom: 4px; }
.csb-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.92rem; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--bdr); }
.csb-row:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.csb-label { color: var(--muted); font-weight: 500; }
.csb-val { color: var(--white); font-weight: 600; text-align: right; }
.checkout-total-row { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; margin-bottom: 18px; padding: 16px 20px; background: rgba(245,158,11,0.08); border-radius: var(--r-md); border: 1px dashed rgba(245,158,11,0.4); }
.ct-label { font-weight: 700; font-size: 1rem; color: var(--gold-l); }
.ct-val { font-family: var(--fgame); font-weight: 800; font-size: 1.5rem; color: var(--gold); }

/* INVOICE */
.step-panel { display: none; animation: fadeUp 0.45s var(--spring); }
.step-panel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.order-success { text-align: center; padding: 36px 24px 28px; }
.os-icon { font-size: 3rem; margin-bottom: 14px; }
.order-success h3 { font-family: var(--fgame); font-size: 1.5rem; color: var(--white); margin-bottom: 8px; }
.order-success p { color: var(--muted); font-size: 0.95rem; }
.pi-section { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--bdr); }
.pi-label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; min-width: 150px; font-family: var(--fhead); font-weight: 600; }
.pi-value { font-weight: 700; color: var(--white); font-family: var(--fgame); font-size: 1rem; flex: 1; }
.pi-total { background: rgba(124,58,237,0.04); }
.pi-total-amount { font-size: 1.7rem; background: var(--grad-p); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800; }
.pi-bank-detail { flex: 1; font-weight: 700; color: var(--white); line-height: 1.5; }
.pi-note { background: rgba(124,58,237,0.04); border-top: 1px solid rgba(124,58,237,0.12); padding: 16px 22px; font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.pi-note strong { color: var(--primary-l); }
.pi-divider { height: 1px; background: var(--bdr); }
.pi-qris-container { flex-direction: column !important; align-items: center !important; }
.copy-btn { font-size: 0.78rem; padding: 6px 14px; border: 1px solid var(--bdr2); border-radius: 50px; color: var(--muted); transition: all 0.2s; cursor: pointer; background: rgba(255,255,255,0.03); font-family: var(--fbody); font-weight: 600; white-space: nowrap; }
.copy-btn:hover { border-color: var(--primary-l); color: var(--primary-l); background: rgba(124,58,237,0.06); }
.pay-instruction { border: 1px solid var(--bdr); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 18px; }

/* STATUS PAGE */
.status-section { min-height: 100vh; padding-top: 140px; }
.status-box { background: var(--surf); border: 1px solid var(--bdr); border-radius: var(--r-xl); padding: 44px; backdrop-filter: var(--glass-blur); }
.or-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; gap: 12px; flex-wrap: wrap; }
.or-no { font-family: var(--fgame); font-size: 1.05rem; color: var(--primary-l); font-weight: 700; }
.status-badge { padding: 6px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 800; font-family: var(--fhead); text-transform: uppercase; letter-spacing: 0.1em; }
.status-pending { background: rgba(245,158,11,0.1); color: var(--gold); border: 1px solid rgba(245,158,11,0.2); }
.status-proses  { background: rgba(59,130,246,0.1);  color: var(--blue); border: 1px solid rgba(59,130,246,0.2); }
.status-sukses  { background: rgba(16,185,129,0.1);  color: var(--green); border: 1px solid rgba(16,185,129,0.2); }
.status-gagal   { background: rgba(244,63,94,0.1);   color: var(--red); border: 1px solid rgba(244,63,94,0.2); }
.or-grid { display: flex; flex-direction: column; gap: 1px; background: var(--bdr); border-radius: var(--r-md); overflow: hidden; margin-bottom: 28px; }
.or-row { display: flex; gap: 16px; background: rgba(0,0,0,0.3); padding: 14px 18px; font-size: 0.92rem; }
.or-row span:first-child { color: var(--muted); min-width: 140px; }
.or-row strong { color: var(--white); font-weight: 600; }
.status-timeline { display: flex; flex-direction: column; gap: 0; margin-bottom: 20px; }
.stl-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; opacity: 0.4; transition: opacity 0.3s; }
.stl-item.stl-done, .stl-item.stl-active { opacity: 1; }
.stl-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--bdr2); border: 2px solid var(--bdr2); margin-top: 4px; transition: all 0.3s; }
.stl-item.stl-done .stl-dot  { background: var(--green); border-color: var(--green); box-shadow: 0 0 12px rgba(16,185,129,0.5); }
.stl-item.stl-active .stl-dot { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 12px rgba(124,58,237,0.5); }
.stl-line { width: 2px; height: 28px; background: var(--bdr); margin-left: 8px; }
.stl-label strong { display: block; font-size: 0.92rem; color: var(--white); font-weight: 600; margin-bottom: 2px; }
.stl-label span   { font-size: 0.82rem; color: var(--muted); }
.not-found { text-align: center; padding: 60px 20px; }
.nf-icon   { font-size: 3.5rem; margin-bottom: 14px; color: var(--muted); }

/* CARA BELI */
.cara-section { background: var(--bg2); }
.cara-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; align-items: center; }
.cara-arr { text-align: center; font-size: 1.5rem; color: var(--bdr-hov); display: none; }
@media (min-width: 900px) {
  .cara-grid { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; }
  .cara-arr { display: block; }
}
.cara-card { background: rgba(255,255,255,0.02); border: 1px solid var(--bdr); border-radius: var(--r-xl); padding: 36px 22px; text-align: center; transition: all 0.38s var(--spring); backdrop-filter: blur(10px); }
.cara-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.04); border-color: rgba(124,58,237,0.35); box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(124,58,237,0.1); }
.cara-num { font-family: var(--fgame); font-size: 0.68rem; color: var(--primary-l); opacity: 0.9; margin-bottom: 12px; letter-spacing: 0.12em; font-weight: 700; }
.cara-icon { font-size: 2.6rem; margin-bottom: 18px; filter: drop-shadow(0 0 18px var(--primary-gw)); color: var(--primary-l); transition: transform 0.38s var(--spring); }
.cara-card:hover .cara-icon { transform: scale(1.2) rotate(-5deg); }
.cara-card h3 { font-family: var(--fhead); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.cara-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

/* FAQ */
.faq-section { background: var(--bg3); }
.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: rgba(255,255,255,0.02); border: 1px solid var(--bdr); border-radius: var(--r-lg); overflow: hidden; transition: border-color 0.28s, box-shadow 0.28s; backdrop-filter: blur(10px); }
.faq-item:hover { border-color: rgba(124,58,237,0.35); }
.faq-item.open { border-color: rgba(124,58,237,0.4); box-shadow: 0 8px 28px rgba(124,58,237,0.1); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; font-family: var(--fhead); font-size: 1rem; font-weight: 600; color: var(--text); cursor: pointer; text-align: left; transition: color 0.22s; }
.faq-q:hover { color: var(--primary-l); }
.fi { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid var(--bdr2); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--primary-l); transition: all 0.3s var(--spring); flex-shrink: 0; }
.faq-item.open .fi { transform: rotate(45deg); background: var(--grad-p); color: var(--white); border-color: transparent; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-item.open .faq-a { max-height: 320px; padding-bottom: 24px; }
.faq-a p { padding: 0 24px; color: var(--muted); font-size: 0.95rem; line-height: 1.85; }

/* FOOTER */
.footer { background: var(--bg2); border-top: 1px solid var(--bdr); padding: 80px 0 40px; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo-text { font-family: var(--fhead); font-size: 1.7rem; font-weight: 800; color: var(--white); }
.footer-desc { color: var(--muted); max-width: 500px; margin: 0 auto 28px; font-size: 0.95rem; line-height: 1.75; }
.footer-links { display: flex; justify-content: center; gap: 28px; margin-bottom: 28px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.footer-links a:hover { color: var(--primary-l); }
.footer-copy { font-size: 0.82rem; color: var(--dim); }

/* TOAST */
.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: var(--white); color: var(--bg); border-radius: 50px; padding: 13px 28px; display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 0.95rem; z-index: 3000; box-shadow: 0 12px 44px rgba(0,0,0,0.35); animation: tIn 0.45s var(--spring); }
@keyframes tIn { from { transform: translateX(-50%) translateY(32px) scale(0.88); opacity: 0; } to { transform: translateX(-50%) translateY(0) scale(1); opacity: 1; } }

/* BACK TO TOP */
.btt { position: fixed; bottom: 28px; right: 28px; width: 48px; height: 48px; background: var(--grad-p); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--white); font-weight: 900; z-index: 999; box-shadow: 0 8px 28px var(--primary-gw); transition: all 0.3s var(--spring); text-decoration: none; }
.btt:not(.hidden):hover { transform: translateY(-6px) scale(1.1); box-shadow: 0 16px 36px rgba(124,58,237,0.55); }

/* ICONS */
.lucide { display: inline-block; vertical-align: middle; width: 1.25em; height: 1.25em; stroke-width: 2; }
.icon-inline { width: 1.1em; height: 1.1em; margin-right: 8px; vertical-align: -2px; }

/* MODALS */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.82); backdrop-filter: blur(16px); z-index: 9999; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s; }
.modal-box { background: var(--bg2); border: 1px solid var(--bdr2); padding: 44px; border-radius: var(--r-xl); width: 100%; max-width: 460px; box-shadow: 0 24px 70px rgba(0,0,0,0.65); position: relative; animation: fadeUp 0.3s var(--spring); }
.modal-close-btn { position: absolute; top: 20px; right: 20px; color: var(--muted); font-size: 1.75rem; transition: color 0.2s; line-height: 1; }
.modal-close-btn:hover { color: var(--white); }
.modal-icon { width: 1.5rem; height: 1.5rem; margin-right: 12px; vertical-align: -3px; }
.nav-member-profile { display: flex; align-items: center; gap: 14px; margin-left: 10px; }
.nav-username { color: var(--primary-l); font-weight: 700; cursor: pointer; transition: color 0.2s; font-family: var(--fhead); }
.nav-username:hover { color: var(--white); }
.btn-logout { border: 1px solid var(--red); color: var(--red); padding: 6px 14px; border-radius: var(--r-xs); font-size: 0.82rem; font-weight: 600; transition: all 0.2s; }
.btn-logout:hover { background: var(--red); color: var(--white); }
.member-widget { background: rgba(124,58,237,0.05); border: 1px solid rgba(124,58,237,0.2); border-radius: var(--r-lg); padding: 22px; margin-bottom: 22px; display: flex; flex-direction: column; gap: 12px; }

/* LIGHT MODE */
body.light-mode {
  --bg: #f5f7ff; --bg2: #eff2ff; --bg3: #e8ebf8;
  --surf: rgba(255,255,255,0.75); --surf2: rgba(255,255,255,0.92); --surf-hov: rgba(255,255,255,1);
  --bdr: rgba(0,0,0,0.08); --bdr2: rgba(0,0,0,0.14); --bdr-hov: rgba(0,0,0,0.24);
  --text: #0f172a; --muted: #475569; --dim: #94a3b8; --white: #0f172a;
  --glass-bg: rgba(255,255,255,0.65);
}
body.light-mode .btn-ghost { color: var(--text); background: rgba(0,0,0,0.04); }
body.light-mode .btn-ghost:hover { background: rgba(0,0,0,0.08); }
body.light-mode #bg-canvas { opacity: 0.15; mix-blend-mode: multiply; }
body.light-mode .logo-invert { filter: none !important; }
body.light-mode .game-name { color: var(--text); }
body.light-mode input, body.light-mode select { background: rgba(0,0,0,0.03); color: var(--text); }
body.light-mode input:focus, body.light-mode select:focus { background: rgba(0,0,0,0.05); }
body.light-mode .cara-card { box-shadow: 0 8px 28px rgba(0,0,0,0.05); }
body.light-mode .faq-q { color: var(--text); }
body.light-mode .nav-links { background: rgba(245,247,255,0.98) !important; border-left: 1px solid rgba(0,0,0,0.07) !important; }
body.light-mode .gh-guide-btn { color: var(--gold-d); }
body.light-mode .howid-btn { color: var(--primary-d); }

/* RESPONSIVE */
@media (max-width: 992px) {
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: 300px; max-width: 82vw; flex-direction: column; align-items: flex-start; background: rgba(4,4,10,0.98); backdrop-filter: blur(32px); padding: 100px 28px 40px; transform: translateX(100%); transition: transform 0.42s var(--spring); border-left: 1px solid var(--bdr); gap: 8px; z-index: 1001; }
  .nav-links.open { transform: translateX(0); }
  .nav-a { width: 100%; padding: 15px 18px; font-size: 1.05rem; border-radius: var(--r-md); }
  .hamburger { display: flex; }
}
@media (max-width: 768px) {
  .form-row { grid-template-columns: 1fr; }
  .payment-methods-grid { grid-template-columns: 1fr; }
  .pi-section { flex-direction: column; align-items: flex-start; gap: 8px; }
  .pi-label { min-width: 100%; }
  .hero-btns { flex-direction: column; width: 100%; max-width: 340px; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .status-box { padding: 28px 20px; }
  .modal-box { padding: 32px 22px; margin: 16px; max-width: 100%; }
}
@media (max-width: 576px) {
  .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .game-card { border-radius: var(--r-lg); }
  .game-banner { height: 100px; padding: 12px; }
  .game-banner img { max-height: 58px; }
  .game-info { padding: 12px; }
  .game-name { font-size: 0.9rem; }
  .game-sub { font-size: 0.72rem; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .pkg-card { padding: 10px 12px; gap: 8px; }
  .pkg-gem { font-size: 1.4rem; }
  .pkg-amt { font-size: 0.88rem; }
  .pkg-price { font-size: 0.88rem; }
  .pkg-amt.pass-text { font-size: 0.72rem; }
  .uc-body { padding: 16px; }
  .uc-header { padding: 14px 16px; }
  .hero-title { font-size: clamp(2.4rem, 10vw, 3.5rem); }
}

.unipin-card .form-row { display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 600px) { .unipin-card .form-row { flex-direction: row; } }
