/* style/blog-87win-khuyen-mai-latest-promotions.css */

/* General Styles - Based on dark background, use light text */
.page-blog-87win-khuyen-mai-latest-promotions {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

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

.page-blog-87win-khuyen-mai-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F;
}

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

.page-blog-87win-khuyen-mai-latest-promotions__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly for visual flow */
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: relative;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-87win-khuyen-mai-latest-promotions__hero-title {
  font-size: clamp(2em, 4vw, 3em);
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

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

.page-blog-87win-khuyen-mai-latest-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-87win-khuyen-mai-latest-promotions__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-87win-khuyen-mai-latest-promotions__cta-button--secondary {
  background: none;
  border: 2px solid #2E7A4E; /* Border */
  color: #A7D9B8; /* Text Secondary */
  margin-left: 15px;
}

.page-blog-87win-khuyen-mai-latest-promotions__cta-button--secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Border color with opacity */
  color: #F2FFF6;
}

.page-blog-87win-khuyen-mai-latest-promotions__introduction-section,
.page-blog-87win-khuyen-mai-latest-promotions__how-to-maximize-section,
.page-blog-87win-khuyen-mai-latest-promotions__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-87win-khuyen-mai-latest-promotions__dark-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-87win-khuyen-mai-latest-promotions__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2C14E; /* Gold */
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-87win-khuyen-mai-latest-promotions__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-87win-khuyen-mai-latest-promotions__promotions-overview-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  text-align: center;
}

.page-blog-87win-khuyen-mai-latest-promotions__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-87win-khuyen-mai-latest-promotions__card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #1E3A2A; /* Divider */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F2FFF6;
}

.page-blog-87win-khuyen-mai-latest-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-87win-khuyen-mai-latest-promotions__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-87win-khuyen-mai-latest-promotions__card-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-87win-khuyen-mai-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-87win-khuyen-mai-latest-promotions__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

.page-blog-87win-khuyen-mai-latest-promotions__bullet-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 900px;
  text-align: left;
}

.page-blog-87win-khuyen-mai-latest-promotions__bullet-list li {
  background-color: #11271B; /* Card B G */
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #1E3A2A; /* Divider */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-blog-87win-khuyen-mai-latest-promotions__list-item-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-87win-khuyen-mai-latest-promotions__list-item-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-87win-khuyen-mai-latest-promotions__cta-button--centered {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-87win-khuyen-mai-latest-promotions__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  text-align: center;
}

.page-blog-87win-khuyen-mai-latest-promotions__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-blog-87win-khuyen-mai-latest-promotions__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #1E3A2A; /* Divider */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-87win-khuyen-mai-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  list-style: none;
}

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

.page-blog-87win-khuyen-mai-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-87win-khuyen-mai-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

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

.page-blog-87win-khuyen-mai-latest-promotions__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-87win-khuyen-mai-latest-promotions__call-to-action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-87win-khuyen-mai-latest-promotions__video-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
}

.page-blog-87win-khuyen-mai-latest-promotions__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin-top: 40px;
  width: 100%; /* Ensure desktop width is 100% with max-width */
}

.page-blog-87win-khuyen-mai-latest-promotions__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-blog-87win-khuyen-mai-latest-promotions__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-blog-87win-khuyen-mai-latest-promotions__video-caption {
  margin-top: 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-87win-khuyen-mai-latest-promotions__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__hero-title {
    font-size: clamp(1.8em, 4.5vw, 2.5em);
  }

  .page-blog-87win-khuyen-mai-latest-promotions__section-title {
    font-size: clamp(1.6em, 3.8vw, 2.2em);
  }

  .page-blog-87win-khuyen-mai-latest-promotions__promotion-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-87win-khuyen-mai-latest-promotions {
    font-size: 15px;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__hero-content {
    margin-top: -40px;
    padding: 20px 10px;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__hero-title {
    font-size: clamp(1.5em, 5vw, 2em);
  }

  .page-blog-87win-khuyen-mai-latest-promotions__hero-description {
    font-size: 1em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__cta-button,
  .page-blog-87win-khuyen-mai-latest-promotions__cta-button--secondary {
    padding: 12px 25px;
    font-size: 0.95em;
    margin-left: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__call-to-action {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__section-title {
    font-size: clamp(1.4em, 4.5vw, 2em);
  }

  .page-blog-87win-khuyen-mai-latest-promotions__text-block {
    font-size: 0.95em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__promotion-cards {
    grid-template-columns: 1fr;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__card-title {
    font-size: 1.3em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__card-description {
    font-size: 0.9em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__card-button {
    padding: 10px 15px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__bullet-list li {
    padding: 20px;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__list-item-title {
    font-size: 1.1em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__list-item-description {
    font-size: 0.9em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.9em;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__hero-image,
  .page-blog-87win-khuyen-mai-latest-promotions__card-image,
  .page-blog-87win-khuyen-mai-latest-promotions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__introduction-section,
  .page-blog-87win-khuyen-mai-latest-promotions__promotions-overview-section,
  .page-blog-87win-khuyen-mai-latest-promotions__how-to-maximize-section,
  .page-blog-87win-khuyen-mai-latest-promotions__faq-section,
  .page-blog-87win-khuyen-mai-latest-promotions__conclusion-section,
  .page-blog-87win-khuyen-mai-latest-promotions__video-section {
    padding: 40px 0;
  }

  .page-blog-87win-khuyen-mai-latest-promotions__container,
  .page-blog-87win-khuyen-mai-latest-promotions__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-87win-khuyen-mai-latest-promotions__video-section {
    padding-top: 10px !important; /* body đã có padding-top */
  }
}