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

.page-cockfighting-history-culture__hero-section {
  background-color: #1A202C;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

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

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

.page-cockfighting-history-culture__description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-cockfighting-history-culture__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700;
  color: #1A202C;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-history-culture__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

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

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

.page-cockfighting-history-culture__dark-bg {
  background-color: #1A202C;
  color: #ffffff;
}

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

.page-cockfighting-history-culture__dark-bg .page-cockfighting-history-culture__section-title {
  color: #FFD700;
}

.page-cockfighting-history-culture__sub-title {
  font-size: 1.8em;
  color: #1A202C;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-cockfighting-history-culture__dark-bg .page-cockfighting-history-culture__sub-title {
  color: #FFD700;
}

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

.page-cockfighting-history-culture__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

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

.page-cockfighting-history-culture__card {
  background-color: #2a3344;
  color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD700;
}

.page-cockfighting-history-culture__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

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

.page-cockfighting-history-culture__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-cockfighting-history-culture__image-responsive {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-history-culture__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-cockfighting-history-culture__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-cockfighting-history-culture__grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-cockfighting-history-culture__grid-reverse {
  grid-template-areas: "image text";
}

.page-cockfighting-history-culture__grid-reverse .page-cockfighting-history-culture__text-block {
  grid-area: text;
}

.page-cockfighting-history-culture__grid-reverse .page-cockfighting-history-culture__image-wrapper {
  grid-area: image;
}

.page-cockfighting-history-culture__image-wrapper {
  text-align: center;
}

.page-cockfighting-history-culture__image-small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-cockfighting-history-culture__conclusion-section {
  background-color: #1A202C;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-cockfighting-history-culture__cta-button--final {
  background-color: #FFD700;
  color: #1A202C;
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-cockfighting-history-culture__cta-button--final:hover {
  background-color: #e6c200;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cockfighting-history-culture__main-title {
    font-size: 2.8em;
  }
  .page-cockfighting-history-culture__section-title {
    font-size: 2.2em;
  }
  .page-cockfighting-history-culture__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-history-culture__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-cockfighting-history-culture__main-title {
    font-size: 2.2em;
  }
  .page-cockfighting-history-culture__description {
    font-size: 1em;
  }
  .page-cockfighting-history-culture__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-cockfighting-history-culture__content-section {
    padding: 40px 15px;
  }
  .page-cockfighting-history-culture__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-history-culture__sub-title {
    font-size: 1.4em;
  }
  .page-cockfighting-history-culture__grid-3-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-cockfighting-history-culture__grid-2-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas: unset;
  }
  .page-cockfighting-history-culture__grid-reverse {
    grid-template-areas: unset;
  }

  /* Mobile image, video, button adaptation */
  .page-cockfighting-history-culture img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting-history-culture video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting-history-culture__container,
  .page-cockfighting-history-culture__card,
  .page-cockfighting-history-culture__text-block,
  .page-cockfighting-history-culture__image-wrapper,
  .page-cockfighting-history-culture__cta-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }
  .page-cockfighting-history-culture__cta-button,
  .page-cockfighting-history-culture__cta-button--large,
  .page-cockfighting-history-culture__cta-button--final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-cockfighting-history-culture__cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-history-culture__main-title {
    font-size: 1.8em;
  }
  .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 {
    font-size: 0.95em;
  }
  .page-cockfighting-history-culture__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}