/* PM24 V158 — unified premium OTP pages */
:root{--otp-navy:#08285f;--otp-blue:#0d7bff;--otp-pink:#ff1f78;--otp-ink:#071b3f;--otp-muted:#66748d;--otp-line:#dbe4f0;--otp-bg:#f4f8fd}
.pm24-otp-shell{min-height:calc(100svh - 1px);background:linear-gradient(180deg,#f8fbff 0%,#edf4fb 100%);padding:18px 20px;display:grid;place-items:center}
.pm24-otp-frame{width:min(1040px,100%);min-height:560px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);overflow:hidden;border:1px solid var(--otp-line);border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(7,27,63,.14)}
.pm24-otp-visual{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:34px;background:linear-gradient(145deg,#061b45 0%,#0b326f 68%,#1253a4 100%);color:#fff}
.pm24-otp-visual:before,.pm24-otp-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.16)}
.pm24-otp-visual:before{width:430px;height:430px;right:-235px;bottom:-210px}.pm24-otp-visual:after{width:310px;height:310px;right:-160px;bottom:-150px}
.pm24-otp-visual>*{position:relative;z-index:1}.pm24-otp-brand img{height:48px!important;width:auto!important;max-width:150px!important;object-fit:contain!important}
.pm24-otp-lock{width:86px;height:86px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-size:38px;margin-bottom:22px}
.pm24-otp-visual h1{font-size:clamp(34px,4vw,50px);line-height:1.03;margin:0 0 16px}.pm24-otp-visual h1 em{font-style:normal;color:#ff6da6}.pm24-otp-visual p{font-size:16px;line-height:1.65;color:#dce9ff;max-width:440px}
.pm24-otp-badges{display:flex;gap:10px;flex-wrap:wrap}.pm24-otp-badges span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-weight:800;font-size:12px}
.pm24-otp-card{display:flex;flex-direction:column;justify-content:center;padding:46px 48px;min-width:0}.pm24-otp-kicker{display:inline-flex;align-self:flex-start;padding:7px 11px;border-radius:999px;background:#eaf3ff;color:#0866d7;font-size:12px;font-weight:900;letter-spacing:.08em}.pm24-otp-card h2{font-size:34px;line-height:1.12;margin:18px 0 10px;color:var(--otp-ink)}.pm24-otp-copy{margin:0 0 24px;color:var(--otp-muted);font-size:15px;line-height:1.6}.pm24-otp-mobile{display:inline-flex;align-items:center;gap:8px;margin-top:7px;padding:8px 12px;border-radius:10px;background:#f2f6fb;color:var(--otp-ink);font-weight:900}
.pm24-otp-form{display:grid;gap:15px}.pm24-otp-form label{font-weight:900;color:var(--otp-ink);font-size:14px}.pm24-otp-input{width:100%;height:58px;border:1px solid #cbd7e8;border-radius:14px;background:#fff;padding:0 18px;font-size:26px;font-weight:900;letter-spacing:.42em;text-align:center;color:var(--otp-ink);outline:none}.pm24-otp-input:focus{border-color:#69a9ff;box-shadow:0 0 0 4px rgba(13,123,255,.12)}
.pm24-otp-submit{height:54px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--otp-blue),#0863d7);color:#fff;font-weight:900;font-size:16px;box-shadow:0 14px 28px rgba(13,123,255,.22);cursor:pointer}.pm24-otp-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;border:1px solid var(--otp-line);color:#0a5bbf;font-weight:900;text-decoration:none}.pm24-otp-demo{padding:11px 13px;border-radius:12px;background:#fff8dd;border:1px solid #f4d96a;color:#6d5500;font-size:13px}.pm24-otp-note{margin-top:18px;color:#7a879b;font-size:12px;line-height:1.55}
/* Existing verify cards get the same premium finish without layout breakage */
.pgm-login-pro-grid.is-otp-view{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;max-width:1040px!important;min-height:calc(100svh - 110px)!important;transform:none!important;padding:18px 22px!important}
.pgm-login-pro-grid.is-otp-view .pgm-login-pro-card-wrap{grid-column:2}.pgm-login-pro-grid.is-otp-view:before{content:"Secure OTP verification";grid-column:1;grid-row:1;align-self:stretch;display:flex;align-items:flex-end;padding:38px;border-radius:26px;background:linear-gradient(145deg,#061b45,#0b326f 68%,#1253a4);color:#fff;font-size:38px;font-weight:900;line-height:1.05;box-shadow:0 24px 64px rgba(7,27,70,.18)}
.pgm-login-pro-grid.is-otp-view .pgm-login-pro-card{width:100%!important;max-width:520px!important;padding:34px!important}
.pgm-login-pro-otp{letter-spacing:.42em!important;text-align:center!important;font-size:26px!important;font-weight:900!important}
/* Prevent media/illustration cropping on OTP/auth pages */
.pgm-business-auth-hero img,.pm24-unlock-hero img,.pgm-login-pro-hero img,.pm24-otp-visual img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center bottom!important}
@media(max-width:900px){.pm24-otp-shell{padding:12px}.pm24-otp-frame{grid-template-columns:1fr;min-height:auto;border-radius:20px}.pm24-otp-visual{display:none}.pm24-otp-card{padding:30px 22px}.pm24-otp-card h2{font-size:30px}.pgm-login-pro-grid.is-otp-view{grid-template-columns:1fr!important;min-height:auto!important;padding:14px!important}.pgm-login-pro-grid.is-otp-view:before{display:none}.pgm-login-pro-grid.is-otp-view .pgm-login-pro-card-wrap{grid-column:1}.pgm-login-pro-grid.is-otp-view .pgm-login-pro-card{padding:26px 20px!important}}
@media(max-height:760px) and (min-width:901px){.pm24-otp-shell{padding:10px 18px}.pm24-otp-frame{min-height:510px}.pm24-otp-card{padding:30px 40px}.pm24-otp-visual{padding:28px}.pm24-otp-visual h1{font-size:40px}.pgm-login-pro-grid.is-otp-view{padding-top:8px!important;padding-bottom:8px!important}.pgm-login-pro-grid.is-otp-view:before{font-size:34px;padding:30px}}
