/* style/blog-b99-registration-guide.css */

/* --- Base Styles --- */
.page-blog-b99-registration-guide {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main for dark background */
  background-color: #08160F; /* Background custom color */
  line-height: 1.6;
}

.page-blog-b99-registration-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-b99-registration-guide__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-b99-registration-guide__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #57E38D; /* Glow for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-blog-b99-registration-guide__text-block p,
.page-blog-b99-registration-guide__text-block ul,
.page-blog-b99-registration-guide__text-block ol,
.page-blog-b99-registration-guide__faq-answer p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #F2FFF6; /* Text Main */
}

.page-blog-b99-registration-guide__text-block ul,
.page-blog-b99-registration-guide__text-block ol {
  padding-left: 25px;
}

.page-blog-b99-registration-guide__text-block li {
  margin-bottom: 0.5em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-b99-registration-guide__text-block strong {
  color: #F2C14E; /* Gold */
}

.page-blog-b99-registration-guide__text-link {
  color: #57E38D; /* Glow for links */
  text-decoration: underline;
}

.page-blog-b99-registration-guide__text-link:hover {
  color: #2AD16F; /* Lighter green from button gradient */
}

/* --- Hero Section --- */
.page-blog-b99-registration-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden; /* Ensure content doesn't overflow */
}