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

.page-cockfighting__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-cockfighting__dark-section {
  background-color: #08160F;
  color: #F2FFF6;
  padding: 60px 0;
}

.page-cockfighting__card-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-cockfighting__text-main {
  color: #F2FFF6;
}

.page-cockfighting__text-secondary {
  color: #A7D9B8;
}

.page-cockfighting__gold-text {
  color: #F2C14E;
}

.page-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 60px;
}

.page-cockfighting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-cockfighting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-cockfighting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-cockfighting__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-cockfighting__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-cockfighting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-cockfighting__btn-primary,
.page-cockfighting__btn-secondary,
.page-cockfighting__inline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.page-cockfighting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-cockfighting__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border-color: #2AD16F;
}

.page-cockfighting__btn-secondary:hover {
  background-color: #2AD16F;
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-cockfighting__inline-btn {
  background-color: transparent;
  color: #F2C14E;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-weight: 600;
}

.page-cockfighting__inline-btn:hover {
  color: #57E38D;
  text-decoration: none;
}

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

.page-cockfighting__heading {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-cockfighting__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #57E38D, #F2C14E);
  border-radius: 2px;
}

.page-cockfighting__sub-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 20px;
}

.page-cockfighting__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-cockfighting__image-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-cockfighting__image-block {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-cockfighting__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-cockfighting__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-cockfighting__list li::before {
  content: '👉';
  position: absolute;
  left: 0;
  color: #F2C14E;
}

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

.page-cockfighting__card {
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2E7A4E;
  height: 100%;
}

.page-cockfighting__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E;
}

.page-cockfighting__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-cockfighting__card-text {
  font-size: 1rem;
}

.page-cockfighting__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting__step-card {
  text-align: center;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #2E7A4E;
}

.page-cockfighting__step-icon {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.page-cockfighting__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-cockfighting__step-text {
  font-size: 1.05rem;
  margin-bottom: 25px;
}

.page-cockfighting__step-image {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #2E7A4E;
}

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

.page-cockfighting__feature-item {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #2E7A4E;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-cockfighting__feature-text {
  font-size: 1rem;
}

.page-cockfighting__list--icon {
  list-style: none;
  padding: 0;
}

.page-cockfighting__list--icon li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-cockfighting__list-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  line-height: 1;
  color: #57E38D;
}

.page-cockfighting__list-text {
  flex: 1;
  font-size: 1.05rem;
  text-align: justify;
}

.page-cockfighting__content-image {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

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

.page-cockfighting__promo-card {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #2E7A4E;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-cockfighting__promo-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-cockfighting__promo-text {
  font-size: 1rem;
}

.page-cockfighting__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-cockfighting__faq-list {
  margin-top: 40px;
}

.page-cockfighting__faq-item {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #2E7A4E;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
}

.page-cockfighting__faq-question:hover {
  background-color: #1E3A2A;
}

.page-cockfighting__faq-qtext {
  flex-grow: 1;
}

.page-cockfighting__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-cockfighting__faq-item[open] .page-cockfighting__faq-toggle {
  content: '−';
}

.page-cockfighting__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #0A4B2C;
}

.page-cockfighting__faq-answer p {
  margin-bottom: 0;
  padding-top: 15px;
}

/* Details element specific styling */
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.page-cockfighting__final-cta {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-cockfighting__cta-content {
  max-width: 800px;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-cockfighting__image-content-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .page-cockfighting__step-by-step {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-cockfighting__step-card:nth-child(even) {
    margin-top: 50px;
  }
  .page-cockfighting__hero-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .page-cockfighting__hero-content {
    padding: 80px 20px;
  }
  .page-cockfighting__main-title {
    font-size: 2.2rem;
  }
  .page-cockfighting__description {
    font-size: 1rem;
  }
  .page-cockfighting__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-cockfighting__btn-primary,
  .page-cockfighting__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-cockfighting__heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-cockfighting__sub-heading {
    font-size: 1.3rem;
  }
  .page-cockfighting__text-block, .page-cockfighting__list li, .page-cockfighting__step-text, .page-cockfighting__feature-text, .page-cockfighting__card-text, .page-cockfighting__promo-text, .page-cockfighting__list-text, .page-cockfighting__faq-answer p {
    font-size: 0.95rem;
  }
  .page-cockfighting__section {
    padding: 40px 0;
  }
  .page-cockfighting__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Image and Video responsiveness */
  .page-cockfighting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-cockfighting__image-block,
  .page-cockfighting__card-image,
  .page-cockfighting__step-image,
  .page-cockfighting__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-cockfighting__card-grid,
  .page-cockfighting__step-by-step,
  .page-cockfighting__feature-grid,
  .page-cockfighting__promo-grid {
    gap: 20px;
  }

  .page-cockfighting__card,
  .page-cockfighting__step-card,
  .page-cockfighting__feature-item,
  .page-cockfighting__promo-card {
    padding: 20px;
  }

  .page-cockfighting__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-cockfighting__faq-answer {
    padding: 0 20px 15px;
  }
  .page-cockfighting__final-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}