.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #F0F0F0; /* Light text for dark backgrounds */
  line-height: 1.6;
  background-color: #0A2239;
}

.page-promotions-new-user-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-new-user-bonus__section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-promotions-new-user-bonus__section:nth-of-type(even) {
  background-color: rgba(255, 215, 0, 0.05); /* Slightly lighter background for contrast */
}

.page-promotions-new-user-bonus__section-title,
.page-promotions-new-user-bonus__sub-title,
.page-promotions-new-user-bonus__hero-title {
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-new-user-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-promotions-new-user-bonus__sub-title {
  font-size: 1.8em;
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-promotions-new-user-bonus__hero-description,
.page-promotions-new-user-bonus__section-intro,
.page-promotions-new-user-bonus__text-center {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-promotions-new-user-bonus__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1A3A54 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  position: relative;
}

.page-promotions-new-user-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-promotions-new-user-bonus__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}

.page-promotions-new-user-bonus__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2239;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-promotions-new-user-bonus__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-new-user-bonus__cta-button--small {
  font-size: 1em;
  padding: 10px 25px;
}

.page-promotions-new-user-bonus__cta-button--large {
  font-size: 1.4em;
  padding: 18px 45px;
}

.page-promotions-new-user-bonus__highlight {
  color: #FFD700;
}

.page-promotions-new-user-bonus__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.page-promotions-new-user-bonus__content-grid--reverse {
  flex-direction: row-reverse;
}

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

.page-promotions-new-user-bonus__text-content h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-promotions-new-user-bonus__text-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-promotions-new-user-bonus__text-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #F0F0F0;
}

.page-promotions-new-user-bonus__image-content {
  flex: 1;
  text-align: center;
}

.page-promotions-new-user-bonus__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-new-user-bonus__step-card {
  background-color: #1A3A54;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-new-user-bonus__step-card h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-promotions-new-user-bonus__step-card p {
  color: #E0E0E0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-new-user-bonus__list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
  color: #F0F0F0;
}

.page-promotions-new-user-bonus__list li {
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__list strong {
  color: #FFD700;
}

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

.page-promotions-new-user-bonus__bonus-card,
.page-promotions-new-user-bonus__game-card {
  background-color: #1A3A54;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-promotions-new-user-bonus__bonus-icon,
.page-promotions-new-user-bonus__game-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-promotions-new-user-bonus__bonus-card h3,
.page-promotions-new-user-bonus__game-card h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-promotions-new-user-bonus__bonus-card p,
.page-promotions-new-user-bonus__game-card p {
  color: #E0E0E0;
}

.page-promotions-new-user-bonus__download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-new-user-bonus__download-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-promotions-new-user-bonus__download-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-new-user-bonus__download-instructions {
  flex: 2;
  min-width: 300px;
}

.page-promotions-new-user-bonus__download-instructions h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
  margin-top: 0;
}

.page-promotions-new-user-bonus__download-instructions p {
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-new-user-bonus__faq-item {
  background-color: #1A3A54;
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-new-user-bonus__faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-new-user-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-promotions-new-user-bonus__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-new-user-bonus__faq-answer {
  color: #E0E0E0;
  margin-top: 15px;
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions-new-user-bonus__faq-answer.active {
  display: block;
}

.page-promotions-new-user-bonus__final-cta-section {
  background: linear-gradient(90deg, #0A2239, #1A3A54);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-new-user-bonus__final-cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-new-user-bonus__final-cta-title {
  color: #FFD700;
  font-size: 3em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus__final-cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

/* Links within text */
.page-promotions-new-user-bonus p a,
.page-promotions-new-user-bonus li a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-promotions-new-user-bonus p a:hover,
.page-promotions-new-user-bonus li a:hover {
  color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.8em;
  }

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

  .page-promotions-new-user-bonus__content-grid {
    flex-direction: column;
  }

  .page-promotions-new-user-bonus__content-grid--reverse {
    flex-direction: column-reverse;
  }

  .page-promotions-new-user-bonus__download-content {
    flex-direction: column;
  }

  .page-promotions-new-user-bonus__final-cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.2em;
  }

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

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

  .page-promotions-new-user-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

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

  .page-promotions-new-user-bonus__download-instructions h3 {
    font-size: 1.4em;
  }

  .page-promotions-new-user-bonus__final-cta-title {
    font-size: 2em;
  }
  
  .page-promotions-new-user-bonus__hero-section {
    min-height: 500px;
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 1.8em;
  }

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

  .page-promotions-new-user-bonus__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-promotions-new-user-bonus__steps-grid,
  .page-promotions-new-user-bonus__bonus-grid,
  .page-promotions-new-user-bonus__game-grid {
    grid-template-columns: 1fr;
  }

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

  .page-promotions-new-user-bonus__faq-question {
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus__section {
    padding: 40px 0;
  }
}