.page-cockfighting {
  font-family: Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

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

.page-cockfighting__container--center {
  text-align: center;
}

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

.page-cockfighting__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-cockfighting__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-cockfighting__text-block {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-cockfighting__highlight {
  color: #2F6BFF; /* Main Color */
  font-weight: 600;
}

/* Hero Section */
.page-cockfighting__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-cockfighting__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow: hidden;
}

.page-cockfighting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-cockfighting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
}

.page-cockfighting__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-cockfighting__hero-description {
  font-size: 18px;
  line-height: 1.7;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}

.page-cockfighting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-cockfighting__btn-primary,
.page-cockfighting__btn-secondary,
.page-cockfighting__btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-cockfighting__btn-primary:hover {
  box-shadow: 0 8px 15px rgba(47, 107, 255, 0.4);
  transform: translateY(-2px);
}

.page-cockfighting__btn-secondary {
  background: #ffffff;
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF; /* Main Color */
}

.page-cockfighting__btn-secondary:hover {
  background: #f0f5ff;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.2);
}

.page-cockfighting__btn-small {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  margin-top: 15px;
}

.page-cockfighting__btn-small:hover {
  box-shadow: 0 6px 12px rgba(47, 107, 255, 0.3);
  transform: translateY(-1px);
}

.page-cockfighting__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
}

/* Grid Layouts */
.page-cockfighting__grid {
  display: grid;
  gap: 30px;
}

.page-cockfighting__grid--2-col {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-cockfighting__grid--3-col {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Card Styles */
.page-cockfighting__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #D6E2FF; /* Border */
  color: #1F2D3D; /* Text Main */
}

.page-cockfighting__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-cockfighting__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  padding: 20px 20px 10px;
  margin: 0;
}

.page-cockfighting__card-description {
  font-size: 15px;
  color: #1F2D3D; /* Text Main */
  padding: 0 20px 20px;
  margin: 0;
  flex-grow: 1;
}

/* Feature Items */
.page-cockfighting__feature-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-cockfighting__dark-section .page-cockfighting__section-title {
  color: #ffffff;
}

.page-cockfighting__dark-section .page-cockfighting__text-block {
  color: #f0f0f0;
}

.page-cockfighting__feature-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-cockfighting__feature-description {
  font-size: 16px;
  color: #e0e0e0;
}

/* Guide Section */
.page-cockfighting__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting__step-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid #D6E2FF; /* Border */
  color: #1F2D3D; /* Text Main */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-cockfighting__step-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-cockfighting__step-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-cockfighting__step-description {
  font-size: 15px;
  color: #1F2D3D; /* Text Main */
  padding: 0 15px;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* Article Body */
.page-cockfighting__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: justify;
}

.page-cockfighting__article-body p {
  margin-bottom: 1.5em;
}

.page-cockfighting__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Promotions Section */
.page-cockfighting__promo-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
}

.page-cockfighting__promo-list li {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 16px;
  color: #1F2D3D; /* Text Main */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-cockfighting__promo-list li strong {
  color: #2F6BFF; /* Main Color */
}

/* Support Section */
.page-cockfighting__support-section {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-cockfighting__contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-cockfighting__contact-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-cockfighting__contact-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-cockfighting__contact-description {
  font-size: 15px;
  color: #e0e0e0;
}

/* FAQ Section */
details.page-cockfighting__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  color: #1F2D3D; /* Text Main */
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}
details.page-cockfighting__faq-item summary.page-cockfighting__faq-question:hover {
  background: #f5f5f5;
}
.page-cockfighting__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #000000; /* Custom Color_1776249996415 */
}
.page-cockfighting__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-cockfighting__faq-item .page-cockfighting__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Final CTA Section */
.page-cockfighting__final-cta-section {
  background-color: #6FA3FF; /* Auxiliary Color */
  color: #ffffff;
  text-align: center;
}

.page-cockfighting__final-cta-section .page-cockfighting__section-title {
  color: #ffffff;
}

.page-cockfighting__final-cta-section .page-cockfighting__text-block {
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__final-cta-section .page-cockfighting__cta-buttons {
  margin-top: 40px;
}

/* Global image and button responsive styles */
.page-cockfighting img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-cockfighting__section,
.page-cockfighting__card,
.page-cockfighting__container,
.page-cockfighting__cta-buttons,
.page-cockfighting__button-group,
.page-cockfighting__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .page-cockfighting__container {
    padding: 15px;
  }

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

  .page-cockfighting__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

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

  .page-cockfighting__hero-description {
    font-size: 16px;
  }

  .page-cockfighting__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting__btn-primary,
  .page-cockfighting__btn-secondary,
  .page-cockfighting__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cockfighting__btn-center {
    max-width: 100%;
  }

  .page-cockfighting__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }

  .page-cockfighting__grid--2-col {
    grid-template-columns: 1fr;
  }

  .page-cockfighting__grid--3-col {
    grid-template-columns: 1fr;
  }

  .page-cockfighting__card-image {
    height: 200px;
  }

  .page-cockfighting__card-title {
    font-size: 20px;
  }

  .page-cockfighting__feature-title {
    font-size: 20px;
  }

  .page-cockfighting__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting__step-image {
    height: 150px;
  }

  .page-cockfighting__step-title {
    font-size: 18px;
  }

  .page-cockfighting__article-body {
    padding: 0 15px;
  }

  .page-cockfighting__article-image {
    margin: 20px auto;
  }

  .page-cockfighting__promo-list {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-cockfighting__promo-list li {
    padding: 12px 15px;
    font-size: 15px;
  }

  .page-cockfighting__contact-methods {
    grid-template-columns: 1fr;
  }

  details.page-cockfighting__faq-item summary.page-cockfighting__faq-question { padding: 15px; }
  .page-cockfighting__faq-qtext { font-size: 15px; }
  details.page-cockfighting__faq-item .page-cockfighting__faq-answer { padding: 0 15px 15px; }

  .page-cockfighting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cockfighting__section,
  .page-cockfighting__card,
  .page-cockfighting__container,
  .page-cockfighting__cta-buttons,
  .page-cockfighting__button-group,
  .page-cockfighting__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-cockfighting__hero-section {
    padding-top: 10px;
  }

  /* Specific overrides for mobile content image sizes */
  .page-cockfighting__card-image,
  .page-cockfighting__step-image,
  .page-cockfighting__article-image {
    min-width: 200px !important;
    min-height: 150px !important;
  }

  .page-cockfighting__hero-image-wrapper {
    max-height: 400px;
  }

  .page-cockfighting__grid--2-col,
  .page-cockfighting__grid--3-col {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .page-cockfighting__text-block {
    text-align: left;
  }

  .page-cockfighting__promo-list {
    max-width: 100%;
    padding: 0;
  }
  .page-cockfighting__promo-list li {
    margin: 0 0 10px 0;
  }

  .page-cockfighting__hero-content {
    padding: 0 15px;
  }
}

/* @media for 1024px, if needed for tablet, but 768px is the critical one */
@media (max-width: 1024px) {
  .page-cockfighting__container {
    padding: 20px 30px;
  }
  .page-cockfighting__grid--2-col {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .page-cockfighting__grid--3-col {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-cockfighting__main-title {
    font-size: clamp(2.8rem, 4.5vw, 3.2rem);
  }
  .page-cockfighting__hero-image-wrapper {
    max-height: 500px;
  }
  .page-cockfighting__section-title {
    font-size: 32px;
  }
  .page-cockfighting__subtitle {
    font-size: 22px;
  }
}