.page-blog-explore-98win-latest-promotions-rewards {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg);
}

.page-blog-explore-98win-latest-promotions-rewards__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-explore-98win-latest-promotions-rewards__section {
  padding: 40px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--divider);
}

.page-blog-explore-98win-latest-promotions-rewards__section:last-of-type {
  border-bottom: none;
}

.page-blog-explore-98win-latest-promotions-rewards__section-title {
  font-size: 2.5rem;
  color: var(--gold);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-explore-98win-latest-promotions-rewards__subsection-title {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-explore-98win-latest-promotions-rewards__text-content {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-explore-98win-latest-promotions-rewards__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-explore-98win-latest-promotions-rewards__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-explore-98win-latest-promotions-rewards__list-item {
  margin-bottom: 10px;
}

.page-blog-explore-98win-latest-promotions-rewards__list-item-strong {
  color: var(--text-main);
}

/* Hero Section */
.page-blog-explore-98win-latest-promotions-rewards__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
}

.page-blog-explore-98win-latest-promotions-rewards__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.page-blog-explore-98win-latest-promotions-rewards__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-explore-98win-latest-promotions-rewards__hero-content {
  position: relative; /* Ensure content is above image */
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image, but not covering it entirely */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, rgba(8, 22, 15, 0.95) 100%);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-98win-latest-promotions-rewards__hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-explore-98win-latest-promotions-rewards__hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-explore-98win-latest-promotions-rewards__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-explore-98win-latest-promotions-rewards__btn-primary,
.page-blog-explore-98win-latest-promotions-rewards__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-98win-latest-promotions-rewards__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-explore-98win-latest-promotions-rewards__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-explore-98win-latest-promotions-rewards__btn-secondary {
  background: none;
  color: var(--glow);
  border: 2px solid var(--glow);
}

.page-blog-explore-98win-latest-promotions-rewards__btn-secondary:hover {
  background: var(--glow);
  color: var(--bg);
  transform: translateY(-2px);
}

.page-blog-explore-98win-latest-promotions-rewards__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Image Styling */
.page-blog-explore-98win-latest-promotions-rewards__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-blog-explore-98win-latest-promotions-rewards__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

/* FAQ Section */
.page-blog-explore-98win-latest-promotions-rewards__faq-item {
  margin-bottom: 15px;
  background-color: var(--card-bg);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.page-blog-explore-98win-latest-promotions-rewards__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main);
  font-size: 1.1rem;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-explore-98win-latest-promotions-rewards__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-explore-98win-latest-promotions-rewards__faq-qtext {
  flex-grow: 1;
}

.page-blog-explore-98win-latest-promotions-rewards__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
  color: var(--gold);
}

.page-blog-explore-98win-latest-promotions-rewards__faq-answer {
  padding: 0 20px 15px;
  color: var(--text-secondary);
  font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-explore-98win-latest-promotions-rewards__container {
    padding: 15px;
  }

  .page-blog-explore-98win-latest-promotions-rewards__section {
    padding: 20px 0;
  }

  .page-blog-explore-98win-latest-promotions-rewards__section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .page-blog-explore-98win-latest-promotions-rewards__subsection-title {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-explore-98win-latest-promotions-rewards__hero-content {
    padding: 20px;
    margin-top: -80px; /* Adjust for smaller screens */
  }

  .page-blog-explore-98win-latest-promotions-rewards__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-explore-98win-latest-promotions-rewards__hero-description {
    font-size: 0.95rem;
  }

  .page-blog-explore-98win-latest-promotions-rewards__hero-cta-buttons,
  .page-blog-explore-98win-latest-promotions-rewards__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-explore-98win-latest-promotions-rewards__btn-primary,
  .page-blog-explore-98win-latest-promotions-rewards__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-explore-98win-latest-promotions-rewards__content-image,
  .page-blog-explore-98win-latest-promotions-rewards__hero-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
  }

  .page-blog-explore-98win-latest-promotions-rewards__image-container,
  .page-blog-explore-98win-latest-promotions-rewards__hero-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-explore-98win-latest-promotions-rewards__hero-section {
    padding-top: 10px !important;
  }
}

/* Color Contrast Adjustments (Ensuring WCAG AA) */
.page-blog-explore-98win-latest-promotions-rewards__dark-bg {
  color: #ffffff; /* Dark background with light text */
  background: var(--deep-green);
}

.page-blog-explore-98win-latest-promotions-rewards__light-bg {
  color: #333333; /* Light background with dark text */
  background: #ffffff;
}

.page-blog-explore-98win-latest-promotions-rewards__text-content strong,
.page-blog-explore-98win-latest-promotions-rewards__list-item-strong {
  color: var(--text-main);
}

/* Ensure link color contrast */
.page-blog-explore-98win-latest-promotions-rewards a {
  color: var(--glow);
  text-decoration: underline;
}

.page-blog-explore-98win-latest-promotions-rewards a:hover {
  color: var(--gold);
}

/* Specific card background for better readability if needed */
.page-blog-explore-98win-latest-promotions-rewards__faq-item {
  background-color: var(--card-bg);
  color: var(--text-secondary);
}

.page-blog-explore-98win-latest-promotions-rewards__faq-question {
  color: var(--text-main);
}