.page-download-center-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #ffffff;
}

.page-download-center-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-center-troubleshooting__hero {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-download-center-troubleshooting__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.page-download-center-troubleshooting__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-download-center-troubleshooting__cta-button {
  display: inline-block;
  background-color: #ff8400; /* Complementary to primary/secondary for emphasis */
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-download-center-troubleshooting__cta-button:hover {
  background-color: #e67600;
}

.page-download-center-troubleshooting__section {
  padding: 60px 0;
}

.page-download-center-troubleshooting__section:nth-of-type(even) {
  background-color: #f8f9fa;
}

.page-download-center-troubleshooting__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-download-center-troubleshooting__intro p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 15px;
  color: #444;
}

.page-download-center-troubleshooting__issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-download-center-troubleshooting__issue-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-download-center-troubleshooting__issue-card:hover {
  transform: translateY(-5px);
}

.page-download-center-troubleshooting__issue-card-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-download-center-troubleshooting__issue-card h4 {
  font-size: 1.2em;
  color: #28a745;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-download-center-troubleshooting__issue-card ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-download-center-troubleshooting__issue-card ul li {
  margin-bottom: 8px;
}

.page-download-center-troubleshooting__issue-card a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-download-center-troubleshooting__issue-card a:hover {
  text-decoration: underline;
}

.page-download-center-troubleshooting__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-download-center-troubleshooting__advanced-tips ul {
  list-style: decimal inside;
  max-width: 800px;
  margin: 0 auto 30px;
  padding-left: 0;
  font-size: 1.1em;
  color: #444;
}

.page-download-center-troubleshooting__advanced-tips ul li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.page-download-center-troubleshooting__contact-cta {
  text-align: center;
  margin-top: 40px;
  background-color: #e9f7ee; /* Light green background */
  padding: 30px;
  border-radius: 8px;
}

.page-download-center-troubleshooting__contact-cta p {
  font-size: 1.3em;
  color: #28a745;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-download-center-troubleshooting__benefits ul {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.page-download-center-troubleshooting__benefits ul li {
  background-color: #f0f8ff; /* Light blue background */
  border-left: 4px solid #007bff;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  color: #444;
}

.page-download-center-troubleshooting__benefits ul li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-download-center-troubleshooting__final-cta {
  text-align: center;
  margin-top: 60px;
  background-color: #007bff;
  color: #fff;
  padding: 50px;
  border-radius: 10px;
}

.page-download-center-troubleshooting__final-cta p {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #fff;
}

.page-download-center-troubleshooting__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-download-center-troubleshooting__faq {
  background-color: #f8f9fa;
}

.page-download-center-troubleshooting__faq-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-download-center-troubleshooting__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}

.page-download-center-troubleshooting__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
  color: #28a745;
}

.page-download-center-troubleshooting__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-download-center-troubleshooting__faq-answer {
  font-size: 1.05em;
  color: #555;
  display: none;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
}

.page-download-center-troubleshooting__faq-answer.active {
  display: block;
  padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-download-center-troubleshooting__title {
    font-size: 2.2em;
  }
  .page-download-center-troubleshooting__section-title {
    font-size: 1.8em;
  }
  .page-download-center-troubleshooting__issue-grid {
    grid-template-columns: 1fr;
  }
  .page-download-center-troubleshooting__benefits ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-download-center-troubleshooting__hero {
    padding: 60px 0;
  }
  .page-download-center-troubleshooting__title {
    font-size: 1.8em;
  }
  .page-download-center-troubleshooting__subtitle {
    font-size: 1em;
  }
  .page-download-center-troubleshooting__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-download-center-troubleshooting__section {
    padding: 40px 0;
  }
  .page-download-center-troubleshooting__section-title {
    font-size: 1.6em;
  }
  .page-download-center-troubleshooting__issue-card {
    padding: 20px;
  }
  .page-download-center-troubleshooting__issue-card-title {
    font-size: 1.3em;
  }
  .page-download-center-troubleshooting__issue-card h4 {
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__advanced-tips ul,
  .page-download-center-troubleshooting__benefits ul {
    margin-left: 0;
    padding-left: 20px; /* Adjust for smaller screens */
  }
  .page-download-center-troubleshooting__contact-cta p {
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__final-cta p {
    font-size: 1.2em;
  }
  .page-download-center-troubleshooting__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__faq-question {
    font-size: 1.1em;
  }
  .page-download-center-troubleshooting__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-download-center-troubleshooting__hero {
    padding: 40px 0;
  }
  .page-download-center-troubleshooting__title {
    font-size: 1.5em;
  }
  .page-download-center-troubleshooting__subtitle {
    font-size: 0.9em;
  }
  .page-download-center-troubleshooting__section-title {
    font-size: 1.4em;
  }
  .page-download-center-troubleshooting__contact-cta p {
    font-size: 1em;
  }
  .page-download-center-troubleshooting__final-cta p {
    font-size: 1em;
  }
  .page-download-center-troubleshooting__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}