/**
 * Footer product line — slim REV DE$K™ credit (not a thick card slab).
 */
.pm-product-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto 1rem;
  padding: 0;
  max-width: 28rem;
  border: none;
  background: none;
  box-shadow: none;
}

.pm-product-lockup__mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.92;
  filter: drop-shadow(0 0 8px rgba(0, 194, 232, 0.25));
}

.pm-product-lockup__copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  text-align: left;
}

.pm-product-lockup__name {
  margin: 0;
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: rgba(246, 244, 238, 0.92);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.pm-product-lockup .pm-powered {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(243, 241, 234, 0.55);
}

@media (max-width: 640px) {
  .pm-product-lockup {
    max-width: 100%;
  }
}
