.page-resources-latest-promotions-mb66 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-latest-promotions-mb66__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-latest-promotions-mb66__hero-section {
  position: relative;
  padding: 120px 0 80px;
  text-align: center;
  background-color: #017439; /* Brand primary color for hero */
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-latest-promotions-mb66__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-latest-promotions-mb66__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-latest-promotions-mb66__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-latest-promotions-mb66__btn-primary,
.page-resources-latest-promotions-mb66__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
}

.page-resources-latest-promotions-mb66__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border-color: #C30808;
}

.page-resources-latest-promotions-mb66__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-resources-latest-promotions-mb66__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-latest-promotions-mb66__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-latest-promotions-mb66__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #017439;
}

.page-resources-latest-promotions-mb66__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-resources-latest-promotions-mb66__content-area,
.page-resources-latest-promotions-mb66__guide-section,
.page-resources-latest-promotions-mb66__faq-section {
  padding: 80px 0;
  background-color: #ffffff; /* Light background for content sections */
  color: #333333; /* Dark text for light background */
}

.page-resources-latest-promotions-mb66__promotions-overview,
.page-resources-latest-promotions-mb66__terms-section,
.page-resources-latest-promotions-mb66__conclusion-section {
  padding: 80px 0;
  background-color: #017439; /* Dark background for key sections */
  color: #ffffff;
}

.page-resources-latest-promotions-mb66__promotions-overview .page-resources-latest-promotions-mb66__section-title,
.page-resources-latest-promotions-mb66__terms-section .page-resources-latest-promotions-mb66__section-title,
.page-resources-latest-promotions-mb66__conclusion-section .page-resources-latest-promotions-mb66__section-title {
  color: #ffffff;
}

.page-resources-latest-promotions-mb66__promotions-overview .page-resources-latest-promotions-mb66__section-description,
.page-resources-latest-promotions-mb66__terms-section .page-resources-latest-promotions-mb66__section-description,
.page-resources-latest-promotions-mb66__conclusion-section .page-resources-latest-promotions-mb66__section-description {
  color: #f0f0f0;
}

.page-resources-latest-promotions-mb66__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-latest-promotions-mb66__grid-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.page-resources-latest-promotions-mb66__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-latest-promotions-mb66__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-latest-promotions-mb66__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-latest-promotions-mb66__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-latest-promotions-mb66__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #017439;
  font-weight: bold;
}

.page-resources-latest-promotions-mb66__card-text {
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
  color: #555555;
}

.page-resources-latest-promotions-mb66__guide-list,
.page-resources-latest-promotions-mb66__terms-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.page-resources-latest-promotions-mb66__guide-list li,
.page-resources-latest-promotions-mb66__terms-list li {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333333;
}

.page-resources-latest-promotions-mb66__terms-list li strong {
  color: #017439;
}

.page-resources-latest-promotions-mb66__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-latest-promotions-mb66__faq-item {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-latest-promotions-mb66__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #017439;
  background-color: #e8f5e9;
  transition: background-color 0.3s ease;
}

.page-resources-latest-promotions-mb66__faq-question:hover {
  background-color: #d4edda;
}

.page-resources-latest-promotions-mb66__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-latest-promotions-mb66__faq-item.active .page-resources-latest-promotions-mb66__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-latest-promotions-mb66__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-latest-promotions-mb66__faq-item.active .page-resources-latest-promotions-mb66__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px 20px;
}

.page-resources-latest-promotions-mb66__faq-answer p {
  margin-bottom: 10px;
}

.page-resources-latest-promotions-mb66__image--center {
  display: block;
  margin: 40px auto 0;
  border-radius: 10px;
}

.page-resources-latest-promotions-mb66__link {
  color: #017439;
  text-decoration: underline;
}

.page-resources-latest-promotions-mb66__link:hover {
  color: #005f2f;
}

/* Ensure all links within dark sections are visible */
.page-resources-latest-promotions-mb66__dark-bg .page-resources-latest-promotions-mb66__link {
  color: #ffff00; /* Yellow for contrast on dark green */
}

.page-resources-latest-promotions-mb66__dark-bg .page-resources-latest-promotions-mb66__link:hover {
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-resources-latest-promotions-mb66__hero-title {
    font-size: 2.8em;
  }
  .page-resources-latest-promotions-mb66__section-title {
    font-size: 2em;
  }
  .page-resources-latest-promotions-mb66__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-latest-promotions-mb66__grid-item:first-child {
    order: 2; /* Image below text on smaller screens */
  }
  .page-resources-latest-promotions-mb66__grid-item:last-child {
    order: 1; /* Text above image on smaller screens */
  }
  .page-resources-latest-promotions-mb66__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-latest-promotions-mb66__hero-section {
    padding: 100px 0 60px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }
  .page-resources-latest-promotions-mb66__hero-title {
    font-size: 2em;
  }
  .page-resources-latest-promotions-mb66__hero-description {
    font-size: 1em;
  }
  .page-resources-latest-promotions-mb66__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-latest-promotions-mb66__btn-primary,
  .page-resources-latest-promotions-mb66__btn-secondary {
    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-resources-latest-promotions-mb66__section-title {
    font-size: 1.8em;
  }
  .page-resources-latest-promotions-mb66__section-description {
    font-size: 0.95em;
  }
  .page-resources-latest-promotions-mb66__content-area,
  .page-resources-latest-promotions-mb66__promotions-overview,
  .page-resources-latest-promotions-mb66__guide-section,
  .page-resources-latest-promotions-mb66__terms-section,
  .page-resources-latest-promotions-mb66__faq-section,
  .page-resources-latest-promotions-mb66__conclusion-section {
    padding: 60px 0;
  }
  .page-resources-latest-promotions-mb66__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-latest-promotions-mb66 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-latest-promotions-mb66__grid-item,
  .page-resources-latest-promotions-mb66__card,
  .page-resources-latest-promotions-mb66__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-latest-promotions-mb66__faq-question,
  .page-resources-latest-promotions-mb66__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-latest-promotions-mb66__faq-answer {
    padding: 0 15px;
  }
  .page-resources-latest-promotions-mb66__faq-item.active .page-resources-latest-promotions-mb66__faq-answer {
    padding: 15px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-promotions-mb66__hero-title {
    font-size: 1.8em;
  }
  .page-resources-latest-promotions-mb66__section-title {
    font-size: 1.6em;
  }
  .page-resources-latest-promotions-mb66__card-title {
    font-size: 1.5em;
  }
  .page-resources-latest-promotions-mb66__btn-primary,
  .page-resources-latest-promotions-mb66__btn-secondary {
    padding: 12px 20px;
  }
}