.page-login {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  background-color: #FFFFFF; /* Explicitly set to match body */
}

/* Hero Section */
.page-login__hero-section {
  position: relative;
  width: 100%;
  height: 80vh; /* Adjust as needed */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 60px; /* Default padding, assuming shared.css handles header offset for body */
  padding-bottom: 60px;
}

.page-login__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-login__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-login__hero-content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
}

.page-login__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFF00; /* Yellow for prominence */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-login__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

/* Login Card */
.page-login__login-card {
  background: rgba(255, 255, 255, 0.95); /* Slightly transparent white */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  margin: 0 auto;
  color: #333333;
}

.page-login__login-card-title {
  font-size: 2em;
  margin-bottom: 30px;
  color: #017439; /* Brand green */
}

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

.page-login__form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333333;
}

.page-login__form-input {
  width: calc(100% - 20px);
  padding: 12px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
}

.page-login__forgot-password {
  display: block;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 20px;
  color: #017439; /* Brand green */
  text-decoration: none;
  font-size: 0.9em;
}

.page-login__forgot-password:hover {
  text-decoration: underline;
}

.page-login__btn-login {
  width: 100%;
  padding: 15px;
  background-color: #C30808; /* Custom login color */
  color: #FFFF00; /* Custom login font color */
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-login__btn-login:hover {
  background-color: #a30606; /* Darker red on hover */
}

.page-login__register-text {
  margin-top: 25px;
  font-size: 0.95em;
  color: #555555;
}

.page-login__register-link {
  color: #C30808; /* Custom register link color */
  text-decoration: none;
  font-weight: bold;
}

.page-login__register-link:hover {
  text-decoration: underline;
}

/* General Section Styles */
.page-login__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-login__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-login__dark-bg {
  background-color: #017439; /* Brand green */
  color: #FFFFFF;
}

.page-login__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #017439; /* Brand green for light sections */
}
.page-login__dark-bg .page-login__section-title {
  color: #FFFFFF; /* White for dark sections */
}

.page-login__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

/* Feature Section */
.page-login__features-section {
  padding: 60px 0;
}

.page-login__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-login__feature-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-login__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-login__feature-heading {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-login__feature-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-login__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-login__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

/* Video Section */
.page-login__video-section {
  padding: 60px 0;
}

.page-login__video-wrapper {
  margin-top: 20px; /* Adjust margin as it's now in its own section */
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-login__video-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 20px;
}

.page-login__video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer; /* For JS click redirect */
}

.page-login__video-description {
  margin-top: 20px;
  font-size: 1em;
  color: #555555;
}

/* Guide Section */
.page-login__guide-section {
  padding: 60px 0;
}

.page-login__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-login__step-item {
  background: rgba(255, 255, 255, 0.1); /* Light background for dark section */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-login__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFFF00; /* Yellow number */
  color: #017439; /* Brand green text */
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-login__step-heading {
  font-size: 1.5em;
  color: #FFFF00; /* Yellow heading */
  margin-bottom: 15px;
}

.page-login__step-text {
  font-size: 1em;
  color: #E0E0E0;
}

/* CTA Buttons */
.page-login__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-login__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background-color: #C30808; /* Custom primary button color (red) */
  color: #FFFF00; /* Custom primary button font color (yellow) */
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-login__btn-primary:hover {
  background-color: #a30606; /* Darker red on hover */
}

/* FAQ Section */
.page-login__faq-section {
  padding: 60px 0;
}

.page-login__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

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

.page-login__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #017439; /* Brand green */
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-login__faq-question:hover {
  background-color: #e6ffe6; /* Light green hover */
}

.page-login__faq-heading {
  font-size: 1.2em;
  margin: 0;
  color: #017439; /* Brand green */
}

.page-login__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #017439;
  transition: transform 0.3s ease;
}

.page-login__faq-item.active .page-login__faq-toggle {
  transform: rotate(45deg); /* Plus sign becomes a cross */
  content: "−"; /* Visually change to minus */
}

.page-login__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  background-color: #f0f0f0;
}

.page-login__faq-item.active .page-login__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-login__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

/* About Section */
.page-login__about-section {
  padding: 60px 0;
}

.page-login__brand-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.page-login__value-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-login__value-icon {
  width: 200px; /* Min size 200x200 as per rules */
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-login__value-heading {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-login__value-text {
  font-size: 0.95em;
  color: #555555;
}

.page-login__download-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #e6ffe6; /* Light green background */
  border-radius: 10px;
}

.page-login__download-text {
  font-size: 1.2em;
  color: #017439;
  margin-bottom: 20px;
  font-weight: bold;
}