.page-promotions-new-user-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: #7A0E0E; /* Deep Red */
  position: relative;
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.page-promotions-new-user-bonus__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.page-promotions-new-user-bonus__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #FFCC66; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-promotions-new-user-bonus__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-promotions-new-user-bonus__btn-primary,
.page-promotions-new-user-bonus__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-new-user-bonus__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button */
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #F4D34D; /* Gold */
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-promotions-new-user-bonus__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-promotions-new-user-bonus__btn-secondary {
  background-color: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-promotions-new-user-bonus__btn-secondary:hover {
  background-color: #B71C1C; /* Background */
  color: #FFCC66; /* Glow */
  border-color: #FFCC66;
}

.page-promotions-new-user-bonus__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  color: #FFCC66; /* Glow */
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-promotions-new-user-bonus__text-block {
  font-size: 1.05em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__introduction-section,
.page-promotions-new-user-bonus__how-to-claim-section,
.page-promotions-new-user-bonus__bonus-details-section,
.page-promotions-new-user-bonus__featured-games-section,
.page-promotions-new-user-bonus__faq-section,
.page-promotions-new-user-bonus__cta-final-section {
  padding: 60px 0;
}

.page-promotions-new-user-bonus__dark-section {
  background-color: #7A0E0E; /* Deep Red */
}

.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-item {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2B544; /* Border */
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__feature-title {
  font-size: 1.4em;
  color: #FFD86A; /* Gold tone for titles */
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__feature-description {
  font-size: 1em;
  color: #FFF5E1; /* Text Main */
}

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

.page-promotions-new-user-bonus__step-item {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2B544; /* Border */
  color: #FFF5E1; /* Text Main */
}

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

.page-promotions-new-user-bonus__step-title {
  font-size: 1.3em;
  color: #FFD86A; /* Gold tone for titles */
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__step-description {
  font-size: 0.95em;
  color: #FFF5E1; /* Text Main */
}

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

.page-promotions-new-user-bonus__details-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
}

.page-promotions-new-user-bonus__details-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #F4D34D; /* Gold */
  border-radius: 5px;
  font-size: 1em;
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__details-list li strong {
  color: #FFD86A; /* Gold tone */
}

.page-promotions-new-user-bonus__details-list a {
  color: #FFD86A; /* Gold tone for links */
  text-decoration: underline;
}

.page-promotions-new-user-bonus__details-list a:hover {
  color: #FFF5E1; /* Text Main */
}

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

.page-promotions-new-user-bonus__game-card {
  background-color: #D32F2F; /* Card BG */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #F2B544; /* Border */
  color: #FFF5E1; /* Text Main */
}

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

.page-promotions-new-user-bonus__game-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__game-title a {
  color: #FFD86A; /* Gold tone for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-new-user-bonus__game-title a:hover {
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__game-description {
  font-size: 0.95em;
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #D32F2F; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #F2B544; /* Border */
  color: #FFF5E1; /* Text Main */
}

.page-promotions-new-user-bonus__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #FFD86A; /* Gold tone for questions */
}

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

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

.page-promotions-new-user-bonus__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-promotions-new-user-bonus__faq-item[open] .page-promotions-new-user-bonus__faq-toggle {
  content: "−";
}

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

.page-promotions-new-user-bonus__faq-answer p {
  margin: 0;
}

.page-promotions-new-user-bonus__cta-final-section {
  text-align: center;
  background-color: #7A0E0E; /* Deep Red */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-new-user-bonus__container {
    padding: 0 15px;
  }
  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: clamp(1.6em, 4vw, 2.2em);
  }
  .page-promotions-new-user-bonus__features-grid,
  .page-promotions-new-user-bonus__steps-grid,
  .page-promotions-new-user-bonus__games-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

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

  .page-promotions-new-user-bonus__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 30px;
  }

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

  .page-promotions-new-user-bonus__hero-image-wrapper {
    max-height: 400px;
  }

  .page-promotions-new-user-bonus__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-promotions-new-user-bonus__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-promotions-new-user-bonus__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }

  .page-promotions-new-user-bonus__btn-primary,
  .page-promotions-new-user-bonus__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-new-user-bonus__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .page-promotions-new-user-bonus__text-block {
    font-size: 0.95em;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-promotions-new-user-bonus__introduction-section,
  .page-promotions-new-user-bonus__how-to-claim-section,
  .page-promotions-new-user-bonus__bonus-details-section,
  .page-promotions-new-user-bonus__featured-games-section,
  .page-promotions-new-user-bonus__faq-section,
  .page-promotions-new-user-bonus__cta-final-section {
    padding: 40px 0;
  }

  .page-promotions-new-user-bonus__features-grid,
  .page-promotions-new-user-bonus__steps-grid,
  .page-promotions-new-user-bonus__games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    padding: 0 15px;
  }

  .page-promotions-new-user-bonus__feature-item,
  .page-promotions-new-user-bonus__step-item,
  .page-promotions-new-user-bonus__game-card {
    padding: 25px;
  }

  .page-promotions-new-user-bonus__step-image,
  .page-promotions-new-user-bonus__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

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

  .page-promotions-new-user-bonus__container,
  .page-promotions-new-user-bonus__section,
  .page-promotions-new-user-bonus__card,
  .page-promotions-new-user-bonus__cta-section,
  .page-promotions-new-user-bonus__cta-final-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-new-user-bonus__details-list {
    margin-top: 30px;
    padding: 0 15px;
  }

  .page-promotions-new-user-bonus__details-list li {
    padding: 15px;
    font-size: 0.95em;
  }

  .page-promotions-new-user-bonus__faq-list {
    margin-top: 30px;
    padding: 0 15px;
  }

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

  .page-promotions-new-user-bonus__faq-answer {
    padding: 0 15px 15px 15px;
    font-size: 0.95em;
  }
}