.page-cockfighting {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

/* Hero Section */
.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, #0A2240, #1A3E6F);
  color: #ffffff;
  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: 1;
}

.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: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-cockfighting .hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting .hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-cockfighting .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #0A2240;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-cockfighting .cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-cockfighting section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-cockfighting section:last-of-type {
  border-bottom: none;
}

.page-cockfighting h2 {
  font-size: 2.5em;
  color: #0A2240;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-cockfighting h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-cockfighting h3 {
  font-size: 1.8em;
  color: #0A2240;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-cockfighting p {
  font-size: 1.1em;
  color: #444444;
  margin-bottom: 20px;
}

/* Intro Section */
.page-cockfighting .section-intro {
  background-color: #ffffff;
  padding: 80px 0;
}

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

.page-cockfighting .benefits-list li {
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #222222;
  border-left: 5px solid #FFD700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting .benefits-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-cockfighting .benefits-list li strong {
  color: #0A2240;
}

/* Game Types Section */
.page-cockfighting .section-game-types {
  background-color: #f8f9fa;
}

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

.page-cockfighting .game-type-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting .game-type-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-cockfighting .game-type-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-cockfighting .game-type-item h3 {
  font-size: 1.5em;
  margin: 20px 15px 10px;
  color: #0A2240;
}

.page-cockfighting .game-type-item p {
  font-size: 1em;
  padding: 0 15px 20px;
  color: #555555;
}

/* Guide Section */
.page-cockfighting .section-guide {
  background-color: #eef7ff;
}

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

.page-cockfighting .step-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  border-top: 5px solid #0A2240;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting .step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-cockfighting .step-item img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-cockfighting .step-item h3 {
  font-size: 1.4em;
  color: #0A2240;
  margin-bottom: 15px;
}

.page-cockfighting .step-item p {
  font-size: 0.95em;
  color: #666666;
}

.page-cockfighting .btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFD700;
  color: #0A2240;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-cockfighting .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

/* Strategy Section */
.page-cockfighting .section-strategy {
  background-color: #ffffff;
}

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

.page-cockfighting .strategy-item {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-cockfighting .strategy-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #FFD700;
}

.page-cockfighting .strategy-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting .strategy-item h3 {
  font-size: 1.3em;
  color: #0A2240;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-cockfighting .strategy-item p {
  font-size: 0.9em;
  color: #555555;
}

/* Promotions Section */
.page-cockfighting .section-promotions {
  background-color: #0A2240;
  color: #ffffff;
  padding: 80px 0;
}

.page-cockfighting .section-promotions h2 {
  color: #FFD700;
}

.page-cockfighting .section-promotions h2::after {
  background-color: #DC143C;
}

.page-cockfighting .section-promotions p {
  color: #e0e0e0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-cockfighting .promo-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

.page-cockfighting .promo-list li {
  background-color: #1A3E6F;
  color: #ffffff;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  border-left: 5px solid #DC143C;
  display: inline-block;
  width: calc(50% - 20px);
  margin: 10px;
  text-align: left;
}

.page-cockfighting .promo-list li strong {
  color: #FFD700;
}

.page-cockfighting .promo-button {
  margin-top: 40px;
  background-color: #DC143C;
  color: #ffffff;
}

.page-cockfighting .promo-button:hover {
  background-color: #a80f2d;
}

/* FAQ Section */
.page-cockfighting .section-faq {
  background-color: #fcfcfc;
  padding: 80px 0;
}

.page-cockfighting .faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ default state - Answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A2240;
}

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting .hero-content h1 {
    font-size: 2.8em;
  }
  .page-cockfighting .hero-content p {
    font-size: 1.1em;
  }
  .page-cockfighting h2 {
    font-size: 2em;
  }
  .page-cockfighting h3 {
    font-size: 1.6em;
  }
  .page-cockfighting .promo-list li {
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .page-cockfighting .hero-section {
    padding: 40px 15px;
  }
  .page-cockfighting .hero-content h1 {
    font-size: 2.2em;
  }
  .page-cockfighting .hero-content p {
    font-size: 1em;
  }
  .page-cockfighting .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-cockfighting section {
    padding: 40px 0;
  }
  .page-cockfighting h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-cockfighting h3 {
    font-size: 1.4em;
  }
  .page-cockfighting .benefits-list,
  .page-cockfighting .game-type-grid,
  .page-cockfighting .guide-steps,
  .page-cockfighting .strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-cockfighting .promo-list li {
    width: 100%;
    margin: 10px 0;
  }
  .faq-question {
    flex-direction: row;
    align-items: center;
  }
  .faq-question h3 {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .faq-toggle {
    align-self: center;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .page-cockfighting .hero-content h1 {
    font-size: 1.8em;
  }
  .page-cockfighting .hero-content p {
    font-size: 0.9em;
  }
  .page-cockfighting h2 {
    font-size: 1.5em;
  }
  .page-cockfighting h3 {
    font-size: 1.2em;
  }
  .page-cockfighting .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-cockfighting .game-type-item img {
    height: 200px;
  }
}