.page-resources-bmy88-latest-promotions {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-bmy88-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #000000; /* Dark background for hero content overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Minimum height for hero */
}

.page-resources-bmy88-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7; /* Slightly dim the background image */
}

.page-resources-bmy88-latest-promotions__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-resources-bmy88-latest-promotions__hero-content {
  color: #FFFFFF; /* Light text for dark hero background */
  max-width: 800px;
}

.page-resources-bmy88-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-bmy88-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-bmy88-latest-promotions__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-bmy88-latest-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-bmy88-latest-promotions__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-bmy88-latest-promotions__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-bmy88-latest-promotions__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-bmy88-latest-promotions__button--login:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-bmy88-latest-promotions__button--claim,
.page-resources-bmy88-latest-promotions__button--explore,
.page-resources-bmy88-latest-promotions__button--download,
.page-resources-bmy88-latest-promotions__button--final-register {
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-bmy88-latest-promotions__button--claim:hover,
.page-resources-bmy88-latest-promotions__button--explore:hover,
.page-resources-bmy88-latest-promotions__button--download:hover,
.page-resources-bmy88-latest-promotions__button--final-register:hover {
  background-color: #e6a73c;
}

.page-resources-bmy88-latest-promotions__content-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  gap: 40px;
}

.page-resources-bmy88-latest-promotions__article {
  flex: 3;
  min-width: 600px; /* Ensure content width for readability */
  max-width: 800px;
  margin-right: auto;
}

.page-resources-bmy88-latest-promotions__sidebar {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-bmy88-latest-promotions__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-bmy88-latest-promotions__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bmy88-latest-promotions__paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.7;
}

.page-resources-bmy88-latest-promotions__link {
  color: #FCBC45; /* Brand color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bmy88-latest-promotions__link:hover {
  text-decoration: underline;
}

.page-resources-bmy88-latest-promotions__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-bmy88-latest-promotions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: block; /* Ensure no extra space below image */
  margin: 0 auto;
}

.page-resources-bmy88-latest-promotions__image-caption {
  font-size: 0.9em;
  color: #666666;
  margin-top: 10px;
}

.page-resources-bmy88-latest-promotions__numbered-list,
.page-resources-bmy88-latest-promotions__bullet-list {
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-resources-bmy88-latest-promotions__list-item {
  margin-bottom: 0.8em;
  font-size: 1.1em;
}

.page-resources-bmy88-latest-promotions__final-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-bmy88-latest-promotions__sidebar-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-bmy88-latest-promotions__resource-list {
  list-style: none;
  padding: 0;
}

.page-resources-bmy88-latest-promotions__resource-item {
  margin-bottom: 10px;
}

.page-resources-bmy88-latest-promotions__resource-link {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-bmy88-latest-promotions__resource-link:hover {
  color: #FCBC45;
  padding-left: 5px;
}

.page-resources-bmy88-latest-promotions__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bmy88-latest-promotions__back-link:hover {
  text-decoration: underline;
}

.page-resources-bmy88-latest-promotions__faq-container {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-bmy88-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-bmy88-latest-promotions__faq-answer {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 20px;
  padding-left: 20px;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-resources-bmy88-latest-promotions__hero-title {
    font-size: 3em;
  }
  .page-resources-bmy88-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-bmy88-latest-promotions__sub-section-title {
    font-size: 1.6em;
  }
  .page-resources-bmy88-latest-promotions__article {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
  .page-resources-bmy88-latest-promotions__sidebar {
    min-width: unset;
    width: 100%;
  }
  .page-resources-bmy88-latest-promotions__content-area {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-bmy88-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-resources-bmy88-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-resources-bmy88-latest-promotions__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-bmy88-latest-promotions__button {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  /* Ensure content area images are responsive and do not overflow */
  .page-resources-bmy88-latest-promotions__article img,
  .page-resources-bmy88-latest-promotions__content-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px; /* Ensure images are not too small */
  }
  .page-resources-bmy88-latest-promotions__content-area {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  .page-resources-bmy88-latest-promotions__hero-section {
    min-height: 400px; /* Adjust hero height for mobile */
  }
}

@media (max-width: 480px) {
  .page-resources-bmy88-latest-promotions__hero-title {
    font-size: 2em;
  }
  .page-resources-bmy88-latest-promotions__hero-description {
    font-size: 0.9em;
  }
  .page-resources-bmy88-latest-promotions__button {
    font-size: 0.95em;
    padding: 12px 20px;
  }
  .page-resources-bmy88-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-bmy88-latest-promotions__sub-section-title {
    font-size: 1.4em;
  }
  .page-resources-bmy88-latest-promotions__paragraph,
  .page-resources-bmy88-latest-promotions__list-item,
  .page-resources-bmy88-latest-promotions__faq-question,
  .page-resources-bmy88-latest-promotions__faq-answer {
    font-size: 1em;
  }
}