.page-promotions-new-player-bonus {
  padding-top: 10px;
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-promotions-new-player-bonus__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1390px;
  margin: 0 auto 40px;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.page-promotions-new-player-bonus__hero-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.page-promotions-new-player-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

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

.page-promotions-new-player-bonus__hero-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 15px;
}

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

.page-promotions-new-player-bonus__hero-cta-button,
.page-promotions-new-player-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: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-new-player-bonus__hero-cta-button:hover,
.page-promotions-new-player-bonus__cta-button:hover {
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
}

.page-promotions-new-player-bonus__section-title {
  font-size: 2em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-promotions-new-player-bonus__benefits-section,
.page-promotions-new-player-bonus__how-to-claim-section,
.page-promotions-new-player-bonus__terms-summary-section,
.page-promotions-new-player-bonus__faq-section,
.page-promotions-new-player-bonus__cta-bottom-section {
  max-width: 1390px;
  margin: 0 auto 40px;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

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

.page-promotions-new-player-bonus__benefit-card,
.page-promotions-new-player-bonus__step-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #D6E2FF;
  transition: transform 0.3s ease;
}

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

.page-promotions-new-player-bonus__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 15px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-new-player-bonus__benefit-title,
.page-promotions-new-player-bonus__step-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promotions-new-player-bonus__benefit-description,
.page-promotions-new-player-bonus__step-description {
  font-size: 1em;
  line-height: 1.5;
  color: #1F2D3D;
}

.page-promotions-new-player-bonus__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #2F6BFF;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-promotions-new-player-bonus__step-link {
  display: block;
  margin-top: 15px;
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-new-player-bonus__step-link:hover {
  text-decoration: underline;
}

.page-promotions-new-player-bonus__terms-content {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-promotions-new-player-bonus__terms-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 15px;
}

.page-promotions-new-player-bonus__terms-list li {
  margin-bottom: 8px;
}

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

.page-promotions-new-player-bonus__terms-link:hover {
  text-decoration: underline;
}

.page-promotions-new-player-bonus__faq-item {
  background-color: #F8F9FA;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-promotions-new-player-bonus__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-new-player-bonus__faq-answer {
  font-size: 1em;
  line-height: 1.5;
  color: #1F2D3D;
}

.page-promotions-new-player-bonus__cta-bottom-section {
  text-align: center;
}

.page-promotions-new-player-bonus__cta-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

@media (max-width: 768px) {
  .page-promotions-new-player-bonus__hero-section {
    padding: 15px;
    margin-bottom: 30px;
  }
  .page-promotions-new-player-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-new-player-bonus__hero-description {
    font-size: 1em;
  }
  .page-promotions-new-player-bonus__hero-cta-button,
  .page-promotions-new-player-bonus__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-promotions-new-player-bonus__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .page-promotions-new-player-bonus__benefits-section,
  .page-promotions-new-player-bonus__how-to-claim-section,
  .page-promotions-new-player-bonus__terms-summary-section,
  .page-promotions-new-player-bonus__faq-section,
  .page-promotions-new-player-bonus__cta-bottom-section {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .page-promotions-new-player-bonus__benefits-grid,
  .page-promotions-new-player-bonus__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-new-player-bonus__benefit-icon {
    max-width: 200px;
  }
  .page-promotions-new-player-bonus__benefit-title,
  .page-promotions-new-player-bonus__step-title {
    font-size: 1.2em;
  }
  .page-promotions-new-player-bonus__faq-question {
    font-size: 1.1em;
  }
  /* Ensure content images do not overflow */
  .page-promotions-new-player-bonus img {
    max-width: 100%;
    height: auto;
  }
  /* Content area image size enforcement */
  .page-promotions-new-player-bonus__benefit-icon,
  .page-promotions-new-player-bonus__hero-image {
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  .page-promotions-new-player-bonus__benefit-icon {
    width: 100%; /* Make sure it takes full width of its container */
    height: auto;
  }
}

/* Ensure all images in content area are at least 200x200px */
.page-promotions-new-player-bonus img {
  min-width: 200px;
  min-height: 200px;
  width: auto; /* Allow CSS to adjust width, but respect min-width */
  height: auto; /* Allow CSS to adjust height, but respect min-height */
  object-fit: cover; /* Maintain aspect ratio */
}

/* Override specific small image classes if they exist and are smaller than 200px */
.page-promotions-new-player-bonus__benefit-icon {
  width: 100%; /* Take full width of its card */
  max-width: 250px; /* But don't grow indefinitely */
  height: auto;
  min-width: 200px; /* Enforce min size */
  min-height: 200px;
}

/* H1 font size control */
.page-promotions-new-player-bonus__hero-title {
  /* No fixed font-size like 3em; rely on weight, line-height, spacing */
  /* If absolutely needed, use clamp */
  /* font-size: clamp(1.8rem, 4vw, 2.5rem); */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}