/* style/resources-b29bet-latest-promotions-guide.css */
.page-resources-b29bet-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared, default to white */
}

.page-resources-b29bet-latest-promotions-guide__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-b29bet-latest-promotions-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-b29bet-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #017439;
  color: #ffffff;
  overflow: hidden;
}

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

.page-resources-b29bet-latest-promotions-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image for text readability */
}

.page-resources-b29bet-latest-promotions-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-b29bet-latest-promotions-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFF00; /* Register/Login font color for highlight */
}

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

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

.page-resources-b29bet-latest-promotions-guide__cta-buttons--center {
  margin-top: 40px;
  justify-content: center;
}

.page-resources-b29bet-latest-promotions-guide__btn-primary,
.page-resources-b29bet-latest-promotions-guide__btn-secondary {
  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.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-b29bet-latest-promotions-guide__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-b29bet-latest-promotions-guide__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-3px);
}

.page-resources-b29bet-latest-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #FFFF00;
}

.page-resources-b29bet-latest-promotions-guide__btn-secondary:hover {
  background-color: #FFFF00;
  color: #C30808;
  transform: translateY(-3px);
}

.page-resources-b29bet-latest-promotions-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-b29bet-latest-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-b29bet-latest-promotions-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-b29bet-latest-promotions-guide__dark-bg .page-resources-b29bet-latest-promotions-guide__section-title {
  color: #ffffff;
}

.page-resources-b29bet-latest-promotions-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: left;
}

.page-resources-b29bet-latest-promotions-guide__dark-bg .page-resources-b29bet-latest-promotions-guide__paragraph {
  color: #f0f0f0;
}

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

.page-resources-b29bet-latest-promotions-guide__promotion-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

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

.page-resources-b29bet-latest-promotions-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

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

.page-resources-b29bet-latest-promotions-guide__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-b29bet-latest-promotions-guide__video-section {
  position: relative;
  padding: 60px 20px;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
}

.page-resources-b29bet-latest-promotions-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 30px;
  border-radius: 12px;
}