.page-index-top-cockfighting-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-top-cockfighting-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-top-cockfighting-games__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

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

.page-index-top-cockfighting-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-index-top-cockfighting-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-top-cockfighting-games__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-top-cockfighting-games__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-top-cockfighting-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-top-cockfighting-games__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A2342; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-index-top-cockfighting-games__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-top-cockfighting-games__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-index-top-cockfighting-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-top-cockfighting-games__hero-image-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  width: 100%;
  max-width: 900px;
}

.page-index-top-cockfighting-games__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-top-cockfighting-games__section {
  padding: 60px 0;
}

.page-index-top-cockfighting-games__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-index-top-cockfighting-games__section-title {
  font-size: 2.5em;
  color: #0A2342; /* Dark blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-top-cockfighting-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-index-top-cockfighting-games__sub-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-index-top-cockfighting-games__intro p,
.page-index-top-cockfighting-games__bet-types p,
.page-index-top-cockfighting-games__tips p,
.page-index-top-cockfighting-games__promotions p,
.page-index-top-cockfighting-games__app-download p,
.page-index-top-cockfighting-games__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

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

.page-index-top-cockfighting-games__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-top-cockfighting-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-top-cockfighting-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-index-top-cockfighting-games__feature-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-index-top-cockfighting-games__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-top-cockfighting-games__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #FFD700;
  transition: transform 0.3s ease;
}

.page-index-top-cockfighting-games__step-item:hover {
  transform: translateY(-5px);
}

.page-index-top-cockfighting-games__step-title {
  font-size: 1.6em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-index-top-cockfighting-games__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-index-top-cockfighting-games__list li {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-index-top-cockfighting-games__list li strong {
  color: #0A2342;
}

.page-index-top-cockfighting-games__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-top-cockfighting-games__image-right {
  float: right;
  width: 40%;
  max-width: 400px;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-top-cockfighting-games__promotions p {
  clear: right;
}

.page-index-top-cockfighting-games__app-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.page-index-top-cockfighting-games__app-text {
  flex: 1;
}

.page-index-top-cockfighting-games__app-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-top-cockfighting-games__app-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-top-cockfighting-games__faq-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-top-cockfighting-games__faq-question {
  font-size: 1.3em;
  color: #0A2342;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #fdfdfd;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-index-top-cockfighting-games__faq-question:hover {
  background-color: #f5f5f5;
}

.page-index-top-cockfighting-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-top-cockfighting-games__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-top-cockfighting-games__faq-answer {
  padding: 0 25px 20px;
  margin: 0;
  font-size: 1.05em;
  color: #555;
  display: none;
}

.page-index-top-cockfighting-games__action-center {
  text-align: center;
  margin-top: 50px;
}

.page-index-top-cockfighting-games__conclusion p {
  text-align: center;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-top-cockfighting-games__hero-title {
    font-size: 2.5em;
  }

  .page-index-top-cockfighting-games__hero-subtitle {
    font-size: 1.2em;
  }

  .page-index-top-cockfighting-games__section-title {
    font-size: 2em;
  }

  .page-index-top-cockfighting-games__sub-title {
    font-size: 1.5em;
  }

  .page-index-top-cockfighting-games__image-right {
    float: none;
    width: 80%;
    margin: 30px auto;
  }

  .page-index-top-cockfighting-games__app-content {
    flex-direction: column;
    text-align: center;
  }

  .page-index-top-cockfighting-games__app-image-wrapper {
    order: -1; /* Move image above text on mobile */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-top-cockfighting-games__hero {
    padding: 60px 0;
  }

  .page-index-top-cockfighting-games__hero-title {
    font-size: 2em;
  }

  .page-index-top-cockfighting-games__hero-subtitle {
    font-size: 1em;
  }

  .page-index-top-cockfighting-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-top-cockfighting-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-top-cockfighting-games__section {
    padding: 40px 0;
  }

  .page-index-top-cockfighting-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-top-cockfighting-games__sub-title {
    font-size: 1.3em;
  }

  .page-index-top-cockfighting-games__features-grid,
  .page-index-top-cockfighting-games__guide-steps {
    grid-template-columns: 1fr;
  }

  .page-index-top-cockfighting-games__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-index-top-cockfighting-games__faq-question::after {
    right: 20px;
  }

  .page-index-top-cockfighting-games__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
}