/* style/cockfighting-live-venues-intro.css */
.page-cockfighting-live-venues-intro {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-cockfighting-live-venues-intro .highlight {
  color: #B22222;
  font-weight: bold;
}

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

/* Hero Section */
.page-cockfighting-live-venues-intro__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #B22222 0%, #d17a7a 100%); /* Adjusted for contrast */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-live-venues-intro__hero-content {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.page-cockfighting-live-venues-intro__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff; /* Ensure high contrast */
}

.page-cockfighting-live-venues-intro__hero-title .highlight {
  color: #FFD700; /* Gold for highlight on dark red */
}

.page-cockfighting-live-venues-intro__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-cockfighting-live-venues-intro__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-cockfighting-live-venues-intro__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-cockfighting-live-venues-intro__btn--primary {
  background-color: #FFD700; /* Gold background */
  color: #B22222; /* Dark red text */
  border: 2px solid #FFD700;
}

.page-cockfighting-live-venues-intro__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-cockfighting-live-venues-intro__btn--secondary {
  background-color: transparent;
  color: #ffffff; /* White text on dark red background */
  border: 2px solid #ffffff;
}

.page-cockfighting-live-venues-intro__btn--secondary:hover {
  background-color: #ffffff;
  color: #B22222;
}

.page-cockfighting-live-venues-intro__hero-image-wrapper {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.page-cockfighting-live-venues-intro__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* General Section Styling */
.page-cockfighting-live-venues-intro__section {
  padding: 60px 0;
  text-align: center;
}

.page-cockfighting-live-venues-intro__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #B22222;
}

.page-cockfighting-live-venues-intro__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555555;
}

.page-cockfighting-live-venues-intro__subsection-title {
  font-size: 1.8em;
  color: #B22222;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-cockfighting-live-venues-intro__content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-bottom: 40px;
}

.page-cockfighting-live-venues-intro__text-content {
  flex: 1;
  min-width: 300px;
}

.page-cockfighting-live-venues-intro__text-content p {
  margin-bottom: 15px;
  color: #333333;
}

.page-cockfighting-live-venues-intro__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-cockfighting-live-venues-intro__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting-live-venues-intro__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}

.page-cockfighting-live-venues-intro__list li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-cockfighting-live-venues-intro__list li strong {
  color: #B22222;
}

/* Why SV368 Section */
.page-cockfighting-live-venues-intro__section--why-sv368 {
  background-color: #B22222;
  color: #ffffff;
}

.page-cockfighting-live-venues-intro__section--why-sv368 .page-cockfighting-live-venues-intro__section-title {
  color: #ffffff;
}

.page-cockfighting-live-venues-intro__section--why-sv368 .page-cockfighting-live-venues-intro__section-description {
  color: #f0f0f0;
}

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

.page-cockfighting-live-venues-intro__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
}

.page-cockfighting-live-venues-intro__grid-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.page-cockfighting-live-venues-intro__grid-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfighting-live-venues-intro__grid-text {
  font-size: 1em;
  color: #555555;
}

.page-cockfighting-live-venues-intro__cta-center {
  margin-top: 50px;
}

/* Guide Section */
.page-cockfighting-live-venues-intro__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfighting-live-venues-intro__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-cockfighting-live-venues-intro__step-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cockfighting-live-venues-intro__step-icon {
  width: 50px;
  height: 50px;
}

.page-cockfighting-live-venues-intro__step-title {
  font-size: 1.6em;
  color: #B22222;
  margin-bottom: 15px;
}

.page-cockfighting-live-venues-intro__step-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-cockfighting-live-venues-intro__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #B22222;
  color: #ffffff;
  border: 2px solid #B22222;
}

.page-cockfighting-live-venues-intro__btn--small:hover {
  background-color: #991e1e;
  border-color: #991e1e;
}

/* FAQ Section */
.page-cockfighting-live-venues-intro__section--faq {
  background-color: #f0f0f0;
}

.page-cockfighting-live-venues-intro__faq-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-cockfighting-live-venues-intro__faq-question {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfighting-live-venues-intro__faq-answer {
  font-size: 1em;
  color: #555555;
}

/* Final CTA */
.page-cockfighting-live-venues-intro__cta-final {
  background: linear-gradient(45deg, #B22222, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-cockfighting-live-venues-intro__cta-final-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-cockfighting-live-venues-intro__cta-final-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-cockfighting-live-venues-intro__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  background-color: #ffffff;
  color: #B22222;
  border: 2px solid #ffffff;
}

.page-cockfighting-live-venues-intro__btn--large:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-cockfighting-live-venues-intro__hero {
    flex-direction: column;
  }

  .page-cockfighting-live-venues-intro__hero-content,
  .page-cockfighting-live-venues-intro__hero-image-wrapper {
    flex: none;
    width: 100%;
  }

  .page-cockfighting-live-venues-intro__hero-title {
    font-size: 2.5em;
  }

  .page-cockfighting-live-venues-intro__section-title {
    font-size: 2em;
  }

  .page-cockfighting-live-venues-intro__content-row {
    flex-direction: column;
    text-align: center;
  }

  .page-cockfighting-live-venues-intro__content-row--reverse {
    flex-direction: column-reverse;
  }

  .page-cockfighting-live-venues-intro__text-content,
  .page-cockfighting-live-venues-intro__image-wrapper {
    width: 100%;
  }

  .page-cockfighting-live-venues-intro__list {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-cockfighting-live-venues-intro__hero {
    padding: 60px 0;
  }

  .page-cockfighting-live-venues-intro__hero-title {
    font-size: 2em;
  }

  .page-cockfighting-live-venues-intro__hero-description {
    font-size: 1em;
  }

  .page-cockfighting-live-venues-intro__section {
    padding: 40px 0;
  }

  .page-cockfighting-live-venues-intro__section-title {
    font-size: 1.8em;
  }

  .page-cockfighting-live-venues-intro__grid,
  .page-cockfighting-live-venues-intro__steps {
    grid-template-columns: 1fr;
  }

  .page-cockfighting-live-venues-intro__cta-final-title {
    font-size: 2em;
  }

  .page-cockfighting-live-venues-intro__cta-final-description {
    font-size: 1em;
  }

  .page-cockfighting-live-venues-intro__btn--large {
    padding: 15px 30px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-cockfighting-live-venues-intro__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-cockfighting-live-venues-intro__btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-cockfighting-live-venues-intro__faq-question {
    font-size: 1.2em;
  }
}