.page-cockfighting {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-cockfighting .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-cockfighting .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1A202C, #E53E3E80); /* Slightly transparent accent color */
  overflow: hidden;
}

.page-cockfighting .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-cockfighting .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-cockfighting .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-cockfighting .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-cockfighting .hero-title {
  font-size: 3.5em;
  color: #F6AD55; /* Luxury gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting .hero-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-cockfighting .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #E53E3E; /* Accent color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(229, 62, 62, 0.4);
  border: none;
  cursor: pointer;
}

.page-cockfighting .cta-button:hover {
  background: #F6AD55; /* Gold on hover */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(246, 173, 85, 0.6);
  color: #1A202C;
}

.page-cockfighting .section-title {
  font-size: 2.8em;
  color: #F6AD55; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  border-bottom: 3px solid #E53E3E;
  display: inline-block;
  padding-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

.page-cockfighting .section-intro p,
.page-cockfighting .section-guide p,
.page-cockfighting .section-tips p,
.page-cockfighting .section-advantages p,
.page-cockfighting .section-conclusion p {
  font-size: 1.1em;
  color: #D8D8D8;
  margin-bottom: 15px;
}

.page-cockfighting .section-intro a,
.page-cockfighting .section-guide a,
.page-cockfighting .section-tips a,
.page-cockfighting .section-advantages a,
.page-cockfighting .section-conclusion a {
  color: #E53E3E;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-cockfighting .section-intro a:hover,
.page-cockfighting .section-guide a:hover,
.page-cockfighting .section-tips a:hover,
.page-cockfighting .section-advantages a:hover,
.page-cockfighting .section-conclusion a:hover {
  color: #F6AD55;
}

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

.page-cockfighting .type-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 25px;
  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 .type-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-cockfighting .type-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #F6AD55;
}

.page-cockfighting .type-item h3 {
  font-size: 1.8em;
  color: #E53E3E;
  margin-bottom: 15px;
}

.page-cockfighting .type-item h3 a {
  color: #E53E3E;
  text-decoration: none;
}

.page-cockfighting .type-item h3 a:hover {
  color: #F6AD55;
}

.page-cockfighting .type-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-cockfighting .guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-cockfighting .guide-list li {
  background-color: #2D3748;
  border-left: 5px solid #E53E3E;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting .guide-list li h3 {
  font-size: 1.6em;
  color: #F6AD55;
  margin-bottom: 10px;
}

.page-cockfighting .guide-list li h3 a {
  color: #F6AD55;
  text-decoration: none;
}

.page-cockfighting .guide-list li h3 a:hover {
  color: #E53E3E;
}

.page-cockfighting .guide-list li p {
  color: #D0D0D0;
  font-size: 1.05em;
}

.page-cockfighting .tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-cockfighting .tips-list li {
  background-color: #2D3748;
  border-left: 4px solid #F6AD55;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  color: #D8D8D8;
  font-size: 1.05em;
}

.page-cockfighting .tips-list li strong {
  color: #E53E3E;
}

.page-cockfighting .advantage-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting .advantage-list li {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 25px;
  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 .advantage-list li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-cockfighting .advantage-list li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(1.2); /* Allowed for visual enhancement, not color change */
}

.page-cockfighting .advantage-list li h4 {
  font-size: 1.5em;
  color: #F6AD55;
  margin-bottom: 10px;
}

.page-cockfighting .advantage-list li p {
  font-size: 1em;
  color: #C0C0C0;
}

/* FAQ Styles */
.page-cockfighting .faq-list {
  margin-top: 40px;
}

.page-cockfighting .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #2D3748;
  border: 1px solid #3A475C;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-cockfighting .faq-question:hover {
  background: #3A475C;
}

.page-cockfighting .faq-question h3 {
  font-size: 1.3em;
  color: #F6AD55;
  margin: 0;
}

.page-cockfighting .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53E3E;
  transition: transform 0.3s ease;
}

.page-cockfighting .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #F6AD55;
}

.page-cockfighting .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #232A38;
  color: #D8D8D8;
  font-size: 1.05em;
}

.page-cockfighting .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px;
  border-top: 1px solid #3A475C;
}

.page-cockfighting .faq-answer p {
  margin: 0;
  color: #D8D8D8;
}

.page-cockfighting .faq-answer a {
  color: #E53E3E;
  text-decoration: none;
  font-weight: bold;
}

.page-cockfighting .faq-answer a:hover {
  color: #F6AD55;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting .hero-title {
    font-size: 2.8em;
  }
  .page-cockfighting .hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting .section-title {
    font-size: 2.2em;
  }
  .page-cockfighting .cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting .hero-section {
    padding: 40px 15px;
  }
  .page-cockfighting .hero-title {
    font-size: 2.2em;
  }
  .page-cockfighting .hero-description {
    font-size: 1em;
  }
  .page-cockfighting .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-cockfighting .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-cockfighting section {
    padding: 40px 0;
  }
  .page-cockfighting .type-grid, .page-cockfighting .advantage-list {
    grid-template-columns: 1fr;
  }
  .page-cockfighting .guide-list li, .page-cockfighting .tips-list li {
    padding: 15px;
  }
  .page-cockfighting .guide-list li h3 {
    font-size: 1.4em;
  }
  .page-cockfighting .faq-question {
    padding: 15px;
  }
  .page-cockfighting .faq-question h3 {
    font-size: 1.1em;
  }
  .page-cockfighting .faq-toggle {
    font-size: 20px;
  }
  .page-cockfighting .faq-answer {
    padding: 0 15px;
  }
  .page-cockfighting .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting .hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting .hero-description {
    font-size: 0.9em;
  }
  .page-cockfighting .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-cockfighting .section-title {
    font-size: 1.5em;
  }
  .page-cockfighting .type-item h3 {
    font-size: 1.5em;
  }
  .page-cockfighting .advantage-list li h4 {
    font-size: 1.3em;
  }
}