/* services.css — price-card variant of .card, used by the Services grid. */

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
}
.svc .price {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--ink);
}
