.page-blog-888win-nha-cai-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Body background is light (#f8f9fa), so use dark text */
  background-color: #08160F; /* Custom background color */
}

.page-blog-888win-nha-cai-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  background-color: #08160F;
}

.page-blog-888win-nha-cai-deep-dive__hero-image-wrapper {
  width: 100%;
  height: 600px; /* Fixed height for hero image wrapper */
  overflow: hidden;
  position: relative;
}

.page-blog-888win-nha-cai-deep-dive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-888win-nha-cai-deep-dive__hero-content {
  position: relative; /* Ensure content is above the image but not overlapping */
  z-index: 2;
  padding: 20px;
  max-width: 900px;
  margin-top: -100px; /* Adjust to bring content slightly up, below image */
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
}

.page-blog-888win-nha-cai-deep-dive__main-title {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size for H1 */
}

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

.page-blog-888win-nha-cai-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-888win-nha-cai-deep-dive__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-blog-888win-nha-cai-deep-dive__cta-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(34, 199, 104, 0.4);
}

.page-blog-888win-nha-cai-deep-dive__cta-button--secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-888win-nha-cai-deep-dive__cta-button--secondary:hover {
  background: #2AD16F;
  color: #11271B;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(34, 199, 104, 0.4);
}

.page-blog-888win-nha-cai-deep-dive__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
}

.page-blog-888win-nha-cai-deep-dive__section-title {
  color: #22C768; /* Auxiliary color */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  border-bottom: 2px solid #2E7A4E; /* Border color */
  padding-bottom: 15px;
}

.page-blog-888win-nha-cai-deep-dive__sub-section-title {
  color: #2AD16F;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-888win-nha-cai-deep-dive__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-888win-nha-cai-deep-dive__paragraph strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-888win-nha-cai-deep-dive__image-container {
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-888win-nha-cai-deep-dive__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-888win-nha-cai-deep-dive__numbered-list {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-888win-nha-cai-deep-dive__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-888win-nha-cai-deep-dive__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-888win-nha-cai-deep-dive__faq-container {
  margin-top: 40px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
}

.page-blog-888win-nha-cai-deep-dive__faq-item {
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-888win-nha-cai-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #0A4B2C; /* Deep Green */
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  list-style: none;
}

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

.page-blog-888win-nha-cai-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-888win-nha-cai-deep-dive__faq-answer {
  padding: 15px 20px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-888win-nha-cai-deep-dive__hero-image-wrapper {
    height: 500px;
  }

  .page-blog-888win-nha-cai-deep-dive__hero-content {
    margin-top: -80px;
  }

  .page-blog-888win-nha-cai-deep-dive__section-title {
    font-size: 2em;
  }

  .page-blog-888win-nha-cai-deep-dive__sub-section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-888win-nha-cai-deep-dive__hero-image-wrapper {
    height: 400px;
  }

  .page-blog-888win-nha-cai-deep-dive__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-888win-nha-cai-deep-dive__main-title {
    font-size: clamp(24px, 6vw, 36px);
  }

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

  .page-blog-888win-nha-cai-deep-dive__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-888win-nha-cai-deep-dive__image,
  .page-blog-888win-nha-cai-deep-dive__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-888win-nha-cai-deep-dive__image-container,
  .page-blog-888win-nha-cai-deep-dive__faq-container,
  .page-blog-888win-nha-cai-deep-dive__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-888win-nha-cai-deep-dive__content-area {
    padding: 20px 15px;
  }

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

  .page-blog-888win-nha-cai-deep-dive__sub-section-title {
    font-size: 1.4em;
  }

  .page-blog-888win-nha-cai-deep-dive__paragraph,
  .page-blog-888win-nha-cai-deep-dive__list-item,
  .page-blog-888win-nha-cai-deep-dive__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-888win-nha-cai-deep-dive__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-888win-nha-cai-deep-dive__hero-image-wrapper {
    height: 300px;
  }

  .page-blog-888win-nha-cai-deep-dive__hero-content {
    margin-top: -40px;
  }

  .page-blog-888win-nha-cai-deep-dive__main-title {
    font-size: clamp(20px, 8vw, 30px);
  }

  .page-blog-888win-nha-cai-deep-dive__section-title {
    font-size: 1.5em;
  }

  .page-blog-888win-nha-cai-deep-dive__sub-section-title {
    font-size: 1.2em;
  }
}