.page-blog-chien-thuat-choi-no-hu {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6;
  background-color: #0D0E12;
}

.page-blog-chien-thuat-choi-no-hu__hero-section {
  padding-top: 10px; /* Small top padding as per common rules */
  padding-bottom: 60px;
  background-color: #0D0E12;
}

.page-blog-chien-thuat-choi-no-hu__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 15px;
}

.page-blog-chien-thuat-choi-no-hu__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-blog-chien-thuat-choi-no-hu__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #FFB04D; /* Glow color for main title */
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-no-hu__description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 600px;
}

.page-blog-chien-thuat-choi-no-hu__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-no-hu__cta-buttons--center {
  justify-content: center;
}

.page-blog-chien-thuat-choi-no-hu__btn-primary,
.page-blog-chien-thuat-choi-no-hu__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-no-hu__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 0 15px #FFA53A;
}

.page-blog-chien-thuat-choi-no-hu__btn-secondary {
  background: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A;
}

.page-blog-chien-thuat-choi-no-hu__btn-secondary:hover {
  background: #FFA53A;
  color: #0D0E12;
  box-shadow: 0 0 15px #FFA53A;
}

.page-blog-chien-thuat-choi-no-hu__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-no-hu__featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-no-hu__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px 60px;
  background-color: #0D0E12;
}

.page-blog-chien-thuat-choi-no-hu__intro-section,
.page-blog-chien-thuat-choi-no-hu__strategies-section,
.page-blog-chien-thuat-choi-no-hu__why-vnxx-section,
.page-blog-chien-thuat-choi-no-hu__cta-section,
.page-blog-chien-thuat-choi-no-hu__faq-section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #17191F; /* Card B G */
  border-radius: 12px;
  border: 1px solid #A84F0C; /* Border color */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-no-hu__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #D96800;
}

.page-blog-chien-thuat-choi-no-hu__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-no-hu__strategy-item {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #A84F0C;
}

.page-blog-chien-thuat-choi-no-hu__strategy-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-chien-thuat-choi-no-hu__strategy-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #FFA53A;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-chien-thuat-choi-no-hu__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 25px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-no-hu__advantage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-chien-thuat-choi-no-hu__advantage-item {
  background-color: #0D0E12;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #D96800;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-no-hu__advantage-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFB04D;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-no-hu__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-chien-thuat-choi-no-hu__faq-item {
  background-color: #0D0E12;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  overflow: hidden;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #FF8C1A;
  cursor: pointer;
  background-color: #17191F;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-choi-no-hu__faq-question:hover {
  background-color: #2a2c33;
}

.page-blog-chien-thuat-choi-no-hu__faq-item[open] > .page-blog-chien-thuat-choi-no-hu__faq-question {
  background-color: #2a2c33;
  border-bottom: 1px solid #A84F0C;
}

.page-blog-chien-thuat-choi-no-hu__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-chien-thuat-choi-no-hu__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF3E6;
  animation: fadein 0.3s ease-out;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hide default details marker */
.page-blog-chien-thuat-choi-no-hu__faq-item > summary::-webkit-details-marker,
.page-blog-chien-thuat-choi-no-hu__faq-item > summary::marker {
  display: none;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-no-hu__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-no-hu__hero-content {
    flex: 1 1 100%;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-no-hu__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-chien-thuat-choi-no-hu__cta-buttons {
    justify-content: center;
  }

  .page-blog-chien-thuat-choi-no-hu__section-title {
    font-size: 2.2rem;
  }

  .page-blog-chien-thuat-choi-no-hu__strategy-title {
    font-size: 1.8rem;
  }

  .page-blog-chien-thuat-choi-no-hu__advantage-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-no-hu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-no-hu__hero-container {
    padding: 0 15px;
    gap: 30px;
  }

  .page-blog-chien-thuat-choi-no-hu__main-title {
    font-size: 2rem; /* Adjusted for mobile */
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-no-hu__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-no-hu__cta-buttons {
    flex-direction: column; /* Buttons stack vertically */
    gap: 15px;
    width: 100%; /* Ensure container takes full width */
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-no-hu__btn-primary,
  .page-blog-chien-thuat-choi-no-hu__btn-secondary,
  .page-blog-chien-thuat-choi-no-hu a[class*="button"],
  .page-blog-chien-thuat-choi-no-hu a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-no-hu__featured-image,
  .page-blog-chien-thuat-choi-no-hu__strategy-image,
  .page-blog-chien-thuat-choi-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  .page-blog-chien-thuat-choi-no-hu__content-area,
  .page-blog-chien-thuat-choi-no-hu__intro-section,
  .page-blog-chien-thuat-choi-no-hu__strategies-section,
  .page-blog-chien-thuat-choi-no-hu__why-vnxx-section,
  .page-blog-chien-thuat-choi-no-hu__cta-section,
  .page-blog-chien-thuat-choi-no-hu__faq-section {
    padding: 20px 15px !important;
    margin-bottom: 40px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-chien-thuat-choi-no-hu__section-title {
    font-size: 1.6rem; /* Adjusted for mobile */
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-no-hu__strategy-title {
    font-size: 1.3rem; /* Adjusted for mobile */
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-no-hu__text-block {
    font-size: 0.95rem;
  }

  .page-blog-chien-thuat-choi-no-hu__advantage-list {
    grid-template-columns: 1fr;
  }

  .page-blog-chien-thuat-choi-no-hu__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-chien-thuat-choi-no-hu__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .page-blog-chien-thuat-choi-no-hu__main-title {
    font-size: 1.8rem;
  }

  .page-blog-chien-thuat-choi-no-hu__section-title {
    font-size: 1.4rem;
  }

  .page-blog-chien-thuat-choi-no-hu__strategy-title {
    font-size: 1.15rem;
  }
}