/* Start custom CSS for section, class: .elementor-element-29f5bcd0 */.case-study {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.case-study h1 {
  color: #004d80;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.case-study h2 {
  color: #004d80;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 16px;
}

.case-study h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  margin: 20px 0 8px;
}

.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 .comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.case-study .comparison th,
.case-study .comparison td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.case-study .comparison th {
  background: #f5f5f5;
  font-weight: bold;
}

/* 痛點共情區塊 */
.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 .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);
}/* End custom CSS */