.page-blog-kbet-chinh-thuc-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg-color, #08160F);
}

.page-blog-kbet-chinh-thuc-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding as body handles header offset */
  background-color: var(--bg-color, #08160F);
}

.page-blog-kbet-chinh-thuc-review__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Max width for the image container */
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.page-blog-kbet-chinh-thuc-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-kbet-chinh-thuc-review__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-blog-kbet-chinh-thuc-review__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-kbet-chinh-thuc-review__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-kbet-chinh-thuc-review__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-kbet-chinh-thuc-review__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-kbet-chinh-thuc-review__btn-primary,
.page-blog-kbet-chinh-thuc-review__btn-secondary,
.page-blog-kbet-chinh-thuc-review__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-kbet-chinh-thuc-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: var(--text-main, #F2FFF6);
  border: 2px solid transparent;
}

.page-blog-kbet-chinh-thuc-review__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-kbet-chinh-thuc-review__btn-secondary {
  background: transparent;
  color: var(--gold, #F2C14E);
  border: 2px solid var(--gold, #F2C14E);
}

.page-blog-kbet-chinh-thuc-review__btn-secondary:hover {
  background: var(--gold, #F2C14E);
  color: var(--bg-color, #08160F);
  transform: translateY(-2px);
}

.page-blog-kbet-chinh-thuc-review__btn-link {
  background: transparent;
  color: var(--glow, #57E38D);
  border: 1px solid var(--divider, #1E3A2A);
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-blog-kbet-chinh-thuc-review__btn-link:hover {
  background: var(--deep-green, #0A4B2C);
  border-color: var(--glow, #57E38D);
}

.page-blog-kbet-chinh-thuc-review__content-section {
  padding: 60px 20px;
}

.page-blog-kbet-chinh-thuc-review__card-bg {
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-kbet-chinh-thuc-review__dark-bg {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-kbet-chinh-thuc-review__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-kbet-chinh-thuc-review__section-title {
  font-size: 2.5em;
  color: var(--gold, #F2C14E);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-kbet-chinh-thuc-review__sub-title {
  font-size: 1.8em;
  color: var(--glow, #57E38D);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-kbet-chinh-thuc-review__paragraph {
  font-size: 1em;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-kbet-chinh-thuc-review__feature-grid,
.page-blog-kbet-chinh-thuc-review__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kbet-chinh-thuc-review__feature-card,
.page-blog-kbet-chinh-thuc-review__promo-card,
.page-blog-kbet-chinh-thuc-review__guide-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid var(--divider, #1E3A2A);
}

.page-blog-kbet-chinh-thuc-review__feature-image,
.page-blog-kbet-chinh-thuc-review__promo-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-kbet-chinh-thuc-review__feature-title,
.page-blog-kbet-chinh-thuc-review__promo-title,
.page-blog-kbet-chinh-thuc-review__guide-title {
  font-size: 1.4em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-kbet-chinh-thuc-review__feature-description,
.page-blog-kbet-chinh-thuc-review__promo-description,
.page-blog-kbet-chinh-thuc-review__guide-description {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-kbet-chinh-thuc-review__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kbet-chinh-thuc-review__comparison-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-kbet-chinh-thuc-review__list-item {
  background-color: var(--deep-green, #0A4B2C);
  border-left: 5px solid var(--gold, #F2C14E);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: var(--text-main, #F2FFF6);
  font-size: 1.05em;
}

.page-blog-kbet-chinh-thuc-review__list-item strong {
  color: var(--gold, #F2C14E);
}

.page-blog-kbet-chinh-thuc-review__faq-list {
  margin-top: 40px;
}

.page-blog-kbet-chinh-thuc-review__faq-item {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid var(--divider, #1E3A2A);
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-kbet-chinh-thuc-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--text-main, #F2FFF6);
  background-color: var(--deep-green, #0A4B2C);
  border-bottom: 1px solid var(--divider, #1E3A2A);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-kbet-chinh-thuc-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kbet-chinh-thuc-review__faq-question:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-kbet-chinh-thuc-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--gold, #F2C14E);
  margin-left: 15px;
}

.page-blog-kbet-chinh-thuc-review__faq-item[open] .page-blog-kbet-chinh-thuc-review__faq-question {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-kbet-chinh-thuc-review__faq-item[open] .page-blog-kbet-chinh-thuc-review__faq-toggle {
  content: '−';
}

.page-blog-kbet-chinh-thuc-review__faq-answer {
  padding: 20px 25px;
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-kbet-chinh-thuc-review__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-kbet-chinh-thuc-review__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }

  .page-blog-kbet-chinh-thuc-review__section-title {
    font-size: 2em;
  }

  .page-blog-kbet-chinh-thuc-review__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-kbet-chinh-thuc-review__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-kbet-chinh-thuc-review__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-blog-kbet-chinh-thuc-review__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-kbet-chinh-thuc-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__btn-primary,
  .page-blog-kbet-chinh-thuc-review__btn-secondary,
  .page-blog-kbet-chinh-thuc-review__btn-link {
    padding: 10px 20px;
    font-size: 0.95em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-kbet-chinh-thuc-review__content-section {
    padding: 40px 15px;
  }

  .page-blog-kbet-chinh-thuc-review__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-kbet-chinh-thuc-review__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-kbet-chinh-thuc-review__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__paragraph {
    font-size: 0.95em;
  }

  .page-blog-kbet-chinh-thuc-review__feature-grid,
  .page-blog-kbet-chinh-thuc-review__promo-grid,
  .page-blog-kbet-chinh-thuc-review__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-blog-kbet-chinh-thuc-review__feature-card,
  .page-blog-kbet-chinh-thuc-review__promo-card,
  .page-blog-kbet-chinh-thuc-review__guide-card {
    padding: 20px;
  }

  .page-blog-kbet-chinh-thuc-review__feature-image,
  .page-blog-kbet-chinh-thuc-review__promo-image {
    max-height: 180px;
    margin-bottom: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__feature-title,
  .page-blog-kbet-chinh-thuc-review__promo-title,
  .page-blog-kbet-chinh-thuc-review__guide-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .page-blog-kbet-chinh-thuc-review__feature-description,
  .page-blog-kbet-chinh-thuc-review__promo-description,
  .page-blog-kbet-chinh-thuc-review__guide-description {
    font-size: 0.9em;
    margin-bottom: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__list-item {
    font-size: 0.95em;
    padding: 12px 15px;
  }

  .page-blog-kbet-chinh-thuc-review__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-kbet-chinh-thuc-review__faq-answer {
    padding: 15px 20px;
    font-size: 0.9em;
  }

  /* Ensure all images are responsive in content area */
  .page-blog-kbet-chinh-thuc-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-kbet-chinh-thuc-review__section,
  .page-blog-kbet-chinh-thuc-review__card,
  .page-blog-kbet-chinh-thuc-review__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-kbet-chinh-thuc-review__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

/* Contrast Fixes - Ensure text is readable on various backgrounds */
.page-blog-kbet-chinh-thuc-review__dark-bg {
  color: var(--text-main, #F2FFF6); /* Deep background, light text */
}

.page-blog-kbet-chinh-thuc-review__card-bg {
  color: var(--text-main, #F2FFF6); /* Card background, light text */
}

.page-blog-kbet-chinh-thuc-review p,
.page-blog-kbet-chinh-thuc-review li {
  color: var(--text-main, #F2FFF6);
}

.page-blog-kbet-chinh-thuc-review__faq-answer p {
  color: var(--text-secondary, #A7D9B8);
}

/* General image styles to prevent filter usage */
.page-blog-kbet-chinh-thuc-review img {
  filter: none; /* Ensure no CSS filters are applied */
}