.page-resources-cockfighting-999-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-cockfighting-999-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-cockfighting-999-guide__section {
  padding: 60px 0;
}

.page-resources-cockfighting-999-guide__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-resources-cockfighting-999-guide__main-title {
  font-size: 3.2em;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-cockfighting-999-guide__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-cockfighting-999-guide__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-cockfighting-999-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-cockfighting-999-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-cockfighting-999-guide__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-cockfighting-999-guide__list-styled {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-cockfighting-999-guide__list-styled li {
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #017439;
  border-radius: 5px;
  font-size: 1.05em;
}

/* HERO Section Styles (adapted for a guide page intro) */
.page-resources-cockfighting-999-guide__hero-section {
  background: linear-gradient(135deg, #017439, #004d26);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-resources-cockfighting-999-guide__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-cockfighting-999-guide__hero-content {
  z-index: 2;
  margin-bottom: 40px;
}

.page-resources-cockfighting-999-guide__intro-text {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-cockfighting-999-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-cockfighting-999-guide__register-button {
  background: #C30808; /* Register button color */
  color: #FFFF00; /* Register button font color */
  border: 2px solid #C30808;
}

.page-resources-cockfighting-999-guide__register-button:hover {
  background: #a30606;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-999-guide__login-button {
  background: #C30808; /* Login button color */
  color: #FFFF00; /* Login button font color */
  border: 2px solid #C30808;
  margin-left: 20px;
}

.page-resources-cockfighting-999-guide__login-button:hover {
  background: #a30606;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-999-guide__explore-button {
  background: #FFFFFF;
  color: #017439;
  border: 2px solid #FFFFFF;
  margin-left: 20px;
}

.page-resources-cockfighting-999-guide__explore-button:hover {
  background: #f0f0f0;
  color: #004d26;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-999-guide__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-cockfighting-999-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Feature Grid */
.page-resources-cockfighting-999-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-cockfighting-999-guide__feature-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-cockfighting-999-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-cockfighting-999-guide__feature-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

/* Rules Section */
.page-resources-cockfighting-999-guide__rules-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-resources-cockfighting-999-guide__rules-text {
  flex: 2;
}

.page-resources-cockfighting-999-guide__rules-image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-cockfighting-999-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-cockfighting-999-guide__image--center {
  margin: 40px auto 0 auto;
}

/* Types Section */
.page-resources-cockfighting-999-guide__type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-cockfighting-999-guide__type-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-resources-cockfighting-999-guide__type-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-cockfighting-999-guide__type-title {
  font-size: 1.4em;
  color: #017439;
  padding: 15px 20px 0;
  margin: 0;
}

.page-resources-cockfighting-999-guide__type-card p {
  padding: 0 20px 20px;
  font-size: 0.95em;
  text-align: justify;
}

/* Strategy Section */
.page-resources-cockfighting-999-guide__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-cockfighting-999-guide__strategy-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-resources-cockfighting-999-guide__strategy-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-cockfighting-999-guide__image-full-width {
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Register Guide Section */
.page-resources-cockfighting-999-guide__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-cockfighting-999-guide__step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-resources-cockfighting-999-guide__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #017439;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-resources-cockfighting-999-guide__step-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-cockfighting-999-guide__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-resources-cockfighting-999-guide__faq-list {
  margin-top: 40px;
}

.page-resources-cockfighting-999-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-resources-cockfighting-999-guide__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;
}

.page-resources-cockfighting-999-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-cockfighting-999-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-cockfighting-999-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-resources-cockfighting-999-guide__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-cockfighting-999-guide__faq-item.active .page-resources-cockfighting-999-guide__faq-toggle {
  color: #017439;
  transform: rotate(45deg);
}

.page-resources-cockfighting-999-guide__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;
}

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

.page-resources-cockfighting-999-guide__faq-answer p {
  margin-bottom: 10px;
  font-size: 1em;
  text-align: justify;
}

.page-resources-cockfighting-999-guide__faq-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #017439;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-cockfighting-999-guide__faq-button:hover {
  background-color: #004d26;
}

/* Conclusion Section */
.page-resources-cockfighting-999-guide__conclusion-section {
  background-color: #017439;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 0;
}

.page-resources-cockfighting-999-guide__conclusion-section .page-resources-cockfighting-999-guide__section-title {
  color: #FFFFFF;
}

.page-resources-cockfighting-999-guide__conclusion-section .page-resources-cockfighting-999-guide__paragraph {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-cockfighting-999-guide__learn-more-button {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #FFFFFF;
}

.page-resources-cockfighting-999-guide__learn-more-button:hover {
  background-color: #f0f0f0;
  color: #004d26;
}

/* Global Image/Button Responsive Styles */
.page-resources-cockfighting-999-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-resources-cockfighting-999-guide__cta-button,
.page-resources-cockfighting-999-guide__faq-button {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-cockfighting-999-guide__button-group {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-resources-cockfighting-999-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-resources-cockfighting-999-guide__main-title {
    font-size: 2.2em;
  }

  .page-resources-cockfighting-999-guide__intro-text {
    font-size: 1em;
  }

  .page-resources-cockfighting-999-guide__section {
    padding: 40px 0;
  }

  .page-resources-cockfighting-999-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-cockfighting-999-guide__sub-title {
    font-size: 1.5em;
  }

  .page-resources-cockfighting-999-guide__paragraph {
    font-size: 1em;
  }

  .page-resources-cockfighting-999-guide__rules-content {
    flex-direction: column;
  }

  .page-resources-cockfighting-999-guide__rules-image-wrapper {
    margin-top: 30px;
  }

  .page-resources-cockfighting-999-guide__type-grid,
  .page-resources-cockfighting-999-guide__strategy-grid,
  .page-resources-cockfighting-999-guide__feature-grid,
  .page-resources-cockfighting-999-guide__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}