.top-bar,
body {
  background-color: var(--bg-dark);
}
.container,
.nav-container,
.top-container {
  max-width: 1200px;
  margin: 0 auto;
}
.jackpot-title,
.nav-link {
  text-transform: uppercase;
}
:root {
  --bg-dark: #030816;
  --bg-surface: #0a1128;
  --bg-card: #121e3f;
  --border-color: #1e325c;
  --gold: #ffcc00;
  --gold-glow: rgba(255, 204, 0, 0.2);
  --green: #00ff00;
  --text-main: #e2e8f0;
  --text-muted: #94a3b8;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Roboto", sans-serif;
  --font-mono: "Share Tech Mono", monospace;
  --transition: 0.3s ease-in-out;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  padding: 0 20px;
}
.top-bar {
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
  font-size: 0.85rem;
}
.btn,
.nav-link {
  font-size: 0.8rem;
  font-family: var(--font-heading);
  font-weight: 700;
  transition: var(--transition);
}
.top-container {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-wrapper,
.social-links a {
  align-items: center;
  display: flex;
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links a {
  gap: 6px;
  color: var(--text-muted);
  transition: var(--transition);
}
.nav-link.active,
.nav-link:hover,
.seo-text strong,
.social-links a:hover {
  color: var(--gold);
}
.auth-buttons-top {
  display: flex;
  gap: 10px;
}
.btn {
  padding: 6px 20px;
  border-radius: 20px;
}
.btn-daftar {
  background-color: var(--gold);
  color: #000;
}
.btn-login {
  background-color: var(--green);
  color: #000;
}
.navbar {
  background-color: var(--bg-surface);
  border-bottom: 2px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-container {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-logo {
  width: 100%;
  max-width: 300px;
  height: 90px;
  object-fit: contain;
}
.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav-link {
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.nav-link i {
  font-size: 1.2rem;
}
.mobile-toggle {
  display: none;
  background: 0 0;
  border: none;
  color: var(--gold);
  font-size: 1.8rem;
  cursor: pointer;
}
.hero-section {
  padding: 20px 20px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.banner-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.hero-img,
.single-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.jackpot-section { padding: 30px 20px; }
        .jackpot-container { max-width: 1000px; margin: 0 auto; }
        .jackpot-box { background: linear-gradient(to bottom, var(--bg-card), var(--bg-dark)); border: 2px solid var(--gold); border-radius: 12px; padding: 20px; text-align: center; box-shadow: 0 0 30px var(--gold-glow); }
.game-card,
.game-category {
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.jackpot-decor {
  position: absolute;
  width: 40px;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="2" fill="%23ffcc00"/></svg>')
    repeat-y;
  top: 0;
  opacity: 0.3;
}
.jackpot-decor.left {
  left: 10px;
}
.jackpot-decor.right {
  right: 10px;
}
.jackpot-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.jackpot-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--text-muted);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.jackpot-counter {
  font-family: var(--font-mono);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 20px var(--gold);
  letter-spacing: 3px;
  line-height: 1;
}
.card-title,
.category-header h3,
.seo-title {
  font-family: var(--font-heading);
}
.article-section,
.games-section {
  padding: 40px 0;
}
.game-category {
  margin-bottom: 40px;
  background-color: var(--bg-surface);
  padding: 25px 0;
  border-radius: 10px;
}
.game-card,
.pay-tag:hover {
  background-color: var(--bg-card);
}
.category-header {
  padding: 0 25px 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.category-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
}
.text-green {
  color: var(--green);
  margin-right: 8px;
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}
.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 0 20px;
}
.scroll-left-anim {
  animation: 30s linear infinite scroll-left;
}
.scroll-right-anim {
  animation: 30s linear infinite scroll-right;
}
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}
.game-card {
  border-radius: 8px;
  transition: var(--transition);
  display: block;
  flex-shrink: 0;
  width: 220px;
}
.game-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.payment-row,
.seo-title {
  border-bottom: 1px solid var(--border-color);
}
.card-img {
  width: 100%;
  height: 160px;
  background-color: var(--bg-dark);
  position: relative;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.game-card:hover .card-img img {
  opacity: 0.8;
}
.card-title {
  padding: 12px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition);
}
.game-card:hover .card-title {
  color: #fff;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1440px);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-1440px);
  }
  100% {
    transform: translateX(0);
  }
}
.seo-content-box {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  padding: 40px;
  border-radius: 10px;
}
.seo-title {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.footer-block-title,
.pay-category {
  color: var(--text-muted);
  text-transform: uppercase;
  font-family: var(--font-heading);
}
.seo-text p {
  margin-bottom: 20px;
  color: var(--text-main);
  font-size: 1rem;
  text-align: justify;
}
.seo-text h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: #fff;
  margin: 30px 0 15px;
  border-left: 4px solid var(--gold);
  padding-left: 10px;
}
.seo-text ul {
  margin: 20px 0 20px 20px;
  color: var(--text-main);
}
.seo-text li {
  margin-bottom: 10px;
}
.single-article-image {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.main-footer {
  background-color: var(--bg-dark);
  border-top: 2px solid var(--border-color);
  padding: 60px 0 30px;
}
.footer-block {
  margin-bottom: 40px;
}
.footer-block-title {
  font-size: 1.1rem;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.provider-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
}
.prov-img img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: var(--transition);
}
.prov-img:hover img {
  opacity: 1;
  filter: grayscale(0%);
}
.payment-row {
  display: flex;
  padding: 15px 0;
  align-items: center;
}
.payment-row:last-child {
  border-bottom: none;
}
.pay-category {
  width: 150px;
  font-weight: 700;
  font-size: 0.9rem;
}
.footer-bottom,
.pay-tag {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.pay-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.pay-tag {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  padding: 6px 15px;
  border-radius: 4px;
  border-left: 3px solid var(--green);
  transition: var(--transition);
  cursor: pointer;
  display: inline-block;
}
.pay-tag:hover {
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 4px 12px rgba(255, 204, 0, 0.15);
  transform: translateY(-3px);
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--border-color);
}
.floating-livechat {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--gold);
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 5px 20px var(--gold-glow);
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.floating-livechat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 204, 0, 0.5);
}
.mobile-sticky-cta {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .jackpot-counter {
    font-size: 3rem;
  }
  .payment-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .pay-category {
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 5px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
  .top-bar {
    display: none;
  }
  .main-logo {
    max-width: 200px;
    height: 60px;
  }
  .jackpot-counter {
    font-size: 2rem;
  }
  .seo-content-box {
    padding: 25px 15px;
  }
  .seo-title {
    font-size: 1.4rem;
  }
  .floating-livechat {
    bottom: 85px;
    right: 15px;
    padding: 10px 15px;
    font-size: 0.8rem;
  }
  .game-card {
    width: 160px;
  }
  .card-img {
    height: 120px;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1080px);
    }
  }
  @keyframes scroll-right {
    0% {
      transform: translateX(-1080px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-dark);
    padding: 10px;
    gap: 10px;
    border-top: 1px solid var(--border-color);
    z-index: 1000;
  }
  .m-btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
    border-radius: 4px;
    font-size: 0.95rem;
  }
  .m-login {
    background-color: var(--green);
    color: #000;
  }
  .m-daftar {
    background-color: var(--gold);
    color: #000;
  }
  .nav-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-surface);
    padding: 20px;
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  }
  .nav-menu.active .nav-link {
    flex-direction: row;
    font-size: 1rem;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }
}
.intro {
  font-size: 11pt;
  color: #4a5568;
  font-style: italic;
  background: #f7fafc;
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #cbd5e0;
  margin-bottom: 25px;
}
.highlight {
  background-color: #ebf8ff;
  border: 1px solid #bee3f8;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
.faq-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  font-weight: bold;
  color: #1a365d;
  margin-bottom: 5px;
}
.faq-answer {
  color: #4a5568;
}
