.page-blog-latest-promotions-79clubs {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: var(--page-bg, #08160F); /* Fallback to Background color if --page-bg is not set */
  line-height: 1.6;
}

.page-blog-latest-promotions-79clubs__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-latest-promotions-79clubs__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-latest-promotions-79clubs__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5);
}

.page-blog-latest-promotions-79clubs__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-promotions-79clubs__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-promotions-79clubs__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-latest-promotions-79clubs__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-latest-promotions-79clubs__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-latest-promotions-79clubs__text-content {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-latest-promotions-79clubs__highlight-text {
  color: #F2C14E; /* Gold */
  font-weight: bold;
}

.page-blog-latest-promotions-79clubs__highlight-link {
  color: #2AD16F; /* Button top gradient color */
  text-decoration: underline;
}

.page-blog-latest-promotions-79clubs__introduction-section,
.page-blog-latest-promotions-79clubs__promotions-overview,
.page-blog-latest-promotions-79clubs__how-to-claim-section,
.page-blog-latest-promotions-79clubs__why-choose-section,
.page-blog-latest-promotions-79clubs__video-section,
.page-blog-latest-promotions-79clubs__faq-section,
.page-blog-latest-promotions-79clubs__conclusion-section {
  padding: 60px 0;
}

.page-blog-latest-promotions-79clubs__dark-bg {
  background-color: #08160F; /* Background */
}

.page-blog-latest-promotions-79clubs__btn-primary,
.page-blog-latest-promotions-79clubs__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-latest-promotions-79clubs__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-latest-promotions-79clubs__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-latest-promotions-79clubs__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Button top gradient color */
  border: 2px solid #2AD16F; /* Button top gradient color */
  margin-left: 20px;
}

.page-blog-latest-promotions-79clubs__btn-secondary:hover {
  background-color: #2AD16F;
  color: #08160F; /* Background */
  transform: translateY(-2px);
}

.page-blog-latest-promotions-79clubs__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-latest-promotions-79clubs__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-promotions-79clubs__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-promotions-79clubs__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(34, 199, 104, 0.4);
}

.page-blog-latest-promotions-79clubs__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-blog-latest-promotions-79clubs__card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin: 20px 20px 10px;
  line-height: 1.4;
}

.page-blog-latest-promotions-79clubs__card-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin: 0 20px 20px;
  text-align: justify;
}

.page-blog-latest-promotions-79clubs__card .page-blog-latest-promotions-79clubs__btn-secondary {
  margin: 0 20px;
  width: calc(100% - 40px);
}

.page-blog-latest-promotions-79clubs__steps-list,
.page-blog-latest-promotions-79clubs__reasons-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-latest-promotions-79clubs__list-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #2AD16F; /* Button top gradient color */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-promotions-79clubs__list-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-latest-promotions-79clubs__list-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.5;
}

.page-blog-latest-promotions-79clubs__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  width: 100%; /* Desktop requirement */
}

.page-blog-latest-promotions-79clubs__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}

.page-blog-latest-promotions-79clubs__video-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-blog-latest-promotions-79clubs__video-caption {
  text-align: center;
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  margin-top: 15px;
}

.page-blog-latest-promotions-79clubs__faq-list {
  margin-top: 30px;
}

.page-blog-latest-promotions-79clubs__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-promotions-79clubs__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  transition: background-color 0.3s ease;
}

.page-blog-latest-promotions-79clubs__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.1);
}

.page-blog-latest-promotions-79clubs__faq-item[open] > .page-blog-latest-promotions-79clubs__faq-question {
  border-bottom: 1px solid #2E7A4E; /* Divider */
}

.page-blog-latest-promotions-79clubs__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.5;
}

.page-blog-latest-promotions-79clubs__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-latest-promotions-79clubs__faq-item[open] .page-blog-latest-promotions-79clubs__faq-toggle {
  transform: rotate(45deg);
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-latest-promotions-79clubs__hero-section {
    padding: 40px 15px;
  }

  .page-blog-latest-promotions-79clubs__main-title {
    font-size: 2rem;
  }

  .page-blog-latest-promotions-79clubs__hero-description {
    font-size: 1rem;
  }

  .page-blog-latest-promotions-79clubs__section-title {
    font-size: 1.6rem;
  }

  .page-blog-latest-promotions-79clubs__text-content,
  .page-blog-latest-promotions-79clubs__list-description,
  .page-blog-latest-promotions-79clubs__faq-answer {
    font-size: 0.9rem;
  }

  .page-blog-latest-promotions-79clubs__promotion-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-latest-promotions-79clubs__btn-primary,
  .page-blog-latest-promotions-79clubs__btn-secondary {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  
  .page-blog-latest-promotions-79clubs__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-latest-promotions-79clubs__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-latest-promotions-79clubs img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-latest-promotions-79clubs video,
  .page-blog-latest-promotions-79clubs__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-latest-promotions-79clubs__video-section,
  .page-blog-latest-promotions-79clubs__video-container,
  .page-blog-latest-promotions-79clubs__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-latest-promotions-79clubs__video-section {
    padding-top: 10px !important; 
  }

  .page-blog-latest-promotions-79clubs__card,
  .page-blog-latest-promotions-79clubs__list-item,
  .page-blog-latest-promotions-79clubs__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px;
  }
  
  .page-blog-latest-promotions-79clubs__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  
  .page-blog-latest-promotions-79clubs__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-latest-promotions-79clubs__main-title {
    font-size: 1.8rem;
  }
  .page-blog-latest-promotions-79clubs__section-title {
    font-size: 1.4rem;
  }
}