.page-resources-how-to-analyze-lo-100-ngay-data {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css */
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-section {
  position: relative;
  padding: 80px 20px; /* Adjust padding as needed */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a2e 0%, #26A9E0 100%); /* Blend with brand color */
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-title {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-how-to-analyze-lo-100-ngay-data__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-resources-how-to-analyze-lo-100-ngay-data__content-section {
  padding: 60px 20px;
  background-color: #1a1a2e; /* Dark background matching body */
  color: #ffffff;
}

.page-resources-how-to-analyze-lo-100-ngay-data__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-resources-how-to-analyze-lo-100-ngay-data__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-analyze-lo-100-ngay-data__sub-section-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #26A9E0;
  padding-left: 15px;
}

.page-resources-how-to-analyze-lo-100-ngay-data__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-analyze-lo-100-ngay-data__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.page-resources-how-to-analyze-lo-100-ngay-data__btn-primary,
.page-resources-how-to-analyze-lo-100-ngay-data__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-analyze-lo-100-ngay-data__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__btn-primary:hover {
  background: #1e87bb;
  border-color: #1e87bb;
}

.page-resources-how-to-analyze-lo-100-ngay-data__btn-secondary {
  background: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-analyze-lo-100-ngay-data__cta-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}

/* FAQ Section */
.page-resources-how-to-analyze-lo-100-ngay-data__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-question:hover {
  background: rgba(255, 255, 255, 0.12);
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-item.active .page-resources-how-to-analyze-lo-100-ngay-data__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-item.active .page-resources-how-to-analyze-lo-100-ngay-data__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-how-to-analyze-lo-100-ngay-data__faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-analyze-lo-100-ngay-data__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__section-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__sub-section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-analyze-lo-100-ngay-data {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__content-section {
    padding: 40px 15px;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__container,
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-list {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__sub-section-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__paragraph,
  .page-resources-how-to-analyze-lo-100-ngay-data__list-item,
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-question h3,
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-answer p {
    font-size: 1em;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__btn-primary,
  .page-resources-how-to-analyze-lo-100-ngay-data__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin: 5px 0;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__cta-bottom {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-question {
    padding: 15px 20px;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-answer {
    padding: 0 20px;
  }
  .page-resources-how-to-analyze-lo-100-ngay-data__faq-item.active .page-resources-how-to-analyze-lo-100-ngay-data__faq-answer {
    padding: 10px 20px;
  }
}