.page-registration-login-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-registration-login-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-registration-login-troubleshooting__hero-section {
  background: linear-gradient(135deg, #0A2463, #3a5c96);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-registration-login-troubleshooting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-registration-login-troubleshooting__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-login-troubleshooting__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-registration-login-troubleshooting__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-registration-login-troubleshooting__cta-button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-right: 15px;
}

.page-registration-login-troubleshooting__cta-button--secondary:hover {
  background-color: #1a3c7c;
  border-color: #e6c200;
}

.page-registration-login-troubleshooting__cta-button--primary {
  background-color: #FFD700;
  color: #0A2463;
}

.page-registration-login-troubleshooting__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-registration-login-troubleshooting__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-registration-login-troubleshooting__section-title {
  font-size: 2.2em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-registration-login-troubleshooting__article {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-registration-login-troubleshooting__article:hover {
  transform: translateY(-5px);
}

.page-registration-login-troubleshooting__article-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-registration-login-troubleshooting__sub-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-registration-login-troubleshooting__article p,
.page-registration-login-troubleshooting__article ol,
.page-registration-login-troubleshooting__article ul {
  margin-bottom: 15px;
  color: #555;
}

.page-registration-login-troubleshooting__article ol li,
.page-registration-login-troubleshooting__article ul li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.page-registration-login-troubleshooting__image-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.page-registration-login-troubleshooting__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-registration-login-troubleshooting__inline-link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
}

.page-registration-login-troubleshooting__inline-link:hover {
  color: #FFD700;
}

.page-registration-login-troubleshooting__tips-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.page-registration-login-troubleshooting__tips-list li {
  background-color: #e6f0ff;
  border-left: 5px solid #0A2463;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
}

.page-registration-login-troubleshooting__cta-banner {
  background-color: #0A2463;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-registration-login-troubleshooting__banner-image {
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.page-registration-login-troubleshooting__banner-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-registration-login-troubleshooting__cta-banner p {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-login-troubleshooting__related-links {
  padding-top: 40px;
}

.page-registration-login-troubleshooting__faq-item {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.page-registration-login-troubleshooting__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-registration-login-troubleshooting__faq-answer {
  color: #555;
}

.page-registration-login-troubleshooting__final-cta {
  background: linear-gradient(45deg, #0A2463, #FFD700);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.page-registration-login-troubleshooting__final-cta-title {
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-registration-login-troubleshooting__final-cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page-registration-login-troubleshooting__hero-title {
    font-size: 2.2em;
  }

  .page-registration-login-troubleshooting__hero-subtitle,
  .page-registration-login-troubleshooting__final-cta-text {
    font-size: 1em;
  }

  .page-registration-login-troubleshooting__section-title {
    font-size: 1.8em;
  }

  .page-registration-login-troubleshooting__article-title {
    font-size: 1.5em;
  }

  .page-registration-login-troubleshooting__sub-title,
  .page-registration-login-troubleshooting__faq-question {
    font-size: 1.2em;
  }

  .page-registration-login-troubleshooting__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-registration-login-troubleshooting__cta-banner {
    padding: 30px 20px;
  }

  .page-registration-login-troubleshooting__banner-title {
    font-size: 1.8em;
  }
  
  .page-registration-login-troubleshooting__cta-button--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-registration-login-troubleshooting__cta-banner .page-registration-login-troubleshooting__cta-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .page-registration-login-troubleshooting__hero-section {
    padding: 60px 0;
  }

  .page-registration-login-troubleshooting__hero-title {
    font-size: 1.8em;
  }

  .page-registration-login-troubleshooting__section-title {
    font-size: 1.6em;
  }

  .page-registration-login-troubleshooting__article {
    padding: 20px;
  }

  .page-registration-login-troubleshooting__final-cta-title {
    font-size: 2em;
  }
}