
    :root {
      --page-primary-color: #0d1a26; /* Dark blue-grey */
      --page-secondary-color: #1a2a3a; /* Slightly lighter dark blue-grey */
      --page-accent-color: #ffcc00; /* Gold */
      --page-text-color: #e0e0e0; /* Light grey */
      --page-light-text-color: #ffffff; /* White */
      --page-border-color: #334455; /* Muted border */
      --page-button-bg: #ffcc00;
      --page-button-text: #0d1a26;
      --page-button-hover-bg: #e6b800;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-primary-color);
    }

    .page-8k8-slot-casino {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__hero-section {
      position: relative;
      color: var(--page-light-text-color);
      text-align: center;
      padding: 80px 20px;
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      box-sizing: border-box;
      padding-top: 20px; /* Minimal padding-top, assuming body padding is handled by shared.css */
    }

    .page-8k8-slot-casino__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8));
      z-index: 1;
    }

    .page-8k8-slot-casino__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8k8-slot-casino__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-accent-color);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-8k8-slot-casino__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--page-light-text-color);
    }

    .page-8k8-slot-casino__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-button-bg);
      color: var(--page-button-text);
      text-decoration: none;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

    .page-8k8-slot-casino__button:hover {
      background-color: var(--page-button-hover-bg);
      transform: translateY(-2px);
    }

    .page-8k8-slot-casino__section {
      background-color: var(--page-secondary-color);
      padding: 40px;
      margin-bottom: 40px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }

    .page-8k8-slot-casino__section-title {
      font-size: 2.5em;
      color: var(--page-accent-color);
      text-align: center;
      margin-bottom: 30px;
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: 15px;
    }

    .page-8k8-slot-casino__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-slot-casino__card {
      background-color: var(--page-primary-color);
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-border-color);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    }

    .page-8k8-slot-casino__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__card-title {
      font-size: 1.8em;
      color: var(--page-accent-color);
      margin-bottom: 15px;
    }

    .page-8k8-slot-casino__card-description {
      font-size: 1em;
      color: var(--page-text-color);
      flex-grow: 1;
    }

    .page-8k8-slot-casino__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-8k8-slot-casino__list-item {
      background-color: var(--page-primary-color);
      border-radius: 8px;
      padding: 15px 25px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      color: var(--page-text-color);
      font-size: 1.1em;
      border: 1px solid var(--page-border-color);
      box-sizing: border-box;
      width: calc(33% - 20px); /* Default for desktop */
      text-align: center;
    }

    .page-8k8-slot-casino__payment-icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-slot-casino__payment-icon {
      width: 150px; /* Ensure minimum size */
      height: 100px;
      object-fit: contain;
      background-color: #ffffff;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      transition: transform 0.2s ease;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__payment-icon:hover {
      transform: scale(1.05);
    }

    .page-8k8-slot-casino__faq-item {
      background-color: var(--page-primary-color);
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .page-8k8-slot-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-secondary-color);
      color: var(--page-light-text-color);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-8k8-slot-casino__faq-question:hover {
      background-color: #2a3b4c;
    }

    .page-8k8-slot-casino__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-light-text-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-slot-casino__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
      color: var(--page-accent-color);
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-toggle {
      transform: rotate(45deg); /* Change + to X-like or - */
    }

    .page-8k8-slot-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-text-color);
      font-size: 1em;
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-slot-casino {
        padding: 15px;
      }

      .page-8k8-slot-casino__hero-section {
        padding: 60px 15px;
        min-height: 300px;
      }

      .page-8k8-slot-casino__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-slot-casino__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-slot-casino__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-slot-casino__section {
        padding: 25px;
        margin-bottom: 30px;
      }

      .page-8k8-slot-casino__section-title {
        font-size: 2em;
        margin-bottom: 25px;
      }

      .page-8k8-slot-casino__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-slot-casino__card-title {
        font-size: 1.5em;
      }

      .page-8k8-slot-casino__list {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
      }

      .page-8k8-slot-casino__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-slot-casino__payment-icons {
        gap: 15px;
      }

      .page-8k8-slot-casino__payment-icon {
        width: 120px;
        height: 80px;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8k8-slot-casino__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-8k8-slot-casino__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-slot-casino__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 2em;
      }
      .page-8k8-slot-casino__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-slot-casino__section-title {
        font-size: 1.8em;
      }
    }
  