.page-register-login-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-register-login-troubleshooting__hero {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1A202C 0%, #3A404C 100%);
  text-align: center;
  overflow: hidden;
  color: #FFD700;
}

.page-register-login-troubleshooting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}

.page-register-login-troubleshooting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-register-login-troubleshooting__hero .page-register-login-troubleshooting__container {
  position: relative;
  z-index: 1;
}

.page-register-login-troubleshooting__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-register-login-troubleshooting__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-register-login-troubleshooting__section {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-register-login-troubleshooting__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-register-login-troubleshooting__section-description {
  font-size: 1.1em;
  color: #C0C0C0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.page-register-login-troubleshooting__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-register-login-troubleshooting__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: none;
}

.page-register-login-troubleshooting__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-register-login-troubleshooting__btn--secondary {
  background-color: #3A404C;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-register-login-troubleshooting__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-register-login-troubleshooting__issues-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-register-login-troubleshooting__issue-card {
  background-color: #2A303C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-register-login-troubleshooting__issue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-register-login-troubleshooting__issue-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-register-login-troubleshooting__issue-text {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-register-login-troubleshooting__issue-icon {
  width: 60px;
  height: 60px;
  filter: invert(70%) sepia(80%) saturate(2000%) hue-rotate(0deg) brightness(120%) contrast(100%); /* Gold tint */
}

.page-register-login-troubleshooting__step-by-step {
  margin-top: 50px;
}

.page-register-login-troubleshooting__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 30px;
  flex-wrap: wrap;
}

.page-register-login-troubleshooting__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #FFD700;
  min-width: 60px;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -10px;
}

.page-register-login-troubleshooting__step-content {
  flex: 1;
  max-width: calc(100% - 90px);
}

.page-register-login-troubleshooting__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-register-login-troubleshooting__step-content p {
  color: #E5E5E5;
  margin-bottom: 20px;
}

.page-register-login-troubleshooting__step-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}

.page-register-login-troubleshooting__contact-support {
  background-color: #2A303C;
  padding: 80px 0;
}

.page-register-login-troubleshooting__contact-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 700px;
  text-align: left;
}

.page-register-login-troubleshooting__contact-list li {
  color: #E5E5E5;
  font-size: 1.1em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.page-register-login-troubleshooting__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #FFD700;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.page-register-login-troubleshooting__icon--phone {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.33.57 3.57.57a1 1 0 011 1v3.5a1 1 0 01-1 1C10.74 21 3 13.26 3 3.5a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.33.57 3.57.57a1 1 0 011 1v3.5a1 1 0 01-1 1C10.74 21 3 13.26 3 3.5a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" fill="currentColor"/></svg>');
}

.page-register-login-troubleshooting__icon--email {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" fill="currentColor"/></svg>');
}

.page-register-login-troubleshooting__icon--chat {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" fill="currentColor"/></svg>');
}

.page-register-login-troubleshooting__icon--alert {
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" fill="currentColor"/></svg>');
}

.page-register-login-troubleshooting__contact-cta {
  color: #C0C0C0;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
}

.page-register-login-troubleshooting__security-tips {
  background-color: #1A202C;
}

.page-register-login-troubleshooting__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-register-login-troubleshooting__tip-card {
  background-color: #2A303C;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-register-login-troubleshooting__tip-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-register-login-troubleshooting__tip-card p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-register-login-troubleshooting__security-footer {
  color: #C0C0C0;
  text-align: center;
  margin-top: 50px;
  font-size: 1em;
}

.page-register-login-troubleshooting__cta-bottom {
  background-color: #3A404C;
  text-align: center;
  padding: 60px 0;
}

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

.page-register-login-troubleshooting__cta-description {
  font-size: 1.1em;
  color: #E5E5E5;
  margin-bottom: 30px;
}

.page-register-login-troubleshooting__cta-register-prompt {
  color: #C0C0C0;
  margin-top: 20px;
}

.page-register-login-troubleshooting__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-register-login-troubleshooting__link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-register-login-troubleshooting__title {
    font-size: 2.5em;
  }

  .page-register-login-troubleshooting__subtitle {
    font-size: 1em;
  }

  .page-register-login-troubleshooting__section-title {
    font-size: 2em;
  }

  .page-register-login-troubleshooting__issues-grid,
  .page-register-login-troubleshooting__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-register-login-troubleshooting__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-register-login-troubleshooting__step-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .page-register-login-troubleshooting__step-number {
    top: 0;
  }
}

@media (max-width: 480px) {
  .page-register-login-troubleshooting__title {
    font-size: 2em;
  }

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

  .page-register-login-troubleshooting__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}