.page-blog-how-to-register-6789hl {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-register-6789hl__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-6789hl__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles padding-top, this is for visual spacing */
  overflow: hidden;
}

.page-blog-how-to-register-6789hl__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}

.page-blog-how-to-register-6789hl__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-register-6789hl__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-register-6789hl__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-blog-how-to-register-6789hl__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-how-to-register-6789hl__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-how-to-register-6789hl__btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-register-6789hl__section-title {
  font-size: 2.2rem;
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  padding-top: 40px;
}

.page-blog-how-to-register-6789hl__introduction-section,
.page-blog-how-to-register-6789hl__steps-section,
.page-blog-how-to-register-6789hl__verification-section,
.page-blog-how-to-register-6789hl__tips-section,
.page-blog-how-to-register-6789hl__faq-section,
.page-blog-how-to-register-6789hl__cta-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A;
}

.page-blog-how-to-register-6789hl__introduction-section p,
.page-blog-how-to-register-6789hl__steps-section p,
.page-blog-how-to-register-6789hl__verification-section p,
.page-blog-how-to-register-6789hl__tips-section p,
.page-blog-how-to-register-6789hl__faq-section p,
.page-blog-how-to-register-6789hl__cta-section p {
  font-size: 1.05rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-register-6789hl__step-item {
  margin-bottom: 50px;
  background-color: #11271B;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-how-to-register-6789hl__step-title {
  font-size: 1.8rem;
  color: #57E38D;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.page-blog-how-to-register-6789hl__step-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-6789hl__subsection-title {
  font-size: 1.5rem;
  color: #2AD16F;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-register-6789hl__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-how-to-register-6789hl__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #F2FFF6;
}

.page-blog-how-to-register-6789hl__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-register-6789hl__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-register-6789hl__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #0A4B2C;
  border-bottom: 1px solid #2E7A4E;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-register-6789hl__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-6789hl__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-how-to-register-6789hl__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #F2C14E;
  margin-left: 15px;
}

.page-blog-how-to-register-6789hl__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  background-color: #11271B;
}

.page-blog-how-to-register-6789hl__faq-item[open] .page-blog-how-to-register-6789hl__faq-question {
  border-bottom: 1px solid transparent;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-register-6789hl__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-6789hl__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-how-to-register-6789hl__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-6789hl__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-6789hl__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-6789hl__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .page-blog-how-to-register-6789hl__introduction-section,
  .page-blog-how-to-register-6789hl__steps-section,
  .page-blog-how-to-register-6789hl__verification-section,
  .page-blog-how-to-register-6789hl__tips-section,
  .page-blog-how-to-register-6789hl__faq-section,
  .page-blog-how-to-register-6789hl__cta-section {
    padding: 30px 0;
  }

  .page-blog-how-to-register-6789hl p,
  .page-blog-how-to-register-6789hl li {
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-6789hl__step-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-6789hl__subsection-title {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-6789hl__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-register-6789hl__faq-answer {
    padding: 15px 20px;
    font-size: 0.9rem;
  }

  /* Image responsiveness */
  .page-blog-how-to-register-6789hl img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset !important; /* Override min-width for mobile */
    min-height: unset !important; /* Override min-height for mobile */
  }

  .page-blog-how-to-register-6789hl__hero-image-wrapper,
  .page-blog-how-to-register-6789hl__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* For any other containers that might hold images */
  .page-blog-how-to-register-6789hl__section,
  .page-blog-how-to-register-6789hl__card,
  .page-blog-how-to-register-6789hl__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}