.page-promotions {
  color: #333333; /* Default text color for light body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: #26A9E0; /* Use brand main color as background */
  color: #FFFFFF;
  overflow: hidden;
}

.page-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit image height to prevent it from being too large */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-promotions__hero-content {
  position: relative;
  z-index: 10; /* Ensure text is above any background elements */
  max-width: 900px;
  padding: 0 20px;
}

.page-promotions__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-promotions__hero-description {
  font-size: 1.15rem;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions__btn-primary,
.page-promotions__btn-secondary,
.page-promotions__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping for buttons */
  word-wrap: break-word; /* Allow text wrapping for buttons */
  text-align: center;
  box-sizing: border-box;
  min-width: 150px; /* Ensure buttons are not too small */
  min-height: 48px; /* WCAG minimum touch target */
  max-width: 100%; /* Ensure buttons do not overflow */
}

.page-promotions__btn-primary {
  background-color: #EA7C07; /* Login button color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-promotions__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-promotions__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #FFFFFF;
}

.page-promotions__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-promotions__btn-link {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
  padding: 10px 20px;
  margin-top: 15px;
}

.page-promotions__btn-link:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-promotions__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-promotions__section-title--light {
  color: #FFFFFF;
}

.page-promotions__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-promotions__text-block--light {
  color: #f0f0f0;
}

.page-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promotions__promo-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-height: 200px; /* Ensure minimum card height */
}

.page-promotions__promo-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-promotions__promo-card-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions__promo-card-description {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-promotions__promo-card-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #555555;
}

.page-promotions__promo-card-list li {
  margin-bottom: 8px;
}

.page-promotions__promo-card-text {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 20px;
}

.page-promotions__how-to-claim {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-promotions__how-to-claim-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-height: 200px; /* Ensure minimum size */
}

.page-promotions__how-to-claim-content {
  flex: 1;
  min-width: 300px;
  max-width: 45%;
}

.page-promotions__claim-steps {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 25px;
  color: #333333;
}

.page-promotions__claim-steps li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.page-promotions__claim-steps li strong {
  color: #26A9E0;
}

.page-promotions__terms-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 40px;
  color: #333333;
}

.page-promotions__terms-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-promotions__terms-list li strong {
  color: #555555;
}

.page-promotions__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.page-promotions__benefit-item {
  background-color: #f8f8f8;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  min-height: 150px; /* Ensure minimum height */
}

.page-promotions__benefit-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions__benefit-description {
  font-size: 0.95rem;
  color: #555555;
}

.page-promotions__blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-promotions__blog-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 350px; /* Ensure minimum card height */
}

.page-promotions__blog-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-promotions__blog-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-promotions__blog-title {
  font-size: 1.25rem;
  color: #26A9E0;
  padding: 15px 20px 10px 20px;
  font-weight: bold;
}

.page-promotions__blog-meta {
  font-size: 0.85rem;
  color: #888888;
  padding: 0 20px 10px 20px;
}

.page-promotions__blog-excerpt {
  font-size: 0.95rem;
  color: #555555;
  padding: 0 20px 20px 20px;
  flex-grow: 1;
}

.page-promotions__blog-link:hover .page-promotions__blog-title {
  color: #1e87c0;
}

.page-promotions__view-all-button-container {
  text-align: center;
  margin-top: 20px;
}

.page-promotions__faq-list {
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.page-promotions__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions__faq-item[open] .page-promotions__faq-question {
  background-color: #ebebeb;
}

.page-promotions__faq-question:hover {
  background-color: #e0e0e0;
}

.page-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-promotions__faq-item[open] .page-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions__faq-answer {
  padding: 15px 25px 25px 25px;
  font-size: 1rem;
  color: #555555;
  line-height: 1.7;
}

.page-promotions__conclusion-section {
  background-color: #26A9E0;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions__hero-image-wrapper {
    max-height: 400px;
  }

  .page-promotions__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-promotions__hero-description {
    font-size: 1.05rem;
  }

  .page-promotions__how-to-claim-image,
  .page-promotions__how-to-claim-content {
    max-width: 100%;
  }
}

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

  .page-promotions__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-promotions__hero-image-wrapper {
    max-height: 300px;
  }

  .page-promotions__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-promotions__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-promotions__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-promotions__btn-primary,
  .page-promotions__btn-secondary,
  .page-promotions__btn-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions__content-area,
  .page-promotions__conclusion-section {
    padding: 40px 15px;
  }

  .page-promotions__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-promotions__text-block {
    font-size: 1rem;
  }

  .page-promotions__promo-grid,
  .page-promotions__benefits-grid,
  .page-promotions__blog-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions__promo-card,
  .page-promotions__blog-card {
    padding: 20px;
    min-height: auto;
  }

  .page-promotions__promo-card-image,
  .page-promotions__blog-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-promotions__how-to-claim {
    gap: 20px;
  }

  .page-promotions__how-to-claim-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-promotions__how-to-claim-content {
    max-width: 100%;
  }

  .page-promotions__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-promotions__faq-answer {
    padding: 10px 20px 20px 20px;
    font-size: 0.95rem;
  }

  /* Ensure all containers with images/buttons/videos are responsive */
  .page-promotions__hero-section,
  .page-promotions__content-area,
  .page-promotions__promo-grid,
  .page-promotions__how-to-claim,
  .page-promotions__how-to-claim-content,
  .page-promotions__how-to-claim-image,
  .page-promotions__benefits-grid,
  .page-promotions__blog-list,
  .page-promotions__faq-list,
  .page-promotions__conclusion-section,
  .page-promotions__promo-card,
  .page-promotions__blog-card,
  .page-promotions__benefit-item,
  .page-promotions__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}