/* ============================================================
   vegasgg-vip.com — tema VEGASGG
   Warna dan gradien diambil dari situs resmi VEGASGG:
   ungu #a100f8 / #9b02f1 / #700d9e, limau #a1d334 / #496d0a,
   di atas abu gelap #212535 / #303846.
   Semua gambar dari /assets/ lokal, tanpa hotlink.
   ============================================================ */

:root{
  --ungu:      #a100f8;
  --ungu-2:    #9b02f1;
  --ungu-tua:  #700d9e;
  --ungu-mdh:  #ff38a0;
  --limau:     #a1d334;
  --limau-tua: #496d0a;
  --emas:      #fef806;
  --emas-tua:  #b6701a;

  --gelap:     #131313;
  --gelap-2:   #1a1a1a;
  --slate:     #212535;
  --slate-2:   #303846;
  --garis:     #434c5a;

  --putih:     #ffffff;
  --redup:     #c8cede;

  --panel:     rgba(20,16,34,.90);
  --tepi:      rgba(161,0,248,.38);

  --pita: linear-gradient(268deg, #390053 0%, #6711a4 21%, #310960 33%, #21102b 44%, #1d0c36 60%, #311a43 73%, #6711a4 85%, #4f007b 100%);

  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --shell: 1000px;
}

*{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }

body{
  margin:0;
  font-family:var(--sans);
  font-size:16px;
  line-height:1.7;
  color:var(--putih);
  background:var(--gelap);
  background-image:
    radial-gradient(880px 460px at 50% -6%, rgba(161,0,248,.20), transparent 62%),
    radial-gradient(620px 380px at 92% 26%, rgba(161,211,52,.09), transparent 60%),
    radial-gradient(560px 360px at 6% 62%, rgba(255,56,160,.08), transparent 60%);
  background-repeat:no-repeat;
  background-attachment:fixed;
}

@media (max-width:768px){ body{ font-size:15px; padding-bottom:74px; } }

.shell{ max-width:var(--shell); margin:0 auto; padding:0 12px; }
img{ max-width:100%; display:block; }
a{ color:#d79bff; text-decoration:none; }
a:hover{ color:var(--limau); }
:focus-visible{ outline:2px solid var(--limau); outline-offset:3px; }

/* ---------------- header ---------------- */

.topbar{
  background:var(--pita);
  border-bottom:2px solid var(--ungu);
  box-shadow:0 2px 14px rgba(161,0,248,.45);
  position:sticky; top:0; z-index:60;
}
.topbar .shell{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; padding-top:10px; padding-bottom:10px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ width:auto; height:22px; }
.brand .txt b{
  display:block; font-size:17px; font-weight:800; letter-spacing:.6px;
  text-shadow:0 0 10px rgba(161,0,248,.9);
}
.brand .txt span{
  display:block; font-size:9px; font-weight:700; letter-spacing:2.1px; color:var(--limau);
}

/* ---------------- running text ---------------- */

.ticker{
  background:linear-gradient(90deg,#1a1024,#2a0f45 50%,#1a1024);
  border-bottom:1px solid var(--tepi);
  font-size:12.5px; color:#e2d3f5; overflow:hidden;
}
.ticker .shell{ padding-top:7px; padding-bottom:7px; white-space:nowrap; }
.ticker b{ color:var(--limau); margin-right:8px; }

/* ---------------- navigasi ---------------- */

.nav{ display:grid; grid-template-columns:repeat(4,1fr); gap:6px; padding:10px 0 0; }
.nav a{
  text-align:center; font-size:12px; font-weight:800; letter-spacing:.5px;
  text-transform:uppercase; color:#e3d6f5;
  padding:10px 4px; border-radius:9px;
  border:1px solid var(--tepi);
  background:linear-gradient(180deg,#1d1430,#150f24);
}
.nav a:hover{ border-color:var(--ungu); color:#fff; }
.nav a[aria-current="page"]{
  color:#1a0b28; border-color:#fff;
  background:linear-gradient(180deg,#c66bff,#9b02f1);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.75);
  color:#fff;
}

/* ---------------- panel isi ---------------- */

main{ padding:0 10px; }
main > .shell{
  background:var(--panel);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border:1px solid var(--tepi);
  border-radius:13px;
  padding:6px 22px 30px;
  margin:14px auto 24px;
  box-shadow:0 0 55px rgba(0,0,0,.9), inset 0 0 70px rgba(90,0,150,.18);
}
@media (max-width:768px){
  main{ padding:0 7px; }
  main > .shell{ padding:4px 14px 24px; border-radius:10px; margin:9px auto 16px; }
}

/* ---------------- tipografi ---------------- */

h1{
  font-size:31px; line-height:1.2; font-weight:800; margin:18px 0 12px;
  background:linear-gradient(96deg,#e6b3ff 0%,#c66bff 40%,#a1d334 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.85));
}
h2{ font-size:22px; font-weight:800; margin:30px 0 8px; text-shadow:0 2px 10px rgba(0,0,0,.8); }
h3{ font-size:16px; font-weight:700; margin:20px 0 5px; color:var(--limau); }
p{ margin:0 0 14px; }
.lead{ font-size:16.5px; color:var(--redup); }
.muted{ color:var(--redup); }
ul,ol{ margin:0 0 14px; padding-left:21px; }
li{ margin-bottom:7px; }

.label{
  display:inline-block; font-size:10.5px; font-weight:800; letter-spacing:.2em;
  text-transform:uppercase; color:#1a2b00; margin:16px 0 4px;
  background:linear-gradient(180deg,#a1d334,#496d0a);
  border-radius:999px; padding:3px 13px;
}

/* ---------------- tombol ---------------- */

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  font-size:15px; font-weight:800; letter-spacing:.5px;
  padding:13px 24px; border-radius:12px; color:#fff;
  border:1px solid #5d0090; text-align:center; line-height:1.2;
  background:linear-gradient(180deg,#ff38a0 0%,#e9228a 22%,#7209b7 70%,#9c06ff 100%);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.55),
             inset 0 0 0 2px rgba(40,0,70,.45), 0 4px 12px rgba(0,0,0,.4);
  transition:filter .18s ease, transform .18s ease;
}
.btn:hover{ filter:brightness(1.13); transform:translateY(-2px); color:#fff; }

.btn--limau{
  color:#1a2b00; border-color:#3c5a08;
  background:linear-gradient(180deg,#a1d334 0%,#496d0a 100%);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.65),
             inset 0 0 0 2px rgba(20,40,0,.4), 0 4px 12px rgba(0,0,0,.4);
}
.btn--limau:hover{ color:#1a2b00; }

.btn--emas{
  color:#2a1500; border-color:#7d4f10;
  background:linear-gradient(180deg,#fef806 0%,#e6bf08 40%,#b6701a 100%);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.7),
             inset 0 0 0 2px rgba(60,35,0,.4), 0 4px 12px rgba(0,0,0,.4);
}
.btn--emas:hover{ color:#2a1500; }

.btn--gelap{
  color:#e3d6f5; border-color:var(--tepi);
  background:linear-gradient(180deg,#241a3a,#171126);
  box-shadow:inset 0 1px 0 0 rgba(255,255,255,.15), 0 4px 12px rgba(0,0,0,.4);
}
.btn--gelap:hover{ color:#fff; border-color:var(--ungu); }

.btn--sm{ font-size:12.5px; padding:8px 15px; border-radius:9px; }
.btn--wide{ width:100%; }
.btns{ display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 4px; }
.btns .btn{ flex:1 1 220px; }

/* ---------------- kartu ---------------- */

.card{
  background:linear-gradient(180deg,rgba(36,26,58,.8),rgba(23,17,38,.8));
  border:1px solid var(--tepi);
  border-left:4px solid var(--ungu);
  border-radius:10px;
  padding:16px 18px; margin:18px 0;
}
.card > :last-child{ margin-bottom:0; }
.card h2,.card h3{ margin-top:0; }
.card--limau{ border-left-color:var(--limau); }
.card--merah{ border-left-color:#ff4d6d; }

.grid2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.grid3{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media (max-width:700px){ .grid2,.grid3{ grid-template-columns:1fr; } }

/* ---------------- grid gambar ---------------- */

.wadah{
  position:relative; width:100%;
  border-radius:9px; overflow:hidden;
  border:1px solid var(--tepi);
  background:rgba(12,8,22,.7);
}
.wadah img{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; padding:5px; }

.prov{ display:grid; grid-template-columns:repeat(6,1fr); gap:9px; }
.prov figure{ margin:0; }
.prov .wadah{ aspect-ratio:4/3; }
.prov figcaption{ font-size:10.5px; font-weight:700; color:#cdbde6; text-align:center; padding-top:4px; }
@media (max-width:900px){ .prov{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:600px){ .prov{ grid-template-columns:repeat(3,1fr); gap:7px; } }

.bank{ display:grid; grid-template-columns:repeat(7,1fr); gap:8px; }
.bank figure{ margin:0; }
.bank .wadah{ aspect-ratio:5/2; background:rgba(255,255,255,.92); }
.bank figcaption{ font-size:10px; font-weight:700; color:#cdbde6; text-align:center; padding-top:4px; }
@media (max-width:820px){ .bank{ grid-template-columns:repeat(5,1fr); } }
@media (max-width:520px){ .bank{ grid-template-columns:repeat(3,1fr); } }

/* ---------------- promo ---------------- */

.promo{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:16px 0 6px; }
.promo figure{ margin:0; }
.promo .shot{
  border-radius:10px; overflow:hidden;
  border:1px solid var(--ungu);
  box-shadow:0 6px 18px rgba(0,0,0,.6);
  background:#150f24;
}
.promo img{ width:100%; height:auto; }
.promo figcaption{ font-size:13.5px; font-weight:700; color:#e6dcf5; padding:8px 2px 3px; text-align:center; }
@media (max-width:700px){ .promo{ grid-template-columns:1fr; } }

/* ---------------- tabel ---------------- */

.tbl{ width:100%; border-collapse:collapse; margin:16px 0; font-size:14.5px; }
.tbl th,.tbl td{ text-align:left; padding:10px 12px; vertical-align:top; border-bottom:1px solid var(--tepi); }
.tbl thead th{
  font-size:11.5px; font-weight:800; letter-spacing:.5px; color:#1a0b28;
  background:linear-gradient(180deg,#c66bff,#9b02f1); color:#fff;
}
.tbl tbody tr:nth-child(odd){ background:rgba(0,0,0,.28); }
.wrapx{ overflow-x:auto; -webkit-overflow-scrolling:touch; }

/* ---------------- baris kontak & sosial ---------------- */

.rows{ display:grid; gap:9px; margin:14px 0 4px; }
.row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  background:linear-gradient(180deg,#241a3a,#171126);
  border:1px solid var(--tepi);
  border-radius:10px; padding:12px 14px;
}
.row .nm{ font-weight:800; font-size:14.5px; }
.row .ds{ font-size:12.5px; color:var(--redup); }

/* ---------------- langkah ---------------- */

.steps{ counter-reset:s; list-style:none; padding:0; margin:14px 0; }
.steps li{ counter-increment:s; position:relative; padding-left:42px; margin-bottom:16px; }
.steps li::before{
  content:counter(s);
  position:absolute; left:0; top:2px;
  width:28px; height:28px;
  display:flex; align-items:center; justify-content:center;
  border-radius:50%; font-size:13px; font-weight:800; color:#1a2b00;
  background:linear-gradient(180deg,#a1d334,#496d0a);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.6);
}
.steps b{ display:block; margin-bottom:1px; }

/* ---------------- bar lengket ---------------- */

.bar{ display:none; }
@media (max-width:768px){
  .bar{
    display:grid; grid-template-columns:1.5fr 1fr; gap:8px;
    position:fixed; left:0; right:0; bottom:0; z-index:70;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom));
    background:rgba(10,7,18,.96);
    backdrop-filter:blur(9px);
    border-top:2px solid var(--ungu);
  }
  .bar .btn{ padding:11px 8px; font-size:14px; border-radius:11px; }
}

/* ---------------- kaki ---------------- */

.foot{
  border-top:2px solid var(--ungu);
  background:rgba(0,0,0,.72);
  margin-top:26px; padding:20px 0 34px;
  font-size:13.5px; color:var(--redup);
}
.foot p{ margin-bottom:8px; }
.foot a{ color:#d79bff; }
.age{
  display:inline-block; font-size:11px; font-weight:800; letter-spacing:1px;
  color:#1a2b00; background:linear-gradient(90deg,#a1d334,#496d0a);
  border-radius:999px; padding:2px 10px; margin-right:7px;
}
.crumbs{ font-size:12.5px; color:var(--redup); padding:14px 0 0; }
.crumbs a{ color:var(--redup); }

/* ---------------- layar tunggu live chat ---------------- */

#lc-loading{
  display:none; position:fixed; inset:0; z-index:99998;
  align-items:center; justify-content:center;
  background:rgba(0,0,0,.74);
  backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px);
}
#lc-loading.tampil{ display:flex; }
#lc-loading .putar{
  width:46px; height:46px;
  border:4px solid rgba(255,255,255,.18);
  border-top-color:var(--ungu);
  border-radius:50%;
  animation:lcPutar .8s linear infinite;
  box-shadow:0 0 18px rgba(161,0,248,.6);
}
@keyframes lcPutar{ to{ transform:rotate(360deg); } }
body:not(.lc-buka) #chat-widget-container{ display:none !important; }

@media (max-width:768px){
  h1{ font-size:24px; }
  h2{ font-size:19px; }
  .lead{ font-size:15px; }
  .btns .btn{ flex:1 1 100%; }
  .nav{ grid-template-columns:repeat(2,1fr); }
  .nav a{ font-size:11.5px; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation:none !important; transition:none !important; }
  #lc-loading .putar{ animation-duration:2.4s !important; }
}

/* ============ perbaikan header ============ */

.topbar .shell{ flex-wrap:nowrap; }
.brand{ min-width:0; flex:1 1 auto; overflow:hidden; }
.brand img{ height:30px; width:auto; max-width:150px; flex:0 0 auto; }
.brand .txt{ min-width:0; }
.brand .txt b{ font-size:15px; white-space:nowrap; }
.brand .txt span{ white-space:nowrap; font-size:8.5px; letter-spacing:1.6px; }
.topbar .btn{ flex:0 0 auto; white-space:nowrap; }

@media (max-width:560px){
  .brand .txt{ display:none; }
  .brand img{ height:28px; max-width:140px; }
  .topbar .btn{ font-size:11.5px; padding:7px 11px; }
}

/* ============ tombol: gradien VEGASGG, beranimasi ============ */

.btn{
  border-color:#027a2c;
  background:linear-gradient(270deg,#05ff5e 0%,#08ca4d 25%,#06c74a 35%,
             #04bb45 80%,#06b846 95%,#039e38 100%);
  background-size:400% 400%;
  animation:ggGrad 5s ease infinite;
  color:#06240f;
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.6),
             inset 0 0 0 2px rgba(0,45,15,.35), 0 4px 12px rgba(0,0,0,.45);
}
.btn:hover{ color:#06240f; }

@keyframes ggGrad{
  0%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
  100%{ background-position:0% 50%; }
}

.btn--limau{
  border-color:#0a3f8f; color:#fff;
  background:linear-gradient(270deg,#007bff 0%,#0077ff 25%,#136ed7 35%,
             #125abc 80%,#006aff 95%,#006aff 100%);
  background-size:400% 400%;
  animation:ggGrad 5s ease infinite;
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.55),
             inset 0 0 0 2px rgba(0,20,60,.4), 0 4px 12px rgba(0,0,0,.45);
}
.btn--limau:hover{ color:#fff; }

.btn--emas, .btn--gelap{ animation:none; }

@media (prefers-reduced-motion:reduce){
  .btn, .btn--limau{ animation:none !important; }
}

.btn--emas, .btn--gelap{ animation:none; }

.ticker .shell{ padding-left:0; padding-right:0; }
.ticker .jalan{
  display:inline-block; white-space:nowrap; padding-left:100%;
  animation:ggJalan 22s linear infinite;
}
.ticker:hover .jalan{ animation-play-state:paused; }
@keyframes ggJalan{ to{ transform:translateX(-100%); } }

@media (prefers-reduced-motion:reduce){
  .btn, .btn--limau{ animation:none !important; }
  .ticker .jalan{ animation:none; padding-left:12px; }
}

/* Live Chat & Customer Service: kuning ke oranye */
.btn--emas{
  color:#2a1200;
  border-color:#8a4a00;
  background:linear-gradient(180deg,#ffd83d 0%,#ffae0a 48%,#f77f00 100%);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.75),
             inset 0 0 0 2px rgba(70,30,0,.32), 0 4px 12px rgba(0,0,0,.45);
  animation:none;
}
.btn--emas:hover{ color:#2a1200; filter:brightness(1.08); }

/* tombol Telegram: biru khas Telegram */
.btn--tg{
  color:#fff;
  border-color:#14608f;
  background:linear-gradient(180deg,#3fbbee 0%,#2196d4 48%,#1a7bb0 100%);
  box-shadow:inset 0 2px 0 0 rgba(255,255,255,.5),
             inset 0 0 0 2px rgba(0,30,55,.35), 0 4px 12px rgba(0,0,0,.45);
  animation:none;
}
.btn--tg:hover{ color:#fff; filter:brightness(1.1); }

.label{
  background:linear-gradient(180deg, #ffffff, #d465ff);
  color:#2d0b45;
}

/* ============ penenangan tema ============ */

h3{ color:#e9dcf7; font-size:15.5px; }

.card{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  padding:15px 17px;
  margin:14px 0;
}
.card--limau{ background:rgba(161,211,52,.06); border-color:rgba(161,211,52,.2); }
.card--merah{ background:rgba(255,77,109,.06); border-color:rgba(255,77,109,.22); }

main > .shell{ box-shadow:0 0 40px rgba(0,0,0,.7); }

.label{ font-size:9.5px; letter-spacing:.16em; padding:2px 11px; }

.steps li::before{ color:#fff; background:linear-gradient(180deg,#c66bff,#8a12d4); }

h2{ margin:26px 0 6px; }
.grid2, .grid3{ gap:11px; }
