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

/* Base styles for the page, ensuring light text on dark body background */
.page-promotions-new-user {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background from shared.css */
}

.page-promotions-new-user__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #26A9E0; /* Brand color for titles */
  line-height: 1.2;
}

.page-promotions-new-user__text-block {
  font-size: 1rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-promotions-new-user a {
  color: #26A9E0;
  text-decoration: none;
}

.page-promotions-new-user a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-promotions-new-user__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  background-color: #0d0d0d; /* Slightly lighter than body for contrast, but still dark */
}

.page-promotions-new-user__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Subtle background */
}

.page-promotions-new-user__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-promotions-new-user__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #FFFFFF; /* White for H1 on dark hero */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-promotions-new-user__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-new-user__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-new-user__btn-primary,
.page-promotions-new-user__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-promotions-new-user__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-promotions-new-user__btn-primary:hover {
  background: #1e87b8;
  border-color: #1e87b8;
}

.page-promotions-new-user__btn-secondary {
  background: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-promotions-new-user__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

/* Content Area */
.page-promotions-new-user__content-area,
.page-promotions-new-user__how-to-claim,
.page-promotions-new-user__faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for content sections */
  color: #333333; /* Dark text for light background */
}

.page-promotions-new-user__content-area .page-promotions-new-user__text-block,
.page-promotions-new-user__how-to-claim .page-promotions-new-user__text-block,
.page-promotions-new-user__faq-section .page-promotions-new-user__text-block {
  color: #555555;
}

/* Feature Grid */
.page-promotions-new-user__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-new-user__feature-card {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-user__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions-new-user__feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-promotions-new-user__feature-card p {
  font-size: 0.95rem;
  color: #666666;
}

/* Promotion Highlights */
.page-promotions-new-user__promotion-highlights,
.page-promotions-new-user__terms-conditions,
.page-promotions-new-user__cta-final {
  background-color: #0d0d0d; /* Dark background */
  padding: 60px 20px;
  color: #ffffff; /* Light text */
}

.page-promotions-new-user__promotion-highlights .page-promotions-new-user__section-title,
.page-promotions-new-user__terms-conditions .page-promotions-new-user__section-title,
.page-promotions-new-user__cta-final .page-promotions-new-user__section-title {
  color: #FFFFFF;
}

.page-promotions-new-user__promotion-highlights .page-promotions-new-user__text-block,
.page-promotions-new-user__terms-conditions .page-promotions-new-user__text-block,
.page-promotions-new-user__cta-final .page-promotions-new-user__text-block {
  color: #f0f0f0;
}

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

.page-promotions-new-user__card {
  background: #ffffff; /* Light background for cards */
  color: #333333; /* Dark text for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-promotions-new-user__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions-new-user__card-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-promotions-new-user__card p {
  font-size: 0.95rem;
  color: #666666;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* How to Claim */
.page-promotions-new-user__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-new-user__step-card {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-user__step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #26A9E0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 20px auto;
}

.page-promotions-new-user__step-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-promotions-new-user__step-card p {
  font-size: 0.95rem;
  color: #666666;
}

.page-promotions-new-user__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Terms & Conditions */
.page-promotions-new-user__terms-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
}

.page-promotions-new-user__terms-list li {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-promotions-new-user__terms-list li strong {
  color: #26A9E0;
}

/* FAQ Section */
.page-promotions-new-user__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-promotions-new-user__faq-item {
  background: #f8f8f8;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-promotions-new-user__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-new-user__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-promotions-new-user__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-promotions-new-user__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

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

.page-promotions-new-user__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #555555;
}

/* Final CTA */
.page-promotions-new-user__cta-final {
  text-align: center;
  padding: 80px 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-new-user__hero-description {
    font-size: 1.05rem;
  }
  .page-promotions-new-user__section-title {
    font-size: 2rem;
  }
}

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

  .page-promotions-new-user__hero-section,
  .page-promotions-new-user__content-area,
  .page-promotions-new-user__promotion-highlights,
  .page-promotions-new-user__how-to-claim,
  .page-promotions-new-user__terms-conditions,
  .page-promotions-new-user__faq-section,
  .page-promotions-new-user__cta-final {
    padding: 40px 15px;
  }

  .page-promotions-new-user__hero-section {
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-promotions-new-user__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-promotions-new-user__hero-description {
    font-size: 1rem;
  }

  .page-promotions-new-user__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-new-user__btn-primary,
  .page-promotions-new-user__btn-secondary,
  .page-promotions-new-user a[class*="button"],
  .page-promotions-new-user a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Image responsive */
  .page-promotions-new-user img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-promotions-new-user__section,
  .page-promotions-new-user__card,
  .page-promotions-new-user__container,
  .page-promotions-new-user__hero-section,
  .page-promotions-new-user__content-area,
  .page-promotions-new-user__promotion-highlights,
  .page-promotions-new-user__how-to-claim,
  .page-promotions-new-user__terms-conditions,
  .page-promotions-new-user__faq-section,
  .page-promotions-new-user__cta-final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-promotions-new-user__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-promotions-new-user__faq-answer {
    padding: 0 15px 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-new-user__section-title {
    font-size: 1.8rem;
  }
}