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

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

.page-promotions-welcome-bonus__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

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

/* Hero Section */
.page-promotions-welcome-bonus__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 600px;
  color: #ffffff;
}

.page-promotions-welcome-bonus__hero-section .page-promotions-welcome-bonus__container {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

.page-promotions-welcome-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-promotions-welcome-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-promotions-welcome-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-promotions-welcome-bonus__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Buttons */
.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: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

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

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

.page-promotions-welcome-bonus__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-promotions-welcome-bonus__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-promotions-welcome-bonus__btn-link {
  color: #FFFF00; /* Adjusted for contrast if used as text, though primary buttons use #FFFFFF */
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-welcome-bonus__btn-link:hover {
  color: #FFD700;
}

/* Specific button styles for Register/Login - Using darker red and white text for contrast */
.page-promotions-welcome-bonus__hero-cta-buttons a.page-promotions-welcome-bonus__btn-primary,
.page-promotions-welcome-bonus__cta-bottom-section .page-promotions-welcome-bonus__btn-primary {
  background-color: #A00000; /* Darker red for contrast */
  border-color: #A00000;
  color: #FFFFFF; /* White text for contrast */
}

.page-promotions-welcome-bonus__hero-cta-buttons a.page-promotions-welcome-bonus__btn-primary:hover,
.page-promotions-welcome-bonus__cta-bottom-section .page-promotions-welcome-bonus__btn-primary:hover {
  background-color: #800000;
  border-color: #800000;
}

/* Video Section */
.page-promotions-welcome-bonus__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-welcome-bonus__video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
}

.page-promotions-welcome-bonus__video {
  width: 100%;
  height: auto;
  display: block;
}

/* Benefits Section */
.page-promotions-welcome-bonus__benefits-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-promotions-welcome-bonus__benefit-card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.page-promotions-welcome-bonus__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus__benefit-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

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

/* How To Claim Section */
.page-promotions-welcome-bonus__how-to-claim-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-promotions-welcome-bonus__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus__step-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-promotions-welcome-bonus__step-title {
  font-size: 1.5em;
  color: #FFFF00; /* Using yellow for step titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-welcome-bonus__step-text {
  color: #f0f0f0;
  margin-bottom: 20px;
}

/* Terms Section */
.page-promotions-welcome-bonus__terms-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-welcome-bonus__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-welcome-bonus__term-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-promotions-welcome-bonus__term-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

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

/* Why Choose Section */
.page-promotions-welcome-bonus__why-choose-section {
  padding: 60px 0;
  text-align: center;
}

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

.page-promotions-welcome-bonus__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: #ffffff;
}

.page-promotions-welcome-bonus__feature-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus__feature-title {
  font-size: 1.4em;
  color: #FFFF00; /* Yellow for feature titles */
  margin-bottom: 10px;
  font-weight: bold;
}

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

.page-promotions-welcome-bonus__cta-center {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-promotions-welcome-bonus__faq-section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-welcome-bonus__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

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

.page-promotions-welcome-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

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

.page-promotions-welcome-bonus__faq-toggle {
  font-size: 1.5em;
  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 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #333333;
  background-color: #ffffff;
}

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

.page-promotions-welcome-bonus__faq-answer p {
  margin-bottom: 10px;
  color: #555555;
}

/* CTA Bottom Section */
.page-promotions-welcome-bonus__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: #017439;
}

.page-promotions-welcome-bonus__cta-bottom-section .page-promotions-welcome-bonus__section-title,
.page-promotions-welcome-bonus__cta-bottom-section .page-promotions-welcome-bonus__section-description {
  color: #ffffff;
}

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

/* Theme specific colors for dark/light sections */
.page-promotions-welcome-bonus__dark-bg {
  background-color: #1a1a2e; /* Inherited from body, but explicitly set for sections */
  color: #ffffff;
}

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

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__section-title {
  color: #017439;
}

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__section-description {
  color: #555555;
}

.page-promotions-welcome-bonus__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

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

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

@media (max-width: 768px) {
  .page-promotions-welcome-bonus__hero-section {
    padding: 60px 0;
    min-height: 400px;
  }

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

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

  .page-promotions-welcome-bonus__hero-cta-buttons,
  .page-promotions-welcome-bonus__cta-center,
  .page-promotions-welcome-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-welcome-bonus__btn-primary,
  .page-promotions-welcome-bonus__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

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

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

  .page-promotions-welcome-bonus__benefits-grid,
  .page-promotions-welcome-bonus__steps-list,
  .page-promotions-welcome-bonus__features-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-welcome-bonus__benefit-card,
  .page-promotions-welcome-bonus__step-item,
  .page-promotions-welcome-bonus__feature-card,
  .page-promotions-welcome-bonus__faq-item {
    padding: 20px;
  }

  .page-promotions-welcome-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-promotions-welcome-bonus video,
  .page-promotions-welcome-bonus__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-promotions-welcome-bonus__video-section,
  .page-promotions-welcome-bonus__video-container,
  .page-promotions-welcome-bonus__video-wrapper,
  .page-promotions-welcome-bonus__section,
  .page-promotions-welcome-bonus__card,
  .page-promotions-welcome-bonus__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  /* Ensure padding-top for video section in mobile */
  .page-promotions-welcome-bonus__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-promotions-welcome-bonus__cta-button,
  .page-promotions-welcome-bonus__btn-primary,
  .page-promotions-welcome-bonus__btn-secondary,
  .page-promotions-welcome-bonus a[class*="button"],
  .page-promotions-welcome-bonus a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .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__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}

/* Body background is dark, so main content text should be light by default */
.page-promotions-welcome-bonus {
  color: #ffffff; 
}

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

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

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__section-title {
  color: #017439;
}

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__section-description {
  color: #555555;
}

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

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__term-title {
  color: #017439;
}

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__term-text {
  color: #555555;
}

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

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__faq-question {
  background-color: #f9f9f9;
  color: #017439;
}

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__faq-question:hover {
  background-color: #f0f0f0;
}

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

.page-promotions-welcome-bonus__light-bg .page-promotions-welcome-bonus__faq-answer p {
  color: #555555;
}