
    /* Page-specific CSS for 8k8.com download page */
    .page-8k8-2 {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 40px;
    }

    .page-8k8-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8k8-2__hero-section {
      background-color: #000000; /* Dark background for casino theme */
      color: #ffffff;
      padding: 60px 0; /* Adjusted padding-top to account for header offset */
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: calc(var(--header-offset, 122px) + 20px); /* Fallback for header offset + decorative padding */
    }

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

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

    .page-8k8-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #FFD700; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

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

    .page-8k8-2__download-button {
      display: inline-block;
      background-color: #FFD700; /* Gold accent */
      color: #000000;
      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-2__download-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

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

    .page-8k8-2__section--dark {
      background-color: #1a1a1a;
      color: #ffffff;
    }

    .page-8k8-2__section-title {
      font-size: 2.5em;
      color: #0056b3; /* Darker blue for contrast */
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8k8-2__section-title--dark {
      color: #FFD700; /* Gold for dark sections */
    }

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

    .page-8k8-2__section-title--dark::after {
      background-color: #0056b3; /* Blue for dark sections */
    }

    .page-8k8-2__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-8k8-2__image-container {
      text-align: center;
      margin: 40px 0;
    }

    .page-8k8-2__image {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-8k8-2__list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-8k8-2__list-item {
      background-color: #f0f8ff; /* Light blue background */
      padding: 25px;
      border-radius: 10px;
      flex: 1 1 calc(33% - 40px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
      max-width: calc(33% - 40px);
    }

    .page-8k8-2__list-item--dark {
      background-color: #333333;
      color: #ffffff;
    }

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

    .page-8k8-2__list-item--dark:hover {
      background-color: #444444;
    }

    .page-8k8-2__list-item-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-8k8-2__list-item-title--dark {
      color: #FFD700;
    }

    .page-8k8-2__steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-2__step-item {
      background-color: #ffffff;
      border: 2px solid #0056b3;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      flex: 1 1 calc(25% - 60px);
      min-width: 250px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, border-color 0.3s ease;
      box-sizing: border-box;
      position: relative;
      padding-top: 80px;
    }

    .page-8k8-2__step-item:hover {
      transform: translateY(-8px);
      border-color: #FFD700;
    }

    .page-8k8-2__step-number {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #0056b3;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-2__step-item:hover .page-8k8-2__step-number {
        background-color: #FFD700;
        color: #000000;
    }

    .page-8k8-2__step-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 15px;
    }

    .page-8k8-2__step-description {
      font-size: 1em;
      color: #555555;
    }

    .page-8k8-2__faq-section {
      padding: 60px 0;
      background-color: #f0f8ff; /* Light background for FAQ */
      margin-top: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-2__faq-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-8k8-2__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
    }

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

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

    .page-8k8-2__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Override default h3 size */
      color: #0056b3;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

    .page-8k8-2__faq-item.active .page-8k8-2__faq-toggle {
      transform: rotate(45deg); /* Changes + to x or a dash visually */
      color: #FFD700;
    }

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

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

    .page-8k8-2__cta-section {
      text-align: center;
      padding: 60px 0;
      background-color: #0056b3;
      color: #ffffff;
      margin-top: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-2__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #FFD700;
    }

    .page-8k8-2__cta-text {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

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

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

      .page-8k8-2__section-title,
      .page-8k8-2__faq-title,
      .page-8k8-2__cta-title {
        font-size: 2em;
      }

      .page-8k8-2__list-item {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
      }

      .page-8k8-2__step-item {
        flex: 1 1 calc(50% - 30px);
        min-width: unset;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-2__hero-section {
        padding-top: calc(var(--header-offset, 122px) + 10px);
        padding-bottom: 40px;
      }

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

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

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

      .page-8k8-2__section,
      .page-8k8-2__faq-section,
      .page-8k8-2__cta-section {
        padding: 40px 0;
      }

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

      .page-8k8-2__text-content {
        font-size: 1em;
      }

      .page-8k8-2__list {
        flex-direction: column;
        gap: 15px;
        padding: 0 10px !important; /* Ensure container padding */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

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

      .page-8k8-2__list-item-title {
        font-size: 1.2em;
      }

      .page-8k8-2__steps {
        flex-direction: column;
        gap: 20px;
      }

      .page-8k8-2__step-item {
        flex: 1 1 100%;
        min-width: unset;
        width: 100%;
        padding: 25px;
        padding-top: 70px;
      }

      .page-8k8-2__step-number {
        top: -20px;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
      }

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

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

      .page-8k8-2__faq-question h3 {
        font-size: 1em;
      }

      .page-8k8-2__faq-toggle {
        font-size: 1.5em;
      }

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

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

      .page-8k8-2__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-2__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-2__hero-title {
        font-size: 1.8em;
      }

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

      .page-8k8-2__section-title,
      .page-8k8-2__faq-title,
      .page-8k8-2__cta-title {
        font-size: 1.6em;
      }

      .page-8k8-2__download-button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }
  