.page-promo-welcome-bonus {
  color: #333333; /* Dark text on default light body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-promo-welcome-bonus__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.page-promo-welcome-bonus__hero-container {
  position: relative;
}

.page-promo-welcome-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promo-welcome-bonus__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  box-sizing: border-box;
}

.page-promo-welcome-bonus__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B342; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 900px;
}

.page-promo-welcome-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-promo-welcome-bonus__hero-button,
.page-promo-welcome-bonus__overview-button,
.page-promo-welcome-bonus__claim-button,
.page-promo-welcome-bonus__wagering-button,
.page-promo-welcome-bonus__faq-button,
.page-promo-welcome-bonus__cta-button,
.page-promo-welcome-bonus__related-button {
  display: inline-block;
  background-color: #E0B342; /* Auxiliary color */
  color: #0A2463; /* Main color for contrast */
  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;
  border: none;
  cursor: pointer;
}

.page-promo-welcome-bonus__hero-button:hover,
.page-promo-welcome-bonus__overview-button:hover,
.page-promo-welcome-bonus__claim-button:hover,
.page-promo-welcome-bonus__wagering-button:hover,
.page-promo-welcome-bonus__faq-button:hover,
.page-promo-welcome-bonus__cta-button:hover,
.page-promo-welcome-bonus__related-button:hover {
  background-color: #f5db9c; /* Lighter shade for hover */
  transform: translateY(-3px);
}

.page-promo-welcome-bonus__section-title {
  font-size: 2.8em;
  color: #0A2463; /* Main color */
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-promo-welcome-bonus__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-promo-welcome-bonus__overview-section,
.page-promo-welcome-bonus__how-to-claim-section,
.page-promo-welcome-bonus__terms-section,
.page-promo-welcome-bonus__wagering-section,
.page-promo-welcome-bonus__benefits-section,
.page-promo-welcome-bonus__faq-section,
.page-promo-welcome-bonus__related-promos-section {
  padding: 60px 0;
}

.page-promo-welcome-bonus__overview-grid,
.page-promo-welcome-bonus__claim-steps,
.page-promo-welcome-bonus__terms-grid,
.page-promo-welcome-bonus__benefits-grid,
.page-promo-welcome-bonus__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-welcome-bonus__overview-item,
.page-promo-welcome-bonus__step-item,
.page-promo-welcome-bonus__terms-item,
.page-promo-welcome-bonus__benefit-card,
.page-promo-welcome-bonus__related-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promo-welcome-bonus__overview-item:hover,
.page-promo-welcome-bonus__step-item:hover,
.page-promo-welcome-bonus__benefit-card:hover,
.page-promo-welcome-bonus__related-card:hover {
  transform: translateY(-10px);
}

.page-promo-welcome-bonus__overview-icon,
.page-promo-welcome-bonus__step-image,
.page-promo-welcome-bonus__related-image {
  width: 250px;
  height: 187px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promo-welcome-bonus__step-number {
  background-color: #0A2463; /* Main color */
  color: #E0B342; /* Auxiliary color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promo-welcome-bonus__item-title,
.page-promo-welcome-bonus__card-title {
  font-size: 1.8em;
  color: #0A2463; /* Main color */
  margin-bottom: 15px;
}

.page-promo-welcome-bonus__item-title a,
.page-promo-welcome-bonus__card-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-promo-welcome-bonus__item-title a:hover,
.page-promo-welcome-bonus__card-title a:hover {
  color: #E0B342;
}

.page-promo-welcome-bonus__item-text,
.page-promo-welcome-bonus__card-text {
  font-size: 1em;
  color: #666666;
}

.page-promo-welcome-bonus__terms-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-promo-welcome-bonus__terms-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #555555;
}

.page-promo-welcome-bonus__terms-list li::before {
  content: '✓';
  color: #E0B342; /* Auxiliary color */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-promo-welcome-bonus__fine-print {
  font-size: 0.9em;
  text-align: center;
  margin-top: 40px;
  color: #777777;
}

.page-promo-welcome-bonus__wagering-section {
  background-color: #f8f8f8;
}

.page-promo-welcome-bonus__wagering-content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 40px;
  text-align: left;
}

.page-promo-welcome-bonus__wagering-image {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.page-promo-welcome-bonus__wagering-text-content h3 {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promo-welcome-bonus__wagering-text-content p {
  margin-bottom: 20px;
  color: #666666;
}

.page-promo-welcome-bonus__faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-welcome-bonus__accordion-item {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promo-welcome-bonus__accordion-header {
  background-color: #0A2463; /* Main color */
  color: #ffffff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promo-welcome-bonus__accordion-header:hover {
  background-color: #1f4cbd; /* Slightly lighter main color */
}

.page-promo-welcome-bonus__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promo-welcome-bonus__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promo-welcome-bonus__accordion-content {
  padding: 0 25px;
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-promo-welcome-bonus__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #555555;
}

.page-promo-welcome-bonus__cta-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.page-promo-welcome-bonus__cta-container {
  position: relative;
}

.page-promo-welcome-bonus__cta-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promo-welcome-bonus__cta-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  box-sizing: border-box;
}

.page-promo-welcome-bonus__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #E0B342; /* Auxiliary color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 900px;
}

.page-promo-welcome-bonus__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-promo-welcome-bonus__related-card {
  background-color: #fefefe;
  border: 1px solid #eeeeee;
  padding: 25px;
}

.page-promo-welcome-bonus__related-card .page-promo-welcome-bonus__card-title {
  font-size: 1.5em;
  margin-top: 15px;
}

.page-promo-welcome-bonus__related-card .page-promo-welcome-bonus__card-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-promo-welcome-bonus__related-card .page-promo-welcome-bonus__card-title a:hover {
  color: #E0B342;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-welcome-bonus__hero-title {
    font-size: 2.8em;
  }

  .page-promo-welcome-bonus__hero-description {
    font-size: 1.1em;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 2.2em;
  }

  .page-promo-welcome-bonus__wagering-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-promo-welcome-bonus__wagering-image {
    margin-bottom: 30px;
  }
}

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

  .page-promo-welcome-bonus__hero-description {
    font-size: 1em;
  }

  .page-promo-welcome-bonus__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 1.8em;
  }

  .page-promo-welcome-bonus__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-promo-welcome-bonus__overview-grid,
  .page-promo-welcome-bonus__claim-steps,
  .page-promo-welcome-bonus__terms-grid,
  .page-promo-welcome-bonus__benefits-grid,
  .page-promo-welcome-bonus__related-grid {
    grid-template-columns: 1fr;
  }

  .page-promo-welcome-bonus__overview-icon,
  .page-promo-welcome-bonus__step-image,
  .page-promo-welcome-bonus__wagering-image,
  .page-promo-welcome-bonus__related-image {
    max-width: 100%;
    height: auto;
    width: 300px;
    height: 225px; /* Adjust height to maintain aspect ratio for smaller width */
  }

  .page-promo-welcome-bonus__cta-title {
    font-size: 2.2em;
  }

  .page-promo-welcome-bonus__cta-description {
    font-size: 1em;
  }

  .page-promo-welcome-bonus__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-promo-welcome-bonus__accordion-content p {
    padding: 10px 0;
  }

  /* Ensure all images within main content are responsive and not too small */
  .page-promo-welcome-bonus img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min- /* Adjusted minimum height for responsive */
  }

  .page-promo-welcome-bonus__overview-icon,
  .page-promo-welcome-bonus__step-image,
  .page-promo-welcome-bonus__related-image {
    width: 100%; /* Allows images to fill card width */
    max-width: 400px; /* Max width for smaller screens */
    height: auto;
  }
}

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

  .page-promo-welcome-bonus__hero-description {
    font-size: 0.9em;
  }

  .page-promo-welcome-bonus__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-promo-welcome-bonus__section-title {
    font-size: 1.5em;
  }

  .page-promo-welcome-bonus__section-intro {
    font-size: 0.9em;
  }

  .page-promo-welcome-bonus__item-title,
  .page-promo-welcome-bonus__card-title {
    font-size: 1.4em;
  }

  .page-promo-welcome-bonus__cta-title {
    font-size: 1.8em;
  }

  .page-promo-welcome-bonus__cta-description {
    font-size: 0.9em;
  }
}