
    :root {
      --page-primary-color: #0056b3;
      --page-secondary-color: #007bff;
      --page-text-color: #333;
      --page-background-color: #f8f9fa;
      --page-light-gray: #e9ecef;
      --page-dark-gray: #6c757d;
      --page-white: #ffffff;
      --page-border-radius: 8px;
      --page-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      --page-font-family: 'Arial', sans-serif;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis {
      font-family: var(--page-font-family);
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      background: linear-gradient(135deg, var(--page-secondary-color) 0%, var(--page-primary-color) 100%);
      color: var(--page-white);
      padding: 60px 20px 40px; /* Adjusted padding-top for fixed header */
      border-radius: var(--page-border-radius);
      margin-bottom: 40px;
      text-align: center;
      box-shadow: var(--page-box-shadow);
      position: relative;
      overflow: hidden;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      z-index: 0;
      max-width: 100%;
      height: auto;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__hero-content {
      position: relative;
      z-index: 1;
    }

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

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__hero-description {
      font-size: 1.2em;
      line-height: 1.8;
      max-width: 800px;
      margin: 0 auto 30px;
      color: var(--page-light-gray);
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__section {
      background-color: var(--page-white);
      padding: 30px;
      border-radius: var(--page-border-radius);
      margin-bottom: 30px;
      box-shadow: var(--page-box-shadow);
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__section-title {
      color: var(--page-primary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-light-gray);
      padding-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__subsection-title {
      color: var(--page-secondary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

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

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

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

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

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

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__button:hover {
      background-color: #0056b3;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      background-color: var(--page-white);
      padding: 30px;
      border-radius: var(--page-border-radius);
      margin-bottom: 30px;
      box-shadow: var(--page-box-shadow);
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__faq-title {
      color: var(--page-primary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-light-gray);
      padding-bottom: 10px;
      font-weight: bold;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      border: 1px solid var(--page-light-gray);
      border-radius: var(--page-border-radius);
      margin-bottom: 10px;
      overflow: hidden;
    }

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

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

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

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

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

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

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

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__summary {
      background-color: #e6f7ff; /* Light blue background for summary */
      border-left: 5px solid var(--page-secondary-color);
      padding: 20px;
      border-radius: var(--page-border-radius);
      margin-bottom: 30px;
      box-shadow: var(--page-box-shadow);
      font-style: italic;
      color: #004085;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__summary p {
      margin: 0;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__cta-section {
      text-align: center;
      margin-top: 40px;
      padding: 30px;
      background-color: var(--page-light-gray);
      border-radius: var(--page-border-radius);
      box-shadow: var(--page-box-shadow);
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__cta-title {
      font-size: 1.8em;
      color: var(--page-primary-color);
      margin-bottom: 20px;
    }

    .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: var(--page-dark-gray);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis {
        padding: 15px;
      }

      .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
        padding: 50px 15px 30px; /* Adjusted padding-top for fixed header on mobile */
      }

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

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

      .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__section {
        padding: 20px;
      }

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

      .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__subsection-title {
        font-size: 1.3em;
      }

      .page-resources-is-the-nohu52-lottery-platform-reliable-winning-mechanism-analysis__cta-title {
        font-size: 1.5em;
      }

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

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

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

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

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