/* style/blog-hk79bigwin-latest-promotions.css */

/* Body background is dark from shared.css, so text should be light */
.page-blog-hk79bigwin-latest-promotions {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

/* Hero Section */
.page-blog-hk79bigwin-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
}

.page-blog-hk79bigwin-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
}

.page-blog-hk79bigwin-latest-promotions__hero-content {
  max-width: 800px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.8); /* Card BG with opacity */
  border-radius: 10px;
  margin-top: -80px; /* Slightly overlap with image for visual interest */
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.page-blog-hk79bigwin-latest-promotions__main-title {
  color: #F2C14E; /* Gold */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.page-blog-hk79bigwin-latest-promotions__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-hk79bigwin-latest-promotions__section-title {
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
}

.page-blog-hk79bigwin-latest-promotions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #11A84E; /* Primary Color */
  margin: 15px auto 0;
  border-radius: 2px;
}

/* Text Blocks */
.page-blog-hk79bigwin-latest-promotions__text-block {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.8;
}

.page-blog-hk79bigwin-latest-promotions__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

/* Buttons */
.page-blog-hk79bigwin-latest-promotions__btn-primary,
.page-blog-hk79bigwin-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hk79bigwin-latest-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 255, 100, 0.3);
}

.page-blog-hk79bigwin-latest-promotions__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 255, 100, 0.4);
}

.page-blog-hk79bigwin-latest-promotions__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Brighter green for contrast */
  border: 2px solid #2AD16F;
}

.page-blog-hk79bigwin-latest-promotions__btn-secondary:hover {
  background: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Promo Grid */
.page-blog-hk79bigwin-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-hk79bigwin-latest-promotions__promo-card {
  background: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
}

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

.page-blog-hk79bigwin-latest-promotions__card-title {
  color: #F2C14E; /* Gold */
  font-size: 1.5em;
  margin: 20px 20px 10px;
  font-weight: bold;
}

.page-blog-hk79bigwin-latest-promotions__card-description {
  color: #A7D9B8; /* Text Secondary */
  margin: 0 20px 20px;
  flex-grow: 1;
  line-height: 1.7;
}

.page-blog-hk79bigwin-latest-promotions__promo-card .page-blog-hk79bigwin-latest-promotions__btn-secondary {
  margin: 0 20px 20px;
}

/* Steps Grid */
.page-blog-hk79bigwin-latest-promotions__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-hk79bigwin-latest-promotions__step-card {
  background: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-hk79bigwin-latest-promotions__step-card .page-blog-hk79bigwin-latest-promotions__card-image {
  height: 180px;
}

.page-blog-hk79bigwin-latest-promotions__step-card .page-blog-hk79bigwin-latest-promotions__card-title {
  margin-top: 15px;
  margin-bottom: 5px;
}

.page-blog-hk79bigwin-latest-promotions__step-card .page-blog-hk79bigwin-latest-promotions__card-description {
  margin: 0 20px;
}

.page-blog-hk79bigwin-latest-promotions__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* Tips List */
.page-blog-hk79bigwin-latest-promotions__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-hk79bigwin-latest-promotions__list-item {
  background: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.7;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-blog-hk79bigwin-latest-promotions__list-item strong {
  color: #F2C14E; /* Gold */
}

.page-blog-hk79bigwin-latest-promotions__list-item a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-blog-hk79bigwin-latest-promotions__list-item a:hover {
  color: #2AD16F;
}

/* FAQ Section */
.page-blog-hk79bigwin-latest-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-hk79bigwin-latest-promotions__faq-item {
  background: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-blog-hk79bigwin-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2C14E; /* Gold */
  font-weight: bold;
  font-size: 1.15em;
  background: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #2E7A4E;
}

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

.page-blog-hk79bigwin-latest-promotions__faq-question::marker {
  display: none;
}

.page-blog-hk79bigwin-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-hk79bigwin-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hk79bigwin-latest-promotions__faq-item[open] .page-blog-hk79bigwin-latest-promotions__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-hk79bigwin-latest-promotions__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  background: #11271B; /* Card BG */
}

.page-blog-hk79bigwin-latest-promotions__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hk79bigwin-latest-promotions__faq-answer a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-blog-hk79bigwin-latest-promotions__faq-answer a:hover {
  color: #2AD16F;
}

/* Conclusion Section */
.page-blog-hk79bigwin-latest-promotions__conclusion-section {
  text-align: center;
  padding-bottom: 60px;
}

.page-blog-hk79bigwin-latest-promotions__cta-final {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-hk79bigwin-latest-promotions__hero-content {
    margin-top: -60px;
  }

  .page-blog-hk79bigwin-latest-promotions__main-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-hk79bigwin-latest-promotions__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-hk79bigwin-latest-promotions__hero-content {
    margin-top: -40px;
    padding: 15px;
  }

  .page-blog-hk79bigwin-latest-promotions__main-title {
    font-size: 2em;
  }

  .page-blog-hk79bigwin-latest-promotions__hero-description {
    font-size: 1em;
  }

  .page-blog-hk79bigwin-latest-promotions__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-hk79bigwin-latest-promotions__promo-grid,
  .page-blog-hk79bigwin-latest-promotions__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hk79bigwin-latest-promotions__btn-primary,
  .page-blog-hk79bigwin-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hk79bigwin-latest-promotions__cta-wrapper,
  .page-blog-hk79bigwin-latest-promotions__cta-final {
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-blog-hk79bigwin-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hk79bigwin-latest-promotions__section,
  .page-blog-hk79bigwin-latest-promotions__card,
  .page-blog-hk79bigwin-latest-promotions__container,
  .page-blog-hk79bigwin-latest-promotions__hero-section,
  .page-blog-hk79bigwin-latest-promotions__introduction-section,
  .page-blog-hk79bigwin-latest-promotions__promo-types-section,
  .page-blog-hk79bigwin-latest-promotions__guide-section,
  .page-blog-hk79bigwin-latest-promotions__tips-section,
  .page-blog-hk79bigwin-latest-promotions__faq-section,
  .page-blog-hk79bigwin-latest-promotions__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-hk79bigwin-latest-promotions__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-hk79bigwin-latest-promotions__video-section {
    padding-top: 10px !important;
  }

  .page-blog-hk79bigwin-latest-promotions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-hk79bigwin-latest-promotions__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-hk79bigwin-latest-promotions__main-title {
    font-size: 1.8em;
  }

  .page-blog-hk79bigwin-latest-promotions__section-title {
    font-size: 1.8em;
  }

  .page-blog-hk79bigwin-latest-promotions__hero-content {
    margin-top: -30px;
  }
}