
    :root {
      --page-primary-color: #0056b3; /* Darker blue for accents */
      --page-secondary-color: #e0f2f7; /* Light blue for backgrounds */
      --page-text-color: #333;
      --page-heading-color: #1a1a1a;
      --page-bg-color: #f9f9f9;
      --page-white: #ffffff;
      --page-border-color: #ddd;
      --page-shadow-light: rgba(0, 0, 0, 0.1);
      --page-border-radius: 8px;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-bg-color);
      padding: 20px 0;
    }

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

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      background: linear-gradient(135deg, var(--page-primary-color), #003366);
      color: var(--page-white);
      padding: 60px 0; /* Base padding, padding-top will be added for fixed header */
      text-align: center;
      margin-bottom: 30px;
      border-radius: var(--page-border-radius);
      overflow: hidden;
      position: relative;
      padding-top: calc(60px + 10px); /* Adjust for fixed header on desktop */
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-white);
      line-height: 1.2;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-subtitle {
      font-size: 1.3em;
      opacity: 0.9;
      margin-bottom: 30px;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-button {
      display: inline-block;
      background-color: #ffc107; /* Accent color */
      color: var(--page-heading-color);
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px var(--page-shadow-light);
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__content-section {
      background-color: var(--page-white);
      padding: 40px;
      margin-bottom: 30px;
      border-radius: var(--page-border-radius);
      box-shadow: 0 2px 10px var(--page-shadow-light);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__main-heading {
      font-size: 2em;
      color: var(--page-heading-color);
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__sub-heading {
      font-size: 1.6em;
      color: var(--page-primary-color);
      margin-top: 30px;
      margin-bottom: 15px;
      border-bottom: 2px solid var(--page-secondary-color);
      padding-bottom: 10px;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__mini-heading {
      font-size: 1.2em;
      color: var(--page-heading-color);
      margin-top: 20px;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      font-size: 1em;
      line-height: 1.7;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__list {
      list-style: disc inside;
      margin-bottom: 15px;
      padding-left: 20px;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__list-item {
      margin-bottom: 8px;
      font-size: 1em;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: var(--page-border-radius);
      box-shadow: 0 2px 8px var(--page-shadow-light);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: var(--page-border-radius);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: var(--page-secondary-color);
      border-radius: var(--page-border-radius);
      box-shadow: 0 2px 10px var(--page-shadow-light);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action-text {
      font-size: 1.4em;
      color: var(--page-heading-color);
      margin-bottom: 20px;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action-button {
      background-color: var(--page-primary-color);
      color: var(--page-white);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px var(--page-shadow-light);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action-button:hover {
      background-color: #004085;
      transform: translateY(-2px);
    }

    /* FAQ Section Styles */
    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      margin-top: 40px;
      background-color: var(--page-white);
      padding: 40px;
      border-radius: var(--page-border-radius);
      box-shadow: 0 2px 10px var(--page-shadow-light);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-title {
      font-size: 2em;
      color: var(--page-heading-color);
      margin-bottom: 30px;
      text-align: center;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: var(--page-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active {
      border-color: var(--page-primary-color);
      box-shadow: 0 4px 12px rgba(0, 86, 179, 0.1);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-secondary-color);
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: var(--page-heading-color);
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

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

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

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--page-white);
      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-text-color);
    }

    .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show all content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
        padding: 40px 0;
        padding-top: calc(40px + 10px); /* Adjust for fixed header on mobile */
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-title {
        font-size: 2em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__content-section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__main-heading {
        font-size: 1.6em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__sub-heading {
        font-size: 1.3em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__mini-heading {
        font-size: 1.1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__paragraph,
      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__list-item {
        font-size: 0.95em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action-text {
        font-size: 1.1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__call-to-action-button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-title {
        font-size: 1.6em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
        font-size: 1.3em;
      }

      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-the-bi88-lottery-platform-reliable-winning-mechanism-analysis__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  