.page-cockfighting-rules-and-strategies {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-cockfighting-rules-and-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-cockfighting-rules-and-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #08160F;
}

.page-cockfighting-rules-and-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Adjust based on typical hero image height */
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.page-cockfighting-rules-and-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-cockfighting-rules-and-strategies__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(17, 39, 27, 0.85); /* Card B G with opacity */
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  border: 1px solid #2E7A4E; /* Border */
}

.page-cockfighting-rules-and-strategies__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.page-cockfighting-rules-and-strategies__subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-cockfighting-rules-and-strategies__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-cockfighting-rules-and-strategies__btn-primary,
.page-cockfighting-rules-and-strategies__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting-rules-and-strategies__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting-rules-and-strategies__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  filter: brightness(1.1);
}

.page-cockfighting-rules-and-strategies__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-cockfighting-rules-and-strategies__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  color: #F2FFF6;
  border-color: #57E38D;
}

.page-cockfighting-rules-and-strategies__section-title {
  font-size: 2.2em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #1E3A2A; /* Divider */
}

.page-cockfighting-rules-and-strategies__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-cockfighting-rules-and-strategies__sub-title {
  font-size: 1.6em;
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #57E38D; /* Glow */
  padding-left: 15px;
}

.page-cockfighting-rules-and-strategies__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-cockfighting-rules-and-strategies__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-cockfighting-rules-and-strategies__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-cockfighting-rules-and-strategies__list-item {
  margin-bottom: 10px;
}

.page-cockfighting-rules-and-strategies__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-cockfighting-rules-and-strategies__list-item a,
.page-cockfighting-rules-and-strategies__text-block a {
  color: #57E38D; /* Glow */
  text-decoration: none;
  font-weight: bold;
}

.page-cockfighting-rules-and-strategies__list-item a:hover,
.page-cockfighting-rules-and-strategies__text-block a:hover {
  text-decoration: underline;
}

.page-cockfighting-rules-and-strategies__image-content-block {
  margin: 30px 0;
  text-align: center;
}

.page-cockfighting-rules-and-strategies__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-rules-and-strategies__image-caption {
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.9em;
}

.page-cockfighting-rules-and-strategies__platform-advantages {
  background-color: #11271B; /* Card B G */
  padding: 60px 0;
  border-top: 1px solid #2E7A4E;
  border-bottom: 1px solid #2E7A4E;
}

.page-cockfighting-rules-and-strategies__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting-rules-and-strategies__advantage-card {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-rules-and-strategies__advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-rules-and-strategies__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-rules-and-strategies__card-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-cockfighting-rules-and-strategies__card-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-cockfighting-rules-and-strategies__faq-section {
  padding: 60px 0;
}

.page-cockfighting-rules-and-strategies__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting-rules-and-strategies__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-cockfighting-rules-and-strategies__faq-item[open] {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-rules-and-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-cockfighting-rules-and-strategies__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-rules-and-strategies__faq-question:hover {
  background-color: #13994A;
}

.page-cockfighting-rules-and-strategies__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-cockfighting-rules-and-strategies__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  background-color: #11271B; /* Card B G */
  border-top: 1px solid #2E7A4E; /* Border */
}

.page-cockfighting-rules-and-strategies__cta-final-section {
  padding: 60px 0;
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
}

.page-cockfighting-rules-and-strategies__cta-final-section .page-cockfighting-rules-and-strategies__section-title {
  color: #F2FFF6;
  border-bottom-color: #57E38D;
}

.page-cockfighting-rules-and-strategies__cta-final-section .page-cockfighting-rules-and-strategies__section-title::after {
  background-color: #F2C14E; /* Gold */
}

.page-cockfighting-rules-and-strategies__cta-final-section .page-cockfighting-rules-and-strategies__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-cockfighting-rules-and-strategies__cta-buttons--center {
  justify-content: center;
}

.page-cockfighting-rules-and-strategies__btn-full-width {
  width: 100%;
  max-width: 400px; /* Limit width on desktop */
  margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfighting-rules-and-strategies__main-title {
    font-size: 2.5em;
  }

  .page-cockfighting-rules-and-strategies__section-title {
    font-size: 1.8em;
  }

  .page-cockfighting-rules-and-strategies__sub-title {
    font-size: 1.4em;
  }

  .page-cockfighting-rules-and-strategies__hero-content {
    padding: 15px;
  }

  .page-cockfighting-rules-and-strategies__hero-image-wrapper {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-rules-and-strategies__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-cockfighting-rules-and-strategies__hero-image-wrapper {
    max-height: 350px;
    margin-bottom: 30px;
  }

  .page-cockfighting-rules-and-strategies__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em); /* Use clamp for H1 */
    margin-bottom: 15px;
  }

  .page-cockfighting-rules-and-strategies__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-cockfighting-rules-and-strategies__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-cockfighting-rules-and-strategies__btn-primary,
  .page-cockfighting-rules-and-strategies__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-cockfighting-rules-and-strategies__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-cockfighting-rules-and-strategies__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-cockfighting-rules-and-strategies__sub-title {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-cockfighting-rules-and-strategies__text-block,
  .page-cockfighting-rules-and-strategies__list-item,
  .page-cockfighting-rules-and-strategies__card-description,
  .page-cockfighting-rules-and-strategies__image-caption {
    font-size: 0.95em;
  }

  .page-cockfighting-rules-and-strategies__content-image,
  .page-cockfighting-rules-and-strategies__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-cockfighting-rules-and-strategies__advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-cockfighting-rules-and-strategies__advantage-card,
  .page-cockfighting-rules-and-strategies__faq-item {
    padding: 20px;
  }

  .page-cockfighting-rules-and-strategies__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-cockfighting-rules-and-strategies__faq-answer {
    padding: 15px 20px;
  }

  .page-cockfighting-rules-and-strategies__cta-final-section {
    padding: 40px 0;
  }
}