.page-cockfighting {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-cockfighting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  min-height: 500px;
  background-color: #26A9E0;
  color: #FFFFFF;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-cockfighting__hero-content {
  max-width: 900px;
  z-index: 10;
  margin-bottom: 40px;
}

.page-cockfighting__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-cockfighting__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

.page-cockfighting__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 5;
}

.page-cockfighting__hero-image {
  max-width: 80%;
  height: auto;
  object-fit: cover;
  opacity: 0.7;
}

.page-cockfighting__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-cockfighting__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

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

.page-cockfighting__dark-section .page-cockfighting__section-title::after {
  background-color: #FFFFFF;
}

.page-cockfighting__section-subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-cockfighting__dark-section .page-cockfighting__section-subtitle {
  color: #FFFFFF;
}

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

.page-cockfighting__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-cockfighting__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

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

.page-cockfighting__list li {
  margin-bottom: 10px;
}

.page-cockfighting__btn-primary,
.page-cockfighting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-cockfighting__btn-primary {
  background-color: #EA7C07; /* Lấy màu từ "登录" */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-cockfighting__btn-primary:hover {
  background-color: #d86c00;
  border-color: #d86c00;
}

.page-cockfighting__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-cockfighting__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-cockfighting__light-bg .page-cockfighting__btn-secondary {
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-cockfighting__light-bg .page-cockfighting__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-cockfighting__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-cockfighting__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-cockfighting__features-grid,
.page-cockfighting__download-steps,
.page-cockfighting__process-grid,
.page-cockfighting__tips-grid,
.page-cockfighting__promo-grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.page-cockfighting__feature-item {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-cockfighting__dark-section .page-cockfighting__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
  box-shadow: none;
}

.page-cockfighting__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-cockfighting__dark-section .page-cockfighting__feature-title {
  color: #FFFFFF;
}

.page-cockfighting__download-steps {
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

.page-cockfighting__download-platform {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  color: #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-cockfighting__platform-title {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}

.page-cockfighting__download-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 0;
  border-radius: 8px;
}

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

.page-cockfighting__process-item {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-cockfighting__process-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-cockfighting__process-description {
  margin-bottom: 20px;
  flex-grow: 1;
}

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

.page-cockfighting__tip-item,
.page-cockfighting__promo-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #f0f0f0;
}

.page-cockfighting__light-bg .page-cockfighting__tip-item,
.page-cockfighting__light-bg .page-cockfighting__promo-item {
  background-color: #f5f5f5;
  color: #333333;
}

.page-cockfighting__tip-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting__tip-title,
.page-cockfighting__promo-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-cockfighting__light-bg .page-cockfighting__tip-title,
.page-cockfighting__light-bg .page-cockfighting__promo-title {
  color: #26A9E0;
}

.page-cockfighting__security-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-cockfighting__security-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.page-cockfighting__security-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFFFFF;
  font-weight: bold;
}

.page-cockfighting__security-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
}

.page-cockfighting__faq-list {
  margin-top: 40px;
}

.page-cockfighting__faq-item {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-cockfighting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #e0f2f7;
  border-bottom: 1px solid #d0e8ed;
  list-style: none;
}

.page-cockfighting__faq-item[open] > .page-cockfighting__faq-question {
  border-bottom: 1px solid #26A9E0;
}

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

.page-cockfighting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

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

.page-cockfighting__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #555555;
  background-color: #FFFFFF;
}

.page-cockfighting__cta-buttons--center {
  text-align: center;
  margin-top: 40px;
}

.page-cockfighting__conclusion-section {
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting__hero-title {
    font-size: 2.8em;
  }

  .page-cockfighting__hero-description {
    font-size: 1.1em;
  }

  .page-cockfighting__section-title {
    font-size: 2em;
  }

  .page-cockfighting__section-subtitle {
    font-size: 1.6em;
  }

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

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

  .page-cockfighting__hero-image {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-cockfighting__hero-section {
    padding: 60px 15px 30px;
    min-height: 400px;
  }

  .page-cockfighting__hero-title {
    font-size: 2.2em;
  }

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

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

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

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

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

  .page-cockfighting__section-subtitle {
    font-size: 1.4em;
  }

  .page-cockfighting__text-block,
  .page-cockfighting__list,
  .page-cockfighting__list li,
  .page-cockfighting__faq-answer p {
    font-size: 0.95em;
  }

  .page-cockfighting__features-grid,
  .page-cockfighting__tips-grid,
  .page-cockfighting__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting__feature-item,
  .page-cockfighting__download-platform,
  .page-cockfighting__process-item,
  .page-cockfighting__tip-item,
  .page-cockfighting__promo-item {
    padding: 20px;
  }

  .page-cockfighting__feature-title,
  .page-cockfighting__platform-title,
  .page-cockfighting__process-title,
  .page-cockfighting__tip-title,
  .page-cockfighting__promo-title {
    font-size: 1.3em;
  }

  .page-cockfighting__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .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__hero-section,
  .page-cockfighting__introduction-section,
  .page-cockfighting__download-section,
  .page-cockfighting__registration-section,
  .page-cockfighting__rules-tips-section,
  .page-cockfighting__promotions-section,
  .page-cockfighting__security-section,
  .page-cockfighting__faq-section,
  .page-cockfighting__conclusion-section,
  .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;
    overflow: hidden !important;
  }

  .page-cockfighting__hero-image-wrapper {
    position: relative;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .page-cockfighting__hero-image {
    max-width: 100%;
    height: auto;
    opacity: 1;
    position: relative;
  }
}