.page-promo-welcome-bonus {
  color: #333333; /* Dark text on light body background */
}

.page-promo-welcome-bonus__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px; /* Ensure hero section has a decent height */
}

.page-promo-welcome-bonus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-promo-welcome-bonus__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit; /* Inherit min-height from parent */
}

.page-promo-welcome-bonus__hero-content {
  background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  padding: 40px;
  border-radius: 10px;
  color: #FFFFFF;
  max-width: 800px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promo-welcome-bonus__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login color for emphasis */
  line-height: 1.2;
}

.page-promo-welcome-bonus__intro-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-promo-welcome-bonus__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-promo-welcome-bonus__button {
  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;
  white-space: nowrap;
}

.page-promo-welcome-bonus__button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-promo-welcome-bonus__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-promo-welcome-bonus__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-promo-welcome-bonus__button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

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

.page-promo-welcome-bonus__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-promo-welcome-bonus__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-promo-welcome-bonus__section-description {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-promo-welcome-bonus__details-section,
.page-promo-welcome-bonus__how-to-claim-section,
.page-promo-welcome-bonus__terms-conditions-section,
.page-promo-welcome-bonus__why-choose-section,
.page-promo-welcome-bonus__faq-section,
.page-promo-welcome-bonus__cta-final-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Ensures a light background for dark text */
}

.page-promo-welcome-bonus__details-section {
  background-color: #f9f9f9;
}

.page-promo-welcome-bonus__bonus-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promo-welcome-bonus__feature-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo-welcome-bonus__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-promo-welcome-bonus__feature-icon {
  width: 200px; /* Minimum 200px */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-promo-welcome-bonus__feature-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-welcome-bonus__feature-text {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-welcome-bonus__cta-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
}

.page-promo-welcome-bonus__button--claim,
.page-promo-welcome-bonus__button--start-now,
.page-promo-welcome-bonus__button--join-now,
.page-promo-welcome-bonus__button--final-cta {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin: 20px auto;
  display: block;
  max-width: fit-content;
}

.page-promo-welcome-bonus__button--claim:hover,
.page-promo-welcome-bonus__button--start-now:hover,
.page-promo-welcome-bonus__button--join-now:hover,
.page-promo-welcome-bonus__button--final-cta:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-promo-welcome-bonus__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promo-welcome-bonus__step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
}

.page-promo-welcome-bonus__step-number {
  width: 60px;
  height: 60px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: -60px auto 20px;
  border: 4px solid #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promo-welcome-bonus__step-item:first-child .page-promo-welcome-bonus__step-number {
  margin-top: 0; /* Adjust for first item if needed */
}

.page-promo-welcome-bonus__step-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-welcome-bonus__step-text {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-welcome-bonus__terms-conditions-section {
  background-color: #f9f9f9;
}

.page-promo-welcome-bonus__terms-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.page-promo-welcome-bonus__terms-item {
  background-color: #FFFFFF;
  border-left: 5px solid #FCBC45;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promo-welcome-bonus__terms-heading {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-welcome-bonus__terms-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-welcome-bonus__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promo-welcome-bonus__text-link:hover {
  color: #e0a53b;
  text-decoration: underline;
}

.page-promo-welcome-bonus__full-terms-cta {
  text-align: center;
  font-size: 1.1em;
  margin-top: 30px;
}

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

.page-promo-welcome-bonus__advantage-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo-welcome-bonus__advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-promo-welcome-bonus__advantage-icon {
  width: 200px; /* Minimum 200px */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-promo-welcome-bonus__advantage-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-welcome-bonus__advantage-text {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-welcome-bonus__faq-items {
  max-width: 900px;
  margin: 0 auto;
}

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

.page-promo-welcome-bonus__faq-question {
  font-size: 1.3em;
  color: #000000;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-promo-welcome-bonus__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promo-welcome-bonus__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promo-welcome-bonus__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promo-welcome-bonus__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding: 20px 25px;
}

.page-promo-welcome-bonus__faq-answer p {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-welcome-bonus__cta-final-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
}

.page-promo-welcome-bonus__cta-final-section .page-promo-welcome-bonus__section-title {
  color: #FCBC45;
}

.page-promo-welcome-bonus__cta-final-section .page-promo-welcome-bonus__section-description {
  color: #f0f0f0;
}

.page-promo-welcome-bonus__cta-final-section .page-promo-welcome-bonus__button--final-cta {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-promo-welcome-bonus__cta-final-section .page-promo-welcome-bonus__button--final-cta:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .page-promo-welcome-bonus__main-title {
    font-size: 2.8em;
  }

  .page-promo-welcome-bonus__intro-description {
    font-size: 1.1em;
  }

  .page-promo-welcome-bonus__hero-content {
    padding: 30px;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 2em;
  }

  .page-promo-welcome-bonus__section-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-promo-welcome-bonus__hero-section {
    min-height: 500px;
    padding: 40px 15px;
  }

  .page-promo-welcome-bonus__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-promo-welcome-bonus__hero-content {
    padding: 25px;
  }

  .page-promo-welcome-bonus__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-promo-welcome-bonus__intro-description {
    font-size: 0.95em;
    margin-bottom: 25px;
  }

  .page-promo-welcome-bonus__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-promo-welcome-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
  }

  .page-promo-welcome-bonus__container {
    padding: 30px 15px;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 1.8em;
  }

  .page-promo-welcome-bonus__section-description {
    font-size: 0.9em;
    margin-bottom: 30px;
  }

  .page-promo-welcome-bonus__bonus-features,
  .page-promo-welcome-bonus__steps-list,
  .page-promo-welcome-bonus__advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promo-welcome-bonus__feature-card,
  .page-promo-welcome-bonus__step-item,
  .page-promo-welcome-bonus__advantage-card {
    padding: 25px;
  }

  .page-promo-welcome-bonus__feature-icon,
  .page-promo-welcome-bonus__advantage-icon {
    width: 150px; /* Adjust to ensure minimum 200px display size */
    height: 120px;
  }

  .page-promo-welcome-bonus__feature-title,
  .page-promo-welcome-bonus__step-title,
  .page-promo-welcome-bonus__advantage-title {
    font-size: 1.5em;
  }

  .page-promo-welcome-bonus__terms-heading {
    font-size: 1.2em;
  }

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

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

  /* Ensure all content area images are responsive and do not cause horizontal scrolling */
  .page-promo-welcome-bonus img {
    max-width: 100%;
    height: auto;
  }

  /* Specific image size adjustments to ensure minimum 200px display */
  .page-promo-welcome-bonus__feature-icon,
  .page-promo-welcome-bonus__advantage-icon {
    min-width: 200px; /* Enforce min display size */
    min-height: 150px; /* Enforce min display size */
    width: 100%; /* Take full available width */
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .page-promo-welcome-bonus__main-title {
    font-size: 1.8em;
  }

  .page-promo-welcome-bonus__intro-description {
    font-size: 0.85em;
  }

  .page-promo-welcome-bonus__button {
    font-size: 0.9em;
    padding: 10px 20px;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 1.5em;
  }

  .page-promo-welcome-bonus__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
}