/* Base Styles for .page-blog-chien-thuat-choi-tai-xiu-no789 */
.page-blog-chien-thuat-choi-tai-xiu-no789 {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-chien-thuat-choi-tai-xiu-no789__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  z-index: 1;
  position: relative;
  background-color: rgba(13, 14, 18, 0.7);
  border-radius: 8px;
  margin-top: -80px; /* Pull up to overlap image slightly */
}

.page-blog-chien-thuat-choi-tai-xiu-no789__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255,176,77,0.5);
}

.page-blog-chien-thuat-choi-tai-xiu-no789__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__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: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255,140,26,0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255,140,26,0.6);
}

/* Section Titles */
.page-blog-chien-thuat-choi-tai-xiu-no789__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin: 60px 0 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__sub-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #FFA53A; /* Accent color */
  margin: 30px 0 15px;
  font-weight: 600;
}

/* Article Body */
.page-blog-chien-thuat-choi-tai-xiu-no789__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body p {
  margin-bottom: 15px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body ul li {
  margin-bottom: 10px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body strong {
  color: #FFA53A;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body a {
  color: #FF8C1A;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-no789__article-body a:hover {
  color: #FFA53A;
}

/* Images within article */
.page-blog-chien_thuat_choi_tai_xiu_no789__image-wrapper {
  margin: 30px 0;
  text-align: center;
  background-color: #17191F; /* Card BG */
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border */
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 5px;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__image-caption {
  font-size: 0.9rem;
  color: #FFF3E6;
  opacity: 0.8;
}

/* CTA Banner */
.page-blog-chien_thuat_choi_tai_xiu_no789__cta-banner {
  background-color: #17191F; /* Card BG */
  padding: 40px 20px;
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #A84F0C; /* Border */
  box-shadow: 0 0 20px rgba(255,176,77,0.3);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__cta-description {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__btn-primary,
.page-blog-chien_thuat_choi_tai_xiu_no789__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien_thuat_choi_tai_xiu_no789__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(255,140,26,0.4);
}

.page-blog-chien_thuat_choi_tai_xiu_no789__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255,140,26,0.6);
}

.page-blog-chien_thuat_choi_tai_xiu_no789__btn-secondary {
  background: transparent;
  color: #FF8C1A;
  border: 2px solid #FF8C1A;
  box-shadow: 0 5px 15px rgba(255,140,26,0.2);
}

.page-blog-chien_thuat_choi_tai_xiu_no789__btn-secondary:hover {
  transform: translateY(-3px);
  background-color: rgba(255,140,26,0.1);
  box-shadow: 0 8px 20px rgba(255,140,26,0.4);
}

/* FAQ Section */
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
}
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item summary.page-blog-chien_thuat_choi_tai_xiu_no789__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;
}
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item summary.page-blog-chien_thuat_choi_tai_xiu_no789__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item summary.page-blog-chien_thuat_choi_tai_xiu_no789__faq-question:hover {
  background: rgba(255,140,26,0.1);
}
.page-blog-chien_thuat_choi_tai_xiu_no789__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF3E6;
}
.page-blog-chien_thuat_choi_tai_xiu_no789__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFA53A; /* Accent color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item .page-blog-chien_thuat_choi_tai_xiu_no789__faq-answer {
  padding: 0 20px 20px;
  background: rgba(255,140,26,0.05);
  border-radius: 0 0 5px 5px;
}
details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item .page-blog-chien_thuat_choi_tai_xiu_no789__faq-answer p {
  color: #FFF3E6;
}

/* Global image reset for content area */
.page-blog-chien_thuat_choi_tai_xiu_no789 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-chien_thuat_choi_tai_xiu_no789__container {
    padding: 15px;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__main-title {
    font-size: 2.8rem;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__subtitle {
    font-size: 1.1rem;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__section-title {
    font-size: 2.2rem;
    margin: 50px 0 25px;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__sub-title {
    font-size: 1.6rem;
  }

  .page-blog-chien_thuat_choi_tai_xiu_no789__article-body {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-chien_thuat_choi_tai_xiu_no789__container,
  .page-blog-chien_thuat_choi_tai_xiu_no789__intro-section,
  .page-blog-chien_thuat_choi_tai_xiu_no789__content-section,
  .page-blog-chien_thuat_choi_tai_xiu_no789__article-body,
  .page-blog-chien_thuat_choi_tai_xiu_no789__image-wrapper,
  .page-blog-chien_thuat_choi_tai_xiu_no789__cta-banner,
  .page-blog-chien_thuat_choi_tai_xiu_no789__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }

  /* HERO 主图区域 */
  .page-blog-chien_thuat_choi_tai_xiu_no789__hero-section {
    padding-top: 10px !important; /* Small top padding */
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__hero-content {
    margin-top: -40px;
    padding: 20px 10px;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__subtitle {
    font-size: 1rem !important;
  }

  /* 产品展示图区域 (if any, this is a blog page, so not primary) */
  /* No specific product grid on this blog page, but general image rules apply */

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-chien_thuat_choi_tai_xiu_no789__section-title {
    font-size: clamp(1.8rem, 7vw, 2.0rem) !important;
    margin: 40px 0 20px !important;
    text-align: center !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.4rem) !important;
    margin: 20px 0 10px !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__article-body p,
  .page-blog-chien_thuat_choi_tai_xiu_no789__article-body ul li {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__article-body {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /* 通用图片与容器 */
  .page-blog-chien_thuat_choi_tai_xiu_no789 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-chien_thuat_choi_tai_xiu_no789__cta-button,
  .page-blog-chien_thuat_choi_tai_xiu_no789__btn-primary,
  .page-blog-chien_thuat_choi_tai_xiu_no789__btn-secondary,
  .page-blog-chien_thuat_choi_tai_xiu_no789 a[class*="button"],
  .page-blog-chien_thuat_choi_tai_xiu_no789 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 !important;
    padding-right: 15px !important;
    font-size: 1rem !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
  }

  /* FAQ */
  details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item summary.page-blog-chien_thuat_choi_tai_xiu_no789__faq-question {
    padding: 15px !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__faq-qtext {
    font-size: 15px !important;
  }
  .page-blog-chien_thuat_choi_tai_xiu_no789__faq-toggle {
    font-size: 20px !important;
    width: 24px !important;
    height: 24px !important;
    margin-left: 10px !important;
  }
  details.page-blog-chien_thuat_choi_tai_xiu_no789__faq-item .page-blog-chien_thuat_choi_tai_xiu_no789__faq-answer {
    padding: 0 15px 15px !important;
  }
}