/* style/live-cockfighting-hd-sources.css */
.page-live-cockfighting-hd-sources {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light grey text for contrast on dark backgrounds */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.page-live-cockfighting-hd-sources__hero {
  background: linear-gradient(135deg, #B22222 0%, #801919 50%, #B22222 100%); /* Primary color gradient */
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.page-live-cockfighting-hd-sources__hero-content {
  max-width: 800px;
}

.page-live-cockfighting-hd-sources__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Auxiliary color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-live-cockfighting-hd-sources__subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-live-cockfighting-hd-sources__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-live-cockfighting-hd-sources__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-live-cockfighting-hd-sources__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #2a2a2a;
  border-bottom: 1px solid #3a3a3a;
}

.page-live-cockfighting-hd-sources__section:last-of-type {
  border-bottom: none;
}

.page-live-cockfighting-hd-sources__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary color for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-live-cockfighting-hd-sources p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-live-cockfighting-hd-sources .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-live-cockfighting-hd-sources__button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for buttons */
  color: #B22222; /* Primary color for button text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-live-cockfighting-hd-sources__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-live-cockfighting-hd-sources__button--secondary {
  background-color: #B22222;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-live-cockfighting-hd-sources__button--secondary:hover {
  background-color: #801919;
  color: #FFD700;
  border-color: #e6c200;
}

.page-live-cockfighting-hd-sources__button--download {
  background-color: #4CAF50; /* Green for download */
  color: #ffffff;
}

.page-live-cockfighting-hd-sources__button--download:hover {
  background-color: #45a049;
}

.page-live-cockfighting-hd-sources__button--contact {
  background-color: #007bff; /* Blue for contact */
  color: #ffffff;
}

.page-live-cockfighting-hd-sources__button--contact:hover {
  background-color: #0056b3;
}

.page-live-cockfighting-hd-sources__button--final-cta {
  background-color: #B22222; /* Primary color for final CTA */
  color: #ffffff;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-live-cockfighting-hd-sources__button--final-cta:hover {
  background-color: #801919;
}

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

.page-live-cockfighting-hd-sources__feature-item {
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-live-cockfighting-hd-sources__feature-item:hover {
  transform: translateY(-5px);
}

.page-live-cockfighting-hd-sources__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-live-cockfighting-hd-sources__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live-cockfighting-hd-sources__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-live-cockfighting-hd-sources__list li {
  background-color: #333333;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-live-cockfighting-hd-sources__list-title {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-live-cockfighting-hd-sources__platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-live-cockfighting-hd-sources__platform-item {
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-live-cockfighting-hd-sources__platform-item:hover {
  transform: translateY(-5px);
}

.page-live-cockfighting-hd-sources__platform-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

.page-live-cockfighting-hd-sources__platform-name {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-live-cockfighting-hd-sources__callout {
  background-color: #B22222;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-live-cockfighting-hd-sources__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-live-cockfighting-hd-sources__tip-list li {
  background-color: #333333;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-live-cockfighting-hd-sources__tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-live-cockfighting-hd-sources__tip-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-live-cockfighting-hd-sources__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-live-cockfighting-hd-sources__conclusion p {
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-live-cockfighting-hd-sources__hero {
    padding: 60px 15px;
  }

  .page-live-cockfighting-hd-sources__title {
    font-size: 2.5em;
  }

  .page-live-cockfighting-hd-sources__subtitle {
    font-size: 1.2em;
  }

  .page-live-cockfighting-hd-sources__section {
    padding: 40px 15px;
  }

  .page-live-cockfighting-hd-sources__section-title {
    font-size: 2em;
  }

  .page-live-cockfighting-hd-sources__feature-grid, .page-live-cockfighting-hd-sources__platform-list, .page-live-cockfighting-hd-sources__tip-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-live-cockfighting-hd-sources__title {
    font-size: 2em;
  }

  .page-live-cockfighting-hd-sources__subtitle {
    font-size: 1em;
  }

  .page-live-cockfighting-hd-sources__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-live-cockfighting-hd-sources__section-title {
    font-size: 1.8em;
  }

  .page-live-cockfighting-hd-sources p, .page-live-cockfighting-hd-sources__list li p {
    font-size: 0.95em;
  }
}