.page-promotions-welcome-bonus {
  font-family: 'Arial', sans-serif;
  color: #E5E5D1; /* Light text for dark background */
  background-color: #1A1A2E; /* Main dark background */
  line-height: 1.6;
}

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

.page-promotions-welcome-bonus__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-welcome-bonus__section:nth-of-type(even) {
  background-color: #2a2a4a; /* Slightly lighter dark background for contrast */
}

.page-promotions-welcome-bonus__hero {
  background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5e 100%); /* Dark gradient for hero */
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-promotions-welcome-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #E9B824; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-welcome-bonus__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e5e5d1;
}

.page-promotions-welcome-bonus__cta-button {
  display: inline-block;
  background-color: #E9B824; /* Accent color for CTA */
  color: #1A1A2E; /* Dark text for accent button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__cta-button:hover {
  background-color: #f0c94b; /* Lighter accent on hover */
  transform: translateY(-3px);
}

.page-promotions-welcome-bonus__hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-welcome-bonus__section-title {
  font-size: 2.8em;
  margin-bottom: 40px;
  color: #E9B824; /* Accent color for section titles */
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-welcome-bonus__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e5e5d1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus__secondary-cta {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #E9B824;
  color: #E9B824;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
}

.page-promotions-welcome-bonus__secondary-cta:hover {
  background-color: #E9B824;
  color: #1A1A2E;
}

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

.page-promotions-welcome-bonus__grid-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #3a3a5e;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-welcome-bonus__grid-item:hover {
  transform: translateY(-5px);
  background-color: #2a2a4a;
}

.page-promotions-welcome-bonus__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E9B824);
}

.page-promotions-welcome-bonus__grid-title {
  font-size: 1.8em;
  color: #E9B824;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus__steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-promotions-welcome-bonus__steps li {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #3a3a5e;
  flex: 1 1 300px;
  max-width: 350px;
  position: relative;
}

.page-promotions-welcome-bonus__step-icon {
  background-color: #E9B824;
  color: #1A1A2E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 25px;
  box-shadow: 0 0 15px rgba(233, 184, 36, 0.6);
}

.page-promotions-welcome-bonus__step-title {
  font-size: 1.6em;
  color: #E9B824;
  margin-bottom: 15px;
}

.page-promotions-welcome-bonus__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
}

.page-promotions-welcome-bonus__list li {
  background-color: #1A1A2E;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  border-left: 5px solid #E9B824;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #e5e5d1;
  font-size: 1.05em;
}

.page-promotions-welcome-bonus__list li:last-child {
  margin-bottom: 0;
}

.page-promotions-welcome-bonus__highlight {
  color: #E9B824;
  font-weight: bold;
}

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

.page-promotions-welcome-bonus__feature-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #3a3a5e;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-welcome-bonus__feature-item:hover {
  transform: translateY(-5px);
  background-color: #2a2a4a;
}

.page-promotions-welcome-bonus__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px #E9B824);
}

.page-promotions-welcome-bonus__feature-title {
  font-size: 1.7em;
  color: #E9B824;
  margin-bottom: 10px;
}

.page-promotions-welcome-bonus__inline-link {
  color: #E9B824;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-welcome-bonus__inline-link:hover {
  color: #f0c94b;
  text-decoration: underline;
}

.page-promotions-welcome-bonus__faq-item {
  background-color: #1A1A2E;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #3a3a5e;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-welcome-bonus__faq-question {
  font-size: 1.4em;
  color: #E9B824;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

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

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

.page-promotions-welcome-bonus__faq-item .page-promotions-welcome-bonus__text {
  display: none;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid #E9B824;
  color: #e5e5d1;
  font-size: 1em;
}

.page-promotions-welcome-bonus__faq-item .page-promotions-welcome-bonus__text.active {
  display: block;
}

.page-promotions-welcome-bonus__cta-button--large {
  padding: 18px 40px;
  font-size: 1.4em;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-welcome-bonus__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 2.2em;
  }
  .page-promotions-welcome-bonus__grid,
  .page-promotions-welcome-bonus__features {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-promotions-welcome-bonus__steps li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-promotions-welcome-bonus__hero {
    padding: 80px 0 40px;
  }
  .page-promotions-welcome-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-welcome-bonus__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus__text {
    font-size: 1em;
  }
  .page-promotions-welcome-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-promotions-welcome-bonus__grid-title,
  .page-promotions-welcome-bonus__step-title,
  .page-promotions-welcome-bonus__feature-title {
    font-size: 1.4em;
  }
  .page-promotions-welcome-bonus__list li {
    font-size: 0.95em;
  }
  .page-promotions-welcome-bonus__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-promotions-welcome-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-welcome-bonus__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-welcome-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-welcome-bonus__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-promotions-welcome-bonus__hero-image {
    max-width: 100%;
  }
}