.page-promotions-new-user-bonus-details {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Main text color */
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus-details__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-promotions-new-user-bonus-details__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-promotions-new-user-bonus-details__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: -150px; /* Adjust as needed to position content below image */
  background: rgba(17, 39, 27, 0.9); /* Card BG with transparency */
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-promotions-new-user-bonus-details__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2C14E; /* Gold */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-promotions-new-user-bonus-details__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus-details__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Main text color */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-promotions-new-user-bonus-details__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-new-user-bonus-details__cta-button--bottom {
  margin-top: 40px;
}

.page-promotions-new-user-bonus-details__introduction-section,
.page-promotions-new-user-bonus-details__benefits-section,
.page-promotions-new-user-bonus-details__how-to-get-section,
.page-promotions-new-user-bonus-details__offer-types-section,
.page-promotions-new-user-bonus-details__terms-section,
.page-promotions-new-user-bonus-details__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background color */
}

.page-promotions-new-user-bonus-details__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-promotions-new-user-bonus-details__text-block {
  font-size: 1.05em;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-new-user-bonus-details__link {
  color: #2AD16F;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-promotions-new-user-bonus-details__link:hover {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

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

.page-promotions-new-user-bonus-details__benefit-card,
.page-promotions-new-user-bonus-details__step-card,
.page-promotions-new-user-bonus-details__offer-card,
.page-promotions-new-user-bonus-details__term-item {
  background-color: #11271B; /* Card BG */
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-new-user-bonus-details__benefit-card:hover,
.page-promotions-new-user-bonus-details__step-card:hover,
.page-promotions-new-user-bonus-details__offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-new-user-bonus-details__benefit-icon,
.page-promotions-new-user-bonus-details__step-icon,
.page-promotions-new-user-bonus-details__offer-image {
  width: 100%;
  height: auto;
  max-width: 250px; /* Adjust max-width for icons */
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
}

.page-promotions-new-user-bonus-details__offer-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-promotions-new-user-bonus-details__benefit-title,
.page-promotions-new-user-bonus-details__step-title,
.page-promotions-new-user-bonus-details__offer-title,
.page-promotions-new-user-bonus-details__term-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-promotions-new-user-bonus-details__benefit-description,
.page-promotions-new-user-bonus-details__step-description,
.page-promotions-new-user-bonus-details__offer-description,
.page-promotions-new-user-bonus-details__term-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-promotions-new-user-bonus-details__term-item {
  text-align: left;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus-details__term-item:last-child {
  margin-bottom: 0;
}

.page-promotions-new-user-bonus-details__faq-list {
  margin-top: 30px;
}

.page-promotions-new-user-bonus-details__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions-new-user-bonus-details__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6; /* Main text color */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none;
}

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

.page-promotions-new-user-bonus-details__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-promotions-new-user-bonus-details__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-promotions-new-user-bonus-details__faq-item[open] .page-promotions-new-user-bonus-details__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-new-user-bonus-details__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus-details__hero-content {
    margin-top: -100px;
  }
  .page-promotions-new-user-bonus-details__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-promotions-new-user-bonus-details__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus-details__hero-section {
    padding-bottom: 40px;
  }
  .page-promotions-new-user-bonus-details__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding: 15px;
    border-radius: 10px;
  }
  .page-promotions-new-user-bonus-details__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-promotions-new-user-bonus-details__hero-description {
    font-size: 1em;
  }
  .page-promotions-new-user-bonus-details__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important; /* Button responsiveness */
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-promotions-new-user-bonus-details__cta-button--bottom {
    margin-top: 30px;
  }

  .page-promotions-new-user-bonus-details__introduction-section,
  .page-promotions-new-user-bonus-details__benefits-section,
  .page-promotions-new-user-bonus-details__how-to-get-section,
  .page-promotions-new-user-bonus-details__offer-types-section,
  .page-promotions-new-user-bonus-details__terms-section,
  .page-promotions-new-user-bonus-details__faq-section {
    padding: 40px 0;
  }
  .page-promotions-new-user-bonus-details__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-promotions-new-user-bonus-details__text-block {
    font-size: 0.95em;
  }
  .page-promotions-new-user-bonus-details__benefits-grid,
  .page-promotions-new-user-bonus-details__steps-grid,
  .page-promotions-new-user-bonus-details__offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-new-user-bonus-details__benefit-card,
  .page-promotions-new-user-bonus-details__step-card,
  .page-promotions-new-user-bonus-details__offer-card {
    padding: 20px;
  }
  .page-promotions-new-user-bonus-details__benefit-title,
  .page-promotions-new-user-bonus-details__step-title,
  .page-promotions-new-user-bonus-details__offer-title,
  .page-promotions-new-user-bonus-details__term-title {
    font-size: 1.3em;
  }
  .page-promotions-new-user-bonus-details__benefit-description,
  .page-promotions-new-user-bonus-details__step-description,
  .page-promotions-new-user-bonus-details__offer-description,
  .page-promotions-new-user-bonus-details__term-description {
    font-size: 0.9em;
  }
  .page-promotions-new-user-bonus-details__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-promotions-new-user-bonus-details__faq-answer {
    padding: 0 15px 15px 15px;
  }

  /* Image responsiveness */
  .page-promotions-new-user-bonus-details img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-new-user-bonus-details__section,
  .page-promotions-new-user-bonus-details__card,
  .page-promotions-new-user-bonus-details__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-new-user-bonus-details__hero-section {
    padding-top: 10px !important;
  }
  .page-promotions-new-user-bonus-details__cta-buttons,
  .page-promotions-new-user-bonus-details__button-group,
  .page-promotions-new-user-bonus-details__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-promotions-new-user-bonus-details__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-bonus-details__hero-content {
    margin-top: -60px;
  }
  .page-promotions-new-user-bonus-details__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }
  .page-promotions-new-user-bonus-details__hero-description {
    font-size: 0.9em;
  }
  .page-promotions-new-user-bonus-details__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-promotions-new-user-bonus-details__section-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus-details__faq-question {
    font-size: 0.9em;
  }
}