.page-blog-how-to-register-and-login-ku3936 {
  color: #ffffff; /* Body background is #000000, so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-blog-how-to-register-and-login-ku3936__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-how-to-register-and-login-ku3936__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-blog-how-to-register-and-login-ku3936__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-how-to-register-and-login-ku3936__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 8px;
}

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

.page-blog-how-to-register-and-login-ku3936__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-how-to-register-and-login-ku3936__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-register-and-login-ku3936__btn-primary,
.page-blog-how-to-register-and-login-ku3936__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-how-to-register-and-login-ku3936__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-and-login-ku3936__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-how-to-register-and-login-ku3936__btn-secondary {
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-how-to-register-and-login-ku3936__btn-secondary:hover {
  background-color: #c96706;
  border-color: #c96706;
}

.page-blog-how-to-register-and-login-ku3936__content-section {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.05); /* Light transparent background for sections */
  margin-bottom: 20px;
}

.page-blog-how-to-register-and-login-ku3936__content-section.page-blog-how-to-register-and-login-ku3936__dark-bg {
  background-color: rgba(0, 0, 0, 0.6); /* Darker background for contrast */
}

.page-blog-how-to-register-and-login-ku3936__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-register-and-login-ku3936__subtitle {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-how-to-register-and-login-ku3936__text-block {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-how-to-register-and-login-ku3936__image-inline {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
}

.page-blog-how-to-register-and-login-ku3936__step-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-and-login-ku3936__step-title {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-and-login-ku3936__step-description {
  font-size: 1rem;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-how-to-register-and-login-ku3936__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

.page-blog-how-to-register-and-login-ku3936__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #ffffff;
}

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

.page-blog-how-to-register-and-login-ku3936__list-icon {
  list-style: none;
  padding-left: 0;
}

.page-blog-how-to-register-and-login-ku3936__list-icon li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 20px;
}

.page-blog-how-to-register-and-login-ku3936__list-icon-img {
  
  
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-register-and-login-ku3936__list-icon p {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff;
}

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

.page-blog-how-to-register-and-login-ku3936__benefit-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-register-and-login-ku3936__benefit-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-and-login-ku3936__benefit-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-how-to-register-and-login-ku3936__benefit-description {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-how-to-register-and-login-ku3936__faq-section {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-how-to-register-and-login-ku3936__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-and-login-ku3936__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-and-login-ku3936__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

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

.page-blog-how-to-register-and-login-ku3936__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-how-to-register-and-login-ku3936__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
  line-height: 1.6;
}

.page-blog-how-to-register-and-login-ku3936__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-blog-how-to-register-and-login-ku3936__cta-container {
  margin-top: 40px;
  text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-register-and-login-ku3936 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-and-login-ku3936__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-register-and-login-ku3936__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-register-and-login-ku3936__main-title {
    font-size: 2rem;
  }

  .page-blog-how-to-register-and-login-ku3936__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-register-and-login-ku3936__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-register-and-login-ku3936__btn-primary,
  .page-blog-how-to-register-and-login-ku3936__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-how-to-register-and-login-ku3936__container {
    padding: 0 15px;
  }

  .page-blog-how-to-register-and-login-ku3936__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-and-login-ku3936__subtitle {
    font-size: 1.5rem;
  }

  .page-blog-how-to-register-and-login-ku3936__text-block {
    font-size: 1rem;
  }

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

  .page-blog-how-to-register-and-login-ku3936__section,
  .page-blog-how-to-register-and-login-ku3936__card,
  .page-blog-how-to-register-and-login-ku3936__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-blog-how-to-register-and-login-ku3936__step-card {
    padding: 20px;
  }

  .page-blog-how-to-register-and-login-ku3936__step-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-register-and-login-ku3936__step-description {
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-and-login-ku3936__list li,
  .page-blog-how-to-register-and-login-ku3936__list-icon p {
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-and-login-ku3936__list-icon li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-how-to-register-and-login-ku3936__list-icon-img {
    
    
  }

  .page-blog-how-to-register-and-login-ku3936__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-register-and-login-ku3936__benefit-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-register-and-login-ku3936__benefit-image {
    max-width: 200px;
  }

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

  .page-blog-how-to-register-and-login-ku3936__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px;
  }
}