.page-resources-latest-promotions {
  color: #ffffff; /* Text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure body background is respected */
}

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

.page-resources-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 600px;
  overflow: hidden;
  background-color: #26A9E0; /* Brand color for hero section */
  color: #ffffff;
  box-sizing: border-box;
}

.page-resources-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

.page-resources-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-latest-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-resources-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

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

.page-resources-latest-promotions__section {
  padding: 80px 0;
}

.page-resources-latest-promotions__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for titles */
}

.page-resources-latest-promotions__dark-bg .page-resources-latest-promotions__section-title {
  color: #ffffff;
}

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

.page-resources-latest-promotions__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-latest-promotions__grid-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-latest-promotions__feature-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-promotions__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-promotions__feature-text {
  color: #f0f0f0;
}

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

.page-resources-latest-promotions__card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-resources-latest-promotions__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-latest-promotions__card-title {
  font-size: 1.4em;
  margin: 20px 20px 10px 20px;
  color: #26A9E0;
}

.page-resources-latest-promotions__card-text {
  margin: 0 20px 20px 20px;
  flex-grow: 1;
  color: #f0f0f0;
}

.page-resources-latest-promotions__card .page-resources-latest-promotions__btn-primary,
.page-resources-latest-promotions__card .page-resources-latest-promotions__btn-secondary {
  margin: 0 20px 20px 20px;
  text-align: center;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-latest-promotions__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-latest-promotions__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

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

.page-resources-latest-promotions__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-latest-promotions__btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-resources-latest-promotions__how-to-claim .page-resources-latest-promotions__section-description {
  color: #f0f0f0;
}

.page-resources-latest-promotions__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-latest-promotions__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-latest-promotions__step-icon {
  background-color: #26A9E0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-resources-latest-promotions__step-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-latest-promotions__step-text {
  color: #f0f0f0;
  flex-grow: 1;
}

.page-resources-latest-promotions__step-item .page-resources-latest-promotions__btn-primary,
.page-resources-latest-promotions__step-item .page-resources-latest-promotions__btn-secondary {
  margin-top: 20px;
}

.page-resources-latest-promotions__guide-image {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-promotions__terms-conditions .page-resources-latest-promotions__section-description {
  color: #f0f0f0;
}

.page-resources-latest-promotions__terms-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
  text-align: left;
}

.page-resources-latest-promotions__terms-list li {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #f0f0f0;
  font-size: 1.1em;
}

.page-resources-latest-promotions__terms-list li strong {
  color: #26A9E0;
}

.page-resources-latest-promotions__terms-conditions .page-resources-latest-promotions__btn-primary {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

.page-resources-latest-promotions__maximizing-benefits .page-resources-latest-promotions__section-description {
  color: #f0f0f0;
}

.page-resources-latest-promotions__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-latest-promotions__tip-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-promotions__tip-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-promotions__tip-text {
  color: #f0f0f0;
}

.page-resources-latest-promotions__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-latest-promotions__advantage-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-promotions__advantage-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-promotions__advantage-text {
  color: #f0f0f0;
}

.page-resources-latest-promotions__why-win999-image {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-promotions__faq-section .page-resources-latest-promotions__section-description {
  color: #f0f0f0;
}

.page-resources-latest-promotions__faq-list {
  max-width: 900px;
  margin: 50px auto;
}

.page-resources-latest-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.3s ease;
}

.page-resources-latest-promotions__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.page-resources-latest-promotions__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-latest-promotions__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-latest-promotions__faq-item.active .page-resources-latest-promotions__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

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

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

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

.page-resources-latest-promotions__faq-answer .page-resources-latest-promotions__btn-primary {
  margin-top: 10px;
  display: inline-block;
}

.page-resources-latest-promotions__final-cta {
  padding: 100px 0;
  background-color: #26A9E0; /* Brand color for final CTA */
  color: #ffffff;
  text-align: center;
}

.page-resources-latest-promotions__final-cta .page-resources-latest-promotions__section-title {
  color: #ffffff;
}

.page-resources-latest-promotions__final-cta .page-resources-latest-promotions__section-description {
  color: #f0f0f0;
  margin-bottom: 50px;
}

.page-resources-latest-promotions__final-cta-content {
  max-width: 900px;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-latest-promotions__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-promotions__hero-section {
    padding: 60px 15px;
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-latest-promotions__hero-title {
    font-size: 2.5em;
  }

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

  .page-resources-latest-promotions__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-resources-latest-promotions__hero-cta-buttons a {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-latest-promotions__section {
    padding: 40px 0;
  }

  .page-resources-latest-promotions__section-title {
    font-size: 2em;
  }

  .page-resources-latest-promotions__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-resources-latest-promotions__grid-features,
  .page-resources-latest-promotions__card-grid,
  .page-resources-latest-promotions__steps-grid,
  .page-resources-latest-promotions__tips-grid,
  .page-resources-latest-promotions__advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-latest-promotions__card-image {
    height: 200px;
  }

  .page-resources-latest-promotions__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-latest-promotions__card,
  .page-resources-latest-promotions__feature-item,
  .page-resources-latest-promotions__step-item,
  .page-resources-latest-promotions__tip-card,
  .page-resources-latest-promotions__advantage-item,
  .page-resources-latest-promotions__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-latest-promotions__terms-list li {
    font-size: 1em;
  }

  .page-resources-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-resources-latest-promotions__cta-buttons a {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-resources-latest-promotions__faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-promotions__hero-title {
    font-size: 2em;
  }

  .page-resources-latest-promotions__section-title {
    font-size: 1.8em;
  }

  .page-resources-latest-promotions__hero-section {
    min-height: 450px;
  }
}