.page-resources-how-to-choose-reliable-cockfighting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  color: #333333; /* Ensure text color is dark on light background */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #000000; /* Ensure strong contrast */
  line-height: 1.2;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #333333; /* Ensure strong contrast */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #26A9E0; /* Main brand color */
  color: #ffffff; /* White text on brand color */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-button:hover {
  background: #1e87b7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__content-section {
  padding: 60px 0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
  font-size: 2em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title--light {
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title--light::after {
  background-color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__sub-section-title {
  font-size: 1.6em;
  color: #26A9E0; /* Brand color for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__paragraph {
  margin-bottom: 1em;
  text-align: justify;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__highlight {
  font-weight: bold;
  color: #000000; /* Stronger contrast for highlights */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__list-item {
  margin-bottom: 0.5em;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__content-image {
  flex-shrink: 0;
  border-radius: 8px;
  max-width: 50%;
  height: auto;
  object-fit: cover;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary,
.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 10px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary:hover {
  background: #1e87b7;
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.4);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary:hover {
  background: #f0f8ff;
  color: #1e87b7;
  border-color: #1e87b7;
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.2);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-section {
  background-color: #26A9E0; /* Darker background for FAQ section */
  padding: 60px 0;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__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 for light background */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question:active {
  background: #eeeeee;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333; /* Dark text for question title */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666; /* Slightly lighter than #333 for toggle */
  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-how-to-choose-reliable-cockfighting-platform__faq-item.active .page-resources-how-to-choose-reliable-cockfighting-platform__faq-toggle {
  color: #333;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  color: #333333; /* Dark text for answer */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item.active .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 1.8em;
  }
}