.page-resources-download-sunwin-android-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #FFFFFF; /* Body background color from shared.css */
}

.page-resources-download-sunwin-android-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* Color Contrast Fixes based on body background */
.page-resources-download-sunwin-android-guide__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-download-sunwin-android-guide__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

/* Hero Section */
.page-resources-download-sunwin-android-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #017439, #005a2d);
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-download-sunwin-android-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-download-sunwin-android-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-download-sunwin-android-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-download-sunwin-android-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-download-sunwin-android-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Use custom font color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-download-sunwin-android-guide__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFFFFF;
}

/* General Section Styling */
.page-resources-download-sunwin-android-guide__section {
  padding: 80px 0;
}

.page-resources-download-sunwin-android-guide__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__section-description {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

/* Introduction Section */
.page-resources-download-sunwin-android-guide__introduction .page-resources-download-sunwin-android-guide__section-title {
  color: #017439;
}

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

.page-resources-download-sunwin-android-guide__feature-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-download-sunwin-android-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-download-sunwin-android-guide__feature-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__feature-text {
  color: #555555;
  font-size: 1em;
}

/* Download Guide Section */
.page-resources-download-sunwin-android-guide__download-guide .page-resources-download-sunwin-android-guide__section-title,
.page-resources-download-sunwin-android-guide__download-guide .page-resources-download-sunwin-android-guide__section-description {
  color: #FFFFFF;
}

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

.page-resources-download-sunwin-android-guide__step-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-download-sunwin-android-guide__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFFF00; /* Register/Login font color for numbers */
  color: #017439; /* Primary color for text on yellow background */
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-download-sunwin-android-guide__step-title {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__step-text {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-download-sunwin-android-guide__image-wrapper {
  margin: 50px auto;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-download-sunwin-android-guide__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* App Features Section */
.page-resources-download-sunwin-android-guide__features .page-resources-download-sunwin-android-guide__section-title {
  color: #017439;
}

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

.page-resources-download-sunwin-android-guide__card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-resources-download-sunwin-android-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-download-sunwin-android-guide__card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}

.page-resources-download-sunwin-android-guide__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__card-text {
  color: #555555;
  font-size: 1em;
}

/* Troubleshooting Section */
.page-resources-download-sunwin-android-guide__troubleshooting .page-resources-download-sunwin-android-guide__section-title,
.page-resources-download-sunwin-android-guide__troubleshooting .page-resources-download-sunwin-android-guide__section-description {
  color: #FFFFFF;
}

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

.page-resources-download-sunwin-android-guide__trouble-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  color: #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-download-sunwin-android-guide__trouble-title {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__trouble-item ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

.page-resources-download-sunwin-android-guide__trouble-item li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-resources-download-sunwin-android-guide__contact-support-text {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.1em;
  margin-top: 50px;
}

/* Security Section */
.page-resources-download-sunwin-android-guide__security .page-resources-download-sunwin-android-guide__section-title {
  color: #017439;
}

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

.page-resources-download-sunwin-android-guide__security-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-download-sunwin-android-guide__security-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-download-sunwin-android-guide__security-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-download-sunwin-android-guide__security-text {
  color: #555555;
  font-size: 1em;
}

/* FAQ Section */
.page-resources-download-sunwin-android-guide__faq-section .page-resources-download-sunwin-android-guide__section-title,
.page-resources-download-sunwin-android-guide__faq-section .page-resources-download-sunwin-android-guide__section-description {
  color: #FFFFFF;
}

.page-resources-download-sunwin-android-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-download-sunwin-android-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-download-sunwin-android-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  background: #f9f9f9;
  color: #333333;
}

.page-resources-download-sunwin-android-guide__faq-item.active .page-resources-download-sunwin-android-guide__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  border-radius: 0 0 5px 5px;
}

.page-resources-download-sunwin-android-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #333333;
}

.page-resources-download-sunwin-android-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-download-sunwin-android-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-download-sunwin-android-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #017439;
}

.page-resources-download-sunwin-android-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-download-sunwin-android-guide__faq-item.active .page-resources-download-sunwin-android-guide__faq-toggle {
  color: #333;
}

/* Conclusion Section */
.page-resources-download-sunwin-android-guide__conclusion .page-resources-download-sunwin-android-guide__section-title {
  color: #017439;
}

/* CTA Button Styling */
.page-resources-download-sunwin-android-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808; /* Login/Register button color */
  color: #FFFF00; /* Login/Register font color */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-resources-download-sunwin-android-guide__cta-button:hover {
  background: #a30606; /* Slightly darker red on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-download-sunwin-android-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-download-sunwin-android-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-download-sunwin-android-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-download-sunwin-android-guide__hero-image img {
    border-radius: 4px;
  }

  .page-resources-download-sunwin-android-guide__section {
    padding: 60px 0;
  }

  .page-resources-download-sunwin-android-guide__section-title {
    font-size: 2em;
  }

  .page-resources-download-sunwin-android-guide__section-description {
    font-size: 0.95em;
  }

  .page-resources-download-sunwin-android-guide__container {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Images responsive */
  .page-resources-download-sunwin-android-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-download-sunwin-android-guide__image-wrapper {
    margin: 30px auto;
  }

  .page-resources-download-sunwin-android-guide__card img {
    
  }

  /* Buttons responsive */
  .page-resources-download-sunwin-android-guide__cta-button,
  .page-resources-download-sunwin-android-guide__btn-primary,
  .page-resources-download-sunwin-android-guide__btn-secondary,
  .page-resources-download-sunwin-android-guide a[class*="button"],
  .page-resources-download-sunwin-android-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 20px;
  }

  .page-resources-download-sunwin-android-guide__cta-buttons,
  .page-resources-download-sunwin-android-guide__button-group,
  .page-resources-download-sunwin-android-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-download-sunwin-android-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-resources-download-sunwin-android-guide__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-resources-download-sunwin-android-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-resources-download-sunwin-android-guide__faq-answer {
    padding: 0 15px;
  }
  
  .page-resources-download-sunwin-android-guide__faq-item.active .page-resources-download-sunwin-android-guide__faq-answer {
    padding: 15px !important;
  }
}