/* style/resources-cockfighting-deep-dive.css */
.page-resources-cockfighting-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f9fa;
}

.page-resources-cockfighting-deep-dive__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue gradient */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-cockfighting-deep-dive__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-cockfighting-deep-dive__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-cockfighting-deep-dive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
}

.page-resources-cockfighting-deep-dive__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-cockfighting-deep-dive__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-cockfighting-deep-dive__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  border: none;
  cursor: pointer;
}

.page-resources-cockfighting-deep-dive__btn--primary {
  background-color: #ffc107; /* Auxiliary color */
  color: #333333;
}

.page-resources-cockfighting-deep-dive__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-cockfighting-deep-dive__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-cockfighting-deep-dive__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-cockfighting-deep-dive__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin: 5px;
}

.page-resources-cockfighting-deep-dive__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-cockfighting-deep-dive__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-cockfighting-deep-dive__section--about {
  background-color: #f0f8ff;
}

.page-resources-cockfighting-deep-dive__section--breeds {
  background-color: #fdfae0;
}

.page-resources-cockfighting-deep-dive__section--guide {
  background-color: #e6f7ff;
}

.page-resources-cockfighting-deep-dive__section--strategy {
  background-color: #fff8e1;
}

.page-resources-cockfighting-deep-dive__section--commitment {
  background-color: #f0f8ff;
}

.page-resources-cockfighting-deep-dive__section--cta {
  background-color: #007bff;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-cockfighting-deep-dive__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-cockfighting-deep-dive__section--cta .page-resources-cockfighting-deep-dive__section-title {
  color: #ffffff;
}

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

.page-resources-cockfighting-deep-dive__container--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-cockfighting-deep-dive__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444444;
}

.page-resources-cockfighting-deep-dive__paragraph--large {
  font-size: 1.2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

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

.page-resources-cockfighting-deep-dive__grid-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-cockfighting-deep-dive__grid-item .page-resources-cockfighting-deep-dive__image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-cockfighting-deep-dive__sub-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-resources-cockfighting-deep-dive__card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
}

.page-resources-cockfighting-deep-dive__card-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-cockfighting-deep-dive__card-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-cockfighting-deep-dive__card-description {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-cockfighting-deep-dive__content-block {
  margin-bottom: 40px;
}

.page-resources-cockfighting-deep-dive__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-resources-cockfighting-deep-dive__list li {
  margin-bottom: 10px;
}

.page-resources-cockfighting-deep-dive__image--small {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-cockfighting-deep-dive__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  text-align: center;
}

.page-resources-cockfighting-deep-dive__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-cockfighting-deep-dive__step-icon {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-resources-cockfighting-deep-dive__step-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-cockfighting-deep-dive__step-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-cockfighting-deep-dive__image--large {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.page-resources-cockfighting-deep-dive__strategy-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-cockfighting-deep-dive__image--square {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

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

.page-resources-cockfighting-deep-dive__commitment-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-cockfighting-deep-dive__title {
    font-size: 2.5em;
  }

  .page-resources-cockfighting-deep-dive__subtitle {
    font-size: 1.1em;
  }

  .page-resources-cockfighting-deep-dive__section-title {
    font-size: 2em;
  }

  .page-resources-cockfighting-deep-dive__sub-title {
    font-size: 1.5em;
  }

  .page-resources-cockfighting-deep-dive__paragraph {
    font-size: 1em;
  }

  .page-resources-cockfighting-deep-dive__hero {
    padding: 60px 15px;
  }

  .page-resources-cockfighting-deep-dive__section {
    padding: 40px 0;
  }

  .page-resources-cockfighting-deep-dive__image--large {
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .page-resources-cockfighting-deep-dive__title {
    font-size: 2em;
  }

  .page-resources-cockfighting-deep-dive__subtitle {
    font-size: 1em;
  }

  .page-resources-cockfighting-deep-dive__section-title {
    font-size: 1.8em;
  }

  .page-resources-cockfighting-deep-dive__btn {
    font-size: 1em;
    padding: 12px 25px;
    margin: 8px;
  }

  .page-resources-cockfighting-deep-dive__hero {
    padding: 40px 10px;
  }

  .page-resources-cockfighting-deep-dive__image--small {
    max-width: 90%;
  }
}