.page-cockfighting {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

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

.page-cockfighting__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  background-color: #2F6BFF;
  color: #FFFFFF;
}

.page-cockfighting__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.page-cockfighting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-cockfighting__hero-content {
  padding: 20px;
  max-width: 900px;
}

.page-cockfighting__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-cockfighting__hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-cockfighting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-cockfighting__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__cta-button--small {
  padding: 12px 25px;
  font-size: 0.9rem;
}

.page-cockfighting__section {
  padding: 60px 0;
}

.page-cockfighting__section:nth-of-type(odd) {
  background-color: #F4F7FB;
}

.page-cockfighting__section:nth-of-type(even) {
  background-color: #FFFFFF;
}

.page-cockfighting__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-cockfighting__section-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1F2D3D;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-cockfighting__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__feature-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px 40px -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-cockfighting__feature-item {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 15px;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #D6E2FF;
}

.page-cockfighting__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-cockfighting__feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-cockfighting__step-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-cockfighting__step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border-left: 5px solid #2F6BFF;
}

.page-cockfighting__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-cockfighting__step-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-cockfighting__faq-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #D6E2FF;
}

.page-cockfighting__faq-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-cockfighting__faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-cockfighting__text-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 1rem;
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 500;
}

.page-cockfighting__text-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-cockfighting__hero-section {
    padding-bottom: 30px;
  }

  .page-cockfighting__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-cockfighting__hero-description {
    font-size: 1rem;
  }

  .page-cockfighting__section {
    padding: 40px 0;
  }

  .page-cockfighting__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }

  .page-cockfighting__section-text {
    font-size: 0.95rem;
  }

  .page-cockfighting__feature-item {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  /* Ensure all images within .page-cockfighting are responsive */
  .page-cockfighting img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-cockfighting__cta-button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .page-cockfighting__feature-title {
    font-size: 1.2rem;
  }

  .page-cockfighting__step-title {
    font-size: 1.15rem;
  }

  .page-cockfighting__faq-question {
    font-size: 1.1rem;
  }
}