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

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

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

.page-resources-cockfighting-betting-tips__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-resources-cockfighting-betting-tips__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.page-resources-cockfighting-betting-tips__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-cockfighting-betting-tips__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #eee;
}

.page-resources-cockfighting-betting-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
  border: 2px solid transparent;
}

.page-resources-cockfighting-betting-tips__btn--primary {
  background-color: #FFD700;
  color: #B22222;
}

.page-resources-cockfighting-betting-tips__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-cockfighting-betting-tips__btn--secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.page-resources-cockfighting-betting-tips__btn--secondary:hover {
  background-color: #fff;
  color: #B22222;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.page-resources-cockfighting-betting-tips__section--alt {
  background-color: #eee;
}

.page-resources-cockfighting-betting-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #B22222;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: left;
}

.page-resources-cockfighting-betting-tips__text--small {
  font-size: 0.9em;
  color: #777;
  margin-top: 30px;
}

.page-resources-cockfighting-betting-tips__text a {
  color: #B22222;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__text a:hover {
  text-decoration: underline;
}

.page-resources-cockfighting-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-resources-cockfighting-betting-tips__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-cockfighting-betting-tips__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-cockfighting-betting-tips__grid-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__grid-text {
  color: #666;
}

.page-resources-cockfighting-betting-tips__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-cockfighting-betting-tips__list li {
  background-color: #fff;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  border-left: 5px solid #FFD700;
}

.page-resources-cockfighting-betting-tips__list-title {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__list-text {
  color: #666;
}

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

.page-resources-cockfighting-betting-tips__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  border-bottom: 3px solid #B22222;
}

.page-resources-cockfighting-betting-tips__feature-title {
  font-size: 1.3em;
  color: #B22222;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__feature-text {
  color: #666;
}

.page-resources-cockfighting-betting-tips__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-resources-cockfighting-betting-tips__steps-list li {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  counter-increment: step-counter;
  position: relative;
  padding-left: 60px;
}

.page-resources-cockfighting-betting-tips__steps-list li::before {
  content: "0" counter(step-counter);
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  line-height: 1;
}

.page-resources-cockfighting-betting-tips__steps-title {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-cockfighting-betting-tips__steps-text {
  color: #666;
}

.page-resources-cockfighting-betting-tips__section--cta {
  background-color: #B22222;
  color: #fff;
  padding: 80px 0;
}

.page-resources-cockfighting-betting-tips__section--cta .page-resources-cockfighting-betting-tips__section-title {
  color: #fff;
}

.page-resources-cockfighting-betting-tips__section--cta .page-resources-cockfighting-betting-tips__text {
  color: #eee;
}

.page-resources-cockfighting-betting-tips__cta-buttons {
  margin-top: 40px;
}

.highlight-text {
  color: #FFD700;
}

@media (max-width: 992px) {
  .page-resources-cockfighting-betting-tips__title {
    font-size: 2.8em;
  }
  .page-resources-cockfighting-betting-tips__subtitle {
    font-size: 1.2em;
  }
  .page-resources-cockfighting-betting-tips__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-cockfighting-betting-tips__title {
    font-size: 2.2em;
  }
  .page-resources-cockfighting-betting-tips__subtitle {
    font-size: 1em;
  }
  .page-resources-cockfighting-betting-tips__hero {
    padding: 80px 0;
  }
  .page-resources-cockfighting-betting-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-cockfighting-betting-tips__grid,
  .page-resources-cockfighting-betting-tips__features,
  .page-resources-cockfighting-betting-tips__steps-list {
    grid-template-columns: 1fr;
  }
  .page-resources-cockfighting-betting-tips__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-resources-cockfighting-betting-tips__title {
    font-size: 1.8em;
  }
  .page-resources-cockfighting-betting-tips__subtitle {
    font-size: 0.9em;
  }
  .page-resources-cockfighting-betting-tips__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-resources-cockfighting-betting-tips__steps-list li {
    padding-left: 50px;
  }
  .page-resources-cockfighting-betting-tips__steps-list li::before {
    font-size: 1.5em;
    left: 15px;
  }
}