/* General Styling for page-blog-chien-thuat-choi-no-hu-hieu-qua */
.page-blog-chien-thuat-choi-no-hu-hieu-qua {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main color */
  background: #0D0E12; /* Background color */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__section-padding {
  padding: 60px 0;
}

/* Hero Section */
.page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as per rule */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-image {
  width: 100%;
  max-height: 500px; /* Limit height for aesthetic */
  overflow: hidden;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Default cover for desktop */
  display: block;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 30px; /* Space between image and content */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* H1 font size with clamp */
  color: #FFB04D; /* Glow color */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%; /* Base responsive for buttons */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 145, 26, 0.4);
}

/* Content Section */
.page-blog-chien-thuat-choi-no-hu-hieu-qua__content-section {
  background: #0D0E12; /* Background color */
  color: #FFF3E6; /* Text Main color */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__article-body {
  max-width: 900px; /* Constrain article body width */
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__section-title {
  font-size: 2.2rem;
  color: #FFB04D; /* Glow color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: left;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__section-title--light {
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__article-body p {
  margin-bottom: 1em;
  font-size: 1.05rem;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__article-body strong {
  color: #FFA53A; /* Auxiliary color */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__image-wrapper {
  margin: 30px 0;
  text-align: center;
  background: #17191F; /* Card BG */
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border color */
  max-width: 100%; /* Base responsive for image containers */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Center image */
  border-radius: 5px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__list {
  list-style: disc inside;
  margin: 20px 0;
  padding-left: 20px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__inline-link {
  color: #FFA53A;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__inline-link:hover {
  color: #FFB04D;
}

/* CTA Section at the end of content */
.page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-section {
  background: #17191F; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #A84F0C; /* Border color */
  max-width: 100%; /* Base responsive for CTA section */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-text {
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: #FFF3E6;
  font-weight: 500;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-section {
  background: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main color */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border color */
  overflow: hidden;
  background: #0D0E12; /* Background color */
}
details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item summary.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  background: #17191F; /* Card BG */
  color: #FFF3E6;
}
details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item summary.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item summary.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-question:hover {
  background: #2a2d38; /* Slightly lighter Card BG on hover */
}
.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF3E6;
}
.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-toggle {
  font-size: 28px; /* Larger for better visibility */
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 32px; /* Larger toggle area */
  text-align: center;
}
details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-answer {
  padding: 0 20px 20px;
  background: #0D0E12; /* Background color */
  border-radius: 0 0 8px 8px;
  color: #FFF3E6;
}
details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-answer p {
  margin-top: 10px;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-content {
    padding: 0 20px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__intro-text {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__section-title {
    font-size: 2rem;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
}

@media (max-width: 849px) { /* HERO specific rule for contain */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  /* General mobile container and section padding */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__section-padding {
    padding: 40px 0;
  }

  /* HERO Section */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 40px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-image {
    max-height: 250px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__hero-content {
    margin-top: 20px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    padding: 0 10px; /* Adjust padding for smaller screens */
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__intro-text {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  /* Content Section */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 10px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; /* Center titles on mobile */
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__article-body p,
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__list li {
    font-size: 0.95rem;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__image-wrapper {
    margin: 20px 0;
    padding: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* CTA Section */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-section {
    padding: 30px 20px;
    margin-top: 40px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  /* Buttons */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button,
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-button--large,
  .page-blog-chien-thuat-choi-no-hu-hieu-qua a[class*="button"],
  .page-blog-chien-thuat-choi-no-hu-hieu-qua a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem !important;
  }
  /* Button containers if multiple buttons */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__cta-buttons,
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__button-group,
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Vertical stack for buttons on mobile */
  }

  /* FAQ Section */
  details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item summary.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-question {
    padding: 15px;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-toggle {
    font-size: 24px;
    width: 28px;
  }
  details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-answer {
    padding: 0 15px 15px;
  }
  details.page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-item .page-blog-chien-thuat-choi-no-hu-hieu-qua__faq-answer p {
    font-size: 0.95rem;
  }

  /* Placeholder for product grids (not applicable for this page, but as a general rule) */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__products-section {
    overflow-x: hidden;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  /* Placeholder for __section-title-wrap and __article-figure if they existed */
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__section-title-wrap {
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-choi-no-hu-hieu-qua__article-figure {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }
}