/* Kullanıcının gönderdiği görsele göre hero metin düzeni */
.hero.hero-collection,
.hero.hero-premium.hero-collection{
  background:#ffffff !important;
  background-image:none !important;
  border-bottom:1px solid rgba(7,26,58,.08) !important;
  padding:34px 0 38px !important;
}
.hero-collection-shell{
  width:min(1180px, calc(100% - 64px)) !important;
  margin:0 auto !important;
}
.hero-collection-grid{
  grid-template-columns:minmax(0, 760px) minmax(320px, 1fr) !important;
  gap:44px !important;
  align-items:center !important;
}
.hero-collection-left{
  max-width:760px !important;
}
.hero-collection h1{
  color:#071a3a !important;
  font-size:clamp(46px, 4.85vw, 64px) !important;
  line-height:1.08 !important;
  letter-spacing:-2.2px !important;
  font-weight:950 !important;
  margin:0 0 22px !important;
  text-shadow:none !important;
}
.hero-collection-subtitle,
.hero-collection-actions{
  display:none !important;
}
.hero-collection-desc{
  max-width:720px !important;
  color:#334d78 !important;
  font-size:20px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  margin:0 !important;
}
.hero-image-card{
  min-height:430px !important;
}
.hero-image-card img{
  min-height:430px !important;
}
.hero-quick-form{
  margin-top:30px !important;
}
@media(max-width:1080px){
  .hero-collection-grid{
    grid-template-columns:1fr !important;
  }
  .hero-collection h1{
    font-size:clamp(40px, 8vw, 58px) !important;
  }
}
@media(max-width:760px){
  .hero.hero-collection,
  .hero.hero-premium.hero-collection{
    padding:26px 0 28px !important;
  }
  .hero-collection-shell{
    width:min(100% - 28px, 1180px) !important;
  }
  .hero-collection h1{
    font-size:40px !important;
    line-height:1.08 !important;
    letter-spacing:-1.4px !important;
    margin-bottom:18px !important;
  }
  .hero-collection-desc{
    font-size:18px !important;
    line-height:1.6 !important;
  }
}
@media(max-width:420px){
  .hero-collection h1{
    font-size:36px !important;
  }
  .hero-collection-desc{
    font-size:16px !important;
  }
}
