.page-index-new-user-promo {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background #1a1a2e */
  background-color: #1a1a2e;
}

.page-index-new-user-promo__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure spacing from fixed header */
  background-color: #0A1931;
  color: #ffffff;
  overflow: hidden;
}

.page-index-new-user-promo__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-index-new-user-promo__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  color: #E0B400; /* Gold accent for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-new-user-promo__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-index-new-user-promo__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index-new-user-promo__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.6);
}

.page-index-new-user-promo__section {
  padding: 60px 20px;
  background-color: #1a1a2e;
  color: #f0f0f0;
}

.page-index-new-user-promo__dark-section {
  background-color: #0A1931;
  color: #ffffff;
}

.page-index-new-user-promo__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-new-user-promo__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #E0B400;
}

.page-index-new-user-promo__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-new-user-promo__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-new-user-promo__btn-primary {
  background-color: #E0B400;
  color: #0A1931; /* Dark text for gold button */
  border: 2px solid #E0B400;
}

.page-index-new-user-promo__btn-primary:hover {
  background-color: #ffc107;
  transform: translateY(-3px);
}

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

.page-index-new-user-promo__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-new-user-promo__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-new-user-promo__step-title {
  font-size: 1.5em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-new-user-promo__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-index-new-user-promo__button-group {
  text-align: center;
  margin-top: 40px;
}

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

.page-index-new-user-promo__benefit-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; /* Ensure cards are same height */
}

.page-index-new-user-promo__benefit-icon {
  width: 100%;
  height: auto;
  max-height: 200px; /* Limit height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-index-new-user-promo__card-title {
  font-size: 1.4em;
  color: #E0B400;
  margin-bottom: 10px;
}

.page-index-new-user-promo__card-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-index-new-user-promo__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-index-new-user-promo__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #E0B400;
  border-radius: 5px;
  font-size: 1.05em;
}

.page-index-new-user-promo__list-item strong {
  color: #E0B400;
}

.page-index-new-user-promo__faq-list {
  margin-top: 40px;
}

.page-index-new-user-promo__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-new-user-promo__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #0A1931;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-new-user-promo__faq-question:hover {
  background-color: #1a2f50;
}

.page-index-new-user-promo__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #E0B400;
}

.page-index-new-user-promo__faq-item.active .page-index-new-user-promo__faq-toggle {
  transform: rotate(45deg);
}

.page-index-new-user-promo__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-index-new-user-promo__faq-item.active .page-index-new-user-promo__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-index-new-user-promo__faq-answer p {
  margin: 0;
  font-size: 1em;
}

.page-index-new-user-promo__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #1a1a2e;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-new-user-promo__hero-title {
    font-size: 3em;
  }
  .page-index-new-user-promo__hero-description {
    font-size: 1.1em;
  }
  .page-index-new-user-promo__section-title {
    font-size: 2em;
  }
  .page-index-new-user-promo__step-title, .page-index-new-user-promo__card-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-index-new-user-promo__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-index-new-user-promo__hero-title {
    font-size: 2.2em;
  }
  .page-index-new-user-promo__hero-description {
    font-size: 1em;
  }
  .page-index-new-user-promo__section {
    padding: 40px 15px;
  }
  .page-index-new-user-promo__section-title {
    font-size: 1.8em;
  }
  .page-index-new-user-promo__text-block {
    font-size: 0.95em;
  }
  .page-index-new-user-promo__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-index-new-user-promo__steps-grid, .page-index-new-user-promo__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-new-user-promo__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-index-new-user-promo__faq-answer {
    padding: 0 15px;
  }
  .page-index-new-user-promo__faq-item.active .page-index-new-user-promo__faq-answer {
    padding: 15px;
  }
  .page-index-new-user-promo img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-index-new-user-promo__section,
  .page-index-new-user-promo__container,
  .page-index-new-user-promo__step-item,
  .page-index-new-user-promo__benefit-card,
  .page-index-new-user-promo__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-new-user-promo__button-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-new-user-promo__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-new-user-promo__hero-title {
    font-size: 1.8em;
  }
  .page-index-new-user-promo__section-title {
    font-size: 1.5em;
  }
  .page-index-new-user-promo__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }
}