/* style/resources-how-to-choose-reliable-tai-xiu-platform.css */
.page-resources-how-to-choose-reliable-tai-xiu-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#1a1a2e), so text is light */
  background-color: #1a1a2e;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  background: linear-gradient(135deg, #017439, #004d2c);
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Use custom color for title for impact */
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  z-index: 0;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__light-bg {
  background-color: #2a2a4a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFFF00; /* Adjusted for contrast on dark background */
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__paragraph--center {
  text-align: center;
}

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

.page-resources-how-to-choose-reliable-tai-xiu-platform__card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for dark bg */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__card-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #FFFF00; /* Custom color for card titles */
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-tai-xiu-platform__card-description {
  font-size: 1em;
  color: #f0f0f0;
  text-align: justify;
}