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

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

.page-registration-login-password-recovery__hero {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Darker blue gradient for hero */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-registration-login-password-recovery__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 204, 0, 0.1);
  border-radius: 50%;
  animation: pulse 4s infinite ease-in-out;
}

.page-registration-login-password-recovery__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 204, 0, 0.15);
  border-radius: 50%;
  animation: pulse 4s infinite ease-in-out reverse;
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(0.8); opacity: 0.5; }
}

.page-registration-login-password-recovery__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00; /* Gold for hero title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page-registration-login-password-recovery__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-registration-login-password-recovery__section:last-of-type {
  border-bottom: none;
}

.page-registration-login-password-recovery__section--steps {
  background-color: #f0f4f7;
}

.page-registration-login-password-recovery__section--additional-help {
  background-color: #ffffff;
}

.page-registration-login-password-recovery__section--faq {
  background-color: #f0f4f7;
}

.page-registration-login-password-recovery__section--why-ww88 {
  background-color: #ffffff;
}

.page-registration-login-password-recovery__section--conclusion {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-registration-login-password-recovery__section-title {
  font-size: 2.5em;
  color: #003366; /* Deep blue for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-registration-login-password-recovery__section--conclusion .page-registration-login-password-recovery__section-title {
  color: #FFCC00;
}

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

.page-registration-login-password-recovery__section--conclusion .page-registration-login-password-recovery__section-title::after {
  background-color: #ffffff;
}

.page-registration-login-password-recovery__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-registration-login-password-recovery__section--conclusion .page-registration-login-password-recovery__text {
  color: #e0e0e0;
}

.page-registration-login-password-recovery__highlight {
  color: #003366;
  font-weight: bold;
}

.page-registration-login-password-recovery__section--conclusion .page-registration-login-password-recovery__highlight {
  color: #FFCC00;
}

.page-registration-login-password-recovery__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-registration-login-password-recovery__button--primary {
  background-color: #FFCC00; /* Gold button */
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-registration-login-password-recovery__button--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-registration-login-password-recovery__button--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-registration-login-password-recovery__button--secondary:hover {
  background-color: #004d99;
  border-color: #FFCC00;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-registration-login-password-recovery__call-to-action {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background-color: #e6f0f5;
  border-radius: 10px;
  border: 1px solid #d4e0e8;
}

.page-registration-login-password-recovery__call-to-action .page-registration-login-password-recovery__text {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #003366;
  font-weight: bold;
}

.page-registration-login-password-recovery__action-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

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

.page-registration-login-password-recovery__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-registration-login-password-recovery__step-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-registration-login-password-recovery__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-registration-login-password-recovery__list--features {
  list-style-type: none;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-registration-login-password-recovery__list--features li {
  background-color: #f0f4f7;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #003366;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.page-registration-login-password-recovery__list--features li:hover {
  background-color: #e6f0f5;
}

.page-registration-login-password-recovery__list li {
  margin-bottom: 10px;
}

.page-registration-login-password-recovery__link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-registration-login-password-recovery__link:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-registration-login-password-recovery__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-login-password-recovery__image--small {
  max-width: 600px;
  margin-bottom: 20px;
}

.page-registration-login-password-recovery__info-card {
  background-color: #e6f0f5;
  border-left: 5px solid #FFCC00;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-registration-login-password-recovery__card-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-registration-login-password-recovery__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-registration-login-password-recovery__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-registration-login-password-recovery__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFCC00;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-registration-login-password-recovery__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-registration-login-password-recovery__faq-answer {
  font-size: 1.05em;
  color: #666;
  display: none;
  margin-top: 10px;
}

.page-registration-login-password-recovery__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-registration-login-password-recovery__hero-title {
    font-size: 2.5em;
  }
  .page-registration-login-password-recovery__section-title {
    font-size: 2em;
  }
  .page-registration-login-password-recovery__list--features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-registration-login-password-recovery__hero {
    padding: 60px 0;
  }
  .page-registration-login-password-recovery__hero-title {
    font-size: 2em;
  }
  .page-registration-login-password-recovery__hero-subtitle {
    font-size: 1.1em;
  }
  .page-registration-login-password-recovery__section {
    padding: 40px 0;
  }
  .page-registration-login-password-recovery__section-title {
    font-size: 1.8em;
  }
  .page-registration-login-password-recovery__step-title,
  .page-registration-login-password-recovery__card-title {
    font-size: 1.5em;
  }
  .page-registration-login-password-recovery__text {
    font-size: 1em;
  }
  .page-registration-login-password-recovery__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-registration-login-password-recovery__action-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-registration-login-password-recovery__hero-title {
    font-size: 1.8em;
  }
  .page-registration-login-password-recovery__section-title {
    font-size: 1.5em;
  }
  .page-registration-login-password-recovery__hero-subtitle {
    font-size: 1em;
  }
  .page-registration-login-password-recovery__step-title,
  .page-registration-login-password-recovery__card-title {
    font-size: 1.3em;
  }
  .page-registration-login-password-recovery__faq-question {
    font-size: 1.1em;
  }
  .page-registration-login-password-recovery__faq-answer {
    font-size: 0.95em;
  }
}