.page-promotions-new-user-bonus-details {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--secondary-color, #FFFFFF); /* Ensure body background is light */
}

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

.page-promotions-new-user-bonus-details__section {
  padding: 60px 0;
}

.page-promotions-new-user-bonus-details__section-title {
  font-size: 36px;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-new-user-bonus-details__section-title--white {
  color: #ffffff;
}

.page-promotions-new-user-bonus-details__description {
  font-size: 17px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  line-height: 1.8;
}

.page-promotions-new-user-bonus-details__description--white {
  color: #ffffff;
}

.page-promotions-new-user-bonus-details__highlight {
  font-weight: bold;
  color: #017439;
}

.page-promotions-new-user-bonus-details__description--white .page-promotions-new-user-bonus-details__highlight {
  color: #FFFF00; /* Yellow for highlight on dark background */
}

/* Hero Section */
.page-promotions-new-user-bonus-details__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #017439; /* Solid background for hero section */
  overflow: hidden;
}

.page-promotions-new-user-bonus-details__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-new-user-bonus-details__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus-details__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-new-user-bonus-details__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}

.page-promotions-new-user-bonus-details__dark-bg {
  background-color: rgba(1, 116, 57, 0.8); /* Slightly transparent primary color for content overlay */
  color: #ffffff;
}

.page-promotions-new-user-bonus-details__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-promotions-new-user-bonus-details__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-new-user-bonus-details__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions-new-user-bonus-details__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 180px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-new-user-bonus-details__btn-primary {
  background: #C30808; /* Register button color */
  color: #FFFF00; /* Register font color */
  border: 2px solid #C30808;
}

.page-promotions-new-user-bonus-details__btn-primary:hover {
  background: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus-details__btn-secondary {
  background: #017439; /* Login button color */
  color: #ffffff;
  border: 2px solid #017439;
}

.page-promotions-new-user-bonus-details__btn-secondary:hover {
  background: #005a2e;
  border-color: #005a2e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Bonus Details Section */
.page-promotions-new-user-bonus-details__bonus-details {
  background-color: #FFFFFF;
}

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

.page-promotions-new-user-bonus-details__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0; /* Added for contrast */
  color: #333333;
}

.page-promotions-new-user-bonus-details__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page-promotions-new-user-bonus-details__card img {
  width: 100%;
  height: auto;
  max-width: 400px; /* Constrain image size within card */
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-promotions-new-user-bonus-details__item-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus-details__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-promotions-new-user-bonus-details__list li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.page-promotions-new-user-bonus-details__list li::before {
  content: '✓';
  color: #017439;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* How to Claim Section */
.page-promotions-new-user-bonus-details__how-to-claim {
  background-color: #017439;
  color: #ffffff;
}

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

.page-promotions-new-user-bonus-details__step-item {
  padding: 30px;
  text-align: center;
}

.page-promotions-new-user-bonus-details__step-item .page-promotions-new-user-bonus-details__btn-primary,
.page-promotions-new-user-bonus-details__step-item .page-promotions-new-user-bonus-details__btn-secondary {
  margin-top: 20px;
  width: auto;
  max-width: 100%;
}

.page-promotions-new-user-bonus-details__step-title {
  font-size: 22px;
  color: #017439;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus-details__step-item p {
  font-size: 16px;
  color: #333333;
}

/* Applicable Games Section */
.page-promotions-new-user-bonus-details__applicable-games {
  background-color: #f9f9f9;
}

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