
    :root {
      --primary-color: #FFD700; /* Gold */
      --secondary-color: #000000; /* Black */
      --accent-color: #FF4500; /* OrangeRed */
      --text-light: #FFFFFF;
      --text-dark: #333333;
      --background-dark: #1a1a1a;
      --background-light: #f4f4f4;
      --border-color: #444444;
      --button-hover-bg: #e0b800;
    }

    /* Base styles for the page-8k8-bet */
    .page-8k8-bet {
      font-family: 'Arial', sans-serif;
      color: var(--text-light);
      background-color: var(--background-dark);
      line-height: 1.6;
      padding-top: 10px; /* Small decorative padding, body padding-top is assumed */
    }

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

    .page-8k8-bet__section {
      padding: 40px 0;
      text-align: center;
      margin-bottom: 20px;
      border-radius: 8px;
      background-color: var(--background-dark);
    }

    .page-8k8-bet__section--light {
      background-color: var(--background-light);
      color: var(--text-dark);
    }

    .page-8k8-bet__heading {
      font-size: 2.5em;
      color: var(--primary-color);
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-8k8-bet__subheading {
      font-size: 1.8em;
      color: var(--text-light);
      margin-bottom: 15px;
    }

    .page-8k8-bet__section--light .page-8k8-bet__subheading {
      color: var(--text-dark);
    }

    .page-8k8-bet__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

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

    /* Hero Section */
    .page-8k8-bet__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online casino,gaming,philippines]') no-repeat center center / cover;
      padding: 100px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      box-sizing: border-box;
      position: relative;
    }

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

    .page-8k8-bet__hero-subtitle {
      font-size: 1.5em;
      color: var(--text-light);
      margin-bottom: 30px;
      max-width: 700px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    /* Features Section */
    .page-8k8-bet__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-bet__feature-card {
      background-color: var(--secondary-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--border-color);
    }

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

    .page-8k8-bet__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid var(--primary-color);
    }

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

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

    /* Games Section */
    .page-8k8-bet__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-bet__game-card {
      background-color: var(--secondary-color);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--border-color);
      text-align: left;
    }

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

    .page-8k8-bet__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 1px solid var(--border-color);
    }

    .page-8k8-bet__game-content {
      padding: 20px;
    }

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

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

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

    .page-8k8-bet__promo-card {
      background-color: var(--secondary-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      border: 1px solid var(--border-color);
    }

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

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

    /* Payment Methods Section */
    .page-8k8-bet__payment-methods-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-bet__payment-logo {
      width: 120px;
      height: 60px;
      object-fit: contain;
      background-color: var(--text-light);
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
    }

    .page-8k8-bet__payment-logo:hover {
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-8k8-bet__faq-list {
      max-width: 800px;
      margin: 30px auto 0;
      text-align: left;
    }

    .page-8k8-bet__faq-item {
      background-color: var(--secondary-color);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px 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: #2a2a2a;
      transition: background-color 0.3s ease;
    }

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

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

    .page-8k8-bet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-8k8-bet__faq-item.active .page-8k8-bet__faq-toggle {
      transform: rotate(45deg); /* Plus sign becomes a cross */
    }

    .page-8k8-bet__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(--text-light);
    }

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

    .page-8k8-bet__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }
    .page-8k8-bet__faq-answer p:last-child {
      margin-bottom: 0;
    }

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

      .page-8k8-bet__hero-section {
        padding: 80px 15px;
        min-height: 50vh;
      }

      .page-8k8-bet__hero-title {
        font-size: 2.2em;
      }

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

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

      .page-8k8-bet__subheading {
        font-size: 1.5em;
      }

      .page-8k8-bet__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-8k8-bet__features-grid,
      .page-8k8-bet__games-grid,
      .page-8k8-bet__promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-bet__feature-card,
      .page-8k8-bet__game-card,
      .page-8k8-bet__promo-card {
        padding: 25px;
      }

      .page-8k8-bet__feature-icon {
        width: 70px;
        height: 70px;
      }

      .page-8k8-bet__feature-title {
        font-size: 1.3em;
      }

      .page-8k8-bet__game-image {
        height: 180px;
      }

      .page-8k8-bet__game-title {
        font-size: 1.2em;
      }

      .page-8k8-bet__promo-title {
        font-size: 1.4em;
      }

      .page-8k8-bet__faq-question {
        padding: 15px 20px;
      }

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

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

      /* List item mobile responsiveness */
      .page-8k8-bet__features-grid .page-8k8-bet__feature-card,
      .page-8k8-bet__games-grid .page-8k8-bet__game-card,
      .page-8k8-bet__promotions-grid .page-8k8-bet__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !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-bet__features-grid,
      .page-8k8-bet__games-grid,
      .page-8k8-bet__promotions-grid {
        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-title {
        font-size: 1.8em;
      }
      .page-8k8-bet__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-bet__heading {
        font-size: 1.8em;
      }
      .page-8k8-bet__button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }
  