/* FINAL: teklif alanı renk ve görünürlük düzeltmesi */
.hero.hero-collection .hero-quick-form,
.hero-collection .hero-quick-form,
form.hero-quick-form{
  background:linear-gradient(90deg,#07285a 0%, #0e3f84 38%, #1a66bd 72%, #2790f2 100%) !important;
  border:none !important;
  border-radius:24px !important;
  padding:24px 22px !important;
  box-shadow:0 18px 38px rgba(7,40,90,.22) !important;
  display:grid !important;
  grid-template-columns:minmax(240px, 1.3fr) repeat(4, minmax(0, 1fr)) auto !important;
  gap:14px !important;
  align-items:center !important;
}

.hero.hero-collection .hero-quick-title,
.hero-collection .hero-quick-title{
  padding:2px 4px !important;
  display:block !important;
}
.hero.hero-collection .hero-quick-title small,
.hero-collection .hero-quick-title small{
  display:block !important;
  color:#d8ebff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.16em !important;
  margin:0 0 6px !important;
  text-transform:uppercase !important;
}
.hero.hero-collection .hero-quick-title strong,
.hero-collection .hero-quick-title strong{
  display:block !important;
  color:#ffffff !important;
  font-size:19px !important;
  line-height:1.08 !important;
  font-weight:950 !important;
  letter-spacing:-.3px !important;
  max-width:220px !important;
}

.hero.hero-collection .hero-quick-field,
.hero-collection .hero-quick-field{
  display:block !important;
}
.hero.hero-collection .hero-quick-field input,
.hero.hero-collection .hero-quick-field select,
.hero-collection .hero-quick-field input,
.hero-collection .hero-quick-field select{
  width:100% !important;
  height:44px !important;
  background:#ffffff !important;
  color:#0a2f66 !important;
  border:1px solid rgba(255,255,255,.70) !important;
  border-radius:10px !important;
  padding:0 16px !important;
  font-size:14px !important;
  font-weight:700 !important;
  box-shadow:none !important;
  outline:none !important;
  appearance:auto !important;
}
.hero.hero-collection .hero-quick-field input::placeholder,
.hero-collection .hero-quick-field input::placeholder{
  color:#8a96aa !important;
  opacity:1 !important;
}
.hero.hero-collection .hero-quick-field select,
.hero-collection .hero-quick-field select{
  color:#0a2f66 !important;
}
.hero.hero-collection .hero-quick-field input:focus,
.hero.hero-collection .hero-quick-field select:focus,
.hero-collection .hero-quick-field input:focus,
.hero-collection .hero-quick-field select:focus{
  border-color:#ffffff !important;
  box-shadow:0 0 0 3px rgba(255,255,255,.18) !important;
}

.hero.hero-collection .hero-quick-submit,
.hero-collection .hero-quick-submit{
  height:50px !important;
  padding:0 22px !important;
  border:none !important;
  border-radius:14px !important;
  background:#ffffff !important;
  color:#0a2f66 !important;
  font-size:15px !important;
  font-weight:900 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.12) !important;
}
.hero.hero-collection .hero-quick-submit i,
.hero-collection .hero-quick-submit i{
  color:#1a7df0 !important;
}

@media (max-width:1080px){
  .hero.hero-collection .hero-quick-form,
  .hero-collection .hero-quick-form,
  form.hero-quick-form{
    grid-template-columns:1fr 1fr !important;
  }
  .hero.hero-collection .hero-quick-title,
  .hero-collection .hero-quick-title{
    grid-column:1 / -1 !important;
  }
  .hero.hero-collection .hero-quick-submit,
  .hero-collection .hero-quick-submit{
    grid-column:1 / -1 !important;
  }
}
@media (max-width:760px){
  .hero.hero-collection .hero-quick-form,
  .hero-collection .hero-quick-form,
  form.hero-quick-form{
    grid-template-columns:1fr !important;
    padding:16px !important;
    border-radius:18px !important;
  }
  .hero.hero-collection .hero-quick-title strong,
  .hero-collection .hero-quick-title strong{
    max-width:none !important;
    font-size:17px !important;
  }
}
