.page-login {
  color: #333333; /* Dark text for light body background */
}

.page-login__hero-section {
  background-color: #f8f8f8;
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-login__hero-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-login__main-title {
  font-size: 3.2em;
  color: #8B0000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-login__intro-text {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-login__login-card {
  background: linear-gradient(145deg, #FFD700, #F0C400);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  margin: 0 auto;
  border: 2px solid #8B0000;
}

.page-login__card-title {
  font-size: 2em;
  color: #8B0000;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-login__form-group {
  margin-bottom: 20px;
  text-align: left;
}

.page-login__form-label {
  display: block;
  font-size: 1em;
  color: #8B0000;
  margin-bottom: 8px;
  font-weight: 600;
}

.page-login__form-input {
  width: calc(100% - 20px);
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1em;
  background-color: #fff;
  color: #333333;
}

.page-login__form-input::placeholder {
  color: #aaaaaa;
}

.page-login__submit-button {
  background-color: #8B0000;
  border: none;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.page-login__submit-button a {
  display: block;
  padding: 15px 20px;
  color: #FFD700;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.page-login__submit-button:hover {
  background-color: #b30000;
}

.page-login__links {
  margin-top: 25px;
  font-size: 0.95em;
}

.page-login__link {
  color: #8B0000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-login__link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-login__link-separator {
  margin: 0 10px;
  color: #8B0000;
}

.page-login__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
}

.page-login__section-wrapper {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-login__section-heading {
  font-size: 2.2em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.page-login__section-heading:first-of-type {
  margin-top: 0;
}

.page-login__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #444444;
}

.page-login__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-login__section-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-login__process-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-login__process-list .page-login__list-item {
  background-color: #fffaf0; /* Light cream */
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-login__list-title {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-login__list-description {
  font-size: 1em;
  color: #555555;
}

.page-login__security-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-login__security-list .page-login__list-item {
  background-color: #fdf5f5; /* Very light red */
  border-left: 5px solid #8B0000;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-login__faq-section {
  margin-top: 40px;
}

.page-login__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-login__faq-question {
  display: block;
  padding: 20px;
  font-size: 1.15em;
  font-weight: 600;
  color: #8B0000;
  cursor: pointer;
  position: relative;
  background-color: #FFD7001A; /* Light transparent gold */
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-login__faq-question:hover {
  background-color: #FFD70033;
}

.page-login__faq-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
  color: #8B0000;
  transition: transform 0.3s ease;
}

.page-login__faq-item[open] .page-login__faq-toggle {
  transform: translateY(-50%) rotate(45deg);
}

.page-login__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
}

.page-login__faq-item[open] .page-login__faq-question {
  border-bottom: 1px solid #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-login__main-title {
    font-size: 2.2em;
  }

  .page-login__intro-text {
    font-size: 1em;
  }

  .page-login__login-card {
    padding: 30px;
    max-width: 90%;
  }

  .page-login__card-title {
    font-size: 1.8em;
  }

  .page-login__submit-button a {
    padding: 12px 15px;
  }

  .page-login__links {
    font-size: 0.85em;
  }

  .page-login__content-area {
    padding: 30px 15px;
  }

  .page-login__section-heading {
    font-size: 1.8em;
  }

  .page-login__paragraph {
    font-size: 0.95em;
  }

  .page-login__section-wrapper {
    padding: 25px;
  }

  .page-login__process-list .page-login__list-item,
  .page-login__security-list .page-login__list-item {
    padding: 15px;
  }

  .page-login__list-title {
    font-size: 1.1em;
  }

  .page-login__list-description {
    font-size: 0.9em;
  }

  .page-login__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-login__faq-toggle {
    font-size: 1.2em;
    right: 15px;
  }

  .page-login__faq-answer {
    padding: 0 15px 15px 15px;
  }

  /* Mobile image overflow prevention */
  .page-login img {
    max-width: 100%;
    height: auto;
  }
}