/* style/13win1-cockfighting.css */

.page-13win1-cockfighting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Deep grey for text on light background */
  background-color: #FFFFFF; /* Body background from shared.css */
}

.page-13win1-cockfighting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-13win1-cockfighting__hero-section {
  background: linear-gradient(135deg, #26A9E0, #67c3e9); /* Light blue gradient */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-13win1-cockfighting__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-13win1-cockfighting__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-13win1-cockfighting__hero-button {
  display: inline-block;
  background-color: #EA7C07; /* Login orange */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-13win1-cockfighting__hero-button:hover {
  background-color: #d96f00;
  transform: translateY(-3px);
}

.page-13win1-cockfighting__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-13win1-cockfighting__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  padding-top: 40px;
}

.page-13win1-cockfighting__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-13win1-cockfighting__why-choose-us, .page-13win1-cockfighting__how-to-play, .page-13win1-cockfighting__bet-types, .page-13win1-cockfighting__promotions, .page-13win1-cockfighting__support, .page-13win1-cockfighting__responsible-gaming {
  padding: 60px 0;
}

.page-13win1-cockfighting__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-13win1-cockfighting__feature-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-13win1-cockfighting__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-13win1-cockfighting__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 10px;
}

.page-13win1-cockfighting__feature-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-13win1-cockfighting__feature-description {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-13win1-cockfighting__feature-button {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-13win1-cockfighting__feature-button:hover {
  background-color: #1b769d;
}

.page-13win1-cockfighting__steps-list {
  list-style: none;
  padding: 0;
  margin: 50px 0;
}

.page-13win1-cockfighting__step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-13win1-cockfighting__step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-13win1-cockfighting__step-item:nth-child(odd) .page-13win1-cockfighting__step-image {
  margin-right: 40px;
}

.page-13win1-cockfighting__step-item:nth-child(even) .page-13win1-cockfighting__step-image {
  margin-left: 40px;
}

.page-13win1-cockfighting__step-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
  width: 100%;
}

.page-13win1-cockfighting__step-description {
  font-size: 1.1em;
  color: #555555;
  line-height: 1.7;
  flex: 1;
  min-width: 300px;
}

.page-13win1-cockfighting__step-button {
  display: inline-block;
  background-color: #EA7C07; /* Login orange */
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-13win1-cockfighting__step-button:hover {
  background-color: #d96f00;
  transform: translateY(-2px);
}

.page-13win1-cockfighting__step-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-13win1-cockfighting__bet-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-13win1-cockfighting__bet-type-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-13win1-cockfighting__bet-type-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-13win1-cockfighting__bet-type-description {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-13win1-cockfighting__subtitle {
  font-size: 2em;
  color: #26A9E0;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-13win1-cockfighting__tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-13win1-cockfighting__tip-item {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #333333;
  font-size: 1.05em;
}

.page-13win1-cockfighting__promo-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-13win1-cockfighting__promo-item {
  background-color: #e6f7ff; /* Lighter shade of primary color */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  color: #333333;
  font-weight: bold;
  border: 1px solid #b3e0ff;
}

.page-13win1-cockfighting__promo-cta {
  text-align: center;
  font-size: 1.2em;
  color: #555555;
  margin-top: 40px;
}

.page-13win1-cockfighting__promo-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-13win1-cockfighting__promo-button:hover {
  background-color: #1b769d;
  transform: translateY(-3px);
}

.page-13win1-cockfighting__support-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
}

.page-13win1-cockfighting__support-item {
  background-color: #f0faff; /* Very light blue */
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #333333;
  font-size: 1.05em;
}

.page-13win1-cockfighting__support-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  background-color: #EA7C07; /* Login orange */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-13win1-cockfighting__support-button:hover {
  background-color: #d96f00;
  transform: translateY(-3px);
}

.page-13win1-cockfighting__responsible-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #555555;
}

.page-13win1-cockfighting__responsible-button {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-13win1-cockfighting__responsible-button:hover {
  background-color: #1b769d;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-13win1-cockfighting__hero-title {
    font-size: 2.5em;
  }

  .page-13win1-cockfighting__hero-description {
    font-size: 1em;
  }

  .page-13win1-cockfighting__section-title {
    font-size: 2em;
  }

  .page-13win1-cockfighting__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-13win1-cockfighting__step-item {
    flex-direction: column;
    text-align: center;
  }

  .page-13win1-cockfighting__step-item:nth-child(even) {
    flex-direction: column;
  }

  .page-13win1-cockfighting__step-item:nth-child(odd) .page-13win1-cockfighting__step-image,
  .page-13win1-cockfighting__step-item:nth-child(even) .page-13win1-cockfighting__step-image {
    margin: 20px auto 0 auto;
  }

  .page-13win1-cockfighting__step-title {
    font-size: 1.7em;
  }

  .page-13win1-cockfighting__bet-type-grid {
    grid-template-columns: 1fr;
  }

  .page-13win1-cockfighting__promo-list {
    grid-template-columns: 1fr;
  }
}