
    .page-789-wiki {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-789-wiki__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-789-wiki__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:789club,wiki,gaming,banner]') no-repeat center center/cover;
      padding: 80px 0 60px;
      text-align: center;
      padding-top: calc(var(--header-offset, 122px) + 10px); /* Adjust for fixed header */
    }

    .page-789-wiki__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-789-wiki__hero-subtitle {
      font-size: 1.5em;
      color: #e0e0e0;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .page-789-wiki__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-789-wiki__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-789-wiki__section {
      padding: 40px 0;
      background-color: #222222;
      margin-top: 30px;
      border-radius: 10px;
    }

    .page-789-wiki__section:nth-child(even) {
      background-color: #1f1f1f;
    }

    .page-789-wiki__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-789-wiki__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    .page-789-wiki__text-content strong {
      color: #ffcc00;
    }

    .page-789-wiki__image-wrapper {
      text-align: center;
      margin: 30px 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-789-wiki__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
    }

    .page-789-wiki__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-789-wiki__grid-item {
      background-color: #2e2e2e;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 250px; /* Ensure minimum height for card content */
    }

    .page-789-wiki__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .page-789-wiki__grid-item-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-789-wiki__grid-item-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    .page-789-wiki__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 15px;
    }

    .page-789-wiki__list-item {
      background-color: #2e2e2e;
      padding: 15px 20px;
      border-left: 5px solid #ffcc00;
      border-radius: 5px;
      font-size: 1em;
      color: #e0e0e0;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* FAQ Section */
    .page-789-wiki__faq-section {
      padding: 40px 0;
      background-color: #1f1f1f;
      margin-top: 30px;
      border-radius: 10px;
    }

    .page-789-wiki__faq-item {
      background-color: #2e2e2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-789-wiki__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #3a3a3a;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #ffcc00;
      transition: background-color 0.3s ease;
    }

    .page-789-wiki__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-789-wiki__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789-wiki__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-789-wiki__faq-item.active .page-789-wiki__faq-toggle {
      transform: rotate(45deg);
    }

    .page-789-wiki__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      color: #e0e0e0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-789-wiki__faq-item.active .page-789-wiki__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Call to Action Section */
    .page-789-wiki__cta-section {
      text-align: center;
      padding: 60px 0;
      background-color: #222222;
      margin-top: 30px;
      border-radius: 10px;
    }

    .page-789-wiki__cta-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 20px;
    }

    .page-789-wiki__cta-description {
      font-size: 1.3em;
      color: #e0e0e0;
      margin-bottom: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .page-789-wiki__hero-title {
        font-size: 3em;
      }

      .page-789-wiki__hero-subtitle,
      .page-789-wiki__cta-description {
        font-size: 1.3em;
      }

      .page-789-wiki__section-title {
        font-size: 2.2em;
      }

      .page-789-wiki__cta-title {
        font-size: 2.4em;
      }
    }

    @media (max-width: 768px) {
      .page-789-wiki__hero-section {
        padding: 60px 0 40px;
        padding-top: calc(var(--header-offset, 122px) + 10px);
      }

      .page-789-wiki__hero-title {
        font-size: 2.5em;
      }

      .page-789-wiki__hero-subtitle {
        font-size: 1.1em;
      }

      .page-789-wiki__section,
      .page-789-wiki__faq-section,
      .page-789-wiki__cta-section {
        padding: 30px 0;
        margin-top: 20px;
      }

      .page-789-wiki__section-title {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .page-789-wiki__text-content {
        font-size: 1em;
      }

      .page-789-wiki__grid {
        grid-template-columns: 1fr;
      }

      .page-789-wiki__list {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-789-wiki__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        font-size: 0.95em;
      }

      .page-789-wiki__image-wrapper {
        margin: 20px 0;
      }

      .page-789-wiki__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-789-wiki__faq-question h3 {
        font-size: 1.1em;
      }

      .page-789-wiki__faq-answer {
        padding: 0 20px;
      }

      .page-789-wiki__faq-item.active .page-789-wiki__faq-answer {
        padding: 15px 20px !important;
      }

      .page-789-wiki__cta-title {
        font-size: 2em;
      }

      .page-789-wiki__cta-description {
        font-size: 1.1em;
      }

      .page-789-wiki__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-789-wiki__hero-title {
        font-size: 2em;
      }

      .page-789-wiki__hero-subtitle {
        font-size: 1em;
      }

      .page-789-wiki__section-title {
        font-size: 1.8em;
      }

      .page-789-wiki__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-789-wiki__faq-question h3 {
        font-size: 1em;
      }

      .page-789-wiki__faq-answer {
        padding: 0 15px;
      }

      .page-789-wiki__faq-item.active .page-789-wiki__faq-answer {
        padding: 10px 15px !important;
      }

      .page-789-wiki__cta-title {
        font-size: 1.8em;
      }
    }
  