
    .page-35wi {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-35wi__hero-section {
      position: relative;
      background-color: #0d1a2f;
      color: #fff;
      text-align: center;
      padding: 10px 20px 40px;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }
    .page-35wi__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3));
      z-index: 1;
    }
    .page-35wi__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .page-35wi__hero-content {
      position: relative;
      z-index: 2;
      padding-top: 50px;
    }
    .page-35wi__main-heading {
      font-size: 2.8em;
      margin-bottom: 10px;
      font-weight: bold;
      color: #ffda44;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }
    .page-35wi__hero-slogan {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: #e0e0e0;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-35wi__hero-button {
      display: inline-block;
      background-color: #ffda44;
      color: #0d1a2f;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      cursor: pointer;
      border: none;
    }
    .page-35wi__hero-button:hover {
      background-color: #ffe066;
      transform: translateY(-2px);
    }

    .page-35wi__section {
      padding: 20px;
      margin: 0 auto 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      max-width: 1200px;
      box-sizing: border-box;
    }
    .page-35wi__section--dark {
      background-color: #1a2a44;
      color: #e0e0e0;
      text-align: center;
    }

    .page-35wi__heading {
      font-size: 2em;
      color: #0d1a2f;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }
    .page-35wi__section--dark .page-35wi__heading {
      color: #ffda44;
    }

    .page-35wi__paragraph {
      font-size: 1em;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-35wi__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      justify-content: center;
      margin-top: 20px;
    }
    .page-35wi__game-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }
    .page-35wi__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .page-35wi__game-image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      box-sizing: border-box;
    }
    .page-35wi__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .page-35wi__game-title {
      font-size: 1.3em;
      color: #0d1a2f;
      margin: 15px 10px 5px;
      font-weight: bold;
    }
    .page-35wi__game-description {
      font-size: 0.9em;
      color: #666;
      padding: 0 15px 15px;
    }

    .page-35wi__promotion-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
      justify-content: center;
    }
    .page-35wi__promotion-card {
      background-color: #fefae0;
      border: 1px solid #ffda44;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      box-sizing: border-box;
    }
    .page-35wi__promotion-title {
      font-size: 1.5em;
      color: #0d1a2f;
      margin-bottom: 10px;
      font-weight: bold;
    }
    .page-35wi__promotion-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
    }
    .page-35wi__promotion-button {
      display: inline-block;
      background-color: #0d1a2f;
      color: #ffda44;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }
    .page-35wi__promotion-button:hover {
      background-color: #1a2a44;
    }

    .page-35wi__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .page-35wi__floating-button {
      background-color: #ffda44;
      color: #0d1a2f;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      min-width: 120px;
    }
    .page-35wi__floating-button:hover {
      background-color: #ffe066;
      transform: translateY(-2px);
    }
    .page-35wi__floating-button--register {
      background-color: #4CAF50;
      color: white;
    }
    .page-35wi__floating-button--register:hover {
      background-color: #45a049;
    }

    /* FAQ Section */
    .page-35wi__faq-section {
      padding: 20px;
      margin: 0 auto 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      max-width: 1200px;
      box-sizing: border-box;
    }
    .page-35wi__faq-heading {
      font-size: 2em;
      color: #0d1a2f;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }
    .page-35wi__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .page-35wi__faq-item {
      margin-bottom: 10px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      overflow: hidden;
    }
    .page-35wi__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f7f7f7;
      padding: 15px 20px;
      cursor: pointer;
      font-weight: bold;
      color: #0d1a2f;
      transition: background-color 0.3s ease;
      user-select: none;
    }
    .page-35wi__faq-question:hover {
      background-color: #eee;
    }
    .page-35wi__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click */
    }
    .page-35wi__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
      color: #ffda44;
    }
    .page-35wi__faq-item.active .page-35wi__faq-toggle {
      transform: rotate(45deg);
    }
    .page-35wi__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }
    .page-35wi__faq-item.active .page-35wi__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }
    .page-35wi__faq-answer p {
      margin: 0;
      padding: 0;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-35wi__main-heading {
        font-size: 2.5em;
      }
      .page-35wi__hero-slogan {
        font-size: 1.1em;
      }
      .page-35wi__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      .page-35wi__promotion-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .page-35wi__main-heading {
        font-size: 2em;
      }
      .page-35wi__hero-slogan {
        font-size: 1em;
      }
      .page-35wi__hero-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-35wi__section {
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-35wi__heading {
        font-size: 1.8em;
      }
      .page-35wi__game-grid,
      .page-35wi__promotion-grid {
        grid-template-columns: 1fr;
      }
      .page-35wi__floating-buttons {
        right: 10px;
        bottom: 10px;
      }
      .page-35wi__floating-button {
        padding: 10px 20px;
        font-size: 1em;
        min-width: 100px;
      }
      /* List item responsive requirements */
      .page-35wi__game-item,
      .page-35wi__promotion-card,
      .page-35wi__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-35wi__game-grid,
      .page-35wi__promotion-grid,
      .page-35wi__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-35wi__paragraph,
      .page-35wi__game-description,
      .page-35wi__promotion-description,
      .page-35wi__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-35wi__faq-question {
        padding: 12px 15px;
      }
      .page-35wi__faq-question h3 {
        font-size: 1em;
      }
      .page-35wi__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-35wi__main-heading {
        font-size: 1.8em;
      }
      .page-35wi__hero-slogan {
        font-size: 0.9em;
      }
      .page-35wi__hero-button {
        padding: 8px 18px;
        font-size: 0.9em;
      }
      .page-35wi__heading {
        font-size: 1.6em;
      }
      .page-35wi__game-image-container {
        height: 180px;
      }
      .page-35wi__game-title {
        font-size: 1.2em;
      }
      .page-35wi__promotion-title {
        font-size: 1.3em;
      }
    }
  