.page-index__ticker-section {
    background-color: #7E0D0D; /* Deep Red */
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    color: #FFF1E8;
    font-size: 14px;
    white-space: nowrap;
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .page-index__ticker-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    animation: page-index__marquee 30s linear infinite;
  }

  .page-index__ticker-icon {
    margin-right: 15px;
    font-size: 18px;
    flex-shrink: 0;
    padding-left: 20px; /* Ensure icon is visible */
  }

  .page-index__ticker-content {
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px; /* Space for seamless repeat */
  }

  @keyframes page-index__marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

  .page-index__hero-section {
    background: #140C0C; /* Background */
    position: relative;
    overflow: hidden;
    min-height: clamp(420px, 50vw, 800px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding */
  }

  .page-index__hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-index__hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    flex-direction: column; /* Default to column for mobile-first */
    align-items: center;
    justify-content: center;
    color: #FFF1E8;
    padding: 20px;
    box-sizing: border-box;
  }

  .page-index__hero-slide--active {
    opacity: 1;
    position: relative; /* Keep active slide in flow for accessibility */
  }

  .page-index__hero-visual {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
  }

  .page-index__hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .page-index__hero-copy {
    text-align: center;
    padding: 20px;
    background: rgba(20, 12, 12, 0.7); /* Background with transparency */
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
  }

  .page-index__hero-tagline {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 10px;
    color: #F3C54D; /* Gold */
  }

  .page-index__jackpot-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 15px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
    max-width: 320px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  .page-index__jackpot-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #140C0C;
    margin-bottom: 5px;
  }

  .page-index__jackpot-amount {
    font-size: clamp(1.8rem, 7vw, 3.5rem);
    font-weight: 900;
    color: #FFF1E8;
    line-height: 1.2;
    word-break: break-all;
    overflow-wrap: anywhere;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .page-index__hero-sub {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .page-index__btn-cta {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
    color: #140C0C; /* Background */
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    min-width: 180px;
    text-align: center;
  }

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

  .page-index__hero-nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 10;
  }

  .page-index__hero-arrow {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #FFF1E8;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s ease;
  }

  .page-index__hero-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
  }

  .page-index__hero-dots {
    display: flex;
    gap: 8px;
  }

  .page-index__hero-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .page-index__hero-dot--active {
    background: #FFF1E8;
  }

  .page-index__brand-intro-section {
    background-color: #140C0C; /* Background */
    padding: 50px 20px;
    text-align: center;
    color: #FFF1E8;
  }

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

  .page-index__container--narrow {
    max-width: 800px;
  }

  .page-index__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 100%; /* Ensure H1 doesn't overflow */
  }

  .page-index__intro-description {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
  }

  .page-index__text-gradient {
    background: linear-gradient(90deg, #F3C54D 0%, #FFB04A 100%); /* Gold to Button light */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .page-index__section-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .page-index__section-description {
    font-size: 1.05rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #FFF1E8;
  }

  .page-index__popular-games-section,
  .page-index__category-section,
  .page-index__promotions-section,
  .page-index__winners-section,
  .page-index__blog-section,
  .page-index__faq-section,
  .page-index__brand-logo-section {
    padding: 60px 0;
    color: #FFF1E8;
  }

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

  .page-index__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-content: center;
  }

  .page-index__game-tile {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

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

  .page-index__game-tile img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1; /* Square aspect ratio */
    object-fit: cover;
    display: block;
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
  }

  .page-index__sports-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .page-index__sports-text {
    flex: 1;
    text-align: center;
  }

  .page-index__sports-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .page-index__sports-image {
    flex: 1;
    max-width: 600px;
  }

  .page-index__sports-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
  }

  .page-index__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .page-index__promo-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page-index__card-bg {
    background-color: #2A1212; /* Card BG */
  }

  .page-index__promo-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #F3C54D; /* Gold */
  }

  .page-index__promo-card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .page-index__promo-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
  }

  .page-index__btn-link {
    color: #F3C54D; /* Gold */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .page-index__btn-link:hover {
    color: #FFB04A; /* Button light */
    text-decoration: underline;
  }

  .page-index__winner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    justify-content: center;
  }

  .page-index__winner-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid #6A1E1E; /* Border */
  }

  .page-index__winner-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #F3C54D; /* Gold */
  }

  .page-index__winner-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min- /* Enforce min image size */
    min- /* Enforce min image size */
  }

  .page-index__winner-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .page-index__winner-game {
    font-weight: 700;
    font-size: 1.1rem;
    color: #FFB04A; /* Button light */
    margin-bottom: 3px;
  }

  .page-index__winner-user,
  .page-index__winner-date {
    font-size: 0.9rem;
    color: #FFF1E8;
  }

  .page-index__winner-amount-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #E53030 0%, #C61F1F 100%); /* Accent colors */
    color: #FFF1E8;
    padding: 8px 15px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.9rem;
    min-width: 100px;
    text-align: right;
  }

  .page-index__winner-won {
    font-weight: 600;
    margin-bottom: 2px;
  }

  .page-index__winner-amount {
    font-weight: 900;
    font-size: 1.2rem;
    color: #F3C54D; /* Gold */
  }

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

  .page-index__blog-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
  }

  .page-index__blog-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
  }

  .page-index__card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

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

  .page-index__card-title a {
    color: #FFB04A; /* Button light */
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .page-index__card-title a:hover {
    color: #F3C54D; /* Gold */
  }

  .page-index__card-summary {
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF1E8;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .page-index__load-more {
    text-align: center;
    margin-top: 50px;
  }

  .page-index__faq-accordion {
    max-width: 900px;
    margin: 0 auto;
  }

  .page-index__faq-item {
    margin-bottom: 15px;
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 8px;
    background-color: #2A1212; /* Card BG */
  }

  .page-index__faq-question {
    display: block;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFB04A; /* Button light */
    position: relative;
    list-style: none;
    user-select: none;
  }

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

  .page-index__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  .page-index__faq-item[open] .page-index__faq-question::after {
    content: '-';
    transform: translateY(-50%) rotate(0deg);
  }

  .page-index__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF1E8;
  }

  .page-index__brand-logo-section {
    padding: 40px 0;
    text-align: center;
    background-color: #140C0C; /* Background */
  }

  .page-index__brand-logo-section img {
    max-width: 200px;
    height: auto;
    display: inline-block;
    min-width: 200px; /* Enforce min image size */
    min- /* Enforce min image size */
  }

  /* Responsive adjustments */
  @media (min-width: 850px) {
    .page-index__hero-visual {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: auto;
      margin-bottom: 0;
    }

    .page-index__hero-visual img {
      object-fit: cover;
    }

    .page-index__hero-copy {
      position: relative;
      text-align: left;
      padding: 40px;
      max-width: 600px;
      margin: 0 auto 0 10%; /* Adjust position for desktop overlay */
      background: rgba(20, 12, 12, 0.85); /* Slightly darker overlay */
    }

    .page-index__jackpot-counter {
      flex-direction: row;
      gap: 20px;
      max-width: none;
      width: auto;
      margin-left: 0;
      margin-right: auto;
      padding: 20px 30px;
    }

    .page-index__jackpot-label {
      margin-bottom: 0;
      flex-shrink: 0;
    }

    .page-index__jackpot-amount {
      text-align: left;
    }

    .page-index__hero-sub {
      text-align: left;
    }

    .page-index__btn-cta {
      margin-left: 0;
    }

    .page-index__hero-nav {
      bottom: 40px;
      right: 40px;
      left: auto;
      width: auto;
      transform: none;
      justify-content: flex-end;
    }

    .page-index__hero-slide {
      flex-direction: row; /* Desktop allows text to be beside image area */
      align-items: flex-end;
      justify-content: flex-start;
    }

    .page-index__game-grid {
      grid-template-columns: repeat(6, 1fr);
    }

    .page-index__sports-content {
      flex-direction: row;
      text-align: left;
    }

    .page-index__sports-image {
      text-align: right;
    }

    .page-index__promo-card img {
      max-width: 250px;
    }

    .page-index__winner-grid {
      grid-template-columns: repeat(3, 1fr);
    }

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

  @media (max-width: 849px) {
    .page-index__hero-section {
      min-height: auto;
    }

    .page-index__hero-visual {
      aspect-ratio: 4/3;
      margin-bottom: 0;
    }

    .page-index__hero-copy {
      background: #140C0C; /* Solid background for mobile text section */
      border-radius: 0;
      padding: 30px 15px;
      margin-top: -1px; /* Overlap slightly for seamless transition */
    }

    .page-index__jackpot-counter {
      flex-direction: column;
      gap: 8px;
      width: 100%;
      max-width: 320px;
      margin: 20px auto;
    }

    .page-index__jackpot-amount {
      font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust clamp for mobile */
    }

    .page-index__btn-cta {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      min-height: 44px;
    }

    .page-index__hero-nav {
      bottom: 10px;
    }
  }

  @media (max-width: 768px) {
    .page-index__game-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .page-index__winner-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .page-index__post-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .page-index__ticker-section .page-index__ticker-content {
      padding-right: 40px; /* Ensure enough space for longer text on smaller screens */
    }

    .page-index__ticker-wrapper {
      animation: page-index__marquee 40s linear infinite; /* Slow down for mobile */
    }

    .page-index__hero-visual img,
    .page-index__sports-image img,
    .page-index__promo-card img,
    .page-index__blog-card img {
      max-width: 100%;
      height: auto;
    }

    .page-index__game-tile img {
      min-
      min-
    }

    .page-index__winner-icon img {
      min-
      min-
    }

    .page-index__faq-question {
      font-size: 1.1rem;
      padding: 15px 20px;
    }

    .page-index__faq-question::after {
      right: 20px;
      font-size: 1.5rem;
    }

    .page-index__faq-answer {
      padding: 0 20px 15px;
    }
  }

  @media (max-width: 549px) {
    .page-index__game-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .page-index__winner-grid {
      grid-template-columns: 1fr;
    }

    .page-index__post-grid {
      grid-template-columns: 1fr;
    }

    .page-index__promo-card {
      padding: 20px;
    }

    .page-index__main-title {
      font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-index__section-title {
      font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .page-index__intro-description,
    .page-index__section-description,
    .page-index__promo-card p,
    .page-index__card-summary,
    .page-index__faq-answer {
      font-size: 0.95rem;
    }

    .page-index__card-title {
      font-size: 1.2rem;
    }

    .page-index__winner-card {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }

    .page-index__winner-icon {
      margin-right: 0;
      margin-bottom: 10px;
    }

    .page-index__winner-details {
      margin-bottom: 10px;
    }

    .page-index__winner-amount-badge {
      position: static;
      width: 100%;
      border-radius: 0 0 10px 10px;
      text-align: center;
      padding: 10px;
      box-sizing: border-box;
    }

    .page-index__winner-amount-badge .page-index__winner-won {
      display: block;
      margin-bottom: 5px;
    }

    .page-index__winner-amount-badge .page-index__winner-amount {
      display: block;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .page-index__ticker-wrapper {
      animation: none;
    }
    .page-index__hero-slide {
      transition: none;
    }
  }