/* style/blog-how-to-register-login-lb555-link.css */
/* body 已 padding-top: var(--header-offset)；页面禁止再写该变量 */
.page-blog-how-to-register-login-lb555-link {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

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

.page-blog-how-to-register-login-lb555-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-register-login-lb555-link__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-blog-how-to-register-login-lb555-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image for text readability */
}

.page-blog-how-to-register-login-lb555-link__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: -300px; /* Pull content up over the image */
  padding: 0 20px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.page-blog-how-to-register-login-lb555-link__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.page-blog-how-to-register-login-lb555-link__description {
  font-size: 1.15em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-lb555-link__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-register-login-lb555-link__btn-primary,
.page-blog-how-to-register-login-lb555-link__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
}

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

.page-blog-how-to-register-login-lb555-link__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-how-to-register-login-lb555-link__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-login-lb555-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-how-to-register-login-lb555-link__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-how-to-register-login-lb555-link__content-area {
  padding: 60px 0;
}

.page-blog-how-to-register-login-lb555-link__dark-section {
  background-color: rgba(38, 169, 224, 0.1); /* Slightly transparent brand color for dark sections */
  color: #ffffff;
}

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

.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__section-title {
  color: #ffffff;
}

.page-blog-how-to-register-login-lb555-link__content-area p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-register-login-lb555-link__feature-list,
.page-blog-how-to-register-login-lb555-link__steps-guide,
.page-blog-how-to-register-login-lb555-link__issue-resolution,
.page-blog-how-to-register-login-lb555-link__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-register-login-lb555-link__feature-item,
.page-blog-how-to-register-login-lb555-link__step-item,
.page-blog-how-to-register-login-lb555-link__issue-item,
.page-blog-how-to-register-login-lb555-link__game-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible cards on dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-blog-how-to-register-login-lb555-link__feature-title,
.page-blog-how-to-register-login-lb555-link__step-title,
.page-blog-how-to-register-login-lb555-link__issue-title,
.page-blog-how-to-register-login-lb555-link__game-title,
.page-blog-how-to-register-login-lb555-link__promotion-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__feature-title,
.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__step-title,
.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__issue-title,
.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__game-title,
.page-blog-how-to-register-login-lb555-link__dark-section .page-blog-how-to-register-login-lb555-link__promotion-title {
  color: #ffffff;
}

.page-blog-how-to-register-login-lb555-link__step-image,
.page-blog-how-to-register-login-lb555-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-login-lb555-link__checklist,
.page-blog-how-to-register-login-lb555-link__promotion-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-how-to-register-login-lb555-link__checklist li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}

.page-blog-how-to-register-login-lb555-link__checklist li::before {
  content: '✔';
  color: #26A9E0;
  position: absolute;
  left: 0;
}

.page-blog-how-to-register-login-lb555-link__note-box {
  background-color: rgba(234, 124, 7, 0.1); /* Login color with transparency */
  border-left: 5px solid #EA7C07;
  padding: 20px;
  border-radius: 8px;
  margin-top: 40px;
  color: #ffffff;
}

.page-blog-how-to-register-login-lb555-link__note-title {
  font-size: 1.4em;
  color: #EA7C07;
  margin-bottom: 10px;
}

.page-blog-how-to-register-login-lb555-link__game-item .page-blog-how-to-register-login-lb555-link__btn-secondary {
  margin-top: 15px;
  margin-right: 10px;
}

.page-blog-how-to-register-login-lb555-link__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-register-login-lb555-link__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-register-login-lb555-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  list-style: none; /* Remove default marker for details summary */
}

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

.page-blog-how-to-register-login-lb555-link__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-login-lb555-link__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-register-login-lb555-link__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1.05em;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-lb555-link__faq-item[open] .page-blog-how-to-register-login-lb555-link__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-how-to-register-login-lb555-link__conclusion-section {
  text-align: center;
  padding: 60px 0;
  background-color: rgba(38, 169, 224, 0.05);
}

.page-blog-how-to-register-login-lb555-link__conclusion-section .page-blog-how-to-register-login-lb555-link__section-title {
  color: #26A9E0;
}

.page-blog-how-to-register-login-lb555-link__conclusion-section p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-register-login-lb555-link__hero-content {
    margin-top: -200px;
  }
  .page-blog-how-to-register-login-lb555-link__main-title {
    font-size: 2.8em;
  }
  .page-blog-how-to-register-login-lb555-link__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-login-lb555-link__hero-content {
    margin-top: -150px;
    padding: 0 15px;
  }
  .page-blog-how-to-register-login-lb555-link__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-blog-how-to-register-login-lb555-link__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-how-to-register-login-lb555-link__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-how-to-register-login-lb555-link__btn-primary,
  .page-blog-how-to-register-login-lb555-link__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-register-login-lb555-link__content-area {
    padding: 40px 0;
  }
  .page-blog-how-to-register-login-lb555-link__container {
    padding: 0 15px;
  }
  .page-blog-how-to-register-login-lb555-link__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-how-to-register-login-lb555-link__feature-item,
  .page-blog-how-to-register-login-lb555-link__step-item,
  .page-blog-how-to-register-login-lb555-link__issue-item,
  .page-blog-how-to-register-login-lb555-link__game-item {
    padding: 20px;
  }
  .page-blog-how-to-register-login-lb555-link__feature-title,
  .page-blog-how-to-register-login-lb555-link__step-title,
  .page-blog-how-to-register-login-lb555-link__issue-title,
  .page-blog-how-to-register-login-lb555-link__game-title,
  .page-blog-how-to-register-login-lb555-link__promotion-title {
    font-size: 1.3em;
  }
  .page-blog-how-to-register-login-lb555-link__step-image,
  .page-blog-how-to-register-login-lb555-link__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-register-login-lb555-link__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-blog-how-to-register-login-lb555-link__faq-answer {
    font-size: 1em;
  }
  .page-blog-how-to-register-login-lb555-link__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 20px;
  }
}

/* Ensure all images are responsive */
.page-blog-how-to-register-login-lb555-link img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile specific for content area containers */
@media (max-width: 768px) {
  .page-blog-how-to-register-login-lb555-link__content-area,
  .page-blog-how-to-register-login-lb555-link__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-how-to-register-login-lb555-link__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}