.page-promotions-new-user-bonus {
  font-family: Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: var(--body-bg, #F4F7FB); /* Background */
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  text-align: center;
  background-color: #F4F7FB; /* Ensure background for text */
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for the image wrapper */
  margin-bottom: 20px;
}

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

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

.page-promotions-new-user-bonus__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-promotions-new-user-bonus__description {
  font-size: 1.1em;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus__btn-primary,
.page-promotions-new-user-bonus__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-promotions-new-user-bonus__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-promotions-new-user-bonus__btn-secondary {
  background: #FFFFFF; /* Card BG */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.2);
}

.page-promotions-new-user-bonus__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #2F6BFF; /* Main Color */
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__text-block {
  color: #1F2D3D;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__highlight {
  color: #2F6BFF;
  font-weight: 600;
}

/* Intro Section */
.page-promotions-new-user-bonus__intro-section {
  padding: 60px 0;
  background-color: #F4F7FB; /* Background */
}

.page-promotions-new-user-bonus__intro-section .page-promotions-new-user-bonus__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-promotions-new-user-bonus__intro-section .page-promotions-new-user-bonus__grid-item {
  flex: 1;
}

.page-promotions-new-user-bonus__image-right {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-end;
}

.page-promotions-new-user-bonus__image-left {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-start;
}

.page-promotions-new-user-bonus__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-new-user-bonus__cta-button {
  margin-top: 25px;
}

/* How-To-Get Section */
.page-promotions-new-user-bonus__how-to-get-section {
  padding: 60px 0;
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-promotions-new-user-bonus__how-to-get-section .page-promotions-new-user-bonus__section-title,
.page-promotions-new-user-bonus__how-to-get-section .page-promotions-new-user-bonus__step-title,
.page-promotions-new-user-bonus__how-to-get-section .page-promotions-new-user-bonus__text-block,
.page-promotions-new-user-bonus__how-to-get-section .page-promotions-new-user-bonus__highlight {
  color: #ffffff;
}

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

.page-promotions-new-user-bonus__step-card {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-new-user-bonus__step-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-promotions-new-user-bonus__step-card p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #ffffff;
}

/* Terms Section */
.page-promotions-new-user-bonus__terms-section {
  padding: 60px 0;
  background-color: #F4F7FB; /* Background */
}

.page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.page-promotions-new-user-bonus__text-content {
  flex: 1;
}

/* Why Choose Section */
.page-promotions-new-user-bonus__why-choose-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Card BG */
}

.page-promotions-new-user-bonus__why-choose-section .page-promotions-new-user-bonus__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-promotions-new-user-bonus__why-choose-section .page-promotions-new-user-bonus__grid-item {
  flex: 1;
}

.page-promotions-new-user-bonus__why-choose-section .page-promotions-new-user-bonus__highlight {
  color: #2F6BFF;
}

/* FAQ Section */
.page-promotions-new-user-bonus__faq-section {
  padding: 60px 0;
  background-color: #F4F7FB; /* Background */
}

.page-promotions-new-user-bonus__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

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

.page-promotions-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
  cursor: pointer;
  background-color: #FFFFFF;
  border-bottom: 1px solid transparent; /* default */
  transition: all 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-promotions-new-user-bonus__faq-item[open] > .page-promotions-new-user-bonus__faq-question {
  border-bottom: 1px solid #D6E2FF;
  background-color: #F4F7FB;
  color: #2F6BFF;
}

.page-promotions-new-user-bonus__faq-question:hover {
  background-color: #F8FBFD;
}

.page-promotions-new-user-bonus__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2F6BFF; /* Main Color */
  transition: transform 0.3s ease;
}

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

.page-promotions-new-user-bonus__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
}

/* Conclusion Section */
.page-promotions-new-user-bonus__conclusion-section {
  padding: 60px 0;
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__section-title,
.page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__sub-title,
.page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__text-block,
.page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__highlight,
.page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__advice-list li {
  color: #ffffff;
}

.page-promotions-new-user-bonus__advice-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__advice-list li {
  margin-bottom: 8px;
  font-size: 1em;
}

/* Common CTA button container */
.page-promotions-new-user-bonus__cta-buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-new-user-bonus__intro-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__why-choose-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__container {
    flex-direction: column;
    text-align: center;
  }

  .page-promotions-new-user-bonus__image-right,
  .page-promotions-new-user-bonus__image-left {
    order: -1; /* Image first on mobile */
    justify-content: center;
    flex: 0 0 80%;
    margin-bottom: 30px;
  }

  .page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__text-content {
    text-align: center;
  }

  .page-promotions-new-user-bonus__advice-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-new-user-bonus__container {
    padding: 0 15px;
  }

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

  .page-promotions-new-user-bonus__main-title {
    font-size: 2em;
  }

  .page-promotions-new-user-bonus__description {
    font-size: 1em;
  }

  .page-promotions-new-user-bonus__section-title {
    font-size: 1.8em;
  }

  .page-promotions-new-user-bonus__sub-title {
    font-size: 1.3em;
  }

  /* Mobile image responsiveness */
  .page-promotions-new-user-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-new-user-bonus__hero-image-wrapper,
  .page-promotions-new-user-bonus__image-right,
  .page-promotions-new-user-bonus__image-left,
  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__intro-section,
  .page-promotions-new-user-bonus__how-to-get-section,
  .page-promotions-new-user-bonus__terms-section,
  .page-promotions-new-user-bonus__why-choose-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-promotions-new-user-bonus__intro-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__why-choose-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__conclusion-section .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile button responsiveness */
  .page-promotions-new-user-bonus__btn-primary,
  .page-promotions-new-user-bonus__btn-secondary,
  .page-promotions-new-user-bonus a[class*="button"],
  .page-promotions-new-user-bonus a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .page-promotions-new-user-bonus__faq-answer {
    padding: 0 20px 15px 20px;
  }
  .page-promotions-new-user-bonus__faq-list {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Color Contrast Fixes for specific sections if needed */
.page-promotions-new-user-bonus__dark-section .page-promotions-new-user-bonus__highlight {
  color: #A5C4FF; /* Glow color for highlight on dark background */
}

.page-promotions-new-user-bonus__dark-section .page-promotions-new-user-bonus__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border-color: #ffffff;
}

.page-promotions-new-user-bonus__dark-section .page-promotions-new-user-bonus__btn-secondary:hover {
  background: #A5C4FF;
  border-color: #A5C4FF;
  color: #ffffff;
}