
    /* Global styles for this page only */
    .page-789betcomdangnhap {
      font-family: 'Arial', sans-serif;
      background-color: #000000; /* Nền đen */
      color: #FFFFFF; /* Chữ trắng */
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Khoảng trống cho nút cố định */
    }

    .page-789betcomdangnhap__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-789betcomdangnhap__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-789betcomdangnhap__section-title {
      font-size: 2.5em;
      color: #FFD700; /* Vàng cho tiêu đề */
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-789betcomdangnhap__section-subtitle {
      font-size: 1.2em;
      color: #FFFFFF;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-789betcomdangnhap__button {
      display: inline-block;
      background-color: #FFD700; /* Nút vàng */
      color: #000000;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789betcomdangnhap__button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    /* Image responsive styles */
    .page-789betcomdangnhap img {
        max-width: 100%;
        height: auto;
        display: block; /* Đảm bảo không có khoảng trống thừa bên dưới hình ảnh */
        margin: 0 auto; /* Căn giữa hình ảnh */
    }
    .page-789betcomdangnhap__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* Hero Section */
    .page-789betcomdangnhap__hero-section {
      position: relative;
      text-align: center;
      color: #FFFFFF;
      padding-top: 140px; /* Khu vực an toàn cho tiêu đề cố định */
      min-height: 400px; /* Chiều cao tối thiểu cho hero */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-789betcomdangnhap__hero-image {
        width: 100%;
        max-width: 100%; /* Đảm bảo hình ảnh chiếm toàn bộ chiều rộng */
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .page-789betcomdangnhap__hero-content {
      position: relative; /* Đảm bảo nội dung nằm trên hình ảnh nếu cần */
      z-index: 2;
      padding: 20px 15px;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-789betcomdangnhap__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #FFD700; /* Vàng cho tiêu đề chính */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-789betcomdangnhap__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #FFFFFF;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

    .page-789betcomdangnhap__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    /* Floating Login/Register Button */
    .page-789betcomdangnhap__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-789betcomdangnhap__floating-button:hover {
      background-color: #e6c200;
      transform: translateY(-3px);
    }
    
    .page-789betcomdangnhap__floating-button-icon {
        font-size: 1.5em; /* Kích thước biểu tượng ví dụ */
    }

    /* Game Categories */
    .page-789betcomdangnhap__game-categories {
      background-color: #0d0d0d;
      padding: 60px 0;
    }

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

    .page-789betcomdangnhap__game-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-789betcomdangnhap__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.7);
    }

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

    .page-789betcomdangnhap__game-card-content {
      padding: 20px;
    }

    .page-789betcomdangnhap__game-card-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }
    
    .page-789betcomdangnhap__game-card-title a {
        color: #FFD700;
        text-decoration: none;
    }
    
    .page-789betcomdangnhap__game-card-title a:hover {
        text-decoration: underline;
    }

    .page-789betcomdangnhap__game-card-description {
      font-size: 0.95em;
      color: #CCCCCC;
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-789betcomdangnhap__promotions-section {
      background-color: #000000;
      padding: 60px 0;
    }

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

    .page-789betcomdangnhap__promo-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-789betcomdangnhap__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.7);
    }

    .page-789betcomdangnhap__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-789betcomdangnhap__promo-card-content {
      padding: 20px;
    }

    .page-789betcomdangnhap__promo-card-title {
      font-size: 1.6em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-789betcomdangnhap__promo-card-description {
      font-size: 0.95em;
      color: #CCCCCC;
      margin-bottom: 15px;
    }

    /* Game Providers */
    .page-789betcomdangnhap__providers-section {
      background-color: #0d0d0d;
      padding: 60px 0;
    }

    .page-789betcomdangnhap__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-789betcomdangnhap__provider-logo-container {
      background-color: #1a1a1a;
      border-radius: 8px;
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 3px 10px rgba(0,0,0,0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100px; /* Chiều cao cố định cho logo */
      width: 100%;
      max-width: 150px; /* Chiều rộng tối đa cho container logo */
      box-sizing: border-box;
    }

    .page-789betcomdangnhap__provider-logo-container:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.6);
    }

    .page-789betcomdangnhap__provider-logo {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; /* Đảm bảo logo vừa vặn mà không bị cắt */
      display: block;
    }

    /* FAQ Section */
    .page-789betcomdangnhap__faq-section {
      background-color: #000000;
      padding: 60px 0;
    }

    .page-789betcomdangnhap__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-789betcomdangnhap__faq-item {
      background-color: #1a1a1a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

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

    .page-789betcomdangnhap__faq-question:hover {
      background-color: #3a3a3a;
    }
    
    .page-789betcomdangnhap__faq-question h3 {
        margin: 0;
        color: #FFD700;
        font-size: 1.2em;
        pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-789betcomdangnhap__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      transition: transform 0.3s ease;
      color: #FFD700;
      pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện click */
    }
    
    .page-789betcomdangnhap__faq-item.active .page-789betcomdangnhap__faq-toggle {
        content: "−"; /* Thay đổi thành dấu trừ */
        transform: rotate(0deg); /* Không cần xoay nếu nội dung thay đổi */
    }

    .page-789betcomdangnhap__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #CCCCCC;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-789betcomdangnhap__faq-item.active .page-789betcomdangnhap__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa nội dung */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Call to Action Section */
    .page-789betcomdangnhap__cta-section {
      background-color: #0d0d0d;
      padding: 60px 0;
    }

    .page-789betcomdangnhap__cta-title {
      font-size: 2.2em;
      color: #FFD700;
      margin-bottom: 20px;
    }

    .page-789betcomdangnhap__cta-description {
      font-size: 1.1em;
      color: #FFFFFF;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789betcomdangnhap__hero-section {
        padding-top: 100px; /* Điều chỉnh khu vực an toàn cho tiêu đề di động */
        min-height: 300px;
      }
      .page-789betcomdangnhap__hero-title {
        font-size: 2.2em;
      }
      .page-789betcomdangnhap__hero-description {
        font-size: 1em;
      }
      .page-789betcomdangnhap__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-789betcomdangnhap__button {
        width: 80%;
        max-width: 300px;
        font-size: 1em;
        padding: 12px 25px;
      }
      .page-789betcomdangnhap__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-789betcomdangnhap__section-title {
        font-size: 2em;
      }
      .page-789betcomdangnhap__game-grid,
      .page-789betcomdangnhap__promo-grid,
      .page-789betcomdangnhap__providers-grid {
        grid-template-columns: 1fr;
      }
      .page-789betcomdangnhap__game-card-image,
      .page-789betcomdangnhap__promo-card-image {
        height: 180px;
      }
      .page-789betcomdangnhap__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-789betcomdangnhap__faq-question h3 {
          font-size: 1.1em;
      }
      .page-789betcomdangnhap__faq-answer {
        padding: 0 20px;
      }
      .page-789betcomdangnhap__faq-item.active .page-789betcomdangnhap__faq-answer {
        padding: 15px 20px !important;
      }
      .page-789betcomdangnhap__cta-title {
        font-size: 1.8em;
      }
      .page-789betcomdangnhap__cta-description {
        font-size: 0.9em;
      }
      
      /* Force responsive image styles for mobile */
      .page-789betcomdangnhap img {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-789betcomdangnhap__image-container {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
  