/* style/blog-momo-game-no-hu-online-guide.css */
.page-blog-momo-game-no-hu-online-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-momo-game-no-hu-online-guide__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F4F7FB;
}

.page-blog-momo-game-no-hu-online-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Limit height for aesthetic */
  margin-bottom: 20px;
}

.page-blog-momo-game-no-hu-online-guide__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
  z-index: 1;
  position: relative; /* Ensure it's above other elements if any, but not overlapping image */
}

.page-blog-momo-game-no-hu-online-guide__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #1F2D3D;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-momo-game-no-hu-online-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-momo-game-no-hu-online-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-blog-momo-game-no-hu-online-guide__btn-primary,
.page-blog-momo-game-no-hu-online-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-momo-game-no-hu-online-guide__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-momo-game-no-hu-online-guide__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-momo-game-no-hu-online-guide__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-momo-game-no-hu-online-guide__btn-secondary:hover {
  background: #F4F7FB;
  color: #2F6BFF;
  border-color: #4A8BFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-blog-momo-game-no-hu-online-guide__btn-text-link {
  color: #2F6BFF;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-momo-game-no-hu-online-guide__btn-text-link:hover {
  color: #4A8BFF;
}

.page-blog-momo-game-no-hu-online-guide__section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-blog-momo-game-no-hu-online-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-momo-game-no-hu-online-guide__section-title {
  font-size: 2.5rem;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-momo-game-no-hu-online-guide__text-block {
  font-size: 1.1rem;
  color: #1F2D3D;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-momo-game-no-hu-online-guide__guide-steps,
.page-blog-momo-game-no-hu-online-guide__strategies,
.page-blog-momo-game-no-hu-online-guide__features,
.page-blog-momo-game-no-hu-online-guide__security-info {
  background-color: #FFFFFF;
  padding: 60px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-blog-momo-game-no-hu-online-guide__step-list,
.page-blog-momo-game-no-hu-online-guide__strategy-list,
.page-blog-momo-game-no-hu-online-guide__security-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-momo-game-no-hu-online-guide__step-item,
.page-blog-momo-game-no-hu-online-guide__strategy-item,
.page-blog-momo-game-no-hu-online-guide__security-item {
  background-color: #F4F7FB;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-blog-momo-game-no-hu-online-guide__step-title,
.page-blog-momo-game-no-hu-online-guide__strategy-title,
.page-blog-momo-game-no-hu-online-guide__feature-title {
  font-size: 1.8rem;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-momo-game-no-hu-online-guide__step-description,
.page-blog-momo-game-no-hu-online-guide__strategy-description,
.page-blog-momo-game-no-hu-online-guide__feature-description {
  font-size: 1rem;
  color: #1F2D3D;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-momo-game-no-hu-online-guide__step-image,
.page-blog-momo-game-no-hu-online-guide__strategy-image,
.page-blog-momo-game-no-hu-online-guide__feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-momo-game-no-hu-online-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-momo-game-no-hu-online-guide__feature-card {
  background: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-momo-game-no-hu-online-guide__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-blog-momo-game-no-hu-online-guide__faq-section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-blog-momo-game-no-hu-online-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-momo-game-no-hu-online-guide__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-momo-game-no-hu-online-guide__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  list-style: none;
  user-select: none;
  outline: none;
}

.page-blog-momo-game-no-hu-online-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-momo-game-no-hu-online-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-momo-game-no-hu-online-guide__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-blog-momo-game-no-hu-online-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-momo-game-no-hu-online-guide__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-momo-game-no-hu-online-guide__faq-answer a {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-momo-game-no-hu-online-guide__call-to-action {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(47, 107, 255, 0.3);
}

.page-blog-momo-game-no-hu-online-guide__call-to-action .page-blog-momo-game-no-hu-online-guide__section-title {
  color: #ffffff;
  margin-bottom: 25px;
}

.page-blog-momo-game-no-hu-online-guide__cta-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General image styling */
.page-blog-momo-game-no-hu-online-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-momo-game-no-hu-online-guide__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-momo-game-no-hu-online-guide__hero-description {
    font-size: clamp(0.9rem, 2.2vw, 1.15rem);
  }

  .page-blog-momo-game-no-hu-online-guide__section-title {
    font-size: 2rem;
  }

  .page-blog-momo-game-no-hu-online-guide__step-title,
  .page-blog-momo-game-no-hu-online-guide__strategy-title,
  .page-blog-momo-game-no-hu-online-guide__feature-title {
    font-size: 1.6rem;
  }

  .page-blog-momo-game-no-hu-online-guide__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-momo-game-no-hu-online-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-blog-momo-game-no-hu-online-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-momo-game-no-hu-online-guide__hero-content {
    padding: 0 15px 20px;
  }

  .page-blog-momo-game-no-hu-online-guide__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 10px;
  }

  .page-blog-momo-game-no-hu-online-guide__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
    margin-bottom: 20px;
  }

  /* 通用图片与容器 */
  .page-blog-momo-game-no-hu-online-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-momo-game-no-hu-online-guide__container,
  .page-blog-momo-game-no-hu-online-guide__section,
  .page-blog-momo-game-no-hu-online-guide__step-item,
  .page-blog-momo-game-no-hu-online-guide__strategy-item,
  .page-blog-momo-game-no-hu-online-guide__feature-card,
  .page-blog-momo-game-no-hu-online-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-momo-game-no-hu-online-guide__section {
    padding: 40px 0;
  }

  .page-blog-momo-game-no-hu-online-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-momo-game-no-hu-online-guide__text-block {
    font-size: 1rem;
  }

  .page-blog-momo-game-no-hu-online-guide__step-title,
  .page-blog-momo-game-no-hu-online-guide__strategy-title,
  .page-blog-momo-game-no-hu-online-guide__feature-title {
    font-size: 1.4rem;
  }

  .page-blog-momo-game-no-hu-online-guide__step-item,
  .page-blog-momo-game-no-hu-online-guide__strategy-item,
  .page-blog-momo-game-no-hu-online-guide__security-item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-blog-momo-game-no-hu-online-guide__feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-momo-game-no-hu-online-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    padding: 0 15px;
  }

  .page-blog-momo-game-no-hu-online-guide__btn-primary,
  .page-blog-momo-game-no-hu-online-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-momo-game-no-hu-online-guide__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-momo-game-no-hu-online-guide__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-momo-game-no-hu-online-guide__call-to-action {
    padding: 50px 15px;
  }

  .page-blog-momo-game-no-hu-online-guide__cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}