/* ============================================
   CASE STUDY SECTION
   Industrial B2B case study styling
   ============================================ */

.case-study-section {
  background: #F9FAFB;
  padding: 80px 0;
}

.case-study-section .services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.case-study-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.case-study-section .section-overline {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #FF6B4A;
  margin-bottom: 12px;
}

.case-study-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 12px;
  line-height: 1.2;
}

.case-study-section .section-subtitle {
  font-size: 18px;
  color: #737373;
  line-height: 1.6;
}

.case-study-box {
  background: white;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7EB;
}

.case-study-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #171717;
  margin-top: 32px;
  margin-bottom: 16px;
}

.case-study-subtitle:first-child {
  margin-top: 0;
}

.case-study-box p {
  font-size: 16px;
  color: #525252;
  line-height: 1.6;
  margin-bottom: 12px;
}

.case-study-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.case-study-list li {
  font-size: 16px;
  color: #525252;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.case-study-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: #FF6B4A;
  font-weight: 700;
}

.case-study-results {
  background: #F0FDF4;
  border-left: 4px solid #10B981;
  padding: 24px;
  border-radius: 8px;
  margin-top: 16px;
}

.case-study-results p {
  font-size: 16px;
  color: #065F46;
  line-height: 1.8;
  margin-bottom: 8px;
}

.case-study-results p:last-child {
  margin-bottom: 0;
}

.case-study-quote {
  background: #F9FAFB;
  border-left: 4px solid #FF6B4A;
  padding: 24px 32px;
  margin-top: 32px;
  font-size: 16px;
  font-style: italic;
  color: #171717;
  line-height: 1.8;
  border-radius: 8px;
}

.case-study-quote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #525252;
}

/* Responsive */
@media (max-width: 768px) {
  .case-study-section {
    padding: 60px 0;
  }

  .case-study-box {
    padding: 32px 24px;
  }

  .case-study-section .section-title {
    font-size: 28px;
  }

  .case-study-quote {
    padding: 20px 24px;
  }
}
