
    .page-46nohu {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-46nohu__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-46nohu__hero-section {
      position: relative;
      background-color: #1a1a2e;
      color: #ffffff;
      text-align: center;
      padding: 100px 20px 60px; /* Adjusted padding-top for fixed header */
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      margin-bottom: 40px;
    }

    .page-46nohu__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6);
      max-width: 100%; 
      height: auto; 
    }

    .page-46nohu__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-46nohu__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-46nohu__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-46nohu__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #e94560; /* Reddish pink */
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-46nohu__floating-button:hover {
      background-color: #c9344d;
      transform: translateY(-3px);
    }

    .page-46nohu__section {
      background-color: #2e2e4a;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-46nohu__section-title {
      font-size: 2.5em;
      color: #ffd700;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-46nohu__section-title::after {
      content: '';
      width: 80px;
      height: 4px;
      background-color: #e94560;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .page-46nohu__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

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

    .page-46nohu__game-card {
      background-color: #3f3f61;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-46nohu__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-46nohu__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; 
      height: auto; 
    }

    .page-46nohu__game-card-content {
      padding: 20px;
    }

    .page-46nohu__game-card-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-46nohu__game-card-description {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-46nohu__promo-list {
      list-style: none;
      padding: 0;
    }

    .page-46nohu__promo-item {
      background-color: #3f3f61;
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-46nohu__promo-icon {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      margin-right: 15px;
      object-fit: contain;
      max-width: 100%; 
      height: auto; 
    }

    .page-46nohu__promo-details {
      flex-grow: 1;
    }

    .page-46nohu__promo-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 5px;
    }

    .page-46nohu__promo-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    .page-46nohu__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .page-46nohu__step-item {
      background-color: #3f3f61;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
    }

    .page-46nohu__step-number {
      background-color: #ffd700;
      color: #1a1a2e;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-46nohu__step-content {
      flex-grow: 1;
    }

    .page-46nohu__step-title {
      font-size: 1.3em;
      color: #ffd700;
      margin-bottom: 5px;
    }

    .page-46nohu__step-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    .page-46nohu__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-46nohu__feature-item {
      background-color: #3f3f61;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-46nohu__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
      max-width: 100%; 
      height: auto; 
    }

    .page-46nohu__feature-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-46nohu__feature-description {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-46nohu__faq-list {
      list-style: none;
      padding: 0;
    }

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

    .page-46nohu__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3f3f61;
      color: #ffd700;
      font-size: 1.2em;
      font-weight: bold;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-46nohu__faq-question:hover {
      background-color: #4a4a70;
    }

    .page-46nohu__faq-question h3 {
      margin: 0;
      color: #ffd700;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-46nohu__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

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

    .page-46nohu__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      color: #c0c0c0;
      font-size: 1em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-46nohu__faq-item.active .page-46nohu__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-46nohu__hero-section {
        padding: 80px 15px 40px; /* Adjusted padding-top for mobile fixed header */
      }

      .page-46nohu__hero-title {
        font-size: 2.2em;
      }

      .page-46nohu__hero-description {
        font-size: 1em;
      }

      .page-46nohu__section-title {
        font-size: 2em;
      }

      .page-46nohu__game-grid {
        grid-template-columns: 1fr;
      }

      .page-46nohu__promo-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-46nohu__promo-icon {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-46nohu__step-item {
        flex-direction: column;
        text-align: center;
      }

      .page-46nohu__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-46nohu__floating-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
        right: 15px;
      }

      .page-46nohu__game-image,
      .page-46nohu__promo-icon,
      .page-46nohu__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  