.page-resources-nhatvip-secure-download-notes {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text should be light */
  background-color: #000000; /* Assuming body background from shared.css is #000000 */
}

.page-resources-nhatvip-secure-download-notes__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-nhatvip-secure-download-notes__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-nhatvip-secure-download-notes__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-nhatvip-secure-download-notes__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-nhatvip-secure-download-notes__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-nhatvip-secure-download-notes__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-nhatvip-secure-download-notes__description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-nhatvip-secure-download-notes__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-nhatvip-secure-download-notes__btn-primary,
.page-resources-nhatvip-secure-download-notes__btn-secondary,
.page-resources-nhatvip-secure-download-notes__link-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-nhatvip-secure-download-notes__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-nhatvip-secure-download-notes__btn-primary:hover {
  background-color: #d16b05;
}

.page-resources-nhatvip-secure-download-notes__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-nhatvip-secure-download-notes__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #208bc4;
}

.page-resources-nhatvip-secure-download-notes__link-button {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-nhatvip-secure-download-notes__link-button:hover {
  background-color: #208bc4;
}

.page-resources-nhatvip-secure-download-notes__content-section {
  padding: 60px 0;
}

.page-resources-nhatvip-secure-download-notes__section-title {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-resources-nhatvip-secure-download-notes__content-section p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-nhatvip-secure-download-notes__risk-list,
.page-resources-nhatvip-secure-download-notes__os-list,
.page-resources-nhatvip-secure-download-notes__install-steps,
.page-resources-nhatvip-secure-download-notes__integrity-check-list,
.page-resources-nhatvip-secure-download-notes__security-tips-list,
.page-resources-nhatvip-secure-download-notes__benefits-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-nhatvip-secure-download-notes__list-item {
  margin-bottom: 10px;
}

.page-resources-nhatvip-secure-download-notes__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-nhatvip-secure-download-notes__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-nhatvip-secure-download-notes__card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  color: #333333;
}

.page-resources-nhatvip-secure-download-notes__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-nhatvip-secure-download-notes__sub-title {
  font-size: 1.2em;
  color: #26A9E0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-nhatvip-secure-download-notes__link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-nhatvip-secure-download-notes__link:hover {
  color: #EA7C07;
}

.page-resources-nhatvip-secure-download-notes__faq-list {
  margin-top: 40px;
}

.page-resources-nhatvip-secure-download-notes__faq-item {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-nhatvip-secure-download-notes__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: #e9ecef;
  color: #26A9E0;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-resources-nhatvip-secure-download-notes__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-nhatvip-secure-download-notes__faq-question:hover {
  background-color: #dee2e6;
}

.page-resources-nhatvip-secure-download-notes__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-resources-nhatvip-secure-download-notes__faq-item[open] .page-resources-nhatvip-secure-download-notes__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-nhatvip-secure-download-notes__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  border-top: 1px solid #e0e0e0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-resources-nhatvip-secure-download-notes__hero-section {
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important;
    min-height: 400px;
  }

  .page-resources-nhatvip-secure-download-notes__main-title {
    font-size: 2em;
  }

  .page-resources-nhatvip-secure-download-notes__description {
    font-size: 1em;
  }

  .page-resources-nhatvip-secure-download-notes__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-nhatvip-secure-download-notes__btn-primary,
  .page-resources-nhatvip-secure-download-notes__btn-secondary,
  .page-resources-nhatvip-secure-download-notes__link-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-nhatvip-secure-download-notes__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-nhatvip-secure-download-notes__content-section {
    padding: 40px 0;
  }

  .page-resources-nhatvip-secure-download-notes__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .page-resources-nhatvip-secure-download-notes p,
  .page-resources-nhatvip-secure-download-notes li {
    font-size: 1em;
  }

  .page-resources-nhatvip-secure-download-notes__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto;
  }

  .page-resources-nhatvip-secure-download-notes__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-nhatvip-secure-download-notes__card {
    padding: 20px;
  }

  .page-resources-nhatvip-secure-download-notes__card-title {
    font-size: 1.3em;
  }

  .page-resources-nhatvip-secure-download-notes__sub-title {
    font-size: 1.1em;
  }

  .page-resources-nhatvip-secure-download-notes__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-nhatvip-secure-download-notes__faq-answer {
    padding: 10px 20px 15px;
  }
}