.card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
  font-family: inherit;
}

.card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.card-header {
  display: block;
  width: 100%;
  height: 360px;
  padding: 0;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  object-position: center;
}

.card-content {
  padding: 28px 24px 24px 24px;
  background: transparent;
}

.card-title {
  margin: 0 0 12px;
  font-size: 1.45rem !important;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  text-shadow: none;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.card-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #2c2c2c;
}