
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-text-color: #343a40;
      --page-background-color: #f8f9fa;
      --page-light-bg: #e9ecef;
      --page-white: #ffffff;
      --page-dark-text: #212529;
      --page-border-color: #dee2e6;
      --page-shadow-color: rgba(0, 0, 0, 0.1);
    }

    .page-resources-is-the-3win-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);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      background: linear-gradient(135deg, var(--page-primary-color) 0%, #0056b3 100%);
      color: var(--page-white);
      padding: 10px 0 60px 0; /* Adjusted padding-top for fixed header */
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__hero-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      position: relative;
      z-index: 2;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--page-white);
    }

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

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__intro-text a {
      color: #fff;
      text-decoration: underline;
      font-weight: bold;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__hero-image-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      z-index: 1;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__hero-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      opacity: 0.2;
      filter: brightness(0.8); /* Allow brightness for background effect */
      transform: scale(1.1);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__content-section {
      padding: 60px 0;
      background-color: var(--page-white);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__section-heading {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-top: 40px;
      margin-bottom: 25px;
      font-weight: 600;
      border-bottom: 2px solid var(--page-light-bg);
      padding-bottom: 10px;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__sub-heading {
      font-size: 1.5em;
      color: var(--page-dark-text);
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 30px 0;
      box-shadow: 0 4px 12px var(--page-shadow-color);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__list {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 20px;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__list-item {
      margin-bottom: 10px;
      color: var(--page-dark-text);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__summary-box {
      background-color: var(--page-light-bg);
      border-left: 5px solid var(--page-primary-color);
      padding: 25px;
      margin: 40px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px var(--page-shadow-color);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__summary-heading {
      font-size: 1.6em;
      color: var(--page-primary-color);
      margin-top: 0;
      margin-bottom: 15px;
    }

    /* FAQ Section */
    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      margin-top: 60px;
      padding: 40px 0;
      background-color: var(--page-light-bg);
      border-radius: 8px;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-list {
      margin-top: 30px;
    }

    .page-resources-is-the-3win-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 rgba(0,0,0,0.05);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: var(--page-white);
      border-bottom: 1px solid transparent;
      transition: background-color 0.3s ease, border-bottom 0.3s ease;
      user-select: none;
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-question:hover {
      background-color: var(--page-light-bg);
    }

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-question-title {
      font-size: 1.1em;
      color: var(--page-dark-text);
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

    .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: var(--page-text-color);
    }

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

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__title {
        font-size: 2em;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__intro-text {
        font-size: 1em;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__section-heading {
        font-size: 1.7em;
        margin-top: 30px;
        margin-bottom: 20px;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__sub-heading {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__content-section {
        padding: 40px 0;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__container {
        padding: 0 15px;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
        padding-bottom: 40px;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
        padding: 12px 15px;
      }

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

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 0 15px;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 15px !important;
      }

      .page-resources-is-the-3win-lottery-platform-reliable-winning-mechanism-analysis__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  