.page-cockfighting-history-culture {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: var(--secondary-color);
}

.page-cockfighting-history-culture__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  min-height: 400px;
  background: linear-gradient(135deg, #26A9E0, #1a7bbd);
  color: #ffffff;
}

.page-cockfighting-history-culture__hero-container {
  max-width: 900px;
  margin: 0 auto;
}

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

.page-cockfighting-history-culture__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-history-culture__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.page-cockfighting-history-culture__cta-button:hover {
  background: #d66f07;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-history-culture__cta-button--secondary {
  background: #ffffff;
  color: #26A9E0;
  border-color: #26A9E0;
  margin-left: 15px;
}

.page-cockfighting-history-culture__cta-button--secondary:hover {
  background: #f0f0f0;
  color: #1a7bbd;
}

.page-cockfighting-history-culture__content-section {
  padding: 60px 20px;
}

.page-cockfighting-history-culture__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-cockfighting-history-culture__section-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-cockfighting-history-culture__sub-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-cockfighting-history-culture p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-cockfighting-history-culture__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-history-culture ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-cockfighting-history-culture li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-cockfighting-history-culture__keyword {
  font-weight: bold;
  color: #26A9E0;
}

/* Background color variations for sections */
.page-cockfighting-history-culture__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-cockfighting-history-culture__dark-bg .page-cockfighting-history-culture__section-title,
.page-cockfighting-history-culture__dark-bg .page-cockfighting-history-culture__sub-title,
.page-cockfighting-history-culture__dark-bg .page-cockfighting-history-culture__keyword {
  color: #ffffff;
}

.page-cockfighting-history-culture__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-history-culture__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting-history-culture__main-title {
    font-size: 2.2em;
  }
  .page-cockfighting-history-culture__hero-description {
    font-size: 1.1em;
  }
  .page-cockfighting-history-culture__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-history-culture__sub-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-history-culture__hero-section {
    padding: 60px 15px !important;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-cockfighting-history-culture__main-title {
    font-size: 1.8em;
  }
  .page-cockfighting-history-culture__hero-description {
    font-size: 1em;
  }
  .page-cockfighting-history-culture__content-section {
    padding: 40px 15px;
  }
  .page-cockfighting-history-culture__section-title {
    font-size: 1.5em;
  }
  .page-cockfighting-history-culture__sub-title {
    font-size: 1.2em;
  }
  .page-cockfighting-history-culture p,
  .page-cockfighting-history-culture li {
    font-size: 0.95em;
  }
  .page-cockfighting-history-culture__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-cockfighting-history-culture__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-cockfighting-history-culture__cta-button,
  .page-cockfighting-history-culture__cta-button--secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-cockfighting-history-culture__cta-group {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-history-culture__main-title {
    font-size: 1.5em;
  }
  .page-cockfighting-history-culture__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
}