/* Pendaftaran berhasil — alur unduh kartu lalu Login Akses di bagian paling bawah */
.registration-success-v108{
  padding-top:28px;
  padding-bottom:54px;
}

.success-shell-v108{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.72fr);
  align-items:center;
  gap:44px;
  padding:42px;
  border:1px solid #e3eaf5;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 42px rgba(15,39,71,.06);
}

.success-content-v108,
.access-preview-wrap-v108{
  min-width:0;
}

.success-heading-v108{
  max-width:720px;
}

.success-badge-v108{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:8px 13px;
  border-radius:999px;
  background:#eef5ff;
  color:#2563eb;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.success-badge-v108 svg{
  width:16px;
  height:16px;
}

.success-heading-v108 h2{
  margin:18px 0 8px;
  color:#0d3470;
  font-size:clamp(26px,2.2vw,38px);
  line-height:1.18;
  font-weight:700;
}

.success-heading-v108 p{
  margin:0;
  color:#667893;
  font-size:15px;
  line-height:1.65;
}

.credentials-grid-v108{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.credential-card-v108{
  min-width:0;
  padding:18px 20px;
  border:1px solid #e0e8f4;
  border-radius:17px;
  background:#fbfcff;
}

.credential-card-v108 span,
.credential-card-v108 b{
  display:block;
}

.credential-card-v108 span{
  margin-bottom:7px;
  color:#71819a;
  font-size:13px;
  font-weight:500;
}

.credential-card-v108 b{
  color:#2860dc;
  font-size:clamp(22px,2vw,30px);
  line-height:1.25;
  font-weight:650;
  overflow-wrap:anywhere;
}

.success-actions-v108{
  display:flex;
  margin-top:22px;
}

.success-actions-v108 .btn{
  min-height:50px;
  padding:12px 20px;
  border-radius:14px;
  font-size:14px;
  font-weight:650;
}

.login-access-v108{
  min-width:190px;
}

.download-access-v108{
  min-width:230px;
}

.login-access-bottom-v109{
  margin-top:16px;
}

.login-access-bottom-v109 .login-access-v108{
  display:flex;
  width:100%;
  min-width:0;
  min-height:52px;
  align-items:center;
  justify-content:center;
}

.success-note-v108{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:22px;
  padding:14px 16px;
  border:1px solid #e5ebf4;
  border-radius:15px;
  background:#f8faff;
  color:#667893;
  font-size:13px;
  line-height:1.55;
}

.success-note-v108 svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:1px;
  color:#2d67e5;
}

.success-note-v108 b{
  color:#183d78;
  font-weight:650;
}

.access-preview-wrap-v108{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  border:1px solid #e5ebf5;
  border-radius:22px;
  background:#f8faff;
}

.access-preview-label-v108{
  margin-bottom:14px;
  color:#71819a;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.access-card-v108{
  width:min(100%,380px) !important;
  margin:0 !important;
  transform:none !important;
  box-shadow:0 18px 38px rgba(26,64,135,.16) !important;
}

/* Hide obsolete success/payment blocks if cached styles or old markup survive */
.registration-success-v108 + .selected-list-v20,
.registration-success-v108 ~ .payment-note-v20{
  display:none !important;
}

@media(max-width:900px){
  .success-shell-v108{
    grid-template-columns:1fr;
    gap:30px;
    padding:30px;
  }

  .access-preview-wrap-v108{
    order:2;
  }
}

@media(max-width:640px){
  .registration-success-v108{
    padding-top:18px;
    padding-bottom:34px;
  }

  .success-shell-v108{
    gap:24px;
    padding:20px;
    border-radius:20px;
  }

  .credentials-grid-v108{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:22px;
  }

  .credential-card-v108{
    padding:15px 16px;
  }

  .success-actions-v108{
    display:grid;
    grid-template-columns:1fr;
  }

  .success-actions-v108 .btn,
  .login-access-v108,
  .download-access-v108{
    width:100%;
    min-width:0;
    min-height:48px;
  }

  .login-access-bottom-v109{
    margin-top:14px;
  }

  .access-preview-wrap-v108{
    padding:18px 14px;
    border-radius:18px;
  }

  .access-card-v108{
    width:min(100%,330px) !important;
  }
}
