.page-resources-tai-xiu-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f8f9fa; /* Default light text for dark body background */
  background-color: transparent; /* Inherit from body */
  padding-top: 120px; /* Adjust for fixed header */
}

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

.page-resources-tai-xiu-strategy__intro-section {
  padding: 40px 0;
  text-align: center;
  background-color: transparent; /* On dark body bg */
}

.page-resources-tai-xiu-strategy__main-title {
  font-size: 38px;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-tai-xiu-strategy__description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-tai-xiu-strategy__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tai-xiu-strategy__section-title {
  font-size: 32px;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-tai-xiu-strategy__sub-title {
  font-size: 24px;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-tai-xiu-strategy__strategy-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333; /* Dark text for light background */
}

.page-resources-tai-xiu-strategy__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-tai-xiu-strategy__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333; /* Dark text for white card */
}

.page-resources-tai-xiu-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-tai-xiu-strategy__card-title {
  font-size: 22px;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-tai-xiu-strategy__money-management-section {
  padding: 60px 0;
  background-color: transparent; /* On dark body bg */
}

.page-resources-tai-xiu-strategy__platform-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333; /* Dark text for light background */
}

.page-resources-tai-xiu-strategy__tips-section {
  padding: 60px 0;
  text-align: center;
  background-color: transparent; /* On dark body bg */
}

.page-resources-tai-xiu-strategy__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

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

.page-resources-tai-xiu-strategy__list strong {
  color: #FFD700;
}

.page-resources-tai-xiu-strategy__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #0A2463, #0A2463);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-resources-tai-xiu-strategy__btn-primary:hover {
  background: linear-gradient(135deg, #071a47, #071a47);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-tai-xiu-strategy__btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background: #FFD700;
  color: #0A2463;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.page-resources-tai-xiu-strategy__btn-secondary:hover {
  background: #e6c200;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-tai-xiu-strategy__faq-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333; /* Dark text for light background */
}

.page-resources-tai-xiu-strategy__faq-list {
  margin-top: 40px;
}

.page-resources-tai-xiu-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-tai-xiu-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  color: #333333; /* Dark text */
}

.page-resources-tai-xiu-strategy__faq-item.active .page-resources-tai-xiu-strategy__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-resources-tai-xiu-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #333333; /* Dark text */
}

.page-resources-tai-xiu-strategy__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-tai-xiu-strategy__faq-question:active {
  background: #eeeeee;
}

.page-resources-tai-xiu-strategy__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
}

.page-resources-tai-xiu-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-tai-xiu-strategy__faq-item.active .page-resources-tai-xiu-strategy__faq-toggle {
  color: #333;
}

.page-resources-tai-xiu-strategy__latest-news-section {
  padding: 60px 0;
  background-color: transparent; /* On dark body bg */
}

.page-resources-tai-xiu-strategy__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-tai-xiu-strategy__news-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333; /* Dark text */
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-resources-tai-xiu-strategy__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-tai-xiu-strategy__news-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-tai-xiu-strategy__news-title {
  font-size: 20px;
  font-weight: bold;
  color: #0A2463;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-resources-tai-xiu-strategy__news-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-tai-xiu-strategy__news-title a:hover {
  text-decoration: underline;
}

.page-resources-tai-xiu-strategy__news-excerpt {
  font-size: 15px;
  color: #555555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-resources-tai-xiu-strategy__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-tai-xiu-strategy__link:hover {
  text-decoration: underline;
  color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-tai-xiu-strategy__main-title {
    font-size: 32px;
  }
  .page-resources-tai-xiu-strategy__section-title {
    font-size: 28px;
  }
  .page-resources-tai-xiu-strategy__sub-title {
    font-size: 22px;
  }
  .page-resources-tai-xiu-strategy__strategy-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-resources-tai-xiu-strategy__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-tai-xiu-strategy {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-tai-xiu-strategy__container {
    padding: 0 15px;
  }
  .page-resources-tai-xiu-strategy__intro-section,
  .page-resources-tai-xiu-strategy__strategy-section,
  .page-resources-tai-xiu-strategy__money-management-section,
  .page-resources-tai-xiu-strategy__platform-section,
  .page-resources-tai-xiu-strategy__tips-section,
  .page-resources-tai-xiu-strategy__faq-section,
  .page-resources-tai-xiu-strategy__latest-news-section {
    padding: 30px 0;
  }
  .page-resources-tai-xiu-strategy__main-title {
    font-size: 28px;
  }
  .page-resources-tai-xiu-strategy__description {
    font-size: 16px;
  }
  .page-resources-tai-xiu-strategy__section-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-tai-xiu-strategy__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-resources-tai-xiu-strategy__list {
    margin-left: 15px;
  }
  .page-resources-tai-xiu-strategy__list li {
    font-size: 16px;
  }
  .page-resources-tai-xiu-strategy__btn-primary,
  .page-resources-tai-xiu-strategy__btn-secondary {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .page-resources-tai-xiu-strategy__card {
    padding: 20px;
  }
  .page-resources-tai-xiu-strategy__card-title {
    font-size: 18px;
  }
  .page-resources-tai-xiu-strategy__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-tai-xiu-strategy__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-tai-xiu-strategy__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-tai-xiu-strategy__faq-answer {
    padding: 0 15px;
  }
  .page-resources-tai-xiu-strategy__faq-item.active .page-resources-tai-xiu-strategy__faq-answer {
    padding: 15px !important;
  }
  .page-resources-tai-xiu-strategy__news-image {
    height: 150px;
  }
  .page-resources-tai-xiu-strategy__news-title {
    font-size: 18px;
  }
  .page-resources-tai-xiu-strategy__news-excerpt {
    font-size: 14px;
  }
  /* Mobile image responsive */
  .page-resources-tai-xiu-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-tai-xiu-strategy__section,
  .page-resources-tai-xiu-strategy__card,
  .page-resources-tai-xiu-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-tai-xiu-strategy__intro-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__strategy-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__money-management-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__platform-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__tips-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__faq-section .page-resources-tai-xiu-strategy__container,
  .page-resources-tai-xiu-strategy__latest-news-section .page-resources-tai-xiu-strategy__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}