.page-cockfighting-live {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Nền chính */
  color: #F2FFF6; /* Màu chữ chính */
  line-height: 1.6;
  padding-bottom: 40px; /* Thêm padding dưới để footer không bị sát */
}

.page-cockfighting-live__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Nhỏ hơn so với header offset của body */
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-cockfighting-live__hero-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.page-cockfighting-live__video-link {
  display: block;
  cursor: pointer;
}

.page-cockfighting-live__video {
  width: 100%;
  height: auto;
  display: block;
}

.page-cockfighting-live__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  color: #F2FFF6;
}

.page-cockfighting-live__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-cockfighting-live__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

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

.page-cockfighting-live__btn-primary,
.page-cockfighting-live__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-cockfighting-live__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút chính */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 5px 15px rgba(19, 153, 74, 0.4);
}

.page-cockfighting-live__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(19, 153, 74, 0.6);
}

.page-cockfighting-live__btn-secondary {
  background: none;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 5px 15px rgba(46, 122, 78, 0.2);
}

.page-cockfighting-live__btn-secondary:hover {
  transform: translateY(-3px);
  background-color: rgba(87, 227, 141, 0.1);
  box-shadow: 0 8px 20px rgba(46, 122, 78, 0.4);
}

.page-cockfighting-live__section {
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-cockfighting-live__overview-section {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-cockfighting-live__types-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-cockfighting-live__guide-section {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-cockfighting-live__promotions-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-cockfighting-live__features-section {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-cockfighting-live__faq-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-cockfighting-live__conclusion-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-cockfighting-live__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-cockfighting-live__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-cockfighting-live__text-block {
  font-size: 1.05rem;
  color: #A7D9B8;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-cockfighting-live__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-cockfighting-live__list-item {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #57E38D; /* Glow */
  font-size: 1.05rem;
}

.page-cockfighting-live__list-item strong {
  color: #F2C14E; /* Gold */
}

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

.page-cockfighting-live__card {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-live__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-live__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-cockfighting-live__card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  padding: 20px 25px 10px;
}

.page-cockfighting-live__card-description {
  font-size: 0.95rem;
  color: #A7D9B8;
  padding: 0 25px 20px;
  flex-grow: 1;
  text-align: justify;
}

.page-cockfighting-live__card .page-cockfighting-live__btn-secondary,
.page-cockfighting-live__card .page-cockfighting-live__btn-primary {
  margin: 0 25px 25px;
  width: auto;
  align-self: flex-start;
}

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

.page-cockfighting-live__card--promotion .page-cockfighting-live__card-image {
  height: 200px;
}

.page-cockfighting-live__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

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

.page-cockfighting-live__features-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-live__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 3px solid #57E38D; /* Glow */
  padding: 10px;
  background-color: rgba(87, 227, 141, 0.1);
}

.page-cockfighting-live__feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-cockfighting-live__feature-description {
  font-size: 0.95rem;
  color: #A7D9B8;
  flex-grow: 1;
  text-align: center;
}

.page-cockfighting-live__features-item .page-cockfighting-live__btn-secondary {
  margin-top: 20px;
  width: auto;
}

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

.page-cockfighting-live__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-cockfighting-live__faq-item[open] {
  background-color: #11271B; /* Card BG */
}

.page-cockfighting-live__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  cursor: pointer;
  position: relative;
  list-style: none;
}

.page-cockfighting-live__faq-question::-webkit-details-marker,
.page-cockfighting-live__faq-question::marker {
  display: none;
}

.page-cockfighting-live__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow */
  transition: transform 0.3s ease;
}

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

.page-cockfighting-live__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8;
  line-height: 1.7;
  text-align: justify;
}

.page-cockfighting-live__conclusion-section .page-cockfighting-live__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-cockfighting-live__conclusion-section .page-cockfighting-live__cta-buttons {
  margin-top: 40px;
}

/* --- Responsive Design --- */

@media (max-width: 1024px) {
  .page-cockfighting-live__hero-section {
    padding: 40px 15px;
  }

  .page-cockfighting-live__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .page-cockfighting-live__hero-description {
    font-size: 1.05rem;
  }

  .page-cockfighting-live__section {
    padding: 60px 15px;
  }

  .page-cockfighting-live__section-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }

  .page-cockfighting-live__sub-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }

  .page-cockfighting-live__text-block {
    font-size: 1rem;
  }

  .page-cockfighting-live__list-item {
    font-size: 1rem;
  }

  .page-cockfighting-live__card-title {
    font-size: 1.25rem;
  }

  .page-cockfighting-live__card-description {
    font-size: 0.9rem;
  }

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

  .page-cockfighting-live__feature-description {
    font-size: 0.9rem;
  }

  .page-cockfighting-live__faq-question {
    font-size: 1.05rem;
    padding: 18px 20px;
  }

  .page-cockfighting-live__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 18px;
  }
}

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

  .page-cockfighting-live__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-cockfighting-live__hero-video-wrapper {
    margin-bottom: 20px;
  }

  .page-cockfighting-live__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-cockfighting-live__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-cockfighting-live__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain buttons width on mobile */
    margin: 0 auto;
  }

  .page-cockfighting-live__btn-primary,
  .page-cockfighting-live__btn-secondary,
  .page-cockfighting-live a[class*="button"],
  .page-cockfighting-live 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: 12px 15px;
  }

  .page-cockfighting-live__section {
    padding: 40px 15px;
  }

  .page-cockfighting-live__content-area {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-cockfighting-live__sub-title {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-cockfighting-live__text-block {
    font-size: 0.95rem;
  }

  .page-cockfighting-live__list {
    margin: 20px auto;
  }

  .page-cockfighting-live__list-item {
    font-size: 0.95rem;
    padding: 12px 20px;
    margin-bottom: 10px;
  }

  .page-cockfighting-live__grid-container,
  .page-cockfighting-live__promotions-grid,
  .page-cockfighting-live__features-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-cockfighting-live__card {
    margin: 0 auto;
  }

  .page-cockfighting-live__card-image {
    height: 180px;
  }

  .page-cockfighting-live__card-title {
    font-size: 1.15rem;
    padding: 15px 20px 8px;
  }

  .page-cockfighting-live__card-description {
    font-size: 0.85rem;
    padding: 0 20px 15px;
  }

  .page-cockfighting-live__card .page-cockfighting-live__btn-secondary,
  .page-cockfighting-live__card .page-cockfighting-live__btn-primary {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
  }

  .page-cockfighting-live__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .page-cockfighting-live__feature-title {
    font-size: 1.05rem;
  }

  .page-cockfighting-live__feature-description {
    font-size: 0.85rem;
  }

  .page-cockfighting-live__faq-list {
    margin-top: 30px;
  }

  .page-cockfighting-live__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-cockfighting-live__faq-answer {
    font-size: 0.9rem;
    padding: 0 20px 15px;
  }

  .page-cockfighting-live__conclusion-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Mobile image and video responsiveness */
  .page-cockfighting-live img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting-live__section,
  .page-cockfighting-live__card,
  .page-cockfighting-live__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-live video,
  .page-cockfighting-live__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-cockfighting-live__video-section,
  .page-cockfighting-live__video-container,
  .page-cockfighting-live__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-cockfighting-live__video-section {
    padding-top: 10px !important;
  }

  .page-cockfighting-live__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-cockfighting-live__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}