.page-games-13win1-exclusive-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-games-13win1-exclusive-games .section-padding {
  padding: 60px 0;
}

.page-games-13win1-exclusive-games .bg-light {
  background-color: #f8f9fa;
}

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

.page-games-13win1-exclusive-games__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-games-13win1-exclusive-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-games-13win1-exclusive-games__text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.page-games-13win1-exclusive-games__text--center {
  text-align: center;
}

.page-games-13win1-exclusive-games__link-highlight {
  color: #007bff;
  font-weight: bold;
  text-decoration: underline;
}

/* Hero Section */
.page-games-13win1-exclusive-games__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-games-13win1-exclusive-games__hero-content {
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-games-13win1-exclusive-games__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-games-13win1-exclusive-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-games-13win1-exclusive-games__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-games-13win1-exclusive-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-games-13win1-exclusive-games__btn--primary {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  border: 2px solid #ffc107;
}

.page-games-13win1-exclusive-games__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-games-13win1-exclusive-games__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-games-13win1-exclusive-games__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-games-13win1-exclusive-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
  overflow: hidden;
}

.page-games-13win1-exclusive-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.05);
}

/* Intro Section */
.page-games-13win1-exclusive-games__intro .page-games-13win1-exclusive-games__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-13win1-exclusive-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.page-games-13win1-exclusive-games__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-13win1-exclusive-games__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-games-13win1-exclusive-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-games-13win1-exclusive-games__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-games-13win1-exclusive-games__feature-description {
  color: #666;
  font-size: 1em;
}

/* Game Categories Section */
.page-games-13win1-exclusive-games__game-categories .page-games-13win1-exclusive-games__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-13win1-exclusive-games__category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.page-games-13win1-exclusive-games__category-item--reverse {
  flex-direction: column-reverse;
}

.page-games-13win1-exclusive-games__category-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-games-13win1-exclusive-games__category-content {
  text-align: center;
  max-width: 700px;
}

.page-games-13win1-exclusive-games__category-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-games-13win1-exclusive-games__category-description, .page-games-13win1-exclusive-games__category-content .page-games-13win1-exclusive-games__text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
  text-align: left;
}

.page-games-13win1-exclusive-games__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: left;
}

.page-games-13win1-exclusive-games__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #555;
}

.page-games-13win1-exclusive-games__list li::before {
  content: '✓';
  color: #ffc107;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-games-13win1-exclusive-games__list-highlight {
  color: #007bff;
}

.page-games-13win1-exclusive-games__btn--text {
  color: #007bff;
  border: 2px solid #007bff;
  background-color: transparent;
  padding: 10px 25px;
  font-size: 1em;
  border-radius: 6px;
}

.page-games-13win1-exclusive-games__btn--text:hover {
  background-color: #007bff;
  color: #fff;
}

/* Benefits Section */
.page-games-13win1-exclusive-games__benefits .page-games-13win1-exclusive-games__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-games-13win1-exclusive-games__benefit-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-games-13win1-exclusive-games__benefit-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-games-13win1-exclusive-games__benefit-description {
  color: #666;
  font-size: 1em;
}

/* How to Join Section */
.page-games-13win1-exclusive-games__how-to-join .page-games-13win1-exclusive-games__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-13win1-exclusive-games__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-games-13win1-exclusive-games__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-games-13win1-exclusive-games__step-number {
  width: 50px;
  height: 50px;
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-games-13win1-exclusive-games__step-title {
  font-size: 1.7em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-games-13win1-exclusive-games__step-description {
  color: #555;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-games-13win1-exclusive-games__btn--inline {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-games-13win1-exclusive-games__btn--inline:hover {
  background-color: #0056b3;
}

/* Promotions Section */
.page-games-13win1-exclusive-games__promotions .page-games-13win1-exclusive-games__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-games-13win1-exclusive-games__promo-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.page-games-13win1-exclusive-games__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-games-13win1-exclusive-games__promo-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-games-13win1-exclusive-games__promo-description {
  color: #666;
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-games-13win1-exclusive-games__btn--small {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.page-games-13win1-exclusive-games__btn--small:hover {
  background-color: #e0a800;
}

/* FAQ Section */
.page-games-13win1-exclusive-games__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-13win1-exclusive-games__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.page-games-13win1-exclusive-games__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.page-games-13win1-exclusive-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-games-13win1-exclusive-games__faq-item.active .page-games-13win1-exclusive-games__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-games-13win1-exclusive-games__faq-answer {
  font-size: 1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-games-13win1-exclusive-games__faq-item.active .page-games-13win1-exclusive-games__faq-answer {
  max-height: 200px; /* Adjust based on content */
  padding-top: 15px;
}

/* CTA Section */
.page-games-13win1-exclusive-games__cta {
  background: linear-gradient(45deg, #007bff, #ffc107);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__section-title {
  color: #fff;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__section-title::after {
  background-color: #fff;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__text {
  color: #eee;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-games-13win1-exclusive-games__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__btn--primary {
  background-color: #fff;
  color: #007bff; /* Primary blue for contrast */
  border-color: #fff;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__btn--primary:hover {
  background-color: #f0f0f0;
  color: #0056b3;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__btn--secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-13win1-exclusive-games__hero-title {
    font-size: 3em;
  }
  .page-games-13win1-exclusive-games__hero-subtitle {
    font-size: 1.3em;
  }
  .page-games-13win1-exclusive-games__section-title {
    font-size: 2em;
  }
  .page-games-13win1-exclusive-games__category-item {
    flex-direction: column;
  }
  .page-games-13win1-exclusive-games__category-item--reverse {
    flex-direction: column;
  }
  .page-games-13win1-exclusive-games__category-content {
    text-align: center;
  }
  .page-games-13win1-exclusive-games__list {
    text-align: center;
    padding-left: 25px;
  }
  .page-games-13win1-exclusive-games__list li::before {
    left: auto;
    right: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .page-games-13win1-exclusive-games__hero-title {
    font-size: 2.5em;
  }
  .page-games-13win1-exclusive-games__hero-subtitle {
    font-size: 1.1em;
  }
  .page-games-13win1-exclusive-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-13win1-exclusive-games__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-games-13win1-exclusive-games__section-title {
    font-size: 1.8em;
  }
  .page-games-13win1-exclusive-games__text {
    font-size: 1em;
  }
  .page-games-13win1-exclusive-games__features-grid,
  .page-games-13win1-exclusive-games__benefits-grid,
  .page-games-13win1-exclusive-games__step-by-step,
  .page-games-13win1-exclusive-games__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-games-13win1-exclusive-games__step-item,
  .page-games-13win1-exclusive-games__promo-item {
    padding: 20px;
  }
  .page-games-13win1-exclusive-games__faq-question {
    font-size: 1.2em;
  }
  .page-games-13win1-exclusive-games__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-13win1-exclusive-games__cta .page-games-13win1-exclusive-games__btn {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-games-13win1-exclusive-games__hero-title {
    font-size: 2em;
  }
  .page-games-13win1-exclusive-games__hero-subtitle {
    font-size: 0.9em;
  }
  .page-games-13win1-exclusive-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-13win1-exclusive-games__section-title {
    font-size: 1.5em;
  }
  .page-games-13win1-exclusive-games__feature-title,
  .page-games-13win1-exclusive-games__category-title,
  .page-games-13win1-exclusive-games__benefit-title,
  .page-games-13win1-exclusive-games__step-title,
  .page-games-13win1-exclusive-games__promo-title {
    font-size: 1.3em;
  }
  .page-games-13win1-exclusive-games__faq-question {
    font-size: 1.1em;
  }
  .page-games-13win1-exclusive-games__list li {
    text-align: left;
    padding-left: 25px;
  }
}