.page-promotions-new-user-bonus {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7fa;
}

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

.page-promotions-new-user-bonus__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-new-user-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-new-user-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #FFD700;
}

.page-promotions-new-user-bonus__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-promotions-new-user-bonus__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-bonus__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-new-user-bonus__section-padded {
  padding: 60px 0;
}

.page-promotions-new-user-bonus__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-new-user-bonus__section-title--light {
  color: #FFD700;
}

.page-promotions-new-user-bonus__section-dark {
  background-color: #0A2463;
  color: #ffffff;
}

.page-promotions-new-user-bonus__text-light {
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-promotions-new-user-bonus__text-center {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #333;
}

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

.page-promotions-new-user-bonus__image-text-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-promotions-new-user-bonus__image-wrapper {
  flex: 1;
  min-width: 300px;
}

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

.page-promotions-new-user-bonus__text-content {
  flex: 1;
  min-width: 300px;
}

.page-promotions-new-user-bonus__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

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

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

.page-promotions-new-user-bonus__step-card {
  background-color: #1a3a7c; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-new-user-bonus__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-promotions-new-user-bonus__step-icon {
  background-color: #FFD700;
  color: #0A2463;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
}

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

.page-promotions-new-user-bonus__step-card p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-promotions-new-user-bonus__step-link {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: auto; /* Push to bottom */
}

.page-promotions-new-user-bonus__step-link:hover {
  background-color: #e6c200;
}

.page-promotions-new-user-bonus__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.page-promotions-new-user-bonus__terms-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #555;
  font-size: 1.05em;
}

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

.page-promotions-new-user-bonus__terms-list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 0;
}

.page-promotions-new-user-bonus__terms-list strong {
  color: #0A2463;
}

.page-promotions-new-user-bonus__cta-button--center {
  display: block;
  margin: 40px auto 0 auto;
}

.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-color: #1a3a7c; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-new-user-bonus__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-new-user-bonus__feature-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-promotions-new-user-bonus__feature-card p {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-promotions-new-user-bonus__cta-banner {
  background: linear-gradient(90deg, #0A2463, #3b5998);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  border-radius: 15px;
  margin: 60px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-bonus__cta-content {
  max-width: 900px;
}

.page-promotions-new-user-bonus__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-promotions-new-user-bonus__cta-text {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

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

.page-promotions-new-user-bonus__responsible-gaming-section {
  background-color: #f4f7fa;
  color: #333;
  text-align: center;
}

.page-promotions-new-user-bonus__responsible-gaming-section p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
  color: #555;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-new-user-bonus__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-new-user-bonus__image-text-layout {
    flex-direction: column;
  }
  .page-promotions-new-user-bonus__cta-title {
    font-size: 2.5em;
  }
  .page-promotions-new-user-bonus__cta-text {
    font-size: 1.2em;
  }
  .page-promotions-new-user-bonus__cta-button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-new-user-bonus__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-new-user-bonus__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus__step-card {
    padding: 25px;
  }
  .page-promotions-new-user-bonus__step-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus__feature-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus__cta-banner {
    padding: 60px 0;
  }
  .page-promotions-new-user-bonus__cta-title {
    font-size: 2em;
  }
  .page-promotions-new-user-bonus__cta-text {
    font-size: 1em;
  }
  .page-promotions-new-user-bonus__cta-button--large {
    font-size: 1em;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-new-user-bonus__section-padded {
    padding: 40px 0;
  }
  .page-promotions-new-user-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-new-user-bonus__text-content p, .page-promotions-new-user-bonus__terms-list li, .page-promotions-new-user-bonus__responsible-gaming-section p {
    font-size: 0.95em;
  }
  .page-promotions-new-user-bonus__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-bonus__cta-text {
    font-size: 0.9em;
  }
}