.page--g-cockfighting-betting-strategy {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page--g-cockfighting-betting-strategy__hero {
  position: relative;
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page--g-cockfighting-betting-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page--g-cockfighting-betting-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page--g-cockfighting-betting-strategy__hero .page--g-cockfighting-betting-strategy__container {
  position: relative;
  z-index: 1;
}

.page--g-cockfighting-betting-strategy__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page--g-cockfighting-betting-strategy__subtitle {
  font-size: 1.5em;
  color: #e5dfd3;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page--g-cockfighting-betting-strategy__btn-primary,
.page--g-cockfighting-betting-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page--g-cockfighting-betting-strategy__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page--g-cockfighting-betting-strategy__btn-primary:hover {
  background-color: #e6c200;
  color: #0d1015;
  transform: translateY(-3px);
}

.page--g-cockfighting-betting-strategy__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page--g-cockfighting-betting-strategy__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page--g-cockfighting-betting-strategy__section {
  padding: 60px 0;
  text-align: center;
}

.page--g-cockfighting-betting-strategy__section:nth-of-type(even) {
  background-color: #2a3340;
}

.page--g-cockfighting-betting-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page--g-cockfighting-betting-strategy__intro p,
.page--g-cockfighting-betting-strategy__why-strategy p,
.page--g-cockfighting-betting-strategy__understanding p,
.page--g-cockfighting-betting-strategy__analysis-factors p,
.page--g-cockfighting-betting-strategy__smart-strategies p,
.page--g-cockfighting-betting-strategy__avoid-mistakes p,
.page--g-cockfighting-betting-strategy__benefits p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #e5dfd3;
}

.page--g-cockfighting-betting-strategy__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page--g-cockfighting-betting-strategy__list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 20px auto;
  text-align: left;
}

.page--g-cockfighting-betting-strategy__list li {
  background-color: #2a3340;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  border-left: 5px solid #FFD700;
  font-size: 1.1em;
  color: #e5dfd3;
}

.page--g-cockfighting-betting-strategy__list li strong {
  color: #FFD700;
}

.page--g-cockfighting-betting-strategy__content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page--g-cockfighting-betting-strategy__content-grid .page--g-cockfighting-betting-strategy__text-content {
  flex: 1;
  min-width: 300px;
}

.page--g-cockfighting-betting-strategy__content-grid .page--g-cockfighting-betting-strategy__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page--g-cockfighting-betting-strategy__content-grid .page--g-cockfighting-betting-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page--g-cockfighting-betting-strategy__card {
  background-color: #2a3340;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page--g-cockfighting-betting-strategy__card:hover {
  transform: translateY(-5px);
}

.page--g-cockfighting-betting-strategy__card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}

.page--g-cockfighting-betting-strategy__card-title {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page--g-cockfighting-betting-strategy__card p {
  color: #e5dfd3;
  font-size: 1em;
}

.page--g-cockfighting-betting-strategy__factors-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page--g-cockfighting-betting-strategy__factor-item {
  background-color: #2a3340;
  border-left: 5px solid #FFD700;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page--g-cockfighting-betting-strategy__factor-title {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page--g-cockfighting-betting-strategy__factor-item p {
  color: #e5dfd3;
  font-size: 1em;
  margin-bottom: 0;
}

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

.page--g-cockfighting-betting-strategy__strategy-card {
  background-color: #1A202C;
  border: 1px solid #FFD700;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page--g-cockfighting-betting-strategy__strategy-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page--g-cockfighting-betting-strategy__strategy-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}

.page--g-cockfighting-betting-strategy__strategy-card-title {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page--g-cockfighting-betting-strategy__strategy-card p {
  color: #e5dfd3;
  font-size: 1em;
}

.page--g-cockfighting-betting-strategy__cta {
  background: linear-gradient(135deg, #FFD700, #e6c200);
  padding: 80px 0;
  color: #1A202C;
  position: relative;
  overflow: hidden;
}

.page--g-cockfighting-betting-strategy__cta-content {
  position: relative;
  z-index: 1;
}

.page--g-cockfighting-betting-strategy__cta .page--g-cockfighting-betting-strategy__section-title {
  color: #1A202C;
  text-shadow: none;
}

.page--g-cockfighting-betting-strategy__cta p {
  color: #1A202C;
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page--g-cockfighting-betting-strategy__cta .page--g-cockfighting-betting-strategy__highlight {
  color: #1A202C;
}

.page--g-cockfighting-betting-strategy__cta-buttons .page--g-cockfighting-betting-strategy__btn-primary,
.page--g-cockfighting-betting-strategy__cta-buttons .page--g-cockfighting-betting-strategy__btn-secondary {
  background-color: #1A202C;
  color: #FFD700;
  border-color: #1A202C;
}

.page--g-cockfighting-betting-strategy__cta-buttons .page--g-cockfighting-betting-strategy__btn-primary:hover,
.page--g-cockfighting-betting-strategy__cta-buttons .page--g-cockfighting-betting-strategy__btn-secondary:hover {
  background-color: #0d1015;
  color: #FFD700;
  border-color: #0d1015;
}

.page--g-cockfighting-betting-strategy__cta-image {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(15deg);
}

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

  .page--g-cockfighting-betting-strategy__subtitle {
    font-size: 1.2em;
  }

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

  .page--g-cockfighting-betting-strategy__content-grid {
    flex-direction: column;
    text-align: center;
  }

  .page--g-cockfighting-betting-strategy__content-grid .page--g-cockfighting-betting-strategy__text-content,
  .page--g-cockfighting-betting-strategy__content-grid .page--g-cockfighting-betting-strategy__image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page--g-cockfighting-betting-strategy__list li {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page--g-cockfighting-betting-strategy__btn-primary,
  .page--g-cockfighting-betting-strategy__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }

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

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

  .page--g-cockfighting-betting-strategy__subtitle {
    font-size: 1em;
  }

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

  .page--g-cockfighting-betting-strategy__card-title,
  .page--g-cockfighting-betting-strategy__factor-title,
  .page--g-cockfighting-betting-strategy__strategy-card-title {
    font-size: 1.3em;
  }

  .page--g-cockfighting-betting-strategy__hero {
    padding: 60px 0;
  }

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