.page-resources-how-to-register-j88best {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-how-to-register-j88best__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-register-j88best__hero-section {
  background: linear-gradient(135deg, #0056B3 0%, #003a75 100%); /* Darker blue gradient for depth */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-register-j88best__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-how-to-register-j88best__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-register-j88best__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-j88best__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for CTA */
  color: #003a75; /* Dark blue text for contrast */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-j88best__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-how-to-register-j88best__introduction,
.page-resources-how-to-register-j88best__steps-section,
.page-resources-how-to-register-j88best__security-tips,
.page-resources-how-to-register-j88best__benefits,
.page-resources-how-to-register-j88best__faq,
.page-resources-how-to-register-j88best__final-cta {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-j88best__introduction {
  background-color: #f0f7ff; /* Lighter blue background */
  border-bottom: 5px solid #0056B3;
}

.page-resources-how-to-register-j88best__section-title {
  font-size: 2.5em;
  color: #0056B3; /* Primary color for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-how-to-register-j88best__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-how-to-register-j88best__introduction p,
.page-resources-how-to-register-j88best__steps-section p,
.page-resources-how-to-register-j88best__security-tips p,
.page-resources-how-to-register-j88best__benefits p,
.page-resources-how-to-register-j88best__faq p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-how-to-register-j88best__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-j88best__step-item {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #0056B3;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-j88best__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-register-j88best__step-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-how-to-register-j88best__link-button {
  display: inline-block;
  background-color: #0056B3; /* Primary color for secondary CTAs */
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-register-j88best__link-button:hover {
  background-color: #003a75;
}

.page-resources-how-to-register-j88best__step-item ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-how-to-register-j88best__step-item ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-register-j88best__security-tips ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-how-to-register-j88best__security-tips ul li {
  background-color: #e9f5ff; /* Light blue background for security tips */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 4px solid #0056B3;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-how-to-register-j88best__benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-register-j88best__benefit-item {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-j88best__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-register-j88best__benefit-title {
  font-size: 1.5em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-how-to-register-j88best__cta-button--bottom {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.page-resources-how-to-register-j88best__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-how-to-register-j88best__faq-question {
  font-size: 1.3em;
  color: #0056B3;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #e9f5ff;
  border-bottom: 1px solid #d0e8ff;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-how-to-register-j88best__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-j88best__faq-question.active::after {
  transform: rotate(45deg);
}

.page-resources-how-to-register-j88best__faq-question:hover {
  background-color: #d0e8ff;
}

.page-resources-how-to-register-j88best__faq-answer {
  padding: 20px 25px;
  margin: 0;
  display: none;
  font-size: 1.05em;
  color: #555;
}

.page-resources-how-to-register-j88best__faq-answer.open {
  display: block;
}

.page-resources-how-to-register-j88best__final-cta {
  text-align: center;
  background-color: #0056B3;
  color: #fff;
  padding: 80px 0;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-register-j88best__final-cta .page-resources-how-to-register-j88best__section-title {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-how-to-register-j88best__final-cta .page-resources-how-to-register-j88best__section-title::after {
  background-color: #FFD700;
}

.page-resources-how-to-register-j88best__final-cta p {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

.page-resources-how-to-register-j88best__cta-button--large {
  padding: 18px 45px;
  font-size: 1.4em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-how-to-register-j88best__title {
    font-size: 2.8em;
  }
  .page-resources-how-to-register-j88best__subtitle {
    font-size: 1.3em;
  }
  .page-resources-how-to-register-j88best__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-register-j88best__benefit-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-register-j88best__hero-section {
    padding: 80px 0;
  }
  .page-resources-how-to-register-j88best__title {
    font-size: 2.2em;
  }
  .page-resources-how-to-register-j88best__subtitle {
    font-size: 1.1em;
  }
  .page-resources-how-to-register-j88best__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-resources-how-to-register-j88best__introduction,
  .page-resources-how-to-register-j88best__steps-section,
  .page-resources-how-to-register-j88best__security-tips,
  .page-resources-how-to-register-j88best__benefits,
  .page-resources-how-to-register-j88best__faq,
  .page-resources-how-to-register-j88best__final-cta {
    padding: 40px 0;
  }
  .page-resources-how-to-register-j88best__section-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-register-j88best__step-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-register-j88best__benefit-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-register-j88best__faq-question {
    font-size: 1.1em;
  }
  .page-resources-how-to-register-j88best__final-cta p {
    font-size: 1.1em;
  }
  .page-resources-how-to-register-j88best__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-j88best__hero-section {
    padding: 60px 0;
  }
  .page-resources-how-to-register-j88best__title {
    font-size: 1.8em;
  }
  .page-resources-how-to-register-j88best__subtitle {
    font-size: 1em;
  }
  .page-resources-how-to-register-j88best__section-title {
    font-size: 1.6em;
  }
  .page-resources-how-to-register-j88best__step-item {
    padding: 20px;
  }
  .page-resources-how-to-register-j88best__step-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-register-j88best__faq-question {
    padding: 15px 20px;
  }
  .page-resources-how-to-register-j88best__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-how-to-register-j88best__final-cta {
    padding: 50px 0;
  }
}