/* =========================================================
   OTP LOGIN PAGE — uses :root vars from style.css
   ========================================================= */

.ol-shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}

/* ---------------- LEFT: hero visual panel ---------------- */
.ol-hero{position:relative;background:#241b4d;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:36px 44px;color:#fff}
.ol-hero-bg{position:absolute;inset:0;z-index:0}
.ol-hero-bg img{width:100%;height:100%;object-fit:cover}
.ol-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,20,70,.72) 0%,rgba(35,20,70,.28) 35%,rgba(20,10,40,.15) 60%,rgba(15,8,30,.82) 100%)}
.ol-hero-top,.ol-hero-mid,.ol-hero-bottom{position:relative;z-index:1}

.ol-hero-brand{display:flex;align-items:center;gap:12px}
.ol-hero-brand .brand-mark{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:20px}
.ol-hero-brand-text strong{display:block;font-size:20px;font-weight:800}
.ol-hero-brand-text strong span{font-weight:400}
.ol-hero-brand-text small{font-size:11px;opacity:.8}

.ol-hero-mid{margin:26px 0}
.ol-hero-mid h1{font-size:42px;font-weight:800;line-height:1.12;margin:0 0 18px}
.ol-hero-mid h1 .accent{color:#c9bdfb}
.ol-hero-mid p{font-size:15px;opacity:.92;max-width:420px;line-height:1.6;margin:0 0 24px}

.ol-hero-features{display:flex;gap:34px;flex-wrap:wrap}
.ol-hero-feature{display:flex;align-items:center;gap:11px}
.ol-hero-feature-ic{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);display:grid;place-items:center;font-size:15px}
.ol-hero-feature strong{display:block;font-size:12.5px;font-weight:700}
.ol-hero-feature span{font-size:11px;opacity:.8}

.ol-hero-quote{font-family:'Caveat',cursive;font-size:24px;line-height:1.3;margin:34px 0 0;opacity:.95}
.ol-hero-quote .ol-underline{display:block;width:150px;height:2px;background:#fff;opacity:.5;margin-top:6px;border-radius:2px}

.ol-hero-stats{display:flex;gap:0;background:rgba(15,10,25,.55);backdrop-filter:blur(6px);border-radius:16px;padding:16px 10px;margin-top:26px}
.ol-hero-stat{flex:1;display:flex;align-items:center;gap:10px;padding:0 10px;border-right:1px solid rgba(255,255,255,.15)}
.ol-hero-stat:last-child{border-right:0}
.ol-hero-stat-ic{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:16px;flex:0 0 38px}
.ol-hero-stat strong{display:block;font-size:17px;font-weight:800;line-height:1.1}
.ol-hero-stat span{font-size:10.5px;opacity:.82}

/* ---------------- RIGHT: form panel ---------------- */
.ol-form-panel{display:flex;flex-direction:column;justify-content:space-between;padding:34px 60px;background:#f4f3fa}
.ol-form-top{display:flex;justify-content:flex-end;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}
.ol-form-top a{color:var(--p);font-weight:700;text-decoration:none}

.ol-form-mid{flex:1;display:flex;align-items:center;justify-content:center}
.ol-card{background:#fff;border-radius:22px;box-shadow:0 20px 60px rgba(40,20,90,.08);padding:38px 40px;width:100%;max-width:420px}

.ol-logo{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:22px}
.ol-logo-mark{display:flex;align-items:center;gap:2px;font-size:30px;font-weight:900;color:var(--text);letter-spacing:-.5px}
.ol-logo-mark .ol-leaf{color:#2fa84f;font-size:18px;margin-left:-4px;margin-top:-14px}
.ol-logo-sub{font-size:9.5px;font-weight:800;letter-spacing:3px;color:var(--muted);margin-top:-4px}
.ol-logo-tag{font-size:11px;color:var(--muted);margin-top:6px}

.ol-card h2{font-size:22px;font-weight:800;text-align:center;margin:0 0 8px}
.ol-card>p.ol-sub{text-align:center;font-size:12.5px;color:var(--muted);margin:0 0 4px}
.ol-form-group{margin-bottom:18px;text-align:left}
.ol-form-group label{display:block;font-size:11px;font-weight:700;color:#5c5d67;margin-bottom:8px}
.ol-phone-input{display:flex;gap:8px}
.ol-phone-code{border:1.5px solid var(--border);border-radius:12px;padding:13px 14px;font-size:14px;font-weight:700;color:#5c5d67;background:#fafafd;flex:0 0 56px;text-align:center}
.ol-phone-input input{flex:1;border:1.5px solid var(--border);border-radius:12px;padding:13px 14px;font-size:14px;font-weight:700;color:var(--text);background:#fafafd;outline:0}
.ol-phone-input input:focus{border-color:var(--p);box-shadow:0 0 0 3px var(--ps)}

.ol-phone-line{text-align:center;font-size:14px;font-weight:800;margin:0 0 22px;display:flex;align-items:center;justify-content:center;gap:8px}

.ol-otp-row{display:flex;justify-content:center;gap:12px;margin-bottom:16px}
.ol-otp-box{width:56px;height:60px;border:1.5px solid var(--border);border-radius:13px;text-align:center;font-size:22px;font-weight:800;color:var(--text);outline:0;background:#fafafd}
.ol-otp-box:focus{border-color:var(--p);box-shadow:0 0 0 3px var(--ps)}
.ol-otp-box.filled{border-color:var(--p)}

.ol-resend{text-align:center;font-size:12px;color:var(--muted);margin-bottom:20px}
.ol-resend strong{color:var(--p);font-weight:800}
.ol-resend button{border:0;background:transparent;color:var(--p);font-weight:800;font-size:12px;display:none}

.ol-verify-btn{width:100%;background:var(--p);color:#fff;border:0;border-radius:13px;padding:14px;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}
.ol-verify-btn:hover{background:var(--pd)}
.ol-verify-btn:disabled{opacity:.55;cursor:not-allowed}

.ol-divider{display:flex;align-items:center;gap:14px;color:#a9abb4;font-size:11px;font-weight:700;margin:22px 0}
.ol-divider::before,.ol-divider::after{content:"";flex:1;height:1px;background:var(--border)}

.ol-change-link{display:block;text-align:center;color:var(--p);font-weight:800;font-size:13.5px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px}
.ol-change-link:hover{text-decoration:underline}

.ol-secure-note{text-align:center;font-size:11px;color:var(--muted);margin-top:24px;line-height:1.7}
.ol-secure-note i{margin-right:5px}
.ol-secure-note a{color:var(--p);font-weight:700;text-decoration:none}
.ol-secure-note a:hover{text-decoration:underline}

.ol-form-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:var(--muted);flex-wrap:wrap;gap:8px}
.ol-form-bottom a{color:var(--muted);text-decoration:none}
.ol-form-bottom a:hover{color:var(--p)}
.ol-form-bottom-links{display:flex;gap:16px}

@media(max-width:991px){
  .ol-shell{grid-template-columns:1fr}
  .ol-hero{min-height:460px;padding:26px}
  .ol-hero-mid h1{font-size:32px}
  .ol-form-panel{padding:26px 20px 34px}
  .ol-card{padding:30px 22px}
}
@media(max-width:480px){
  .ol-otp-box{width:48px;height:54px;font-size:19px}
  .ol-hero-features{gap:18px}
  .ol-hero-stats{flex-wrap:wrap}
}
