.page-promotions-new-user-bonus {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #F4F7FB;
  text-align: center;
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
}

.page-promotions-new-user-bonus__hero-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-promotions-new-user-bonus__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-promotions-new-user-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px #A5C4FF;
  min-width: 200px;
  text-align: center;
}

.page-promotions-new-user-bonus__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px #A5C4FF;
}

.page-promotions-new-user-bonus__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: 700;
}

.page-promotions-new-user-bonus__benefits-section,
.page-promotions-new-user-bonus__how-to-claim-section,
.page-promotions-new-user-bonus__terms-section,
.page-promotions-new-user-bonus__faq-section,
.page-promotions-new-user-bonus__final-cta-section {
  padding: 40px 0;
}

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

.page-promotions-new-user-bonus__benefit-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #D6E2FF;
}

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

.page-promotions-new-user-bonus__benefit-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-new-user-bonus__benefit-title {
  font-size: 1.5em;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

.page-promotions-new-user-bonus__step-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  border: 1px solid #D6E2FF;
}

.page-promotions-new-user-bonus__step-title {
  font-size: 1.4em;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

.page-promotions-new-user-bonus__terms-list {
  list-style: disc;
  padding-left: 25px;
  color: #1F2D3D;
  font-size: 1em;
  max-width: 800px;
  margin: 0 auto 20px;
}

.page-promotions-new-user-bonus__terms-item {
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__terms-note {
  text-align: center;
  font-size: 1em;
  color: #1F2D3D;
}

.page-promotions-new-user-bonus__terms-note a {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-new-user-bonus__terms-note a:hover {
  text-decoration: underline;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-user-bonus__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-promotions-new-user-bonus__faq-answer {
  font-size: 1em;
  color: #1F2D3D;
}

.page-promotions-new-user-bonus__final-cta-section {
  text-align: center;
  padding-bottom: 60px;
}

.page-promotions-new-user-bonus__final-cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #1F2D3D;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-content {
    padding: 0 15px 30px;
  }

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

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

  .page-promotions-new-user-bonus__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-promotions-new-user-bonus__section-title {
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .page-promotions-new-user-bonus__benefits-grid,
  .page-promotions-new-user-bonus__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-new-user-bonus__benefit-card,
  .page-promotions-new-user-bonus__step-card {
    padding: 20px;
  }

  .page-promotions-new-user-bonus__benefit-title,
  .page-promotions-new-user-bonus__step-title {
    font-size: 1.3em;
  }

  .page-promotions-new-user-bonus__faq-question {
    font-size: 1.2em;
  }

  .page-promotions-new-user-bonus__terms-list {
    padding-left: 20px;
  }

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

  .page-promotions-new-user-bonus img {
    max-width: 100%;
    height: auto;
  }
}