.enb-req:after { content:" *"; color:#dc2626; }

/* Logo daha küçük + düzgün */
.enb-logo{
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

/* Progress */
.enb-progress{
  height: 10px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  overflow: hidden;
  margin: 2px 0 12px;
}
.enb-progress-bar{
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ec4899, #f59e0b);
  border-radius: 999px;
  transition: width .25s ease;
}

/* Layout */
.enb-steps-head{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
@media (min-width: 900px){
  .enb-steps-head{
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}

/* Steps */
.enb-steps{
  display: flex;
  align-items: center;
  gap: 10px;
}
.enb-step{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.enb-step:hover{ transform: translateY(-1px); }
.enb-step.is-active{
  border-color: rgba(236,72,153,.55);
  box-shadow: 0 10px 26px rgba(236,72,153,.14);
}
.enb-step-num{
  width: 30px; height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(236,72,153,.12);
  color: #be185d;
}
.enb-step-line{
  flex: 1;
  height: 2px;
  background: rgba(0,0,0,.10);
  border-radius: 99px;
  min-width: 18px;
}

/* Top alert */
.enb-inline-alert{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(239,68,68,.22);
  background: rgba(239,68,68,.06);
  color: #991b1b;
  font-weight: 800;
  font-size: 13px;
}

/* Live (sticky) */
.enb-live{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
@media (min-width: 900px){
  .enb-live{ position: sticky; top: 110px; }
}
.enb-live-title{
  font-weight: 1000;
  font-size: 14px;
  margin-bottom: 10px;
}
.enb-live-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(0,0,0,.08);
}
.enb-live-row:last-child{ border-bottom: 0; }
.enb-live-hint{
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

.enb-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(0,0,0,.06);
}
.enb-badge.is-ok{ background: rgba(16,185,129,.15); color: #065f46; }
.enb-badge.is-warn{ background: rgba(245,158,11,.18); color: #92400e; }

/* Panels */
.enb-step-panel{ display: none; }
.enb-step-panel.is-active{ display: block; }

/* Grid helpers */
.enb-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px){
  .enb-grid{ grid-template-columns: 1fr 1fr; }
  .enb-col-2{ grid-column: span 2; }
}

/* Buttons */
.enb-nav{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.enb-btn{
  border: 1px solid rgba(0,0,0,.14);
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 900;
  background: #fff;
}
.enb-btn-primary{
  border-color: rgba(236,72,153,.65);
  background: #ec4899;
  color: #fff;
  box-shadow: 0 12px 26px rgba(236,72,153,.22);
}
#submitBtn.is-loading{ opacity: .75; cursor: not-allowed; }

/* Inline error under fields */
.enb-err{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #b91c1c;
  min-height: 16px;
}

/* Preview */
.enb-preview-card{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}
.enb-preview-img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.enb-preview-meta{
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  backdrop-filter: blur(6px);
}
/* En Baba Hostes Başvuru Formu - canlı form UI */
.req:after { content:" *"; color:#dc2626; }
.enb-inp{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px 14px;
  outline:none;
  background:#fff;
}
.enb-inp:focus{
  border-color:#ec4899;
  box-shadow:0 0 0 4px rgba(236,72,153,.12);
}
.step-card{
  border:1px solid #f1f5f9;
  border-radius:16px;
  padding:18px;
  background:#fff;
  box-shadow:0 6px 16px rgba(15,23,42,.04);
}
.enb-btn{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:14px;
  padding:10px 14px;
  font-weight:800;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.enb-btn:hover{ background:#f8fafc; transform:translateY(-1px); }
.enb-btn-primary{
  border-color:#ec4899;
  background:#ec4899;
  color:#fff;
}
.enb-btn-primary:hover{ background:#db2777; }
.enb-photo-card{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:10px;
  background:#fff;
}
