/* style/cockfighting-history.css */
.page-cockfighting-history {
  font-family: 'Arial', sans-serif;
  color: #E2E8F0; /* Light grey for main text on dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

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

.page-cockfighting-history-hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Dark gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfighting-history-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:cockfighting,abstract,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-cockfighting-history-hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-history-hero-description {
  font-size: 1.3em;
  color: #CBD5E0; /* Lighter grey for description */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-cockfighting-history-hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-cockfighting-history-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-cockfighting-history-btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-cockfighting-history-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-cockfighting-history-btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on dark background */
  border: 2px solid #FFD700;
}

.page-cockfighting-history-btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-cockfighting-history-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-cockfighting-history-section:last-of-type {
  border-bottom: none;
}

.page-cockfighting-history-section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-cockfighting-history-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-cockfighting-history-section-subtitle {
  font-size: 1.2em;
  color: #CBD5E0;
  text-align: center;
  margin-bottom: 60px;
}

.page-cockfighting-history-culture h2, .page-cockfighting-history-digital h2, .page-cockfighting-history-nohu90-platform h2, .page-cockfighting-history-guide h2, .page-cockfighting-history-responsibility h2 {
  color: #FFD700;
}

.page-cockfighting-history-culture h3, .page-cockfighting-history-digital h3, .page-cockfighting-history-nohu90-platform h3, .page-cockfighting-history-guide h3, .page-cockfighting-history-responsibility h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-cockfighting-history-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.page-cockfighting-history-content-grid.reverse-grid {
  grid-template-columns: 1fr 1fr;
}

.page-cockfighting-history-text-content p {
  margin-bottom: 15px;
  color: #E2E8F0;
}

.page-cockfighting-history-text-content ul {
  list-style: none;
  padding-left: 0;
}

.page-cockfighting-history-text-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #E2E8F0;
}

.page-cockfighting-history-text-content ul li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-cockfighting-history-image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-cockfighting-history-image-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-history-image-small {
  max-width: 70%;
  align-self: flex-end;
}

.page-cockfighting-history-digital .page-cockfighting-history-image-small {
  align-self: flex-start;
}

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

.page-cockfighting-history-feature-item {
  background-color: #2D3748; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-cockfighting-history-feature-item:hover {
  transform: translateY(-5px);
  background-color: #3f4e62;
}

.page-cockfighting-history-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-cockfighting-history-feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-cockfighting-history-feature-item p {
  color: #CBD5E0;
  font-size: 0.95em;
}

.page-cockfighting-history-cta-block {
  background-color: #2D3748;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-history-cta-block p {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page-cockfighting-history-btn-cta {
  padding: 18px 40px;
  font-size: 1.3em;
  background-color: #FFD700;
  color: #1A202C;
  border: none;
}

.page-cockfighting-history-btn-cta:hover {
  background-color: #e6c200;
}

.page-cockfighting-history-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-cockfighting-history-step-item {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 70px;
}

.page-cockfighting-history-step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #1A202C;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #1A202C;
  box-shadow: 0 0 0 5px #2D3748;
}

.page-cockfighting-history-step-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-cockfighting-history-step-item p {
  color: #CBD5E0;
  margin-bottom: 25px;
}

.page-cockfighting-history-btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
  background-color: #FFD700;
  color: #1A202C;
}

.page-cockfighting-history-btn-small:hover {
  background-color: #e6c200;
}

.page-cockfighting-history-sub-title {
  font-size: 2em;
  color: #FFD700;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

.page-cockfighting-history-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-cockfighting-history-list li {
  background-color: #2D3748;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  color: #E2E8F0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-cockfighting-history-list li::before {
  content: '▶';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-cockfighting-history-list li strong {
  color: #FFD700;
}

.page-cockfighting-history-cta-final {
  background-color: #2D3748;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-cockfighting-history-cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-cockfighting-history-cta-final p {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 30px;
}

.highlight-keyword {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting-history-content-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-history-content-grid.reverse-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-history-image-small {
    align-self: center;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-history-hero {
    padding: 80px 0;
  }

  .page-cockfighting-history-hero-title {
    font-size: 2.5em;
  }

  .page-cockfighting-history-hero-description {
    font-size: 1.1em;
  }

  .page-cockfighting-history-hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting-history-btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-cockfighting-history-section-title {
    font-size: 2em;
  }

  .page-cockfighting-history-features-grid, .page-cockfighting-history-steps-grid {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-history-cta-block p, .page-cockfighting-history-cta-final p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-history-hero-title {
    font-size: 2em;
  }

  .page-cockfighting-history-section-title {
    font-size: 1.8em;
  }

  .page-cockfighting-history-culture h3, .page-cockfighting-history-digital h3, .page-cockfighting-history-nohu90-platform h3, .page-cockfighting-history-guide h3, .page-cockfighting-history-responsibility h3 {
    font-size: 1.5em;
  }

  .page-cockfighting-history-btn {
    width: 90%;
  }

  .page-cockfighting-history-cta-block, .page-cockfighting-history-cta-final {
    padding: 30px 20px;
  }
}