.page-latest-promotions-welcome-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-latest-promotions-welcome-bonus__hero-section {
  background: linear-gradient(135deg, #003366 0%, #0a4f91 100%); /* Deep Blue to slightly lighter blue */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-latest-promotions-welcome-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00; /* Gold for emphasis */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-latest-promotions-welcome-bonus__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-latest-promotions-welcome-bonus__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-latest-promotions-welcome-bonus__btn--primary {
  background-color: #FFCC00; /* Gold */
  color: #003366; /* Deep Blue */
  border: 2px solid #FFCC00;
}

.page-latest-promotions-welcome-bonus__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-latest-promotions-welcome-bonus__btn--secondary {
  background-color: #003366; /* Deep Blue */
  color: #FFCC00; /* Gold */
  border: 2px solid #FFCC00;
}

.page-latest-promotions-welcome-bonus__btn--secondary:hover {
  background-color: #002244;
  transform: translateY(-3px);
}

.page-latest-promotions-welcome-bonus__content-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-latest-promotions-welcome-bonus__bg--light {
  background-color: #f0f4f8; /* Lighter background for contrast */
}

.page-latest-promotions-welcome-bonus__bg--dark {
  background-color: #003366;
  color: #ffffff;
}

.page-latest-promotions-welcome-bonus__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-latest-promotions-welcome-bonus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-latest-promotions-welcome-bonus__bg--dark .page-latest-promotions-welcome-bonus__section-title {
  color: #FFCC00;
}

.page-latest-promotions-welcome-bonus__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-latest-promotions-welcome-bonus__image-full-width {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-latest-promotions-welcome-bonus__image-small {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-latest-promotions-welcome-bonus__ordered-list,
.page-latest-promotions-welcome-bonus__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-latest-promotions-welcome-bonus__ordered-list li,
.page-latest-promotions-welcome-bonus__unordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-latest-promotions-welcome-bonus__unordered-list li::before {
  content: '•';
  color: #FFCC00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-latest-promotions-welcome-bonus__ordered-list li strong {
  color: #003366;
}

.page-latest-promotions-welcome-bonus__link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-latest-promotions-welcome-bonus__link:hover {
  color: #FFCC00;
}

.page-latest-promotions-welcome-bonus__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-latest-promotions-welcome-bonus__cta-title {
  font-size: 3em;
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-latest-promotions-welcome-bonus__cta-text {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-latest-promotions-welcome-bonus__responsible-gaming {
  font-size: 0.9em;
  color: #b0b0b0;
  margin-top: 50px;
}

.page-latest-promotions-welcome-bonus__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page-latest-promotions-welcome-bonus__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-latest-promotions-welcome-bonus__faq-answer {
  font-size: 1.1em;
  color: #555555;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-latest-promotions-welcome-bonus__hero-title {
    font-size: 2.5em;
  }
  .page-latest-promotions-welcome-bonus__hero-subtitle {
    font-size: 1.2em;
  }
  .page-latest-promotions-welcome-bonus__section-title {
    font-size: 2em;
  }
  .page-latest-promotions-welcome-bonus__cta-title {
    font-size: 2.2em;
  }
  .page-latest-promotions-welcome-bonus__cta-text {
    font-size: 1.1em;
  }
  .page-latest-promotions-welcome-bonus__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-latest-promotions-welcome-bonus__hero-title {
    font-size: 2em;
  }
  .page-latest-promotions-welcome-bonus__hero-subtitle {
    font-size: 1em;
  }
  .page-latest-promotions-welcome-bonus__section-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-welcome-bonus__cta-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-welcome-bonus__cta-text {
    font-size: 1em;
  }
  .page-latest-promotions-welcome-bonus__paragraph,
  .page-latest-promotions-welcome-bonus__ordered-list li,
  .page-latest-promotions-welcome-bonus__unordered-list li,
  .page-latest-promotions-welcome-bonus__faq-question,
  .page-latest-promotions-welcome-bonus__faq-answer {
    font-size: 0.95em;
  }
  .page-latest-promotions-welcome-bonus__hero-section {
    padding: 80px 0;
  }
  .page-latest-promotions-welcome-bonus__content-section,
  .page-latest-promotions-welcome-bonus__cta-section {
    padding: 40px 0;
  }
}