/* style/resources-cockfighting-betting-strategies.css */
.page-resources-cockfighting-betting-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-resources-cockfighting-betting-strategies__hero {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-cockfighting-betting-strategies__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,215,0,0.3) 0%, transparent 70%);
  animation: page-resources-cockfighting-betting-strategies-pulse 10s infinite alternate;
  z-index: 0;
}

@keyframes page-resources-cockfighting-betting-strategies-pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  100% { transform: scale(1.2); opacity: 0.8; }
}

.page-resources-cockfighting-betting-strategies__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-resources-cockfighting-betting-strategies__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.page-resources-cockfighting-betting-strategies__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-resources-cockfighting-betting-strategies__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-cockfighting-betting-strategies__cta-button--inline {
  margin-top: 20px;
}

.page-resources-cockfighting-betting-strategies__cta-button--app {
  background-color: #8B0000;
  color: #FFD700;
}

.page-resources-cockfighting-betting-strategies__cta-button--app:hover {
  background-color: #6a0000;
  color: #fff;
}

.page-resources-cockfighting-betting-strategies__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-cockfighting-betting-strategies__section:last-of-type {
  border-bottom: none;
}

.page-resources-cockfighting-betting-strategies__section-title {
  font-size: 2.5em;
  color: #8B0000;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-cockfighting-betting-strategies__sub-section-title {
  font-size: 1.8em;
  color: #5c4d00; /* Darker gold for contrast */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-cockfighting-betting-strategies p {
  margin-bottom: 15px;
  color: #444;
  font-size: 1.1em;
}

.page-resources-cockfighting-betting-strategies .highlight {
  color: #8B0000;
  font-weight: bold;
}

.page-resources-cockfighting-betting-strategies a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-cockfighting-betting-strategies a:hover {
  color: #FFD700;
}

.page-resources-cockfighting-betting-strategies__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-cockfighting-betting-strategies__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-cockfighting-betting-strategies__list li strong {
  color: #8B0000;
}

.page-resources-cockfighting-betting-strategies__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-cockfighting-betting-strategies__image-full-width {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-betting-strategies__image-small {
  max-width: 70%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-cockfighting-betting-strategies__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 10px;
  font-size: 0.95em;
}

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

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

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

  .page-resources-cockfighting-betting-strategies__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-cockfighting-betting-strategies__image-small {
    max-width: 90%;
  }
}

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

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

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

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

  .page-resources-cockfighting-betting-strategies__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-cockfighting-betting-strategies__list {
    margin-left: 15px;
  }
}