.page-login {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 40px;
}

.page-login__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-login__form-section {
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  text-align: center;
  background-color: #08160F; /* Background */
  background-image: url('[GALLERY:login_background:1920x1080:tài_xỉu_online_tặng_tiền,login_page,abstract_background]');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-login__form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-login__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-login__description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-login__form {
  background-color: #11271B; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E; /* Border */
}

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

.page-login__label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
}

.page-login__input-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 5px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-size: 1em;
  box-sizing: border-box;
}

.page-login__input-field::placeholder {
  color: #A7D9B8; /* Text Secondary */
  opacity: 0.7;
}

.page-login__checkbox-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.page-login__checkbox {
  margin-right: 8px;
}

.page-login__checkbox-label {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-login__forgot-password-link {
  color: #F2C14E; /* Gold */
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.3s ease;
}

.page-login__forgot-password-link:hover {
  color: #FFD700;
}

.page-login__submit-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.page-login__submit-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-login__register-text {
  margin-top: 30px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-login__register-link {
  color: #F2C14E; /* Gold */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-login__register-link:hover {
  color: #FFD700;
}

.page-login__section-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  padding-top: 40px;
}

.page-login__security-section, .page-login__benefits-section, .page-login__cta-section {
  padding: 60px 0;
}

.page-login__security-content {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #11271B; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-login__security-image {
  width: 50%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-login__security-text {
  width: 50%;
  text-align: left;
}

.page-login__security-text p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

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

.page-login__benefit-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-login__benefit-icon {
  width: 100%; /* Ensure image fills card width */
  height: auto;
  max-width: 150px; /* Adjust max-width for smaller card images */
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 8px;
}

.page-login__benefit-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-login__benefit-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-login__cta-section {
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
  padding: 60px 0;
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-login__cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 40px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.page-login__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-login__faq-section {
  padding: 60px 0;
}

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

details.page-login__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
  background: #11271B; /* Card BG */
}

details.page-login__faq-item summary.page-login__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

details.page-login__faq-item summary.page-login__faq-question::-webkit-details-marker {
  display: none;
}

details.page-login__faq-item summary.page-login__faq-question:hover {
  background: #0A4B2C; /* Deep Green */
}

.page-login__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-login__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  text-align: center;
}

details.page-login__faq-item .page-login__faq-answer {
  padding: 0 25px 25px;
  background: #0A4B2C; /* Deep Green */
  border-radius: 0 0 8px 8px;
  color: #A7D9B8; /* Text Secondary */
}

.page-login__faq-answer p {
  margin: 0;
}

.page-login__copyright-info {
  text-align: center;
  padding: 30px 20px;
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
  margin-top: 60px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-login__main-title {
    font-size: 2.8em;
  }
  .page-login__section-title {
    font-size: 2em;
  }
  .page-login__security-content {
    flex-direction: column;
    gap: 30px;
  }
  .page-login__security-image, .page-login__security-text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-login__form-section, .page-login__security-section, .page-login__benefits-section, .page-login__cta-section, .page-login__faq-section {
    padding: 40px 0;
  }
  .page-login__form-section {
    padding-top: 10px !important;
  }
  .page-login__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-login__description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-login__form {
    padding: 30px 20px;
  }
  .page-login__input-field {
    padding: 10px 12px;
  }
  .page-login__submit-button, .page-login__cta-button {
    font-size: 1em;
    padding: 12px 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-login__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  .page-login__security-content {
    padding: 25px;
  }
  .page-login__benefit-card {
    padding: 25px;
  }
  .page-login__benefit-icon {
    max-width: 120px;
  }
  details.page-login__faq-item summary.page-login__faq-question {
    padding: 15px 20px;
  }
  .page-login__faq-qtext {
    font-size: 1em;
  }
  .page-login__faq-toggle {
    font-size: 24px;
    margin-left: 15px;
  }
  details.page-login__faq-item .page-login__faq-answer {
    padding: 0 20px 20px;
  }

  /* Image responsiveness */
  .page-login img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-login__container,
  .page-login__form,
  .page-login__security-content,
  .page-login__benefit-card,
  .page-login__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-login__main-title {
    font-size: 1.8em;
  }
  .page-login__section-title {
    font-size: 1.6em;
  }
  .page-login__form {
    padding: 25px 15px;
  }
  .page-login__checkbox-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .page-login__forgot-password-link {
    margin-left: 0;
  }
}