
    :root {
      --page-8k8-bet-primary-color: #FFD700; /* Gold */
      --page-8k8-bet-secondary-color: #FFFFFF; /* White */
      --page-8k8-bet-background-dark: #1a1a1a; /* Dark background */
      --page-8k8-bet-text-light: #F0F0F0; /* Light text for dark background */
      --page-8k8-bet-accent-color: #E6B800; /* Slightly darker gold */
      --page-8k8-bet-border-color: #444; /* Dark border */
    }

    .page-8k8-bet {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-bet-text-light);
      background-color: var(--page-8k8-bet-background-dark);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset if not handled by body */
    }

    .page-8k8-bet__hero-section {
      position: relative;
      padding: 60px 20px 40px; /* Adjusted padding-top as per instructions */
      text-align: center;
      overflow: hidden;
      background: linear-gradient(135deg, #222, #000);
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-8k8-bet__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-bet__hero-title {
      font-size: 3.2em;
      color: var(--page-8k8-bet-primary-color);
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-bet__hero-description {
      font-size: 1.3em;
      color: var(--page-8k8-bet-secondary-color);
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-bet__call-to-action-button {
      display: inline-block;
      background-color: var(--page-8k8-bet-primary-color);
      color: var(--page-8k8-bet-background-dark);
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-bet__call-to-action-button:hover {
      background-color: var(--page-8k8-bet-accent-color);
      transform: translateY(-2px);
    }

    .page-8k8-bet__section {
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

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

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

    .page-8k8-bet__text-content {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: var(--page-8k8-bet-text-light);
    }

    .page-8k8-bet__features-grid,
    .page-8k8-bet__game-categories,
    .page-8k8-bet__promotions-grid,
    .page-8k8-bet__payment-methods-grid,
    .page-8k8-bet__providers-list {
      display: grid;
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-bet__features-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

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

    .page-8k8-bet__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-bet__feature-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-8k8-bet__feature-title {
      font-size: 1.6em;
      color: var(--page-8k8-bet-primary-color);
      margin-bottom: 15px;
    }

    .page-8k8-bet__feature-description {
      font-size: 1em;
      color: var(--page-8k8-bet-text-light);
    }

    .page-8k8-bet__game-categories {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

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

    .page-8k8-bet__category-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-bet__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet__card-title {
      font-size: 1.5em;
      color: var(--page-8k8-bet-primary-color);
      padding: 20px 15px;
      margin: 0;
    }

    .page-8k8-bet__promotions-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .page-8k8-bet__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid var(--page-8k8-bet-border-color);
      display: flex;
      flex-direction: column;
    }

    .page-8k8-bet__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-bet__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet__promo-details {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

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

    .page-8k8-bet__promo-description {
      font-size: 1em;
      color: var(--page-8k8-bet-text-light);
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-8k8-bet__promo-button {
      display: inline-block;
      background-color: var(--page-8k8-bet-primary-color);
      color: var(--page-8k8-bet-background-dark);
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-bet__promo-button:hover {
      background-color: var(--page-8k8-bet-accent-color);
    }

    .page-8k8-bet__payment-methods-grid {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .page-8k8-bet__method-item {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-bet-border-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100px; /* Uniform height for payment methods */
      transition: transform 0.3s ease;
    }
    .page-8k8-bet__method-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-bet__method-image {
      max-width: 80%;
      max-height: 60px;
      height: auto;
      object-fit: contain;
      display: block;
      margin-bottom: 5px;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet__method-name {
      font-size: 0.9em;
      color: var(--page-8k8-bet-text-light);
      font-weight: bold;
      text-align: center;
    }

    .page-8k8-bet__providers-list {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .page-8k8-bet__provider-item {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-bet-border-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 120px; /* Uniform height for providers */
      transition: transform 0.3s ease;
    }
    .page-8k8-bet__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-bet__provider-image {
      max-width: 90%;
      max-height: 80px;
      height: auto;
      object-fit: contain;
      display: block;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet__faq-section {
      padding: 50px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-bet__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-bet__faq-item {
      background-color: #2a2a2a;
      border: 1px solid var(--page-8k8-bet-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

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

    .page-8k8-bet__faq-question:hover {
      background-color: #444;
    }

    .page-8k8-bet__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-8k8-bet__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents toggle icon from interfering with click */
    }

    .page-8k8-bet__faq-item.active .page-8k8-bet__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

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

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

    .page-8k8-bet__faq-answer p {
      margin-bottom: 10px;
      font-size: 1em;
    }
    .page-8k8-bet__faq-answer p:last-child {
      margin-bottom: 0;
    }

    .page-8k8-bet__join-us-section {
      background: linear-gradient(90deg, #333, #111);
      padding: 60px 20px;
      text-align: center;
    }

    .page-8k8-bet__join-us-title {
      font-size: 2.5em;
      color: var(--page-8k8-bet-primary-color);
      margin-bottom: 20px;
    }

    .page-8k8-bet__join-us-description {
      font-size: 1.2em;
      color: var(--page-8k8-bet-secondary-color);
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

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

      .page-8k8-bet__hero-description {
        font-size: 1em;
      }

      .page-8k8-bet__call-to-action-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

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

      .page-8k8-bet__text-content {
        font-size: 0.95em;
      }

      .page-8k8-bet__features-grid,
      .page-8k8-bet__game-categories,
      .page-8k8-bet__promotions-grid,
      .page-8k8-bet__payment-methods-grid,
      .page-8k8-bet__providers-list {
        grid-template-columns: 1fr; /* Stack columns on mobile */
      }

      .page-8k8-bet__feature-item,
      .page-8k8-bet__category-card,
      .page-8k8-bet__promo-card,
      .page-8k8-bet__method-item,
      .page-8k8-bet__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px; /* Adjust padding for smaller screens */
      }
      
      /* Specific for payment/provider images, ensure they don't get too small */
      .page-8k8-bet__method-image,
      .page-8k8-bet__provider-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-8k8-bet__card-image,
      .page-8k8-bet__promo-image,
      .page-8k8-bet__feature-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
      }

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

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

      .page-8k8-bet__join-us-title {
        font-size: 2em;
      }

      .page-8k8-bet__join-us-description {
        font-size: 1em;
      }
      
      /* Ensure text in list items wraps */
      .page-8k8-bet__feature-description,
      .page-8k8-bet__promo-description,
      .page-8k8-bet__faq-answer p {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
      }
      
      /* List container adjustments for mobile */
      .page-8k8-bet__features-grid,
      .page-8k8-bet__game-categories,
      .page-8k8-bet__promotions-grid,
      .page-8k8-bet__payment-methods-grid,
      .page-8k8-bet__providers-list,
      .page-8k8-bet__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-bet__hero-section {
        padding: 40px 15px 30px;
      }
      .page-8k8-bet__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-bet__section {
        padding: 40px 15px;
      }
      .page-8k8-bet__section-title {
        font-size: 1.8em;
      }
    }
  