/* style/blog-68win14-nhacai-latest-promotions-analysis.css */

/* Biến CSS cho màu sắc */
:root {
  --color-primary: #11A84E;
  --color-secondary: #22C768;
  --color-button-gradient-start: #2AD16F;
  --color-button-gradient-end: #13994A;
  --color-card-bg: #11271B;
  --color-background: #08160F;
  --color-text-main: #F2FFF6;
  --color-text-secondary: #A7D9B8;
  --color-border: #2E7A4E;
  --color-glow: #57E38D;
  --color-gold: #F2C14E;
  --color-divider: #1E3A2A;
  --color-deep-green: #0A4B2C;
  --color-text-dark: #333333;
  --color-text-light: #ffffff;
}

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-68win14-nhacai-latest-promotions-analysis {
  background-color: var(--color-background);
  color: var(--color-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-68win14-nhacai-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin: 20px;
  color: var(--color-text-light);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: var(--color-gold);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__hero-description {
  font-size: 1.2em;
  color: var(--color-text-main);
  margin-bottom: 30px;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
  color: var(--color-text-light);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(var(--color-glow), 0.4);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-button--secondary {
  background: var(--color-card-bg);
  color: var(--color-text-main);
  border: 2px solid var(--color-border);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-button--secondary:hover {
  background: var(--color-border);
  color: var(--color-text-light);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--color-background);
  color: var(--color-text-main);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: var(--color-gold);
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__content-area h3 {
  font-size: 1.5em;
  color: var(--color-secondary);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__content-area p {
  margin-bottom: 15px;
  color: var(--color-text-main);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__list {
  list-style: none;
  padding-left: 0;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__ordered-list {
  list-style: decimal;
  padding-left: 20px;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__list-item {
  margin-bottom: 20px;
  background-color: var(--color-card-bg);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__list-item p {
  color: var(--color-text-secondary);
  margin-bottom: 0;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__content-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

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

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: var(--color-text-main);
  background-color: var(--color-deep-green);
  border-bottom: 1px solid var(--color-divider);
  list-style: none; /* For details/summary */
}

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__faq-answer {
  padding: 15px 20px;
  color: var(--color-text-secondary);
  background-color: var(--color-card-bg);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: var(--color-deep-green);
  color: var(--color-text-main);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-section .page-blog-68win14-nhacai-latest-promotions-analysis__section-title {
  color: var(--color-gold);
  margin-top: 0;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__cta-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-68win14-nhacai-latest-promotions-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__main-title {
    font-size: clamp(1.8em, 4.5vw, 3em);
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__hero-description {
    font-size: 1.1em;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-68win14-nhacai-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__hero-image {
    max-height: 400px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__hero-content {
    padding: 20px 10px;
    margin: 10px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__cta-button,
  .page-blog-68win14-nhacai-latest-promotions-analysis a[class*="button"],
  .page-blog-68win14-nhacai-latest-promotions-analysis a[class*="btn"] {
    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-68win14-nhacai-latest-promotions-analysis__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__content-area,
  .page-blog-68win14-nhacai-latest-promotions-analysis__cta-section {
    padding: 20px 15px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-top: 30px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__content-area h3 {
    font-size: 1.3em;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__list-item {
    padding: 15px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__faq-question {
    padding: 12px 15px;
  }

  .page-blog-68win14-nhacai-latest-promotions-analysis__faq-answer {
    padding: 12px 15px;
  }
  
  .page-blog-68win14-nhacai-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-68win14-nhacai-latest-promotions-analysis__section,
  .page-blog-68win14-nhacai-latest-promotions-analysis__card,
  .page-blog-68win14-nhacai-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-68win14-nhacai-latest-promotions-analysis__video-section { /* Not used in this page, but as a safeguard */
    padding-top: 10px !important;
  }
}

/* Color contrast and specific background/text colors */
.page-blog-68win14-nhacai-latest-promotions-analysis__dark-bg {
  background-color: var(--color-background);
  color: var(--color-text-main);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__light-bg {
  background-color: var(--color-background);
  color: var(--color-text-main);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__card {
  background-color: var(--color-card-bg);
  color: var(--color-text-main);
  border: 1px solid var(--color-border);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
  color: var(--color-text-light);
  border: 2px solid transparent;
}

.page-blog-68win14-nhacai-latest-promotions-analysis__btn-secondary {
  background: var(--color-card-bg);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.page-blog-68win14-nhacai-latest-promotions-analysis__btn-secondary:hover {
  background: var(--color-border);
  color: var(--color-text-light);
}