.page-index-exclusive-promotions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-index-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-exclusive-promotions__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475d 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-index-exclusive-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-exclusive-promotions__hero-subtitle {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-exclusive-promotions__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-index-exclusive-promotions__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-exclusive-promotions__section--dark {
  background-color: #2D3748;
}

.page-index-exclusive-promotions__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-exclusive-promotions__section-description {
  font-size: 1.1em;
  color: #CCCCCC;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-index-exclusive-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-index-exclusive-promotions__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-exclusive-promotions__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-exclusive-promotions__btn--secondary {
  background-color: #4A5568;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-index-exclusive-promotions__btn--secondary:hover {
  background-color: #616e80;
  transform: translateY(-2px);
}

.page-index-exclusive-promotions__btn--center {
  margin-top: 30px;
}

.page-index-exclusive-promotions__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 15px;
}

.page-index-exclusive-promotions__features-grid,
.page-index-exclusive-promotions__offers-grid,
.page-index-exclusive-promotions__steps-grid,
.page-index-exclusive-promotions__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-exclusive-promotions__feature-item,
.page-index-exclusive-promotions__offer-card,
.page-index-exclusive-promotions__step-item,
.page-index-exclusive-promotions__game-item {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #4A5568;
}

.page-index-exclusive-promotions__section--dark .page-index-exclusive-promotions__feature-item,
.page-index-exclusive-promotions__section--dark .page-index-exclusive-promotions__offer-card,
.page-index-exclusive-promotions__section--dark .page-index-exclusive-promotions__step-item,
.page-index-exclusive-promotions__section--dark .page-index-exclusive-promotions__game-item {
  background-color: #1A202C;
  border: 1px solid #4A5568;
}

.page-index-exclusive-promotions__feature-item:hover,
.page-index-exclusive-promotions__offer-card:hover,
.page-index-exclusive-promotions__step-item:hover,
.page-index-exclusive-promotions__game-item:hover {
  transform: translateY(-5px);
  background-color: #3A475D;
}

.page-index-exclusive-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-index-exclusive-promotions__feature-item h3,
.page-index-exclusive-promotions__offer-card h3,
.page-index-exclusive-promotions__game-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-exclusive-promotions__feature-item p,
.page-index-exclusive-promotions__offer-card p,
.page-index-exclusive-promotions__game-item p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-index-exclusive-promotions__offer-card .page-index-exclusive-promotions__btn {
  margin-top: 20px;
}

.page-index-exclusive-promotions__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #1A202C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.page-index-exclusive-promotions__step-item h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-exclusive-promotions__step-item p {
  color: #CCCCCC;
  font-size: 0.95em;
}

.page-index-exclusive-promotions__text-link {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-index-exclusive-promotions__text-link:hover {
  color: #e6c200;
}

.page-index-exclusive-promotions__image-full-width {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  height: auto;
}

.page-index-exclusive-promotions__info-list,
.page-index-exclusive-promotions__responsible-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-index-exclusive-promotions__info-list li,
.page-index-exclusive-promotions__responsible-list li {
  background-color: #1A202C;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-index-exclusive-promotions__list-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  font-weight: bold;
}

.page-index-exclusive-promotions__faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-exclusive-promotions__accordion-item {
  background-color: #1A202C;
  border: 1px solid #4A5568;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-exclusive-promotions__accordion-header {
  background-color: #2D3748;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-exclusive-promotions__accordion-header:hover {
  background-color: #3A475D;
}

.page-index-exclusive-promotions__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-exclusive-promotions__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-exclusive-promotions__accordion-content {
  padding: 0 25px;
  background-color: #1A202C;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-index-exclusive-promotions__accordion-content.show {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px;
}

.page-index-exclusive-promotions__accordion-content p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-index-exclusive-promotions__cta-section {
  background: linear-gradient(45deg, #1A202C, #4A5568);
  padding: 80px 0;
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-index-exclusive-promotions__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-exclusive-promotions__cta-description {
  font-size: 1.2em;
  color: #F0F0F0;
  max-width: 900px;
  margin: 0 auto 40px;
}

@media (max-width: 992px) {
  .page-index-exclusive-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-index-exclusive-promotions__section-title {
    font-size: 2.2em;
  }
  .page-index-exclusive-promotions__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-index-exclusive-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-index-exclusive-promotions__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-exclusive-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-exclusive-promotions__section-description {
    font-size: 0.95em;
  }
  .page-index-exclusive-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-exclusive-promotions__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-exclusive-promotions__features-grid,
  .page-index-exclusive-promotions__offers-grid,
  .page-index-exclusive-promotions__steps-grid,
  .page-index-exclusive-promotions__games-grid {
    grid-template-columns: 1fr;
  }
  .page-index-exclusive-promotions__cta-title {
    font-size: 2em;
  }
  .page-index-exclusive-promotions__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-exclusive-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-index-exclusive-promotions__hero-subtitle {
    font-size: 0.9em;
  }
  .page-index-exclusive-promotions__section-title {
    font-size: 1.6em;
  }
  .page-index-exclusive-promotions__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-exclusive-promotions__btn--large {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
    display: block;
  }
  .page-index-exclusive-promotions__cta-title {
    font-size: 1.8em;
  }
}