/* Start custom CSS for section, class: .elementor-element-68864bea */.case-study {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.case-study h1, 
.case-study h2, 
.case-study h3 {
  color: #004d80;
  margin-top: 30px;
  margin-bottom: 18px;
}

.case-study .intro {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 24px;
}

.case-study ul, 
.case-study ol {
  padding-left: 22px;
  margin-bottom: 24px;
}

/* ✅ 痛點共情區塊 */
.case-study .pain-points {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.case-study .pain-points h2 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #d13a3a; /* 突出痛點 */
}

.case-study .pain-points ul {
  margin-bottom: 15px;
}

.case-study .pain-points p {
  margin-bottom: 12px;
}

.case-study .cta {
  text-align: center;
  margin: 40px 0;
}

.case-study .btn-cta {
  display: inline-block;
  padding: 14px 30px;
  background:#3c5f88;
  color: #fff!important;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.case-study .btn-cta:hover {
  background: #005ea6;
  transform: translateY(-2px);
}

.case-study .faq h3 {
  margin: 20px 0 8px;
  font-size: 1rem;
  color: #222;
}/* End custom CSS */