.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark #121212, so text should be light */
}

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

.page-promotions-new-user-bonus__hero-image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

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

.page-promotions-new-user-bonus__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
}

.page-promotions-new-user-bonus__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.page-promotions-new-user-bonus__description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus__btn-primary {
  display: inline-block;
  background: #EA7C07; /* Login color */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background-color: #ff9933;
}

.page-promotions-new-user-bonus__btn-secondary {
  display: inline-block;
  background: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background-color: #1a8cc7;
}

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

.page-promotions-new-user-bonus__introduction-section,
.page-promotions-new-user-bonus__how-to-claim-section,
.page-promotions-new-user-bonus__why-choose-us-section,
.page-promotions-new-user-bonus__cta-section {
  background-color: #FFFFFF; /* Light background */
  color: #333333; /* Dark text */
  padding: 60px 0;
}

.page-promotions-new-user-bonus__details-section,
.page-promotions-new-user-bonus__terms-conditions-section,
.page-promotions-new-user-bonus__faq-section {
  background-color: #1e1e1e; /* Slightly lighter dark background */
  color: #ffffff;
  padding: 60px 0;
}

.page-promotions-new-user-bonus__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-promotions-new-user-bonus__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__list,
.page-promotions-new-user-bonus__ordered-list {
  list-style-position: inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.05rem;
}

.page-promotions-new-user-bonus__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 800px;
  object-fit: cover;
}

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

.page-promotions-new-user-bonus__step-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #333333;
}

.page-promotions-new-user-bonus__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__step-description {
  font-size: 1rem;
  line-height: 1.6;
}

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

.page-promotions-new-user-bonus__feature-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #333333;
}

.page-promotions-new-user-bonus__feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__feature-description {
  font-size: 1rem;
  line-height: 1.6;
}

.page-promotions-new-user-bonus__faq-list {
  margin-top: 40px;
}

.page-promotions-new-user-bonus__faq-item {
  background: #2a2a2a; /* Darker background for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-promotions-new-user-bonus__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  outline: none;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  background-color: #2a2a2a;
  list-style: none; /* Remove default marker */
}

.page-promotions-new-user-bonus__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for webkit */
}

.page-promotions-new-user-bonus__faq-qtext {
  flex-grow: 1;
}

.page-promotions-new-user-bonus__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  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;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-promotions-new-user-bonus__cta-section .page-promotions-new-user-bonus__btn-primary {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__hero-image {
    max-height: 500px;
  }
  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-image {
    max-height: 400px;
  }
  .page-promotions-new-user-bonus__hero-content {
    margin-top: 20px;
  }
  .page-promotions-new-user-bonus__container {
    padding: 30px 15px;
  }
  .page-promotions-new-user-bonus__step-by-step,
  .page-promotions-new-user-bonus__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-new-user-bonus__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-promotions-new-user-bonus__faq-answer {
    padding: 0 20px 15px;
  }
  
  /* 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-container,
  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__step-card,
  .page-promotions-new-user-bonus__feature-card,
  .page-promotions-new-user-bonus__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  /* 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;
  }
  
  /* Ensure button containers also adapt */
  .page-promotions-new-user-bonus__hero-content,
  .page-promotions-new-user-bonus__cta-section .page-promotions-new-user-bonus__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Adjust padding for sections to ensure content is within bounds */
  .page-promotions-new-user-bonus__introduction-section,
  .page-promotions-new-user-bonus__details-section,
  .page-promotions-new-user-bonus__how-to-claim-section,
  .page-promotions-new-user-bonus__terms-conditions-section,
  .page-promotions-new-user-bonus__why-choose-us-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__cta-section {
    padding-left: 0;
    padding-right: 0;
  }
}