.page-resources-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.6;
}

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

.page-resources-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  padding-bottom: 60px;
  background-color: #FFFFFF;
  color: #333333;
  overflow: hidden;
}

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

.page-resources-latest-promotions-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
}

.page-resources-latest-promotions-guide__hero-media {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-resources-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.page-resources-latest-promotions-guide__section-title--white {
  color: #FFFFFF;
}

.page-resources-latest-promotions-guide__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-resources-latest-promotions-guide__section-description--white {
  color: #f0f0f0;
}

.page-resources-latest-promotions-guide__overview-section,
.page-resources-latest-promotions-guide__vip-section,
.page-resources-latest-promotions-guide__guide-section,
.page-resources-latest-promotions-guide__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-latest-promotions-guide__types-section,
.page-resources-latest-promotions-guide__terms-section,
.page-resources-latest-promotions-guide__conclusion-section {
  padding: 80px 0;
  background-color: #017439;
  color: #FFFFFF;
}

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

.page-resources-latest-promotions-guide__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-latest-promotions-guide__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-latest-promotions-guide__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

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

.page-resources-latest-promotions-guide__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-latest-promotions-guide__content-block {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}

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

.page-resources-latest-promotions-guide__sub-title--white {
  color: #FFFFFF;
}

.page-resources-latest-promotions-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-latest-promotions-guide__text-block--white {
  color: #f0f0f0;
}

.page-resources-latest-promotions-guide__text-block--center {
  text-align: center;
}

.page-resources-latest-promotions-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-latest-promotions-guide__list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.page-resources-latest-promotions-guide__list li::before {
  content: '✓';
  color: #017439;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources-latest-promotions-guide__list--white li {
  color: #f0f0f0;
}

.page-resources-latest-promotions-guide__list--white li::before {
  color: #FFFFFF;
}

.page-resources-latest-promotions-guide__btn-primary,
.page-resources-latest-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-latest-promotions-guide__btn-primary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-resources-latest-promotions-guide__btn-primary:hover {
  background-color: #005f2c;
  border-color: #005f2c;
}

.page-resources-latest-promotions-guide__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-latest-promotions-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2c;
  border-color: #005f2c;
}

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

.page-resources-latest-promotions-guide__cta-buttons--center {
  justify-content: center;
}

/* Specific button colors for Register/Login type actions */
.page-resources-latest-promotions-guide__cta-buttons .page-resources-latest-promotions-guide__btn-primary--white,
.page-resources-latest-promotions-guide__cta-buttons .page-resources-latest-promotions-guide__btn-secondary--white {
  background-color: #C30808; /* Specified Register/Login button color */
  color: #FFFF00; /* Specified Register/Login button text color */
  border-color: #C30808;
}

.page-resources-latest-promotions-guide__cta-buttons .page-resources-latest-promotions-guide__btn-primary--white:hover,
.page-resources-latest-promotions-guide__cta-buttons .page-resources-latest-promotions-guide__btn-secondary--white:hover {
  background-color: #a00606;
  border-color: #a00606;
  color: #f0f000;
}

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

.page-resources-latest-promotions-guide__link--white {
  color: #FFFFFF;
}