.sibling-heading {
  font-size: 20px;
  font-weight: 500;
  color: #490f3a;
  margin-bottom: 1.25rem;
}

/* Slightly smaller type inside sibling cards */
.svc-grid .svc-title {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.svc-grid .svc-body {
  font-size: 13px;
  margin-bottom: 1.5rem;
}

/* Dark CTA card — fills the 3rd column */
.cta-card {
  background-color: #490f3a;
  border: 1px solid #6b1857;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.cta-label {
  font-size: 11px;
  font-weight: 500;
  color: #fcfbfa;
  margin-bottom: 0.5rem;
  max-width: none;
}

.cta-heading {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  max-width: none;
}

.cta-text {
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.85;
  flex: 1;
  margin-bottom: 1.25rem;
  max-width: none;
}

.cta-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #490f3a;
  background-color: #f1eade;
  border: none;
  padding: 8px 18px;
  min-width: 110px;
  text-align: center;
  align-self: flex-start;
  text-decoration: none;
  transition: background 0.15s;
}

.cta-btn:hover {
  background-color: #ccbfe0;
}
