
    :root {
      --page-8k8-2-primary-color: #e44d26; /* A vibrant orange-red for action */
      --page-8k8-2-secondary-color: #333; /* Dark grey for text */
      --page-8k8-2-background-light: #f8f8f8;
      --page-8k8-2-background-dark: #222;
      --page-8k8-2-text-light: #fff;
      --page-8k8-2-text-dark: #333;
      --page-8k8-2-border-color: #ddd;
    }

    .page-8k8-2 {
      font-family: 'Roboto', sans-serif;
      line-height: 1.6;
      color: var(--page-8k8-2-text-dark);
      background-color: var(--page-8k8-2-background-light);
    }

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

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

    .page-8k8-2__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,app,download,mobile]');
      background-size: cover;
      background-position: center;
      color: var(--page-8k8-2-text-light);
      padding: 100px 20px 80px; /* Adjusted padding-top to avoid double header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 500px;
    }

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

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

    .page-8k8-2__cta-button {
      display: inline-block;
      background-color: var(--page-8k8-2-primary-color);
      color: var(--page-8k8-2-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.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-2__cta-button:hover {
      background-color: #d13a17;
      transform: translateY(-2px);
    }

    .page-8k8-2__section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--page-8k8-2-secondary-color);
    }

    .page-8k8-2__section--dark .page-8k8-2__section-title {
      color: var(--page-8k8-2-text-light);
    }

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

    .page-8k8-2__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-2__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: 0;
      object-fit: contain;
    }

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

    .page-8k8-2__download-steps {
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-top: 40px;
    }

    .page-8k8-2__download-platform {
      background-color: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      box-sizing: border-box;
    }

    .page-8k8-2__platform-title {
      font-size: 2em;
      color: var(--page-8k8-2-secondary-color);
      margin-bottom: 25px;
      text-align: center;
    }

    .page-8k8-2__step-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-2__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      box-sizing: border-box;
      text-align: left;
    }

    .page-8k8-2__step-number {
      background-color: var(--page-8k8-2-primary-color);
      color: var(--page-8k8-2-text-light);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.2em;
      flex-shrink: 0;
      margin-right: 15px;
    }

    .page-8k8-2__step-content {
      flex-grow: 1;
    }

    .page-8k8-2__step-title {
      font-size: 1.3em;
      color: var(--page-8k8-2-secondary-color);
      margin-bottom: 5px;
    }

    .page-8k8-2__app-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      margin: 30px auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      object-fit: contain;
    }

    .page-8k8-2__qr-code {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin: 20px auto 0;
      display: block;
      border: 5px solid #fff;
      border-radius: 5px;
      object-fit: contain;
    }

    .page-8k8-2__security-info {
      background-color: var(--page-8k8-2-background-dark);
      color: var(--page-8k8-2-text-light);
      padding: 40px;
      border-radius: 8px;
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-2__security-title {
      font-size: 2em;
      color: var(--page-8k8-2-primary-color);
      margin-bottom: 20px;
      text-align: center;
    }

    .page-8k8-2__security-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-2__security-item {
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      box-sizing: border-box;
    }

    .page-8k8-2__security-icon {
      color: var(--page-8k8-2-primary-color);
      font-size: 1.5em;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-8k8-2__faq-section {
      text-align: left;
    }

    .page-8k8-2__faq-item {
      background-color: #fff;
      border: 1px solid var(--page-8k8-2-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

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

    .page-8k8-2__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8k8-2__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

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

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

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

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

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

      .page-8k8-2__section {
        padding: 40px 15px;
      }

      .page-8k8-2__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

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

      .page-8k8-2__feature-item,
      .page-8k8-2__download-platform,
      .page-8k8-2__security-info,
      .page-8k8-2__faq-item {
        padding: 25px;
      }

      .page-8k8-2__platform-title,
      .page-8k8-2__security-title {
        font-size: 1.8em;
      }

      .page-8k8-2__step-item,
      .page-8k8-2__security-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
      }

      .page-8k8-2__step-number,
      .page-8k8-2__security-icon {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-8k8-2__step-list,
      .page-8k8-2__security-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-2__step-item,
      .page-8k8-2__security-item {
        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;
      }

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

      .page-8k8-2__faq-answer {
        padding: 0 20px;
      }

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