.page-promotions-welcome-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
}

.page-promotions-welcome-bonus__dark-bg {
  background-color: #4A00B7;
  color: #ffffff;
}

.page-promotions-welcome-bonus__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-promotions-welcome-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-promotions-welcome-bonus__section-title,
.page-promotions-welcome-bonus__cta-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for titles */
}

.page-promotions-welcome-bonus__section-description,
.page-promotions-welcome-bonus__cta-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-promotions-welcome-bonus__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding: 60px 20px; /* Base padding */
}

.page-promotions-welcome-bonus__hero-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-promotions-welcome-bonus__hero-content {
  flex: 1;
  text-align: left;
}

.page-promotions-welcome-bonus__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-welcome-bonus__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-promotions-welcome-bonus__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-promotions-welcome-bonus__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__cta-group {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}

.page-promotions-welcome-bonus__cta-center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__btn-primary,
.page-promotions-welcome-bonus__btn-secondary {
  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-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-welcome-bonus__btn-primary {
  background-color: #FFD700;
  color: #4A00B7;
  border: 2px solid #FFD700;
}

.page-promotions-welcome-bonus__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-promotions-welcome-bonus__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-welcome-bonus__btn-secondary:hover {
  background-color: #FFD700;
  color: #4A00B7;
}

/* How to Claim Section */
.page-promotions-welcome-bonus__how-to-claim {
  padding: 80px 20px;
}

.page-promotions-welcome-bonus__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__step-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus__step-item:hover {
  transform: translateY(-10px);
}

.page-promotions-welcome-bonus__step-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.page-promotions-welcome-bonus__step-title {
  font-size: 1.5em;
  color: #4A00B7;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus__step-text {
  font-size: 1em;
  color: #555555;
}

/* Bonus Details Section */
.page-promotions-welcome-bonus__bonus-details {
  padding: 80px 20px;
}

.page-promotions-welcome-bonus__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__detail-card {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-promotions-welcome-bonus__detail-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus__detail-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-promotions-welcome-bonus__detail-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-promotions-welcome-bonus__terms-note {
  text-align: center;
  margin-top: 40px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-promotions-welcome-bonus__terms-note a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-welcome-bonus__terms-note a:hover {
  color: #e6c200;
}

/* Eligible Games Section */
.page-promotions-welcome-bonus__eligible-games {
  padding: 80px 20px;
}

.page-promotions-welcome-bonus__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__game-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  color: #333333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-promotions-welcome-bonus__game-card:hover {
  transform: translateY(-10px);
}

.page-promotions-welcome-bonus__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-promotions-welcome-bonus__game-title {
  font-size: 1.4em;
  color: #4A00B7;
  margin: 15px 15px 10px 15px;
}

.page-promotions-welcome-bonus__game-text {
  font-size: 0.95em;
  color: #555555;
  padding: 0 15px 20px 15px;
}

/* Why Choose Section */
.page-promotions-welcome-bonus__why-choose {
  padding: 80px 20px;
}

.page-promotions-welcome-bonus__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__feature-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.page-promotions-welcome-bonus__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus__feature-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* FAQ Section */
.page-promotions-welcome-bonus__faq-section {
  padding: 80px 20px;
}

.page-promotions-welcome-bonus__faq-list {
  margin-top: 40px;
}

.page-promotions-welcome-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-promotions-welcome-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #4A00B7;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.page-promotions-welcome-bonus__faq-question:hover {
  background-color: #e6e6e6;
}

.page-promotions-welcome-bonus__faq-toggle {
  font-size: 1.5em;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-promotions-welcome-bonus__faq-item.active .page-promotions-welcome-bonus__faq-toggle {
  transform: rotate(45deg);
  color: #4A00B7;
}

.page-promotions-welcome-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-promotions-welcome-bonus__faq-item.active .page-promotions-welcome-bonus__faq-answer {
  max-height: 1000px !important;
  padding: 15px 25px;
}

.page-promotions-welcome-bonus__faq-answer p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* Final CTA Section */
.page-promotions-welcome-bonus__cta-final {
  padding: 80px 20px;
  text-align: center;
}

/* General card styling for contrast */
.page-promotions-welcome-bonus__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-welcome-bonus__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-promotions-welcome-bonus__hero-content {
    text-align: center;
  }

  .page-promotions-welcome-bonus__cta-group {
    justify-content: center;
  }

  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.8em;
  }

  .page-promotions-welcome-bonus__hero-description {
    font-size: 1.1em;
  }

  .page-promotions-welcome-bonus__section-title,
  .page-promotions-welcome-bonus__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-welcome-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-welcome-bonus__hero-section {
    min-height: auto;
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-promotions-welcome-bonus__hero-container {
    padding: 15px;
  }

  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-welcome-bonus__hero-description {
    font-size: 1em;
  }

  .page-promotions-welcome-bonus__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-welcome-bonus__btn-primary,
  .page-promotions-welcome-bonus__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-welcome-bonus__section-title,
  .page-promotions-welcome-bonus__cta-title {
    font-size: 1.8em;
  }

  .page-promotions-welcome-bonus__section-description,
  .page-promotions-welcome-bonus__cta-description {
    font-size: 0.9em;
    margin-bottom: 20px;
  }

  .page-promotions-welcome-bonus__how-to-claim,
  .page-promotions-welcome-bonus__bonus-details,
  .page-promotions-welcome-bonus__eligible-games,
  .page-promotions-welcome-bonus__why-choose,
  .page-promotions-welcome-bonus__faq-section,
  .page-promotions-welcome-bonus__cta-final {
    padding: 40px 15px;
  }

  .page-promotions-welcome-bonus__steps-grid,
  .page-promotions-welcome-bonus__details-grid,
  .page-promotions-welcome-bonus__games-grid,
  .page-promotions-welcome-bonus__features-grid {
    gap: 20px;
  }

  .page-promotions-welcome-bonus__step-item,
  .page-promotions-welcome-bonus__detail-card,
  .page-promotions-welcome-bonus__game-card,
  .page-promotions-welcome-bonus__feature-item,
  .page-promotions-welcome-bonus__faq-item {
    padding: 20px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-promotions-welcome-bonus img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-welcome-bonus__section,
  .page-promotions-welcome-bonus__card,
  .page-promotions-welcome-bonus__container,
  .page-promotions-welcome-bonus__hero-image-wrapper,
  .page-promotions-welcome-bonus__game-image,
  .page-promotions-welcome-bonus__detail-image,
  .page-promotions-welcome-bonus__step-icon,
  .page-promotions-welcome-bonus__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }

  .page-promotions-welcome-bonus__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-promotions-welcome-bonus__faq-answer {
    padding: 0 20px;
  }

  .page-promotions-welcome-bonus__faq-item.active .page-promotions-welcome-bonus__faq-answer {
    padding: 15px 20px;
  }

  .page-promotions-welcome-bonus__faq-toggle {
    font-size: 1.2em;
  }
}