/* ===== Paket seçim asistanı - final temiz sürüm ===== */

.three-package-wizard{
  width:min(1220px,calc(100% - 42px))!important;
  margin:0 auto 24px!important;
  display:block!important;
}

.three-package-wizard [hidden]{
  display:none!important;
}

.three-package-wizard-box{
  width:100%!important;
  background:#ffffff!important;
  border:1px solid #dfe7f1!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.055)!important;
  padding:26px!important;
}

.three-package-wizard-progress{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 0 20px!important;
}

.three-package-wizard-progress span{
  color:#0f4be8!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
  min-width:34px!important;
}

.three-package-wizard-progress div{
  position:relative!important;
  flex:1!important;
  height:8px!important;
  background:#e7edf5!important;
  border-radius:999px!important;
  overflow:hidden!important;
}

.three-package-wizard-progress i{
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:16%!important;
  background:linear-gradient(90deg,#0f4be8,#1d9bf0)!important;
  border-radius:999px!important;
  display:block!important;
  transition:width .28s ease!important;
}

.three-package-wizard-question h3{
  margin:0 0 8px!important;
  color:#071426!important;
  font-size:30px!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
}

.three-package-wizard-question p{
  margin:0 0 18px!important;
  color:#5b6b80!important;
  font-size:15px!important;
  line-height:1.65!important;
  font-weight:650!important;
  max-width:900px!important;
}

.three-package-wizard-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}

.three-package-wizard-options button{
  appearance:none!important;
  text-align:left!important;
  border:1px solid #dfe7f1!important;
  background:#ffffff!important;
  border-radius:15px!important;
  padding:16px 17px!important;
  cursor:pointer!important;
  color:#071426!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:900!important;
  box-shadow:0 8px 20px rgba(15,23,42,.045)!important;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease, background .15s ease!important;
}

.three-package-wizard-options button:hover{
  transform:translateY(-1px)!important;
  border-color:#0f4be8!important;
  box-shadow:0 12px 26px rgba(15,75,232,.10)!important;
  background:#fbfdff!important;
}

.three-package-wizard-options button span{
  display:block!important;
  margin-top:6px!important;
  color:#64748b!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

/* Sonuç alanı artık daha doğal */
.three-package-wizard-result{
  background:#ffffff!important;
  border:1px solid #dfe7f1!important;
  border-radius:20px!important;
  padding:22px!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
}

.three-package-wizard-result-top{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  margin-bottom:12px!important;
}

.three-package-wizard-result-badge{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#eef4ff!important;
  color:#0f4be8!important;
  font-size:12px!important;
  font-weight:950!important;
}

.three-package-wizard-result-price{
  color:#16a34a!important;
  font-size:14px!important;
  font-weight:900!important;
}

.three-package-wizard-result h3{
  margin:0 0 8px!important;
  color:#071426!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
}

.three-package-wizard-result p{
  margin:0 0 14px!important;
  color:#4f6075!important;
  font-size:15.5px!important;
  line-height:1.7!important;
  font-weight:650!important;
  max-width:920px!important;
}

.three-package-wizard-result ul{
  margin:0 0 16px!important;
  padding:0!important;
  list-style:none!important;
  display:grid!important;
  gap:8px!important;
}

.three-package-wizard-result li{
  position:relative!important;
  padding-left:22px!important;
  color:#334155!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:700!important;
}

.three-package-wizard-result li::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:1px!important;
  width:16px!important;
  height:16px!important;
  border-radius:999px!important;
  background:#dcfce7!important;
  color:#16a34a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:11px!important;
  font-weight:950!important;
}

.three-package-wizard-result a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:13px!important;
  background:#0f4be8!important;
  color:#ffffff!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:0 12px 26px rgba(15,75,232,.14)!important;
}

.three-package-wizard-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
}

.three-package-wizard-actions button{
  min-height:auto!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#64748b!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:850!important;
  cursor:pointer!important;
}

.three-package-wizard-actions button:hover{
  color:#0f4be8!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}

.three-package-wizard-actions button + button::before{
  content:"•"!important;
  display:inline-block!important;
  margin:0 8px 0 0!important;
  color:#cbd5e1!important;
}

@media(max-width:720px){
  .three-package-wizard{
    width:calc(100% - 28px)!important;
  }

  .three-package-wizard-box{
    border-radius:19px!important;
    padding:20px!important;
  }

  .three-package-wizard-question h3{
    font-size:24px!important;
  }

  .three-package-wizard-options{
    grid-template-columns:1fr!important;
  }

  .three-package-wizard-result{
    padding:18px!important;
  }

  .three-package-wizard-result h3{
    font-size:27px!important;
  }

  .three-package-wizard-result a{
    width:100%!important;
  }

  .three-package-wizard-actions{
    justify-content:center!important;
  }
}

/* ===== Rozet / pill tarzı yazıları kaldır ===== */
.three-package-wizard-result-badge{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}

/* Sonuç alanı rozet olmadan normal yazı gibi dursun */
.three-package-wizard-result-top{
  display:block!important;
  margin:0 0 10px!important;
}

.three-package-wizard-result-price{
  display:block!important;
  color:#16a34a!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  margin:0 0 8px!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:900!important;
}

/* Paket sayfasında eski rozet/pill kalıntıları varsa gizle */
.three-package-eyebrow,
.three-package-card-top span,
.three-package-head > span{
  display:none!important;
}

/* ===== Progress bar final düzeltme + başlangıç/pill temizliği ===== */
.three-package-wizard-progress div{
  position:relative!important;
  height:8px!important;
  background:#e7edf5!important;
  border-radius:999px!important;
  overflow:hidden!important;
}

.three-package-wizard-progress i{
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  display:block!important;
  height:100%!important;
  min-width:8px!important;
  width:0!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#0f4be8,#06b6d4)!important;
  transition:width .25s ease!important;
}

/* JS inline important ile width basacak, bu yüzden bar artık çeyrekte takılmaz */
.three-package-wizard-result-badge,
.three-package-eyebrow,
.three-package-card-top span,
.three-package-head > span{
  display:none!important;
}
