.products{
  background:#0b1f3a;
  color:#fff;
  
}

/* küçük sarı nokta */
.products-dot{
  width:6px;
  height:6px;
  border-radius:999px;
  background:#FEC233;
  display:inline-block;
}
/* HERO */
.products-hero{
  position: relative;
  background:#0b1f3a;
  padding: clamp(90px, 9vw, 130px) 0 24px;
  overflow: visible;
}

/* sağ mesh: ekranın üstte görünen kısmını tamamen kaplasın */
/* sağ mesh: üstte görünen alanı TAM kaplasın */
.products-hero__mesh{
  position: fixed;
  top: 0;
  right: 0;
  width: 46%;
  height: 100dvh;        /* <-- modern tarayıcılar */
  min-height: 100vh;     /* <-- garanti */
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: .92;
  pointer-events: none;
  z-index: 1;            /* arka plan katmanı */
}


/* sol soft SCT: daha silik/geri planda */
.products-hero__soft{
  position: absolute;
  top: 120px;              /* <-- SCT yazısını aşağı indirir (gerekirse 30-70 arası oyna) */
  left: 0;
  width: 82%;
  height: calc(100% - 42px); /* <-- aşağı indiği kadar yükseklikten düş */
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: .02;           /* <-- biraz daha soluk */
  filter: blur(1.2px);    /* <-- biraz daha yumuşak */
  pointer-events: none;
  z-index: 0;
}



.products-hero__inner{
  width:min(1320px, calc(100% - 120px));
  margin:0 auto;
  position:relative;
  z-index:3;
  padding-top: 72px;
}

.products-hero__eyebrow{
  grid-column: 1 / -1;
  grid-row: 1;                  /* <-- 1. satır */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: .95;
  margin: 0;                    /* <-- boşluğu grid row-gap yönetiyor */
}

/* 3 kolon: başlık - sarı pill - metin */
.products-hero__layout{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  column-gap: clamp(40px, 6vw, 120px);
  row-gap: 20px;
  align-items: start;
  margin-top: 50px;
}

.products-hero__title{
  margin:0;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height:.95;
  font-weight:800;
  letter-spacing:.2px;
}

.products-hero__title span{ display:block; }

/* ortadaki sarı dekor */
.products-hero__badge{
  width: 120px;
  height: 60px;
  border-radius: 18px;
  background-color:#FEC233;
  background-size:cover;
  background-position:center;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  opacity:.98;
}

/* lead text */
.products-hero__lead{
  margin: 0;
  max-width: 470px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
}

/* BAND */
.products-band{
  position: relative;
  background:#0b1f3a;
  padding: clamp(40px,4vw,70px) 0 clamp(50px, 6vw, 80px);
  z-index: 3;
}

.products-band__grid{
  position: relative;
  width: min(1680px, calc(100% - 40px));
  margin: 0 auto;

  display:grid;
  grid-template-columns: 0.95fr 1.9fr;
  gap: 14px;
  align-items:stretch;
}

.products-band__img{
  overflow:hidden;
  background-size:cover;
  background-position:center;
  min-height: clamp(320px, 31vw, 470px);
  position:relative;
  border-radius: 0;
}

/* sağ görsel overlay */
.products-band__img--right::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(10,24,46,.32);
}

/* ortadaki saat yazısı */
.products-band__centerText{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
  z-index:2;
}

.products-band__hours{
  font-size: clamp(48px, 4.5vw, 86px);
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  line-height: 1;
}

.products-band__days{
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  opacity: .96;
}

/* ISO */
.products-band__iso{
  position:absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display:grid;
  gap: 18px;
  z-index: 5;
}

.products-band__iso img{
  width: 78px;
  height: 78px;
  object-fit:contain;
  opacity:.95;
}

/* ========================================
   PRODUCTS RANGE SECTION
======================================== */
.products-range{
  background: #0b1f3a;
  padding: 70px 0 110px;
}

.products-range__inner{
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
}

/* top texts */
.products-range__head{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 46px;
}

.products-range__title{
  margin: 0;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.28;
  font-weight: 400;
  color: #fff;
  max-width: 640px;
}

.products-range__lead{
  margin: 0;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.94);
}

/* grid */
.products-range__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 26px;
  align-items: start;
}

.products-range__card{
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}

.products-range__card--smallBottom{
  grid-column: 1 / 2;
}

/* media */
.products-range__media{
  position: relative;
  height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}

.products-range__card--large .products-range__media{
  height: 390px;
}

.products-range__media{
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-range__media img{
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}

/* güçlü hover zoom */
.products-range__card:hover .products-range__media img{
  transform: scale(1.42);
}

/* ok butonu */
.products-range__arrow{
  position: absolute;
  right: 18px;
  bottom: 62px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(20, 40, 82, .88);
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  z-index: 3;
  transition: transform .28s ease, background .28s ease;
}

.products-range__card:hover .products-range__arrow{
  transform: scale(1.08);
  background: rgba(12, 28, 66, .96);
}

/* title */
.products-range__name{
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* responsive */
@media (max-width: 1200px){
  .products-range__inner{
    width: min(1320px, calc(100% - 60px));
  }

  .products-range__head{
    gap: 40px;
  }

  .products-range__media{
    height: 300px;
  }

  .products-range__card--large .products-range__media{
    height: 330px;
  }
}

@media (max-width: 900px){
  .products-range{
    padding: 60px 0 80px;
  }

  .products-range__inner{
    width: min(1320px, calc(100% - 40px));
  }

  .products-range__head{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .products-range__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .products-range__card--smallBottom{
    grid-column: auto;
  }

  .products-range__media,
  .products-range__card--large .products-range__media{
    height: 280px;
  }

  .products-range__arrow{
    width: 52px;
    height: 52px;
    bottom: 58px;
    font-size: 24px;
  }

  .products-range__name{
    font-size: 17px;
  }
}

/* CTA SECTION */

.production-cta{
  padding: 80px 0 120px;
}

.production-cta__inner{
  width: min(1200px, calc(100% - 120px));
  margin: 0 auto;
}

.production-cta__card{
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 480px;
}

/* background image */

.production-cta__bg{
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.production-cta__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.6s ease;
}

/* overlay */

.production-cta__overlay{
  position: absolute;
  inset: 0;
  background: rgba(10,30,70,0.55);
  transition: background .5s ease;
}

/* hover effects */

.production-cta__card:hover .production-cta__bg img{
  transform: scale(1.08);
}

.production-cta__card:hover .production-cta__overlay{
  background: rgba(5,18,50,0.72);
}

/* content */

.production-cta__content{
  position: relative;
  z-index: 3;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 40px;
}

.production-cta__title{
  margin: 0 0 12px 0;
  font-size: clamp(28px,2.6vw,40px);
  font-weight: 600;
  color: rgba(255,255,255,.95);
}

.production-cta__text{
  max-width: 520px;
  margin: 0 0 28px 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
}

.production-cta__actions{
  display: flex;
  align-items: center;
  gap: 14px;
}

.production-cta__btn{
  padding: 14px 28px;
  border-radius: 40px;
  background: #0e2245;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease;
}

.production-cta__btn:hover{
  background: #142f66;
}

.production-cta__arrow{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(10,30,70,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  transition: transform .25s ease, background .25s ease;
}

.production-cta__arrow:hover{
  transform: translateY(-2px);
  background: rgba(10,30,70,1);
}

/* responsive */

@media (max-width:900px){

  .production-cta__inner{
    width: calc(100% - 40px);
  }

  .production-cta__card{
    height: 320px;
  }

}