.page-blog-how-to-register-login-kibet-safely {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-blog-how-to-register-login-kibet-safely__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  box-sizing: border-box;
  background: linear-gradient(135deg, #26A9E0, #1a7bb5); /* Brand color gradient */
  overflow: hidden;
}

.page-blog-how-to-register-login-kibet-safely__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2; /* Subtly blend with background */
}

.page-blog-how-to-register-login-kibet-safely__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #FFFFFF;
}

.page-blog-how-to-register-login-kibet-safely__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-how-to-register-login-kibet-safely__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-kibet-safely__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-how-to-register-login-kibet-safely__btn-primary {
  background-color: #EA7C07; /* Login button color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-how-to-register-login-kibet-safely__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-blog-how-to-register-login-kibet-safely__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin-left: 15px;
}

.page-blog-how-to-register-login-kibet-safely__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-blog-how-to-register-login-kibet-safely__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  box-sizing: border-box;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-how-to-register-login-kibet-safely__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-align: center;
}

.page-blog-how-to-register-login-kibet-safely__video-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-register-login-kibet-safely__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.page-blog-how-to-register-login-kibet-safely__video-description {
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
  max-width: 800px;
  color: #cccccc;
}

.page-blog-how-to-register-login-kibet-safely__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF; /* Light background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.page-blog-how-to-register-login-kibet-safely__article-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-register-login-kibet-safely__article-heading {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for headings */
}

.page-blog-how-to-register-login-kibet-safely__sub-heading {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1a7bb5;
}

.page-blog-how-to-register-login-kibet-safely__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-how-to-register-login-kibet-safely__list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-register-login-kibet-safely__list strong {
  color: #26A9E0;
}

.page-blog-how-to-register-login-kibet-safely__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-login-kibet-safely__faq-container {
  margin-top: 30px;
}

.page-blog-how-to-register-login-kibet-safely__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-how-to-register-login-kibet-safely__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  background-color: #eaf6fd; /* Light background for question */
  color: #26A9E0; /* Brand color for question text */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-register-login-kibet-safely__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-login-kibet-safely__faq-question:hover {
  background-color: #d6ecf7;
}

.page-blog-how-to-register-login-kibet-safely__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-register-login-kibet-safely__faq-item[open] .page-blog-how-to-register-login-kibet-safely__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-login-kibet-safely__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #555555;
  background-color: #fcfcfc;
}

.page-blog-how-to-register-login-kibet-safely__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-how-to-register-login-kibet-safely__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-login-kibet-safely__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-login-kibet-safely__hero-section {
    padding: 40px 15px;
  }

  .page-blog-how-to-register-login-kibet-safely__main-title {
    font-size: 2.2rem;
  }

  .page-blog-how-to-register-login-kibet-safely__description {
    font-size: 1rem;
  }

  .page-blog-how-to-register-login-kibet-safely__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    margin: 0 !important; /* Remove margin-left for secondary button */
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-how-to-register-login-kibet-safely__btn-secondary {
    margin-top: 15px !important;
  }

  .page-blog-how-to-register-login-kibet-safely__video-section {
    padding: 20px 15px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-blog-how-to-register-login-kibet-safely__section-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-register-login-kibet-safely__video-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-login-kibet-safely__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-login-kibet-safely__content-area {
    padding: 25px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-login-kibet-safely__article-heading {
    font-size: 1.6rem;
  }

  .page-blog-how-to-register-login-kibet-safely__sub-heading {
    font-size: 1.3rem;
  }

  .page-blog-how-to-register-login-kibet-safely__list {
    margin-left: 20px;
  }

  .page-blog-how-to-register-login-kibet-safely__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-how-to-register-login-kibet-safely__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-register-login-kibet-safely__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .page-blog-how-to-register-login-kibet-safely__cta-buttons .page-blog-how-to-register-login-kibet-safely__cta-button {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-login-kibet-safely__main-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-register-login-kibet-safely__section-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-register-login-kibet-safely__article-heading {
    font-size: 1.4rem;
  }

  .page-blog-how-to-register-login-kibet-safely__sub-heading {
    font-size: 1.1rem;
  }
}