.page-index {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-index__section--padded {
  padding: 40px 20px;
}

.page-index__section--dark {
  background-color: #11271B; /* Card BG */
}

.page-index__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-index__ticker {
  width: 100%;
  overflow: hidden;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 10;
  top: 0; /* Ensures it's at the very top */
  left: 0;
  right: 0;
}

.page-index__ticker-icon {
  margin-left: 15px;
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.page-index__ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
}

.page-index__ticker-text {
  padding-right: 50px; /* Space between repeated text */
}

@keyframes ticker-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .page-index__ticker-track {
    animation: none;
  }
}

.page-index__hero-jackpot {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-color: #08160F; /* Background */
  box-sizing: border-box;
  overflow-x: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-index__hero-visual {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.page-index__hero-image,
.page-index__hero-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 850px) {
  .page-index__hero-image,
  .page-index__hero-visual img {
    aspect-ratio: 16/5;
    object-fit: cover;
  }
}

.page-index__hero-copy {
  order: 2;
  position: static;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px 15px 40px;
  text-align: center;
}

.page-index__hero-tagline {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-index__jackpot-counter {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 20px auto;
  padding: 15px;
  border: 2px solid #F2C14E; /* Gold */
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  max-width: 400px;
}

.page-index__jackpot-label {
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: #A7D9B8; /* Text Secondary */
}

.page-index__jackpot-amount {
  display: block;
  font-size: clamp(1.8rem, 7vw, 3.5rem);
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  word-break: break-all;
  line-height: 1.2;
  text-shadow: 0 0 10px #57E38D; /* Glow */
}

.page-index__jackpot-currency {
  display: block;
  font-size: clamp(0.8rem, 2vw, 1rem);
  margin-top: 4px;
  color: #F2C14E; /* Gold */
}

.page-index__hero-sub {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-index__btn-cta {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index__btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index__intro-section {
  text-align: center;
}

.page-index__main-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index__text-gradient {
  background: linear-gradient(90deg, #2AD16F, #F2C14E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.page-index__lead-text {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-index__section-title {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-index__section-lead {
  font-size: clamp(0.9rem, 2.2vw, 1.1rem);
  text-align: center;
  color: #A7D9B8; /* Text Secondary */
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-index__game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-index__game-tile {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #2E7A4E; /* Border */
  background-color: #0A4B2C; /* Deep Green */
}

.page-index__game-tile:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index__game-tile img {
  width: 250px;
  height: 250px;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.page-index__category-sports--layout {
  background-color: #11271B;
}

.page-index__category-sports-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-index__category-sports-text {
  flex: 1;
}

.page-index__category-sports-image {
  flex: 0 0 auto;
  width: 600px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2E7A4E;
}

.page-index__category-sports-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index__btn-primary {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-index__btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index__btn-secondary:hover {
  background-color: #13994A; /* Slightly lighter green */
}

.page-index__promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.page-index__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-index__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index__promo-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  aspect-ratio: 16/9;
  min-height: 200px; /* Ensure images are not too small */
}

.page-index__promo-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-index__promo-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-index__winner-title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
}

.page-index__winner-title-line {
  display: block;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  background: linear-gradient(180deg, #F2C14E, #FF8C00); /* Gold to Orange */
  -webkit-background-clip: text;
  color: transparent;
}

.page-index__winner-title-big {
  display: block;
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 800;
  color: rgba(255, 210, 0, 0.45); /* Translucent Gold */
  letter-spacing: .02em;
}

.page-index__winner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-index__winner-row {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  width: 100%;
  background-color: #0A4B2C; /* Deep Green */
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-index__winner-thumb {
  position: relative;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
}

.page-index__winner-thumb img {
  
  
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.page-index__winner-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #7b2cbf; /* Purple-ish */
  color: #fff;
  text-align: center;
  line-height: 1.1;
  clip-path: polygon(50% 0%,61% 10%,75% 6%,80% 20%,95% 22%,90% 36%,100% 50%,90% 64%,95% 78%,80% 80%,75% 94%,61% 90%,50% 100%,39% 90%,25% 94%,20% 80%,5% 78%,10% 64%,0% 50%,10% 36%,5% 22%,20% 20%,25% 6%,39% 10%);
}

.page-index__winner-badge em {
  font-style: normal;
  font-size: .65rem;
}

.page-index__winner-badge strong {
  font-size: .75rem;
  font-weight: 700;
}

.page-index__winner-badge--overlay {
  display: none; /* Hidden by default on desktop */
  position: absolute;
  top: -6px;
  right: -6px;
  width: 52px;
  height: 52px;
}

.page-index__winner-badge--side {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-left: auto;
}

.page-index__winner-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.page-index__winner-game {
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
}

.page-index__winner-user,
.page-index__winner-date {
  font-size: .875rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-index__post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.page-index__post-card {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-index__post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index__post-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  min-height: 200px; /* Ensure images are not too small */
}

.page-index__post-content {
  padding: 20px;
}

.page-index__post-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-index__post-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index__post-title a:hover {
  color: #2AD16F; /* Button green */
}

.page-index__post-excerpt {
  font-size: 0.9rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-index__post-readmore {
  color: #2AD16F; /* Button green */
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.page-index__post-readmore:hover {
  color: #F2C14E; /* Gold */
}

.page-index__blog-cta {
  text-align: center;
  margin-top: 40px;
}

details.page-index__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
  background: #11271B; /* Card BG */
  color: #F2FFF6;
}

details.page-index__faq-item summary.page-index__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-index__faq-item summary.page-index__faq-question::-webkit-details-marker {
  display: none;
}

details.page-index__faq-item summary.page-index__faq-question:hover {
  background: #0A4B2C; /* Deep Green */
}

.page-index__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2FFF6; /* Text Main */
}

.page-index__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2AD16F; /* Button green */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-index__faq-item .page-index__faq-answer {
  padding: 0 20px 20px;
  background: #08160F; /* Background */
  border-radius: 0 0 10px 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-index__brand-bar {
  text-align: center;
  padding: 30px 20px;
}

.page-index__brand-bar img {
  
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Enforce minimum size */
  min-
}

/* ===================================================================== */
/* Responsive Styles */
/* ===================================================================== */

@media (max-width: 1024px) {
  .page-index__game-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-index__game-tile, .page-index__game-tile img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page-index__category-sports-content {
    flex-direction: column;
  }
  .page-index__category-sports-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .page-index__promo-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-index__winners-hot .page-index__winner-list,
  .page-index__winners-top .page-index__winner-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-index__post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 849px) {
  .page-index__hero-image,
  .page-index__hero-visual img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: unset !important;
    object-fit: contain !important;
    max-height: none !important;
    display: block !important;
  }
  .page-index__hero-copy {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    padding-top: 20px;
  }
  .page-index__winners-hot .page-index__winner-list,
  .page-index__winners-top .page-index__winner-list {
    grid-template-columns: 1fr; /* Single column for winners */
    gap: 12px;
  }
  .page-index__winner-badge--side { display: none; }
  .page-index__winner-badge--overlay { display: flex; }
  .page-index__winners-hot, .page-index__winners-top {
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: hidden;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .page-index__ticker {
    font-size: 13px;
    padding: 8px 0;
  }
  .page-index__ticker-icon {
    margin-left: 10px;
    margin-right: 8px;
  }
  .page-index__hero-jackpot {
    padding-top: 10px !important;
  }
  .page-index__hero-image,
  .page-index__hero-visual img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
    max-height: none !important;
  }
  .page-index__main-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }
  .page-index__lead-text {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  }
  .page-index__section-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
  .page-index__game-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    overflow-x: hidden;
  }
  .page-index__game-tile,
  .page-index__game-tile img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
  }
  .page-index img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-index__section--padded {
    padding: 30px 15px;
  }
  .page-index__container {
    padding: 0 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-index__btn-cta,
  .page-index__btn-primary,
  .page-index__btn-secondary,
  .page-index a[class*="button"],
  .page-index a[class*="btn"] {
    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__promo-grid,
  .page-index__winners-hot .page-index__winner-list,
  .page-index__winners-top .page-index__winner-list,
  .page-index__post-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-index__winner-row {
    padding: 12px;
    gap: 10px;
  }
  .page-index__winner-thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .page-index__winner-thumb img {
    
    
  }
  .page-index__winner-badge--overlay {
    width: 48px;
    height: 48px;
    top: -4px;
    right: -4px;
  }
  .page-index__winner-game {
    font-size: 0.95rem;
  }
  .page-index__winner-user,
  .page-index__winner-date {
    font-size: 0.8rem;
  }
  .page-index__promo-card img {
    min-
  }
  .page-index__post-card img {
    min-
  }
  details.page-index__faq-item summary.page-index__faq-question { padding: 15px; }
  .page-index__faq-qtext { font-size: 1rem; }
  .page-index__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  details.page-index__faq-item .page-index__faq-answer { padding: 0 15px 15px; }
  .page-index__brand-bar img {
    min-
    min-
  }
  .page-index__category-sports-image {
    min-height: 200px;
  }
  .page-index__hero-copy,
  .page-index__jackpot-counter,
  .page-index__hero-sub,
  .page-index__btn-cta,
  .page-index__main-title,
  .page-index__lead-text,
  .page-index__section-title,
  .page-index__section-lead,
  .page-index__promo-card,
  .page-index__promo-title,
  .page-index__promo-text,
  .page-index__btn-primary,
  .page-index__btn-secondary,
  .page-index__winner-title,
  .page-index__winner-title-line,
  .page-index__winner-title-big,
  .page-index__post-card,
  .page-index__post-title,
  .page-index__post-excerpt,
  .page-index__post-readmore,
  .page-index__blog-cta,
  .page-index__faq-qtext,
  .page-index__faq-answer p {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}