
    /* Base styles for page-789bet-ng-nh-p */
.page-789bet-ng-nh-p {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #1a1a1a;
  line-height: 1.6;
  padding-bottom: 80px; /* Space for floating buttons */
  box-sizing: border-box;
}

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

.page-789bet-ng-nh-p__section-title {
  font-size: 2.2em;
  color: #ffcc00; /* Vibrant accent color */
  text-align: center;
  margin-bottom: 25px;
  padding-top: 40px;
  font-weight: bold;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__section-subtitle {
  font-size: 1.1em;
  color: #cccccc;
  text-align: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}

/* Hero Section */
.page-789bet-ng-nh-p__hero-section {
  position: relative;
  width: 100%;
  height: 60vh; /* Responsive height */
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small decorative padding, assuming body has main offset */
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  max-width: 100%;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-title {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-description {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__hero-button--register {
  background-color: #ff4500; /* Orange-red for register */
  color: #ffffff;
}

.page-789bet-ng-nh-p__hero-button--register:hover {
  background-color: #e03d00;
  transform: translateY(-3px);
}

.page-789bet-ng-nh-p__hero-button--login {
  background-color: #007bff; /* Blue for login */
  color: #ffffff;
}

.page-789bet-ng-nh-p__hero-button--login:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

/* Floating Buttons */
.page-789bet-ng-nh-p__floating-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__floating-button {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__floating-button--register {
  background-color: #ff4500;
}

.page-789bet-ng-nh-p__floating-button--register:hover {
  background-color: #e03d00;
}

.page-789bet-ng-nh-p__floating-button--login {
  background-color: #007bff;
}

.page-789bet-ng-nh-p__floating-button--login:hover {
  background-color: #0056b3;
}

/* About Section */
.page-789bet-ng-nh-p__about-section {
  padding: 60px 0;
  background-color: #222222;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__feature-item {
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__feature-item:hover {
  transform: translateY(-5px);
}

.page-789bet-ng-nh-p__feature-icon {
  width: 200px; /* Min size */
  height: 150px; /* Min size */
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__feature-title {
  font-size: 1.5em;
  color: #ffcc00;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__feature-description {
  font-size: 1em;
  color: #cccccc;
  box-sizing: border-box;
}

/* Products Section */
.page-789bet-ng-nh-p__products-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center; /* Center items in the grid */
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__product-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 100%; /* Ensure it takes full column width */
  max-width: 350px; /* Limit max width for larger screens */
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__product-item:hover {
  transform: translateY(-5px);
}

.page-789bet-ng-nh-p__product-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  max-width: 100%;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__product-title {
  font-size: 1.4em;
  color: #ffcc00;
  padding: 15px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__product-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px 20px;
  text-align: center;
  box-sizing: border-box;
}

/* Promotions Section */
.page-789bet-ng-nh-p__promotions-section {
  padding: 60px 0;
  background-color: #222222;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__promo-item {
  background-color: #333333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__promo-item:hover {
  transform: translateY(-5px);
}

.page-789bet-ng-nh-p__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  max-width: 100%;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__promo-title {
  font-size: 1.4em;
  color: #ffcc00;
  padding: 15px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__promo-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__cta-button-wrapper {
  text-align: center;
  margin-top: 40px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff4500;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__cta-button:hover {
  background-color: #e03d00;
  transform: translateY(-3px);
}

/* Guide Section */
.page-789bet-ng-nh-p__guide-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__guide-item {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__guide-step-title {
  font-size: 1.3em;
  color: #ffcc00;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__guide-step-description {
  color: #cccccc;
  font-size: 1em;
  box-sizing: border-box;
}

/* FAQ Section */
.page-789bet-ng-nh-p__faq-section {
  padding: 60px 0;
  background-color: #222222;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-list {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-item {
  background-color: #333333;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #444444;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-question:hover {
  background-color: #555555;
}

.page-789bet-ng-nh-p__faq-title {
  margin: 0;
  color: #ffcc00;
  pointer-events: none; /* Crucial for FAQ click functionality */
  flex-grow: 1;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
  pointer-events: none; /* Crucial for FAQ click functionality */
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-item.active .page-789bet-ng-nh-p__faq-toggle {
  transform: rotate(45deg); /* Plus to X / minus */
}

.page-789bet-ng-nh-p__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: #2a2a2a;
  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;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__faq-item.active .page-789bet-ng-nh-p__faq-answer {
  max-height: 2000px !important; /* Sufficiently large */
  padding: 20px 15px !important;
  opacity: 1;
}

/* Call to Action Bottom Section */
.page-789bet-ng-nh-p__cta-bottom-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  text-align: center;
  box-sizing: border-box;
}

.page-789bet-ng-nh-p__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 30px;
  box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-789bet-ng-nh-p__hero-title {
    font-size: 2em;
  }

  .page-789bet-ng-nh-p__hero-description {
    font-size: 1em;
  }

  .page-789bet-ng-nh-p__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-789bet-ng-nh-p__section-title {
    font-size: 1.8em;
    padding-top: 30px;
  }

  .page-789bet-ng-nh-p__section-subtitle {
    font-size: 1em;
  }

  .page-789bet-ng-nh-p__floating-button {
    font-size: 1em;
    padding: 10px 0;
  }

  /* List items responsiveness */
  .page-789bet-ng-nh-p__features-grid,
  .page-789bet-ng-nh-p__product-grid,
  .page-789bet-ng-nh-p__promo-grid,
  .page-789bet-ng-nh-p__guide-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-789bet-ng-nh-p__feature-item,
  .page-789bet-ng-nh-p__product-item,
  .page-789bet-ng-nh-p__promo-item,
  .page-789bet-ng-nh-p__guide-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px !important; /* Adjust padding for smaller screens */
  }

  .page-789bet-ng-nh-p__feature-description,
  .page-789bet-ng-nh-p__product-description,
  .page-789bet-ng-nh-p__promo-description,
  .page-789bet-ng-nh-p__guide-step-description {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  .page-789bet-ng-nh-p__product-image,
  .page-789bet-ng-nh-p__promo-image {
    height: 180px; /* Slightly smaller images on mobile */
  }

  .page-789bet-ng-nh-p__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-789bet-ng-nh-p__faq-answer {
    padding: 15px 15px !important;
  }
}

@media (max-width: 480px) {
  .page-789bet-ng-nh-p__hero-title {
    font-size: 1.8em;
  }

  .page-789bet-ng-nh-p__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-789bet-ng-nh-p__hero-button {
    width: 100%;
  }

  .page-789bet-ng-nh-p__floating-buttons {
    padding: 8px 10px;
  }

  .page-789bet-ng-nh-p__floating-button {
    font-size: 0.9em;
    padding: 8px 0;
    margin: 0 3px;
  }

  .page-789bet-ng-nh-p__section-title {
    font-size: 1.6em;
  }
}
  