
    /* CSS cho trang 789bet com */
    .page-789bets {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

    .page-789bets .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Banner chính */
    .page-789bets__hero {
      position: relative;
      text-align: center;
      color: #fff;
      padding: 60px 0 30px;
      background: linear-gradient(135deg, #2a0a52, #0a0a2a);
      overflow: hidden;
      border-bottom: 5px solid #ffcc00;
    }

    .page-789bets__hero-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-789bets__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-789bets__hero h1 {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-789bets__hero p {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #f0f0f0;
    }

    .page-789bets__hero .page-789bets__btn {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-789bets__hero .page-789bets__btn:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Nút nổi Đăng ký/Đăng nhập */
    .page-789bets__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .page-789bets__floating-buttons .page-789bets__btn {
      flex: 1;
      margin: 0 5px;
      text-align: center;
      padding: 12px 10px;
      font-size: 1em;
    }

    .page-789bets__floating-buttons .page-789bets__btn--register {
      background-color: #00b300; /* Màu xanh lá cây nổi bật */
      color: #fff;
    }

    .page-789bets__floating-buttons .page-789bets__btn--register:hover {
      background-color: #009900;
    }

    .page-789bets__floating-buttons .page-789bets__btn--login {
      background-color: #007bff; /* Màu xanh dương */
      color: #fff;
    }

    .page-789bets__floating-buttons .page-789bets__btn--login:hover {
      background-color: #0056b3;
    }

    /* Phần giới thiệu */
    .page-789bets__section {
      padding: 40px 0;
      text-align: center;
      border-bottom: 1px solid #333;
    }

    .page-789bets__section h2 {
      font-size: 2em;
      margin-bottom: 25px;
      color: #ffcc00;
      position: relative;
      display: inline-block;
    }

    .page-789bets__section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      width: 60px;
      height: 3px;
      background-color: #ffcc00;
    }

    .page-789bets__section p {
      font-size: 1.05em;
      margin-bottom: 20px;
      color: #ccc;
    }

    /* Lưới sản phẩm/dịch vụ */
    .page-789bets__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-789bets__grid-item {
      background-color: #2c2c2c;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-789bets__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
    }

    .page-789bets__grid-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-789bets__grid-item-content {
      padding: 20px;
    }

    .page-789bets__grid-item h3 {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #ffcc00;
    }

    .page-789bets__grid-item p {
      font-size: 0.95em;
      color: #b0b0b0;
      margin-bottom: 15px;
    }

    .page-789bets__grid-item .page-789bets__btn {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 8px 15px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
    }

    .page-789bets__grid-item .page-789bets__btn:hover {
      background-color: #e6b800;
    }

    /* Danh sách thanh toán/nhà cung cấp */
    .page-789bets__list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-789bets__list li {
      background-color: #2c2c2c;
      padding: 10px 20px;
      border-radius: 20px;
      font-weight: bold;
      color: #fff;
      font-size: 0.95em;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    /* Câu hỏi thường gặp */
    .page-789bets__faq-item {
      background-color: #2c2c2c;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      text-align: left;
    }

    .page-789bets__faq-question {
      padding: 15px 20px;
      background-color: #3a3a3a;
      color: #ffcc00;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.3s ease;
    }

    .page-789bets__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-789bets__faq-question::after {
      content: '+';
      font-size: 1.2em;
      transition: transform 0.3s ease;
    }

    .page-789bets__faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }

    .page-789bets__faq-answer {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out, padding 0.3s ease-out;
      color: #b0b0b0;
    }

    .page-789bets__faq-answer.active {
      max-height: 200px; /* Adjust as needed */
      padding: 15px 20px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-789bets__hero h1 {
        font-size: 2em;
      }
      .page-789bets__hero p {
        font-size: 1em;
      }
      .page-789bets__section h2 {
        font-size: 1.8em;
      }
      .page-789bets__floating-buttons .page-789bets__btn {
        font-size: 0.9em;
        padding: 10px 5px;
      }
    }

    @media (max-width: 480px) {
      .page-789bets__hero {
        padding: 40px 0 20px;
      }
      .page-789bets__hero h1 {
        font-size: 1.8em;
      }
      .page-789bets__hero p {
        font-size: 0.9em;
      }
      .page-789bets__section {
        padding: 30px 0;
      }
      .page-789bets__section h2 {
        font-size: 1.6em;
      }
      .page-789bets__grid {
        grid-template-columns: 1fr;
      }
      .page-789bets__floating-buttons {
        padding: 8px 0;
      }
      .page-789bets__floating-buttons .page-789bets__btn {
        font-size: 0.85em;
        padding: 8px 3px;
      }
    }
  