.page-blog-bet12-nha-cai-deep-dive {
  color: #F2FFF6; /* Text Main for general content on dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-bet12-nha-cai-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-bet12-nha-cai-deep-dive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-bet12-nha-cai-deep-dive__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-bet12-nha-cai-deep-dive__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-bet12-nha-cai-deep-dive__main-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-bet12-nha-cai-deep-dive__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-bet12-nha-cai-deep-dive__cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bet12-nha-cai-deep-dive__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-bet12-nha-cai-deep-dive__cta-button--centered {
  display: block;
  margin: 30px auto;
  text-align: center;
}

.page-blog-bet12-nha-cai-deep-dive__section-title {
  font-size: 2em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-bet12-nha-cai-deep-dive__text-block {
  font-size: 1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-bet12-nha-cai-deep-dive__introduction-section,
.page-blog-bet12-nha-cai-deep-dive__review-section,
.page-blog-bet12-nha-cai-deep-dive__conclusion-section {
  padding: 60px 0;
}

.page-blog-bet12-nha-cai-deep-dive__dark-bg {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-bet12-nha-cai-deep-dive__products-section,
.page-blog-bet12-nha-cai-deep-dive__promotions-section,
.page-blog-bet12-nha-cai-deep-dive__guide-section,
.page-blog-bet12-nha-cai-deep-dive__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-bet12-nha-cai-deep-dive__product-category {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-bet12-nha-cai-deep-dive__category-title {
  font-size: 1.8em;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-bet12-nha-cai-deep-dive__category-image,
.page-blog-bet12-nha-cai-deep-dive__review-image,
.page-blog-bet12-nha-cai-deep-dive__promotion-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}

.page-blog-bet12-nha-cai-deep-dive__read-more-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #22C768; /* Auxiliary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-bet12-nha-cai-deep-dive__read-more-button:hover {
  background-color: #11A84E; /* Main color */
}

.page-blog-bet12-nha-cai-deep-dive__review-item {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-bet12-nha-cai-deep-dive__review-subtitle {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-bet12-nha-cai-deep-dive__guide-list {
  list-style: none;
  padding: 0;
}

.page-blog-bet12-nha-cai-deep-dive__guide-item {
  background-color: #11271B; /* Card B G */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-bet12-nha-cai-deep-dive__guide-step-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-bet12-nha-cai-deep-dive__faq-item {
  background-color: #11271B; /* Card B G */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-bet12-nha-cai-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* For details/summary */
  color: #F2FFF6; /* Text Main */
}

.page-blog-bet12-nha-cai-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-bet12-nha-cai-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Button color */
}

.page-blog-bet12-nha-cai-deep-dive__faq-item[open] .page-blog-bet12-nha-cai-deep-dive__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-bet12-nha-cai-deep-dive__faq-answer {
  padding-top: 15px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-bet12-nha-cai-deep-dive__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-bet12-nha-cai-deep-dive__main-title {
    font-size: 1.8em;
  }

  .page-blog-bet12-nha-cai-deep-dive__hero-description {
    font-size: 1em;
  }

  .page-blog-bet12-nha-cai-deep-dive__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-bet12-nha-cai-deep-dive__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-blog-bet12-nha-cai-deep-dive__introduction-section,
  .page-blog-bet12-nha-cai-deep-dive__products-section,
  .page-blog-bet12-nha-cai-deep-dive__review-section,
  .page-blog-bet12-nha-cai-deep-dive__promotions-section,
  .page-blog-bet12-nha-cai-deep-dive__guide-section,
  .page-blog-bet12-nha-cai-deep-dive__faq-section,
  .page-blog-bet12-nha-cai-deep-dive__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-bet12-nha-cai-deep-dive__container {
    padding: 0 15px;
  }

  .page-blog-bet12-nha-cai-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-bet12-nha-cai-deep-dive__hero-section,
  .page-blog-bet12-nha-cai-deep-dive__introduction-section,
  .page-blog-bet12-nha-cai-deep-dive__products-section,
  .page-blog-bet12-nha-cai-deep-dive__review-section,
  .page-blog-bet12-nha-cai-deep-dive__promotions-section,
  .page-blog-bet12-nha-cai-deep-dive__guide-section,
  .page-blog-bet12-nha-cai-deep-dive__faq-section,
  .page-blog-bet12-nha-cai-deep-dive__conclusion-section,
  .page-blog-bet12-nha-cai-deep-dive__product-category,
  .page-blog-bet12-nha-cai-deep-dive__review-item,
  .page-blog-bet12-nha-cai-deep-dive__guide-item,
  .page-blog-bet12-nha-cai-deep-dive__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-bet12-nha-cai-deep-dive__product-category,
  .page-blog-bet12-nha-cai-deep-dive__review-item,
  .page-blog-bet12-nha-cai-deep-dive__guide-item,
  .page-blog-bet12-nha-cai-deep-dive__faq-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-bet12-nha-cai-deep-dive__hero-section {
    padding-top: 10px !important;
  }
}