
    /* Base styles for the page */
    .page-8k8-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-8k8-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-8k8-com__section {
      padding: 40px 0;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com__section--dark {
      background-color: #2a004f;
      color: #f0f0f0;
    }

    .page-8k8-com__title {
      font-size: 2.8em;
      color: #4a0072;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-8k8-com__section-title {
      font-size: 2.2em;
      color: #4a0072;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-8k8-com__section--dark .page-8k8-com__section-title {
      color: #ffd700;
    }

    .page-8k8-com__text {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 15px;
    }

    .page-8k8-com__button {
      display: inline-block;
      background-color: #ffd700;
      color: #4a0072;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      margin-top: 20px;
    }

    .page-8k8-com__button:hover {
      background-color: #ffeb3b;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-8k8-com__hero-section {
      position: relative;
      background: linear-gradient(135deg, #4a0072, #9a00b2);
      color: #fff;
      padding: 10px 0 80px 0; /* Small top padding, relying on body for header offset */
      text-align: center;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
    }

    .page-8k8-com__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-8k8-com__hero-content {
      position: relative;
      z-index: 2;
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #ffd700;
      font-weight: 900;
      line-height: 1.2;
    }

    .page-8k8-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #e0e0e0;
      font-weight: normal;
    }

    /* Floating Buttons */
    .page-8k8-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-8k8-com__floating-button {
      background-color: #ffd700;
      color: #4a0072;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      border: none;
      cursor: pointer;
    }

    .page-8k8-com__floating-button:hover {
      background-color: #ffeb3b;
      transform: scale(1.05);
    }

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

    .page-8k8-com__product-card {
      background-color: #fefefe;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-8k8-com__product-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-com__product-info {
      padding: 20px;
    }

    .page-8k8-com__product-title {
      font-size: 1.4em;
      color: #4a0072;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-com__product-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

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

    .page-8k8-com__promo-item {
      background-color: #fefefe;
      border-left: 5px solid #ffd700;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .page-8k8-com__promo-title {
      font-size: 1.3em;
      color: #4a0072;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-com__promo-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    /* Payment Methods & Game Providers */
    .page-8k8-com__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0 20px;
    }

    .page-8k8-com__info-item {
      text-align: center;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      color: #e0e0e0;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* FAQ Section */
    .page-8k8-com__faq-section {
      background-color: #fefefe;
    }

    .page-8k8-com__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
    }

    .page-8k8-com__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com__faq-question {
      background-color: #f5f5f5;
      padding: 18px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com__faq-question:hover {
      background-color: #eee;
    }

    .page-8k8-com__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #4a0072;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-com__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #4a0072;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-8k8-com__faq-item.active .page-8k8-com__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar */
    }

    .page-8k8-com__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;
      background-color: #fff;
      color: #555;
    }

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

    .page-8k8-com__faq-answer p {
      margin-bottom: 0;
      font-size: 1em;
    }

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

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

      .page-8k8-com__section-title {
        font-size: 1.8em;
      }

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

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

      .page-8k8-com__hero-content {
        padding: 40px 15px;
      }

      .page-8k8-com__floating-buttons {
        bottom: 10px;
        right: 10px;
        flex-direction: row;
        gap: 8px;
      }
      
      .page-8k8-com__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
      }

      .page-8k8-com__product-grid,
      .page-8k8-com__promo-list,
      .page-8k8-com__info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-com__product-image {
        height: 200px;
      }

      /* List item responsiveness */
      .page-8k8-com__promo-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-com__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

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

      .page-8k8-com__faq-list {
        padding: 0 10px;
      }

      .page-8k8-com__faq-question {
        padding: 15px 18px;
      }

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

      .page-8k8-com__faq-answer {
        padding: 0 18px;
      }

      .page-8k8-com__faq-item.active .page-8k8-com__faq-answer {
        padding: 15px 18px !important;
      }

      /* Images responsiveness */
      .page-8k8-com__hero-background,
      .page-8k8-com__product-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  