.wiz-steps{display:flex;align-items:center;justify-content:center;gap:0;direction:rtl;margin-bottom:32px}
.wiz-step-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:90px}
.wiz-step-num{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;border:2px solid #ddd;color:#999;background:#fff;transition:all .4s;z-index:2}
.wiz-step-num.active{background:#CF0F47;border-color:#CF0F47;color:#fff;transform:scale(1.12);box-shadow:0 4px 18px rgba(207,15,71,.3)}
.wiz-step-num.done{background:#22c55e;border-color:#22c55e;color:#fff}
.wiz-step-txt{font-size:12px;font-weight:600;color:#999;transition:color .3s}
.wiz-step-txt.active{color:#CF0F47}
.wiz-step-txt.done{color:#22c55e}
.wiz-step-line{flex:1;height:2px;background:#e0e0e0;margin-top:-24px;z-index:1;transition:background .4s}
.wiz-step-line.done{background:#22c55e}
.wiz-pane{display:none}
.wiz-pane.show{display:block;animation:wizIn .35s ease}
@keyframes wizIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.subdomain-wrap{display:flex;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background:#fff}
.subdomain-wrap:focus-within{border-color:#CF0F47;box-shadow:0 0 0 3px rgba(207,15,71,.1)}
.subdomain-wrap input{flex:1;border:none;height:46px;padding:0 14px;font-size:14px;direction:ltr;text-align:left;outline:none;background:transparent}
.subdomain-wrap .suffix{background:#f5f5f5;padding:0 14px;display:flex;align-items:center;font-size:13px;font-weight:600;color:#666;border-right:1px solid #e5e5e5;white-space:nowrap}
.logo-area{border:2px dashed #d0d0d0;border-radius:12px;padding:32px 16px;text-align:center;cursor:pointer;transition:all .3s;background:#fafafa}
.logo-area:hover{border-color:#CF0F47;background:#fff5f7}
.logo-area img.preview{max-width:100px;max-height:100px;border-radius:10px;display:block;margin:0 auto}
.summary-box{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:16px 20px;margin-bottom:16px}
.sum-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:13px}
.sum-row:last-child{border:none}
.sum-row .sl{color:#888}.sum-row .sv{font-weight:700}
.prov-overlay{display:none;position:fixed;inset:0;background:rgba(255,255,255,.97);z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px}
.prov-overlay.show{display:flex}
.prov-rocket{font-size:56px;animation:rFloat 2s ease-in-out infinite}
@keyframes rFloat{0%,100%{transform:translateY(0) rotate(-12deg)}50%{transform:translateY(-18px) rotate(-12deg)}}
.prov-list{max-width:360px;width:100%}
.prov-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;margin-bottom:4px;font-size:13px;font-weight:600;color:#999;direction:rtl;transition:all .3s}
.prov-item.running{background:#fff5f7;color:#CF0F47}
.prov-item.ok{color:#22c55e}
.prov-item.fail{color:#ef4444}
.prov-spin{width:18px;height:18px;border:2.5px solid #e0e0e0;border-top-color:#CF0F47;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}
@keyframes spin{to{transform:rotate(360deg)}}
.prov-done{text-align:center;animation:wizIn .5s ease}
.prov-check{width:72px;height:72px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:36px;color:#fff;animation:cpop .4s ease}
@keyframes cpop{0%{transform:scale(0)}60%{transform:scale(1.15)}100%{transform:scale(1)}}
.pass-wrap{position:relative}
.pass-wrap .toggle-pass{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:16px}
@media(max-width:576px){.wiz-step-item{min-width:65px}.wiz-step-num{width:40px;height:40px;font-size:14px}}

/* OTP Phone Row — works in both RTL and LTR */
.otp-phone-row{display:flex;direction:ltr;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .2s,box-shadow .2s}
.otp-phone-row:focus-within{border-color:#CF0F47;box-shadow:0 0 0 3px rgba(207,15,71,.1)}
.otp-phone-prefix{display:flex;align-items:center;gap:6px;padding:0 14px;background:#f5f5f5;font-size:13px;font-weight:600;color:#555;white-space:nowrap;border-right:1px solid #e5e7eb;order:1}
.otp-phone-input{flex:1;border:none;height:48px;padding:0 14px;font-size:15px;outline:none;background:transparent;direction:ltr;text-align:left;order:2}
.otp-send-btn{border:none;background:linear-gradient(135deg,#e91e63,#c62828);color:#fff;font-size:13px;font-weight:600;padding:0 18px;white-space:nowrap;cursor:pointer;transition:opacity .2s;order:3}
.otp-send-btn:disabled{opacity:.5;cursor:not-allowed}
.otp-send-btn:not(:disabled):hover{opacity:.85}
[dir="rtl"] .otp-phone-row{direction:rtl}
[dir="rtl"] .otp-phone-prefix{border-right:none;border-left:1px solid #e5e7eb}

/* OTP Modal */
.otp-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px);animation:otpFadeIn .25s ease}
@keyframes otpFadeIn{from{opacity:0}to{opacity:1}}
.otp-modal{background:#fff;border-radius:20px;padding:32px 28px;max-width:420px;width:100%;position:relative;box-shadow:0 25px 60px rgba(0,0,0,.2);animation:otpSlideUp .3s ease}
@keyframes otpSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.otp-close{position:absolute;top:14px;left:14px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}
.otp-close:hover{background:#f0f0f0;color:#333}
.otp-boxes{display:flex;gap:10px;justify-content:center;direction:ltr}
.otp-box{width:50px;height:56px;border:2px solid #e5e7eb;border-radius:12px;text-align:center;font-size:22px;font-weight:700;outline:none;transition:all .2s;background:#fafafa}
.otp-box:focus{border-color:#CF0F47;box-shadow:0 0 0 3px rgba(207,15,71,.15);background:#fff}
.otp-box.error{border-color:#ef4444;animation:otpShake .4s ease}
.otp-box.success{border-color:#22c55e;background:#f0fdf4}
@keyframes otpShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
.otp-timer-wrap{display:inline-flex;align-items:center;gap:4px;background:#f5f5f5;padding:6px 16px;border-radius:20px;font-size:13px}
.otp-verified-badge{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600}
@media(max-width:400px){.otp-box{width:42px;height:48px;font-size:18px}.otp-boxes{gap:6px}}
