
    :root {
      --8k8-primary-color: #FFD700; /* Gold */
      --8k8-secondary-color: #000000; /* Black */
      --8k8-accent-color: #DC143C; /* Crimson */
      --8k8-text-light: #FFFFFF;
      --8k8-text-dark: #333333;
      --8k8-bg-dark: #1a1a1a;
      --8k8-bg-medium: #2a2a2a;
      --8k8-border-color: #444444;
      --header-offset: 122px; /* Default, will be overridden by shared.css */
    }

    .page-8k8-4-2 {
      font-family: 'Arial', sans-serif;
      color: var(--8k8-text-light);
      background-color: var(--8k8-bg-dark);
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, body handles main offset */
    }

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

    .page-8k8-4-2__hero-section {
      text-align: center;
      padding: 80px 20px;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:online_casino,betting,8k8_4_hero]') no-repeat center center/cover;
      color: var(--8k8-text-light);
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

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

    .page-8k8-4-2__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-4-2__cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--8k8-accent-color);
      color: var(--8k8-text-light);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-4-2__cta-button:hover {
      background-color: darken(var(--8k8-accent-color), 10%);
    }

    .page-8k8-4-2__section {
      background-color: var(--8k8-bg-medium);
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-4-2__section-title {
      font-size: 2.5em;
      color: var(--8k8-primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-8k8-4-2__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--8k8-accent-color);
      border-radius: 2px;
    }

    .page-8k8-4-2__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-4-2__grid-item {
      background-color: var(--8k8-bg-dark);
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--8k8-border-color);
      box-sizing: border-box;
    }

    .page-8k8-4-2__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-4-2__grid-item-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .page-8k8-4-2__grid-item-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
    }

    .page-8k8-4-2__grid-item-title {
      font-size: 1.5em;
      color: var(--8k8-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-4-2__grid-item-description {
      font-size: 0.95em;
      color: var(--8k8-text-light);
    }

    .page-8k8-4-2__promo-card {
      background-color: var(--8k8-bg-dark);
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--8k8-border-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-4-2__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-4-2__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    .page-8k8-4-2__promo-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px;
    }

    .page-8k8-4-2__promo-content {
      padding: 20px;
    }

    .page-8k8-4-2__promo-title {
      font-size: 1.6em;
      color: var(--8k8-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-4-2__promo-description {
      font-size: 0.9em;
      color: var(--8k8-text-light);
      margin-bottom: 15px;
    }

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

    .page-8k8-4-2__payment-method-item {
      background-color: var(--8k8-bg-dark);
      border: 1px solid var(--8k8-border-color);
      border-radius: 8px;
      padding: 15px 25px;
      text-align: center;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      flex: 1 1 auto; /* Allow items to grow and shrink */
      min-width: 120px; /* Minimum width for each item */
      max-width: 180px; /* Maximum width for each item */
    }

    .page-8k8-4-2__payment-method-item:hover {
      background-color: #3a3a3a;
    }

    .page-8k8-4-2__payment-method-icon {
      width: 100%;
      max-width: 80px;
      height: auto;
      margin-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .page-8k8-4-2__payment-method-icon-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 10px;
    }

    .page-8k8-4-2__payment-method-name {
      font-weight: bold;
      color: var(--8k8-primary-color);
      font-size: 0.9em;
    }

    .page-8k8-4-2__faq-section {
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      background-color: var(--8k8-bg-medium);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-4-2__faq-item {
      background-color: var(--8k8-bg-dark);
      border: 1px solid var(--8k8-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: background-color 0.3s ease;
    }

    .page-8k8-4-2__faq-item.active {
      background-color: #333333;
    }

    .page-8k8-4-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      color: var(--8k8-primary-color);
      font-weight: bold;
      font-size: 1.1em;
      transition: color 0.3s ease;
    }

    .page-8k8-4-2__faq-question:hover {
      color: var(--8k8-accent-color);
    }

    .page-8k8-4-2__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-8k8-4-2__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
      transition: transform 0.3s ease;
    }

    .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-4-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      color: var(--8k8-text-light);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-4-2__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-4-2__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-4-2__section-title {
        font-size: 2em;
      }

      .page-8k8-4-2__grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-4-2__promo-image {
        height: 150px;
      }
      .page-8k8-4-2__promo-image-container {
        height: 150px;
      }

      .page-8k8-4-2__payment-methods-list {
        flex-direction: column;
        align-items: center;
      }

      .page-8k8-4-2__payment-method-item {
        width: 100% !important;
        max-width: 250px !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for smaller screens */
      }
      .page-8k8-4-2__payment-method-name {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-4-2__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-8k8-4-2__faq-question h3 {
        font-size: 1em;
      }
      .page-8k8-4-2__faq-answer {
        padding: 0 15px;
      }
      .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-answer {
        padding: 15px !important;
      }
    }
  