.page-cockfighting-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#0a0a0a), so use light text */
  background-color: transparent; /* Inherit from body */
}

.page-cockfighting-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-cockfighting-betting-guide__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-cockfighting-betting-guide__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-betting-guide__btn-primary,
.page-cockfighting-betting-guide__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-cockfighting-betting-guide__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-cockfighting-betting-guide__btn-primary:hover {
  background: #005f2c;
  border-color: #005f2c;
}

.page-cockfighting-betting-guide__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-cockfighting-betting-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #005f2c;
  border-color: #005f2c;
}

.page-cockfighting-betting-guide__register-button {
  background: #C30808;
  color: #FFFF00;
  border-color: #C30808;
}

.page-cockfighting-betting-guide__register-button:hover {
  background: #a00606;
  border-color: #a00606;
}

/* Hero Section */
.page-cockfighting-betting-guide__hero-section {
  position: relative;
  background-color: #0a0a0a;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  overflow: hidden;
}

.page-cockfighting-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
}

.page-cockfighting-betting-guide__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}

.page-cockfighting-betting-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-cockfighting-betting-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-cockfighting-betting-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-cockfighting-betting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.7);
}

/* Video Section */
.page-cockfighting-betting-guide__video-section {
  background-color: #1a1a1a;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-betting-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.page-cockfighting-betting-guide__video-cta {
  margin-top: 30px;
}

/* Advantages Section */
.page-cockfighting-betting-guide__advantages-section {
  background-color: #0a0a0a;
  padding: 80px 0;
  text-align: center;
}

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

.page-cockfighting-betting-guide__advantage-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-cockfighting-betting-guide__advantage-card:hover {
  transform: translateY(-10px);
  background: rgba(1, 116, 57, 0.7);
}

.page-cockfighting-betting-guide__advantage-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-cockfighting-betting-guide__advantage-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFF00; /* Use accent color for emphasis */
  font-weight: bold;
}

.page-cockfighting-betting-guide__advantage-text {
  font-size: 1em;
  color: #f0f0f0;
  flex-grow: 1;
}

/* How to Bet Section */
.page-cockfighting-betting-guide__how-to-bet-section {
  background-color: #1a1a1a;
  padding: 80px 0;
  text-align: center;
}

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

.page-cockfighting-betting-guide__step-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: left;
  position: relative;
  padding-left: 80px;
}

.page-cockfighting-betting-guide__step-card::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFF00; /* Accent color for step number */
}

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

.page-cockfighting-betting-guide__step-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-cockfighting-betting-guide__step-text a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-cockfighting-betting-guide__step-text a:hover {
  color: #fff;
}

.page-cockfighting-betting-guide__content-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 60px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

/* Bet Types Section */
.page-cockfighting-betting-guide__bet-types-section {
  background-color: #017439;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-betting-guide__bet-types-section .page-cockfighting-betting-guide__section-title,
.page-cockfighting-betting-guide__bet-types-section .page-cockfighting-betting-guide__section-description {
  color: #ffffff;
}

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

.page-cockfighting-betting-guide__type-card {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: left;
  height: 100%;
}

.page-cockfighting-betting-guide__type-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFF00; /* Accent color for titles */
  font-weight: bold;
}

.page-cockfighting-betting-guide__type-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* Tips Section */
.page-cockfighting-betting-guide__tips-section {
  background-color: #0a0a0a;
  padding: 80px 0;
  text-align: center;
}

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

.page-cockfighting-betting-guide__tip-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: left;
  height: 100%;
}

.page-cockfighting-betting-guide__tip-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #017439;
  font-weight: bold;
}

.page-cockfighting-betting-guide__tip-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* FAQ Section */
.page-cockfighting-betting-guide__faq-section {
  background-color: #017439; /* Dark background for FAQ */
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}

.page-cockfighting-betting-guide__faq-section .page-cockfighting-betting-guide__section-title,
.page-cockfighting-betting-guide__faq-section .page-cockfighting-betting-guide__section-description {
  color: #ffffff;
}

.page-cockfighting-betting-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-cockfighting-betting-guide__faq-item {
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

.page-cockfighting-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting-betting-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-cockfighting-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-cockfighting-betting-guide__faq-item[open] .page-cockfighting-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-cockfighting-betting-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #f0f0f0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-cockfighting-betting-guide__faq-answer p {
  margin-bottom: 0;
}

.page-cockfighting-betting-guide__faq-answer a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-cockfighting-betting-guide__faq-answer a:hover {
  color: #fff;
}

/* CTA Section */
.page-cockfighting-betting-guide__cta-section {
  background-color: #1a1a1a;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Global image styles */
.page-cockfighting-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover; /* Ensure images fill their space without distortion */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-cockfighting-betting-guide__hero-title {
    font-size: 3em;
  }
  .page-cockfighting-betting-guide__hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting-betting-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-betting-guide__hero-section {
    min-height: 60vh;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-cockfighting-betting-guide__hero-title {
    font-size: 2.5em;
  }
  .page-cockfighting-betting-guide__hero-description {
    font-size: 1em;
  }
  .page-cockfighting-betting-guide__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-cockfighting-betting-guide__btn-primary,
  .page-cockfighting-betting-guide__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-cockfighting-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-guide__section-description {
    font-size: 0.95em;
  }

  .page-cockfighting-betting-guide__advantages-grid,
  .page-cockfighting-betting-guide__step-by-step,
  .page-cockfighting-betting-guide__bet-types-grid,
  .page-cockfighting-betting-guide__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-betting-guide__step-card {
    padding-left: 20px;
  }
  .page-cockfighting-betting-guide__step-card::before {
    position: static;
    display: block;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .page-cockfighting-betting-guide__step-title {
    font-size: 1.2em;
  }

  .page-cockfighting-betting-guide__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-cockfighting-betting-guide__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  /* Mobile image and video responsiveness */
  .page-cockfighting-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset; /* Allow smaller images if needed for layout, but ensure they don't break overflow */
    min-height: unset;
  }

  .page-cockfighting-betting-guide video,
  .page-cockfighting-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-cockfighting-betting-guide__video-section,
  .page-cockfighting-betting-guide__video-container,
  .page-cockfighting-betting-guide__video-wrapper,
  .page-cockfighting-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-cockfighting-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting-betting-guide__advantage-image,
  .page-cockfighting-betting-guide__content-image {
    min-width: 200px !important;
    min-height: 200px !important;
  }
}