:root{
  --primary:#f79c26;
  --secondary:#efa442;
  --dark:#333333;
  --dark-2:#232323;
  --dark-3:#171717;
  --dark-4:#101010;
  --text:#f5f5f5;
  --muted:#c9c9c9;
  --line:#454545;
  --card:#1d1d1d;
  --radius:20px;
  --shadow:0 14px 30px rgba(0,0,0,.35);
  --max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(247,156,38,.12), transparent 22%),
    linear-gradient(180deg, #242424 0%, #131313 100%);
  color:var(--text);
  line-height:1.65;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

.container{
  width:min(calc(100% - 32px), var(--max));
  margin:auto;
}

.topbar{
  background:var(--primary);
  color:#1b1b1b;
  border-bottom:1px solid rgba(0,0,0,.12);
  font-size:14px;
}

.topbar-inner{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.topbar-left,
.topbar-right{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}

.topbar-item{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:700;
}

.top-btn{
  height:38px;
  min-width:108px;
  padding:0 18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:14px;
}

.top-btn.dark{
  background:#6f7479;
  color:#fff;
}

.top-btn.orange{
  background:#d88810;
  color:#fff;
}

.header{
  background:linear-gradient(180deg, #2b2b2b, #191919);
  border-bottom:2px solid #0f0f0f;
  position:sticky;
  top:0;
  z-index:30;
}

.header-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
}

.brand-logo{
  height:42px;
  width:auto;
  display:block;
}

/* kalau mau lebih besar */
@media (min-width: 1024px){
  .brand-logo{
    height:48px;
  }
}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}

.nav a{
  font-size:15px;
  font-weight:800;
  color:#f0f0f0;
  padding:6px 0;
  position:relative;
}

.nav a:hover,
.nav a.active{
  color:var(--secondary);
}

.nav a.active::after,
.nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--primary),var(--secondary));
}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(247,156,38,.14), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(239,164,66,.12), transparent 16%),
    linear-gradient(120deg, #1f0c07 0%, #111111 42%, #0f0f0f 100%);
  border-top:3px solid #0d0d0d;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size:86px 86px;
  opacity:.15;
  pointer-events:none;
}

.hero-stacked-inner{
  position:relative;
  z-index:1;
  padding:42px 0 40px;
}

.hero-copy-top{
  max-width:100%;
  margin-bottom:28px;
}

.eyebrow{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(247,156,38,.16);
  border:1px solid rgba(247,156,38,.28);
  color:#ffd49c;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.hero-title{
  margin:0 0 16px;
  font-size:clamp(34px, 4.2vw, 58px);
  line-height:1.06;
  text-transform:none;
  letter-spacing:-0.7px;
  font-weight:800;
  color:#f79c26;
  text-align: center;
}

.hero-lead{
  font-size:14px;
  line-height:1.85;
  color:#e5e5e5;
  margin:0 0 22px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  font-size:15px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.2s ease;
}

.btn.primary{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#171717;
  box-shadow:0 8px 18px rgba(247,156,38,.18);
}

.btn.ghost{
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}

.btn:hover{transform:translateY(-1px)}

.hero-banner-wrap{
  width:100%;
}

.hero-banner-slider{
  width:100%;
  height:360px;
  border-radius:26px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(247,156,38,.18);
  background:linear-gradient(135deg, #232323 0%, #111111 45%, #1d1d1d 100%);
  box-shadow:var(--shadow);
}

.hero-banner-slider::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.16));
  pointer-events:none;
  z-index:1;
}

.hero-banner-track{
  width:100%;
  height:100%;
  position:relative;
}

.hero-banner-slide{
  position:absolute;
  inset:0;
  display:none;
}

.hero-banner-slide.active{
  display:block;
}

.hero-banner-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-dots{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:3;
}

.hero-dots span{
  width:16px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  display:block;
  cursor:pointer;
}

.hero-dots span.active{
  width:32px;
  background:var(--primary);
}

.ticker-wrap{
  background:#222;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.ticker{
  min-height:58px;
  display:grid;
  grid-template-columns:260px 1fr;
  align-items:center;
  gap:16px;
}

.ticker-date{
  color:var(--secondary);
  font-weight:800;
  text-align:center;
  white-space:nowrap;
}

.ticker-info{
  background:#1b1b1b;
  border:1px solid rgba(247,156,38,.3);
  border-radius:999px;
  color:#e7e7e7;
}

.marquee-box{
  position:relative;
  overflow:hidden;
  white-space:nowrap;
  padding:0;
  display:flex;
  align-items:center;
  min-height:44px;
}

.marquee-track{
  display:flex;
  width:max-content;
  animation:marqueeMove 22s linear infinite;
}

.marquee-track span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 28px;
  color:#e7e7e7;
}

@keyframes marqueeMove{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

.section{
  padding:34px 0;
}

.section-wrap{
  background:linear-gradient(180deg, #292929, #1b1b1b);
  border:1px solid rgba(255,255,255,.06);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}

.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:24px;
}

.section-head-left{
  display:flex;
  align-items:center;
  gap:14px;
  flex:1;
  min-width:240px;
}

.section-title{
  margin:0;
  font-size:24px;
  font-weight:900;
  color:var(--secondary);
  white-space:nowrap;
}

.section-line{
  flex:1;
  min-width:80px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--primary),transparent);
}

.section-btn{
  padding:12px 22px;
  border-radius:999px;
  font-weight:900;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#1a1a1a;
  white-space:nowrap;
}

.section-content{
  padding-top:10px;
}

.content-main,
.content-box{
  background:linear-gradient(180deg,#252525,#181818);
  border:1px solid rgba(255,255,255,.06);
  border-radius:22px;
  padding:26px;
}

.full-content{
  width:100%;
}

.content-main h2,
.content-box h3{
  margin:0 0 14px;
  color:#fff;
}

.content-main h2{
  font-size:28px;
}

.content-main p,
.content-box p{
  margin:0 0 16px;
  color:#dddddd;
  line-height:1.8;
  font-size:16px;
}

.content-main p:last-child,
.content-box p:last-child{
  margin-bottom:0;
}

.game-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.game-card{
  background:linear-gradient(180deg,#242424,#171717);
  border:1px solid rgba(247,156,38,.14);
  border-radius:18px;
  padding:22px;
  transition:.2s ease;
}

.game-card:hover{
  transform:translateY(-2px);
  border-color:rgba(247,156,38,.32);
}

.game-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(247,156,38,.1);
  border:1px solid rgba(247,156,38,.2);
  color:var(--secondary);
  font-size:24px;
  margin-bottom:14px;
}

.game-card h3{
  margin:0 0 10px;
  font-size:22px;
  color:#fff;
}

.game-card p{
  margin:0;
  color:#d2d2d2;
}

.content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
}

.inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.inline-links a{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#ededed;
  font-size:14px;
  font-weight:700;
}

.text-links a,
.ticker-info a{
  color:#ffd39c;
  text-decoration:underline;
  text-decoration-color:rgba(247,156,38,.45);
}

.footer-large{
  margin-top:28px;
  background:
    radial-gradient(circle at 18% 20%, rgba(247,156,38,.10), transparent 18%),
    linear-gradient(180deg, #1f1f1f 0%, #131313 100%);
  border-top:1px solid rgba(247,156,38,.14);
  padding-top:38px;
}

.footer-large-inner{
  display:grid;
  grid-template-columns:1.35fr .9fr .95fr .8fr .8fr;
  gap:42px;
  align-items:start;
  padding-bottom:28px;
}

.footer-brand-col{
  max-width:360px;
}

.footer-brand-mark{
  width:220px;
  min-height:78px;
  border-radius:16px;
  border:1px solid rgba(247,156,38,.14);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:20px;
  padding:12px 16px;
  background:rgba(255,255,255,.02);
}

.footer-brand-mark img{
  max-width:100%;
  height:auto;
  display:block;
}

.footer-brand-text{
  color:#e7e7e7;
  line-height:1.85;
  margin:0 0 26px;
  font-size:15px;
}

.footer-region h4,
.footer-links-col h4{
  margin:0 0 18px;
  font-size:16px;
  font-weight:800;
  color:#ffffff;
}

.region-box{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:148px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(247,156,38,.35);
  color:#fff;
  font-weight:700;
  background:rgba(255,255,255,.02);
}

.region-arrow{
  margin-left:auto;
  font-size:20px;
  line-height:1;
  color:#f7c27a;
}

.footer-links-col{
  display:flex;
  flex-direction:column;
  gap:13px;
}

.footer-links-col a{
  color:#ececec;
  font-size:15px;
  line-height:1.45;
}

.footer-links-col a:hover{
  color:#f7c27a;
}

@media (max-width: 1100px){
  .content-grid,
  .game-grid,
  .footer-large-inner{
    grid-template-columns:1fr;
  }

  .footer-brand-col{
    max-width:100%;
  }
}

@media (max-width: 1024px){
  .ticker{
    grid-template-columns:1fr;
    padding:12px 0;
  }

  .ticker-date{
    text-align:left;
  }

  .hero-banner-slider{
    height:300px;
  }
}

@media (max-width: 780px){
  .header-inner,
  .topbar-inner{
    padding:12px 0;
  }

  .nav{
    gap:16px;
  }

  .hero-stacked-inner{
    padding:34px 0 28px;
  }

  .hero-title{
    font-size:clamp(30px, 8vw, 44px);
  }

  .hero-banner-slider{
    height:220px;
    border-radius:20px;
  }

  .content-main,
  .content-box,
  .section-wrap{
    padding:22px;
  }
}

/* FAQ */
.faq-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-item{
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(180deg,#232323,#171717);
}

.faq-question{
  width:100%;
  padding:18px 20px;
  background:none;
  border:none;
  color:#fff;
  font-size:16px;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-question span{
  font-size:18px;
  color:var(--primary);
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:.3s ease;
  padding:0 20px;
}

.faq-item.active .faq-answer{
  max-height:200px;
  padding-bottom:16px;
}

.faq-answer p{
  margin:10px 0 0;
  color:#dcdcdc;
  line-height:1.7;
}

/* REVIEW */
.review-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.review-card{
  background:linear-gradient(180deg,#242424,#171717);
  border:1px solid rgba(247,156,38,.15);
  border-radius:18px;
  padding:20px;
  transition:.2s ease;
}

.review-card:hover{
  border-color:rgba(247,156,38,.35);
  transform:translateY(-2px);
}

.review-top{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-size:14px;
  color:#aaa;
}

.review-card strong{
  color:#fff;
}

.review-card p{
  margin:0;
  color:#ddd;
  line-height:1.7;
}

/* Responsive */
@media (max-width: 768px){
  .review-grid{
    grid-template-columns:1fr;
  }
}


.category-wrap{
  background:linear-gradient(180deg, #292929, #1b1b1b);
  border:1px solid rgba(255,255,255,.06);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}

.category-head{
  margin-bottom:24px;
}

.image-category-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.image-category-card{
  background:#050505;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(247,156,38,.14);
  transition:.25s ease;
}

.image-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(247,156,38,.38);
  box-shadow:0 14px 30px rgba(0,0,0,.28);
}

.image-category-thumb{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  background:#080808;
  overflow:hidden;
}

.image-category-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.image-category-card:hover .image-category-thumb img{
  transform:scale(1.04);
}

.image-category-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border-top:1px solid rgba(255,255,255,.06);
  background:#050505;
}

.image-category-links a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-size:14px;
  font-weight:800;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.image-category-links a:first-child{
  border-right:1px solid rgba(255,255,255,.08);
}

.image-category-links a:hover{
  color:#f7c27a;
  background:rgba(247,156,38,.06);
}

@media (max-width: 1024px){
  .image-category-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width: 640px){
  .image-category-grid{
    grid-template-columns:1fr;
  }

  .category-wrap{
    padding:22px;
  }
}

.image-category-card{
  background:#050505;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(247,156,38,.18);
  transition:.25s ease;
  position:relative;
}

.image-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(247,156,38,.45);
  box-shadow:0 16px 34px rgba(0,0,0,.35);
}

.image-category-thumb{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  background:#080808;
  overflow:hidden;
  position:relative;
}

.image-category-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.image-category-card:hover .image-category-thumb img{
  transform:scale(1.05);
}

.image-category-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.08) 0%,
    rgba(0,0,0,.15) 45%,
    rgba(0,0,0,.72) 100%
  );
}

.category-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
}

.category-overlay span{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(247,156,38,.18);
  border:1px solid rgba(247,156,38,.34);
  color:#ffd39c;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}

.category-overlay h3{
  margin:0;
  font-size:24px;
  line-height:1.15;
  color:#fff;
  font-weight:900;
  text-shadow:0 3px 10px rgba(0,0,0,.45);
}


.category-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:14px;
  background:linear-gradient(180deg,#090909,#050505);
  border-top:1px solid rgba(255,255,255,.06);
}

.cat-btn{
  min-height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:900;
  transition:.2s ease;
}

.cat-btn.login{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}

.cat-btn.daftar{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#151515;
}

.cat-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}


.category-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
}

.category-overlay h3{
  margin:0 0 6px;
  font-size:20px;
  line-height:1.2;
  color:#fff;
  font-weight:900;
  text-shadow:0 3px 10px rgba(0,0,0,.45);
}

.category-overlay p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#e0e0e0;
  opacity:.9;

  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.page-section{
  padding:42px 0 24px;
}

.page-section h1{
  margin:0 0 16px;
  font-size:clamp(32px, 4vw, 54px);
  line-height:1.1;
  color:#fff;
}

.howto-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.howto-step{
  background:linear-gradient(180deg,#242424,#171717);
  border:1px solid rgba(247,156,38,.14);
  border-radius:18px;
  padding:20px;
  transition:.2s ease;
}

.howto-step:hover{
  transform:translateY(-2px);
  border-color:rgba(247,156,38,.36);
}

.howto-step span{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#161616;
  font-weight:900;
  margin-bottom:14px;
}

.howto-step h3{
  margin:0 0 10px;
  color:#fff;
  font-size:18px;
}

.howto-step p{
  margin:0;
  color:#dcdcdc;
  line-height:1.7;
  font-size:14px;
}

@media (max-width:1100px){
  .howto-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:640px){
  .howto-grid{
    grid-template-columns:1fr;
  }
}

.contact-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.contact-btn{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,#1c1c1c,#121212);
  transition:.25s ease;
}

.contact-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0f0f0f;
  border-radius:10px;
}

.contact-icon img{
  width:22px;
  height:22px;
}

.contact-btn span{
  font-size:15px;
  font-weight:800;
  color:#fff;
}

.contact-btn small{
  font-size:12px;
  color:#aaa;
}

.contact-btn:hover{
  transform:translateY(-2px);
}

.contact-btn:hover{
  box-shadow:0 10px 25px rgba(0,0,0,.3);
}

/* 🔥 WHATSAPP */
.contact-btn.wa:hover{
  background:linear-gradient(135deg,#25D366,#128C7E);
}

/* 🔴 LIVECHAT (MERAH SESUAI REQUEST) */
.contact-btn.livechat:hover{
  background:linear-gradient(135deg,#ff3b3b,#b30000);
}

/* 🔵 TELEGRAM */
.contact-btn.telegram:hover{
  background:linear-gradient(135deg,#0088cc,#005f8a);
}