
    :root {
      --page-primary-color: #0056b3; /* Dark blue */
      --page-secondary-color: #007bff; /* Medium blue */
      --page-accent-color: #28a745; /* Green for success/buttons */
      --page-text-color: #333; /* Dark grey */
      --page-background-color: #f8f9fa; /* Light grey */
      --page-border-color: #dee2e6; /* Lighter grey for borders */
      --page-white: #ffffff;
      --page-shadow-light: rgba(0, 0, 0, 0.08);
      --page-shadow-medium: rgba(0, 0, 0, 0.15);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px 0; /* General padding, adjust for fixed header if needed */
    }

    /* Fixed Nav Bar Spacing */
    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      padding-top: 10px; /* Desktop */
      position: relative;
      background-color: var(--page-primary-color);
      color: var(--page-white);
      text-align: center;
      padding-bottom: 40px;
    }

    @media (max-width: 768px) {
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
        padding-top: 10px; /* Mobile */
        padding-bottom: 30px;
      }
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__title {
      font-size: 2.5em;
      color: var(--page-white);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px var(--page-shadow-medium);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__intro-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section {
      background-color: var(--page-white);
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--page-shadow-light);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h2 {
      color: var(--page-primary-color);
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: 10px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h3 {
      color: var(--page-secondary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section p {
      margin-bottom: 15px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section ol {
      list-style-type: decimal;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section li {
      margin-bottom: 8px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__image-wrapper {
      margin: 20px 0;
      text-align: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px var(--page-shadow-light);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-white);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
      margin-top: 20px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__button:hover {
      background-color: #218838; /* Darker green */
      transform: translateY(-2px);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action {
      text-align: center;
      padding: 40px 15px;
      background-color: var(--page-secondary-color);
      color: var(--page-white);
      border-radius: 8px;
      margin-top: 30px;
      box-shadow: 0 4px 12px var(--page-shadow-medium);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action h2 {
      color: var(--page-white);
      font-size: 2.2em;
      margin-bottom: 15px;
      border-bottom: none;
      padding-bottom: 0;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action p {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    /* FAQ Section */
    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      margin-top: 40px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-section h2 {
      text-align: center;
      margin-bottom: 30px;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      background-color: var(--page-white);
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px var(--page-shadow-light);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e9ecef; /* Light grey for question header */
      color: var(--page-primary-color);
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--page-primary-color);
      border-radius: 50%;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding for collapsed state */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      background-color: var(--page-white);
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important; /* Padding for expanded state */
      opacity: 1;
    }

    .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Visually change '+' to 'x' or '-' */
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__title {
        font-size: 2em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section {
        padding: 25px;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h2 {
        font-size: 1.8em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h3 {
        font-size: 1.3em;
      }
    }

    @media (max-width: 768px) {
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis {
        padding: 10px 0;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__title {
        font-size: 1.8em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__intro-text {
        font-size: 1em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section {
        padding: 20px;
        margin-bottom: 15px;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h2 {
        font-size: 1.6em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__content-section h3 {
        font-size: 1.2em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__image-wrapper {
        margin: 15px 0;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action {
        padding: 30px 15px;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action h2 {
        font-size: 1.8em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action p {
        font-size: 1em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
        padding: 12px 15px;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
        font-size: 1.1em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
        width: 20px;
        height: 20px;
        font-size: 1.2em;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-the-tk88-lottery-platform-reliable-winning-mechanism-analysis__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  