:root{
  --va-green:#1AEFA5;
  --va-navy:#2A485C;
  --va-bg:#F6F7F8;
  --va-input:#F2F4F6;
}

html.is-rtl body.vendor-apply { direction: rtl; }
html.is-ltr body.vendor-apply { direction: ltr; }

body.vendor-apply{ background: var(--va-bg); }

.vendor-apply .va-split{
  min-height: calc(100vh - 120px);
  display:flex;
  border-radius: 14px;
  overflow:hidden;
}

.vendor-apply .va-left{
  flex: 1 1 55%;
  background-color:#e9eef2;
  background-image: url("https://qiteapp.com/assets/qite-landing/vendorhub-bg.svg");
  background-size: cover;
  background-position: center;
}

.vendor-apply .va-right{ flex: 1 1 45%; background:#fff; display:flex; }
.vendor-apply .va-right-inner{ width:100%; padding: 42px 44px; display:flex; flex-direction:column; justify-content:center; }

.vendor-apply .va-logo img{ height:44px; width:auto; }
.vendor-apply .va-title{ font-size: 28px; line-height: 1.2; color: var(--va-navy); margin: 6px 0 24px; }
.vendor-apply .va-title .va-title__accent{ color: var(--va-green); font-weight: 800; }

.vendor-apply .va-label{ color: var(--va-navy); font-weight: 700; margin: 14px 0 8px; font-size: 15px; }

.vendor-apply .va-input input{
  width:100%;
  background: var(--va-input);
  border:0;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 16px;
  outline:none;
}
.vendor-apply .va-input input:focus{ box-shadow: 0 0 0 3px rgba(26,239,165,.25); }

.vendor-apply .va-phone{ display:flex; gap:10px; }
.vendor-apply .va-phone__code{
  min-width: 92px;
  background: var(--va-input);
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  color: var(--va-navy);
  direction:ltr;
}

.vendor-apply .va-checkbox{ display:flex; align-items:center; gap:10px; margin: 14px 0 18px; }
.vendor-apply .va-checkbox input{ width:20px; height:20px; border-radius: 6px; }
.vendor-apply .va-checkbox a{ color: var(--va-navy); text-decoration: underline; }

.vendor-apply .va-btn-primary{
  width:100%;
  border:0;
  border-radius: 10px;
  padding: 14px 16px;
  background: var(--va-green);
  color:#0b1d16;
  font-weight: 800;
  font-size: 16px;
}
.vendor-apply .va-btn-secondary{
  width:100%;
  border:0;
  border-radius: 10px;
  padding: 14px 16px;
  background: var(--va-navy);
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  text-align:center;
  display:block;
  text-decoration:none;
}

.vendor-apply .va-otp-card{
  width: min(560px, 92vw);
  margin: 0 auto;
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  padding: 46px 34px;
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
  text-align:center;
}

.vendor-apply .va-otp-title{ color: var(--va-green); font-weight: 800; margin-bottom: 22px; }
.vendor-apply .va-otp-row{ display:flex; gap:16px; justify-content:center; margin-bottom: 26px; }

.vendor-apply .va-otp-box{
  width: 62px;
  height: 62px;
  border-radius: 12px;
  border: 1px solid rgba(26,239,165,.7);
  background: transparent;
  font-size: 24px;
  text-align:center;
  outline:none;
}
.vendor-apply .va-otp-box:focus{ box-shadow: 0 0 0 3px rgba(26,239,165,.25); }

.vendor-apply .va-debug-otp{ direction:ltr; font-weight:800; margin-top:8px; }

@media (max-width: 992px){
  .vendor-apply .va-split{ flex-direction:column; }
  .vendor-apply .va-left{ min-height: 260px; }
  .vendor-apply .va-right-inner{ padding: 28px 20px; }
}

/* Mobile: hide left image panel */
@media (max-width: 992px){
  .vendor-apply .va-left{ display:none !important; }
  .vendor-apply .va-split{ flex-direction: column !important; }
  .vendor-apply .va-right{ flex: 1 1 100% !important; max-width: 100% !important; }
  .vendor-apply .va-right-inner{ padding: 22px 16px !important; }
}
