/* style/resources-bj88-registration-process.css */

:root {
  --bj88-gold: #FFD700;
  --bj88-dark-blue: #000080;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f9f9f9;
  --bg-dark-section: #1a1a2e;
  --border-color: #e0e0e0;
}

.page-resources-bj88-registration-process {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Body background is dark, so default text is light */
  background-color: var(--bg-dark-section); /* Using a dark background for the main page content */
}

.page-resources-bj88-registration-process__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  min-height: 600px;
  overflow: hidden;
  color: var(--text-light);
  background-color: var(--bj88-dark-blue);
}

.page-resources-bj88-registration-process__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Make it a background visual */
}

.page-resources-bj88-registration-process__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.page-resources-bj88-registration-process__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--bj88-gold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-bj88-registration-process__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-resources-bj88-registration-process__btn-primary {
  display: inline-block;
  background-color: var(--bj88-gold);
  color: var(--bj88-dark-blue);
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid var(--bj88-gold);
}

.page-resources-bj88-registration-process__btn-primary:hover {
  background-color: var(--text-light);
  color: var(--bj88-dark-blue);
  border-color: var(--bj88-dark-blue);
}

.page-resources-bj88-registration-process__btn-lg {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-bj88-registration-process__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-bj88-registration-process__introduction-section,
.page-resources-bj88-registration-process__verification-section,
.page-resources-bj88-registration-process__cta-section {
  padding: 60px 0;
  background-color: var(--bg-dark-section);
  color: var(--text-light);
}

.page-resources-bj88-registration-process__registration-steps-section,
.page-resources-bj88-registration-process__post-registration-section {
  background-color: var(--bj88-dark-blue);
  color: var(--text-light);
  padding: 60px 0;
}

.page-resources-bj88-registration-process__faq-section {
  background-color: var(--bg-light);
  color: var(--text-dark);
  padding: 60px 0;
}

.page-resources-bj88-registration-process__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: var(--bj88-gold);
}

.page-resources-bj88-registration-process__faq-section .page-resources-bj88-registration-process__section-title {
  color: var(--bj88-dark-blue);
}

.page-resources-bj88-registration-process__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--bj88-gold);
}

.page-resources-bj88-registration-process__faq-section .page-resources-bj88-registration-process__sub-title {
  color: var(--bj88-dark-blue);
}

.page-resources-bj88-registration-process__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-resources-bj88-registration-process__highlight {
  color: var(--bj88-gold);
  font-weight: bold;
}

.page-resources-bj88-registration-process__faq-section .page-resources-bj88-registration-process__highlight {
  color: var(--bj88-dark-blue);
}

.page-resources-bj88-registration-process__feature-list,
.page-resources-bj88-registration-process__info-list,
.page-resources-bj88-registration-process__reason-list,
.page-resources-bj88-registration-process__document-list,
.page-resources-bj88-registration-process__security-tips {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-bj88-registration-process__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
}