:root {
  --color-primary: #FF8C1A;
  --color-secondary: #FFA53A;
  --color-card-bg: #17191F;
  --color-background: #0D0E12;
  --color-text-main: #FFF3E6;
  --color-border: #A84F0C;
  --color-glow: #FFB04D;
  --color-deep-orange: #D96800;
}

.page-promotions-new-user-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--color-text-main); /* Default text color for dark background */
  background: var(--color-background);
}

.page-promotions-new-user-bonus h1,
.page-promotions-new-user-bonus h2,
.page-promotions-new-user-bonus h3 {
  color: var(--color-text-main);
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus h1 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-promotions-new-user-bonus h2 {
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-promotions-new-user-bonus h3 {
  font-size: 1.5em;
  font-weight: 600;
}

.page-promotions-new-user-bonus p {
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus a {
  color: var(--color-secondary);
  text-decoration: none;
}

.page-promotions-new-user-bonus a:hover {
  text-decoration: underline;
}

/* General image styling */
.page-promotions-new-user-bonus img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Hero Section */
.page-promotions-new-user-bonus__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
  background: var(--color-background);
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no CSS filter */
}

.page-promotions-new-user-bonus__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
  background: var(--color-background);
  box-sizing: border-box;
}

.page-promotions-new-user-bonus__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive font size for H1 */
  margin-bottom: 20px;
  color: var(--color-text-main);
  text-shadow: 0 0 8px rgba(255, 165, 58, 0.4);
}

.page-promotions-new-user-bonus__description {
  font-size: 1.1em;
  color: var(--color-text-main);
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.page-promotions-new-user-bonus__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-promotions-new-user-bonus__btn-primary,
.page-promotions-new-user-bonus__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
  max-width: 100%;
}

.page-promotions-new-user-bonus__btn-primary {
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-deep-orange) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-promotions-new-user-bonus__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
  opacity: 0.9;
}

.page-promotions-new-user-bonus__btn-secondary {
  background: transparent;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background: var(--color-secondary);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Content Sections General */
.page-promotions-new-user-bonus__intro-section,
.page-promotions-new-user-bonus__how-to-claim-section,
.page-promotions-new-user-bonus__terms-section,
.page-promotions-new-user-bonus__benefits-section,
.page-promotions-new-user-bonus__faq-section,
.page-promotions-new-user-bonus__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: var(--color-background);
  color: var(--color-text-main);
  box-sizing: border-box;
}

.page-promotions-new-user-bonus__content-block {
  padding: 30px;
  border-radius: 12px;
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.page-promotions-new-user-bonus__feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  filter: none; /* Ensure no CSS filter */
}

.page-promotions-new-user-bonus__steps-list,
.page-promotions-new-user-bonus__terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-promotions-new-user-bonus__steps-list li,
.page-promotions-new-user-bonus__terms-list li {
  background: #1e2026;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: transform 0.2s ease;
}

.page-promotions-new-user-bonus__steps-list li:last-child,
.page-promotions-new-user-bonus__terms-list li:last-child {
  margin-bottom: 0;
}

.page-promotions-new-user-bonus__steps-list li h3,
.page-promotions-new-user-bonus__terms-list li h3 {
  color: var(--color-secondary);
  margin-top: 0;
}

.page-promotions-new-user-bonus__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Benefits Section */
.page-promotions-new-user-bonus__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-promotions-new-user-bonus__benefit-card {
  background: #1e2026;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid var(--color-border);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-user-bonus__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.page-promotions-new-user-bonus__benefit-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  filter: none; /* Ensure no CSS filter */
}

.page-promotions-new-user-bonus__benefit-card h3 {
  color: var(--color-secondary);
  margin-top: 10px;
  margin-bottom: 10px;
}

/* FAQ Section */
details.page-promotions-new-user-bonus__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  overflow: hidden;
  background: #1e2026;
}
details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--color-text-main);
}
details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question::-webkit-details-marker {
  display: none;
}
details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question:hover {
  background: #2a2d36;
}
.page-promotions-new-user-bonus__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--color-text-main);
}
.page-promotions-new-user-bonus__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-secondary);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-promotions-new-user-bonus__faq-item .page-promotions-new-user-bonus__faq-answer {
  padding: 0 20px 20px;
  background: #17191F;
  border-radius: 0 0 8px 8px;
  color: var(--color-text-main);
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__intro-section,
  .page-promotions-new-user-bonus__how-to-claim-section,
  .page-promotions-new-user-bonus__terms-section,
  .page-promotions-new-user-bonus__benefits-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__conclusion-section {
    padding: 40px 15px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-promotions-new-user-bonus__hero-section {
    padding-top: 10px; /* Small top padding */
  }
  .page-promotions-new-user-bonus__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(2em, 8vw, 2.5em); /* Adjust H1 size for mobile */
  }
  .page-promotions-new-user-bonus__description {
    font-size: 1em;
  }
  .page-promotions-new-user-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* 按钮与按钮容器 */
  .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,
  .page-promotions-new-user-bonus__button-group,
  .page-promotions-new-user-bonus__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;
  }

  /* General sections and content */
  .page-promotions-new-user-bonus__intro-section,
  .page-promotions-new-user-bonus__how-to-claim-section,
  .page-promotions-new-user-bonus__terms-section,
  .page-promotions-new-user-bonus__benefits-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__conclusion-section {
    padding: 30px 15px; /* Adjust padding for mobile */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-new-user-bonus__content-block {
    padding: 20px;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-promotions-new-user-bonus p,
  .page-promotions-new-user-bonus li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* 通用图片与容器 */
  .page-promotions-new-user-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    filter: none; /* Ensure no CSS filter */
  }
  .page-promotions-new-user-bonus__hero-image-wrapper,
  .page-promotions-new-user-bonus__content-block,
  .page-promotions-new-user-bonus__benefits-grid,
  .page-promotions-new-user-bonus__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden; /* Prevent horizontal scroll for content */
  }

  /* 产品展示图区域 (Not applicable for this page as it's not homepage, but for completeness as per rules) */
  /* No gameshow for non-homepage. Using generic image rules. */

  /* 装饰主标题 + 长文 SEO 区 */
  .page-promotions-new-user-bonus__main-title,
  .page-promotions-new-user-bonus__description,
  .page-promotions-new-user-bonus__section-title {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-promotions-new-user-bonus__article-body {
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-promotions-new-user-bonus__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  details.page-promotions-new-user-bonus__faq-item summary.page-promotions-new-user-bonus__faq-question { padding: 15px; }
  .page-promotions-new-user-bonus__faq-qtext { font-size: 15px; }
  .page-promotions-new-user-bonus__faq-toggle { margin-left: 10px; width: 24px; font-size: 20px; }
  details.page-promotions-new-user-bonus__faq-item .page-promotions-new-user-bonus__faq-answer { padding: 0 15px 15px; }
}