/* PRODUCTION PAGE */
.production{
  background:#0b1f3a;
  color:#fff;
  
}

/* küçük sarı nokta */
.contact-dot{
  width:6px;
  height:6px;
  border-radius:999px;
  background:#FEC233;
  display:inline-block;
}

/* HERO */
.contact-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 */
.contact-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 */
.contact-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;
}



.contact-hero__inner{
  width:min(1320px, calc(100% - 120px));
  margin:0 auto;
  position:relative;
  z-index:3;
  padding-top: 72px;
}

.contact-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 */
.contact-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;
}

.contact-hero__title{
  margin:0;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height:.95;
  font-weight:800;
  letter-spacing:.2px;
}

.contact-hero__title span{ display:block; }

/* ortadaki sarı dekor */
.contact-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 */
.contact-hero__lead{
  margin: 0;
  max-width: 470px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
}

/* BAND */
.contact-band{
  position: relative;
  background:#0b1f3a;
  padding: clamp(40px,4vw,70px) 0 clamp(50px, 6vw, 80px);
  z-index: 3;
}

.contact-band__grid{
  position: relative;
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

.contact-band__img{
  overflow:hidden;
  background-size:cover;
  background-position:center;
  min-height: clamp(320px, 31vw, 470px);
  position:relative;
  border-radius: 24px;
}

/* sağ görsel overlay */
.contact-band__img--right::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(10,24,46,.35);
}

/* ortadaki saat yazısı */
.contact-band__centerText{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
  z-index:2;
}

.contact-band__hours{
  font-size: clamp(48px, 4.5vw, 86px);
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  line-height: 1;
}

.contact-band__days{
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  opacity: .96;
}

/* ISO */
.contact-band__iso{
  position:absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display:grid;
  gap: 18px;
  z-index: 5;
}

.contact-band__iso img{
  width: 78px;
  height: 78px;
  object-fit:contain;
  opacity:.95;
}

/* PRODUCTION LINKS SECTION */
.production-links{
  position: relative;
  background: #0b1f3a;
  padding: 50px 0 60px;
  overflow: hidden;
}

.production-links__inner{
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.production-links__top{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 52px;
}

.production-links__headline{
  max-width: 760px;
  font-size: clamp(22px, 2vw, 38px);
  line-height: 1.28;
  font-weight: 400;
  color: rgba(255,255,255,.96);
}

.production-links__text{
  max-width: 470px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  padding-top: 12px;
}

.production-links__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.production-links__card{
  position: relative;
  padding-bottom: 34px;
}

.production-links__cardLink{
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  border-radius: 28px;
  overflow: hidden;
}

.production-links__media{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.production-links__media img{
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;

  transform: scale(1);
  transition: transform 2.2s ease;
  will-change: transform;
}

/* hover zoom */
.production-links__cardLink:hover .production-links__media img{
  transform: scale(1.32);
}

.production-links__overlay{
  position: absolute;
  left: 0px;
  right: 0px;
   bottom: 0px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 20px 22px 20px 28px;
  border-radius: 22px;

  background: rgba(17, 42, 87, .92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  z-index: 3;
}

.production-links__label{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255,255,255,.96);
}

.production-links__arrow{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: rgba(17, 42, 87, .95);
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #fff;
  flex: 0 0 auto;
  transition: background .18s ease, transform .18s ease;
}

.production-links__cardLink:hover .production-links__arrow{
  background: rgba(255,255,255,.14);
}

/* responsive */
@media (max-width: 1100px){
  .production-links__inner{
    width: min(1320px, calc(100% - 60px));
  }

  .production-links__top{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .production-links__text{
    padding-top: 0;
  }

  .production-links__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .production-links__media img{
    height: 420px;
  }
}

@media (max-width: 768px){
  .production-links{
    padding: 55px 0 80px;
  }

  .production-links__inner{
    width: min(1320px, calc(100% - 40px));
  }

  .production-links__headline{
    font-size: 30px;
  }

  .production-links__media img{
    height: 300px;
  }

  .production-links__overlay{
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 16px 16px 20px;
    border-radius: 0 0 28px 28px;
  }

  .production-links__label{
    font-size: 18px;
  }

  .production-links__arrow{
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}

/* PRODUCTION PROCESS TEXT SECTION */
.production-process{
  position: relative;
  background: #0b1f3a;
  padding: 0px 0 110px;
  overflow: hidden;
}

.production-process__inner{
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.production-process__title{
  margin: 0 0 18px 0;
  max-width: 860px;
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.18;
  font-weight: 700;
  color: rgba(255,255,255,.96);
}

.production-process__title--secondary{
  margin-top: 34px;
  margin-bottom: 14px;
}

.production-process__intro{
  margin: 0 0 20px 0;
  max-width: 1080px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}

.production-process__steps{
  display: grid;
  gap: 8px;
}

.production-process__step{
  display: grid;
  gap: 10px;
}

.production-process__stepTitle{
  margin: 6px 0 0 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #FEC233;
}

.production-process__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.production-process__list li{
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.95);
}

.production-process__list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 1.6;
  color: #b9c6dd;
}

@media (max-width: 1100px){
  .production-process__inner{
    width: min(1320px, calc(100% - 60px));
  }
}

@media (max-width: 768px){
  .production-process{
    padding: 50px 0 80px;
  }

  .production-process__inner{
    width: min(1320px, calc(100% - 40px));
  }

  .production-process__title{
    font-size: 30px;
  }

  .production-process__intro{
    font-size: 15px;
  }

  .production-process__stepTitle{
    font-size: 17px;
  }

  .production-process__list li{
    font-size: 14px;
  }
}

.application-table{
  position: relative;
  padding: 80px 0 120px;
  z-index: 5;
}

.application-table__inner{
  position: relative;
  z-index: 6;
  width: min(1200px, calc(100% - 120px));
  margin: 0 auto;
}

.application-table__wrapper{
  position: relative;
  z-index: 6;
  overflow-x: auto;
}

.application-table__table{
  position: relative;
  z-index: 7;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #14284d;
  border: 2px solid rgba(255,255,255,.28);
}

.application-table__table th,
.application-table__table td{
  border: 2px solid rgba(255,255,255,.28);
  padding: 24px 16px;
  vertical-align: middle;
}

.application-table__table thead th{
  background: rgba(255,255,255,.03);
}
@media (max-width: 900px){
  .application-table__inner{
    width: calc(100% - 40px);
  }

  .application-table__table th,
  .application-table__table td{
    padding: 16px 12px;
    font-size: 14px;
  }
}

/* WHY + FAQ SECTION */
.production-whyfaq{
  background: #14284d;
  padding: 70px 0 110px;
}

.production-whyfaq__inner{
  width: min(1120px, calc(100% - 120px));
  margin: 0 auto;
}

.production-whyfaq__title{
  margin: 0 0 28px 0;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.2;
  font-weight: 700;
  color: rgba(255,255,255,.96);
}

.production-whyfaq__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 42px;
}

.production-whyfaq__subtitle{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255,255,255,.96);
}

.production-whyfaq__icon{
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
}

.production-whyfaq__iconWrap{
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.production-whyfaq__iconWrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.production-whyfaq__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.production-whyfaq__list li{
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.94);
}

.production-whyfaq__list li::before{
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 1.7;
  color: #aebbd5;
}

.production-whyfaq__title--faq{
  margin-top: 10px;
  margin-bottom: 18px;
}

.production-whyfaq__faqList{
  display: grid;
  gap: 18px;
}

.production-whyfaq__faqItem{
  display: grid;
  gap: 4px;
}

.production-whyfaq__faqQuestion{
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #FEC233;
}

.production-whyfaq__faqAnswer{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.95);
}

@media (max-width: 900px){
  .production-whyfaq__inner{
    width: calc(100% - 40px);
  }

  .production-whyfaq__grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .production-whyfaq__subtitle{
    font-size: 18px;
  }

  .production-whyfaq__faqQuestion{
    font-size: 16px;
  }

  .production-whyfaq__faqAnswer,
  .production-whyfaq__list li{
    font-size: 14px;
  }
}

/* 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;
  }

}