.ppu-wrap{
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#0f172a;
}

.ppu-top{ display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }
.ppu-back{ color:#0f172a; text-decoration:none; font-weight:700; font-size:14px; }
.ppu-pill{
  display:inline-block; padding:8px 12px; border-radius:999px;
  background:#eef2ff; color:#1e293b; font-size:13px;
}

.ppu-title{ margin:12px 0 8px; font-size:34px; line-height:1.15; letter-spacing:-0.3px; }
.ppu-lead{ margin:0 0 18px; font-size:16px; line-height:1.6; color:#334155; max-width: 78ch; }

.ppu-card{
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  padding:20px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.ppu-progress{ margin:18px 0 14px; }
.ppu-progress-top{ display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; margin-bottom:8px; }
.ppu-progress-label{ font-weight:900; }
.ppu-progress-hint{ font-size:13px; color:#64748b; }
.ppu-bar{ height:10px; background:#e5e7eb; border-radius:999px; overflow:hidden; }
.ppu-bar > div{ height:100%; background:#0f172a; border-radius:999px; }

.ppu-h2{ margin:0 0 10px; font-size:18px; }
.ppu-sub{ margin:0 0 12px; color:#475569; font-size:14px; }

.ppu-field{ margin-top:12px; }
.ppu-label{ display:block; font-weight:900; margin:0 0 6px; }
.ppu-input, .ppu-select, .ppu-textarea{
  width:100%; padding:12px; border-radius:12px; border:1px solid #e5e7eb; font-size:15px;
}
.ppu-textarea{ line-height:1.4; }
.ppu-muted{ color:#64748b; font-size:12px; }

.ppu-row{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.ppu-grid2{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
@media (max-width: 720px){ .ppu-grid2{ grid-template-columns:1fr; } }

.ppu-choice{
  display:flex; gap:10px; align-items:center;
  padding:10px 12px; border:1px solid #e5e7eb; border-radius:12px;
}
.ppu-choice-wide{ justify-content:space-between; }

.ppu-stack{ display:grid; gap:10px; }

.ppu-actions{ margin-top:16px; display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.ppu-actions-between{ justify-content:space-between; }

.ppu-btn{
  padding:12px 16px; border-radius:12px;
  border:1px solid #e5e7eb; background:#fff;
  color:#0f172a; font-weight:900; cursor:pointer;
}
.ppu-btn-primary{
  background:#0f172a; border-color:#0f172a; color:#fff;
}
.ppu-btn:disabled{ opacity:.55; cursor:not-allowed; }

.ppu-warn{
  margin-top:10px;
  padding:12px;
  border-radius:12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#7c2d12;
  font-size:13px;
  line-height:1.5;
}

.ppu-module{
  padding:14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  margin-bottom:12px;
}
.ppu-module-title{ font-weight:900; margin-bottom:6px; }

.ppu-summary{
  padding:14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  line-height:1.55;
}

.ppu-cta{
  margin-top:14px;
  padding:14px;
  border-radius:14px;
  border:1px solid #e5e7eb;
  background:#ffffff;
}
.ppu-cta-title{ font-weight:1000; margin-bottom:6px; }
.ppu-cta-text{ color:#334155; font-size:14px; line-height:1.5; margin-bottom:10px; }

.ppu-hidden{ display:none !important; }

.ppu-foot{
  margin-top:14px;
  font-size:12px;
  line-height:1.5;
  color:#64748b;
  max-width:78ch;
}
