*{
  box-sizing:border-box;
}

.clean-hero-slider{
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  background:#0f172a;
}

.clean-hero-track{
  display:flex;
  width:100%;
  transition:transform .7s ease;
}

.clean-hero-slide{
  min-width:100%;
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.clean-hero-bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.clean-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:.18;
  filter:blur(12px);
  transform:scale(1.08);
}

.clean-hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(10,15,25,.94) 0%, rgba(20,24,38,.84) 38%, rgba(20,24,38,.28) 68%, rgba(20,24,38,.08) 100%);
}

.clean-hero-container{
  width:min(1440px, 94%);
  margin:0 auto;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:30px;
  align-items:center;
  padding:110px 0 70px;
}

.clean-hero-left{
  max-width:680px;
  color:#fff;
}

.clean-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:14px;
  font-weight:700;
  margin-bottom:24px;
}

.clean-hero-left h1{
  margin:0 0 24px;
  font-size:68px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:-2px;
  color:#ffffff;
}

.clean-hero-left p{
  margin:0 0 34px;
  font-size:22px;
  line-height:1.75;
  color:#e5e7eb;
}

.clean-hero-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.clean-btn{
  min-height:56px;
  padding:15px 30px;
  border-radius:14px;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.clean-btn-primary{
  background:#ff6a00;
  color:#fff;
  border:1px solid #ff6a00;
}

.clean-btn-primary:hover{
  background:#e55f00;
  border-color:#e55f00;
}

.clean-btn-secondary{
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
}

.clean-btn-secondary:hover{
  background:#fff;
  color:#111827;
}

.clean-hero-right{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:78vh;
}

/* GÖRSEL KUTUSU */
.clean-image-frame{
  position:relative;
  width:100%;
  max-width:100%;
  height:78vh;
  min-height:620px;
  border-radius:34px;
  overflow:hidden;
  border:none;
  box-shadow:none;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* GÖRSEL */
.clean-image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* 4 TARAFI YUMUŞAK GEÇİŞ */
.clean-image-frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:34px;
  background:
    linear-gradient(to right, rgba(15,23,42,.38) 0%, rgba(15,23,42,0) 10%, rgba(15,23,42,0) 90%, rgba(15,23,42,.38) 100%),
    linear-gradient(to bottom, rgba(15,23,42,.34) 0%, rgba(15,23,42,0) 10%, rgba(15,23,42,0) 90%, rgba(15,23,42,.34) 100%);
}

.clean-image-frame::after{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:3;
  pointer-events:none;
  border-radius:34px;
  box-shadow:
    inset 0 0 50px rgba(255,255,255,.06),
    inset 0 0 80px rgba(15,23,42,.22);
}

/* oklar */
.clean-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:58px;
  border:none;
  border-radius:50%;
  background:rgba(7,10,19,.60);
  color:#fff;
  font-size:30px;
  cursor:pointer;
  z-index:10;
  transition:.3s ease;
}

.clean-nav:hover{
  background:rgba(255,106,0,.92);
}

.clean-prev{
  left:24px;
}

.clean-next{
  right:24px;
}

/* dot */
.clean-dots{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:10;
}

.clean-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:rgba(255,255,255,.30);
  cursor:pointer;
  transition:.3s ease;
}

.clean-dot.active{
  background:#ffffff;
  transform:scale(1.15);
}

/* DESKTOP */
@media (min-width: 992px){
  .clean-hero-slider{
    min-height:100vh;
    height:100vh;
  }

  .clean-hero-track{
    height:100vh;
  }

  .clean-hero-slide{
    min-height:100vh;
    height:100vh;
    align-items:flex-start;
  }

  .clean-hero-container{
    width:min(1440px, 94%);
    margin:0 auto;
    grid-template-columns:0.92fr 1.08fr;
    gap:24px;
    align-items:start;
    padding:35px 0 20px;
  }

  .clean-hero-left{
    max-width:700px;
    padding-top:0;
    margin-top:0;
  }

  .clean-hero-right{
    min-height:calc(100vh - 55px);
    height:calc(100vh - 55px);
    align-items:flex-start;
    justify-content:flex-end;
    padding-top:0;
    margin-top:0;
  }

  .clean-image-frame{
    height:calc(100vh - 55px);
    min-height:calc(100vh - 55px);
    display:flex;
    align-items:flex-start;
    justify-content:center;
  }

  .clean-image-frame img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center top;
    transform:translateY(-25px);
    display:block;
  }

  .clean-hero-left h1{
    font-size:64px;
    line-height:1.02;
    margin-bottom:20px;
  }

  .clean-hero-left p{
    font-size:21px;
    line-height:1.72;
    margin-bottom:28px;
  }

  .clean-badge{
    margin-bottom:18px;
  }

  /* SLIDE GEÇİŞİNDE SAĞ-SOL DEĞİŞSİN */
  .clean-hero-slide:nth-child(even) .clean-hero-container{
    grid-template-columns:1.08fr 0.92fr;
  }

  .clean-hero-slide:nth-child(even) .clean-hero-left{
    order:2;
    justify-self:end;
    text-align:left;
  }

  .clean-hero-slide:nth-child(even) .clean-hero-right{
    order:1;
    justify-content:flex-start;
  }

  .clean-hero-slide:nth-child(even) .clean-image-frame img{
    object-position:center top;
  }

  /* Çift slide için arka plan geçişini tersle */
  .clean-hero-slide:nth-child(even) .clean-hero-overlay{
    background:linear-gradient(270deg, rgba(10,15,25,.94) 0%, rgba(20,24,38,.84) 38%, rgba(20,24,38,.28) 68%, rgba(20,24,38,.08) 100%);
  }
}

@media (max-width: 1400px){
  .clean-hero-left h1{
    font-size:58px;
  }

  .clean-hero-left p{
    font-size:20px;
  }
}

@media (max-width: 1200px){
  .clean-hero-container{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }

  .clean-hero-left h1{
    font-size:50px;
  }

  .clean-hero-left p{
    font-size:18px;
  }

  .clean-image-frame{
    height:560px;
    min-height:560px;
  }
}

/* TABLET + MOBILE */
@media (max-width: 991px){
  .clean-hero-slide{
    min-height:auto;
  }

  .clean-hero-container{
    grid-template-columns:1fr;
    gap:20px;
    padding:35px 0 45px;
    width:min(94%, 94%);
    margin:0 auto;
    height:auto;
    min-height:auto;
  }

  .clean-hero-right{
    order:1;
    justify-content:center;
    min-height:auto;
    height:auto;
    margin-top:0;
    padding-top:0;
  }

  .clean-hero-left{
    order:2;
    max-width:100%;
    padding-right:0;
    margin-top:0;
  }

  .clean-image-frame{
    max-width:100%;
    height:42vh;
    min-height:260px;
    border-radius:24px;
    overflow:hidden;
  }

  .clean-image-frame::before,
  .clean-image-frame::after{
    border-radius:24px;
  }

  .clean-image-frame img{
    object-fit:cover;
    object-position:center center;
    transform:none;
  }

  .clean-badge{
    margin-bottom:14px;
  }

  .clean-hero-left h1{
    font-size:38px;
    line-height:1.12;
    letter-spacing:-1px;
    margin-bottom:16px;
  }

  .clean-hero-left p{
    font-size:17px;
    line-height:1.7;
    margin-bottom:22px;
  }

  .clean-nav{
    width:48px;
    height:48px;
    font-size:24px;
  }

  .clean-prev{
    left:12px;
  }

  .clean-next{
    right:12px;
  }
}

@media (max-width: 576px){
  .clean-hero-container{
    width:92%;
    padding:20px 0 40px;
    gap:18px;
  }

  .clean-badge{
    font-size:13px;
    padding:10px 16px;
    margin-bottom:12px;
  }

  .clean-hero-left h1{
    font-size:30px;
    margin-bottom:14px;
  }

  .clean-hero-left p{
    font-size:15px;
    margin-bottom:20px;
  }

  .clean-btn{
    width:100%;
  }

  .clean-image-frame{
    height:36vh;
    min-height:220px;
  }
}