/* style/cockfighting.css */
.page-cockfighting {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A2342; /* Main dark blue background */
  line-height: 1.6;
}

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

.page-cockfighting__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1a3a61 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-cockfighting__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-cockfighting__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main titles */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-cockfighting__hero-description {
  font-size: 1.3em;
  color: #FFFFFF; /* White for hero description */
  margin-bottom: 30px;
}

.page-cockfighting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle background image */
  z-index: 1;
}

.page-cockfighting__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  padding-top: 60px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__text {
  font-size: 1.1em;
  color: #E0E0E0; /* Light grey for body text */
  margin-bottom: 20px;
  text-align: justify;
}

.page-cockfighting__link--brand {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-cockfighting__link--brand:hover {
  text-decoration: underline;
  color: #FFF;
}

.page-cockfighting__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
}

.page-cockfighting__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-cockfighting__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #000;
}

.page-cockfighting__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-cockfighting__btn--secondary:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #0A2342; /* Dark blue text on gold */
}

.page-cockfighting__btn--link {
  background-color: #1a3a61; /* Darker blue for link buttons */
  color: #FFD700;
  border: 1px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-cockfighting__btn--link:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-cockfighting__about-debet, .page-cockfighting__features, .page-cockfighting__how-to-play, .page-cockfighting__sub-pages, .page-cockfighting__cta {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-cockfighting__about-debet {
  background-color: #0A2342;
}

.page-cockfighting__features {
  background-color: #1a3a61; /* Slightly lighter dark blue */
}

.page-cockfighting__how-to-play {
  background-color: #0A2342;
}

.page-cockfighting__sub-pages {
  background-color: #1a3a61;
}

.page-cockfighting__cta {
  background: linear-gradient(45deg, #0A2342, #FFD700);
  text-align: center;
  padding: 100px 0;
}

.page-cockfighting__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

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

.page-cockfighting__feature-item {
  background-color: #0A2342; /* Dark blue background for feature items */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #FFD700;
}

.page-cockfighting__feature-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for feature titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting__feature-description {
  font-size: 1em;
  color: #CCCCCC; /* Lighter grey for feature descriptions */
}

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

.page-cockfighting__step-list li {
  background-color: #1a3a61; /* Slightly lighter dark blue for steps */
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__step-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for step titles */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-cockfighting__step-list li p {
  color: #E0E0E0;
  font-size: 1em;
}

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

.page-cockfighting__sub-page-item {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-cockfighting__sub-page-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting__sub-page-title a {
  color: #FFD700; /* Gold for sub-page titles */
  text-decoration: none;
}

.page-cockfighting__sub-page-title a:hover {
  text-decoration: underline;
  color: #FFF;
}

.page-cockfighting__sub-page-description {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 20px;
  flex-grow: 1;
}

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

.page-cockfighting .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting__hero-title {
    font-size: 2.8em;
  }
  .page-cockfighting__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting__hero-title {
    font-size: 2.2em;
  }
  .page-cockfighting__hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .page-cockfighting__text,
  .page-cockfighting__feature-description,
  .page-cockfighting__step-list li p,
  .page-cockfighting__sub-page-description {
    font-size: 0.95em;
  }
  .page-cockfighting__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-cockfighting__feature-item, .page-cockfighting__sub-page-item {
    padding: 25px;
  }
  .page-cockfighting__feature-title {
    font-size: 1.6em;
  }
  .page-cockfighting__step-title {
    font-size: 1.3em;
  }
  .page-cockfighting__sub-page-title {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-cockfighting__hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting__hero-description {
    font-size: 1em;
  }
  .page-cockfighting__section-title {
    font-size: 1.6em;
    padding-top: 30px;
  }
  .page-cockfighting__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-cockfighting__feature-grid, .page-cockfighting__sub-page-list {
    grid-template-columns: 1fr;
  }
  .page-cockfighting__about-debet, .page-cockfighting__features, .page-cockfighting__how-to-play, .page-cockfighting__sub-pages, .page-cockfighting__cta {
    padding: 50px 0;
  }
  .page-cockfighting__feature-item, .page-cockfighting__sub-page-item {
    padding: 20px;
  }
}