
/* =========================================================
   BURSA SÜRÜŞ EĞİTİMİ — ANA SAYFA HERO V24
   FIX: görselin tamamı görünür; cover kırpması kaldırıldı.
   Kaynak görsel oranı: 1920 x 783 = 2.452:1
   ========================================================= */

body.home .v8-hero.v23-hero{
  display:grid !important;
  grid-template-columns:minmax(440px,42%) minmax(0,58%) !important;
  align-items:center !important;
  min-height:0 !important;
  background:
    radial-gradient(circle at 12% 8%,rgba(19,151,90,.08),transparent 34%),
    linear-gradient(135deg,#f8fbfa 0%,#f1f8f5 100%) !important;
  border-bottom:1px solid #e3eee8 !important;
  overflow:hidden !important;
}

body.home .v8-hero.v23-hero .v8-hero-leaves{
  width:140px !important;
  max-width:13vw !important;
  opacity:.92 !important;
  pointer-events:none !important;
}

body.home .v8-hero.v23-hero .v8-hero-left{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  min-height:0 !important;
  z-index:2 !important;
}

body.home .v8-hero.v23-hero .v8-hero-copy{
  width:min(690px,calc(100% - 56px)) !important;
  margin:0 0 0 auto !important;
  padding:34px 34px 34px 0 !important;
  box-sizing:border-box !important;
}

body.home .v8-hero.v23-hero .v8-eyebrow{
  margin-bottom:14px !important;
  color:#346957 !important;
  font-size:clamp(11px,.82vw,15px) !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
}

body.home .v8-hero.v23-hero h1{
  max-width:650px !important;
  margin:0 !important;
  color:#07513b !important;
  font-size:clamp(40px,3vw,58px) !important;
  line-height:1.03 !important;
  letter-spacing:-.04em !important;
}

body.home .v8-hero.v23-hero .v8-hero-copy > p{
  max-width:650px !important;
  margin:18px 0 0 !important;
  color:#405f54 !important;
  font-size:clamp(15px,1vw,19px) !important;
  line-height:1.58 !important;
}

body.home .v8-hero.v23-hero .v8-actions{
  display:flex !important;
  align-items:stretch !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin-top:24px !important;
}

body.home .v8-hero.v23-hero .v8-btn{
  min-height:52px !important;
  padding:0 21px !important;
  border-radius:9px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
}

body.home .v8-hero.v23-hero .v8-primary{
  min-width:205px !important;
  color:#fff !important;
  background:#079653 !important;
  border:1px solid #079653 !important;
  box-shadow:0 8px 20px rgba(7,150,83,.14) !important;
}

body.home .v8-hero.v23-hero .v8-primary:hover{
  background:#067b45 !important;
  border-color:#067b45 !important;
}

body.home .v8-hero.v23-hero .v8-wa{
  min-width:205px !important;
  color:#08774b !important;
  background:#fff !important;
  border:1px solid #15945b !important;
}

body.home .v8-hero.v23-hero .v8-wa:hover{
  background:#f1faf6 !important;
}

body.home .v8-hero.v23-hero .v8-pills{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  margin-top:18px !important;
}

body.home .v8-hero.v23-hero .v8-pills span{
  min-height:34px !important;
  padding:0 12px !important;
  display:inline-flex !important;
  align-items:center !important;
  border:1px solid #d8e7e0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.88) !important;
  color:#174f3e !important;
  font-size:10.5px !important;
  font-weight:850 !important;
  white-space:nowrap !important;
}

/* ---------------------------------------------------------
   KRİTİK DÜZELTME
   Eski sürüm: height:100% + object-fit:cover => görseli kırpıyordu.
   Yeni sürüm: doğal 1920/783 oranı + height:auto => TAM GÖRSEL.
   --------------------------------------------------------- */
body.home .v8-hero.v23-hero .v23-hero-media{
  position:relative !important;
  width:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  aspect-ratio:1920 / 783 !important;
  align-self:center !important;
  overflow:hidden !important;
  background:#edf6f2 !important;
}

body.home .v8-hero.v23-hero .v23-hero-media picture{
  display:block !important;
  width:100% !important;
  height:auto !important;
}

body.home .v8-hero.v23-hero .v23-hero-image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  aspect-ratio:1920 / 783 !important;
  object-fit:contain !important;
  object-position:center center !important;
  user-select:none !important;
}

/* Görselin içindeki sol üst yazıyı kapatan fade kaldırıldı. */
body.home .v8-hero.v23-hero .v23-hero-media::before{
  display:none !important;
  content:none !important;
}

/* Büyük ekran: görsel daha fazla alan alsın ama kırpılmasın. */
@media (min-width:1500px){
  body.home .v8-hero.v23-hero{
    grid-template-columns:minmax(520px,40%) minmax(0,60%) !important;
  }
  body.home .v8-hero.v23-hero .v8-hero-copy{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }
}

/* Tablet */
@media (max-width:1100px){
  body.home .v8-hero.v23-hero{
    grid-template-columns:1fr !important;
    align-items:stretch !important;
  }

  body.home .v8-hero.v23-hero .v8-hero-copy{
    width:min(850px,calc(100% - 44px)) !important;
    margin:0 auto !important;
    padding:40px 0 30px !important;
  }

  body.home .v8-hero.v23-hero .v23-hero-media{
    width:100% !important;
    aspect-ratio:1920 / 783 !important;
  }

  body.home .v8-hero.v23-hero .v23-hero-image{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
}

/* Mobil */
@media (max-width:650px){
  body.home .v8-hero.v23-hero .v8-hero-copy{
    width:calc(100% - 32px) !important;
    padding:32px 0 24px !important;
  }

  body.home .v8-hero.v23-hero h1{
    font-size:clamp(34px,10vw,45px) !important;
  }

  body.home .v8-hero.v23-hero .v8-actions{
    flex-direction:column !important;
  }

  body.home .v8-hero.v23-hero .v8-btn{
    width:100% !important;
    min-width:0 !important;
  }

  body.home .v8-hero.v23-hero .v8-pills{
    gap:6px !important;
  }

  body.home .v8-hero.v23-hero .v8-pills span{
    font-size:10px !important;
  }

  body.home .v8-hero.v23-hero .v23-hero-media,
  body.home .v8-hero.v23-hero .v23-hero-image{
    aspect-ratio:1920 / 783 !important;
  }
}
