
    :root {
      --page-8k8-5-primary-color: #FFD700; /* Gold */
      --page-8k8-5-secondary-color: #0A0A0A; /* Dark background */
      --page-8k8-5-accent-color: #FF4500; /* Orange-Red for highlights */
      --page-8k8-5-text-color: #E0E0E0; /* Light grey text */
      --page-8k8-5-dark-text-color: #1A1A1A; /* Dark text on light background */
      --page-8k8-5-border-color: #333;
      --page-8k8-5-padding-section: 40px 20px;
      --page-8k8-5-max-width: 1200px;
    }

    .page-8k8-5 {
      font-family: 'Arial', sans-serif;
      background-color: var(--page-8k8-5-secondary-color);
      color: var(--page-8k8-5-text-color);
      line-height: 1.6;
    }

    .page-8k8-5__container {
      max-width: var(--page-8k8-5-max-width);
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-8k8-5__hero-section {
      position: relative;
      padding: 10px 0 60px; /* Minimal top padding, assuming body has padding-top from shared.css */
      background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%), url('[GALLERY:hero:1920x1080:online casino,gaming table,8k8.com casino]') no-repeat center center/cover;
      color: #FFFFFF;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
    }

    .page-8k8-5__hero-content {
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

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

    .page-8k8-5__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #F0F0F0;
    }

    .page-8k8-5__button {
      display: inline-block;
      background-color: var(--page-8k8-5-accent-color);
      color: #FFFFFF;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-5__button:hover {
      background-color: #FF6347;
      transform: translateY(-2px);
    }

    .page-8k8-5__section {
      padding: var(--page-8k8-5-padding-section);
      text-align: center;
    }

    .page-8k8-5__section--grey {
      background-color: #1A1A1A;
    }

    .page-8k8-5__section-title {
      font-size: 2.5em;
      color: var(--page-8k8-5-primary-color);
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

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

    .page-8k8-5__feature-item {
      background-color: #222;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      border: 1px solid var(--page-8k8-5-border-color);
    }

    .page-8k8-5__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-5__feature-icon {
      width: 60px; /* Minimum size */
      height: 60px; /* Minimum size */
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      object-fit: cover;
    }

    .page-8k8-5__feature-title {
      font-size: 1.5em;
      color: var(--page-8k8-5-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-5__feature-description {
      font-size: 0.95em;
      color: var(--page-8k8-5-text-color);
    }

    .page-8k8-5__game-category {
      background-color: #222;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      border: 1px solid var(--page-8k8-5-border-color);
    }

    .page-8k8-5__game-category:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-5__game-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-5__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      transition: transform 0.3s ease;
    }

    .page-8k8-5__game-category:hover .page-8k8-5__game-image {
      transform: scale(1.05);
    }

    .page-8k8-5__game-title {
      font-size: 1.4em;
      color: var(--page-8k8-5-primary-color);
      padding: 20px 15px;
    }

    .page-8k8-5__promo-card {
      background-color: #222;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      text-align: left;
      border: 1px solid var(--page-8k8-5-border-color);
      display: flex;
      flex-direction: column;
    }

    .page-8k8-5__promo-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-5__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-5__promo-content {
      padding: 20px;
      flex-grow: 1;
    }

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

    .page-8k8-5__promo-description {
      font-size: 0.95em;
      color: var(--page-8k8-5-text-color);
      margin-bottom: 20px;
    }

    .page-8k8-5__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-5__payment-method-item {
      background-color: #222;
      padding: 15px 25px;
      border-radius: 8px;
      border: 1px solid var(--page-8k8-5-border-color);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.1em;
      color: var(--page-8k8-5-text-color);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    
    .page-8k8-5__payment-icon {
      width: 40px; /* Minimum size */
      height: 40px; /* Minimum size */
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-8k8-5__cta-section {
      background-color: var(--page-8k8-5-accent-color);
      padding: var(--page-8k8-5-padding-section);
      color: #FFFFFF;
      text-align: center;
    }

    .page-8k8-5__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
    }

    .page-8k8-5__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-5__faq-section {
      padding: var(--page-8k8-5-padding-section);
      background-color: #1A1A1A;
    }

    .page-8k8-5__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-8k8-5__faq-item {
      background-color: #222;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--page-8k8-5-border-color);
    }

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

    .page-8k8-5__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-8k8-5-primary-color);
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-8k8-5__faq-question:hover {
      background-color: #3A3A3A;
    }

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

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

    .page-8k8-5__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--page-8k8-5-text-color);
      background-color: #222;
    }

    .page-8k8-5__faq-item.active .page-8k8-5__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }
    
    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-8k8-5__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-5__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8k8-5__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-5__hero-section {
        min-height: 400px;
        padding-bottom: 40px;
      }
      .page-8k8-5__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-5__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-5__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-5__section {
        padding: 30px 15px;
      }
      .page-8k8-5__section-title {
        font-size: 1.8em;
      }
      .page-8k8-5__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-8k8-5__feature-item,
      .page-8k8-5__game-category,
      .page-8k8-5__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-5__feature-description,
      .page-8k8-5__promo-description {
        font-size: 0.9em;
      }
      .page-8k8-5__game-image,
      .page-8k8-5__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-5__game-image-wrapper,
      .page-8k8-5__promo-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
      }
      .page-8k8-5__payment-method-item {
        width: 100%;
        justify-content: center;
        padding: 15px;
        box-sizing: border-box;
      }
      .page-8k8-5__cta-title {
        font-size: 2em;
      }
      .page-8k8-5__cta-description {
        font-size: 1em;
      }
      .page-8k8-5__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-8k8-5__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-5__faq-answer {
        padding: 15px 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-5__faq-item,
      .page-8k8-5__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-5__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-5__hero-subtitle {
        font-size: 0.9em;
      }
      .page-8k8-5__section-title {
        font-size: 1.5em;
      }
      .page-8k8-5__faq-question {
        font-size: 1em;
      }
      .page-8k8-5__faq-question h3 {
        font-size: 1em;
      }
    }
  