.page-resources-69win-mobile-app-download-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-69win-mobile-app-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-69win-mobile-app-download-guide__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for background, ensuring text contrast */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-69win-mobile-app-download-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-69win-mobile-app-download-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffc107; /* Golden color for emphasis */
  position: relative;
  z-index: 2;
}

.page-resources-69win-mobile-app-download-guide__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.page-resources-69win-mobile-app-download-guide__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.page-resources-69win-mobile-app-download-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-69win-mobile-app-download-guide__btn--primary {
  background-color: #ffc107; /* Auxiliary color for primary button */
  color: #0056b3; /* Darker blue for text on golden background */
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-69win-mobile-app-download-guide__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-69win-mobile-app-download-guide__btn--secondary {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-resources-69win-mobile-app-download-guide__btn--secondary:hover {
  background-color: rgba(255, 193, 7, 0.1);
  transform: translateY(-2px);
}

.page-resources-69win-mobile-app-download-guide__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-69win-mobile-app-download-guide__hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.page-resources-69win-mobile-app-download-guide__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-69win-mobile-app-download-guide__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-69win-mobile-app-download-guide__subsection-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker blue for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-69win-mobile-app-download-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #495057;
}

.page-resources-69win-mobile-app-download-guide__feature-list,
.page-resources-69win-mobile-app-download-guide__bullet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-69win-mobile-app-download-guide__feature-list li,
.page-resources-69win-mobile-app-download-guide__bullet-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  color: #495057;
}

.page-resources-69win-mobile-app-download-guide__icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745; /* Green for success/checkmarks */
  font-size: 1.3em;
  line-height: 1.6;
}

.page-resources-69win-mobile-app-download-guide__step-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-69win-mobile-app-download-guide__step-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #495057;
}

.page-resources-69win-mobile-app-download-guide__step-list li strong {
  color: #007bff;
}

.page-resources-69win-mobile-app-download-guide__link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.page-resources-69win-mobile-app-download-guide__link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-resources-69win-mobile-app-download-guide__image-fullwidth {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-69win-mobile-app-download-guide__image-halfwidth {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-69win-mobile-app-download-guide__cta-block {
  background-color: #f0f8ff; /* Light blue background */
  border-left: 5px solid #007bff;
  padding: 30px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
}

.page-resources-69win-mobile-app-download-guide__cta-text {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-69win-mobile-app-download-guide__faq-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
}

.page-resources-69win-mobile-app-download-guide__faq-question {
  font-size: 1.2em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.page-resources-69win-mobile-app-download-guide__faq-answer {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 0;
}

.page-resources-69win-mobile-app-download-guide__final-cta-section {
  background-color: #007bff;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-resources-69win-mobile-app-download-guide__final-cta-section .page-resources-69win-mobile-app-download-guide__section-title {
  color: #ffc107;
}

.page-resources-69win-mobile-app-download-guide__final-cta-section .page-resources-69win-mobile-app-download-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-69win-mobile-app-download-guide__final-cta-section .page-resources-69win-mobile-app-download-guide__text-block {
  color: #e9ecef;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-69win-mobile-app-download-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-69win-mobile-app-download-guide__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-69win-mobile-app-download-guide__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-69win-mobile-app-download-guide__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-69win-mobile-app-download-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-69win-mobile-app-download-guide__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-69win-mobile-app-download-guide__text-block,
  .page-resources-69win-mobile-app-download-guide__feature-list li,
  .page-resources-69win-mobile-app-download-guide__bullet-list li,
  .page-resources-69win-mobile-app-download-guide__step-list li,
  .page-resources-69win-mobile-app-download-guide__faq-item p {
    font-size: 1em;
  }

  .page-resources-69win-mobile-app-download-guide__image-halfwidth {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-resources-69win-mobile-app-download-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-69win-mobile-app-download-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-69win-mobile-app-download-guide__btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-69win-mobile-app-download-guide__hero-image {
    margin-top: 20px;
  }

  .page-resources-69win-mobile-app-download-guide__section-title {
    font-size: 1.6em;
  }

  .page-resources-69win-mobile-app-download-guide__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-69win-mobile-app-download-guide__image-halfwidth {
    max-width: 95%;
  }
}