
    .page-788bet-c-n {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-788bet-c-n__hero-section {
      position: relative;
      background-color: #001f3f;
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px;
      overflow: hidden;
      background-image: url('[GALLERY:hero:1920x1080:betting,online,vietnam,cityscape]');
      background-size: cover;
      background-position: center;
      min-height: 350px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-788bet-c-n__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-788bet-c-n__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-788bet-c-n__brand-logo {
      font-size: 2.8em;
      font-weight: bold;
      margin-bottom: 10px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-788bet-c-n__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-788bet-c-n__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-788bet-c-n__promo-link {
      display: inline-block;
      background-color: #ffcc00;
      color: #001f3f;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-788bet-c-n__promo-link:hover {
      background-color: #e6b800;
    }

    .page-788bet-c-n__section {
      padding: 40px 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: 25px;
    }

    .page-788bet-c-n__section:first-of-type {
      margin-top: -40px;
      position: relative;
      z-index: 3;
    }

    .page-788bet-c-n__section-title {
      font-size: 2em;
      color: #001f3f;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-788bet-c-n__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ffcc00;
    }

    .page-788bet-c-n__text-content {
      font-size: 1.05em;
      margin-bottom: 20px;
      text-align: justify;
      color: #555;
    }

    .page-788bet-c-n__text-content strong {
      color: #001f3f;
    }

    .page-788bet-c-n__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
      margin-top: 30px;
    }

    .page-788bet-c-n__game-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-788bet-c-n__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-788bet-c-n__game-image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-788bet-c-n__game-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .page-788bet-c-n__game-name {
      font-size: 1.3em;
      color: #001f3f;
      padding: 15px;
      font-weight: bold;
    }

    .page-788bet-c-n__promotion-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-788bet-c-n__promotion-card {
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      gap: 10px;
      box-sizing: border-box;
    }

    .page-788bet-c-n__promotion-card h3 {
      color: #001f3f;
      font-size: 1.4em;
      margin-bottom: 5px;
    }

    .page-788bet-c-n__promotion-card p {
      color: #555;
      font-size: 0.95em;
    }

    .page-788bet-c-n__payment-grid, .page-788bet-c-n__provider-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-788bet-c-n__method-item, .page-788bet-c-n__provider-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 15px 25px;
      font-weight: bold;
      color: #0056b3;
      text-align: center;
      min-width: 120px;
      box-sizing: border-box;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .page-788bet-c-n__method-item:hover, .page-788bet-c-n__provider-item:hover {
      background-color: #e0f0ff;
      border-color: #0056b3;
    }

    .page-788bet-c-n__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto 25px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-788bet-c-n__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
      box-sizing: border-box;
    }

    .page-788bet-c-n__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-788bet-c-n__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 10px 0;
      user-select: none;
      font-size: 1.15em;
      color: #001f3f;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-788bet-c-n__faq-question:hover {
      color: #0056b3;
    }

    .page-788bet-c-n__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-788bet-c-n__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #ffcc00;
    }

    .page-788bet-c-n__faq-item.active .page-788bet-c-n__faq-toggle {
      transform: rotate(45deg);
      color: #0056b3;
    }

    .page-788bet-c-n__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;
      color: #666;
      font-size: 1em;
    }

    .page-788bet-c-n__faq-item.active .page-788bet-c-n__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-788bet-c-n__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #001f3f;
      padding: 10px 20px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-788bet-c-n__register-btn, .page-788bet-c-n__login-btn {
      flex: 1;
      margin: 0 5px;
      padding: 12px 10px;
      border-radius: 25px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      border: none;
      text-decoration: none;
      display: block;
      box-sizing: border-box;
    }

    .page-788bet-c-n__register-btn {
      background-color: #ffcc00;
      color: #001f3f;
      transition: background-color 0.3s ease;
    }

    .page-788bet-c-n__register-btn:hover {
      background-color: #e6b800;
    }

    .page-788bet-c-n__login-btn {
      background-color: #0056b3;
      color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-788bet-c-n__login-btn:hover {
      background-color: #003f80;
    }

    @media (max-width: 768px) {
      .page-788bet-c-n__hero-title {
        font-size: 2em;
      }
      .page-788bet-c-n__brand-logo {
        font-size: 2.2em;
      }
      .page-788bet-c-n__hero-description {
        font-size: 1em;
      }
      .page-788bet-c-n__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }
      .page-788bet-c-n__section-title {
        font-size: 1.7em;
        margin-bottom: 25px;
      }
      .page-788bet-c-n__text-content {
        font-size: 0.95em;
      }
      .page-788bet-c-n__game-grid, .page-788bet-c-n__promotion-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-788bet-c-n__game-item, .page-788bet-c-n__promotion-card, .page-788bet-c-n__method-item, .page-788bet-c-n__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-788bet-c-n__payment-grid, .page-788bet-c-n__provider-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-788bet-c-n__method-item, .page-788bet-c-n__provider-item {
        min-width: unset;
        padding: 12px 15px;
      }
      .page-788bet-c-n__faq-section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }
      .page-788bet-c-n__faq-question {
        font-size: 1em;
      }
      .page-788bet-c-n__faq-question h3 {
        font-size: 1em;
      }
      .page-788bet-c-n__faq-toggle {
        font-size: 1.3em;
      }
      .page-788bet-c-n__faq-answer {
        font-size: 0.9em;
        padding: 0 10px;
      }
      .page-788bet-c-n__faq-item.active .page-788bet-c-n__faq-answer {
        padding: 15px 10px !important;
      }
      .page-788bet-c-n__floating-buttons {
        padding: 8px 10px;
      }
      .page-788bet-c-n__register-btn, .page-788bet-c-n__login-btn {
        font-size: 1em;
        padding: 10px 8px;
      }
    }
    .page-788bet-c-n__text-content p, .page-788bet-c-n__faq-answer p {
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }
    .page-788bet-c-n img {
      max-width: 100%;
      height: auto;
    }
    .page-788bet-c-n__game-image-container, .page-788bet-c-n__promotion-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }
    @media (max-width: 768px) {
      .page-788bet-c-n img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-788bet-c-n__game-image-container, .page-788bet-c-n__promotion-image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }
  