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

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

.page-cockfighting__section-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-cockfighting__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-cockfighting__section-description {
  font-size: 1.1rem;
  color: #A7D9B8;
  max-width: 800px;
  margin: 0 auto;
}

.page-cockfighting__section-description a,
.page-cockfighting__text-block a,
.page-cockfighting__faq-answer a,
.page-cockfighting__faq-qtext a {
  color: #57E38D; /* Glow color for links */
  text-decoration: underline;
}

.page-cockfighting__text-block {
  font-size: 1rem;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F;
  overflow: hidden;
}

.page-cockfighting__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-cockfighting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-cockfighting__hero-content {
  position: relative; /* Changed from absolute to relative to avoid overlaying */
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: 20px; /* Space below image */
}

.page-cockfighting__main-title {
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  color: #F2C14E; /* Gold color for main title */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting__lead-text {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-cockfighting__btn-primary,
.page-cockfighting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

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

.page-cockfighting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-cockfighting__btn-secondary {
  background-color: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
  box-shadow: 0 4px 15px rgba(87, 227, 141, 0.2);
}

.page-cockfighting__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  box-shadow: 0 6px 20px rgba(87, 227, 141, 0.4);
}

.page-cockfighting__video-section {
  padding: 60px 20px;
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
}

.page-cockfighting__video-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-cockfighting__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-cockfighting__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-cockfighting__introduction-section,
.page-cockfighting__promotions-section,
.page-cockfighting__security-section,
.page-cockfighting__conclusion-section {
  padding: 80px 0;
  background-color: #08160F;
}

.page-cockfighting__bet-types-section,
.page-cockfighting__strategy-section,
.page-cockfighting__features-section,
.page-cockfighting__faq-section {
  padding: 80px 0;
  background-color: #0A4B2C;
}

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

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

.page-cockfighting__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-cockfighting__card,
.page-cockfighting__step-card,
.page-cockfighting__strategy-item,
.page-cockfighting__promo-card,
.page-cockfighting__security-item,
.page-cockfighting__feature-item,
.page-cockfighting__faq-item {
  background-color: #11271B;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #2E7A4E; /* Border color */
}

.page-cockfighting__card-image,
.page-cockfighting__strategy-image,
.page-cockfighting__promo-image,
.page-cockfighting__security-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-cockfighting__card-title,
.page-cockfighting__step-title,
.page-cockfighting__strategy-title,
.page-cockfighting__promo-title,
.page-cockfighting__security-title,
.page-cockfighting__feature-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold for titles */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.page-cockfighting__card-text,
.page-cockfighting__step-text,
.page-cockfighting__strategy-text,
.page-cockfighting__promo-text,
.page-cockfighting__security-text,
.page-cockfighting__feature-text {
  font-size: 0.95rem;
  color: #A7D9B8;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-cockfighting__step-icon {
  background-color: #2AD16F;
  color: #08160F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

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

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

.page-cockfighting__faq-item {
  text-align: left;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  overflow: hidden;
  background-color: #11271B;
}

.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #F2FFF6;
  background-color: #1E3A2A; /* Divider color for question background */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting__faq-question:hover {
  background-color: #2E7A4E;
}

.page-cockfighting__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-cockfighting__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D;
}

.page-cockfighting__faq-answer {
  padding: 20px 30px;
  font-size: 1rem;
  color: #A7D9B8;
  line-height: 1.6;
  background-color: #11271B;
}

.page-cockfighting__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfighting__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
  .page-cockfighting__section-title {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-cockfighting__container {
    padding: 0 15px;
  }

  .page-cockfighting__hero-content {
    padding: 30px 15px;
  }

  .page-cockfighting__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting__btn-primary,
  .page-cockfighting__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cockfighting__video-section {
    padding: 40px 15px;
  }

  .page-cockfighting__video-container,
  .page-cockfighting__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-cockfighting video,
  .page-cockfighting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting__introduction-section,
  .page-cockfighting__bet-types-section,
  .page-cockfighting__registration-guide-section,
  .page-cockfighting__strategy-section,
  .page-cockfighting__promotions-section,
  .page-cockfighting__features-section,
  .page-cockfighting__security-section,
  .page-cockfighting__faq-section,
  .page-cockfighting__conclusion-section {
    padding: 50px 0;
  }

  .page-cockfighting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting__section,
  .page-cockfighting__card,
  .page-cockfighting__container,
  .page-cockfighting__grid,
  .page-cockfighting__steps-grid,
  .page-cockfighting__strategy-grid,
  .page-cockfighting__promotions-grid,
  .page-cockfighting__security-grid,
  .page-cockfighting__features-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting__hero-section {
    padding-top: 10px !important; 
  }
}

@media (max-width: 480px) {
  .page-cockfighting__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .page-cockfighting__lead-text {
    font-size: 1rem;
  }
  .page-cockfighting__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .page-cockfighting__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-cockfighting__faq-answer {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
  .page-cockfighting__card,
  .page-cockfighting__step-card,
  .page-cockfighting__strategy-item,
  .page-cockfighting__promo-card,
  .page-cockfighting__security-item,
  .page-cockfighting__feature-item,
  .page-cockfighting__faq-item {
    padding: 20px;
  }
}