/* ===== Section Divider ===== */
.section-divider {
  height: 1px;
  background: #E2E8F0;
  margin: 100px 0;
}

/* ===== Case Study Images ===== */
.case-image {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: 0 6px 25px rgba(15, 23, 42, 0.06);
}

/* ===== Coverage Links ===== */
.coverage-links a {
  display: block;
  text-decoration: none;
  color: #0F172A;
  margin-bottom: 8px;
}

.coverage-links a:hover {
  color: #4F46E5;
}
