/* Promo card — full-bleed image with top + bottom scrims, heading/subtitle
   at the top, full-width white pill button at the bottom. */
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc {
  position: relative;
  display: block;
  aspect-ratio: 368 / 460;
  border-radius: var(--hu-radius-card);
  overflow: hidden;
  text-decoration: none;
  background: var(--hu-brand-black);
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-scrim {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-scrim--top {
  top: 0;
  height: 52%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0) 100%);
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-scrim--bottom {
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0) 100%);
}

.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  color: var(--hu-white);
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--hu-white);
}
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--hu-white);
}

.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: var(--hu-radius-pill);
  background: var(--hu-white);
  color: var(--hu-brand-black);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* Hover: image zoom */
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc-img { transition: transform 0.4s ease; }
.cc_m72Blh0rnq_1Z8tFZ3ohw .prc:hover .prc-img { transform: scale(1.05); }
