.page-promo-welcome-bonus-details {
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* Assumes shared.css defines --secondary-color as #FFFFFF */
}

.page-promo-welcome-bonus-details__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
}

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

.page-promo-welcome-bonus-details__hero-container {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-promo-welcome-bonus-details__hero-content {
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  padding: 30px;
  border-radius: 10px;
  color: #FFFFFF;
  max-width: 800px;
}

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

.page-promo-welcome-bonus-details__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
  line-height: 1.5;
}

.page-promo-welcome-bonus-details__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-promo-welcome-bonus-details__cta-button--primary {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for light button */
}

.page-promo-welcome-bonus-details__cta-button--primary:hover {
  background-color: #e0a53b;
}

.page-promo-welcome-bonus-details__cta-button--secondary {
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* Register button color */
  border: 2px solid #FCBC45;
}

.page-promo-welcome-bonus-details__cta-button--secondary:hover {
  background-color: #333333;
  border-color: #e0a53b;
}

.page-promo-welcome-bonus-details__cta-button--tertiary {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  margin-left: 15px;
}

.page-promo-welcome-bonus-details__cta-button--tertiary:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.page-promo-welcome-bonus-details__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
}

.page-promo-welcome-bonus-details__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promo-welcome-bonus-details__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
  padding-left: 15px;
}

.page-promo-welcome-bonus-details__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-promo-welcome-bonus-details__claim-steps {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promo-welcome-bonus-details__step-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333333;
}

.page-promo-welcome-bonus-details__step-item strong {
  color: #000000;
}

.page-promo-welcome-bonus-details__image-wrapper {
  margin: 30px auto;
  text-align: center;
}

.page-promo-welcome-bonus-details__image-wrapper--inline {
  max-width: 80%; /* Adjusted for better content flow */
}

.page-promo-welcome-bonus-details__content-image {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  width: auto; /* Allow image to scale */
  height: auto; /* Maintain aspect ratio */
  min-width: 200px;
  min-height: 200px;
}

.page-promo-welcome-bonus-details__cta-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-promo-welcome-bonus-details__faq-section {
  margin-top: 30px;
}

.page-promo-welcome-bonus-details__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-promo-welcome-bonus-details__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promo-welcome-bonus-details__faq-answer {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

  .page-promo-welcome-bonus-details__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin-left: 0; /* Remove margin for stacked buttons */
    margin-top: 10px;
  }

  .page-promo-welcome-bonus-details__cta-group {
    flex-direction: column;
    align-items: center;
  }

  .page-promo-welcome-bonus-details__cta-button--tertiary {
    margin-left: 0;
  }

  .page-promo-welcome-bonus-details__content-area {
    padding: 40px 15px;
  }

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

  .page-promo-welcome-bonus-details__sub-title {
    font-size: 1.3em;
  }

  .page-promo-welcome-bonus-details__text-block, .page-promo-welcome-bonus-details__step-item, .page-promo-welcome-bonus-details__faq-answer {
    font-size: 0.95em;
  }

  .page-promo-welcome-bonus-details__faq-question {
    font-size: 1.1em;
  }

  .page-promo-welcome-bonus-details__content-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
  }

  .page-promo-welcome-bonus-details__image-wrapper--inline {
    max-width: 100%;
  }
}

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

  .page-promo-welcome-bonus-details__hero-description {
    font-size: 0.9em;
  }

  .page-promo-welcome-bonus-details__hero-content {
    padding: 20px;
  }

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

  .page-promo-welcome-bonus-details__sub-title {
    font-size: 1.2em;
  }

  .page-promo-welcome-bonus-details__cta-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .page-promo-welcome-bonus-details__cta-group .page-promo-welcome-bonus-details__cta-button + .page-promo-welcome-bonus-details__cta-button {
    margin-left: 0;
  }
}