/* V7 - Ana sayfa hero düzeni: sol metin kaldırıldı, slider fullwide/boşluksuz yapıldı */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body[data-page-type="home"] main{
  overflow-x:hidden;
}

body[data-page-type="home"] .hero{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  border-bottom:1px solid rgba(254,237,1,.18)!important;
  background:#000!important;
}

body[data-page-type="home"] .hero:before,
body[data-page-type="home"] .hero:after{
  display:none!important;
}

body[data-page-type="home"] .hero > .container.hero-grid{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}

body[data-page-type="home"] .hero > .container.hero-grid > [data-reveal]:first-child{
  display:none!important;
}

body[data-page-type="home"] .visual-slider.v6-hero-slider{
  width:100vw!important;
  max-width:100vw!important;
  height:clamp(560px, calc(100svh - 116px), 780px)!important;
  min-height:560px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#000!important;
}

body[data-page-type="home"] .visual-slider.v6-hero-slider:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.56) 28%, rgba(0,0,0,.12) 62%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.12) 55%, rgba(0,0,0,.78) 100%);
}

body[data-page-type="home"] .v6-slide{
  transform:scale(1.08);
}

body[data-page-type="home"] .v6-slide.active{
  transform:scale(1);
}

body[data-page-type="home"] .v6-slide:before{
  background:radial-gradient(circle at 72% 36%, rgba(254,237,1,.24), transparent 30%)!important;
}

body[data-page-type="home"] .v6-slide-copy{
  left:clamp(28px, 7vw, 98px)!important;
  right:auto!important;
  bottom:clamp(58px, 8vw, 104px)!important;
  max-width:min(620px, 46vw)!important;
  z-index:5!important;
}

body[data-page-type="home"] .v6-slide-copy small{
  color:var(--yellow)!important;
  letter-spacing:.2em!important;
}

body[data-page-type="home"] .v6-slide-copy h2{
  font-size:clamp(42px, 5.6vw, 82px)!important;
  line-height:.94!important;
  letter-spacing:-.07em!important;
  margin-bottom:18px!important;
  text-shadow:0 24px 70px rgba(0,0,0,.62)!important;
}

body[data-page-type="home"] .v6-slide-copy p{
  max-width:560px!important;
  font-size:clamp(16px,1.35vw,20px)!important;
  line-height:1.7!important;
  color:rgba(242,249,255,.88)!important;
  text-shadow:0 16px 38px rgba(0,0,0,.72)!important;
}

body[data-page-type="home"] .v7-slide-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}

body[data-page-type="home"] .v7-slide-actions .btn{
  min-height:52px;
  padding:0 24px;
}

body[data-page-type="home"] .visual-slider .slider-arrow{
  width:54px!important;
  height:54px!important;
  border-radius:50%!important;
  z-index:6!important;
}

body[data-page-type="home"] .visual-slider .slider-arrow.prev{
  left:clamp(16px,2.2vw,34px)!important;
}

body[data-page-type="home"] .visual-slider .slider-arrow.next{
  right:clamp(16px,2.2vw,34px)!important;
}

body[data-page-type="home"] .visual-slider .slider-dots{
  right:clamp(24px, 5vw, 78px)!important;
  bottom:clamp(28px, 4vw, 54px)!important;
  z-index:6!important;
}

body[data-page-type="home"] .v6-slide-progress{
  left:clamp(28px, 7vw, 98px)!important;
  bottom:32px!important;
  width:180px!important;
  z-index:6!important;
}

body[data-page-type="home"] .v6-slide-count{
  left:calc(clamp(28px, 7vw, 98px) + 200px)!important;
  bottom:24px!important;
  z-index:6!important;
}

body[data-page-type="home"] .hero-mouse{
  position:absolute!important;
  left:50%!important;
  bottom:24px!important;
  transform:translateX(-50%)!important;
  z-index:7!important;
}

@media(max-width:960px){
  body[data-page-type="home"] .visual-slider.v6-hero-slider{
    height:calc(100svh - 82px)!important;
    min-height:620px!important;
  }
  body[data-page-type="home"] .v6-slide-copy{
    max-width:min(560px, 76vw)!important;
  }
  body[data-page-type="home"] .v6-slide-copy h2{
    font-size:clamp(38px, 9vw, 68px)!important;
  }
}

@media(max-width:760px){
  body[data-page-type="home"] .hero{
    padding:0!important;
  }
  body[data-page-type="home"] .visual-slider.v6-hero-slider{
    width:100%!important;
    max-width:100%!important;
    height:calc(100svh - 74px)!important;
    min-height:540px!important;
    border-radius:0!important;
  }
  body[data-page-type="home"] .visual-slider.v6-hero-slider:before{
    background:
      linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.36) 36%, rgba(0,0,0,.86) 100%),
      linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.12) 65%, rgba(0,0,0,.35));
  }
  body[data-page-type="home"] .v6-slide{
    background-position:center center!important;
  }
  body[data-page-type="home"] .v6-slide-copy{
    left:20px!important;
    right:20px!important;
    bottom:86px!important;
    max-width:none!important;
  }
  body[data-page-type="home"] .v6-slide-copy small{
    font-size:10px!important;
    margin-bottom:10px!important;
  }
  body[data-page-type="home"] .v6-slide-copy h2{
    font-size:clamp(36px, 11vw, 48px)!important;
    line-height:.98!important;
    margin-bottom:14px!important;
  }
  body[data-page-type="home"] .v6-slide-copy p{
    display:block!important;
    font-size:14.5px!important;
    line-height:1.58!important;
    max-width:96%!important;
  }
  body[data-page-type="home"] .v7-slide-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:20px;
    max-width:320px;
  }
  body[data-page-type="home"] .v7-slide-actions .btn{
    width:100%;
    min-height:50px;
    justify-content:center;
  }
  body[data-page-type="home"] .visual-slider .slider-arrow{
    width:42px!important;
    height:42px!important;
    top:auto!important;
    bottom:26px!important;
    transform:none!important;
  }
  body[data-page-type="home"] .visual-slider .slider-arrow.prev{
    left:auto!important;
    right:76px!important;
  }
  body[data-page-type="home"] .visual-slider .slider-arrow.next{
    right:20px!important;
  }
  body[data-page-type="home"] .visual-slider .slider-dots{
    left:20px!important;
    right:auto!important;
    bottom:38px!important;
  }
  body[data-page-type="home"] .v6-slide-progress,
  body[data-page-type="home"] .v6-slide-count,
  body[data-page-type="home"] .hero-mouse{
    display:none!important;
  }
}

@media(max-width:420px){
  body[data-page-type="home"] .visual-slider.v6-hero-slider{
    min-height:520px!important;
  }
  body[data-page-type="home"] .v6-slide-copy{
    bottom:82px!important;
  }
  body[data-page-type="home"] .v6-slide-copy h2{
    font-size:38px!important;
  }
  body[data-page-type="home"] .v6-slide-copy p{
    font-size:14px!important;
  }
}
