.page-blog-nova88-new-user-benefits-faq {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-nova88-new-user-benefits-faq__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-nova88-new-user-benefits-faq__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.page-blog-nova88-new-user-benefits-faq__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.5); /* Darken image for text contrast */
}

.page-blog-nova88-new-user-benefits-faq__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  color: #F2FFF6;
  padding: 20px;
}

.page-blog-nova88-new-user-benefits-faq__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-blog-nova88-new-user-benefits-faq__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-nova88-new-user-benefits-faq__cta-buttons {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-nova88-new-user-benefits-faq__btn-primary,
.page-blog-nova88-new-user-benefits-faq__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  max-width: 100%; /* Ensure button doesn't overflow */
  box-sizing: border-box;
  text-align: center;
}

.page-blog-nova88-new-user-benefits-faq__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-nova88-new-user-benefits-faq__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-nova88-new-user-benefits-faq__btn-secondary {
  background-color: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-nova88-new-user-benefits-faq__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Semi-transparent border color */
  transform: translateY(-2px);
}

.page-blog-nova88-new-user-benefits-faq__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-nova88-new-user-benefits-faq__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-nova88-new-user-benefits-faq__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-nova88-new-user-benefits-faq__text-block {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-nova88-new-user-benefits-faq__benefit-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nova88-new-user-benefits-faq__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-nova88-new-user-benefits-faq__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-nova88-new-user-benefits-faq__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-nova88-new-user-benefits-faq__card-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-nova88-new-user-benefits-faq__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-nova88-new-user-benefits-faq__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-nova88-new-user-benefits-faq__list-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #2AD16F;
}

.page-blog-nova88-new-user-benefits-faq__list-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-nova88-new-user-benefits-faq__list-item p {
  color: #F2FFF6; /* Text Main */
  font-size: 1em;
}

.page-blog-nova88-new-user-benefits-faq__sub-list {
  list-style: disc;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-nova88-new-user-benefits-faq__sub-list li strong {
  color: #F2FFF6; /* Text Main */
}

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

.page-blog-nova88-new-user-benefits-faq__image-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}

.page-blog-nova88-new-user-benefits-faq__content-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nova88-new-user-benefits-faq__text-content {
  flex: 1;
}

.page-blog-nova88-new-user-benefits-faq__bullet-list {
  list-style: disc;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-nova88-new-user-benefits-faq__bullet-list li {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-nova88-new-user-benefits-faq__bullet-list li strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-nova88-new-user-benefits-faq__faq-list {
  margin-top: 30px;
}

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

.page-blog-nova88-new-user-benefits-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.15em;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-nova88-new-user-benefits-faq__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-nova88-new-user-benefits-faq__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.1); /* Lighter hover for background */
}

.page-blog-nova88-new-user-benefits-faq__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-nova88-new-user-benefits-faq__faq-item[open] .page-blog-nova88-new-user-benefits-faq__faq-toggle {
  transform: rotate(45deg); /* Rotate + to X */
}

.page-blog-nova88-new-user-benefits-faq__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-nova88-new-user-benefits-faq__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-blog-nova88-new-user-benefits-faq__image-text-block {
    flex-direction: row;
  }

  .page-blog-nova88-new-user-benefits-faq__content-image {
    flex: 0 0 45%; /* Image takes 45% width */
    max-width: 45%;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-nova88-new-user-benefits-faq__hero-content {
    padding: 15px;
  }

  .page-blog-nova88-new-user-benefits-faq__main-title {
    font-size: 2em;
  }

  .page-blog-nova88-new-user-benefits-faq__hero-description {
    font-size: 1em;
  }

  .page-blog-nova88-new-user-benefits-faq__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-nova88-new-user-benefits-faq__btn-primary,
  .page-blog-nova88-new-user-benefits-faq__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-nova88-new-user-benefits-faq__section {
    padding: 30px 15px;
  }

  .page-blog-nova88-new-user-benefits-faq__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-nova88-new-user-benefits-faq__text-block {
    font-size: 0.95em;
  }

  .page-blog-nova88-new-user-benefits-faq__benefit-cards,
  .page-blog-nova88-new-user-benefits-faq__promo-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-nova88-new-user-benefits-faq__card {
    padding: 20px;
  }

  .page-blog-nova88-new-user-benefits-faq__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-nova88-new-user-benefits-faq__card-title {
    font-size: 1.2em;
  }

  .page-blog-nova88-new-user-benefits-faq__list-item {
    padding: 20px;
  }

  .page-blog-nova88-new-user-benefits-faq__list-title {
    font-size: 1.1em;
  }

  .page-blog-nova88-new-user-benefits-faq__image-text-block {
    flex-direction: column;
  }

  .page-blog-nova88-new-user-benefits-faq__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    margin-bottom: 20px;
  }

  .page-blog-nova88-new-user-benefits-faq__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-nova88-new-user-benefits-faq__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95em;
  }
}