/* =====================================================
   HALAMAN SURVEY
   ===================================================== */

.survey-wizard-page{
  min-height:calc(100vh - 100px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 12px;
}

.survey-wizard-card{
  width:100%;
  max-width:900px;
  background:#fff;
  border:1px solid #e8edf3;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.survey-wizard-top{
  text-align:center;
  padding:34px 34px 24px;
  background:
    radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 30%),
    linear-gradient(135deg,#f8fbff,#eef6ff);
  border-bottom:1px solid #e5edf7;
}

.survey-mini-badge{
  display:inline-block;
  background:#dbeafe;
  color:#1d4ed8;
  border:1px solid #bfdbfe;
  padding:8px 15px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  margin-bottom:14px;
}

.survey-wizard-top h2{
  font-size:34px;
  font-weight:900;
  color:#0f172a;
  margin:0 0 8px;
}

.survey-wizard-top p{
  margin:0;
  color:#64748b;
  font-size:15px;
}

.survey-progress-wrap{
  margin:24px auto 8px;
  height:10px;
  max-width:520px;
  background:#e2e8f0;
  border-radius:999px;
  overflow:hidden;
}

.survey-progress-bar{
  height:100%;
  width:0;
  border-radius:999px;
  background:linear-gradient(90deg,#2563eb,#22c55e);
  transition:.3s ease;
}

.survey-step-info{
  font-size:13px;
  color:#64748b;
  font-weight:700;
}

.survey-step{
  display:none;
  padding:34px;
}

.survey-step.active{
  display:block;
  animation:fadeSurvey .25s ease;
}

@keyframes fadeSurvey{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}

.survey-question-box{
  text-align:center;
}

.survey-question-number{
  color:#2563eb;
  font-size:14px;
  font-weight:900;
  margin-bottom:10px;
}

.survey-question-box h3{
  color:#0f172a;
  font-size:28px;
  font-weight:900;
  line-height:1.35;
  margin-bottom:28px;
}

.survey-emoji-options{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.survey-emoji-option{
  cursor:pointer;
  margin:0;
}

.survey-emoji-option input{
  display:none;
}

.survey-emoji-option span{
  min-height:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:2px solid #e2e8f0;
  background:#f8fafc;
  border-radius:24px;
  transition:.18s ease;
}

.survey-emoji-option span b{
  font-size:38px;
  line-height:1;
}

.survey-emoji-option span strong{
  font-size:24px;
  color:#0f172a;
}

.survey-emoji-option span small{
  font-size:13px;
  font-weight:800;
  color:#64748b;
  line-height:1.3;
  padding:0 8px;
}

.survey-emoji-option:hover span{
  transform:translateY(-4px);
  background:#fff;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}

.survey-emoji-option input:checked + span{
  border-color:#2563eb;
  background:#eff6ff;
  box-shadow:0 14px 30px rgba(37,99,235,.16);
  transform:translateY(-4px);
}

.survey-textarea{
  border-radius:18px;
  border:1px solid #dbe3ec;
  padding:14px;
  box-shadow:none !important;
}

.survey-question-box .form-group{
  text-align:left;
  margin-bottom:18px;
}

.survey-question-box label{
  font-weight:800;
  color:#334155;
}

.survey-wizard-actions{
  display:flex;
  gap:10px;
  justify-content:space-between;
  padding:22px 34px;
  border-top:1px solid #edf2f7;
  background:#fbfdff;
}

.survey-wizard-actions .btn{
  border-radius:14px;
  font-weight:800;
  padding:11px 20px;
}

.survey-btn-cancel{
  color:#475569;
  border:1px solid #e2e8f0;
}

/* =====================================================
   HALAMAN INDEX / DETAIL SURVEY
   ===================================================== */

.survey-stat-card{
  border:none;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.survey-stat-card .card-body{
  text-align:center;
  padding:30px;
}

.survey-stat-icon{
  width:65px;
  height:65px;
  margin:0 auto 15px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
}

.survey-stat-card h3{
  font-size:28px;
  font-weight:700;
  margin-bottom:5px;
}

.survey-stat-card span{
  color:#6b7280;
}

.survey-review-card{
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:20px;
  margin-bottom:20px;
  background:#fff;
}

.survey-review-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:15px;
}

.survey-score{
  padding:10px 15px;
  border-radius:999px;
  background:#fff8e6;
  font-weight:600;
}

.survey-box{
  background:#f8fafc;
  padding:15px;
  border-radius:12px;
}

.survey-review-footer{
  margin-top:15px;
  text-align:right;
}

.survey-big-score{
  width:110px;
  height:110px;
  background:#fff8e6;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  font-size:32px;
  font-weight:700;
}

.survey-comment-box{
  background:#f8fafc;
  padding:18px;
  border-radius:14px;
  border:1px solid #e5e7eb;
}

.survey-indikator{
  margin-bottom:15px;
}
