/* ═══════════════════════════════════════════════════
   UDRINK · Postulación BH · v2.0
   Dark glassmorphism theme
   ═══════════════════════════════════════════════════ */

/* ── Tokens ── */
:root {
  --pbh2-primary:       #1152D4;
  --pbh2-primary-hover: #0F4BC4;
  --pbh2-success:       #059669;
  --pbh2-danger:        #EF4444;
  --pbh2-text:          #F1F5F9;
  --pbh2-text-muted:    rgba(241,245,249,.55);
  --pbh2-text-soft:     rgba(241,245,249,.38);
  --pbh2-border:        rgba(255,255,255,.10);
  --pbh2-border-strong: rgba(255,255,255,.18);
  --pbh2-glass:         rgba(255,255,255,.07);
  --pbh2-shadow-blue:   0 12px 32px rgba(17,82,212,.35);
  --pbh2-shadow-glass:  0 8px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  --pbh2-radius:        20px;
  --pbh2-radius-sm:     12px;
  --pbh2-radius-xs:     8px;
}

/* ── Base ── */
.pbh2-page {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: #080D17;
  color: var(--pbh2-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

.pbh2-page *, .pbh2-page *::before, .pbh2-page *::after { box-sizing: border-box; }
.pbh2-page button { cursor: pointer; font-family: inherit; }
.pbh2-page input, .pbh2-page select, .pbh2-page textarea { font-family: inherit; color-scheme: dark; }

/* ── Background ── */
.pbh2-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(17,82,212,.28) 0%, transparent 60%),
              radial-gradient(ellipse 60% 50% at 80% 90%, rgba(59,130,246,.14) 0%, transparent 55%),
              #080D17;
}
.pbh2-blob {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .7;
  animation: pbh2-blob-float 22s ease-in-out infinite;
}
.pbh2-blob-1 {
  width: 680px; height: 680px;
  background: radial-gradient(circle, rgba(17,82,212,.30), transparent 68%);
  top: -220px; right: -200px;
}
.pbh2-blob-2 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(99,102,241,.22), transparent 68%);
  bottom: -160px; left: -160px;
  animation-duration: 28s; animation-direction: reverse;
}
.pbh2-blob-3 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(34,211,238,.12), transparent 68%);
  top: 40%; left: 50%; transform: translateX(-50%);
  animation-duration: 34s; animation-delay: -8s;
}
@keyframes pbh2-blob-float {
  0%, 100% { transform: translateY(0) scale(1); }
  33%       { transform: translateY(-28px) scale(1.04); }
  66%       { transform: translateY(14px) scale(.97); }
}

/* ── Layout ── */
.pbh2-wrap {
  position: relative; z-index: 1;
  max-width: 720px; margin: 0 auto;
  padding: 0 16px 80px;
}

/* ── Header ── */
.pbh2-header {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 0 0;
}
.pbh2-logo {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, #1152D4 0%, #6366F1 100%);
  display: flex; align-items: center; justify-content: center;
}
.pbh2-logo svg { width: 22px; height: 22px; }
.pbh2-logotype {
  font-size: 18px; font-weight: 800; letter-spacing: -.5px;
  color: #fff;
}
.pbh2-logotype span { color: #60A5FA; }
.pbh2-back {
  margin-left: auto; display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--pbh2-text-muted);
  text-decoration: none; transition: color .18s;
}
.pbh2-back:hover { color: var(--pbh2-text); }
.pbh2-back svg { width: 16px; height: 16px; }

/* ── Hero ── */
.pbh2-hero {
  margin-top: 40px; margin-bottom: 36px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: center;
}
.pbh2-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(17,82,212,.22); border: 1px solid rgba(17,82,212,.40);
  border-radius: 100px; padding: 4px 14px 4px 10px;
  font-size: 12px; font-weight: 600; color: #93C5FD;
  margin-bottom: 14px;
}
.pbh2-hero-badge .pbh2-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #60A5FA;
  box-shadow: 0 0 8px #60A5FA; animation: pbh2-pulse-dot 2s ease-in-out infinite;
}
@keyframes pbh2-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(.7); }
}
.pbh2-hero-title {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 800; line-height: 1.15; letter-spacing: -.5px;
  margin: 0 0 14px; color: #fff;
}
.pbh2-g-text {
  background: linear-gradient(120deg, #60A5FA 0%, #A78BFA 50%, #38BDF8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pbh2-hero-sub {
  font-size: 15px; line-height: 1.6; color: var(--pbh2-text-muted);
  margin: 0;
}

/* ── Simulator ── */
.pbh2-sim {
  margin-top: 22px;
  background: var(--pbh2-glass);
  border: 1px solid var(--pbh2-border);
  border-radius: var(--pbh2-radius-sm);
  padding: 16px 20px;
  backdrop-filter: blur(16px);
}
.pbh2-sim-title {
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--pbh2-text-soft);
  margin-bottom: 12px;
}
input[type=range].pbh2-range {
  -webkit-appearance: none; width: 100%; height: 4px;
  background: linear-gradient(to right, #1152D4 var(--pct,35%), rgba(255,255,255,.15) var(--pct,35%));
  border-radius: 4px; outline: none; margin-bottom: 14px; display: block;
}
input[type=range].pbh2-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: #fff; box-shadow: 0 2px 8px rgba(17,82,212,.5);
  cursor: grab; border: 2.5px solid #1152D4;
}
input[type=range].pbh2-range:active::-webkit-slider-thumb { cursor: grabbing; }
.pbh2-sim-row { display: flex; gap: 12px; }
.pbh2-sim-stat {
  flex: 1; background: rgba(255,255,255,.05); border: 1px solid var(--pbh2-border);
  border-radius: 10px; padding: 12px 14px;
}
.pbh2-sim-label { font-size: 10px; font-weight: 600; color: var(--pbh2-text-soft); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.pbh2-sim-val {
  font-size: 20px; font-weight: 800; color: #fff;
  font-variant-numeric: tabular-nums;
}
.pbh2-sim-val.week  { color: #60A5FA; }
.pbh2-sim-val.month { color: #A78BFA; }
.pbh2-sim-hint { font-size: 11px; color: var(--pbh2-text-soft); margin-top: 10px; text-align: center; }

/* ── Hero art ── */
.pbh2-hero-art { position: relative; width: 200px; flex-shrink: 0; }
.pbh2-earn-badge {
  position: absolute; top: -10px; right: -8px;
  background: linear-gradient(135deg, #1152D4, #6366F1);
  border-radius: 50%; width: 68px; height: 68px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--pbh2-shadow-blue);
  font-size: 10px; font-weight: 800; color: #fff; text-align: center; line-height: 1.2;
  z-index: 1;
}
.pbh2-earn-badge .pbh2-earn-val { font-size: 14px; }
.pbh2-moto-wrap {
  display: flex; align-items: center; justify-content: center;
  background: var(--pbh2-glass); border: 1px solid var(--pbh2-border);
  border-radius: var(--pbh2-radius); padding: 24px;
  backdrop-filter: blur(12px);
  animation: pbh2-moto-float 4s ease-in-out infinite;
}
@keyframes pbh2-moto-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
.pbh2-moto-shadow {
  width: 100px; height: 10px; margin: 6px auto 0;
  background: radial-gradient(ellipse, rgba(17,82,212,.5), transparent 70%);
  border-radius: 50%;
  animation: pbh2-shadow-pulse 4s ease-in-out infinite;
}
@keyframes pbh2-shadow-pulse {
  0%, 100% { opacity: .8; transform: scaleX(1); }
  50%       { opacity: .4; transform: scaleX(.75); }
}

/* ── Progress wizard ── */
.pbh2-progress {
  display: flex; align-items: center;
  margin-bottom: 32px; position: relative;
}
.pbh2-prog-track {
  position: absolute; top: 18px; left: 18px; right: 18px; height: 2px;
  background: var(--pbh2-border); z-index: 0;
}
.pbh2-prog-bar {
  height: 100%; background: linear-gradient(90deg, #1152D4, #6366F1);
  border-radius: 2px; transition: width .4s cubic-bezier(.22,1,.36,1);
  width: 0%;
}
.pbh2-step-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 8px; z-index: 1;
}
.pbh2-step-circle {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
  border: 2px solid var(--pbh2-border);
  background: rgba(255,255,255,.05);
  color: var(--pbh2-text-soft);
  transition: all .3s cubic-bezier(.22,1,.36,1);
}
.pbh2-step-item.is-active .pbh2-step-circle {
  background: linear-gradient(135deg, #1152D4, #6366F1);
  border-color: transparent; color: #fff;
  box-shadow: 0 4px 16px rgba(17,82,212,.50);
}
.pbh2-step-item.is-done .pbh2-step-circle {
  background: rgba(5,150,105,.18);
  border-color: rgba(5,150,105,.50);
  color: #34D399;
}
.pbh2-step-label {
  font-size: 10px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--pbh2-text-soft); text-align: center;
}
.pbh2-step-item.is-active .pbh2-step-label { color: #93C5FD; }
.pbh2-step-item.is-done .pbh2-step-label   { color: #34D399; }

/* ── Glass card ── */
.pbh2-glass {
  background: var(--pbh2-glass);
  border: 1px solid var(--pbh2-border-strong);
  border-radius: var(--pbh2-radius);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--pbh2-shadow-glass);
  padding: 28px;
}
.pbh2-section-title {
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--pbh2-text-soft);
  margin: 0 0 20px;
  display: flex; align-items: center; gap: 8px;
}
.pbh2-section-title::after {
  content: ''; flex: 1; height: 1px; background: var(--pbh2-border);
}

/* ── Form elements ── */
.pbh2-form-grid   { display: grid; gap: 16px; }
.pbh2-form-grid-2 { grid-template-columns: 1fr 1fr; }
.pbh2-field { display: flex; flex-direction: column; gap: 6px; }
.pbh2-label {
  font-size: 12px; font-weight: 600; color: var(--pbh2-text-muted);
  display: flex; align-items: center; gap: 5px;
}
.pbh2-label .pbh2-req { color: #EF4444; font-size: 11px; }
.pbh2-hint { font-size: 11px; color: var(--pbh2-text-soft); margin-top: 2px; }
.pbh2-inp {
  width: 100%; padding: 12px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--pbh2-border);
  border-radius: var(--pbh2-radius-xs);
  color: var(--pbh2-text);
  font-size: 14px; outline: none;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.pbh2-inp::placeholder { color: var(--pbh2-text-soft); }
.pbh2-inp:focus {
  border-color: rgba(17,82,212,.70);
  background: rgba(17,82,212,.06);
  box-shadow: 0 0 0 3px rgba(17,82,212,.20);
}
select.pbh2-inp option { background: #1a2236; color: #F1F5F9; }
.pbh2-inp-group { position: relative; }
.pbh2-inp-group .pbh2-inp { padding-left: 54px; }
.pbh2-inp-prefix {
  position: absolute; left: 0; top: 0; bottom: 0;
  display: flex; align-items: center; justify-content: center;
  width: 46px;
  font-size: 13px; font-weight: 600; color: var(--pbh2-text-muted);
  border-right: 1px solid var(--pbh2-border);
}
.pbh2-addr-field { position: relative; }
.pbh2-addr-field .pbh2-inp { padding-left: 40px; }
.pbh2-addr-icon {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: var(--pbh2-text-soft); pointer-events: none;
}

/* ── Upload zones ── */
.pbh2-upz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pbh2-upz {
  border: 1.5px dashed var(--pbh2-border-strong);
  border-radius: var(--pbh2-radius-sm);
  padding: 20px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer; transition: all .22s cubic-bezier(.22,1,.36,1);
  background: rgba(255,255,255,.03);
  position: relative; overflow: hidden; text-align: center;
}
.pbh2-upz:hover {
  border-color: rgba(17,82,212,.60);
  background: rgba(17,82,212,.06);
}
.pbh2-upz.is-uploaded {
  border-color: rgba(5,150,105,.50);
  background: rgba(5,150,105,.07);
}
.pbh2-upz-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  transition: background .22s;
}
.pbh2-upz:hover .pbh2-upz-icon { background: rgba(17,82,212,.20); }
.pbh2-upz.is-uploaded .pbh2-upz-icon { background: rgba(5,150,105,.20); }
.pbh2-upz-label { font-size: 12px; font-weight: 600; color: var(--pbh2-text-muted); }
.pbh2-upz-sub   { font-size: 10px; color: var(--pbh2-text-soft); }
.pbh2-upz-check {
  position: absolute; top: 8px; right: 8px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #059669; color: #fff;
  display: none; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700;
}
.pbh2-upz.is-uploaded .pbh2-upz-check { display: flex; }
.pbh2-upz input[type=file] { display: none; }

/* ── Chips ── */
.pbh2-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pbh2-chip {
  padding: 8px 16px; border-radius: 100px;
  font-size: 12px; font-weight: 600;
  border: 1.5px solid var(--pbh2-border);
  background: rgba(255,255,255,.05);
  color: var(--pbh2-text-muted);
  cursor: pointer; transition: all .18s;
  display: flex; align-items: center; gap: 6px;
  -webkit-user-select: none; user-select: none;
}
.pbh2-chip:hover { border-color: rgba(17,82,212,.50); color: #93C5FD; }
.pbh2-chip.is-active {
  background: rgba(17,82,212,.20);
  border-color: rgba(17,82,212,.60);
  color: #93C5FD;
}
.pbh2-chip svg { width: 14px; height: 14px; }

/* ── Checkboxes ── */
.pbh2-check-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--pbh2-border);
  border-radius: var(--pbh2-radius-xs);
  cursor: pointer; transition: background .18s;
  -webkit-user-select: none; user-select: none;
}
.pbh2-check-item:hover { background: rgba(255,255,255,.07); }
.pbh2-check-box {
  width: 20px; height: 20px; border-radius: 6px; flex-shrink: 0;
  border: 1.5px solid var(--pbh2-border-strong);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  transition: all .18s; margin-top: 1px;
}
.pbh2-check-item.is-checked .pbh2-check-box {
  background: #1152D4; border-color: #1152D4;
}
.pbh2-check-item.is-checked .pbh2-check-box svg { display: block; }
.pbh2-check-box svg { display: none; width: 12px; height: 12px; color: #fff; }
.pbh2-check-text { font-size: 13px; color: var(--pbh2-text-muted); line-height: 1.5; }
.pbh2-check-text strong { color: var(--pbh2-text); display: block; margin-bottom: 2px; font-size: 13px; }

/* ── Email verification ── */
.pbh2-verify-box {
  background: rgba(17,82,212,.08);
  border: 1px solid rgba(17,82,212,.25);
  border-radius: var(--pbh2-radius-sm);
  padding: 20px;
}
.pbh2-verify-header {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.pbh2-verify-icon {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  background: rgba(17,82,212,.20);
  display: flex; align-items: center; justify-content: center;
}
.pbh2-verify-title { font-size: 14px; font-weight: 700; color: var(--pbh2-text); }
.pbh2-verify-sub   { font-size: 12px; color: var(--pbh2-text-muted); margin-top: 2px; }
.pbh2-code-inputs  { display: flex; gap: 10px; justify-content: center; margin: 16px 0; }
.pbh2-code-inp {
  width: 52px; height: 60px;
  background: rgba(255,255,255,.06);
  border: 2px solid var(--pbh2-border-strong);
  border-radius: 12px;
  text-align: center; font-size: 24px; font-weight: 700;
  color: #fff; outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.pbh2-code-inp:focus { border-color: #1152D4; box-shadow: 0 0 0 4px rgba(17,82,212,.25); }
.pbh2-code-inp.is-filled { border-color: rgba(17,82,212,.60); }
.pbh2-verify-actions {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.pbh2-resend-btn {
  font-size: 12px; font-weight: 600; color: var(--pbh2-text-soft);
  background: none; border: none; padding: 0; cursor: pointer; transition: color .18s;
}
.pbh2-resend-btn:not(:disabled):hover { color: #93C5FD; }
.pbh2-resend-btn:disabled { opacity: .45; cursor: default; }
.pbh2-resend-timer { font-size: 12px; color: var(--pbh2-text-soft); }

/* ── Buttons ── */
.pbh2-btn-primary {
  padding: 14px 24px;
  background: linear-gradient(135deg, #1152D4 0%, #1a65f5 100%);
  border: none; border-radius: var(--pbh2-radius-sm);
  color: #fff; font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: var(--pbh2-shadow-blue);
  transition: all .22s cubic-bezier(.22,1,.36,1);
  position: relative; overflow: hidden; width: 100%;
}
.pbh2-btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent);
  opacity: 0; transition: opacity .22s;
}
.pbh2-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 40px rgba(17,82,212,.45); }
.pbh2-btn-primary:hover::before { opacity: 1; }
.pbh2-btn-primary:active { transform: translateY(0); }
.pbh2-btn-primary:disabled { opacity: .55; cursor: default; transform: none; }
.pbh2-btn-secondary {
  padding: 12px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--pbh2-border-strong);
  border-radius: var(--pbh2-radius-sm);
  color: var(--pbh2-text-muted); font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  transition: all .18s;
}
.pbh2-btn-secondary:hover { background: rgba(255,255,255,.10); color: var(--pbh2-text); }
.pbh2-btn-secondary svg { width: 16px; height: 16px; }
.pbh2-btn-verify {
  padding: 10px 20px; height: 46px;
  background: linear-gradient(135deg, #1152D4, #6366F1);
  border: none; border-radius: var(--pbh2-radius-xs);
  color: #fff; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
  transition: all .2s; cursor: pointer;
}
.pbh2-btn-verify:hover { opacity: .88; }
.pbh2-btn-verify:disabled { opacity: .45; cursor: default; }

/* ── Mobility selector ── */
.pbh2-mob-select { position: relative; }
.pbh2-mob-select::after {
  content: ''; position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 5px solid var(--pbh2-text-soft); pointer-events: none;
}
.pbh2-mob-select select.pbh2-inp { appearance: none; -webkit-appearance: none; padding-right: 36px; }

/* ── Divider ── */
.pbh2-divider { height: 1px; background: var(--pbh2-border); margin: 24px 0; }

/* ── Step actions ── */
.pbh2-step-actions {
  display: flex; gap: 12px; margin-top: 24px;
  align-items: center; justify-content: space-between;
}
.pbh2-step-actions.single { justify-content: flex-end; }

/* ── Req code row ── */
.pbh2-req-code-row {
  display: flex; gap: 10px; align-items: flex-end;
}
.pbh2-req-code-row .pbh2-field { flex: 1; }

/* ── Success ── */
.pbh2-success { text-align: center; padding: 40px 32px; }
.pbh2-success-icon {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px;
  background: radial-gradient(circle, rgba(5,150,105,.25), rgba(5,150,105,.08));
  border: 2px solid rgba(5,150,105,.40);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(5,150,105,.25);
  animation: pbh2-success-pop .5s cubic-bezier(.22,1,.36,1);
}
@keyframes pbh2-success-pop {
  from { transform: scale(.6); opacity: 0; }
  to   { transform: scale(1);  opacity: 1; }
}
.pbh2-success-title { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 10px; }
.pbh2-success-sub   { font-size: 14px; color: var(--pbh2-text-muted); margin: 0 0 28px; line-height: 1.6; }
.pbh2-code-box {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.06); border: 1px solid var(--pbh2-border-strong);
  border-radius: 12px; padding: 14px 24px; margin-bottom: 28px;
}
.pbh2-code-label { font-size: 11px; font-weight: 600; color: var(--pbh2-text-soft); text-transform: uppercase; letter-spacing: .08em; }
.pbh2-code-val   { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: .2em; font-variant-numeric: tabular-nums; }
.pbh2-success-steps { text-align: left; display: flex; flex-direction: column; gap: 10px; }
.pbh2-success-step {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(255,255,255,.04); border: 1px solid var(--pbh2-border);
  border-radius: 10px; padding: 12px 14px;
}
.pbh2-success-step-num {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: rgba(17,82,212,.25); border: 1px solid rgba(17,82,212,.40);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #93C5FD;
}
.pbh2-success-step-text { font-size: 13px; color: var(--pbh2-text-muted); line-height: 1.5; }
.pbh2-success-step-text strong { color: var(--pbh2-text); }

/* ── FAQ ── */
.pbh2-faq-section { margin-top: 48px; }
.pbh2-faq-title { font-size: 16px; font-weight: 700; color: var(--pbh2-text); margin-bottom: 16px; }
.pbh2-faq-item {
  border: 1px solid var(--pbh2-border);
  border-radius: var(--pbh2-radius-sm);
  overflow: hidden; margin-bottom: 8px;
  background: rgba(255,255,255,.03);
}
.pbh2-faq-item summary {
  padding: 16px 20px; cursor: pointer; list-style: none;
  font-size: 14px; font-weight: 600; color: var(--pbh2-text-muted);
  display: flex; align-items: center; justify-content: space-between;
  transition: color .18s; -webkit-user-select: none; user-select: none;
}
.pbh2-faq-item summary:hover { color: var(--pbh2-text); }
.pbh2-faq-item summary::after {
  content: '+'; font-size: 20px; font-weight: 400; color: var(--pbh2-text-soft);
  transition: transform .22s; flex-shrink: 0;
}
.pbh2-faq-item[open] summary::after { transform: rotate(45deg); }
.pbh2-faq-item[open] summary { color: var(--pbh2-text); }
.pbh2-faq-body {
  padding: 0 20px 16px;
  font-size: 13px; color: var(--pbh2-text-muted); line-height: 1.7;
}

/* ── Responsive ── */
@@media (max-width: 560px) {
  .pbh2-hero { grid-template-columns: 1fr; }
  .pbh2-hero-art { display: none; }
}
@@media (max-width: 600px) {
  .pbh2-hero { margin-top: 28px; margin-bottom: 24px; }
  .pbh2-glass { padding: 18px 14px; }
  .pbh2-step-actions { flex-direction: column-reverse; }
  .pbh2-step-actions .pbh2-btn-secondary,
  .pbh2-step-actions .pbh2-btn-primary { width: 100%; justify-content: center; }
  .pbh2-sim-row { flex-direction: column; gap: 8px; }
  .pbh2-code-inputs { gap: 8px; }
  .pbh2-code-inp { width: 44px; height: 52px; font-size: 20px; }
}
@@media (max-width: 480px) {
  .pbh2-glass { padding: 20px 16px; }
  .pbh2-upz-grid { grid-template-columns: 1fr; }
}
@@media (max-width: 520px) {
  .pbh2-form-grid-2 { grid-template-columns: 1fr; }
}
