.page-faq-account-registration-login {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text on dark background */
  background-color: #0A192F; /* Main brand color */
  line-height: 1.6;
}

.page-faq-account-registration-login .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-faq-account-registration-login .hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #364f77 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold text for hero */
}

.page-faq-account-registration-login .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-faq-account-registration-login .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f5e6d0;
}

.page-faq-account-registration-login .highlight {
  color: #FFD700;
}

.page-faq-account-registration-login .btn {
  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;
  border: none;
}

.page-faq-account-registration-login .btn-primary {
  background-color: #FFD700; /* Gold accent */
  color: #0A192F; /* Dark text on gold */
}

.page-faq-account-registration-login .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-faq-account-registration-login .btn-secondary {
  background-color: #1a3a60; /* Darker blue */
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-faq-account-registration-login .btn-secondary:hover {
  background-color: #0A192F;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-faq-account-registration-login .btn-tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-faq-account-registration-login .btn-tertiary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-1px);
}

.page-faq-account-registration-login .content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-faq-account-registration-login .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #FFD700;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-faq-account-registration-login h2.section-title + p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 50px;
}

.page-faq-account-registration-login h3 {
  font-size: 1.8em;
  color: #f5e6d0; /* Light text for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-faq-account-registration-login p {
  margin-bottom: 15px;
  color: #c0c0c0; /* Slightly lighter gray for body text */
}

.page-faq-account-registration-login .keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-faq-account-registration-login ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-faq-account-registration-login ul li {
  margin-bottom: 8px;
}

.page-faq-account-registration-login .step-by-step, 
.page-faq-account-registration-login .faq-section, 
.page-faq-account-registration-login .security-tips, 
.page-faq-account-registration-login .benefits-list {
  margin-bottom: 60px;
}

.page-faq-account-registration-login .step-item, 
.page-faq-account-registration-login .faq-item, 
.page-faq-account-registration-login .tip-item, 
.page-faq-account-registration-login .benefit-item {
  background-color: #1a2c40; /* Slightly lighter dark blue for cards */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-faq-account-registration-login .step-title, 
.page-faq-account-registration-login .faq-question, 
.page-faq-account-registration-login .tip-title, 
.page-faq-account-registration-login .benefit-title {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-faq-account-registration-login .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-faq-account-registration-login .cta-block {
  text-align: center;
  background-color: #1a2c40;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #FFD700;
}

.page-faq-account-registration-login .cta-block p {
  font-size: 1.3em;
  color: #f5e6d0;
  margin-bottom: 25px;
}

.page-faq-account-registration-login .conclusion-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #FFD700;
  color: #f5e6d0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-faq-account-registration-login .hero-title {
    font-size: 2.5em;
  }

  .page-faq-account-registration-login .hero-subtitle {
    font-size: 1.1em;
  }

  .page-faq-account-registration-login .section-title {
    font-size: 2em;
  }

  .page-faq-account-registration-login h3 {
    font-size: 1.4em;
  }

  .page-faq-account-registration-login .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-faq-account-registration-login .hero-title {
    font-size: 2em;
  }

  .page-faq-account-registration-login .hero-subtitle {
    font-size: 1em;
  }

  .page-faq-account-registration-login .section-title {
    font-size: 1.8em;
  }

  .page-faq-account-registration-login h3 {
    font-size: 1.2em;
  }

  .page-faq-account-registration-login .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-faq-account-registration-login .btn-primary, .page-faq-account-registration-login .btn-secondary {
    display: block;
  }
}

/* Ensure contrast for all text */
.page-faq-account-registration-login p, 
.page-faq-account-registration-login ul li, 
.page-faq-account-registration-login .cta-block p {
  color: #c0c0c0; /* Light gray on dark blue background */
}

.page-faq-account-registration-login h1, 
.page-faq-account-registration-login h2, 
.page-faq-account-registration-login h3, 
.page-faq-account-registration-login .step-title, 
.page-faq-account-registration-login .faq-question, 
.page-faq-account-registration-login .tip-title, 
.page-faq-account-registration-login .benefit-title {
  color: #FFD700; /* Gold on dark blue background */
}