/* style/resources-how-to-choose-reliable-cockfighting-platform.css */
.page-resources-how-to-choose-reliable-cockfighting-platform {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark (#121212), so use light text */
  line-height: 1.6;
  background-color: transparent; /* Main content background is handled by body and sections */
}

.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 offset */
  background-color: #26A9E0; /* Brand primary color for hero */
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

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

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: brightness(0.7); /* Use brightness filter for background image to ensure text readability */
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section {
  padding: 60px 20px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #1a1a1a; /* Slightly lighter dark background for content sections */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__sub-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__inline-link {
  color: #EA7C07; /* Login color for contrast */
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__image--full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.page-resources-how-to-choose-reliable-cockfighting-platform__card {
  background: rgba(255, 255, 255, 0.05); /* Semi-transparent white for dark background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__card-text {
  font-size: 1em;
  margin-bottom: 15px;
  color: #e0e0e0;
}

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

.page-resources-how-to-choose-reliable-cockfighting-platform__list li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__list--large li {
  margin-bottom: 15px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__step-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  color: #f0f0f0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__step-number {
  font-size: 2.5em;
  color: #26A9E0;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__step-title {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__step-text {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-container {
  margin-top: 40px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: rgba(38, 169, 224, 0.15); /* Primary color with transparency */
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #26A9E0;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #e0e0e0;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__faq-item[open] .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
  padding-top: 10px;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #26A9E0, #1a8ac7); /* Gradient using brand colors */
  color: #FFFFFF;
  border-radius: 8px;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

/* Buttons */
.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary,
.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

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

.page-resources-how-to-choose-reliable-cockfighting-platform__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-cockfighting-platform__light-bg {
  background-color: #262626; /* Slightly lighter dark for contrast */
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 2.5em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__criteria-grid,
  .page-resources-how-to-choose-reliable-cockfighting-platform__step-by-step {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__btn-primary,
  .page-resources-how-to-choose-reliable-cockfighting-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section {
    padding: 40px 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__content-area,
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-section {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__sub-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__paragraph,
  .page-resources-how-to-choose-reliable-cockfighting-platform__card-text,
  .page-resources-how-to-choose-reliable-cockfighting-platform__list li,
  .page-resources-how-to-choose-reliable-cockfighting-platform__step-text {
    font-size: 0.95em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__card {
    padding: 20px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__card-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__step-item {
    padding: 20px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__step-title {
    font-size: 1.1em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__faq-answer {
    padding: 0 15px 15px 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-reliable-cockfighting-platform__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__section-title {
    font-size: 1.6em;
  }
  .page-resources-how-to-choose-reliable-cockfighting-platform__cta-title {
    font-size: 1.8em;
  }
}