
    .page-bet69-k-o-nh-c-i {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
    }

    .page-bet69-k-o-nh-c-i__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-bet69-k-o-nh-c-i__register-button,
    .page-bet69-k-o-nh-c-i__login-button {
      background-color: #FFD700; /* Vàng */
      color: #333;
      border: none;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      text-decoration: none; /* Ensure no underline if it's an anchor */
      display: block;
    }

    .page-bet69-k-o-nh-c-i__register-button:hover,
    .page-bet69-k-o-nh-c-i__login-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-bet69-k-o-nh-c-i__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 80px 20px 40px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      padding-top: 10px; /* Small padding, assuming body has offset */
    }

    .page-bet69-k-o-nh-c-i__hero-content {
      max-width: 900px;
    }

    .page-bet69-k-o-nh-c-i__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
    }

    .page-bet69-k-o-nh-c-i__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-bet69-k-o-nh-c-i__hero-cta-group {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-bet69-k-o-nh-c-i__hero-cta-button {
      background-color: #FFD700;
      color: #1a2a6c;
      padding: 15px 35px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-bet69-k-o-nh-c-i__hero-cta-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-bet69-k-o-nh-c-i__hero-image-wrapper {
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-bet69-k-o-nh-c-i__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      margin: 0 auto;
    }

    .page-bet69-k-o-nh-c-i__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
    }

    .page-bet69-k-o-nh-c-i__about-section,
    .page-bet69-k-o-nh-c-i__games-section,
    .page-bet69-k-o-nh-c-i__promotions-section,
    .page-bet69-k-o-nh-c-i__payment-providers-section,
    .page-bet69-k-o-nh-c-i__faq-section,
    .page-bet69-k-o-nh-c-i__cta-bottom-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet69-k-o-nh-c-i__about-grid,
    .page-bet69-k-o-nh-c-i__games-grid,
    .page-bet69-k-o-nh-c-i__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-bet69-k-o-nh-c-i__about-item,
    .page-bet69-k-o-nh-c-i__game-card,
    .page-bet69-k-o-nh-c-i__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-bet69-k-o-nh-c-i__about-item:hover,
    .page-bet69-k-o-nh-c-i__game-card:hover,
    .page-bet69-k-o-nh-c-i__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-bet69-k-o-nh-c-i__about-item-icon {
      width: 200px;
      height: auto;
      margin-bottom: 20px;
      display: block;
    }

    .page-bet69-k-o-nh-c-i__about-item-title,
    .page-bet69-k-o-nh-c-i__game-card-title,
    .page-bet69-k-o-nh-c-i__promo-card-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 15px;
    }

    .page-bet69-k-o-nh-c-i__about-item-text,
    .page-bet69-k-o-nh-c-i__game-card-description,
    .page-bet69-k-o-nh-c-i__promo-card-description {
      font-size: 1em;
      color: #555;
    }

    .page-bet69-k-o-nh-c-i__game-card-image,
    .page-bet69-k-o-nh-c-i__promo-card-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
    }

    .page-bet69-k-o-nh-c-i__promotions-cta {
      text-align: center;
      margin-top: 40px;
    }

    .page-bet69-k-o-nh-c-i__promotions-button {
      background-color: #b21f1f;
      color: #fff;
      padding: 15px 35px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-bet69-k-o-nh-c-i__promotions-button:hover {
      background-color: #9a1a1a;
      transform: translateY(-2px);
    }

    .page-bet69-k-o-nh-c-i__payment-providers-section {
      display: flex;
      flex-direction: column;
      gap: 60px;
      padding: 60px 20px;
    }

    .page-bet69-k-o-nh-c-i__payment-methods,
    .page-bet69-k-o-nh-c-i__game-providers {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      padding: 40px 20px;
    }

    .page-bet69-k-o-nh-c-i__payment-methods .page-bet69-k-o-nh-c-i__section-title,
    .page-bet69-k-o-nh-c-i__game-providers .page-bet69-k-o-nh-c-i__section-title {
      padding-top: 0;
      margin-bottom: 30px;
      font-size: 1.8em;
    }

    .page-bet69-k-o-nh-c-i__payment-grid,
    .page-bet69-k-o-nh-c-i__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
      align-items: center;
    }

    .page-bet69-k-o-nh-c-i__payment-logo,
    .page-bet69-k-o-nh-c-i__provider-logo {
      max-width: 100%;
      height: auto;
      display: block;
      padding: 10px;
      box-sizing: border-box;
    }

    .page-bet69-k-o-nh-c-i__highlight {
      color: #b21f1f;
      font-weight: bold;
    }

    .page-bet69-k-o-nh-c-i__hero-title .page-bet69-k-o-nh-c-i__highlight {
      color: #FFD700;
    }

    /* FAQ Styles */
    .page-bet69-k-o-nh-c-i__faq-container {
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      padding: 20px;
    }

    .page-bet69-k-o-nh-c-i__faq-item {
      border-bottom: 1px solid #eee;
    }

    .page-bet69-k-o-nh-c-i__faq-item:last-child {
      border-bottom: none;
    }

    .page-bet69-k-o-nh-c-i__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-bet69-k-o-nh-c-i__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-bet69-k-o-nh-c-i__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-bet69-k-o-nh-c-i__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-bet69-k-o-nh-c-i__faq-item.active .page-bet69-k-o-nh-c-i__faq-toggle {
      transform: rotate(45deg);
    }

    .page-bet69-k-o-nh-c-i__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;
    }

    .page-bet69-k-o-nh-c-i__faq-item.active .page-bet69-k-o-nh-c-i__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-bet69-k-o-nh-c-i__faq-answer p {
      margin-bottom: 15px;
      color: #555;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-section {
      text-align: center;
      background-color: #1a2a6c;
      color: #fff;
      padding: 80px 20px;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-section .page-bet69-k-o-nh-c-i__section-title {
      color: #FFD700;
      padding-top: 0;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-button {
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
      display: inline-block;
      text-align: center;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-button--primary {
      background-color: #FFD700;
      color: #1a2a6c;
      border: 2px solid #FFD700;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-button--primary:hover {
      background-color: #e6c200;
      border-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-button--secondary {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-bet69-k-o-nh-c-i__cta-bottom-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.1);
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-bet69-k-o-nh-c-i__hero-section {
        padding: 60px 15px 30px;
      }

      .page-bet69-k-o-nh-c-i__hero-title {
        font-size: 2em;
      }

      .page-bet69-k-o-nh-c-i__hero-description {
        font-size: 1em;
      }

      .page-bet69-k-o-nh-c-i__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-bet69-k-o-nh-c-i__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 30px;
      }

      .page-bet69-k-o-nh-c-i__about-section,
      .page-bet69-k-o-nh-c-i__games-section,
      .page-bet69-k-o-nh-c-i__promotions-section,
      .page-bet69-k-o-nh-c-i__payment-providers-section,
      .page-bet69-k-o-nh-c-i__faq-section,
      .page-bet69-k-o-nh-c-i__cta-bottom-section {
        padding: 40px 15px;
      }

      .page-bet69-k-o-nh-c-i__about-grid,
      .page-bet69-k-o-nh-c-i__games-grid,
      .page-bet69-k-o-nh-c-i__promotions-grid {
        grid-template-columns: 1fr;
      }

      .page-bet69-k-o-nh-c-i__about-item,
      .page-bet69-k-o-nh-c-i__game-card,
      .page-bet69-k-o-nh-c-i__promo-card {
        padding: 20px;
      }

      .page-bet69-k-o-nh-c-i__about-item-icon {
        width: 150px;
      }

      .page-bet69-k-o-nh-c-i__payment-grid,
      .page-bet69-k-o-nh-c-i__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      .page-bet69-k-o-nh-c-i__payment-methods .page-bet69-k-o-nh-c-i__section-title,
      .page-bet69-k-o-nh-c-i__game-providers .page-bet69-k-o-nh-c-i__section-title {
        font-size: 1.5em;
      }

      .page-bet69-k-o-nh-c-i__faq-question h3 {
        font-size: 1em;
      }

      .page-bet69-k-o-nh-c-i__faq-answer p {
        font-size: 0.9em;
      }

      .page-bet69-k-o-nh-c-i__cta-bottom-section {
        padding: 50px 15px;
      }

      .page-bet69-k-o-nh-c-i__cta-bottom-description {
        font-size: 1em;
      }

      .page-bet69-k-o-nh-c-i__cta-bottom-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-bet69-k-o-nh-c-i__cta-bottom-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      /* Mobile specific for images */
      .page-bet69-k-o-nh-c-i__hero-image,
      .page-bet69-k-o-nh-c-i__about-item-icon,
      .page-bet69-k-o-nh-c-i__game-card-image,
      .page-bet69-k-o-nh-c-i__promo-card-image,
      .page-bet69-k-o-nh-c-i__payment-logo,
      .page-bet69-k-o-nh-c-i__provider-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* Mobile specific for list items */
      .page-bet69-k-o-nh-c-i__about-item,
      .page-bet69-k-o-nh-c-i__game-card,
      .page-bet69-k-o-nh-c-i__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-bet69-k-o-nh-c-i__about-grid,
      .page-bet69-k-o-nh-c-i__games-grid,
      .page-bet69-k-o-nh-c-i__promotions-grid,
      .page-bet69-k-o-nh-c-i__payment-grid,
      .page-bet69-k-o-nh-c-i__providers-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-bet69-k-o-nh-c-i__hero-title {
        font-size: 1.8em;
      }
      .page-bet69-k-o-nh-c-i__section-title {
        font-size: 1.6em;
      }
      .page-bet69-k-o-nh-c-i__floating-buttons {
        right: 10px;
        bottom: 10px;
      }
      .page-bet69-k-o-nh-c-i__register-button,
      .page-bet69-k-o-nh-c-i__login-button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  