
      .page-b66game {
        font-family: 'Arial', sans-serif;
        background-color: #1a1a1a;
        color: #f0f0f0;
        line-height: 1.6;
      }

      .page-b66game__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
      }

      .page-b66game__hero-section {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 40px;
        background-color: #0d0d0d;
        position: relative;
        overflow: hidden;
        color: #ffffff;
      }

      .page-b66game__hero-image-wrapper {
        margin-bottom: 20px;
      }

      .page-b66game__hero-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        object-fit: cover;
      }

      .page-b66game__hero-content {
        padding: 0 20px;
      }

      .page-b66game__hero-section h1 {
        font-size: clamp(2em, 5vw, 3.2em);
        color: #ffcc00;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.05em;
      }

      .page-b66game__hero-section p {
        font-size: clamp(1em, 2.5vw, 1.2em);
        color: #e0e0e0;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-b66game__cta-button {
        display: inline-block;
        background-color: #2563eb;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: 2px solid #2563eb;
        cursor: pointer;
        text-align: center;
      }

      .page-b66game__cta-button:hover {
        background-color: #1e40af;
        transform: translateY(-2px);
      }

      .page-b66game__section {
        padding: 60px 0;
        text-align: center;
      }

      .page-b66game__section--dark {
        background-color: #1a1a1a;
      }

      .page-b66game__section--light {
        background-color: #2c2c2c;
      }

      .page-b66game__section h2 {
        font-size: 2.5em;
        color: #ffcc00;
        margin-bottom: 30px;
        font-weight: 700;
      }

      .page-b66game__section p {
        font-size: 1.1em;
        color: #e0e0e0;
        max-width: 900px;
        margin: 0 auto 40px auto;
      }

      .page-b66game__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        padding: 0 20px;
      }

      .page-b66game__game-card {
        background-color: #2c2c2c;
        border-radius: 12px;
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #3a3a3a;
        display: flex;
        flex-direction: column;
        color: #f0f0f0;
      }

      .page-b66game__game-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      }

      .page-b66game__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
      }

      .page-b66game__game-content {
        padding: 20px;
        flex-grow: 1;
      }

      .page-b66game__game-content h3 {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 10px;
        font-weight: 600;
      }

      .page-b66game__game-content p {
        font-size: 0.95em;
        color: #c0c0c0;
        margin-bottom: 20px;
        text-align: left;
      }

      .page-b66game__game-button {
        display: inline-block;
        background-color: #ffcc00;
        color: #1a1a1a;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.9em;
        transition: background-color 0.3s ease;
        text-align: center;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-b66game__game-button:hover {
        background-color: #e6b800;
      }

      .page-b66game__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        padding: 0 20px;
      }

      .page-b66game__promo-card {
        background-color: #2c2c2c;
        border-radius: 12px;
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #3a3a3a;
        color: #f0f0f0;
      }

      .page-b66game__promo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      }

      .page-b66game__promo-image {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
      }

      .page-b66game__promo-content {
        padding: 20px;
      }

      .page-b66game__promo-content h3 {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
        font-weight: 600;
      }

      .page-b66game__promo-content p {
        font-size: 0.95em;
        color: #c0c0c0;
        margin-bottom: 20px;
      }

      .page-b66game__guide-steps {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        padding: 0 20px;
      }

      .page-b66game__step-card {
        background-color: #2c2c2c;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        flex: 1 1 300px;
        max-width: 350px;
        border: 1px solid #3a3a3a;
        color: #f0f0f0;
      }

      .page-b66game__step-card h3 {
        font-size: 1.8em;
        color: #ffcc00;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-b66game__step-card p {
        font-size: 1em;
        color: #c0c0c0;
      }

      .page-b66game__support-info {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        padding: 0 20px;
      }

      .page-b66game__contact-item {
        background-color: #2c2c2c;
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        flex: 1 1 280px;
        max-width: 320px;
        border: 1px solid #3a3a3a;
        color: #f0f0f0;
      }

      .page-b66game__contact-item h3 {
        font-size: 1.6em;
        color: #ffcc00;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-b66game__contact-item p {
        font-size: 1em;
        color: #c0c0c0;
        margin-bottom: 20px;
      }

      .page-b66game__contact-button {
        display: inline-block;
        background-color: #2563eb;
        color: #ffffff;
        padding: 10px 25px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        text-align: center;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-b66game__contact-button:hover {
        background-color: #1e40af;
      }

      .page-b66game__faq-section {
        background-color: #1a1a1a;
        padding: 60px 0;
        text-align: center;
      }

      .page-b66game__faq-list {
        max-width: 900px;
        margin: 0 auto;
        text-align: left;
        padding: 0 20px;
      }

      .page-b66game__faq-item {
        background-color: #2c2c2c;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #3a3a3a;
        overflow: hidden;
        color: #f0f0f0;
      }

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

      .page-b66game__faq-question:hover {
        background-color: #3a3a3a;
      }

      .page-b66game__faq-question h3 {
        margin: 0;
        pointer-events: none; /* Prevent h3 from blocking click event on question div */
        color: inherit;
      }

      .page-b66game__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        pointer-events: none; /* Prevent toggle from blocking click event on question div */
        transition: transform 0.3s ease;
      }

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

      .page-b66game__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: #c0c0c0;
      }

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

      .page-b66game__conclusion-section {
        padding: 60px 0;
        text-align: center;
        background-color: #0d0d0d;
        color: #ffffff;
      }

      .page-b66game__conclusion-section h2 {
        color: #ffcc00;
      }

      .page-b66game__conclusion-section p {
        max-width: 800px;
        margin: 0 auto 40px auto;
        color: #e0e0e0;
      }

      /* General image responsiveness */
      .page-b66game img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .page-b66game {
          font-size: 15px;
        }

        .page-b66game__container,
        .page-b66game__hero-content,
        .page-b66game__game-grid,
        .page-b66game__promo-grid,
        .page-b66game__guide-steps,
        .page-b66game__support-info,
        .page-b66game__faq-list {
          padding-left: 15px;
          padding-right: 15px;
        }

        /* HERO Section */
        .page-b66game__hero-section {
          padding-top: 10px !important;
          padding-bottom: 30px;
        }

        .page-b66game__hero-section h1 {
          font-size: 2em;
          line-height: 1.3;
        }

        .page-b66game__hero-section p {
          font-size: 1em;
        }

        .page-b66game__cta-button {
          padding: 12px 25px;
          font-size: 1em;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        /* Product/Game Grid */
        .page-b66game__game-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .page-b66game__game-card {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-b66game__game-image {
          height: 180px;
        }

        .page-b66game__game-button {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        /* Promo Grid */
        .page-b66game__promo-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .page-b66game__promo-card {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-b66game__promo-image {
          height: 160px;
        }

        /* Guide Steps */
        .page-b66game__guide-steps {
          flex-direction: column;
          gap: 20px;
        }

        .page-b66game__step-card {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        /* Support Info */
        .page-b66game__support-info {
          flex-direction: column;
          gap: 20px;
        }

        .page-b66game__contact-item {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-b66game__contact-button {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        /* FAQ Section */
        .page-b66game__faq-question {
          font-size: 1em;
          padding: 15px 20px;
        }

        .page-b66game__faq-answer {
          padding: 15px 20px !important;
        }

        /* Generic image and container rules for mobile */
        .page-b66game img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
        }

        .page-b66game__section,
        .page-b66game__card,
        .page-b66game__container,
        .page-b66game__game-grid,
        .page-b66game__promo-grid,
        .page-b66game__guide-steps,
        .page-b66game__support-info,
        .page-b66game__faq-list {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          overflow-x: hidden !important;
        }
      }

      @media (max-width: 480px) {
        .page-b66game__hero-section h1 {
          font-size: 1.8em;
        }
        .page-b66game__section h2 {
          font-size: 2em;
        }
        .page-b66game__game-content h3 {
          font-size: 1.3em;
        }
        .page-b66game__promo-content h3 {
          font-size: 1.2em;
        }
        .page-b66game__step-card h3 {
          font-size: 1.6em;
        }
        .page-b66game__contact-item h3 {
          font-size: 1.4em;
        }
      }
    