/* style/blog-latest-vn138m-promotions-analysis.css */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-card-bg: #11271B;
  --page-background: #08160F;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green: #0A4B2C;
}

.page-blog-latest-vn138m-promotions-analysis {
  color: var(--page-text-main); /* Assuming body background is dark from shared.css */
  background-color: var(--page-background);
}

.page-blog-latest-vn138m-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles padding-top, this is for visual spacing */
  overflow: hidden;
  background-color: var(--page-deep-green);
}

.page-blog-latest-vn138m-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-latest-vn138m-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px;
}

.page-blog-latest-vn138m-promotions-analysis__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  background: rgba(8, 22, 15, 0.85); /* Semi-transparent dark background for text readability */
  border-radius: 10px;
  margin-top: -80px; /* Overlap slightly with image for visual flow */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-latest-vn138m-promotions-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--page-text-main);
  margin-bottom: 15px;
  font-size: clamp(2rem, 4vw, 3.2rem); /* Responsive font size for H1 */
}

.page-blog-latest-vn138m-promotions-analysis__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--page-text-secondary);
  margin-bottom: 30px;
}

.page-blog-latest-vn138m-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-latest-vn138m-promotions-analysis__cta-buttons--centered {
  margin-top: 30px;
}

.page-blog-latest-vn138m-promotions-analysis__btn-primary,
.page-blog-latest-vn138m-promotions-analysis__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-latest-vn138m-promotions-analysis__btn-primary {
  background: var(--page-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-latest-vn138m-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px var(--page-glow-color);
}

.page-blog-latest-vn138m-promotions-analysis__btn-secondary {
  background: transparent;
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-latest-vn138m-promotions-analysis__btn-secondary:hover {
  background: rgba(17, 168, 78, 0.1);
  color: var(--page-glow-color);
  border-color: var(--page-glow-color);
}

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

.page-blog-latest-vn138m-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--page-gold-color);
  text-align: center;
  margin-bottom: 25px;
  padding-top: 40px;
}

.page-blog-latest-vn138m-promotions-analysis__section-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--page-text-secondary);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-blog-latest-vn138m-promotions-analysis__overview-section {
  padding: 60px 0;
  background-color: var(--page-background);
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__overview-text {
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: var(--page-text-secondary);
}

.page-blog-latest-vn138m-promotions-analysis__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-vn138m-promotions-analysis__promotions-section {
  padding: 60px 0;
  background-color: #ffffff; /* Use white background for light-bg section */
  color: #333333; /* Dark text on light background */
}

.page-blog-latest-vn138m-promotions-analysis__promotions-section .page-blog-latest-vn138m-promotions-analysis__section-title {
  color: var(--page-primary-color);
}

.page-blog-latest-vn138m-promotions-analysis__promotions-section .page-blog-latest-vn138m-promotions-analysis__section-description {
  color: #555555;
}

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

.page-blog-latest-vn138m-promotions-analysis__card {
  background-color: var(--page-card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-vn138m-promotions-analysis__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-latest-vn138m-promotions-analysis__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--page-gold-color);
}

.page-blog-latest-vn138m-promotions-analysis__card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--page-text-secondary);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-latest-vn138m-promotions-analysis__btn-text-link {
  color: var(--page-primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  align-self: flex-start;
}

.page-blog-latest-vn138m-promotions-analysis__btn-text-link:hover {
  color: var(--page-gold-color);
}

.page-blog-latest-vn138m-promotions-analysis__terms-section {
  padding: 60px 0;
  background-color: var(--page-deep-green);
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__terms-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-latest-vn138m-promotions-analysis__terms-list li {
  background-color: rgba(17, 168, 78, 0.1);
  border-left: 4px solid var(--page-primary-color);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--page-text-secondary);
}

.page-blog-latest-vn138m-promotions-analysis__terms-list li strong {
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__access-guide-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-latest-vn138m-promotions-analysis__access-guide-section .page-blog-latest-vn138m-promotions-analysis__section-title {
  color: var(--page-primary-color);
}

.page-blog-latest-vn138m-promotions-analysis__access-guide-section .page-blog-latest-vn138m-promotions-analysis__section-description {
  color: #555555;
}

.page-blog-latest-vn138m-promotions-analysis__guide-list {
  list-style-type: decimal;
  padding-left: 25px;
  max-width: 800px;
  margin: 40px auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #444444;
}

.page-blog-latest-vn138m-promotions-analysis__guide-list li {
  margin-bottom: 15px;
}

.page-blog-latest-vn138m-promotions-analysis__guide-list li strong {
  color: var(--page-primary-color);
}

.page-blog-latest-vn138m-promotions-analysis__faq-section {
  padding: 60px 0;
  background-color: var(--page-background);
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-latest-vn138m-promotions-analysis__faq-item {
  background-color: var(--page-card-bg);
  border: 1px solid var(--page-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--page-text-main);
}

.page-blog-latest-vn138m-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--page-text-main);
  transition: background-color 0.3s ease;
}

.page-blog-latest-vn138m-promotions-analysis__faq-question:hover {
  background-color: rgba(var(--page-primary-color), 0.1);
}

.page-blog-latest-vn138m-promotions-analysis__faq-item[open] .page-blog-latest-vn138m-promotions-analysis__faq-question {
  background-color: var(--page-deep-green);
}

.page-blog-latest-vn138m-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--page-gold-color);
}

.page-blog-latest-vn138m-promotions-analysis__faq-item[open] .page-blog-latest-vn138m-promotions-analysis__faq-toggle {
  color: #ffffff;
}

.page-blog-latest-vn138m-promotions-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--page-text-secondary);
}

.page-blog-latest-vn138m-promotions-analysis__faq-answer p {
  margin: 0;
}

.page-blog-latest-vn138m-promotions-analysis__conclusion-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}

.page-blog-latest-vn138m-promotions-analysis__conclusion-section .page-blog-latest-vn138m-promotions-analysis__section-title {
  color: var(--page-primary-color);
}

.page-blog-latest-vn138m-promotions-analysis__conclusion-section .page-blog-latest-vn138m-promotions-analysis__section-description {
  color: #555555;
  margin-bottom: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-latest-vn138m-promotions-analysis__hero-content {
    margin-top: -60px;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-latest-vn138m-promotions-analysis__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
  }
  
  .page-blog-latest-vn138m-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-latest-vn138m-promotions-analysis__hero-description {
    font-size: 1rem;
  }

  .page-blog-latest-vn138m-promotions-analysis__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .page-blog-latest-vn138m-promotions-analysis__section-description,
  .page-blog-latest-vn138m-promotions-analysis__overview-text,
  .page-blog-latest-vn138m-promotions-analysis__card-text,
  .page-blog-latest-vn138m-promotions-analysis__terms-list li,
  .page-blog-latest-vn138m-promotions-analysis__guide-list li,
  .page-blog-latest-vn138m-promotions-analysis__faq-answer p {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-latest-vn138m-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-latest-vn138m-promotions-analysis__btn-primary,
  .page-blog-latest-vn138m-promotions-analysis__btn-secondary {
    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-latest-vn138m-promotions-analysis__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile image and video responsiveness */
  .page-blog-latest-vn138m-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-latest-vn138m-promotions-analysis video,
  .page-blog-latest-vn138m-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-latest-vn138m-promotions-analysis__section,
  .page-blog-latest-vn138m-promotions-analysis__card,
  .page-blog-latest-vn138m-promotions-analysis__container,
  .page-blog-latest-vn138m-promotions-analysis__video-section,
  .page-blog-latest-vn138m-promotions-analysis__video-container,
  .page-blog-latest-vn138m-promotions-analysis__video-wrapper,
  .page-blog-latest-vn138m-promotions-analysis__cta-buttons,
  .page-blog-latest-vn138m-promotions-analysis__button-group,
  .page-blog-latest-vn138m-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-latest-vn138m-promotions-analysis__hero-section,
  .page-blog-latest-vn138m-promotions-analysis__overview-section,
  .page-blog-latest-vn138m-promotions-analysis__promotions-section,
  .page-blog-latest-vn138m-promotions-analysis__terms-section,
  .page-blog-latest-vn138m-promotions-analysis__access-guide-section,
  .page-blog-latest-vn138m-promotions-analysis__faq-section,
  .page-blog-latest-vn138m-promotions-analysis__conclusion-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-latest-vn138m-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
}