/* style/taixiu-history-culture.css */
.page-taixiu-history-culture {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000; /* Inherited from body, set for consistency */
}

.page-taixiu-history-culture__dark-bg {
  background-color: #000000;
  color: #ffffff;
}

.page-taixiu-history-culture__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-taixiu-history-culture__hero-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

.page-taixiu-history-culture__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-taixiu-history-culture__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for title */
}

.page-taixiu-history-culture__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-taixiu-history-culture__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-taixiu-history-culture__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  border-radius: 10px;
}

.page-taixiu-history-culture__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-taixiu-history-culture__content-section {
  padding: 60px 20px;
}

.page-taixiu-history-culture__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-taixiu-history-culture__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-taixiu-history-culture__section-title--white {
  color: #ffffff;
}

.page-taixiu-history-culture__subsection-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-taixiu-history-culture__subsection-title--white {
  color: #ffffff;
}

.page-taixiu-history-culture__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-taixiu-history-culture__paragraph--white {
  color: #ffffff;
}

.page-taixiu-history-culture__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-taixiu-history-culture__list--white {
  color: #ffffff;
}

.page-taixiu-history-culture__list-item {
  margin-bottom: 10px;
}

.page-taixiu-history-culture__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-taixiu-history-culture__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-taixiu-history-culture__inline-link--white {
  color: #99d6f2; /* Lighter shade of brand color for better contrast on dark background */
}

/* Buttons */
.page-taixiu-history-culture__btn-primary,
.page-taixiu-history-culture__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;
  font-size: 1.1em;
  white-space: nowrap;
}

.page-taixiu-history-culture__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-taixiu-history-culture__btn-primary:hover {
  background-color: #1e87b6;
  border-color: #1e87b6;
}

.page-taixiu-history-culture__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-taixiu-history-culture__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* FAQ Section */
.page-taixiu-history-culture__faq-section {
  padding: 60px 20px;
}

.page-taixiu-history-culture__faq-list {
  margin-top: 40px;
}

.page-taixiu-history-culture__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-taixiu-history-culture__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  border-bottom: 1px solid #1e87b6;
}

.page-taixiu-history-culture__faq-item[open] .page-taixiu-history-culture__faq-question {
  border-bottom: 1px solid #1e87b6;
}

.page-taixiu-history-culture__faq-qtext {
  flex-grow: 1;
}

.page-taixiu-history-culture__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-taixiu-history-culture__faq-answer {
  padding: 20px 25px;
  font-size: 1.1em;
  color: #333333;
  background-color: #ffffff;
}

/* CTA Section */
.page-taixiu-history-culture__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

.page-taixiu-history-culture__cta-container {
  max-width: 800px;
}

.page-taixiu-history-culture__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-taixiu-history-culture__cta-title--white {
  color: #ffffff;
}

.page-taixiu-history-culture__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-taixiu-history-culture__cta-button {
  font-size: 1.3em;
  padding: 18px 35px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-taixiu-history-culture__hero-title {
    font-size: 2.8em;
  }
  .page-taixiu-history-culture__section-title {
    font-size: 2em;
  }
  .page-taixiu-history-culture__subsection-title {
    font-size: 1.6em;
  }
  .page-taixiu-history-culture__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-taixiu-history-culture__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is not hidden by fixed header */
  }
  .page-taixiu-history-culture__hero-title {
    font-size: 2.2em;
  }
  .page-taixiu-history-culture__hero-description {
    font-size: 1em;
  }
  .page-taixiu-history-culture__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-taixiu-history-culture__btn-primary,
  .page-taixiu-history-culture__btn-secondary,
  .page-taixiu-history-culture a[class*="button"],
  .page-taixiu-history-culture 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;
  }
  .page-taixiu-history-culture__cta-buttons,
  .page-taixiu-history-culture__button-group,
  .page-taixiu-history-culture__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;
  }

  .page-taixiu-history-culture__content-section,
  .page-taixiu-history-culture__faq-section,
  .page-taixiu-history-culture__cta-section {
    padding: 40px 15px;
  }
  .page-taixiu-history-culture__container {
    padding: 0;
  }
  .page-taixiu-history-culture__section-title {
    font-size: 1.8em;
  }
  .page-taixiu-history-culture__subsection-title {
    font-size: 1.4em;
  }
  .page-taixiu-history-culture__paragraph {
    font-size: 1em;
  }
  .page-taixiu-history-culture__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-taixiu-history-culture__faq-answer {
    font-size: 0.95em;
    padding: 15px 20px;
  }
  .page-taixiu-history-culture__cta-title {
    font-size: 1.8em;
  }
  .page-taixiu-history-culture__cta-description {
    font-size: 1em;
  }
  .page-taixiu-history-culture__cta-button {
    font-size: 1.1em;
    padding: 15px 25px;
  }

  /* Image responsive */
  .page-taixiu-history-culture img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-taixiu-history-culture__hero-image-wrapper,
  .page-taixiu-history-culture__content-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-taixiu-history-culture__hero-title {
    font-size: 1.8em;
  }
  .page-taixiu-history-culture__section-title {
    font-size: 1.5em;
  }
  .page-taixiu-history-culture__cta-title {
    font-size: 1.6em;
  }
  .page-taixiu-history-culture__faq-question {
    font-size: 0.9em;
  }
}