
/* =========================================================
   JEEKO Customer Onboarding v7.0.64
   CLEAN RESET — no legacy hero overrides
   ========================================================= */

html.jeeko-onboard-lock,
body.jeeko-onboard-lock{
  overflow:hidden !important;
  height:100% !important;
}

.jeeko-first-run{
  position:fixed;
  inset:0;
  z-index:2147483000;
  overflow-y:auto;
  overflow-x:hidden;
  background:#f5f8fc;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  color:#10264c;
  font-family:Arial,Helvetica,sans-serif;
}

.jeeko-first-run *{
  box-sizing:border-box;
}

.jeeko-ob-shell{
  width:100%;
  max-width:520px;
  min-height:100%;
  margin:0 auto;
  background:#f5f8fc;
}

/* HERO IS PERMANENT AND OUTSIDE STEP CONTENT */
.jeeko-ob-hero{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#0758c8;
  border-radius:0 0 34px 34px;
  box-shadow:0 14px 34px rgba(7,69,160,.16);
}

.jeeko-ob-hero-img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
}

/* CONTENT CARD */
.jeeko-ob-card{
  position:relative;
  width:100%;
  margin-top:-4px;
  padding:26px 24px 24px;
  background:#fff;
  border-radius:30px 30px 0 0;
  min-height:calc(100vh - 300px);
}

.jeeko-ob-progress{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:0 0 28px;
}

.jeeko-ob-progress i{
  display:block;
  height:5px;
  border-radius:999px;
  background:#e4eaf2;
}

.jeeko-ob-progress i.is-active{
  background:linear-gradient(90deg,#1592ef,#0862d5);
}

.jeeko-ob-step{
  display:none;
}

.jeeko-ob-step.is-active{
  display:block;
}

.jeeko-ob-step small{
  display:block;
  margin:0 0 10px;
  color:#0875d1;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.06em;
}

.jeeko-ob-step h2{
  margin:0 0 12px;
  color:#10264c;
  font-size:24px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.02em;
}

.jeeko-ob-step > p{
  margin:0 0 18px;
  color:#5f6d82;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}

/* About JEEKO: elegant + justified */
.jeeko-ob-step[data-step="1"] h2{
  font-size:23px;
  line-height:1.2;
}

.jeeko-ob-step[data-step="1"] > p{
  font-size:14px;
  line-height:1.72;
  text-align:justify;
  text-align-last:left;
  text-justify:inter-word;
  hyphens:none;
  -webkit-hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}

.jeeko-ob-points{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.jeeko-ob-point{
  padding:14px 16px;
  border:1px solid #e4ebf3;
  border-radius:17px;
  background:#fbfdff;
  box-shadow:0 7px 20px rgba(19,54,100,.035);
}

.jeeko-ob-point b,
.jeeko-ob-point strong{
  color:#10264c;
  font-size:13.5px;
  line-height:1.35;
}

.jeeko-ob-point span{
  display:block;
  margin-top:4px;
  color:#68778b;
  font-size:12px;
  line-height:1.45;
  font-weight:400;
}

.jeeko-ob-form{
  margin-top:17px;
}

.jeeko-ob-field{
  margin-bottom:14px;
}

.jeeko-ob-field label{
  display:block;
  margin-bottom:7px;
  color:#33445d;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.jeeko-ob-field input{
  display:block;
  width:100%;
  height:54px;
  padding:0 16px;
  border:1.4px solid #d8e2ed;
  border-radius:15px;
  outline:none;
  background:#fbfdff;
  color:#172941;
  font-size:16px;
}

.jeeko-ob-field input:focus{
  border-color:#1687e6;
  box-shadow:0 0 0 4px rgba(22,135,230,.08);
  background:#fff;
}

.jeeko-ob-error{
  min-height:18px;
  margin-top:5px;
  color:#d23636;
  font-size:12px;
}

.jeeko-ob-success{
  text-align:center;
  padding:12px 0 6px;
}

.jeeko-ob-success .check{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#16b77a;
  color:#fff;
  font-size:28px;
  font-weight:900;
}

.jeeko-ob-code{
  margin:18px auto 0;
  padding:14px 16px;
  border-radius:15px;
  background:#eef6ff;
  color:#075dbb;
  font-size:18px;
  font-weight:800;
  letter-spacing:.08em;
}

.jeeko-ob-footer{
  margin-top:28px;
}

.jeeko-ob-btn{
  display:block;
  width:100%;
  min-height:54px;
  padding:12px 18px;
  border:0;
  border-radius:16px;
  background:linear-gradient(90deg,#1394f2,#0757cc);
  box-shadow:0 12px 28px rgba(8,93,208,.22);
  color:#fff;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  cursor:pointer;
}

.jeeko-ob-btn:disabled{
  opacity:.65;
  cursor:wait;
}

.jeeko-ob-secondary{
  margin-top:10px;
  text-align:center;
  color:#778397;
  font-size:11.5px;
  line-height:1.4;
}

/* Keep hero prominent on smaller phones by shrinking text, not hero */
@media (max-width:390px){
  .jeeko-ob-card{
    padding-left:20px;
    padding-right:20px;
  }

  .jeeko-ob-step h2{
    font-size:21px;
  }

  .jeeko-ob-step[data-step="1"] h2{
    font-size:21px;
  }

  .jeeko-ob-step > p,
  .jeeko-ob-step[data-step="1"] > p{
    font-size:13.5px;
  }
}

/* v7.0.65 ONE SCREEN / NO SCROLL */
.jeeko-first-run{overflow:hidden!important;height:100dvh!important;min-height:100dvh!important}
.jeeko-ob-shell{height:100dvh!important;min-height:0!important;display:grid!important;grid-template-rows:minmax(190px,30dvh) 1fr!important;overflow:hidden!important}
.jeeko-ob-hero{height:100%!important;min-height:0!important;overflow:hidden!important;border-radius:0 0 26px 26px!important}
.jeeko-ob-hero-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.jeeko-ob-card{min-height:0!important;height:100%!important;margin-top:0!important;padding:14px 20px 12px!important;border-radius:24px 24px 0 0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important}
.jeeko-ob-progress{gap:8px!important;margin:0 0 11px!important}.jeeko-ob-progress i{height:4px!important}
.jeeko-ob-step.is-active{min-height:0!important;overflow:hidden!important}
.jeeko-ob-step small{margin:0 0 6px!important;font-size:9.5px!important}
.jeeko-ob-step h2,.jeeko-ob-step[data-step="1"] h2{margin:0 0 7px!important;font-size:clamp(17px,2.45dvh,21px)!important;line-height:1.12!important}
.jeeko-ob-step>p,.jeeko-ob-step[data-step="1"]>p{margin:0 0 8px!important;font-size:clamp(10.5px,1.52dvh,12.5px)!important;line-height:1.43!important}
.jeeko-ob-step[data-step="1"]>p{text-align:justify!important;text-align-last:left!important}
.jeeko-ob-points{gap:6px!important;margin-top:7px!important}.jeeko-ob-point{padding:8px 11px!important;border-radius:13px!important}
.jeeko-ob-point b,.jeeko-ob-point strong{font-size:clamp(10px,1.42dvh,12px)!important;line-height:1.2!important}
.jeeko-ob-point span{margin-top:2px!important;font-size:clamp(9px,1.25dvh,10.5px)!important;line-height:1.3!important}
.jeeko-ob-form{margin-top:8px!important}.jeeko-ob-field{margin-bottom:8px!important}.jeeko-ob-field label{margin-bottom:4px!important;font-size:10px!important}
.jeeko-ob-field input{height:44px!important;padding:0 13px!important;border-radius:13px!important;font-size:14px!important}
.jeeko-ob-error{min-height:12px!important;margin-top:2px!important;font-size:9.5px!important}
.jeeko-ob-success{padding:4px 0 0!important}.jeeko-ob-success .check{width:42px!important;height:42px!important;margin:0 auto 7px!important;font-size:20px!important}
.jeeko-ob-code{margin:8px auto 0!important;padding:9px 12px!important;font-size:15px!important}
.jeeko-ob-footer{margin-top:9px!important;padding-bottom:max(2px,env(safe-area-inset-bottom))!important}
.jeeko-ob-btn{min-height:45px!important;padding:9px 14px!important;border-radius:14px!important;font-size:13px!important}
.jeeko-ob-secondary{margin-top:5px!important;font-size:9.5px!important;line-height:1.2!important}
@media(max-height:760px){
 .jeeko-ob-shell{grid-template-rows:minmax(165px,26dvh) 1fr!important}
 .jeeko-ob-card{padding:11px 18px 9px!important}.jeeko-ob-progress{margin-bottom:8px!important}
 .jeeko-ob-step h2,.jeeko-ob-step[data-step="1"] h2{font-size:16px!important}
 .jeeko-ob-step>p,.jeeko-ob-step[data-step="1"]>p{font-size:10px!important;line-height:1.36!important}
 .jeeko-ob-point{padding:6px 9px!important}.jeeko-ob-point span{font-size:8.8px!important}.jeeko-ob-btn{min-height:42px!important}
}
@media(max-height:620px){
 .jeeko-ob-shell{grid-template-rows:145px 1fr!important}.jeeko-ob-points{grid-template-columns:1fr 1fr!important}.jeeko-ob-secondary{display:none!important}
}


/* =========================================================
   v7.0.66 — HERO HD TALLER / ALL STEPS
   Hero diperbesar sedikit ke bawah, konten tetap 1 layar.
   ========================================================= */
.jeeko-ob-shell{
  grid-template-rows:minmax(215px, 34dvh) 1fr !important;
}

@media (max-height:900px){
  .jeeko-ob-shell{
    grid-template-rows:minmax(205px, 32dvh) 1fr !important;
  }
}

@media (max-height:760px){
  .jeeko-ob-shell{
    grid-template-rows:minmax(185px, 29dvh) 1fr !important;
  }
  .jeeko-ob-card{
    padding-top:10px !important;
    padding-bottom:8px !important;
  }
  .jeeko-ob-progress{
    margin-bottom:7px !important;
  }
}

@media (max-height:620px){
  .jeeko-ob-shell{
    grid-template-rows:160px 1fr !important;
  }
}

/* Pastikan gambar hero tidak penyet dan framing konsisten di setiap step */
.jeeko-ob-hero-img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}
