.page-index{
  color:#f0f0f0;
}
.page-index__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 16px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.page-index__section-title {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #ffd54f;
  margin: 0;
}
.page-index__view-more-btn {
  padding: 8px 16px;
  background: linear-gradient(180deg, #ffd54f, #ff9800);
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

/* Module 0/1: __home-hero */
.page-index__home-hero {
  padding: 10px 12px 16px;
  box-sizing: border-box;
  max-width: 100%;
}

.page-index__hero-brand-title {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.25;
  font-weight: 800;
  background: linear-gradient(180deg, #ffe082, #ff9800);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 12px;
}
.page-index__hero-brand-lead {
  color: rgba(255,255,255,.88);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0 0 16px;
}
.page-index__hero-brand-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-index__hero-brand-trust li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(255,255,255,.8);
}

.page-index__hero-jackpot-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,.7);
  margin: 0;
}
.page-index__hero-jackpot-amount {
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  font-weight: 800;
  color: #ffd54f;
  margin: 8px 0;
  line-height: 1.2;
}
.page-index__hero-jackpot-gift {
  font-size: 0.75rem;
  color: rgba(255,255,255,.8);
  margin: 0;
}
.page-index__hero-jackpot-gift span {
  margin-right: 5px;
}
.page-index__hero-jackpot-claim {
  display: block;
  margin-top: 16px;
  padding: 14px 12px;
  border-radius: 8px;
  background: #c62828 !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

/* Module 1.1: __game-trial-shell */
.page-index__game-trial {
  max-width: 720px; margin: 0 auto; padding: 0 0 16px; box-sizing: border-box;
}
.page-index__game-trial-shell {
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 10px;
  overflow: hidden;
  background: #0a1628;
  width: 100%;
  box-sizing: border-box;
}
.page-index__game-trial-topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 8px 10px; font-size: 0.75rem; background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.8);
}
.page-index__game-trial-top-jackpot {
  font-weight: 700;
  color: #ffd54f;
}
.page-index__game-trial-top-promo {
  padding: 4px 10px; border-radius: 6px;
  background: linear-gradient(90deg, #7b1fa2, #9c27b0);
  color: #fff; text-decoration: none; font-size: 0.7rem; white-space: nowrap;
}
.page-index__game-trial-viewport { position: relative; width: 100%; isolation: isolate; }
.page-index__game-trial-frame {
  display: block; width: 100%; border: none; background: #1a1a2e;
  position: relative; z-index: 1;
}
.page-index__game-trial-bottombar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px; font-size: 0.7rem; background: rgba(0,0,0,.4); color: rgba(255,255,255,.75);
}
.page-index__game-trial-overlay {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.55);
  pointer-events: auto;
}
.page-index__game-trial-overlay.is-hidden {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
.page-index__game-trial-start {
  position: relative; z-index: 6;
  padding: 14px 32px; border-radius: 999px; border: none; cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(180deg, #ffd54f, #ff9800); color: #1a1a1a; font-weight: 700;
  box-shadow: 0 0 20px rgba(255,193,7,.45);
}

/* Module 1.3: __reward-modal */
.page-index__reward-modal {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center;
}
.page-index__reward-modal[hidden] { display: none; }
.page-index__reward-modal-backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.72);
}
.page-index__reward-modal-card {
  position: relative; z-index: 1; width: 90vw; max-width: 360px;
  padding: 28px 20px; border-radius: 20px;
  border: 2px solid #d4af37; background: #1a1208; text-align: center;
  color: #f0f0f0;
}
.page-index__reward-modal-close {
  position: absolute; top: 8px; right: 10px; z-index: 2;
  width: 36px; height: 36px; padding: 0; border: none; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff; font-size: 22px; line-height: 1;
  cursor: pointer; pointer-events: auto; touch-action: manipulation;
}
.page-index__reward-modal-close:hover {
  background: rgba(255,255,255,.22);
}
.page-index__reward-modal-brand {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(180deg, #ffe082, #ff9800);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 8px;
}
.page-index__reward-modal-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,.9);
  margin: 0 0 20px;
}
.page-index__reward-modal-claim,
.page-index__reward-modal-retry {
  display: block; width: 100%; margin-top: 12px; padding: 14px;
  border-radius: 999px; text-align: center; text-decoration: none; box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}
.page-index__reward-modal-claim {
  background: linear-gradient(180deg, #ffe082, #ffb300); color: #1a1a1a; font-weight: 700;
}
.page-index__reward-modal-retry {
  background: #2a2218; color: #fff; border: 1px solid #d4af37;
}

/* Module 2: __promo-strip */
.page-index__promo-strip {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.page-index__promo-strip-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  overflow-x: hidden;
  padding: 0 8px 12px;
  box-sizing: border-box;
}
.page-index__promo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 10px;
  padding: 8px 4px;
  background: #1a1208;
  box-sizing: border-box;
}
.page-index__promo-card-media {
  width: 100%;
  margin-bottom: 6px;
}
.page-index__promo-card-media img {
  width: 100%;
  max-width: 100%;
  
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.page-index__promo-card-title {
  margin: 0 0 4px;
  font-size: clamp(0.55rem, 2.8vw, 0.72rem);
  line-height: 1.2;
  font-weight: 700;
  color: #ffd54f;
}
.page-index__promo-card-line {
  margin: 0 0 2px;
  font-size: clamp(0.5rem, 2.2vw, 0.62rem);
  color: rgba(255,255,255,.82);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-index__promo-card-btn {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 5px 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe082, #ffb300);
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.5rem, 2.2vw, 0.65rem);
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

/* Module 3: __hot-games */
.page-index__hot-games {
  padding: 24px 12px;
}
.page-index__hot-games-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  max-width: 720px; margin: 0 auto;
}
.page-index__hot-games-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.page-index__hot-games-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.page-index__hot-games-name,
.page-index__hot-games-rtp,
.page-index__hot-games-desc {
  display: none;
}

/* Module 4: __brand-intro */
.page-index__brand-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 24px;
  box-sizing: border-box;
}
.page-index__brand-intro-title {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #ffd54f;
  margin-bottom: 15px;
  text-align: center;
}
.page-index__brand-intro-content {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  margin-bottom: 20px;
}
.page-index__brand-intro-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-index__brand-intro-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,.9);
  margin-bottom: 8px;
}
.page-index__brand-intro-features li span[aria-hidden="true"] {
  color: #4caf50;
  font-weight: 700;
}

/* Module 5: __winner-ticker */
.page-index__winner-ticker {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(90deg, #c62828, #e53935);
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.page-index__winner-ticker-track {
  display: flex;
  animation: ticker-scroll 20s linear infinite;
}
.page-index__winner-ticker-item {
  padding: 0 20px;
  font-size: 0.8rem;
  line-height: 48px;
  flex-shrink: 0;
}
.page-index__winner-ticker-item:not(.is-active) {
  display: none;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* Responsive CSS */
/* Mobile/Tablet: <=1023px (Trial Game Reset) */
@media (max-width: 1023px) {
  .page-index__home-hero {
    display: block !important;
    grid-template-columns: none !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .page-index__hero-brand,
  .page-index__hero-jackpot {
    display: none !important;
  }
  .page-index__game-trial {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    margin: 0 auto;
    padding: 0 0 12px !important;
    box-sizing: border-box;
  }
  .page-index__game-trial-shell {
    height: auto !important;
    max-height: none !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-index__game-trial-topbar,
  .page-index__game-trial-bottombar {
    display: none !important;
  }
  .page-index__game-trial-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 1024 / 768;
    flex: none !important;
    min-height: 240px;
    max-height: none !important;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-index__game-trial-frame {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100%;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  .page-index__game-trial-overlay {
    z-index: 5 !important;
    pointer-events: auto !important;
  }
  .page-index__game-trial-start {
    z-index: 6 !important;
    pointer-events: auto !important;
    touch-action: manipulation;
  }
  .page-index__hot-games-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding: 0 8px;
  }
  .page-index__promo-strip-track {
    padding: 0 8px 12px;
  }
}

/* PC: >=1024px (Three Column Layout) */
@media (min-width: 1024px) {
  .page-index__home-hero {
    display: grid;
    grid-template-columns: 26% 48% 26%;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 16px 24px;
    box-sizing: border-box;
    background: transparent;
    border: none;
  }
  .page-index__hero-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    border: none;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
  }
  .page-index__hero-jackpot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 300px;
    max-height: 300px;
    box-sizing: border-box;
    border: 1px solid rgba(212,175,55,.45);
    border-radius: 12px;
    padding: 16px 12px;
    background: #120c06;
    overflow: hidden;
  }
  .page-index__hero-jackpot-claim {
    display: block;
    margin-top: 16px;
    padding: 14px 12px;
    border-radius: 8px;
    background: #c62828 !important;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
  }
  .page-index__game-trial {
    max-width: none !important;
    width: 100%;
    height: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .page-index__game-trial-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 300px;
    box-sizing: border-box;
  }
  .page-index__game-trial-viewport {
    flex: 1;
    min-height: 0;
    position: relative;
    width: 100%;
  }
  .page-index__game-trial-frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: none;
    background: #1a1a2e;
  }

  .page-index__promo-strip {
    max-width: 1280px; margin: 16px auto 0; padding: 0 16px 24px;
  }
  .page-index__promo-strip-track {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    overflow-x: hidden; padding: 0;
  }
  .page-index__promo-card {
    flex: none; flex-direction: row; align-items: center; text-align: left;
    gap: 10px; padding: 14px 12px;
  }
  .page-index__promo-card-media {
    flex: 0 0 38%; max-width: 38%;
  }
  .page-index__promo-card-media img {
    max-width: 100%;
    max-height: none;
    margin: 0;
  }
  .page-index__promo-card-body {
    flex: 1; min-width: 0;
  }
  .page-index__promo-card-title {
    font-size: 0.85rem;
  }
  .page-index__promo-card-line {
    font-size: 0.72rem;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .page-index__promo-card-btn {
    display: inline-block;
    width: auto;
    margin-top: 10px; padding: 8px 14px; font-size: 0.7rem;
  }

  .page-index__hot-games {
    max-width: 1280px; margin: 0 auto; padding: 0 16px 32px;
  }
  .page-index__hot-games-grid {
    max-width: none; grid-template-columns: repeat(6, 1fr); gap: 12px;
  }
  .page-index__hot-games-item {
    border: 1px solid rgba(212,175,55,.35); border-radius: 10px; overflow: hidden;
    padding-bottom: 10px; text-decoration: none; color: inherit; text-align: center;
  }
  .page-index__hot-games-item img {
    width: 100%; display: block; height: auto;
  }
  .page-index__hot-games-name {
    font-size: 0.85rem; margin: 8px 8px 0; text-align: center; color: #ffd54f; font-weight: 700;
  }
  .page-index__hot-games-rtp {
    display: block; font-size: 0.75rem; color: #4caf50; margin: 4px 8px; text-align: center;
  }
  .page-index__hot-games-desc {
    font-size: 0.7rem; margin: 0 8px; opacity: 0.85; text-align: center; line-height: 1.4;
  }
}

/* Mobile: <=768px */
@media (max-width: 768px) {
  .page-index__promo-strip-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 12px 12px;
  }
  .page-index__promo-card {
    padding: 10px 6px;
  }
  .page-index__promo-card-media img {
    
  }
  .page-index__promo-card-title {
    font-size: 0.75rem;
  }
  .page-index__promo-card-line {
    font-size: 0.65rem;
  }
  .page-index__promo-card-btn {
    padding: 6px 6px;
    font-size: 0.68rem;
  }

  .page-index__hot-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 12px;
  }
  .page-index__hot-games-item img {
    border-radius: 6px;
  }
  .page-index__hot-games-name,
  .page-index__hot-games-rtp,
  .page-index__hot-games-desc {
    display: none;
  }

  .page-index__brand-intro {
    display: block;
    padding: 0 12px 24px;
  }
  .page-index__brand-intro-title {
    font-size: 1.5rem;
  }
  .page-index__brand-intro-content,
  .page-index__brand-intro-features li {
    font-size: 0.85rem;
  }
  .page-index__section-header {
    padding: 0 12px;
  }
  .page-index__section-title {
    font-size: 1.5rem;
  }

  .page-index img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-index__promo-card-media,
  .page-index__hot-games-item,
  .page-index__game-trial-shell {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-index__cta-button,
  .page-index__btn-primary,
  .page-index__btn-secondary,
  .page-index a[class*="button"],
  .page-index a[class*="btn"],
  .page-index__reward-modal-claim,
  .page-index__reward-modal-retry {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index__cta-buttons,
  .page-index__button-group,
  .page-index__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-index__cta-buttons {
    display: flex;
    flex-direction: column;
  }
  body {
    padding-bottom: 48px;
  }
}

/* PC >=769px hide brand intro */
@media (min-width: 769px) {
  .page-index__brand-intro { display: none; }
}

/* General Styles */
.page-index__home-hero, .page-index__promo-strip, .page-index__hot-games, .page-index__brand-intro {
  margin-bottom: 24px;
}
.page-index__home-hero {
  margin-top: 0;
  padding-top: 10px;
}
.page-index__winner-ticker-track {
  animation: ticker-scroll 20s linear infinite;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
.is-hidden { display: none !important; }