.page-promotions-welcome-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-promotions-welcome-bonus__dark-bg {
  background-color: #1a1a2e; /* Body background color */
  color: #ffffff;
}

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

.page-promotions-welcome-bonus__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  gap: 40px;
}

.page-promotions-welcome-bonus__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-promotions-welcome-bonus__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color */
  line-height: 1.2;
}

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

.page-promotions-welcome-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-welcome-bonus__content-section {
  padding: 60px 20px;
}

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

.page-promotions-welcome-bonus__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #017439; /* Brand primary color */
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__section-title {
  color: #FFFF00; /* Yellow for titles on dark background */
}

.page-promotions-welcome-bonus__text-block {
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.8;
  text-align: justify;
}

.page-promotions-welcome-bonus__text-block a {
  color: #017439;
  text-decoration: underline;
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__text-block a {
  color: #FFFF00;
}

.page-promotions-welcome-bonus__image-with-caption {
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
}

.page-promotions-welcome-bonus__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__image-caption {
  color: #ccc;
}

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

.page-promotions-welcome-bonus__card {
  background: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__card {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-welcome-bonus__feature-title, 
.page-promotions-welcome-bonus__step-title, 
.page-promotions-welcome-bonus__term-title, 
.page-promotions-welcome-bonus__benefit-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #017439;
}

.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__feature-title, 
.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__step-title, 
.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__term-title, 
.page-promotions-welcome-bonus__dark-bg .page-promotions-welcome-bonus__benefit-title {
  color: #FFFF00;
}

.page-promotions-welcome-bonus__feature-list, 
.page-promotions-welcome-bonus__step-description, 
.page-promotions-welcome-bonus__term-description, 
.page-promotions-welcome-bonus__benefit-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-promotions-welcome-bonus__feature-list li {
  margin-bottom: 8px;
  list-style-type: disc;
  margin-left: 20px;
}

.page-promotions-welcome-bonus__benefit-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-promotions-welcome-bonus__faq-section {
  padding: 60px 20px;
}

.page-promotions-welcome-bonus__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus__faq-item {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background: #017439; /* Brand primary for question background */
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

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

.page-promotions-welcome-bonus__faq-question h3 {
  margin: 0;
  color: #ffffff;
}

.page-promotions-welcome-bonus__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-promotions-welcome-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(255, 255, 255, 0.05); /* Lighter background for answer */
  color: #f0f0f0;
}

.page-promotions-welcome-bonus__faq-item.active .page-promotions-welcome-bonus__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 20px 25px;
}

.page-promotions-welcome-bonus__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.7;
}

.page-promotions-welcome-bonus__faq-answer a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-promotions-welcome-bonus__cta-section {
  text-align: center;
  padding: 60px 20px;
}

.page-promotions-welcome-bonus__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-promotions-welcome-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-welcome-bonus__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-promotions-welcome-bonus__btn-primary:hover {
  background-color: #e01212;
  transform: translateY(-2px);
}

.page-promotions-welcome-bonus__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Brand primary color */
  border: 2px solid #017439;
}

.page-promotions-welcome-bonus__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-welcome-bonus__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}

@media (max-width: 768px) {
  .page-promotions-welcome-bonus {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-welcome-bonus__hero-section {
    padding: 60px 15px;
    flex-direction: column;
    text-align: center;
    padding-top: var(--header-offset, 120px) !important; /* Ensure spacing on mobile */
  }
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-welcome-bonus__hero-description {
    font-size: 1em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus__content-section,
  .page-promotions-welcome-bonus__faq-section,
  .page-promotions-welcome-bonus__cta-section {
    padding: 40px 15px;
  }
  .page-promotions-welcome-bonus__feature-grid, 
  .page-promotions-welcome-bonus__steps-grid, 
  .page-promotions-welcome-bonus__terms-grid, 
  .page-promotions-welcome-bonus__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-welcome-bonus__card {
    padding: 25px;
  }
  .page-promotions-welcome-bonus__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-promotions-welcome-bonus__faq-item.active .page-promotions-welcome-bonus__faq-answer {
    padding: 15px 20px;
  }
  .page-promotions-welcome-bonus__button-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-welcome-bonus__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
  }
  .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-section,
  .page-promotions-welcome-bonus__content-section,
  .page-promotions-welcome-bonus__faq-section,
  .page-promotions-welcome-bonus__cta-section,
  .page-promotions-welcome-bonus__image-with-caption {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-welcome-bonus__hero-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-promotions-welcome-bonus__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-welcome-bonus__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-promotions-welcome-bonus__cta-buttons,
  .page-promotions-welcome-bonus__button-group,
  .page-promotions-welcome-bonus__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;
  }
  .page-promotions-welcome-bonus__button-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-welcome-bonus__faq-question {
    font-size: 1em;
  }
  .page-promotions-welcome-bonus__faq-toggle {
    font-size: 1.5em;
  }
  .page-promotions-welcome-bonus__cta-button {
    font-size: 1em;
    padding: 10px 15px;
  }
}