.page-resources-sunwin-vn-download-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* body background is handled by shared.css */
}

.page-resources-sunwin-vn-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sunwin-vn-download-guide__dark-bg {
  background-color: rgba(139, 0, 0, 0.2); /* Subtle dark red overlay for contrast */
  color: #ffffff;
}

.page-resources-sunwin-vn-download-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure spacing from fixed header */
  background-color: #1a1a1a; /* Fallback background for hero */
}

.page-resources-sunwin-vn-download-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background-color: #8B0000; /* Dark overlay for image */
}

.page-resources-sunwin-vn-download-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-sunwin-vn-download-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  padding: 30px;
  border-radius: 10px;
}

.page-resources-sunwin-vn-download-guide__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-sunwin-vn-download-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-sunwin-vn-download-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-sunwin-vn-download-guide__content-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark for content sections */
  color: #ffffff;
}

.page-resources-sunwin-vn-download-guide__content-section:nth-child(even) {
  background-color: rgba(139, 0, 0, 0.2); /* Use auxiliary color as a subtle background for alternating sections */
}

.page-resources-sunwin-vn-download-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sunwin-vn-download-guide__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-sunwin-vn-download-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-sunwin-vn-download-guide__content-image {
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%; /* Ensures image responsiveness */
  height: auto; /* Ensures image responsiveness */
}

.page-resources-sunwin-vn-download-guide__feature-list,
.page-resources-sunwin-vn-download-guide__troubleshoot-list,
.page-resources-sunwin-vn-download-guide__ordered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-sunwin-vn-download-guide__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
}

.page-resources-sunwin-vn-download-guide__list-item strong {
  color: #FFD700;
}

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

.page-resources-sunwin-vn-download-guide__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #8B0000;
}

.page-resources-sunwin-vn-download-guide__step-title {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-resources-sunwin-vn-download-guide__step-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-sunwin-vn-download-guide__note {
  font-style: italic;
  color: #FFD700;
  background-color: rgba(139, 0, 0, 0.3);
  padding: 15px;
  border-radius: 8px;
  margin-top: 30px;
}

.page-resources-sunwin-vn-download-guide__method-section {
  margin-top: 40px;
}

.page-resources-sunwin-vn-download-guide__method-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sunwin-vn-download-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sunwin-vn-download-guide__card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 5px solid #FFD700;
  color: #ffffff;
}

.page-resources-sunwin-vn-download-guide__card-title {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}