.page-blog-how-to-register-lucki8-account {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from body, defined in shared.css */
}

.page-blog-how-to-register-lucki8-account__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
}

.page-blog-how-to-register-lucki8-account__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-blog-how-to-register-lucki8-account__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 8px;
}

.page-blog-how-to-register-lucki8-account__hero-title {
  font-size: clamp(2em, 4vw, 3em);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-how-to-register-lucki8-account__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-lucki8-account__section {
  padding: 60px 0;
}

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

.page-blog-how-to-register-lucki8-account__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-how-to-register-lucki8-account__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-how-to-register-lucki8-account__introduction,
.page-blog-how-to-register-lucki8-account__registration-guide,
.page-blog-how-to-register-lucki8-account__benefits,
.page-blog-how-to-register-lucki8-account__conclusion {
  background-color: #ffffff; /* Light background for content */
  color: #333333;
}

.page-blog-how-to-register-lucki8-account__preparation,
.page-blog-how-to-register-lucki8-account__security-tips,
.page-blog-how-to-register-lucki8-account__faq-section {
  background-color: #26A9E0; /* Brand color background for sections */
  color: #ffffff;
}

.page-blog-how-to-register-lucki8-account__preparation .page-blog-how-to-register-lucki8-account__section-title,
.page-blog-how-to-register-lucki8-account__security-tips .page-blog-how-to-register-lucki8-account__section-title,
.page-blog-how-to-register-lucki8-account__faq-section .page-blog-how-to-register-lucki8-account__section-title {
  color: #ffffff;
}

.page-blog-how-to-register-lucki8-account__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-register-lucki8-account__list-item {
  background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent background for list items on dark sections */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-lucki8-account__light-bg .page-blog-how-to-register-lucki8-account__list-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-how-to-register-lucki8-account__list-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #EA7C07; /* Highlight for titles */
}

.page-blog-how-to-register-lucki8-account__light-bg .page-blog-how-to-register-lucki8-account__list-title {
  color: #26A9E0;
}

.page-blog-how-to-register-lucki8-account__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
}

.page-blog-how-to-register-lucki8-account__ordered-list .page-blog-how-to-register-lucki8-account__list-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-how-to-register-lucki8-account__ordered-list .page-blog-how-to-register-lucki8-account__list-title {
  color: #26A9E0;
}

.page-blog-how-to-register-lucki8-account__sub-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-blog-how-to-register-lucki8-account__sub-list li {
  margin-bottom: 8px;
}

.page-blog-how-to-register-lucki8-account__cta-button {
  display: inline-block;
  background-color: #EA7C07; /* Login/CTA button color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-blog-how-to-register-lucki8-account__cta-button:hover {
  background-color: #d16b06;
}

.page-blog-how-to-register-lucki8-account a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-how-to-register-lucki8-account a:hover {
  text-decoration: underline;
}

.page-blog-how-to-register-lucki8-account__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.page-blog-how-to-register-lucki8-account__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none; /* For details/summary */
}

.page-blog-how-to-register-lucki8-account__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-how-to-register-lucki8-account__faq-item[open] > .page-blog-how-to-register-lucki8-account__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page-blog-how-to-register-lucki8-account__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-how-to-register-lucki8-account__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-how-to-register-lucki8-account__image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-register-lucki8-account__hero-title {
    font-size: 2em;
  }

  .page-blog-how-to-register-lucki8-account__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-register-lucki8-account__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-register-lucki8-account__list-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-register-lucki8-account__list-item,
  .page-blog-how-to-register-lucki8-account__faq-item {
    padding: 15px;
  }

  .page-blog-how-to-register-lucki8-account__faq-question {
    padding: 15px 20px;
  }

  .page-blog-how-to-register-lucki8-account__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-how-to-register-lucki8-account__hero-content {
    padding: 15px;
  }

  /* Mobile responsive image and button rules */
  .page-blog-how-to-register-lucki8-account img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-lucki8-account__section,
  .page-blog-how-to-register-lucki8-account__card,
  .page-blog-how-to-register-lucki8-account__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-lucki8-account__cta-button,
  .page-blog-how-to-register-lucki8-account__btn-primary,
  .page-blog-how-to-register-lucki8-account__btn-secondary,
  .page-blog-how-to-register-lucki8-account a[class*="button"],
  .page-blog-how-to-register-lucki8-account a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-lucki8-account__cta-buttons,
  .page-blog-how-to-register-lucki8-account__button-group,
  .page-blog-how-to-register-lucki8-account__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-how-to-register-lucki8-account__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-how-to-register-lucki8-account__hero-section {
    padding-top: 10px !important;
  }
}