
    .page-no-hu-98 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    .page-no-hu-98__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-no-hu-98__section-title {
      font-size: 2.5em;
      color: #FFD700;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-top: 10px; /* Minimal padding to prevent content from touching header */
      padding-bottom: 10px;
    }

    .page-no-hu-98__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #FFA500;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-no-hu-98__paragraph {
      font-size: 1.1em;
      margin-bottom: 15px;
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-no-hu-98__highlight {
      color: #FFD700;
      font-weight: bold;
    }

    /* Hero Section */
    .page-no-hu-98__hero-section {
      position: relative;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Minimal padding to prevent content from touching header */
    }

    .page-no-hu-98__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5);
    }

    .page-no-hu-98__hero-content {
      position: relative;
      z-index: 2;
      color: #fff;
      max-width: 900px;
      padding: 20px;
    }

    .page-no-hu-98__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #FFD700;
      line-height: 1.2;
    }

    .page-no-hu-98__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
    }

    .page-no-hu-98__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-no-hu-98__btn {
      padding: 15px 30px;
      font-size: 1.1em;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      color: #fff;
      display: inline-block;
    }

    .page-no-hu-98__btn--primary {
      background-color: #FFA500;
    }

    .page-no-hu-98__btn--primary:hover {
      background-color: #FF8C00;
      transform: translateY(-2px);
    }

    .page-no-hu-98__btn--secondary {
      background-color: #00BFFF;
    }

    .page-no-hu-98__btn--secondary:hover {
      background-color: #00ACEE;
      transform: translateY(-2px);
    }

    /* Intro Section */
    .page-no-hu-98__intro-section {
      background-color: #222;
      padding: 60px 0;
      text-align: center;
    }

    /* Game Showcase Section */
    .page-no-hu-98__game-showcase-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-no-hu-98__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-no-hu-98__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-no-hu-98__game-card:hover {
      transform: translateY(-5px);
    }

    .page-no-hu-98__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Important for responsiveness */
      height: auto; /* Important for responsiveness */
    }

    .page-no-hu-98__game-card-title {
      font-size: 1.5em;
      color: #FFD700;
      margin: 15px 10px 10px;
    }

    .page-no-hu-98__game-card-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    /* Promo Section */
    .page-no-hu-98__promo-section {
      background-color: #222;
      padding: 60px 0;
    }

    .page-no-hu-98__promo-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
      justify-content: center;
    }

    .page-no-hu-98__promo-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-no-hu-98__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
      display: block;
      max-width: 100%; /* Important for responsiveness */
      height: auto; /* Important for responsiveness */
    }

    .page-no-hu-98__promo-item-title {
      font-size: 1.4em;
      color: #FFA500;
      margin: 0 15px 10px;
    }

    .page-no-hu-98__promo-item-description {
      font-size: 1em;
      color: #ccc;
      padding: 0 15px;
    }

    /* Features Section */
    .page-no-hu-98__features-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-no-hu-98__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-no-hu-98__feature-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-no-hu-98__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%; /* Important for responsiveness */
      height: auto; /* Important for responsiveness */
    }

    .page-no-hu-98__feature-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-no-hu-98__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* FAQ Section */
    .page-no-hu-98__faq-section {
      background-color: #222;
      padding: 60px 0;
    }

    .page-no-hu-98__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-no-hu-98__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-no-hu-98__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-no-hu-98__faq-question:hover {
      background-color: #444;
    }

    .page-no-hu-98__faq-title {
      font-size: 1.25em;
      color: #FFD700;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-no-hu-98__faq-toggle {
      font-size: 1.8em;
      color: #FFA500;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-no-hu-98__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #ccc;
      font-size: 1.05em;
      box-sizing: border-box;
    }

    .page-no-hu-98__faq-answer p {
      margin: 0;
      padding-bottom: 20px;
    }

    .page-no-hu-98__faq-item.active .page-no-hu-98__faq-question {
      background-color: #444;
    }

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

    .page-no-hu-98__faq-item.active .page-no-hu-98__faq-toggle {
      transform: rotate(45deg);
    }

    /* CTA Section */
    .page-no-hu-98__cta-section {
      background-color: #1a1a1a;
      padding: 80px 0;
      text-align: center;
    }

    .page-no-hu-98__cta-content {
      background-color: #2a2a2a;
      border-radius: 15px;
      padding: 50px 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-no-hu-98__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-top: 30px;
    }

    /* Floating Buttons */
    .page-no-hu-98__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-no-hu-98__floating-btn {
      padding: 12px 25px;
      font-size: 1em;
      font-weight: bold;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      color: #fff;
      text-decoration: none;
      text-align: center;
      min-width: 120px;
    }

    .page-no-hu-98__floating-btn--register {
      background-color: #FFA500;
    }

    .page-no-hu-98__floating-btn--register:hover {
      background-color: #FF8C00;
      transform: translateY(-2px);
    }

    .page-no-hu-98__floating-btn--login {
      background-color: #00BFFF;
    }

    .page-no-hu-98__floating-btn--login:hover {
      background-color: #00ACEE;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-no-hu-98__hero-section {
        height: 500px;
      }

      .page-no-hu-98__hero-title {
        font-size: 2.5em;
      }

      .page-no-hu-98__hero-description {
        font-size: 1.1em;
      }

      .page-no-hu-98__hero-buttons,
      .page-no-hu-98__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-no-hu-98__btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-no-hu-98__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-no-hu-98__paragraph {
        font-size: 1em;
      }

      .page-no-hu-98__game-grid,
      .page-no-hu-98__promo-list,
      .page-no-hu-98__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-no-hu-98__game-card,
      .page-no-hu-98__promo-item,
      .page-no-hu-98__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px 10px;
      }

      .page-no-hu-98__promo-image,
      .page-no-hu-98__game-card-image,
      .page-no-hu-98__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-no-hu-98__promo-list,
      .page-no-hu-98__game-grid,
      .page-no-hu-98__features-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-no-hu-98__faq-question {
        padding: 15px 20px;
      }

      .page-no-hu-98__faq-title {
        font-size: 1.1em;
      }

      .page-no-hu-98__faq-toggle {
        font-size: 1.5em;
      }

      .page-no-hu-98__faq-answer {
        padding: 0 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-no-hu-98__faq-item.active .page-no-hu-98__faq-answer {
        padding: 15px 20px !important;
      }

      .page-no-hu-98__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        justify-content: space-around;
      }

      .page-no-hu-98__floating-btn {
        flex: 1;
        margin: 0 5px;
        min-width: unset;
      }
    }

    @media (max-width: 480px) {
      .page-no-hu-98__hero-title {
        font-size: 2em;
      }

      .page-no-hu-98__hero-description {
        font-size: 0.95em;
      }

      .page-no-hu-98__btn {
        padding: 12px 20px;
        font-size: 1em;
      }
    }
  