/**
 * Shared product landing layout — typography & spacing aligned with GrowPath.
 * Accent colors stay on .gp-brand / .mq-surface via CSS variables.
 */

.pp-layout {
  --pp-accent-deep: var(--product-hero-accent-deep, var(--ak-accent, #9a7348));
  --pp-accent: var(--product-hero-accent, var(--ak-accent, #9a7348));
  --pp-accent-soft: var(--pp-accent-soft-custom, rgba(154, 115, 72, 0.18));
  --pp-ink-muted: var(--ak-ink-muted, #8a8378);
  --pp-radius: 14px;
  --pp-radius-xl: 22px;
}

.gp-brand.pp-layout,
.gp-brand .pp-layout {
  --pp-accent-soft-custom: rgba(90, 143, 122, 0.18);
}

.pp-section-title {
  font-family: "Noto Serif TC", var(--ak-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--pp-accent-deep);
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

.pp-form-section {
  margin: 1.5rem 0 2.5rem;
}

.pp-form-intro {
  font-size: 0.88rem;
  color: var(--pp-ink-muted);
  margin: 0 0 0.85rem;
  line-height: 1.5;
  text-align: left;
}

.pp-form-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem;
  border-radius: var(--pp-radius-xl);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}

.pp-form-card form {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.pp-form-card .gp-field,
.pp-form-card .mq-field,
.pp-form-card .gp-birth-dates,
.pp-form-card .mq-birth-dates,
.pp-form-card .mq-birth-time {
  min-width: 0;
  max-width: 100%;
}

.pp-form-card input[type="time"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pp-form-card input[type="time"]::-webkit-date-and-time-value {
  min-width: 0;
  text-align: start;
}

.pp-form-card label {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 0;
}

.pp-form-legal {
  font-size: 0.72rem;
  line-height: 1.5;
  margin: 0;
}

.pp-err {
  font-size: 0.88rem;
  margin-top: 0.75rem;
}

.pp-how {
  margin: 2.5rem 0;
}

.pp-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.pp-steps > li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0;
  border: none;
  background: none;
}

.pp-step-num {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pp-accent-soft);
  color: var(--pp-accent-deep);
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
}

.pp-step-body {
  flex: 1;
  min-width: 0;
}

.pp-step-body strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.pp-step-body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--pp-ink-muted);
}

.pp-step-has-preview .pp-step-body {
  flex: 1;
  min-width: 0;
}

.pp-hint {
  font-size: 0.88rem;
  line-height: 1.5;
}
