.page-resources-sv368-cockfighting-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sv368-cockfighting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sv368-cockfighting-guide__hero-section {
  background: linear-gradient(135deg, #B22222 0%, #d17a7a 100%); /* Lighter variant for gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-sv368-cockfighting-guide__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-sv368-cockfighting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFD700; /* Gold for title for contrast */
}

.page-resources-sv368-cockfighting-guide__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-sv368-cockfighting-guide__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-sv368-cockfighting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
}

.page-resources-sv368-cockfighting-guide__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  cursor: pointer;
  border: none;
}

.page-resources-sv368-cockfighting-guide__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #B22222; /* Dark red text */
}

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

.page-resources-sv368-cockfighting-guide__btn--secondary {
  background-color: #B22222; /* Dark red button */
  color: #ffffff;
  border: 2px solid #FFD700;
}

.page-resources-sv368-cockfighting-guide__btn--secondary:hover {
  background-color: #8c1b1b;
  transform: translateY(-2px);
}

.page-resources-sv368-cockfighting-guide__section-title {
  font-size: 2.5em;
  color: #B22222;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-resources-sv368-cockfighting-guide__section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.page-resources-sv368-cockfighting-guide__intro-section,
.page-resources-sv368-cockfighting-guide__why-choose-us,
.page-resources-sv368-cockfighting-guide__guide-section,
.page-resources-sv368-cockfighting-guide__app-download-section,
.page-resources-sv368-cockfighting-guide__tips-section,
.page-resources-sv368-cockfighting-guide__promo-section,
.page-resources-sv368-cockfighting-guide__contact-section,
.page-resources-sv368-cockfighting-guide__conclusion-section {
  padding: 40px 0;
}

.page-resources-sv368-cockfighting-guide__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

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

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

.page-resources-sv368-cockfighting-guide__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-sv368-cockfighting-guide__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

.page-resources-sv368-cockfighting-guide__feature-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 15px;
}

.page-resources-sv368-cockfighting-guide__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-sv368-cockfighting-guide__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-sv368-cockfighting-guide__step-list li {
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-sv368-cockfighting-guide__step-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-resources-sv368-cockfighting-guide__step-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 15px;
}

.page-resources-sv368-cockfighting-guide__guide-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-sv368-cockfighting-guide__app-download-section {
  background-color: #B22222;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}

.page-resources-sv368-cockfighting-guide__app-download-section .page-resources-sv368-cockfighting-guide__section-title {
  color: #FFD700;
}

.page-resources-sv368-cockfighting-guide__app-download-section .page-resources-sv368-cockfighting-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sv368-cockfighting-guide__app-download-section .page-resources-sv368-cockfighting-guide__text-content {
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-sv368-cockfighting-guide__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-sv368-cockfighting-guide__tips-list li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-sv368-cockfighting-guide__tip-title {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-resources-sv368-cockfighting-guide__tip-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-sv368-cockfighting-guide__tips-image,
.page-resources-sv368-cockfighting-guide__promo-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-sv368-cockfighting-guide__promo-section {
  background-color: #f0f0f0;
}

.page-resources-sv368-cockfighting-guide__contact-section {
  background-color: #ffffff;
  text-align: center;
}

.page-resources-sv368-cockfighting-guide__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-resources-sv368-cockfighting-guide .highlight-keyword {
  color: #B22222;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-sv368-cockfighting-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-sv368-cockfighting-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-sv368-cockfighting-guide__section-title {
    font-size: 2em;
  }

  .page-resources-sv368-cockfighting-guide__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-sv368-cockfighting-guide__btn {
    padding: 10px 25px;
    font-size: 1em;
  }
}

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

  .page-resources-sv368-cockfighting-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-sv368-cockfighting-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-sv368-cockfighting-guide__step-title,
  .page-resources-sv368-cockfighting-guide__feature-title,
  .page-resources-sv368-cockfighting-guide__tip-title {
    font-size: 1.3em;
  }

  .page-resources-sv368-cockfighting-guide__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}