/* style/blog-chien-thuat-choi-tai-xiu-hieu-qua.css */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: #17191F; /* Card BG */
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px 16px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-main-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article {
  background-color: #17191F; /* Card BG */
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
  font-size: 2.2em;
  color: #FF8C1A;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #A84F0C; /* Border */
  padding-bottom: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article h3 {
  font-size: 1.6em;
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article p {
  margin-bottom: 1.5em;
  font-size: 1.05em;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__strategy-item {
  margin-bottom: 40px;
  background-color: #0D0E12;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #A84F0C;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list {
  list-style: disc inside;
  margin-bottom: 1.5em;
  padding-left: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list li {
  margin-bottom: 0.8em;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-list {
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #FFF3E6;
  background-color: #17191F; /* Card BG */
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question:hover {
  background-color: #2a2d36;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
  background-color: #FF8C1A;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FF8C1A;
  transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
  padding: 20px;
  color: #FFF3E6;
  font-size: 1em;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer p {
  margin-bottom: 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-bottom {
  text-align: center;
  background-color: #17191F; /* Card BG */
  padding: 50px 30px;
  border-radius: 8px;
  margin-top: 60px;
  border: 1px solid #A84F0C;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-title {
  font-size: 2.5em;
  color: #FF8C1A;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button--large {
  padding: 15px 35px;
  font-size: 1.1em;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* General image responsiveness */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
    font-size: clamp(1.8em, 4vw, 2.5em);
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
    font-size: 2em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-title {
    font-size: 2em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
    padding: 20px 15px;
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
    font-size: 2em !important;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  /* General Content and Images Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area {
    padding: 30px 0;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article {
    padding: 20px 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
    font-size: 1.8em !important;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article h3 {
    font-size: 1.4em !important;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua p,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua li {
    font-size: 0.95em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__strategy-item,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ Section Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
    padding: 12px 15px;
    font-size: 0.95em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
    font-size: 1.2em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
    padding: 15px;
  }

  /* CTA Bottom Section Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-bottom {
    padding: 30px 15px;
    margin-top: 40px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-title {
    font-size: 1.8em !important;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button--large {
    padding: 12px 25px !important;
    font-size: 1em !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-image {
    margin-top: 30px;
  }
}