.page-resources-789win-89k-promotion-details {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--bg-color, #FFFFFF);
}

.page-resources-789win-89k-promotion-details__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #26A9E0; /* Main brand color for hero */
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-789win-89k-promotion-details__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-789win-89k-promotion-details__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-789win-89k-promotion-details__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-789win-89k-promotion-details__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-789win-89k-promotion-details__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-789win-89k-promotion-details__section {
  padding: 60px 20px;
  background-color: var(--bg-color, #FFFFFF);
}

.page-resources-789win-89k-promotion-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-resources-789win-89k-promotion-details__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-789win-89k-promotion-details__paragraph {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-789win-89k-promotion-details__detail-grid,
.page-resources-789win-89k-promotion-details__game-grid,
.page-resources-789win-89k-promotion-details__benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-789win-89k-promotion-details__card,
.page-resources-789win-89k-promotion-details__game-card,
.page-resources-789win-89k-promotion-details__benefit-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-resources-789win-89k-promotion-details__card:hover,
.page-resources-789win-89k-promotion-details__game-card:hover,
.page-resources-789win-89k-promotion-details__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-789win-89k-promotion-details__card-title,
.page-resources-789win-89k-promotion-details__game-title,
.page-resources-789win-89k-promotion-details__benefit-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-789win-89k-promotion-details__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-789win-89k-promotion-details__game-title a:hover {
  text-decoration: underline;
}

.page-resources-789win-89k-promotion-details__list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-resources-789win-89k-promotion-details__list-item {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-resources-789win-89k-promotion-details__list-item::before {
  content: '✓';
  color: #26A9E0;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-resources-789win-89k-promotion-details__registration-guide .page-resources-789win-89k-promotion-details__section-title {
  color: #000000;
}

.page-resources-789win-89k-promotion-details__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-789win-89k-promotion-details__step-item {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-resources-789win-89k-promotion-details__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.page-resources-789win-89k-promotion-details__step-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-789win-89k-promotion-details__game-image,
.page-resources-789win-89k-promotion-details__benefit-icon {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.page-resources-789win-89k-promotion-details__benefit-icon {
  max-width: 200px; /* Specific size for icons */
  height: auto;
}

.page-resources-789win-89k-promotion-details__faq-section {
  background-color: #F0F8FF; /* Light blue background */
}

.page-resources-789win-89k-promotion-details__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-789win-89k-promotion-details__faq-item {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-resources-789win-89k-promotion-details__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #26A9E0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
}

.page-resources-789win-89k-promotion-details__faq-item.active .page-resources-789win-89k-promotion-details__faq-question {
  border-bottom: none;
}

.page-resources-789win-89k-promotion-details__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-789win-89k-promotion-details__faq-item.active .page-resources-789win-89k-promotion-details__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-789win-89k-promotion-details__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-789win-89k-promotion-details__faq-item.active .page-resources-789win-89k-promotion-details__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-resources-789win-89k-promotion-details__faq-text {
  padding-bottom: 10px;
  color: #555555;
}

.page-resources-789win-89k-promotion-details__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-789win-89k-promotion-details__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #FFFFFF;
}

.page-resources-789win-89k-promotion-details__btn-primary:hover {
  background-color: #D36C06;
  transform: translateY(-2px);
}

.page-resources-789win-89k-promotion-details__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-resources-789win-89k-promotion-details__btn-secondary:hover {
  background-color: #F0F8FF;
  transform: translateY(-2px);
}

.page-resources-789win-89k-promotion-details__cta-bottom {
  background-color: #26A9E0; /* Main brand color for bottom CTA */
  color: #FFFFFF;
  text-align: center;
}

.page-resources-789win-89k-promotion-details__cta-bottom .page-resources-789win-89k-promotion-details__section-title,
.page-resources-789win-89k-promotion-details__cta-bottom .page-resources-789win-89k-promotion-details__paragraph {
  color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-789win-89k-promotion-details__main-title {
    font-size: 2.8em;
  }

  .page-resources-789win-89k-promotion-details__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-789win-89k-promotion-details__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-789win-89k-promotion-details__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-resources-789win-89k-promotion-details__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-789win-89k-promotion-details__section {
    padding: 40px 15px;
  }

  .page-resources-789win-89k-promotion-details__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-789win-89k-promotion-details__paragraph {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-789win-89k-promotion-details__detail-grid,
  .page-resources-789win-89k-promotion-details__guide-steps,
  .page-resources-789win-89k-promotion-details__game-grid,
  .page-resources-789win-89k-promotion-details__benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Mobile Image Responsiveness */
  .page-resources-789win-89k-promotion-details img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Content area and containers for mobile responsiveness */
  .page-resources-789win-89k-promotion-details__section,
  .page-resources-789win-89k-promotion-details__card,
  .page-resources-789win-89k-promotion-details__container,
  .page-resources-789win-89k-promotion-details__hero-section,
  .page-resources-789win-89k-promotion-details__promotion-details,
  .page-resources-789win-89k-promotion-details__registration-guide,
  .page-resources-789win-89k-promotion-details__games-showcase,
  .page-resources-789win-89k-promotion-details__benefits,
  .page-resources-789win-89k-promotion-details__faq-section,
  .page-resources-789win-89k-promotion-details__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* Mobile Button Responsiveness */
  .page-resources-789win-89k-promotion-details__cta-button,
  .page-resources-789win-89k-promotion-details__btn-primary,
  .page-resources-789win-89k-promotion-details__btn-secondary,
  .page-resources-789win-89k-promotion-details a[class*="button"],
  .page-resources-789win-89k-promotion-details a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
  
  .page-resources-789win-89k-promotion-details__cta-buttons,
  .page-resources-789win-89k-promotion-details__button-group,
  .page-resources-789win-89k-promotion-details__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }

  .page-resources-789win-89k-promotion-details__faq-question {
    font-size: 1.05em;
    padding: 15px;
  }

  .page-resources-789win-89k-promotion-details__faq-item.active .page-resources-789win-89k-promotion-details__faq-answer {
    padding: 10px 15px;
  }
  
  /* Content area images CSS size lower bound enforcement */
  .page-resources-789win-89k-promotion-details__content-area img,
  .page-resources-789win-89k-promotion-details__card img,
  .page-resources-789win-89k-promotion-details__step-item img,
  .page-resources-789win-89k-promotion-details__game-card img,
  .page-resources-789win-89k-promotion-details__benefit-item img {
    min-width: 200px !important;
    min-height: 200px !important;
    width: auto !important;
    height: auto !important;
  }

  /* Ensure benefit icons are not too small but also responsive */
  .page-resources-789win-89k-promotion-details__benefit-icon {
    max-width: 150px !important;
    min-width: 100px !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-resources-789win-89k-promotion-details__main-title {
    font-size: 1.8em;
  }

  .page-resources-789win-89k-promotion-details__section-title {
    font-size: 1.6em;
  }
}

/* Color contrast safety */
.page-resources-789win-89k-promotion-details__dark-bg {
  color: #ffffff;
  background: #26A9E0;
}

.page-resources-789win-89k-promotion-details__light-bg {
  color: #333333;
  background: #ffffff;
}

/* Ensure text in cards and main content is readable */
.page-resources-789win-89k-promotion-details__card,
.page-resources-789win-89k-promotion-details__step-item,
.page-resources-789win-89k-promotion-details__game-card,
.page-resources-789win-89k-promotion-details__benefit-item,
.page-resources-789win-89k-promotion-details__faq-item {
  color: #333333;
}

.page-resources-789win-89k-promotion-details__cta-button.page-resources-789win-89k-promotion-details__btn-primary {
  background: #EA7C07;
  color: #ffffff;
}

.page-resources-789win-89k-promotion-details__cta-button.page-resources-789win-89k-promotion-details__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border-color: #26A9E0;
}