.page-cockfighting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 50px;
}

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

.page-cockfighting__section-title {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.3);
}

.page-cockfighting__section-description {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

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

.page-cockfighting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-cockfighting__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-cockfighting__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 2px 10px rgba(46, 122, 78, 0.2);
}

.page-cockfighting__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(46, 122, 78, 0.4);
}

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

/* Hero Section */
.page-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 10px 20px 80px;
  text-align: center;
  overflow: hidden;
  background-color: #08160F;
}

.page-cockfighting__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-cockfighting__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-cockfighting__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting__main-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: #F2FFF6; /* Text Main */
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(87, 227, 141, 0.5);
}

.page-cockfighting__hero-description {
  font-size: clamp(18px, 2vw, 24px);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Introduction Section */
.page-cockfighting__introduction-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-cockfighting__introduction-section .page-cockfighting__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-cockfighting__introduction-section .page-cockfighting__text-block {
  font-size: 18px;
  line-height: 1.8;
  color: #F2FFF6;
  text-align: justify;
}

.page-cockfighting__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
}

/* Video Section */
.page-cockfighting__video-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
  text-align: center;
}

.page-cockfighting__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-cockfighting__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

.page-cockfighting__btn-video-cta {
  margin-top: 30px;
}

/* Bet Types Section */
.page-cockfighting__bet-types-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
}

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

.page-cockfighting__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-cockfighting__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cockfighting__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
}

.page-cockfighting__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-cockfighting__card-text {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  flex-grow: 1;
}

/* How to Play Section */
.page-cockfighting__how-to-play-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
}

.page-cockfighting__how-to-play-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-cockfighting__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-cockfighting__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.page-cockfighting__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
}

.page-cockfighting__step-text h3 {
  font-size: 22px;
  color: #F2FFF6; /* Text Main */
  margin-top: 0;
  margin-bottom: 8px;
}

.page-cockfighting__step-text p {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-cockfighting__step-text p a {
  color: #57E38D;
  text-decoration: none;
}

.page-cockfighting__step-text p a:hover {
  text-decoration: underline;
}

.page-cockfighting__how-to-play-image {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

/* Benefits Section */
.page-cockfighting__benefits-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-cockfighting__benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-cockfighting__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-cockfighting__benefit-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__benefit-item:last-child {
  margin-bottom: 0;
}

.page-cockfighting__benefit-title {
  font-size: 22px;
  color: #57E38D; /* Glow */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-cockfighting__benefit-item p {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-cockfighting__benefit-item p a {
  color: #57E38D;
  text-decoration: none;
}

.page-cockfighting__benefit-item p a:hover {
  text-decoration: underline;
}

.page-cockfighting__benefits-image {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

/* Strategy Section */
.page-cockfighting__strategy-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
}

.page-cockfighting__strategy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-cockfighting__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-cockfighting__strategy-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__strategy-item:last-child {
  margin-bottom: 0;
}

.page-cockfighting__strategy-item h3 {
  font-size: 22px;
  color: #F2FFF6; /* Text Main */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-cockfighting__strategy-item p {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-cockfighting__strategy-image {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

/* FAQ Section */
.page-cockfighting__faq-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-cockfighting__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__faq-item:last-child {
  margin-bottom: 0;
}

.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  list-style: none;
}

.page-cockfighting__faq-question::-webkit-details-marker {
  display: none;
}

.page-cockfighting__faq-toggle {
  font-size: 28px;
  line-height: 1;
  color: #57E38D; /* Glow */
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-cockfighting__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  text-align: justify;
}

.page-cockfighting__faq-answer p a {
  color: #57E38D;
  text-decoration: none;
}

.page-cockfighting__faq-answer p a:hover {
  text-decoration: underline;
}

/* CTA Section */
.page-cockfighting__cta-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
  text-align: center;
}

/* Responsive Design */
@media (min-width: 769px) {
  .page-cockfighting__introduction-section .page-cockfighting__content-wrapper,
  .page-cockfighting__how-to-play-grid,
  .page-cockfighting__benefits-grid,
  .page-cockfighting__strategy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-cockfighting__introduction-section .page-cockfighting__text-block:first-of-type {
    grid-column: 1 / 2;
  }

  .page-cockfighting__introduction-section .page-cockfighting__image-content {
    grid-column: 2 / 3;
    margin: 0;
  }

  .page-cockfighting__introduction-section .page-cockfighting__text-block:last-of-type {
    grid-column: 1 / 3;
  }

  .page-cockfighting__how-to-play-grid .page-cockfighting__steps-list {
    grid-column: 1 / 2;
  }

  .page-cockfighting__how-to-play-image {
    grid-column: 2 / 3;
    margin: 0;
  }

  .page-cockfighting__benefits-list {
    grid-column: 1 / 2;
  }

  .page-cockfighting__benefits-image {
    grid-column: 2 / 3;
    margin: 0;
  }

  .page-cockfighting__strategy-image {
    grid-column: 1 / 2;
    margin: 0;
  }

  .page-cockfighting__strategy-list {
    grid-column: 2 / 3;
  }
}

@media (max-width: 768px) {
  .page-cockfighting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-cockfighting__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting__hero-section {
    padding: 10px 15px 50px;
    min-height: unset;
  }

  .page-cockfighting__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-cockfighting__hero-description {
    font-size: 18px;
    margin-bottom: 30px;
  }

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

  .page-cockfighting__section-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .page-cockfighting__btn-primary,
  .page-cockfighting__btn-secondary,
  .page-cockfighting a[class*="button"],
  .page-cockfighting a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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: 0;
    padding-right: 0;
    flex-direction: column !important;
    gap: 15px !important;
  }

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

  .page-cockfighting__section,
  .page-cockfighting__card,
  .page-cockfighting__container,
  .page-cockfighting__video-section,
  .page-cockfighting__video-container,
  .page-cockfighting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-cockfighting__video-section {
    padding-top: 10px !important; /* body đã xử lý --header-offset */
  }

  .page-cockfighting__video-wrapper {
    padding-bottom: 56.25% !important;
    height: 0 !important;
  }

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

  .page-cockfighting__card {
    padding: 20px;
  }

  .page-cockfighting__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-cockfighting__step-number {
    margin-bottom: 10px;
  }

  .page-cockfighting__faq-question {
    font-size: 18px;
    padding: 15px 20px;
  }

  .page-cockfighting__faq-answer {
    padding: 0 20px 15px;
  }
}