.page-resources-nh88-app-download-install-tutorial {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A1931;
  line-height: 1.6;
}

.page-resources-nh88-app-download-install-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nh88-app-download-install-tutorial__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #1A305A 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-nh88-app-download-install-tutorial__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_background_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-nh88-app-download-install-tutorial__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-nh88-app-download-install-tutorial__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-nh88-app-download-install-tutorial__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-resources-nh88-app-download-install-tutorial__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-nh88-app-download-install-tutorial__btn--primary {
  background-color: #FFD700;
  color: #0A1931;
}

.page-resources-nh88-app-download-install-tutorial__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-nh88-app-download-install-tutorial__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-nh88-app-download-install-tutorial__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
}

.page-resources-nh88-app-download-install-tutorial__btn--block {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.page-resources-nh88-app-download-install-tutorial__content-section {
  padding: 60px 0;
  background-color: #0A1931;
}

.page-resources-nh88-app-download-install-tutorial__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-nh88-app-download-install-tutorial__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-nh88-app-download-install-tutorial__list,
.page-resources-nh88-app-download-install-tutorial__step-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-nh88-app-download-install-tutorial__list li {
  background: #1A305A;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 45px;
}

.page-resources-nh88-app-download-install-tutorial__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.page-resources-nh88-app-download-install-tutorial__step-list li {
  background: #1A305A;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-left: 60px;
  font-size: 1.1em;
}

.page-resources-nh88-app-download-install-tutorial__step-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #FFD700;
  color: #0A1931;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-nh88-app-download-install-tutorial__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-nh88-app-download-install-tutorial__content-section p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-resources-nh88-app-download-install-tutorial__content-section strong {
  color: #FFD700;
}

@media (max-width: 768px) {
  .page-resources-nh88-app-download-install-tutorial__main-title {
    font-size: 2.5em;
  }

  .page-resources-nh88-app-download-install-tutorial__subtitle {
    font-size: 1em;
  }

  .page-resources-nh88-app-download-install-tutorial__heading {
    font-size: 2em;
  }

  .page-resources-nh88-app-download-install-tutorial__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-nh88-app-download-install-tutorial__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-nh88-app-download-install-tutorial__main-title {
    font-size: 2em;
  }

  .page-resources-nh88-app-download-install-tutorial__heading {
    font-size: 1.8em;
  }

  .page-resources-nh88-app-download-install-tutorial__btn {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-nh88-app-download-install-tutorial__list li,
  .page-resources-nh88-app-download-install-tutorial__step-list li {
    padding-left: 50px;
    font-size: 1em;
  }

  .page-resources-nh88-app-download-install-tutorial__list li::before,
  .page-resources-nh88-app-download-install-tutorial__step-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1.1em;
  }
}