/* style/promotions-new-user-188k.css */

.page-promotions-new-user-188k {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text for dark background, derived from primary contrast */
  background-color: #0A192F; /* Primary background color */
  line-height: 1.6;
}

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

.page-promotions-new-user-188k__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #30415D 100%); /* Gradient from primary to a slightly lighter blue */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-new-user-188k__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Secondary color for highlights */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-promotions-new-user-188k__hero-description {
  font-size: 1.3em;
  color: #f5e6d0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-188k__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Secondary color for CTA */
  color: #0A192F; /* Primary color for text on secondary background */
  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);
  position: relative;
  z-index: 1;
}

.page-promotions-new-user-188k__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-new-user-188k__cta-button--inline {
  margin-top: 20px;
  font-size: 1em;
  padding: 12px 25px;
}

.page-promotions-new-user-188k__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
}

.page-promotions-new-user-188k__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
  margin-left: 20px;
}

.page-promotions-new-user-188k__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-promotions-new-user-188k__content-section {
  padding: 60px 0;
  background-color: #0A192F; /* Primary background color */
}

.page-promotions-new-user-188k__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Secondary color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-new-user-188k__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-new-user-188k__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-promotions-new-user-188k p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #e0e0e0; /* Slightly lighter than f5e6d0 for body text */
}

.page-promotions-new-user-188k strong {
  color: #FFD700;
}

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

.page-promotions-new-user-188k__list,
.page-promotions-new-user-188k__numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-promotions-new-user-188k__numbered-list {
  list-style-type: decimal;
}

.page-promotions-new-user-188k__list li,
.page-promotions-new-user-188k__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-promotions-new-user-188k__faq {
  margin-top: 40px;
}

.page-promotions-new-user-188k__faq-item {
  background-color: #1A2B47; /* A darker shade of blue, slightly lighter than primary */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-new-user-188k__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Secondary color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-new-user-188k__faq-answer {
  font-size: 1.05em;
  color: #e0e0e0;
}

.page-promotions-new-user-188k__final-cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promotions-new-user-188k__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-new-user-188k__hero-description {
    font-size: 1em;
  }

  .page-promotions-new-user-188k__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-promotions-new-user-188k__section-title {
    font-size: 2em;
  }

  .page-promotions-new-user-188k__sub-section-title {
    font-size: 1.5em;
  }

  .page-promotions-new-user-188k p,
  .page-promotions-new-user-188k__list li,
  .page-promotions-new-user-188k__numbered-list li,
  .page-promotions-new-user-188k__faq-answer {
    font-size: 0.95em;
  }

  .page-promotions-new-user-188k__cta-button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }
  .page-promotions-new-user-188k__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user-188k__hero-title {
    font-size: 2em;
  }

  .page-promotions-new-user-188k__hero-description {
    font-size: 0.9em;
  }

  .page-promotions-new-user-188k__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }

  .page-promotions-new-user-188k__section-title {
    font-size: 1.8em;
  }
  .page-promotions-new-user-188k__final-cta .page-promotions-new-user-188k__cta-button {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-promotions-new-user-188k__cta-button--secondary {
    margin-top: 0;
  }
}