/* style/promotions-new-user-welcome-bonus.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --orange-cta: #EA7C07;
  --border-color: #e0e0e0;
}

.page-promotions-new-user-welcome-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--secondary-color); /* Assuming body background is light */
}

.page-promotions-new-user-welcome-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background: var(--primary-color);
  color: var(--text-color-light);
  overflow: hidden;
}

.page-promotions-new-user-welcome-bonus__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-promotions-new-user-welcome-bonus__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-promotions-new-user-welcome-bonus__hero-content {
  max-width: 900px;
  z-index: 1;
  padding: 0 15px;
}

.page-promotions-new-user-welcome-bonus__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-color-light);
  margin-bottom: 20px;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-new-user-welcome-bonus__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-promotions-new-user-welcome-bonus__btn-primary,
.page-promotions-new-user-welcome-bonus__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-promotions-new-user-welcome-bonus__btn-primary {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  border: 2px solid var(--primary-color);
}

.page-promotions-new-user-welcome-bonus__btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

.page-promotions-new-user-welcome-bonus__btn-primary--orange {
  background-color: var(--orange-cta);
  border-color: var(--orange-cta);
}

.page-promotions-new-user-welcome-bonus__btn-primary--orange:hover {
  background-color: darken(var(--orange-cta), 10%);
  border-color: darken(var(--orange-cta), 10%);
}

.page-promotions-new-user-welcome-bonus__btn-secondary {
  background-color: transparent;
  color: var(--text-color-light);
  border: 2px solid var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__btn-secondary:hover {
  background-color: var(--text-color-light);
  color: var(--primary-color);
}

.page-promotions-new-user-welcome-bonus__btn-secondary--white {
  background-color: transparent;
  color: var(--text-color-light);
  border: 2px solid var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__btn-secondary--white:hover {
  background-color: var(--text-color-light);
  color: var(--primary-color);
}

.page-promotions-new-user-welcome-bonus__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-promotions-new-user-welcome-bonus__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
}

.page-promotions-new-user-welcome-bonus__section-title--white {
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-new-user-welcome-bonus__sub-title--white {
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__text-block--white {
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__list-item {
  margin-bottom: 10px;
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-new-user-welcome-bonus__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  background: var(--primary-color);
  color: var(--text-color-light);
  text-align: center;
  box-sizing: border-box;
}

.page-promotions-new-user-welcome-bonus__video-content {
  max-width: 900px;
  margin-bottom: 30px;
}

.page-promotions-new-user-welcome-bonus__video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-promotions-new-user-welcome-bonus__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.page-promotions-new-user-welcome-bonus__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.page-promotions-new-user-welcome-bonus__dark-section {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__dark-section a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-promotions-new-user-welcome-bonus__dark-section a:hover {
  color: darken(var(--secondary-color), 10%);
}

.page-promotions-new-user-welcome-bonus__text-link {
  color: var(--text-color-light);
  text-decoration: underline;
}

.page-promotions-new-user-welcome-bonus__text-link:hover {
  color: var(--orange-cta);
}

.page-promotions-new-user-welcome-bonus__faq-list {
  margin-top: 40px;
}

.page-promotions-new-user-welcome-bonus__faq-item {
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  background-color: #f9f9f9;
  color: var(--primary-color);
  user-select: none;
}

.page-promotions-new-user-welcome-bonus__faq-question:hover {
  background-color: #f0f0f0;
}

.page-promotions-new-user-welcome-bonus__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--primary-color);
}

.page-promotions-new-user-welcome-bonus__faq-item[open] .page-promotions-new-user-welcome-bonus__faq-toggle {
  content: '−';
}

.page-promotions-new-user-welcome-bonus__faq-answer {
  padding: 0 25px 20px;
  font-size: 0.95em;
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__cta-section {
  text-align: center;
  padding: 60px 20px;
  background: var(--primary-color);
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__image-cta {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  max-width: 1200px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-new-user-welcome-bonus__main-title {
    font-size: 2.5em;
  }
  .page-promotions-new-user-welcome-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-new-user-welcome-bonus__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-promotions-new-user-welcome-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-new-user-welcome-bonus__hero-section {
    padding: 10px 15px 40px;
  }

  .page-promotions-new-user-welcome-bonus__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-promotions-new-user-welcome-bonus__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-promotions-new-user-welcome-bonus__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-promotions-new-user-welcome-bonus__btn-primary,
  .page-promotions-new-user-welcome-bonus__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-promotions-new-user-welcome-bonus__content-area,
  .page-promotions-new-user-welcome-bonus__video-section,
  .page-promotions-new-user-welcome-bonus__cta-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-promotions-new-user-welcome-bonus__video-section {
    padding-top: 10px !important;
  }

  .page-promotions-new-user-welcome-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-promotions-new-user-welcome-bonus__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
  }

  .page-promotions-new-user-welcome-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-new-user-welcome-bonus video,
  .page-promotions-new-user-welcome-bonus__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-new-user-welcome-bonus__video-container,
  .page-promotions-new-user-welcome-bonus__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-promotions-new-user-welcome-bonus__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-promotions-new-user-welcome-bonus__faq-answer {
    padding: 0 20px 15px;
  }
}

/* Color Contrast Fixes (as per requirements) */
.page-promotions-new-user-welcome-bonus__dark-bg {
  background: var(--primary-color);
  color: var(--text-color-light);
}

.page-promotions-new-user-welcome-bonus__light-bg {
  background: var(--secondary-color);
  color: var(--text-color-dark);
}

.page-promotions-new-user-welcome-bonus__card {
  background: var(--secondary-color);
  color: var(--text-color-dark);
  border: 1px solid var(--border-color);
}

.page-promotions-new-user-welcome-bonus__btn-primary {
  background: var(--primary-color);
  color: var(--text-color-light);
  border: 2px solid transparent;
}

.page-promotions-new-user-welcome-bonus__btn-secondary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-promotions-new-user-welcome-bonus__btn-primary--orange {
  background: var(--orange-cta);
  color: var(--text-color-light);
  border: 2px solid var(--orange-cta);
}

.page-promotions-new-user-welcome-bonus__btn-secondary--white {
  background: transparent;
  color: var(--text-color-light);
  border: 2px solid var(--text-color-light);
}