linghu-qushuiyin-guide.lh--content {
  background: #0a0e14;
  color: #e0e0e0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  padding: 0;
  margin: 0;
}

.linghu-qushuiyin-guide section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px;
}

.linghu-qushuiyin-guide h2 {
  color: #e0e0e0;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.4;
}

.linghu-qushuiyin-guide h3 {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
}

.linghu-qushuiyin-guide p {
  color: #8b95a5;
  font-size: 14px;
  margin: 0 0 8px;
}

.linghu-qushuiyin-guide a {
  color: #00b4d8;
  text-decoration: none;
}

.linghu-qushuiyin-guide a:hover {
  text-decoration: underline;
}

.linghu-qushuiyin-guide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.linghu-qushuiyin-guide li {
  padding: 4px 0;
  font-size: 14px;
  color: #8b95a5;
}

.linghu-qushuiyin-guide li::before {
  content: "•";
  color: #00b4d8;
  margin-right: 8px;
}

/* tool-limit-note */
.linghu-qushuiyin-guide .tool-limit-note {
  border-top: 1px solid #1e2a3a;
  font-size: 13px;
  color: #6b7280;
  padding: 20px 24px;
  text-align: center;
}

.linghu-qushuiyin-guide .tool-limit-note strong {
  color: #8b95a5;
}

/* selling-points */
.linghu-qushuiyin-guide .selling-points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.linghu-qushuiyin-guide .selling-point-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #141b22;
  border-radius: 10px;
  padding: 20px;
}

.linghu-qushuiyin-guide .selling-point-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.linghu-qushuiyin-guide .selling-point-item strong {
  display: block;
  color: #e0e0e0;
  font-size: 15px;
  margin-bottom: 4px;
}

.linghu-qushuiyin-guide .selling-point-item p {
  margin: 0;
  font-size: 13px;
}

/* steps-section */
.linghu-qushuiyin-guide .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.linghu-qushuiyin-guide .step-card {
  background: #141b22;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.linghu-qushuiyin-guide .step-number {
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 12px;
  color: #00b4d8;
  font-weight: 700;
}

.linghu-qushuiyin-guide .step-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.linghu-qushuiyin-guide .step-title {
  font-size: 15px;
  color: #e0e0e0;
  font-weight: 600;
  margin-bottom: 6px;
}

.linghu-qushuiyin-guide .step-description {
  font-size: 13px;
  color: #8b95a5;
  margin: 0;
}

/* fit-section */
.linghu-qushuiyin-guide .fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.linghu-qushuiyin-guide .fit-card {
  background: #141b22;
  border-radius: 10px;
  padding: 24px;
}

.linghu-qushuiyin-guide .fit-card h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

.linghu-qushuiyin-guide .fit-card-positive h3 {
  color: #34d399;
}

.linghu-qushuiyin-guide .fit-card-caution h3 {
  color: #fbbf24;
}

.linghu-qushuiyin-guide .fit-card li::before {
  color: inherit;
}

.linghu-qushuiyin-guide .fit-card-positive li::before {
  color: #34d399;
}

.linghu-qushuiyin-guide .fit-card-caution li::before {
  color: #fbbf24;
}

/* faq-section */
.linghu-qushuiyin-guide .faq-list {
  margin-top: 16px;
}

.linghu-qushuiyin-guide .faq-item {
  border-bottom: 1px solid #1e2a3a;
  padding: 16px 0;
}

.linghu-qushuiyin-guide .faq-question {
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}

.linghu-qushuiyin-guide .faq-answer {
  color: #8b95a5;
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

/* footer */
.linghu-qushuiyin-guide .footer {
  border-top: 1px solid #1e2a3a;
  padding: 32px 24px;
}

.linghu-qushuiyin-guide .footer-container {
  max-width: 960px;
  margin: 0 auto;
}

.linghu-qushuiyin-guide .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.linghu-qushuiyin-guide .footer-title {
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.linghu-qushuiyin-guide .footer-links li {
  padding: 3px 0;
}

.linghu-qushuiyin-guide .footer-links a {
  color: #8b95a5;
  font-size: 13px;
}

.linghu-qushuiyin-guide .footer-links a:hover {
  color: #00b4d8;
}

.linghu-qushuiyin-guide .footer-bottom {
  border-top: 1px solid #1e2a3a;
  padding-top: 16px;
  text-align: center;
}

.linghu-qushuiyin-guide .footer-copyright,
.linghu-qushuiyin-guide .footer-platforms {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 4px;
}

/* responsive */
@media (max-width: 768px) {
  .linghu-qushuiyin-guide .selling-points-grid {
    grid-template-columns: 1fr;
  }

  .linghu-qushuiyin-guide .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .linghu-qushuiyin-guide .fit-grid {
    grid-template-columns: 1fr;
  }

  .linghu-qushuiyin-guide .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .linghu-qushuiyin-guide .steps-grid {
    grid-template-columns: 1fr;
  }
}
