/**
 * Join / checkout page layout.
 */
.pz-join {
  background: var(--surface);
}

.pz-join__hero {
  padding: clamp(2.5rem, 6vw, 3.5rem) 0 2rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: var(--surface-muted);
}

.pz-join__hero .pz-eyebrow {
  justify-content: center;
}

.pz-join__hero .pz-section-title {
  margin-bottom: 0.75rem;
}

.pz-join__lead {
  margin: 0 auto;
  max-width: 32rem;
  text-align: center;
}

.pz-join__form {
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(3rem, 8vw, 4rem);
}

.pz-join__form .mp_wrapper {
  max-width: 28rem;
}

.pz-join__below {
  padding-bottom: clamp(3rem, 8vw, 4rem);
  max-width: 40rem;
  margin-inline: auto;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.pz-join__below > *:first-child {
  margin-top: 0;
}

.pz-join__notice {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px dashed var(--line-accent);
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 28rem;
  margin-inline: auto;
}
