/* WonderLead Practitioner registration — editorial shell matching practitioner-page */

body.practitioner-editorial.pr-register {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.practitioner-editorial.pr-register > #registrationContent,
body.practitioner-editorial.pr-register > #pendingBanner {
  flex: 1 0 auto;
}

/* Loading overlay — never replace the form layout */
.pr-reg-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 247, 241, 0.88);
}

.pr-reg-loading-overlay[hidden],
.pr-reg-loading-overlay[style*="display: none"] {
  display: none !important;
}

#authAtSubmitNote {
  background: rgba(168, 122, 45, 0.06);
  border: 1px solid rgba(168, 122, 45, 0.22);
  border-radius: var(--pr-radius);
  padding: 0.85rem 1rem;
  color: var(--pr-ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Scroll-to-top (main.js injects .scroll-to-top; this page does not load components.css) */
.scroll-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 900;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid var(--pr-gold);
  border-radius: 50%;
  background: rgba(250, 247, 241, 0.96);
  color: var(--pr-gold-dark);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--pr-gold);
  color: #fff;
}

.scroll-to-top svg {
  width: 1.15rem;
  height: 1.15rem;
  max-width: 1.15rem;
  max-height: 1.15rem;
  fill: currentColor;
  display: block;
  flex-shrink: 0;
}

/* Sign-in modal (Career Mentor pattern) */
.pr-signin-modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1300;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(24, 34, 48, 0.55);
}

.pr-signin-modal-bg.open {
  display: flex !important;
}

.pr-signin-modal-box {
  width: min(420px, 100%);
  background: var(--pr-white, #fff);
  border: 1px solid rgba(24, 34, 48, 0.12);
  border-radius: var(--pr-radius);
  padding: 1.75rem 1.5rem 1.35rem;
  text-align: center;
}

.pr-signin-modal-box h3 {
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: 1.55rem;
  color: var(--pr-ink);
  margin: 0 0 0.55rem;
}

.pr-signin-modal-box > p {
  font-size: 0.92rem;
  color: var(--pr-ink-soft);
  line-height: 1.55;
  margin: 0 0 1.15rem;
}

.pr-btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid rgba(24, 34, 48, 0.16);
  border-radius: var(--pr-radius);
  background: #fff;
  color: var(--pr-ink);
  font-family: var(--pr-sans);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.pr-btn-google:hover {
  border-color: var(--pr-gold);
  background: rgba(168, 122, 45, 0.05);
}

.pr-btn-google:disabled {
  opacity: 0.65;
  cursor: wait;
}

.pr-signin-or {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.9rem 0;
  color: var(--pr-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pr-signin-or::before,
.pr-signin-or::after {
  content: '';
  flex: 1;
  border-top: 1px solid rgba(24, 34, 48, 0.12);
}

.pr-signin-or span {
  flex-shrink: 0;
}

#modal-email-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(24, 34, 48, 0.16);
  border-radius: var(--pr-radius);
  font-size: 0.88rem;
  font-family: var(--pr-sans);
  margin-bottom: 0.55rem;
  background: #fff;
  color: var(--pr-ink);
}

.pr-btn-magic {
  width: 100%;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: var(--pr-radius);
  background: var(--pr-ink);
  color: var(--pr-cream);
  font-family: var(--pr-sans);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.pr-btn-magic:hover {
  background: var(--pr-gold);
}

.pr-btn-magic:disabled {
  opacity: 0.65;
  cursor: wait;
}

.pr-signin-msg {
  font-size: 0.8rem;
  color: #0d5f6f;
  margin-top: 0.55rem;
  line-height: 1.45;
}

.pr-signin-err {
  font-size: 0.78rem;
  color: #b91c1c;
  margin-top: 0.4rem;
}

.pr-signin-skip {
  display: block;
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.45rem;
  border: none;
  background: transparent;
  color: var(--pr-muted);
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Register hero ───────────────────────────────── */
.reg-hero {
  padding: clamp(48px, 6vw, 80px) var(--pr-pad-x) clamp(36px, 5vw, 56px);
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(168, 122, 45, .08), transparent 55%),
    linear-gradient(180deg, var(--pr-cream) 0%, var(--pr-cream-deep) 100%);
  border-bottom: 1px solid rgba(24, 34, 48, .08);
  text-align: left;
}

.reg-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.reg-hero .breadcrumb {
  font-family: var(--pr-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pr-muted);
  margin-bottom: 22px;
}

.reg-hero .breadcrumb a {
  color: var(--pr-ink-soft);
  text-decoration: none;
}

.reg-hero .breadcrumb a:hover { color: var(--pr-gold); }

.reg-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.reg-hero-eyebrow span:last-child {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pr-gold);
}

.reg-hero h1 {
  margin: 0 0 16px;
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -.015em;
  color: var(--pr-ink);
  text-wrap: balance;
}

.reg-hero .subtitle {
  margin: 0 0 16px;
  max-width: 640px;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--pr-ink-soft);
}

.reg-hero #wl-reg-pricing-note {
  margin: 0 0 36px;
  max-width: 640px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--pr-muted);
}

.reg-hero #wl-reg-pricing-note strong { color: var(--pr-ink); }

/* ── Step progress ───────────────────────────────── */
.step-progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  max-width: 520px;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: var(--pr-radius);
  background: transparent;
  border: 1.5px solid rgba(24, 34, 48, .22);
  color: var(--pr-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pr-mono);
  font-weight: 600;
  font-size: 12px;
  transition: background .3s, border-color .3s, color .3s;
}

.step-circle.active {
  background: var(--pr-ink);
  border-color: var(--pr-ink);
  color: var(--pr-cream);
}

.step-circle.completed {
  background: var(--pr-gold);
  border-color: var(--pr-gold);
  color: var(--pr-ink);
}

.step-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pr-muted);
  text-align: center;
  line-height: 1.3;
}

.step-label.active { color: var(--pr-ink); font-weight: 600; }
.step-label.completed { color: var(--pr-gold-dark); }

.step-connector {
  height: 1px;
  background: rgba(24, 34, 48, .14);
  flex: 1;
  max-width: 48px;
  margin-bottom: 22px;
  transition: background .3s;
}

.step-connector.completed { background: var(--pr-gold); }

/* ── Auth bar ────────────────────────────────────── */
.pr-auth-bar {
  position: sticky;
  top: 61px;
  z-index: 50;
  background: rgba(250, 247, 241, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(24, 34, 48, .08);
  padding: 10px var(--pr-pad-x);
}

.pr-auth-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--pr-ink-soft);
}

.pr-auth-bar-inner strong { color: var(--pr-ink); font-weight: 600; }

/* ── Main container ──────────────────────────────── */
.reg-container {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) var(--pr-pad-x) clamp(72px, 8vw, 120px);
}

.step-panel { display: none; }
.step-panel.active {
  display: block;
  animation: prRegFadeIn .35s var(--pr-ease);
}

@keyframes prRegFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.step-heading {
  margin-bottom: 32px;
}

.step-heading h2 {
  margin: 0 0 8px;
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -.015em;
  color: var(--pr-ink);
}

.step-heading p {
  margin: 0;
  color: var(--pr-ink-soft);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 560px;
}

/* ── Project accordion ───────────────────────────── */
.project-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.accordion-item {
  border: 1.5px solid rgba(24, 34, 48, .12);
  border-radius: var(--pr-radius);
  background: var(--pr-white);
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
  cursor: pointer;
}

.accordion-item:hover {
  border-color: rgba(168, 122, 45, .55);
}

.accordion-item.selected {
  border-color: var(--pr-ink);
  box-shadow: 0 0 0 1px var(--pr-ink);
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  user-select: none;
}

.accordion-header .acc-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: var(--pr-radius);
  background: var(--pr-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pr-cream);
}

.accordion-header .acc-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accordion-header .acc-title { flex: 1; min-width: 0; }

.accordion-header .acc-title h3 {
  font-family: var(--pr-serif);
  font-weight: 600;
  font-size: 20px;
  color: var(--pr-ink);
  margin: 0 0 2px;
}

.accordion-header .acc-title .acc-meta {
  font-family: var(--pr-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--pr-muted);
}

.accordion-header .acc-badge {
  font-family: var(--pr-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--pr-gold-dark);
  background: rgba(168, 122, 45, .1);
  border: 1px solid rgba(168, 122, 45, .28);
  padding: 4px 10px;
  border-radius: var(--pr-radius);
  flex-shrink: 0;
}

.accordion-header .acc-check {
  width: 22px;
  height: 22px;
  border-radius: var(--pr-radius);
  border: 1.5px solid rgba(24, 34, 48, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--pr-cream);
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}

.accordion-item.selected .acc-check {
  background: var(--pr-ink);
  border-color: var(--pr-ink);
}

.accordion-item.selected .acc-check::after { content: '✓'; }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s var(--pr-ease);
  padding: 0 22px;
}

.accordion-body.open {
  max-height: 320px;
  padding: 0 22px 18px;
}

.accordion-body p {
  font-size: 14.5px;
  color: var(--pr-ink-soft);
  line-height: 1.65;
  margin: 0 0 10px;
}

.accordion-body .project-why {
  font-size: 13.5px;
  color: var(--pr-muted);
  font-style: italic;
  font-family: var(--pr-serif);
  margin: 0 0 6px;
}

.accordion-body .project-complexity {
  font-family: var(--pr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pr-gold-dark);
  margin: 0;
}

.suggest-idea-box {
  background: var(--pr-white);
  border: 1.5px dashed rgba(24, 34, 48, .18);
  border-radius: var(--pr-radius);
  padding: 20px 22px;
  margin-bottom: 28px;
  transition: border-color .2s;
}

.suggest-idea-box:focus-within { border-color: var(--pr-gold); }

.suggest-idea-box label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--pr-ink);
  margin-bottom: 8px;
}

.suggest-idea-box textarea {
  width: 100%;
  min-height: 80px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 34, 48, .16);
  border-radius: var(--pr-radius);
  font-size: 14.5px;
  font-family: var(--pr-sans);
  color: var(--pr-ink);
  background: var(--pr-cream);
  resize: vertical;
  transition: border-color .2s, background .2s;
}

.suggest-idea-box textarea:focus {
  outline: none;
  border-color: var(--pr-ink);
  background: var(--pr-white);
}

.custom-note {
  font-size: 12.5px;
  color: var(--pr-muted);
  margin-top: 6px;
  font-style: italic;
}

.custom-note a { color: var(--pr-gold); }

@media (max-width: 640px) {
  .accordion-header { padding: 14px 16px; }
  .accordion-body.open { padding: 0 16px 14px; }
  .accordion-header .acc-badge { display: none; }
}

/* ── Role cards ──────────────────────────────────── */
.role-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.role-card {
  position: relative;
  border: 1.5px solid rgba(24, 34, 48, .12);
  border-radius: var(--pr-radius);
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color .2s, background .2s, box-shadow .2s;
  background: var(--pr-white);
}

.role-card:hover { border-color: rgba(168, 122, 45, .55); }

.role-card input[type="radio"],
.role-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.role-card-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.role-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  flex-shrink: 0;
}

.role-card-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--pr-ink);
  line-height: 1.3;
}

.role-card-sub {
  font-size: 11.5px;
  color: var(--pr-muted);
  margin-top: 2px;
}

.role-card.selected {
  border-color: var(--pr-ink);
  background: rgba(24, 34, 48, .03);
  box-shadow: 0 0 0 1px var(--pr-ink);
}

.role-dot-pm       { background: #1E2A3C; }
.role-dot-engineer { background: #2F5D3A; }
.role-dot-designer { background: #5C3D6E; }
.role-dot-ux       { background: #2A4A6E; }
.role-dot-strategist { background: var(--pr-gold); }
.role-dot-tpm      { background: #8B4518; }
.role-dot-mentor   { background: #55606E; }

/* ── Auth loading ────────────────────────────────── */
.auth-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  min-height: 40vh;
  gap: 18px;
}

.auth-loading-spinner {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(24, 34, 48, .12);
  border-top-color: var(--pr-gold);
  border-radius: 50%;
  animation: wl-spin .75s linear infinite;
}

.auth-loading-text {
  font-size: 14px;
  color: var(--pr-muted);
}

/* ── Role info panel ─────────────────────────────── */
.role-info-panel {
  display: none;
  margin-top: 12px;
  border: 1px solid rgba(24, 34, 48, .1);
  border-left: 3px solid var(--pr-gold);
  border-radius: var(--pr-radius);
  background: var(--pr-cream-deep);
  padding: 16px 18px;
  animation: prRegFadeIn .18s ease;
}

.role-info-panel.visible { display: block; }

.role-info-tagline {
  font-family: var(--pr-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--pr-ink);
  margin-bottom: 14px;
  line-height: 1.45;
}

.role-info-section { margin-bottom: 12px; }

.role-info-section-title {
  font-family: var(--pr-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pr-muted);
  margin-bottom: 6px;
}

.role-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.role-info-list li {
  font-size: 12px;
  color: var(--pr-ink-soft);
  background: var(--pr-white);
  border: 1px solid rgba(24, 34, 48, .1);
  border-radius: var(--pr-radius);
  padding: 4px 10px;
  line-height: 1.4;
}

.role-info-ideal {
  font-size: 13px;
  color: var(--pr-ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ── Task interests ───────────────────────────────── */
.task-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 34, 48, .1);
}

.task-section-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--pr-ink);
  margin-bottom: 6px;
}

.task-section-hint {
  font-size: 12.5px;
  color: var(--pr-muted);
  margin-bottom: 14px;
  line-height: 1.55;
}

.task-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.task-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.task-category-title {
  font-family: var(--pr-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--pr-radius);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  background: rgba(24, 34, 48, .06) !important;
  color: var(--pr-ink) !important;
}

.task-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.task-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  border-radius: var(--pr-radius);
  border: 1.5px solid rgba(24, 34, 48, .16);
  font-size: 12.5px;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  background: var(--pr-white);
  color: var(--pr-ink-soft);
  user-select: none;
}

.task-chip:hover { border-color: var(--pr-gold); }
.task-chip input { display: none; }

.task-chip.highlighted,
.task-chip:has(input:checked) {
  font-weight: 600;
  border-color: var(--pr-ink);
  background: rgba(24, 34, 48, .04);
  color: var(--pr-ink);
}

.tc-pm,
.tc-engineer,
.tc-designer,
.tc-ux,
.tc-strategist,
.tc-tpm { border-color: rgba(24, 34, 48, .16); }

.tc-pm.highlighted,
.tc-pm:has(input:checked),
.tc-engineer.highlighted,
.tc-engineer:has(input:checked),
.tc-designer.highlighted,
.tc-designer:has(input:checked),
.tc-ux.highlighted,
.tc-ux:has(input:checked),
.tc-strategist.highlighted,
.tc-strategist:has(input:checked),
.tc-tpm.highlighted,
.tc-tpm:has(input:checked) {
  background: rgba(168, 122, 45, .1);
  color: var(--pr-gold-dark);
  border-color: rgba(168, 122, 45, .45);
}

/* ── Form ────────────────────────────────────────── */
.form-card {
  background: var(--pr-white);
  border: 1px solid rgba(24, 34, 48, .1);
  border-radius: var(--pr-radius);
  padding: clamp(24px, 3vw, 40px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid .full-width { grid-column: 1 / -1; }

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pr-ink);
  letter-spacing: .01em;
}

.form-group label .optional {
  font-weight: 400;
  color: var(--pr-muted);
  font-size: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(24, 34, 48, .16);
  border-radius: var(--pr-radius);
  font-size: 15px;
  font-family: var(--pr-sans);
  color: var(--pr-ink);
  background: var(--pr-white);
  transition: border-color .2s, box-shadow .2s;
}

.form-group textarea {
  min-height: 96px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pr-ink);
  box-shadow: 0 0 0 3px rgba(168, 122, 45, .15);
}

.form-group input.invalid,
.form-group select.invalid,
.form-group textarea.invalid {
  border-color: #B42318;
}

.field-error {
  font-size: 12.5px;
  color: #B42318;
  display: none;
}

.field-error.visible { display: block; }

.field-hint {
  font-size: 12.5px;
  color: var(--pr-muted);
  line-height: 1.45;
}


/* Tier radios */
.tier-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.tier-option { position: relative; }

.tier-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tier-label {
  display: block;
  border: 1.5px solid rgba(24, 34, 48, .12);
  border-radius: var(--pr-radius);
  padding: 16px 18px;
  cursor: pointer;
  transition: border-color .2s, background .2s, box-shadow .2s;
  background: var(--pr-cream);
  height: 100%;
}

.tier-label:hover { border-color: rgba(168, 122, 45, .55); }

.tier-option input[type="radio"]:checked + .tier-label {
  border-color: var(--pr-ink);
  background: var(--pr-white);
  box-shadow: 0 0 0 1px var(--pr-ink);
}

.tier-option.is-free .tier-label {
  border-color: rgba(168, 122, 45, .35);
  background: rgba(168, 122, 45, 0.06);
}

.tier-option.is-free input[type="radio"]:checked + .tier-label {
  border-color: var(--pr-gold-dark);
  box-shadow: 0 0 0 1px var(--pr-gold-dark);
}

.tier-name {
  font-family: var(--pr-serif);
  font-weight: 600;
  font-size: 20px;
  color: var(--pr-ink);
  margin-bottom: 4px;
}

.tier-price {
  font-family: var(--pr-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--pr-gold-dark);
}

.tier-desc {
  font-size: 12.5px;
  color: var(--pr-ink-soft);
  margin-top: 8px;
  line-height: 1.5;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}

.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 3px;
  accent-color: var(--pr-gold);
  cursor: pointer;
}

.checkbox-group label {
  font-size: 14px;
  color: var(--pr-ink-soft);
  cursor: pointer;
  line-height: 1.55;
}

.checkbox-group label a {
  color: var(--pr-gold);
  font-weight: 600;
}

/* ── Summary ─────────────────────────────────────── */
.summary-card {
  background: var(--pr-cream-deep);
  border: 1px solid rgba(24, 34, 48, .1);
  border-radius: var(--pr-radius);
  padding: clamp(24px, 3vw, 40px);
  margin-bottom: 28px;
}

.summary-card h3 {
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: 24px;
  color: var(--pr-ink);
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(24, 34, 48, .1);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(24, 34, 48, .06);
  gap: 16px;
}

.summary-row:last-child { border-bottom: none; }

.summary-label {
  font-family: var(--pr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pr-muted);
  min-width: 120px;
  padding-top: 3px;
}

.summary-value {
  font-size: 15px;
  color: var(--pr-ink);
  text-align: right;
}

.summary-price {
  font-family: var(--pr-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--pr-gold-dark);
}

/* ── Nav buttons ─────────────────────────────────── */
.form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  gap: 12px;
}

.btn-back,
.btn-next,
.btn-submit,
.btn-sign-in {
  font-family: var(--pr-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: var(--pr-radius);
  cursor: pointer;
  transition: background .35s, color .35s, transform .35s, border-color .35s;
}

.btn-back {
  background: transparent;
  border: 1.5px solid rgba(24, 34, 48, .22);
  color: var(--pr-ink-soft);
  padding: 14px 24px;
}

.btn-back:hover {
  border-color: var(--pr-ink);
  color: var(--pr-ink);
}

.btn-next {
  background: var(--pr-ink);
  color: var(--pr-cream);
  border: none;
  padding: 16px 28px;
}

.btn-next:hover {
  background: var(--pr-gold);
  color: var(--pr-cream);
  transform: translateY(-2px);
}

.btn-submit {
  background: var(--pr-gold-light);
  color: var(--pr-ink);
  border: none;
  padding: 18px 36px;
}

.btn-submit:hover {
  background: var(--pr-gold-pale);
  transform: translateY(-2px);
}

.btn-submit:disabled {
  opacity: .6;
  cursor: wait;
  transform: none;
}

.submit-note {
  font-size: 13px;
  color: var(--pr-muted);
  text-align: center;
  margin-top: 14px;
  line-height: 1.55;
}

/* ── Success ─────────────────────────────────────── */
.success-panel {
  display: none;
  text-align: center;
  padding: 64px 24px;
}

.success-panel.active {
  display: block;
  animation: prRegFadeIn .5s var(--pr-ease);
}

.success-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.success-panel h2 {
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--pr-ink);
  margin: 0 0 14px;
}

.success-panel p {
  font-size: 15.5px;
  color: var(--pr-ink-soft);
  max-width: 480px;
  margin: 0 auto 12px;
  line-height: 1.7;
}

.success-booking-cta {
  background: rgba(168, 122, 45, .07);
  border: 1.5px solid rgba(168, 122, 45, .35);
  border-radius: var(--pr-radius);
  padding: 28px;
  max-width: 480px;
  margin: 28px auto 0;
  text-align: center;
}

.success-booking-cta h3 {
  font-family: var(--pr-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--pr-gold-dark);
  margin: 0 0 10px;
}

.success-booking-cta p {
  font-size: 14.5px;
  color: var(--pr-ink-soft);
  max-width: none;
  margin: 0 0 18px;
  line-height: 1.65;
}

.success-booking-cta .btn-submit {
  display: inline-block;
  text-decoration: none;
}

.success-next-steps {
  background: var(--pr-cream-deep);
  border: 1px solid rgba(24, 34, 48, .08);
  border-radius: var(--pr-radius);
  padding: 28px;
  max-width: 480px;
  margin: 28px auto 0;
  text-align: left;
}

.success-next-steps h3 {
  font-family: var(--pr-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--pr-ink);
  margin: 0 0 12px;
}

.success-next-steps ol {
  padding-left: 20px;
  color: var(--pr-ink-soft);
  line-height: 1.9;
  font-size: 14.5px;
  margin: 0;
}

/* ── Auth gate / pending ─────────────────────────── */
.auth-gate,
.pending-banner {
  max-width: 640px;
  margin: 0 auto;
  background: var(--pr-white);
  border: 1px solid rgba(24, 34, 48, .1);
  border-radius: var(--pr-radius);
  padding: 40px 36px;
  text-align: center;
  animation: prRegFadeIn .35s var(--pr-ease);
}

.auth-gate-icon,
.pending-banner .pending-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.auth-gate h2,
.pending-banner h3 {
  font-family: var(--pr-serif);
  font-weight: 500;
  font-size: 28px;
  color: var(--pr-ink);
  margin: 0 0 12px;
}

.auth-gate p,
.pending-banner p {
  font-size: 15px;
  color: var(--pr-ink-soft);
  line-height: 1.65;
  margin: 0 0 20px;
}

.btn-sign-in {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pr-ink);
  color: var(--pr-cream);
  border: none;
  padding: 16px 28px;
}

.btn-sign-in:hover {
  background: var(--pr-gold);
  transform: translateY(-2px);
}

.auth-user-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--pr-cream-deep);
  border: 1px solid rgba(24, 34, 48, .1);
  border-radius: var(--pr-radius);
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 13.5px;
  color: var(--pr-ink-soft);
}

.auth-user-bar .user-email {
  font-weight: 600;
  color: var(--pr-ink);
}

.btn-sign-out {
  background: none;
  border: none;
  color: var(--pr-muted);
  font-size: 12.5px;
  font-family: var(--pr-sans);
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.btn-sign-out:hover { color: var(--pr-gold-dark); }

.pending-banner {
  background: rgba(168, 122, 45, .08);
  border-color: rgba(168, 122, 45, .35);
}

.pending-banner h3 { color: var(--pr-gold-dark); }

.pr-app-summary {
  text-align: left;
  margin: 18px auto 0;
  padding: 0;
  max-width: 480px;
  background: none;
  border: none;
}

.pr-app-summary > summary {
  cursor: pointer;
  list-style: none;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--pr-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pr-app-summary > summary::-webkit-details-marker { display: none; }

.pr-app-summary > summary::after {
  content: ' ▾';
  font-size: 11px;
  text-decoration: none;
}

.pr-app-summary[open] > summary::after { content: ' ▴'; }

.pr-app-summary[open] {
  padding: 16px 18px 18px;
  background: var(--pr-cream-deep);
  border: 1px solid rgba(24, 34, 48, .08);
  border-radius: var(--pr-radius);
}

.pr-app-summary[open] > summary {
  margin-bottom: 12px;
}

.pr-app-submitted {
  margin: 0 0 14px !important;
  font-size: 13.5px !important;
  color: var(--pr-ink-soft) !important;
}

.pr-app-summary dl {
  margin: 0;
}

.pr-app-summary dt {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pr-muted);
}

.pr-app-summary dd {
  margin: 4px 0 14px;
  font-size: 15px;
  color: var(--pr-ink);
  line-height: 1.5;
}

.pr-app-summary dd:last-of-type { margin-bottom: 0; }

.pr-app-summary-edit {
  margin: 16px 0 0 !important;
  font-size: 13.5px !important;
  color: var(--pr-ink-soft) !important;
}

.pr-register-gate {
  padding: clamp(48px, 6vw, 80px) var(--pr-pad-x);
}

/* ── Footer spacing on register ──────────────────── */
.pr-register .pr-footer { margin-top: auto; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 640px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full-width { grid-column: 1; }
  .tier-group { grid-template-columns: 1fr; }
  .role-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-nav { flex-direction: column-reverse; }
  .btn-back,
  .btn-next,
  .btn-submit { width: 100%; text-align: center; }
  .step-label { font-size: 10px; }
  .auth-gate,
  .pending-banner { padding: 28px 22px; }
}
