.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.page-promotions-new-user-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header-offset */
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-promotions-new-user-bonus__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-promotions-new-user-bonus__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-new-user-bonus__hero-description {
  font-size: 1.25rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

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

.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;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-promotions-new-user-bonus__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-promotions-new-user-bonus__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Main Green */
  border: 2px solid #2AD16F;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background: #2AD16F;
  color: #F2FFF6;
  box-shadow: 0 0 15px #57E38D;
}

.page-promotions-new-user-bonus__btn-center {
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-new-user-bonus__overview-section,
.page-promotions-new-user-bonus__bonus-details-section,
.page-promotions-new-user-bonus__how-to-section,
.page-promotions-new-user-bonus__games-section,
.page-promotions-new-user-bonus__terms-section,
.page-promotions-new-user-bonus__support-section,
.page-promotions-new-user-bonus__faq-section,
.page-promotions-new-user-bonus__conclusion-section {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-promotions-new-user-bonus__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-promotions-new-user-bonus__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #22C768; /* Auxiliary Green */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__section-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-new-user-bonus__feature-list,
.page-promotions-new-user-bonus__terms-list,
.page-promotions-new-user-bonus__support-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-promotions-new-user-bonus__feature-item,
.page-promotions-new-user-bonus__terms-item,
.page-promotions-new-user-bonus__support-item {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #2AD16F;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
}

.page-promotions-new-user-bonus__feature-image,
.page-promotions-new-user-bonus__process-image,
.page-promotions-new-user-bonus__games-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-new-user-bonus__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

.page-promotions-new-user-bonus__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px #57E38D; /* Glow */
}

.page-promotions-new-user-bonus__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-promotions-new-user-bonus__game-card .page-promotions-new-user-bonus__btn-secondary {
  margin-top: 20px;
  display: inline-block;
}

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

.page-promotions-new-user-bonus__step-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-promotions-new-user-bonus__step-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2AD16F; /* Main Green */
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__step-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__step-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-promotions-new-user-bonus__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-promotions-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B;
  list-style: none;
  user-select: none;
}

.page-promotions-new-user-bonus__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-new-user-bonus__faq-question:hover {
  background-color: #1E3A2A; /* Darker green */
}

.page-promotions-new-user-bonus__faq-toggle {
  font-size: 1.5rem;
  color: #2AD16F; /* Main Green */
  margin-left: 15px;
}

.page-promotions-new-user-bonus__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-promotions-new-user-bonus__faq-item[open] .page-promotions-new-user-bonus__faq-question {
  background-color: #1E3A2A;
}

.page-promotions-new-user-bonus__faq-item[open] .page-promotions-new-user-bonus__faq-toggle {
  content: '−';
}

.page-promotions-new-user-bonus p a,
.page-promotions-new-user-bonus li a {
  color: #F2C14E; /* Gold */
  text-decoration: underline;
}

.page-promotions-new-user-bonus p a:hover,
.page-promotions-new-user-bonus li a:hover {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__hero-content {
    max-width: 700px;
  }

  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-promotions-new-user-bonus__hero-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-content {
    padding: 15px;
    max-width: 90%;
    position: static;
    transform: none;
    background: none;
    margin-top: 20px;
  }
  
  .page-promotions-new-user-bonus__hero-section {
    padding-bottom: 40px;
  }

  .page-promotions-new-user-bonus__hero-image {
    filter: brightness(0.8); /* Less darkening on mobile */
  }

  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-promotions-new-user-bonus__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

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

  .page-promotions-new-user-bonus__btn-primary,
  .page-promotions-new-user-bonus__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-new-user-bonus__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .page-promotions-new-user-bonus__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.7rem);
  }

  .page-promotions-new-user-bonus__section-description {
    font-size: 0.95rem;
  }

  .page-promotions-new-user-bonus__bonus-cards,
  .page-promotions-new-user-bonus__game-categories,
  .page-promotions-new-user-bonus__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions-new-user-bonus__card,
  .page-promotions-new-user-bonus__step-item {
    padding: 25px;
  }

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

  .page-promotions-new-user-bonus__feature-item,
  .page-promotions-new-user-bonus__terms-item,
  .page-promotions-new-user-bonus__support-item {
    font-size: 0.95rem;
  }

  .page-promotions-new-user-bonus__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-promotions-new-user-bonus__faq-answer {
    font-size: 0.95rem;
    padding: 0 15px 15px 15px;
  }

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

  .page-promotions-new-user-bonus__section,
  .page-promotions-new-user-bonus__card,
  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__cta-buttons,
  .page-promotions-new-user-bonus__button-group,
  .page-promotions-new-user-bonus__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-new-user-bonus__hero-section {
    padding-top: 10px !important;
  }

  .page-promotions-new-user-bonus__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }
}