/* ultralaw — شاشة الدخول (حبر قانوني + مسار متوهّج) */
.auth-wrap{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}
.auth-hero{
  position:relative;overflow:hidden;color:#E8EDF4;padding:56px;
  display:flex;flex-direction:column;justify-content:space-between;
  background:
    radial-gradient(900px 460px at 85% -8%, rgba(180,134,47,.16), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(31,160,122,.10), transparent 55%),
    linear-gradient(160deg,#0B1A2E 0%, #11253E 60%, #0d2138 100%);
}
.auth-hero .brand{display:flex;align-items:center;gap:14px}
.auth-hero .seal{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(145deg,#E3C376,#B4862F);color:#1a1205;font-family:'Readex Pro';
  font-weight:700;font-size:25px;box-shadow:0 12px 30px rgba(180,134,47,.4)}
.auth-hero .brand b{font-family:'Readex Pro';font-size:26px;color:#fff}
.auth-hero .brand b span{color:#E3C376}

.auth-hero .pitch{max-width:460px}
.auth-hero .pitch h2{font-family:'Readex Pro';font-size:38px;line-height:1.25;color:#fff;font-weight:600;letter-spacing:-.5px}
.auth-hero .pitch h2 em{font-style:normal;color:#E3C376}
.auth-hero .pitch p{color:#9DB0C7;font-size:16px;margin-top:18px;line-height:1.9}

/* قضيب المسار المتوهّج — التوقيع */
.hero-rail{display:flex;flex-direction:column;gap:2px;margin-top:8px}
.hero-rail .step{display:flex;align-items:center;gap:14px;padding:10px 0;position:relative}
.hero-rail .node{width:16px;height:16px;border-radius:50%;background:#11253E;
  border:2px solid #3a567a;flex:none;position:relative}
.hero-rail .step:nth-child(-n+3) .node{border-color:#E3C376;background:#E3C376;
  box-shadow:0 0 0 5px rgba(227,195,118,.16)}
.hero-rail .step::before{content:"";position:absolute;inset-inline-start:7px;top:-14px;width:2px;height:18px;
  background:linear-gradient(#3a567a,#E3C376)}
.hero-rail .step:first-child::before{display:none}
.hero-rail span{color:#C6D4E6;font-size:14.5px}
.hero-rail .step:nth-child(-n+3) span{color:#fff}

.auth-hero .foot{color:#7E92AB;font-size:12.5px;display:flex;gap:18px;align-items:center}
.auth-hero .foot .lock{display:flex;align-items:center;gap:7px;color:#9DB0C7}

/* لوحة النموذج */
.auth-panel{background:var(--surface);display:flex;align-items:center;justify-content:center;padding:40px}
.auth-card{width:min(400px,100%)}
.auth-card h1{font-size:27px;margin-bottom:6px}
.auth-card .lead{color:var(--muted);margin-bottom:28px}
.auth-card .field{margin-bottom:18px}
.auth-card .input{padding:14px}
.auth-card .btn{margin-top:6px;padding:15px;font-size:16px}
.auth-err{background:var(--danger-soft);color:var(--danger);border:1px solid #f3c4ba;
  border-radius:12px;padding:13px 15px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.pw-wrap{position:relative}
.pw-wrap .toggle{position:absolute;inset-inline-start:13px;top:50%;transform:translateY(-50%);
  cursor:pointer;color:var(--muted-2);background:none;border:none;font-size:13px}
.auth-foot{text-align:center;color:var(--muted-2);font-size:12.5px;margin-top:26px}

@media(max-width:880px){
  .auth-wrap{grid-template-columns:1fr}
  .auth-hero{display:none}
  .auth-panel{padding:28px 20px;min-height:100vh}
}

/* ===== تسجيل دخول نظيف ومركزي (بلا لوحة جانبية) ===== */
.auth-center{min-height:100vh;display:grid;place-items:center;padding:24px;
  background:
    radial-gradient(900px 520px at 50% -12%, rgba(180,134,47,.16), transparent 60%),
    radial-gradient(700px 500px at 90% 110%, rgba(31,160,122,.10), transparent 55%),
    linear-gradient(160deg,#0B1A2E 0%, #11253E 60%, #0d2138 100%)}
.auth-box{width:min(400px,100%);background:var(--surface);border-radius:26px;padding:40px 34px;
  box-shadow:0 30px 80px rgba(0,0,0,.45);animation:authPop .5s cubic-bezier(.4,0,.2,1)}
@keyframes authPop{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
.auth-box .brandc{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:26px}
.auth-box .seal{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;
  background:linear-gradient(145deg,#E3C376,#B4862F);color:#1a1205;font-family:'Readex Pro';
  font-weight:700;font-size:32px;box-shadow:0 14px 34px rgba(180,134,47,.42)}
.auth-box .brandc b{font-family:'Readex Pro';font-size:26px;color:var(--ink)}
.auth-box .brandc b span{color:var(--brass)}
.auth-box .brandc small{color:var(--muted);font-size:13px}
.auth-box h1{font-size:21px;text-align:center;margin-bottom:4px}
.auth-box .lead{text-align:center;color:var(--muted);font-size:13.5px;margin-bottom:24px}
.auth-foot-c{text-align:center;color:var(--muted-2);font-size:12px;margin-top:22px;display:flex;align-items:center;gap:7px;justify-content:center}

/* ===== عرض السعر والتواصل أسفل الدخول ===== */
.auth-stack{display:flex;flex-direction:column;align-items:center;gap:18px;width:min(400px,100%)}
.auth-cta{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  border-radius:22px;padding:22px;text-align:center;backdrop-filter:blur(10px);color:#E8EDF4}
.auth-cta .price{display:flex;align-items:baseline;gap:8px;justify-content:center;margin-bottom:4px}
.auth-cta .price b{font-family:'Readex Pro';font-size:34px;color:#E3C376;font-weight:700;line-height:1}
.auth-cta .price span{font-size:15px;color:#C6D4E6}
.auth-cta .once{font-size:13px;color:#9DB0C7;margin-bottom:16px}
.auth-cta .wa{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;
  background:#25D366;color:#06321b;font-weight:700;font-size:15.5px;padding:14px;border-radius:14px;
  box-shadow:0 12px 28px rgba(37,211,102,.32);transition:transform .15s,box-shadow .15s}
.auth-cta .wa:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(37,211,102,.42)}
.auth-cta .trial{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);font-size:13.5px;color:#C6D4E6}
.auth-cta .trial a{color:#E3C376;font-weight:600}
.auth-cta .trial b{color:#fff}
