.page-cockfighting-betting-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for main text on dark background */
  background-color: #0F1D33; /* Darker background for overall page */
}

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

.page-cockfighting-betting-strategies__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1D33 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-cockfighting-betting-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #F0B90B; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-betting-strategies__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #CCCCCC;
}

.page-cockfighting-betting-strategies__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-cockfighting-betting-strategies__btn--primary {
  background-color: #F0B90B; /* Auxiliary color */
  color: #1A2B4C; /* Main color for text */
  border: 2px solid #F0B90B;
}

.page-cockfighting-betting-strategies__btn--primary:hover {
  background-color: #E0A800;
  border-color: #E0A800;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-betting-strategies__btn--secondary {
  background-color: transparent;
  color: #F0B90B;
  border: 2px solid #F0B90B;
  margin-left: 20px;
}

.page-cockfighting-betting-strategies__btn--secondary:hover {
  background-color: #F0B90B;
  color: #1A2B4C;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-betting-strategies__section {
  padding: 60px 0;
  background-color: #1A2B4C; /* Main color for sections */
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-betting-strategies__section:nth-of-type(even) {
  background-color: #0F1D33; /* Slightly darker for alternating sections */
}

.page-cockfighting-betting-strategies__section-title {
  font-size: 2.5em;
  color: #F0B90B; /* Auxiliary color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-cockfighting-betting-strategies__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F0B90B;
  border-radius: 2px;
}

.page-cockfighting-betting-strategies__subsection-title {
  font-size: 1.8em;
  color: #F0B90B; /* Auxiliary color for subtitles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #F0B90B;
  padding-left: 15px;
}

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

.page-cockfighting-betting-strategies__section ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-cockfighting-betting-strategies__section li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #CCCCCC;
}

.page-cockfighting-betting-strategies__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-cockfighting-betting-strategies__cta-content {
  text-align: center;
  background-color: #1A2B4C;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-betting-strategies__cta-content .page-cockfighting-betting-strategies__section-title {
  margin-bottom: 20px;
}

.page-cockfighting-betting-strategies__cta-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-cockfighting-betting-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-cockfighting-betting-strategies__responsible-gambling {
  font-style: italic;
  font-size: 0.95em;
  color: #A0A0A0;
}

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

  .page-cockfighting-betting-strategies__hero-subtitle {
    font-size: 1.2em;
  }

  .page-cockfighting-betting-strategies__section-title {
    font-size: 2em;
  }

  .page-cockfighting-betting-strategies__subsection-title {
    font-size: 1.5em;
  }

  .page-cockfighting-betting-strategies__section {
    padding: 40px 0;
  }

  .page-cockfighting-betting-strategies__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-cockfighting-betting-strategies__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-betting-strategies__hero-title {
    font-size: 2em;
  }

  .page-cockfighting-betting-strategies__hero-subtitle {
    font-size: 1em;
  }

  .page-cockfighting-betting-strategies__section-title {
    font-size: 1.8em;
  }

  .page-cockfighting-betting-strategies__subsection-title {
    font-size: 1.3em;
  }

  .page-cockfighting-betting-strategies__section p,
  .page-cockfighting-betting-strategies__section li {
    font-size: 0.95em;
  }

  .page-cockfighting-betting-strategies__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}