.page-blog-phan-tich-uu-dai-bq88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background);
}

.page-blog-phan-tich-uu-dai-bq88__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, var(--deep-green) 0%, var(--background) 100%);
  color: var(--text-main);
}

.page-blog-phan-tich-uu-dai-bq88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-phan-tich-uu-dai-bq88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-phan-tich-uu-dai-bq88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--gold);
}

.page-blog-phan-tich-uu-dai-bq88__intro-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-phan-tich-uu-dai-bq88__meta-info {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.page-blog-phan-tich-uu-dai-bq88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-phan-tich-uu-dai-bq88__article-cover-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-uu-dai-bq88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  position: relative;
  z-index: 1;
}

.page-blog-phan-tich-uu-dai-bq88__article-body {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-phan-tich-uu-dai-bq88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--main-color);
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 2px solid var(--divider);
  padding-bottom: 10px;
}

.page-blog-phan-tich-uu-dai-bq88__paragraph {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.page-blog-phan-tich-uu-dai-bq88__paragraph a {
  color: var(--glow);
  text-decoration: none;
  font-weight: 500;
}

.page-blog-phan-tich-uu-dai-bq88__paragraph a:hover {
  text-decoration: underline;
}

.page-blog-phan-tich-uu-dai-bq88__highlight {
  color: var(--glow);
  font-weight: 600;
}

.page-blog-phan-tich-uu-dai-bq88__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-phan-tich-uu-dai-bq88__offer-card {
  background-color: var(--card-b-g);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border);
}

.page-blog-phan-tich-uu-dai-bq88__offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-uu-dai-bq88__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-phan-tich-uu-dai-bq88__card-title {
  font-size: 1.5rem;
  color: var(--main-color);
  padding: 15px 20px 10px;
  font-weight: 600;
}

.page-blog-phan-tich-uu-dai-bq88__card-description {
  font-size: 1rem;
  color: var(--text-secondary);
  padding: 0 20px 20px;
}

.page-blog-phan-tich-uu-dai-bq88__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-phan-tich-uu-dai-bq88__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-phan-tich-uu-dai-bq88__list-item strong {
  color: var(--text-main);
}

.page-blog-phan-tich-uu-dai-bq88__list-item a {
  color: var(--glow);
  text-decoration: none;
  font-weight: 500;
}

.page-blog-phan-tich-uu-dai-bq88__list-item a:hover {
  text-decoration: underline;
}

.page-blog-phan-tich-uu-dai-bq88__cta-section {
  background: var(--card-b-g);
  border-radius: 12px;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
}

.page-blog-phan-tich-uu-dai-bq88__cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold);
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-phan-tich-uu-dai-bq88__cta-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-phan-tich-uu-dai-bq88__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-phan-tich-uu-dai-bq88__btn-primary,
.page-blog-phan-tich-uu-dai-bq88__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-phan-tich-uu-dai-bq88__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-phan-tich-uu-dai-bq88__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px var(--glow);
}

.page-blog-phan-tich-uu-dai-bq88__btn-secondary {
  background: var(--card-b-g);
  color: var(--main-color);
  border: 2px solid var(--main-color);
}

.page-blog-phan-tich-uu-dai-bq88__btn-secondary:hover {
  background: var(--main-color);
  color: #ffffff;
  box-shadow: 0 0 15px var(--main-color);
}

.page-blog-phan-tich-uu-dai-bq88__faq-section {
  margin-top: 50px;
}

.page-blog-phan-tich-uu-dai-bq88__faq-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-phan-tich-uu-dai-bq88__faq-item[open] {
  background-color: var(--deep-green);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-uu-dai-bq88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}

.page-blog-phan-tich-uu-dai-bq88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-phan-tich-uu-dai-bq88__faq-question:hover {
  color: var(--glow);
}

.page-blog-phan-tich-uu-dai-bq88__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-blog-phan-tich-uu-dai-bq88__faq-item[open] .page-blog-phan-tich-uu-dai-bq88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-phan-tich-uu-dai-bq88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.page-blog-phan-tich-uu-dai-bq88__faq-answer p {
  margin-bottom: 0;
}

.page-blog-phan-tich-uu-dai-bq88__faq-answer a {
  color: var(--glow);
  text-decoration: none;
  font-weight: 500;
}

.page-blog-phan-tich-uu-dai-bq88__faq-answer a:hover {
  text-decoration: underline;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-phan-tich-uu-dai-bq88__hero-container {
    padding: 30px 15px;
  }

  .page-blog-phan-tich-uu-dai-bq88__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-phan-tich-uu-dai-bq88__intro-text {
    font-size: 1rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__content-area {
    padding: 50px 15px;
  }

  .page-blog-phan-tich-uu-dai-bq88__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }

  .page-blog-phan-tich-uu-dai-bq88__offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .page-blog-phan-tich-uu-dai-bq88__card-image {
    height: 220px;
  }

  .page-blog-phan-tich-uu-dai-bq88__card-title {
    font-size: 1.3rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__cta-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }

  .page-blog-phan-tich-uu-dai-bq88__btn-primary,
  .page-blog-phan-tich-uu-dai-bq88__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-phan-tich-uu-dai-bq88__faq-answer {
    font-size: 1rem;
    padding: 0 20px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-phan-tich-uu-dai-bq88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-phan-tich-uu-dai-bq88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-blog-phan-tich-uu-dai-bq88__hero-content,
  .page-blog-phan-tich-uu-dai-bq88__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-blog-phan-tich-uu-dai-bq88__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    text-align: center;
  }

  .page-blog-phan-tich-uu-dai-bq88__intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-phan-tich-uu-dai-bq88__content-area {
    padding: 40px 15px;
    transform: translateY(-30px);
  }

  .page-blog-phan-tich-uu-dai-bq88__article-body {
    padding: 0 10px;
  }

  .page-blog-phan-tich-uu-dai-bq88__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-phan-tich-uu-dai-bq88__paragraph,
  .page-blog-phan-tich-uu-dai-bq88__list {
    font-size: 0.95rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-phan-tich-uu-dai-bq88__card-image {
    height: 200px;
  }

  .page-blog-phan-tich-uu-dai-bq88__card-title {
    font-size: 1.2rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__cta-section {
    padding: 30px 20px;
  }

  .page-blog-phan-tich-uu-dai-bq88__cta-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-phan-tich-uu-dai-bq88__cta-description {
    font-size: 1rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-phan-tich-uu-dai-bq88__btn-primary,
  .page-blog-phan-tich-uu-dai-bq88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
    font-size: 1rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__faq-question {
    font-size: 1rem;
    padding: 15px 18px;
  }

  .page-blog-phan-tich-uu-dai-bq88__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-phan-tich-uu-dai-bq88__faq-answer {
    font-size: 0.95rem;
    padding: 0 18px 15px;
  }

  /* Universal image and container responsive styles */
  .page-blog-phan-tich-uu-dai-bq88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-phan-tich-uu-dai-bq88__section,
  .page-blog-phan-tich-uu-dai-bq88__card,
  .page-blog-phan-tich-uu-dai-bq88__container,
  .page-blog-phan-tich-uu-dai-bq88__offer-card,
  .page-blog-phan-tich-uu-dai-bq88__cta-section,
  .page-blog-phan-tich-uu-dai-bq88__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-phan-tich-uu-dai-bq88__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0;
  }
}

/* Color contrast safety for body (assuming shared.css sets --background to #08160F) */
.page-blog-phan-tich-uu-dai-bq88 {
  color: var(--text-main); /* #F2FFF6 */
}

/* Card and container color contrast */
.page-blog-phan-tich-uu-dai-bq88__card,
.page-blog-phan-tich-uu-dai-bq88__offer-card,
.page-blog-phan-tich-uu-dai-bq88__cta-section,
.page-blog-phan-tich-uu-dai-bq88__faq-item {
  background-color: var(--card-b-g);
  color: var(--text-main);
}

/* Ensure strong text is visible */
.page-blog-phan-tich-uu-dai-bq88 strong {
  color: var(--text-main);
}

/* Links within content */
.page-blog-phan-tich-uu-dai-bq88 a {
  color: var(--glow);
}

/* Buttons use defined colors and ensure contrast */
.page-blog-phan-tich-uu-dai-bq88__btn-primary {
  color: #ffffff;
}

.page-blog-phan-tich-uu-dai-bq88__btn-secondary {
  color: var(--main-color);
}