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

.page-cockfighting-culture-history__section {
  padding: 60px 20px;
  text-align: center;
}

.page-cockfighting-culture-history__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-cockfighting-culture-history__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-cockfighting-culture-history__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-cockfighting-culture-history__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: inherit;
}

.page-cockfighting-culture-history__dark-bg .page-cockfighting-culture-history__section-title {
  color: #ffffff;
}

.page-cockfighting-culture-history__sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-cockfighting-culture-history__dark-bg .page-cockfighting-culture-history__sub-title {
  color: #ffffff;
}

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

.page-cockfighting-culture-history__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #007bb6);
  overflow: hidden;
}

.page-cockfighting-culture-history__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-cockfighting-culture-history__hero-image {
  width: 100%;
  margin-bottom: 30px;
  max-width: 900px;
}

.page-cockfighting-culture-history__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-culture-history__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.page-cockfighting-culture-history__hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-cockfighting-culture-history__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-cockfighting-culture-history__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-cockfighting-culture-history__content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  text-align: left;
}

.page-cockfighting-culture-history__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-cockfighting-culture-history__text-block {
  flex: 1;
  min-width: 300px;
}

.page-cockfighting-culture-history__text-block--light {
  color: #ffffff;
}

.page-cockfighting-culture-history__text-block--light p {
  color: #f0f0f0;
}

.page-cockfighting-culture-history__image-block {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-cockfighting-culture-history__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

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

.page-cockfighting-culture-history__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-cockfighting-culture-history__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-culture-history__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-cockfighting-culture-history__card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-cockfighting-culture-history__card p {
  font-size: 16px;
  color: #555555;
}

.page-cockfighting-culture-history__cta-section {
  padding: 80px 20px;
  background: linear-gradient(90deg, #26A9E0, #007bb6);
  color: #ffffff;
}

.page-cockfighting-culture-history__cta-content {
  max-width: 900px;
}

.page-cockfighting-culture-history__cta-content .page-cockfighting-culture-history__section-title {
  color: #ffffff;
}

.page-cockfighting-culture-history__cta-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-cockfighting-culture-history__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-cockfighting-culture-history__btn-primary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-cockfighting-culture-history__btn-primary:hover {
  background: #d46a00;
}

.page-cockfighting-culture-history__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-cockfighting-culture-history__btn-secondary:hover {
  background: #e0f7fa;
  color: #1a7aab;
}

.page-cockfighting-culture-history a {
  color: #26A9E0;
  text-decoration: none;
}

.page-cockfighting-culture-history a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting-culture-history__hero-title {
    font-size: 42px;
  }
  .page-cockfighting-culture-history__section-title {
    font-size: 32px;
  }
  .page-cockfighting-culture-history__card-image {
    height: 200px;
  }
}

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

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

  .page-cockfighting-culture-history__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-culture-history__hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-cockfighting-culture-history__hero-description {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page-cockfighting-culture-history__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-cockfighting-culture-history__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-cockfighting-culture-history__content-grid {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .page-cockfighting-culture-history__content-grid--reverse {
    flex-direction: column;
  }

  .page-cockfighting-culture-history__text-block, .page-cockfighting-culture-history__image-block {
    min-width: unset;
    width: 100%;
  }

  .page-cockfighting-culture-history__image-block img,
  .page-cockfighting-culture-history__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 4px;
  }

  .page-cockfighting-culture-history__card {
    padding: 20px;
  }

  .page-cockfighting-culture-history__cta-button,
  .page-cockfighting-culture-history__btn-primary,
  .page-cockfighting-culture-history__btn-secondary,
  .page-cockfighting-culture-history a[class*="button"],
  .page-cockfighting-culture-history 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;
    margin-top: 15px;
  }

  .page-cockfighting-culture-history__button-group {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-cockfighting-culture-history__cta-section {
    padding: 50px 15px;
  }

  .page-cockfighting-culture-history__cta-description {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .page-cockfighting-culture-history__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-cockfighting-culture-history__section,
  .page-cockfighting-culture-history__card,
  .page-cockfighting-culture-history__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-cockfighting-culture-history__text-block a {
    display: inline-block;
    word-break: break-all;
  }
}