.page-blog-2hm88-login-solutions {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #F5F7FA;
  line-height: 1.6;
}

.page-blog-2hm88-login-solutions__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Minimal top padding, body handles header offset */
  padding-bottom: 0;
  margin-bottom: 40px;
}

.page-blog-2hm88-login-solutions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-blog-2hm88-login-solutions__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transform: translateY(-50px); /* Overlap hero image slightly */
  position: relative;
  z-index: 1;
}

.page-blog-2hm88-login-solutions__hero-title {
  font-size: 2.8em;
  color: #E53935;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-2hm88-login-solutions__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-blog-2hm88-login-solutions__btn-primary,
.page-blog-2hm88-login-solutions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2hm88-login-solutions__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-2hm88-login-solutions__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-2px);
}

.page-blog-2hm88-login-solutions__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-2hm88-login-solutions__btn-secondary:hover {
  background: #f0f0f0;
  color: #E53935;
  transform: translateY(-2px);
}

.page-blog-2hm88-login-solutions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-2hm88-login-solutions__container {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-2hm88-login-solutions__section-title {
  font-size: 2em;
  color: #E53935;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__subsection-title {
  font-size: 1.6em;
  color: #FF5A4F;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-2hm88-login-solutions__issue-card {
  background-color: #fcfcfc;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-2hm88-login-solutions__issue-title {
  font-size: 1.4em;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__issue-description {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #555555;
}

.page-blog-2hm88-login-solutions__issue-list,
.page-blog-2hm88-login-solutions__unordered-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-2hm88-login-solutions__ordered-list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-2hm88-login-solutions__issue-list li,
.page-blog-2hm88-login-solutions__unordered-list li,
.page-blog-2hm88-login-solutions__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-2hm88-login-solutions__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
  border-radius: 8px;
  max-width: 1000px; /* Recommended max width */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2hm88-login-solutions__text-link {
  color: #E53935;
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__text-link:hover {
  color: #FF5A4F;
  text-decoration: none;
}

.page-blog-2hm88-login-solutions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-2hm88-login-solutions__faq-container {
  margin-top: 30px;
}

.page-blog-2hm88-login-solutions__faq-item {
  background-color: #fcfcfc;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-2hm88-login-solutions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-2hm88-login-solutions__faq-item[open] > .page-blog-2hm88-login-solutions__faq-question {
  background-color: #E53935;
  color: #ffffff;
}

.page-blog-2hm88-login-solutions__faq-item[open] > .page-blog-2hm88-login-solutions__faq-question .page-blog-2hm88-login-solutions__faq-qtext {
  color: #ffffff;
}

.page-blog-2hm88-login-solutions__faq-item[open] > .page-blog-2hm88-login-solutions__faq-question .page-blog-2hm88-login-solutions__faq-toggle {
  color: #ffffff;
}

.page-blog-2hm88-login-solutions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-2hm88-login-solutions__faq-qtext {
  flex-grow: 1;
  color: #333333;
}

.page-blog-2hm88-login-solutions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #E53935;
  transition: transform 0.3s ease;
}

.page-blog-2hm88-login-solutions__faq-item[open] .page-blog-2hm88-login-solutions__faq-toggle {
  transform: rotate(0deg); /* Explicitly set to 0 for consistency */
}

.page-blog-2hm88-login-solutions__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
  background-color: #fcfcfc;
}

.page-blog-2hm88-login-solutions__cta-footer {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #fff8f8;
  border-radius: 8px;
  border: 1px solid #ffe0e0;
}

.page-blog-2hm88-login-solutions__cta-footer p {
  font-size: 1.3em;
  color: #E53935;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-blog-2hm88-login-solutions__cta-footer .page-blog-2hm88-login-solutions__btn-primary {
  font-size: 1.1em;
  padding: 15px 30px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-2hm88-login-solutions {
    font-size: 15px;
    line-height: 1.5;
  }

  /* HERO 主图区域 */
  .page-blog-2hm88-login-solutions__hero-section {
    padding-top: 10px !important;
    margin-bottom: 20px;
  }

  .page-blog-2hm88-login-solutions__hero-image {
    max-height: 300px;
  }

  .page-blog-2hm88-login-solutions__hero-content {
    padding: 25px 15px;
    transform: translateY(-30px); /* Adjust overlap for mobile */
    margin: 0 15px;
  }

  .page-blog-2hm88-login-solutions__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-2hm88-login-solutions__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-2hm88-login-solutions__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* 通用图片与容器 */
  .page-blog-2hm88-login-solutions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-2hm88-login-solutions__container,
  .page-blog-2hm88-login-solutions__issue-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px 15px !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-2hm88-login-solutions__content-area {
    padding: 10px;
  }

  /* 按钮与按钮容器 */
  .page-blog-2hm88-login-solutions__btn-primary,
  .page-blog-2hm88-login-solutions__btn-secondary,
  .page-blog-2hm88-login-solutions a[class*="button"],
  .page-blog-2hm88-login-solutions 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 !important;
    padding-right: 15px !important;
  }

  .page-blog-2hm88-login-solutions__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 30px;
  }

  /* 其他内容模块 */
  .page-blog-2hm88-login-solutions__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-2hm88-login-solutions__subsection-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-2hm88-login-solutions__text-block,
  .page-blog-2hm88-login-solutions__issue-description,
  .page-blog-2hm88-login-solutions__issue-list li,
  .page-blog-2hm88-login-solutions__unordered-list li,
  .page-blog-2hm88-login-solutions__ordered-list li,
  .page-blog-2hm88-login-solutions__faq-answer p {
    font-size: 1em;
  }

  .page-blog-2hm88-login-solutions__faq-question {
    font-size: 1.05em;
    padding: 15px 20px;
  }

  .page-blog-2hm88-login-solutions__faq-answer {
    padding: 10px 20px 20px;
  }

  .page-blog-2hm88-login-solutions__cta-footer p {
    font-size: 1.1em;
    margin-bottom: 20px;
  }

  .page-blog-2hm88-login-solutions__cta-footer .page-blog-2hm88-login-solutions__btn-primary {
    font-size: 1em;
    padding: 12px 25px;
  }
}