/* style/resources-g088-tai-xiu-strategy.css */
.page-resources-g088-tai-xiu-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from shared.css, but for clarity */
}

.page-resources-g088-tai-xiu-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-g088-tai-xiu-strategy__hero-section {
  position: relative;
  padding: 100px 20px 60px;
  text-align: center;
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-g088-tai-xiu-strategy__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-g088-tai-xiu-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-g088-tai-xiu-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-g088-tai-xiu-strategy__btn-primary,
.page-resources-g088-tai-xiu-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
}

.page-resources-g088-tai-xiu-strategy__btn-primary {
  background-color: #C30808; /* Specific color for register/login */
  color: #FFFF00; /* Specific font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-g088-tai-xiu-strategy__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-resources-g088-tai-xiu-strategy__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-g088-tai-xiu-strategy__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

/* Video Section */
.page-resources-g088-tai-xiu-strategy__video-section {
  background-color: #0d0d0d; /* Slightly lighter dark background */
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

.page-resources-g088-tai-xiu-strategy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-g088-tai-xiu-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

.page-resources-g088-tai-xiu-strategy__video-caption {
  margin-top: 20px;
  font-size: 0.95em;
  color: #cccccc;
}

/* Content Area */
.page-resources-g088-tai-xiu-strategy__content-area {
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  padding: 60px 20px;
}

.page-resources-g088-tai-xiu-strategy__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-g088-tai-xiu-strategy__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-g088-tai-xiu-strategy p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-g088-tai-xiu-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-g088-tai-xiu-strategy__list li {
  margin-bottom: 10px;
}

.page-resources-g088-tai-xiu-strategy__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-resources-g088-tai-xiu-strategy__warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: bold;
}

/* FAQ Section */
.page-resources-g088-tai-xiu-strategy__faq-container {
  margin-top: 40px;
}

.page-resources-g088-tai-xiu-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-g088-tai-xiu-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #f0f0f0;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-resources-g088-tai-xiu-strategy__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-g088-tai-xiu-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-g088-tai-xiu-strategy__faq-item.active .page-resources-g088-tai-xiu-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-g088-tai-xiu-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-g088-tai-xiu-strategy__faq-item.active .page-resources-g088-tai-xiu-strategy__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

/* Conclusion Section */
.page-resources-g088-tai-xiu-strategy__conclusion-section {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

/* Dark Background for specific sections */
.page-resources-g088-tai-xiu-strategy__dark-bg {
  color: #ffffff;
}

/* Light Background for specific sections */
.page-resources-g088-tai-xiu-strategy__light-bg {
  color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-g088-tai-xiu-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-g088-tai-xiu-strategy__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-g088-tai-xiu-strategy__hero-title {
    font-size: 2em;
  }
  .page-resources-g088-tai-xiu-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-g088-tai-xiu-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-g088-tai-xiu-strategy__btn-primary,
  .page-resources-g088-tai-xiu-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-g088-tai-xiu-strategy__video-section,
  .page-resources-g088-tai-xiu-strategy__content-area,
  .page-resources-g088-tai-xiu-strategy__conclusion-section {
    padding: 40px 15px;
  }
  .page-resources-g088-tai-xiu-strategy__container {
    padding: 0 15px;
  }
  .page-resources-g088-tai-xiu-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-g088-tai-xiu-strategy__sub-title {
    font-size: 1.5em;
  }
  .page-resources-g088-tai-xiu-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-resources-g088-tai-xiu-strategy__video-wrapper {
    padding-bottom: 56.25% !important;
    height: auto !important;
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-g088-tai-xiu-strategy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-g088-tai-xiu-strategy__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }
  .page-resources-g088-tai-xiu-strategy__faq-answer {
    padding: 0 15px;
  }
  .page-resources-g088-tai-xiu-strategy__faq-item.active .page-resources-g088-tai-xiu-strategy__faq-answer {
    padding: 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-g088-tai-xiu-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-g088-tai-xiu-strategy__section-title {
    font-size: 1.5em;
  }
  .page-resources-g088-tai-xiu-strategy__sub-title {
    font-size: 1.3em;
  }
}