.page-cockfighting-betting-platforms {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #F8F8F8;
}

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

.page-cockfighting-betting-platforms__hero {
  background: linear-gradient(135deg, #0A203C 0%, #1A3A5B 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfighting-betting-platforms__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:cockfighting,pattern,abstract]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-cockfighting-betting-platforms__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-cockfighting-betting-platforms__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

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

.page-cockfighting-betting-platforms__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;
  cursor: pointer;
  border: none;
}

.page-cockfighting-betting-platforms__btn--primary {
  background-color: #FFD700;
  color: #0A203C;
}

.page-cockfighting-betting-platforms__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-cockfighting-betting-platforms__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-cockfighting-betting-platforms__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A203C;
  transform: translateY(-3px);
}

.page-cockfighting-betting-platforms__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-cockfighting-betting-platforms__about, 
.page-cockfighting-betting-platforms__criteria, 
.page-cockfighting-betting-platforms__featured, 
.page-cockfighting-betting-platforms__guide, 
.page-cockfighting-betting-platforms__promotions, 
.page-cockfighting-betting-platforms__responsible-betting, 
.page-cockfighting-betting-platforms__faq, 
.page-cockfighting-betting-platforms__cta-final {
  padding: 80px 0;
}

.page-cockfighting-betting-platforms__about {
  background-color: #FFFFFF;
}

.page-cockfighting-betting-platforms__section-title {
  font-size: 2.5em;
  color: #0A203C;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-cockfighting-betting-platforms__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-cockfighting-betting-platforms__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting-betting-platforms__grid-item {
  background-color: #F0F4F8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfighting-betting-platforms__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.page-cockfighting-betting-platforms__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.page-cockfighting-betting-platforms__item-title {
  font-size: 1.5em;
  color: #0A203C;
  margin-bottom: 15px;
}

.page-cockfighting-betting-platforms__item-description {
  font-size: 1em;
  color: #555;
}

.page-cockfighting-betting-platforms__text-center {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting-betting-platforms__list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-cockfighting-betting-platforms__list li {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  display: flex;
  align-items: flex-start;
  font-size: 1.1em;
  color: #333;
}

.page-cockfighting-betting-platforms__list-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-cockfighting-betting-platforms__cta-bottom {
    text-align: center;
    margin-top: 40px;
}

.page-cockfighting-betting-platforms__featured {
  background-color: #0A203C;
  color: #FFFFFF;
}

.page-cockfighting-betting-platforms__featured .page-cockfighting-betting-platforms__section-title {
  color: #FFD700;
}

.page-cockfighting-betting-platforms__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting-betting-platforms__feature-card {
  background-color: #1A3A5B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-cockfighting-betting-platforms__feature-card:hover {
  transform: translateY(-10px);
  background-color: #2A4A6B;
}

.page-cockfighting-betting-platforms__feature-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-cockfighting-betting-platforms__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-cockfighting-betting-platforms__feature-description {
  font-size: 1em;
  color: #E0E0E0;
}

.page-cockfighting-betting-platforms__guide {
  background-color: #F8F8F8;
}

.page-cockfighting-betting-platforms__steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-cockfighting-betting-platforms__step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  text-align: center;
  position: relative;
}

.page-cockfighting-betting-platforms__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A203C;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-cockfighting-betting-platforms__step-title {
  font-size: 1.4em;
  color: #0A203C;
  margin-bottom: 10px;
}

.page-cockfighting-betting-platforms__step-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-cockfighting-betting-platforms__promotions {
  background: linear-gradient(90deg, #0A203C, #1A3A5B);
  color: #FFFFFF;
}

.page-cockfighting-betting-platforms__promotions .page-cockfighting-betting-platforms__section-title {
  color: #FFD700;
}

.page-cockfighting-betting-platforms__promo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-cockfighting-betting-platforms__promo-text {
  flex: 1;
  min-width: 300px;
}

.page-cockfighting-betting-platforms__promo-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-cockfighting-betting-platforms__promo-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-cockfighting-betting-platforms__promo-text ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #F0F0F0;
  position: relative;
  padding-left: 25px;
}

.page-cockfighting-betting-platforms__promo-text ul li::before {
  content: '⭐';
  position: absolute;
  left: 0;
  color: #FFD700;
}

.page-cockfighting-betting-platforms__promo-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-cockfighting-betting-platforms__image-full-width {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.page-cockfighting-betting-platforms__responsible-betting {
  background-color: #FFFFFF;
}

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

.page-cockfighting-betting-platforms__point-item {
  background-color: #F0F4F8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-cockfighting-betting-platforms__point-title {
  font-size: 1.4em;
  color: #0A203C;
  margin-bottom: 15px;
}

.page-cockfighting-betting-platforms__point-description {
  color: #555;
}

.page-cockfighting-betting-platforms__faq {
  background-color: #F8F8F8;
}

.page-cockfighting-betting-platforms__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-cockfighting-betting-platforms__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.page-cockfighting-betting-platforms__accordion-header {
  width: 100%;
  background-color: #0A203C;
  color: #FFD700;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-cockfighting-betting-platforms__accordion-header:hover {
  background-color: #1A3A5B;
}

.page-cockfighting-betting-platforms__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-cockfighting-betting-platforms__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-cockfighting-betting-platforms__accordion-content {
  padding: 0 25px;
  background-color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-cockfighting-betting-platforms__accordion-content p {
  padding: 15px 0;
  color: #444;
  line-height: 1.7;
}

.page-cockfighting-betting-platforms__accordion-content .page-cockfighting-betting-platforms__btn--small {
    margin-bottom: 15px;
}

.page-cockfighting-betting-platforms__cta-final {
  background: linear-gradient(135deg, #0A203C, #FFD700);
  color: #0A203C;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__section-title {
  color: #0A203C;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__section-title::after {
    background-color: #0A203C;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__text-center {
  color: #0A203C;
  margin-bottom: 50px;
}

.page-cockfighting-betting-platforms__final-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__btn--primary {
  background-color: #0A203C;
  color: #FFD700;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__btn--primary:hover {
  background-color: #1A3A5B;
  color: #FFD700;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__btn--secondary {
  background-color: transparent;
  color: #0A203C;
  border: 2px solid #0A203C;
}

.page-cockfighting-betting-platforms__cta-final .page-cockfighting-betting-platforms__btn--secondary:hover {
  background-color: #0A203C;
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-cockfighting-betting-platforms__hero-title {
    font-size: 2.5em;
  }
  .page-cockfighting-betting-platforms__section-title {
    font-size: 2em;
  }
  .page-cockfighting-betting-platforms__promo-content {
    flex-direction: column;
  }
  .page-cockfighting-betting-platforms__promo-image {
    order: -1; /* Image above text on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-cockfighting-betting-platforms__hero, 
  .page-cockfighting-betting-platforms__about, 
  .page-cockfighting-betting-platforms__criteria, 
  .page-cockfighting-betting-platforms__featured, 
  .page-cockfighting-betting-platforms__guide, 
  .page-cockfighting-betting-platforms__promotions, 
  .page-cockfighting-betting-platforms__responsible-betting, 
  .page-cockfighting-betting-platforms__faq, 
  .page-cockfighting-betting-platforms__cta-final {
    padding: 60px 0;
  }
  .page-cockfighting-betting-platforms__hero-title {
    font-size: 2em;
  }
  .page-cockfighting-betting-platforms__hero-subtitle {
    font-size: 1.1em;
  }
  .page-cockfighting-betting-platforms__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-cockfighting-betting-platforms__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-cockfighting-betting-platforms__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-cockfighting-betting-platforms__grid, 
  .page-cockfighting-betting-platforms__feature-grid, 
  .page-cockfighting-betting-platforms__steps, 
  .page-cockfighting-betting-platforms__responsible-points {
    grid-template-columns: 1fr;
  }
  .page-cockfighting-betting-platforms__list li {
    font-size: 1em;
    padding: 15px;
  }
  .page-cockfighting-betting-platforms__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-cockfighting-betting-platforms__accordion-content p {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-betting-platforms__hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting-betting-platforms__hero-subtitle {
    font-size: 1em;
  }
  .page-cockfighting-betting-platforms__section-title {
    font-size: 1.5em;
  }
  .page-cockfighting-betting-platforms__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-cockfighting-betting-platforms__list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-cockfighting-betting-platforms__list-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-cockfighting-betting-platforms__promo-text ul li {
      padding-left: 0;
      text-align: center;
  }
  .page-cockfighting-betting-platforms__promo-text ul li::before {
      display: none;
  }
  .page-cockfighting-betting-platforms__final-actions {
    flex-direction: column;
  }
}