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

.page-blog-50win-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-50win-latest-promotions__section-title {
  font-size: 2.5em;
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-50win-latest-promotions__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-secondary);
  text-align: justify;
}

.page-blog-50win-latest-promotions__cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-50win-latest-promotions__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-50win-latest-promotions__cta-button--centered {
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-50win-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-50win-latest-promotions__hero-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-50win-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-50win-latest-promotions__hero-content {
  max-width: 900px;
  padding: 30px 15px;
  background: var(--card-bg);
  border-radius: 10px;
  margin-top: -50px; /* Overlap slightly with image for visual flow */
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border);
}

.page-blog-50win-latest-promotions__main-title {
  font-size: clamp(2em, 5vw, 3em);
  color: var(--gold);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-blog-50win-latest-promotions__description {
  font-size: 1.2em;
  color: var(--text-main);
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Intro Section */
.page-blog-50win-latest-promotions__intro-section {
  padding: 60px 0;
  background-color: var(--background-color);
}

/* Promotion Categories Section */
.page-blog-50win-latest-promotions__promotions-categories {
  padding: 60px 0;
  background-color: var(--deep-green);
}

.page-blog-50win-latest-promotions__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-50win-latest-promotions__promotion-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border);
}

.page-blog-50win-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-50win-latest-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-50win-latest-promotions__card-content {
  padding: 20px;
}

.page-blog-50win-latest-promotions__card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: bold;
}

.page-blog-50win-latest-promotions__card-title a {
  color: var(--gold);
  text-decoration: none;
}

.page-blog-50win-latest-promotions__card-title a:hover {
  text-decoration: underline;
}

.page-blog-50win-latest-promotions__card-description {
  font-size: 0.95em;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.page-blog-50win-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  transition: background 0.3s ease;
}

.page-blog-50win-latest-promotions__card-button:hover {
  opacity: 0.9;
}

/* How to Claim Section */
.page-blog-50win-latest-promotions__how-to-claim {
  padding: 60px 0;
  background-color: var(--background-color);
}

.page-blog-50win-latest-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-50win-latest-promotions__step-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid var(--glow);
}

.page-blog-50win-latest-promotions__step-title {
  font-size: 1.5em;
  color: var(--gold);
  margin-bottom: 10px;
}

.page-blog-50win-latest-promotions__step-description {
  font-size: 1em;
  color: var(--text-secondary);
}

/* Download App Section */
.page-blog-50win-latest-promotions__download-app {
  padding: 60px 0;
  background-color: var(--deep-green);
}

.page-blog-50win-latest-promotions__app-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-blog-50win-latest-promotions__app-text {
  flex: 1;
  min-width: 300px;
}

.page-blog-50win-latest-promotions__app-benefits {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: var(--text-main);
  font-size: 1.1em;
}

.page-blog-50win-latest-promotions__app-benefits li {
  margin-bottom: 10px;
}

.page-blog-50win-latest-promotions__app-image {
  flex: 0 0 250px;
  text-align: center;
}

.page-blog-50win-latest-promotions__app-qr-code {
  width: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-50win-latest-promotions__faq-section {
  padding: 60px 0;
  background-color: var(--background-color);
}

.page-blog-50win-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-50win-latest-promotions__faq-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
}

.page-blog-50win-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--text-main);
  list-style: none;
  user-select: none;
}

.page-blog-50win-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-50win-latest-promotions__faq-qtext {
  flex-grow: 1;
  color: var(--gold);
}

.page-blog-50win-latest-promotions__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-blog-50win-latest-promotions__faq-item[open] .page-blog-50win-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-50win-latest-promotions__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Final CTA Section */
.page-blog-50win-latest-promotions__final-cta-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--deep-green);
}

/* Global image styles */
.page-blog-50win-latest-promotions img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Consistent rounded corners */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-50win-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-50win-latest-promotions__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-blog-50win-latest-promotions__description {
    font-size: 1.1em;
  }
  .page-blog-50win-latest-promotions__app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-50win-latest-promotions__app-image {
    order: -1; /* Move image above text on smaller screens */
    margin-bottom: 20px;
  }
  .page-blog-50win-latest-promotions__app-benefits {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-blog-50win-latest-promotions__hero-content {
    margin-top: -30px;
    padding: 20px 10px;
  }
  .page-blog-50win-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-50win-latest-promotions__main-title {
    font-size: clamp(1.5em, 8vw, 2em);
  }
  .page-blog-50win-latest-promotions__description {
    font-size: 1em;
  }
  .page-blog-50win-latest-promotions__cta-button {
    font-size: 1em;
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-50win-latest-promotions__intro-section,
  .page-blog-50win-latest-promotions__promotions-categories,
  .page-blog-50win-latest-promotions__how-to-claim,
  .page-blog-50win-latest-promotions__download-app,
  .page-blog-50win-latest-promotions__faq-section,
  .page-blog-50win-latest-promotions__final-cta-section {
    padding: 40px 0;
  }
  .page-blog-50win-latest-promotions__card-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-50win-latest-promotions__step-item {
    padding: 20px;
  }
  .page-blog-50win-latest-promotions__step-title {
    font-size: 1.3em;
  }
  .page-blog-50win-latest-promotions__app-qr-code {
    width: 200px;
    height: 200px;
  }
  .page-blog-50win-latest-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-50win-latest-promotions__faq-answer {
    padding: 0 20px 15px 20px;
  }
  
  /* Mobile image responsiveness */
  .page-blog-50win-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-50win-latest-promotions__hero-image-wrapper,
  .page-blog-50win-latest-promotions__promotion-card,
  .page-blog-50win-latest-promotions__app-image,
  .page-blog-50win-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  /* Mobile button responsiveness */
  .page-blog-50win-latest-promotions__cta-button,
  .page-blog-50win-latest-promotions__card-button {
    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-blog-50win-latest-promotions__cta-buttons,
  .page-blog-50win-latest-promotions__button-group,
  .page-blog-50win-latest-promotions__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-50win-latest-promotions__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-blog-50win-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-blog-50win-latest-promotions__main-title {
    font-size: clamp(1.2em, 9vw, 1.8em);
  }
  .page-blog-50win-latest-promotions__description {
    font-size: 0.9em;
  }
  .page-blog-50win-latest-promotions__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-blog-50win-latest-promotions__faq-question {
    font-size: 1em;
  }
  .page-blog-50win-latest-promotions__faq-qtext {
    padding-right: 10px;
  }
  .page-blog-50win-latest-promotions__faq-toggle {
    margin-left: 10px;
  }
}

/* Color Contrast Fixes (if needed) */
.page-blog-50win-latest-promotions__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-50win-latest-promotions__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}