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

    .page-code-new88__hero-section {
      position: relative;
      padding: 10px 0 60px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      overflow: hidden;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-code-new88__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-code-new88__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-code-new88__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #fdbb2d; /* High contrast yellow */
    }

    .page-code-new88__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-code-new88__cta-button {
      display: inline-block;
      background-color: #fdbb2d; /* Yellow for CTA */
      color: #1a2a6c; /* Dark blue for text */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-code-new88__cta-button:hover {
      background-color: #ffda6a;
      transform: translateY(-3px);
    }

    .page-code-new88__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-code-new88__section-dark {
      background-color: #1a2a6c;
      color: #fff;
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-code-new88__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-code-new88__section-dark .page-code-new88__section-title {
      color: #fdbb2d;
    }

    .page-code-new88__text-content p {
      margin-bottom: 20px;
      font-size: 1.1em;
      text-align: justify;
    }

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

    .page-code-new88__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-code-new88__section-dark .page-code-new88__feature-item {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-code-new88__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-code-new88__feature-icon {
      width: 80px;
      height: auto;
      margin-bottom: 20px;
      max-width: 100%;
      border-radius: 8px;
    }

    .page-code-new88__feature-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-code-new88__section-dark .page-code-new88__feature-title {
      color: #fdbb2d;
    }

    .page-code-new88__steps-list {
      list-style: none;
      padding: 0;
      counter-reset: step-counter;
      display: grid;
      grid-template-columns: 1fr;
      gap: 25px;
      margin-top: 40px;
    }

    .page-code-new88__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-code-new88__step-item::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 45px;
      height: 45px;
      min-width: 45px;
      min-height: 45px;
      background-color: #b21f1f; /* Red */
      color: #fff;
      border-radius: 50%;
      font-size: 1.5em;
      font-weight: bold;
      margin-right: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-code-new88__step-content h3 {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-code-new88__step-content p {
      margin-bottom: 0;
      font-size: 1em;
      text-align: left;
    }

    .page-code-new88__game-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      margin-top: 40px;
      text-align: center;
    }

    .page-code-new88__provider-item {
      background-color: rgba(255, 255, 255, 0.15);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-code-new88__provider-item:hover {
      transform: translateY(-3px);
      background-color: rgba(255, 255, 255, 0.25);
    }

    .page-code-new88__provider-logo {
      width: 150px;
      height: auto;
      max-width: 100%;
      margin-bottom: 10px;
      border-radius: 4px;
    }

    .page-code-new88__provider-name {
      font-weight: bold;
      color: #fdbb2d;
      font-size: 1.1em;
    }

    .page-code-new88__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 40px;
      text-align: center;
    }

    .page-code-new88__payment-item {
      background-color: #f0f0f0;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-code-new88__payment-logo {
      width: 100px;
      height: auto;
      max-width: 100%;
      margin-bottom: 5px;
      border-radius: 4px;
    }

    .page-code-new88__payment-name {
      font-size: 0.9em;
      color: #555;
      font-weight: bold;
    }

    .page-code-new88__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto 30px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-code-new88__faq-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-code-new88__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-code-new88__faq-item.active {
      border-color: #b21f1f;
    }

    .page-code-new88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e8eef1;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: #1a2a6c;
      transition: background-color 0.3s ease;
    }

    .page-code-new88__faq-question:hover {
      background-color: #dce4e7;
    }

    .page-code-new88__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Allow click on entire div */
      color: #1a2a6c;
      font-size: 1.1em;
    }

    .page-code-new88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #b21f1f;
      pointer-events: none; /* Allow click on entire div */
    }

    .page-code-new88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fdfdfd;
      color: #555;
      font-size: 1em;
    }

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

    .page-code-new88__faq-answer p {
      margin: 0;
    }

    .page-code-new88__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      padding: 10px 0;
      display: flex;
      justify-content: space-around;
      align-items: center;
      z-index: 1000;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-code-new88__floating-button {
      flex: 1;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      padding: 12px 0;
      margin: 0 5px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-code-new88__floating-button--register {
      background-color: #b21f1f; /* Red */
    }

    .page-code-new88__floating-button--register:hover {
      background-color: #d43f3f;
    }

    .page-code-new88__floating-button--login {
      background-color: #fdbb2d; /* Yellow */
      color: #1a2a6c;
    }

    .page-code-new88__floating-button--login:hover {
      background-color: #ffda6a;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-code-new88__hero-title {
        font-size: 2em;
      }

      .page-code-new88__hero-description {
        font-size: 1em;
      }

      .page-code-new88__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-code-new88__section,
      .page-code-new88__section-dark,
      .page-code-new88__faq-section {
        padding: 40px 15px;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        box-sizing: border-box !important;
      }

      .page-code-new88__section-title,
      .page-code-new88__faq-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-code-new88__text-content p,
      .page-code-new88__step-content p {
        font-size: 0.95em;
      }

      .page-code-new88__feature-item,
      .page-code-new88__step-item,
      .page-code-new88__provider-item,
      .page-code-new88__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-code-new88__features-grid,
      .page-code-new88__steps-list,
      .page-code-new88__game-providers-grid,
      .page-code-new88__payment-methods-grid {
        gap: 20px;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-code-new88__feature-icon,
      .page-code-new88__provider-logo,
      .page-code-new88__payment-logo {
        max-width: 100%;
        height: auto;
      }

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

      .page-code-new88__faq-question h3 {
        font-size: 1em;
      }

      .page-code-new88__faq-answer {
        padding: 0 10px;
      }

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

      .page-code-new88__floating-buttons {
        padding: 8px 0;
      }

      .page-code-new88__floating-button {
        font-size: 0.95em;
        padding: 10px 0;
        margin: 0 3px;
      }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
      .page-code-new88__hero-title {
        font-size: 2.5em;
      }

      .page-code-new88__hero-description {
        font-size: 1.1em;
      }

      .page-code-new88__section,
      .page-code-new88__section-dark,
      .page-code-new88__faq-section {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        box-sizing: border-box !important;
      }

      .page-code-new88__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }

      .page-code-new88__game-providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      }

      .page-code-new88__payment-methods-grid {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
      }
    }
  