/* prayer-warrior-signup.css — registration flow (Together look). */

.ws-auth-err {
  display: flex; flex-direction: column; gap: 4px;
  background: rgba(210,105,74,0.16); border: 1px solid rgba(210,105,74,0.5);
  border-radius: 12px; padding: 14px 18px; margin: 18px 0 0;
  color: #f0c3b2;
}
.ws-auth-err strong { color: #fff; font-size: 15px; }
.ws-auth-err span { font-size: 14px; line-height: 1.5; }

.ws-wrap { padding-top: 48px; }
.ws-card {
  max-width: 880px; margin: 0 auto; position: relative; z-index: 1;
  background: rgba(34,26,21,0.82); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px);
  padding: 40px; box-shadow: 0 40px 90px -50px rgba(0,0,0,0.8);
}

/* ---------- calling panel ---------- */
.ws-calling {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px; align-items: stretch;
  background: linear-gradient(120deg, rgba(210,105,74,0.12), rgba(236,176,90,0.08));
  border: 1px solid rgba(236,176,90,0.26); border-radius: var(--radius);
  padding: 26px 28px; margin-bottom: 34px;
}
.ws-calling-h { font-family: var(--font-head); font-weight: 700; font-size: 22px; margin: 0 0 10px; }
.ws-calling-text { color: var(--muted); margin: 0; font-size: 15.5px; line-height: 1.6; text-wrap: pretty; }
.ws-calling-verse {
  border-left: 2px solid var(--accent2); padding-left: 20px;
  display: flex; flex-direction: column; justify-content: center;
}
.ws-calling-verse p { font-family: var(--font-head); font-style: italic; font-size: 17px; line-height: 1.45; margin: 0 0 8px; color: var(--ink); }
.ws-calling-verse span { font-weight: 700; font-size: 13px; color: var(--accent2); }

/* ---------- form blocks ---------- */
.ws-block { margin-bottom: 34px; }
.ws-block:last-of-type { margin-bottom: 0; }
.ws-block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.ws-block-h { font-family: var(--font-head); font-weight: 700; font-size: 21px; margin: 0; }
.ws-block-sub { color: var(--muted); font-size: 15px; margin: 8px 0 18px; text-wrap: pretty; }

.ws-cat-count { font-size: 13px; font-weight: 700; color: var(--muted); background: rgba(20,15,12,0.5); border: 1px solid var(--line); padding: 5px 13px; border-radius: 999px; white-space: nowrap; }
.ws-cat-count.is-full { color: var(--accent2); border-color: rgba(236,176,90,0.4); }

.ws-regen { background: none; border: none; color: var(--accent2); font-family: var(--font-body); font-weight: 700; font-size: 13px; cursor: pointer; padding: 0; margin-left: 4px; }
.ws-regen:hover { text-decoration: underline; }
.ws-optional { font-weight: 500; color: var(--muted); font-size: 12.5px; }

/* ---------- focus picker ---------- */
.ws-focus { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ws-cat {
  text-align: left; cursor: pointer;
  background: rgba(20,15,12,0.45); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 15px 17px; display: flex; flex-direction: column; gap: 9px;
  transition: border-color .16s ease, background .16s ease, transform .16s ease, opacity .16s ease;
}
.ws-cat:hover { border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); transform: translateY(-1px); }
.ws-cat.is-on { border-color: var(--accent2); background: rgba(236,176,90,0.10); }
.ws-cat.is-disabled { opacity: .42; cursor: not-allowed; }
.ws-cat.is-disabled:hover { transform: none; border-color: var(--line); }
.ws-cat-head { display: flex; align-items: center; gap: 11px; }
.ws-cat-box { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--line); background: rgba(0,0,0,0.2); flex: none; position: relative; transition: all .16s ease; }
.ws-cat-box.is-on { background: var(--accent2); border-color: var(--accent2); }
.ws-cat-box.is-on::after { content: ""; position: absolute; left: 6px; top: 3px; width: 5px; height: 9px; border: solid #1a0f0a; border-width: 0 2px 2px 0; transform: rotate(42deg); }
.ws-cat-label { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); white-space: nowrap; }
.ws-cat-verse { font-size: 12.5px; color: var(--muted); line-height: 1.45; font-style: italic; padding-left: 31px; text-wrap: pretty; }
.ws-cat-verse em { font-style: normal; font-weight: 700; color: color-mix(in srgb, var(--accent2) 80%, var(--muted)); }

/* ---------- statement ---------- */
.ws-statement {
  background: rgba(20,15,12,0.45); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 28px;
}
.ws-statement-h { font-family: var(--font-head); font-weight: 700; font-size: 20px; margin: 0 0 8px; }
.ws-statement-intro { color: var(--muted); font-size: 15px; margin: 0 0 16px; }
.ws-statement-list { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 11px; }
.ws-statement-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.ws-st-mark { width: 13px; height: 13px; border-radius: 50% 50% 50% 3px; background: var(--accent2); transform: rotate(-8deg); margin-top: 4px; flex: none; }
.ws-affirm {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  background: rgba(236,176,90,0.08); border: 1.5px solid rgba(236,176,90,0.3);
  border-radius: var(--radius-sm); padding: 15px 18px;
  font-weight: 700; font-size: 15.5px; color: var(--ink);
}
.ws-affirm.is-err { border-color: #d8694a; }
.ws-affirm input { width: 20px; height: 20px; accent-color: var(--accent2); flex: none; }

.ws-faith { background: linear-gradient(120deg, rgba(210,105,74,0.10), rgba(236,176,90,0.07)); border-color: rgba(236,176,90,0.28); }
.ws-faith .ws-affirm { background: rgba(236,176,90,0.10); }

/* ---------- actions ---------- */
.ws-actions { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.ws-actions .lp-btn[disabled] { opacity: .5; cursor: not-allowed; }
.ws-actions .lp-btn[disabled]:hover { transform: none; }

/* ---------- pending ---------- */
.ws-pending { text-align: center; max-width: 620px; margin: 0 auto; }
.ws-pending-mark { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; background: var(--accent-soft); border: 2px solid var(--accent2); position: relative; animation: ps-pop .5s cubic-bezier(.2,1.3,.4,1) both; }
.ws-pending-glow { width: 30px; height: 30px; border-radius: 50% 50% 50% 6px; background: linear-gradient(150deg, var(--accent), var(--accent2)); transform: rotate(-8deg); box-shadow: 0 0 26px -4px var(--glow); }
.ws-pending-badge { display: inline-block; white-space: nowrap; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent2); background: rgba(236,176,90,0.14); border: 1px solid rgba(236,176,90,0.34); padding: 6px 15px; border-radius: 999px; margin-bottom: 18px; }
.ws-pending-title { font-family: var(--font-head); font-weight: 700; font-size: clamp(28px, 3.4vw, 38px); margin: 0 0 14px; letter-spacing: -.02em; }
.ws-pending-lead { color: var(--muted); font-size: 17px; margin: 0 auto 28px; text-wrap: pretty; }

.ws-receipt { background: rgba(20,15,12,0.45); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 22px; margin: 0 0 26px; text-align: left; }
.ws-receipt-row { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.ws-receipt-row:last-child { border-bottom: none; }
.ws-receipt-row span { color: var(--muted); }
.ws-receipt-row strong { color: var(--ink); text-align: right; }
.ws-status { color: var(--accent2) !important; white-space: nowrap; }

.ws-steps { display: grid; gap: 14px; text-align: left; margin: 0 0 26px; }
.ws-step { display: flex; gap: 15px; align-items: flex-start; background: rgba(28,21,17,0.5); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; }
.ws-step-n { width: 30px; height: 30px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--accent2); background: var(--accent-soft); border: 1px solid rgba(236,176,90,0.3); }
.ws-step strong { display: block; font-size: 15.5px; margin-bottom: 2px; }
.ws-step span { color: var(--muted); font-size: 14px; line-height: 1.5; }

.ws-verse { text-align: center; margin-bottom: 26px; }
.ws-pending-actions { display: flex; justify-content: center; }

/* ---------- responsive ---------- */
@media (max-width: 760px) {
  .ws-card { padding: 26px 20px; }
  .ws-calling, .ws-focus { grid-template-columns: 1fr; }
  .ws-calling-verse { border-left: none; border-top: 1px solid rgba(236,176,90,0.3); padding-left: 0; padding-top: 16px; }
}
