.page-promotions-new-user-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f5f5f5; /* Consistent with shared.css body background */
}

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

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

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

.page-promotions-new-user-bonus__btn-primary,
.page-promotions-new-user-bonus__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.page-promotions-new-user-bonus__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-promotions-new-user-bonus__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
  margin-left: 20px;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #017439;
  border-color: #017439;
}

.page-promotions-new-user-bonus__btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-promotions-new-user-bonus__text-link {
  color: #017439;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-new-user-bonus__text-link:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-promotions-new-user-bonus__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

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

.page-promotions-new-user-bonus__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-promotions-new-user-bonus__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-promotions-new-user-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-promotions-new-user-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
}

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

/* Why Choose Us Section */
.page-promotions-new-user-bonus__why-choose-us {
  padding: 80px 0;
}

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

.page-promotions-new-user-bonus__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-promotions-new-user-bonus__feature-card:hover {
  transform: translateY(-10px);
}

.page-promotions-new-user-bonus__feature-icon {
  width: 100%; /* Ensure image fills card width */
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-promotions-new-user-bonus__feature-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__feature-description {
  font-size: 1em;
  color: #555555;
}

/* Bonus Details Section */
.page-promotions-new-user-bonus__bonus-details {
  padding: 80px 0;
  background-color: #017439;
  color: #ffffff;
}

.page-promotions-new-user-bonus__bonus-details .page-promotions-new-user-bonus__section-title {
  color: #ffffff;
}

.page-promotions-new-user-bonus__bonus-details .page-promotions-new-user-bonus__section-intro {
  color: #f0f0f0;
}

.page-promotions-new-user-bonus__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__detail-card {
  background-color: #1a8a4f; /* Slightly lighter green for contrast */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-promotions-new-user-bonus__detail-card .page-promotions-new-user-bonus__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFFF00; /* Highlight title */
}

.page-promotions-new-user-bonus__detail-card p,
.page-promotions-new-user-bonus__detail-card ol {
  font-size: 1em;
  line-height: 1.8;
}

.page-promotions-new-user-bonus__detail-card ol {
  padding-left: 20px;
}

.page-promotions-new-user-bonus__detail-card a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-promotions-new-user-bonus__cta-section {
  text-align: center;
  margin-top: 40px;
}

/* Registration Guide Section */
.page-promotions-new-user-bonus__registration-guide {
  padding: 80px 0;
}

.page-promotions-new-user-bonus__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.page-promotions-new-user-bonus__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-promotions-new-user-bonus__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #C30808; /* Register color */
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 3px solid #C30808;
}

.page-promotions-new-user-bonus__step-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__step-item p {
  max-width: 700px;
  margin-bottom: 20px;
  color: #555555;
}

.page-promotions-new-user-bonus__step-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Product Showcase Section */
.page-promotions-new-user-bonus__product-showcase {
  padding: 80px 0;
  background-color: #017439;
  color: #ffffff;
}

.page-promotions-new-user-bonus__product-showcase .page-promotions-new-user-bonus__section-title {
  color: #ffffff;
}

.page-promotions-new-user-bonus__product-showcase .page-promotions-new-user-bonus__section-intro {
  color: #f0f0f0;
}

.page-promotions-new-user-bonus__products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promotions-new-user-bonus__product-card {
  background-color: #1a8a4f; /* Slightly lighter green for contrast */
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-new-user-bonus__product-image {
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-promotions-new-user-bonus__product-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__product-title a {
  color: #FFFF00;
  text-decoration: none;
}

.page-promotions-new-user-bonus__product-title a:hover {
  text-decoration: underline;
}

.page-promotions-new-user-bonus__product-card p {
  font-size: 0.95em;
  color: #f0f0f0;
  flex-grow: 1;
}

/* Tips Section */
.page-promotions-new-user-bonus__tips-section {
  padding: 80px 0;
}

.page-promotions-new-user-bonus__tips-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-promotions-new-user-bonus__tip-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-promotions-new-user-bonus__tip-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__tip-item p {
  color: #555555;
}

/* FAQ Section */
.page-promotions-new-user-bonus__faq-section {
  padding: 80px 0;
}

.page-promotions-new-user-bonus__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

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

.page-promotions-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f8f8f8;
  transition: background-color 0.3s ease;
}

.page-promotions-new-user-bonus__faq-question:hover {
  background-color: #e6f7ed;
}

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

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

.page-promotions-new-user-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-new-user-bonus__faq-item.active .page-promotions-new-user-bonus__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px;
}

/* Final CTA Section */
.page-promotions-new-user-bonus__final-cta {
  padding: 80px 0;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
}

.page-promotions-new-user-bonus__final-cta .page-promotions-new-user-bonus__section-title {
  color: #ffffff;
}

.page-promotions-new-user-bonus__final-cta .page-promotions-new-user-bonus__section-intro {
  color: #f0f0f0;
}

.page-promotions-new-user-bonus__final-cta .page-promotions-new-user-bonus__small-text {
  margin-top: 20px;
  font-size: 1em;
}

.page-promotions-new-user-bonus__final-cta .page-promotions-new-user-bonus__text-link {
  color: #FFFF00;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 3em;
  }
  .page-promotions-new-user-bonus__hero-description {
    font-size: 1.2em;
  }
}

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

  .page-promotions-new-user-bonus__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.5em;
  }

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

  .page-promotions-new-user-bonus__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-new-user-bonus__btn-primary,
  .page-promotions-new-user-bonus__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

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

  .page-promotions-new-user-bonus__section-intro {
    font-size: 0.95em;
  }

  .page-promotions-new-user-bonus__features-grid,
  .page-promotions-new-user-bonus__details-grid,
  .page-promotions-new-user-bonus__products-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-new-user-bonus__feature-card,
  .page-promotions-new-user-bonus__detail-card,
  .page-promotions-new-user-bonus__product-card,
  .page-promotions-new-user-bonus__tip-item,
  .page-promotions-new-user-bonus__faq-item {
    padding: 20px;
  }

  /* Images and Videos responsiveness */
  .page-promotions-new-user-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-promotions-new-user-bonus video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-new-user-bonus__hero-image,
  .page-promotions-new-user-bonus__feature-icon,
  .page-promotions-new-user-bonus__step-image,
  .page-promotions-new-user-bonus__product-image {
    height: auto; /* Allow auto height on mobile for better scaling */
  }

  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__hero-section,
  .page-promotions-new-user-bonus__why-choose-us,
  .page-promotions-new-user-bonus__bonus-details,
  .page-promotions-new-user-bonus__registration-guide,
  .page-promotions-new-user-bonus__product-showcase,
  .page-promotions-new-user-bonus__tips-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__final-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

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

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

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

/* Ensure all content area images are at least 200px wide */
.page-promotions-new-user-bonus img {
  min-width: 200px;
  min-height: 200px;
}

/* Specific styling for medium-bg cards to ensure contrast on a light body background */
.page-promotions-new-user-bonus__medium-bg {
  background-color: #ffffff; /* Default to white for clear contrast on light body */
  color: #333333; /* Dark text on white background */
}

/* Override for specific sections if they have brand color background */
.page-promotions-new-user-bonus__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-promotions-new-user-bonus__dark-bg .page-promotions-new-user-bonus__section-title,
.page-promotions-new-user-bonus__dark-bg .page-promotions-new-user-bonus__section-intro {
  color: #ffffff;
}

.page-promotions-new-user-bonus__dark-bg .page-promotions-new-user-bonus__text-link {
  color: #FFFF00;
}