.page-registration-login-forgot-password-recovery {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-registration-login-forgot-password-recovery__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-registration-login-forgot-password-recovery__hero-section {
  background: linear-gradient(135deg, #1A237E, #3f4a9b);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-registration-login-forgot-password-recovery__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-registration-login-forgot-password-recovery__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-login-forgot-password-recovery__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;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-registration-login-forgot-password-recovery__btn--primary {
  background-color: #FFC107;
  color: #1A237E;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-registration-login-forgot-password-recovery__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-registration-login-forgot-password-recovery__btn--secondary {
  background-color: #1A237E;
  color: #FFC107;
  border: 2px solid #FFC107;
  margin: 0 10px;
}

.page-registration-login-forgot-password-recovery__btn--secondary:hover {
  background-color: #FFC107;
  color: #1A237E;
  transform: translateY(-3px);
}

.page-registration-login-forgot-password-recovery__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-registration-login-forgot-password-recovery__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-registration-login-forgot-password-recovery__text-block {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #555;
}

.page-registration-login-forgot-password-recovery__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-registration-login-forgot-password-recovery__step-item {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-registration-login-forgot-password-recovery__step-item:hover {
  transform: translateY(-5px);
}

.page-registration-login-forgot-password-recovery__step-icon {
  background-color: #1A237E;
  color: #FFC107;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3);
}

.page-registration-login-forgot-password-recovery__step-title {
  font-size: 1.6em;
  color: #1A237E;
  margin-bottom: 15px;
}

.page-registration-login-forgot-password-recovery__step-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

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

.page-registration-login-forgot-password-recovery__list {
  list-style-type: none;
  padding-left: 0;
  max-width: 900px;
  margin: 40px auto;
}

.page-registration-login-forgot-password-recovery__list li {
  background-color: #fefefe;
  border-left: 5px solid #FFC107;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  font-size: 1.1em;
  color: #444;
}

.page-registration-login-forgot-password-recovery__list li strong {
  color: #1A237E;
}

.page-registration-login-forgot-password-recovery__list li a {
  color: #1A237E;
  text-decoration: underline;
}

.page-registration-login-forgot-password-recovery__list li a:hover {
  color: #FFC107;
}

.page-registration-login-forgot-password-recovery__full-width-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-registration-login-forgot-password-recovery__cta-block {
  background-color: #1A237E;
  padding: 60px 30px;
  text-align: center;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-registration-login-forgot-password-recovery__cta-text {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-registration-login-forgot-password-recovery__hero-title {
    font-size: 2.5em;
  }

  .page-registration-login-forgot-password-recovery__hero-subtitle {
    font-size: 1em;
  }

  .page-registration-login-forgot-password-recovery__section-title {
    font-size: 2em;
  }

  .page-registration-login-forgot-password-recovery__step-by-step {
    grid-template-columns: 1fr;
  }

  .page-registration-login-forgot-password-recovery__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-registration-login-forgot-password-recovery__btn--secondary {
    margin: 10px 0;
    display: block;
  }

  .page-registration-login-forgot-password-recovery__cta-text {
    font-size: 1.4em;
  }
}

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

  .page-registration-login-forgot-password-recovery__hero-title {
    font-size: 2em;
  }

  .page-registration-login-forgot-password-recovery__btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-registration-login-forgot-password-recovery__section-title {
    font-size: 1.8em;
  }

  .page-registration-login-forgot-password-recovery__step-item {
    padding: 20px;
  }

  .page-registration-login-forgot-password-recovery__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-registration-login-forgot-password-recovery__cta-block {
    padding: 40px 20px;
  }
}