/* =========================================================
   SELÇUK YEM V5.28 — HERO SLIDER ALT SINIRI KESİN OTURTMA
   - Slider, alt dalganın üst sınırına clip-path ile kesilir.
   - Yeşil dalga ile fotoğraf aynı sınırı paylaşır.
   - Boşluk ve taşma problemi giderilir.
   ========================================================= */

body.home-page .approved-hero{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}

body.home-page .approved-hero::before{
  display:none!important;
  content:none!important;
}

body.home-page .approved-hero-stage{
  position:relative!important;
  height:610px!important;
  overflow:hidden!important;
  margin:0!important;
  background:#132012!important;
}

body.home-page .approved-hero-inner{
  position:relative!important;
  z-index:5!important;
  height:100%!important;
}

body.home-page .approved-hero-art{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  z-index:1!important;
  -webkit-clip-path:polygon(
    0 0,
    100% 0,
    100% 76.2%,
    95% 80.7%,
    90% 84.2%,
    85% 86.9%,
    80% 89.1%,
    75% 90.7%,
    70% 91.8%,
    65% 92.5%,
    60% 93.1%,
    55% 92.6%,
    50% 91.8%,
    45% 90.7%,
    40% 87.9%,
    35% 85.8%,
    30% 84.0%,
    25% 82.7%,
    20% 82.1%,
    15% 82.3%,
    10% 83.2%,
    5% 85.2%,
    0 88.3%
  )!important;
  clip-path:polygon(
    0 0,
    100% 0,
    100% 76.2%,
    95% 80.7%,
    90% 84.2%,
    85% 86.9%,
    80% 89.1%,
    75% 90.7%,
    70% 91.8%,
    65% 92.5%,
    60% 93.1%,
    55% 92.6%,
    50% 91.8%,
    45% 90.7%,
    40% 87.9%,
    35% 85.8%,
    30% 84.0%,
    25% 82.7%,
    20% 82.1%,
    15% 82.3%,
    10% 83.2%,
    5% 85.2%,
    0 88.3%
  )!important;
}

body.home-page .hero-cattle-slider,
body.home-page .hero-cattle-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}

body.home-page .approved-hero-wave-img{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:8!important;
  display:block!important;
  width:100%!important;
  height:148px!important;
  max-width:none!important;
  margin:0!important;
  object-fit:fill!important;
  object-position:center bottom!important;
  pointer-events:none!important;
  user-select:none!important;
}

/* Dalga ile slider arasındaki 1-2 px çizgi riskini azaltmak için
   overlayin üst kenarını yarım piksel öne taşı. */
@supports (transform:translateY(1px)){
  body.home-page .approved-hero-wave-img{
    transform:translateY(.5px)!important;
  }
}

@media (max-width:980px){
  body.home-page .approved-hero-stage{height:620px!important;}
  body.home-page .approved-hero-art{
    -webkit-clip-path:polygon(
      0 0,
      100% 0,
      100% 82.4%,
      95% 85.7%,
      90% 88.3%,
      85% 90.3%,
      80% 92.0%,
      75% 93.2%,
      70% 94.0%,
      65% 94.5%,
      60% 94.9%,
      55% 94.5%,
      50% 94.0%,
      45% 93.2%,
      40% 91.1%,
      35% 89.5%,
      30% 88.2%,
      25% 87.2%,
      20% 86.7%,
      15% 86.9%,
      10% 87.6%,
      5% 89.1%,
      0 91.4%
    )!important;
    clip-path:polygon(
      0 0,
      100% 0,
      100% 82.4%,
      95% 85.7%,
      90% 88.3%,
      85% 90.3%,
      80% 92.0%,
      75% 93.2%,
      70% 94.0%,
      65% 94.5%,
      60% 94.9%,
      55% 94.5%,
      50% 94.0%,
      45% 93.2%,
      40% 91.1%,
      35% 89.5%,
      30% 88.2%,
      25% 87.2%,
      20% 86.7%,
      15% 86.9%,
      10% 87.6%,
      5% 89.1%,
      0 91.4%
    )!important;
  }
  body.home-page .approved-hero-wave-img{height:112px!important;}
}

@media (max-width:560px){
  body.home-page .approved-hero-stage{height:590px!important;}
  body.home-page .approved-hero-art{
    -webkit-clip-path:polygon(
      0 0,
      100% 0,
      100% 85.8%,
      95% 88.5%,
      90% 90.6%,
      85% 92.3%,
      80% 93.6%,
      75% 94.6%,
      70% 95.2%,
      65% 95.6%,
      60% 95.9%,
      55% 95.7%,
      50% 95.2%,
      45% 94.6%,
      40% 92.9%,
      35% 91.6%,
      30% 90.5%,
      25% 89.7%,
      20% 89.4%,
      15% 89.5%,
      10% 90.0%,
      5% 91.2%,
      0 93.1%
    )!important;
    clip-path:polygon(
      0 0,
      100% 0,
      100% 85.8%,
      95% 88.5%,
      90% 90.6%,
      85% 92.3%,
      80% 93.6%,
      75% 94.6%,
      70% 95.2%,
      65% 95.6%,
      60% 95.9%,
      55% 95.7%,
      50% 95.2%,
      45% 94.6%,
      40% 92.9%,
      35% 91.6%,
      30% 90.5%,
      25% 89.7%,
      20% 89.4%,
      15% 89.5%,
      10% 90.0%,
      5% 91.2%,
      0 93.1%
    )!important;
  }
  body.home-page .approved-hero-wave-img{height:86px!important;}
}
