
  body{
    font-family:sans-serif;
    background:#f3f4f6;
    margin:0;
    padding:20px;
  }
  .step{
    max-width:550px;margin:auto;
    background:#fff;padding:20px;
    border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,0.1);
  }
  label{display:block;margin-top:10px;font-weight:600;}
  input, select, textarea{
    width:100%;padding:8px;margin-top:4px;
    border:1px solid #ccc;border-radius:6px;
  }
  .error-icon{
    position:absolute;
    right:10px;top:35px;
    color:red;font-size:18px;display:none;
  }
  .input-group{
    position:relative;
  }
  .notice {
  background: linear-gradient(to bottom right, #f8fbff, #eef4ff);
  border: 2px solid #d0e3ff;
  border-radius: 16px;
  padding: 24px 26px;
  margin-top: 20px;
  line-height: 1.8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #90a4f4 #eaf0ff;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1e293b;
  font-size: 15px;
}

/* Scrollbar halus */
.notice::-webkit-scrollbar {
  width: 8px;
}
.notice::-webkit-scrollbar-track {
  background: #eaf0ff;
  border-radius: 8px;
}
.notice::-webkit-scrollbar-thumb {
  background-color: #90a4f4;
  border-radius: 8px;
  border: 2px solid #eaf0ff;
}

.form-hint {
  font-size: 11px;
  color: #6b6b6b;
  font-style: italic;
}

/* 🔹 Judul Utama */
.notice h3 {
  margin: 0 0 18px 0;
  color: #1e40af;
  font-weight: 700;
  font-size: 18px; /* lebih besar dari teks isi */
  border-bottom: 1px solid #d4e3ff;
  padding-bottom: 8px;
}

/* 🔹 Subjudul (Paspor, Foto, Dokumen) */
.notice h4 {
  color: #1e3a8a;
  font-weight: 600;
  font-size: 15px;
  margin: 14px 0 4px 0;
}

/* 🔹 Paragraf isi */
.notice p {
  margin: 0 0 10px 0;
  text-align: justify;
  font-size: 15px;
}

/* 🔹 Tambahan di bawah */
.notice .tambahan {
  margin-top: 16px;
  border-top: 1px dashed #c7d7f8;
  padding-top: 10px;
  font-size: 15px;
}

/* Hover efek lembut */
.notice:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
#step2 {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#step2.show {
  display: block;
  opacity: 1;
}
/* FIX tambahan */
#agreementBox {
  text-align: left !important;
}

.agree-label {
  display: inline-flex !important;
  align-items: center;
  gap: 4px; /* kalau mau lebih rapat dari sebelumnya */
  margin: 0 !important;
  padding: 0 !important;
}

input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: middle !important;
  transform: scale(1.1);
}
  .syarat-box {
    background: #f0f6ff;
    border: 1px solid #d1e3ff;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }

  .syarat-box h4 {
    color: #2b6cb0;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #cfe0ff;
    padding-bottom: 4px;
  }

  .syarat-box ul {
    margin: 0.5rem 0 0 1.2rem;
    padding: 0;
    color: #333;
  }

  .syarat-box li {
    margin-bottom: 0.4rem;
  }

  /* Checkbox area */
  .persetujuan {
    margin-top: 1rem;
    background: #f8faff;
    border: 1px solid #d9e6ff;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .persetujuan label {
    font-size: 0.95rem;
    color: #333;
  }

  /* Tombol */
  .button-group {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
}

.button-group button {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f3f4f6;
  color: #111827;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Efek hover */
.button-group button:hover {
  background-color: #e5e7eb;
}

/* Tombol aktif (misalnya setelah ceklis disetujui) */
.button-group button.active {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

/* Jika tombol disabled */
.button-group button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
  .step {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  label {
    display:block;
    margin-top:10px;
    font-weight:600;
  }
  input, textarea, select {
    width:100%;
    padding:8px;
    border:1px solid #ccc;
    border-radius:8px;
    margin-top:4px;
  }
  textarea {resize:vertical;}
  .syarat-box {
    background:#f9fafb;
    border:1px solid #ddd;
    border-radius:8px;
    padding:10px 15px;
  }
  .syarat-box h4 {
    margin:0 0 8px;
    color:#2b7be4;
  }
  ul {margin:0; padding-left:20px;}
  .button-group {
    display:flex;
    justify-content:space-between;
    margin-top:20px;
  }
  button {
    background:#2b7be4;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
  }
  button[disabled] {
    background:#ccc;
    cursor:not-allowed;
  }
  .syarat-box {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 16px;
}
.syarat-box h4 {
  color: #1e40af;
  margin-bottom: 8px;
}
#next4 {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: not-allowed;
  transition: background-color 0.3s ease;
}

#next4.active {
  background-color: #2563eb; /* biru seperti di contohmu */
  cursor: pointer;
}
button.active {
  background-color: #007bff;
  color: white;
  cursor: pointer;
}
.label-bold {
    font-weight: bold;
  }
  input:focus + small {
    opacity: 0.9;
    transition: 0.3s;
  }
