.page-999ok-win-cockfighting {
  padding-top: var(--header-offset, 120px);
  color: #333333; /* Deep gray for text on light background */
  background-color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-999ok-cockfighting__hero-section {
  background: linear-gradient(135deg, #017439, #33cc66);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-999ok-win-cockfighting__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.page-999ok-win-cockfighting__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-999ok-win-cockfighting__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-999ok-win-cockfighting__hero-cta-buttons .page-999ok-win-cockfighting__btn {
  margin: 0 10px;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  font-weight: bold;
}

.page-999ok-win-cockfighting__btn--register {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #FFFF00;
}

.page-999ok-win-cockfighting__btn--register:hover {
  background-color: #e02020;
  transform: translateY(-3px);
}

.page-999ok-win-cockfighting__btn--login {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #FFFF00;
}

.page-999ok-win-cockfighting__btn--login:hover {
  background-color: #e02020;
  transform: translateY(-3px);
}

.page-999ok-win-cockfighting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-999ok-win-cockfighting__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-999ok-win-cockfighting__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-999ok-win-cockfighting__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-999ok-win-cockfighting__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-999ok-win-cockfighting__image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-999ok-win-cockfighting__subsection-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-999ok-win-cockfighting__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-999ok-win-cockfighting__feature-card {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-999ok-win-cockfighting__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-999ok-win-cockfighting__card-image {
  width: 100%;
  height: 250px; /* Ensure minimum height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-999ok-win-cockfighting__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-999ok-win-cockfighting__card-description {
  font-size: 1em;
  color: #555555;
}

.page-999ok-win-cockfighting__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #e6ffe6;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-999ok-win-cockfighting__cta-text {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-999ok-win-cockfighting__btn--primary {
  background-color: #017439;
  color: #FFFFFF;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.page-999ok-win-cockfighting__btn--primary:hover {
  background-color: #02944d;
  transform: translateY(-3px);
}

.page-999ok-win-cockfighting__how-to-play-section {
  background-color: #f0fdf0;
  padding: 60px 0;
}

.page-999ok-win-cockfighting__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-999ok-win-cockfighting__step-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-999ok-win-cockfighting__step-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-999ok-win-cockfighting__step-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-999ok-win-cockfighting__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 30px;
  text-decoration: none;
  background-color: #017439;
  color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.page-999ok-win-cockfighting__btn--small:hover {
  background-color: #02944d;
  transform: translateY(-2px);
}

.page-999ok-win-cockfighting__text-content--note {
  text-align: center;
  font-style: italic;
  color: #777777;
  margin-top: 30px;
}

.page-999ok-win-cockfighting__faq-section {
  padding: 60px 0;
}

.page-999ok-win-cockfighting__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-999ok-win-cockfighting__faq-question {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-999ok-win-cockfighting__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-999ok-win-cockfighting__btn--secondary {
  background-color: #555555;
  color: #FFFFFF;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

.page-999ok-win-cockfighting__btn--secondary:hover {
  background-color: #777777;
  transform: translateY(-3px);
}

.page-999ok-win-cockfighting__promotions-cta {
  background: linear-gradient(135deg, #017439, #02944d);
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-999ok-win-cockfighting__promotions-cta-content {
  position: relative;
  z-index: 2;
}

.page-999ok-win-cockfighting__section-title--white {
  color: #FFFFFF;
}

.page-999ok-win-cockfighting__section-title--white::after {
  background-color: #FFFFFF;
}

.page-999ok-win-cockfighting__text-content--white {
  color: #f0f0f0;
}

.page-999ok-win-cockfighting__btn--register-yellow {
  background-color: #FFFF00;
  color: #C30808;
  border: 2px solid #C30808;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
}

.page-999ok-win-cockfighting__btn--register-yellow:hover {
  background-color: #ffcc00;
  transform: translateY(-3px);
}

.page-999ok-win-cockfighting__promotions-cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-999ok-win-cockfighting__responsibility-section {
  padding: 60px 0;
  background-color: #fefefe;
}

.page-999ok-win-cockfighting__contact-cta {
  background: linear-gradient(135deg, #017439, #02944d);
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-999ok-win-cockfighting__contact-cta-content {
  position: relative;
  z-index: 2;
}

.page-999ok-win-cockfighting__contact-cta .page-999ok-win-cockfighting__btn--primary {
  margin-right: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-999ok-win-cockfighting__hero-title {
    font-size: 2.8em;
  }
  .page-999ok-win-cockfighting__hero-description {
    font-size: 1.1em;
  }
  .page-999ok-win-cockfighting__section-title {
    font-size: 2em;
  }
  .page-999ok-win-cockfighting__subsection-title {
    font-size: 1.6em;
  }
  .page-999ok-win-cockfighting__cta-text {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-999ok-win-cockfighting__hero-title {
    font-size: 2.2em;
  }
  .page-999ok-win-cockfighting__hero-description {
    font-size: 1em;
  }
  .page-999ok-win-cockfighting__hero-cta-buttons .page-999ok-win-cockfighting__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px;
  }
  .page-999ok-win-cockfighting__section-title {
    font-size: 1.8em;
  }
  .page-999ok-win-cockfighting__features-grid, .page-999ok-win-cockfighting__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-999ok-win-cockfighting__btn--primary, .page-999ok-win-cockfighting__btn--secondary, .page-999ok-win-cockfighting__btn--register-yellow {
    padding: 12px 25px;
    font-size: 1em;
    display: block;
    margin: 20px auto;
    width: 80%;
  }
  .page-999ok-win-cockfighting__btn--register-yellow {
    margin: 10px auto;
  }
  .page-999ok-win-cockfighting__contact-cta .page-999ok-win-cockfighting__btn--primary {
    margin-right: 0;
  }
  .page-999ok-win-cockfighting__promotions-cta-content .page-999ok-win-cockfighting__btn--primary {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-999ok-win-cockfighting__hero-title {
    font-size: 1.8em;
  }
  .page-999ok-win-cockfighting__hero-description {
    font-size: 0.9em;
  }
  .page-999ok-win-cockfighting__content-area {
    padding: 20px 15px;
  }
  .page-999ok-win-cockfighting__section-title {
    font-size: 1.5em;
  }
  .page-999ok-win-cockfighting__cta-text {
    font-size: 1.2em;
  }
  .page-999ok-win-cockfighting__btn--small {
    padding: 8px 15px;
    font-size: 0.8em;
  }
}