.page-cockfighting-nohu90-cockfighting-live-stream {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A1A2E;
  line-height: 1.6;
}

.page-cockfighting-nohu90-cockfighting-live-stream__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #DC143C 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-section .page-cockfighting-nohu90-cockfighting-live-stream__container {
  position: relative;
  z-index: 1;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__hero-actions .page-cockfighting-nohu90-cockfighting-live-stream__btn {
  margin: 0 10px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--primary {
  background-color: #FFD700;
  color: #1A1A2E;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--primary:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--tertiary {
  background-color: #DC143C;
  color: #FFFFFF;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--tertiary:hover {
  background-color: #C21136;
  transform: translateY(-2px);
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--dark {
  background-color: #1A1A2E;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--dark:hover {
  background-color: #FFD700;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--light {
  background-color: #E0E0E0;
  color: #1A1A2E;
  border: 2px solid #E0E0E0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__btn--light:hover {
  background-color: #FFFFFF;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-cockfighting-nohu90-cockfighting-live-stream__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__content-section {
  padding: 60px 0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__bg-dark {
  background-color: #1A1A2E;
}

.page-cockfighting-nohu90-cockfighting-live-stream__bg-gold {
  background: linear-gradient(90deg, #FFD700 0%, #DC143C 100%);
  color: #FFFFFF;
}

.page-cockfighting-nohu90-cockfighting-live-stream__text-center {
  text-align: center;
}

.page-cockfighting-nohu90-cockfighting-live-stream__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-item {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-item::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(220, 20, 60, 0.1));
  z-index: 0;
  border-radius: 12px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-item > * {
  position: relative;
  z-index: 1;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-description {
  font-size: 1em;
  color: #C0C0C0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

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

.page-cockfighting-nohu90-cockfighting-live-stream__step-item {
  background-color: #2A2A3E;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #C0C0C0;
}

.page-cockfighting-nohu90-cockfighting-live-stream__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-list li {
  background-color: #2A2A3E;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #DC143C;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-list-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__feature-details-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-nohu90-cockfighting-live-stream__cta-section {
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-cockfighting-nohu90-cockfighting-live-stream__cta-title {
  font-size: 3em;
  color: #1A1A2E;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-nohu90-cockfighting-live-stream__cta-description {
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: #333333;
}

.page-cockfighting-nohu90-cockfighting-live-stream__cta-actions .page-cockfighting-nohu90-cockfighting-live-stream__btn {
  margin: 0 15px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-nohu90-cockfighting-live-stream__mt-large {
  margin-top: 60px;
}

.page-cockfighting-nohu90-cockfighting-live-stream__mt-medium {
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-title {
    font-size: 2.8em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__section-title {
    font-size: 2em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-section {
    padding: 80px 0;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-title {
    font-size: 2.2em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-description {
    font-size: 1em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__section-title {
    font-size: 1.8em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__cta-title {
    font-size: 2em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-actions .page-cockfighting-nohu90-cockfighting-live-stream__btn {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__cta-actions .page-cockfighting-nohu90-cockfighting-live-stream__btn {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-nohu90-cockfighting-live-stream__hero-title {
    font-size: 1.8em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__section-title {
    font-size: 1.5em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__cta-title {
    font-size: 1.8em;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__content-section {
    padding: 40px 0;
  }
  .page-cockfighting-nohu90-cockfighting-live-stream__feature-list li {
    padding: 20px;
  }
}