@font-face {
  font-family: 'Telegraf';
  src: url('../Fonts/TelegrafRegular_272984568a25d8528fe2de8b20b29011.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Telegraf';
  src: url('../Fonts/Telegraf UltraBold 800.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Telegraf';
  src: url('../Fonts/Telegraf UltraLight 200.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Telegraf';
  background: #b30000;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Beyaz derinlik efektleri */
body::before,
body::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  width: 75px;
  z-index: 1000;
  pointer-events: none;
}

body::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

body::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0.4) 100%);
}

/* --- BU BÖLÜMÜN TAMAMI GÜNCELLENDİ --- */

.katil-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #d21515;
}

.katil-kale-logo {
  position: absolute;
  top: 5vh;
  left: 3vw;
  width: 48px;
  height: auto;
  z-index: 10;
}

.katil-header-title {
  position: absolute;
  top: 6vh;
  right: 20vw;
  font-size: 3.5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  z-index: 15;
}

.katil-ramart-logo-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 175px;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.katil-ramart-logo {
  width: 180px;
  height: auto;
  margin-top: 25px;
  margin-right: 22px;
}

.katil-left-block {
  position: absolute;
  top: 10vh;
  /* <<< DEĞERİ 20vh'ye DÜŞÜRDÜK */
  left: 8vw;
  width: 45vw;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.katil-main-title {
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.basvuru-sag {
  position: absolute;
  bottom: 4.3vh;
  /* "Bize Ulaş" ile aynı dikey hizada */
  left: 28vw;
  /* Soldan boşluk vererek konumlandırıyoruz */
  z-index: 20;
}

.basvuru-mail {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 1vw;
  /* Ekran boyutuna göre esnek font boyutu */
  font-weight: 700;
}

.mail-adres {
  font-family: 'Telegraf', sans-serif;
  font-size: 1rem;
}

.katil-sub {
  font-size: 1.9vw;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.katil-desc {
  font-size: 2.8vw;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
}

.katil-image-box {
  position: absolute;
  top: 18vh;
  right: 0;
  width: 50vw;
  /* Genişlik ayarlandı */
  height: 82vh;
  /* Yükseklik ayarlandı */
  overflow: hidden;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.katil-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomInBg 6s ease-in-out forwards;
}

@keyframes zoomInBg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.katil-info {
  position: absolute;
  left: 8vw;
  bottom: 5vh;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 20;
}

.katil-back-btn {
  position: absolute;
  right: 4vw;
  bottom: 5vh;
  color: #ffffffce;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 12px 32px;
  box-shadow: 0 2px 12px #d21515;
  transition: background 0.2s, color 0.2s;
  z-index: 40;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 700px) {
  body {
    overflow-y: auto;
    /* Dikey kaydırmaya izin ver */
  }

  .katil-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  /* Logoların ve başlığın mobil uyumu */
  .katil-kale-logo {
    width: 32px;
    top: 8px;
    left: 8px;
  }

  .katil-ramart-logo-box {
    width: 100px;
    height: 60px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .katil-ramart-logo {
    width: 90px;
    margin-top: 8px;
    margin-right: 4px;
  }

  .katil-header-title {
    position: static;
    text-align: center;
    font-size: 1.8rem;
    margin: 25px 0;
    margin-left: -50px;
    order: 1;
  }

  /* Ana metin bloğunun sıralaması */
  .katil-left-block {
    position: static;
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    order: 2;
    /* YENİ SIRALAMA */
  }

  .katil-main-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .katil-sub {
    font-size: 1.1rem;
  }

  .katil-desc {
    font-size: 1.2rem;
  }

  /* ----- GÜNCELLENEN BÖLÜM BAŞLANGICI ----- */
  .katil-info,
  .basvuru-sag {
    position: static;
    transform: none;
    text-align: left;
    /* 'center' yerine 'left' yapıldı */
    width: 100%;
    padding: 5px 18px;
    /* Üstteki metinle hizalamak için yatay padding eklendi */
    box-sizing: border-box;
    /* Padding'in genişliği etkilememesi için eklendi */
  }

  .katil-info {
    order: 3;
    /* YENİ SIRALAMA */
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 30px;
    /* GÜNCELLENMİŞ BOŞLUK */
  }

  .basvuru-sag {
    order: 4;
    /* YENİ SIRALAMA */
  }

  .basvuru-mail {
    justify-content: flex-start;
    /* 'center' yerine 'flex-start' yapıldı */
    font-size: 1.1rem;
  }

  /* ----- GÜNCELLENEN BÖLÜM SONU ----- */

  /* Görselin en sonda konumlandırılması */
  .katil-image-box {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -80px;
    /* GÜNCELLENMİŞ BOŞLUK */
    order: 5;
    /* YENİ SIRALAMA: En sona yerleştirildi */
    clip-path: none;
  }

  .katil-image {
    transform: none;
  }

  .katil-back-btn {
    display: none;
  }
}

/* TABLET PORTRAIT (min-width: 701px) and (max-width: 1366px) and (orientation: portrait) */
/* --- TABLET DİKEY (orientation: portrait) - GÜNCELLENMİŞ KODLAR --- */
@media (min-width: 701px) and (max-width: 1366px) and (orientation: portrait) {

  body {
    overflow-y: auto;
    /* Sayfanın kaydırılabilmesini sağlar */
  }

  .katil-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    /* Alt boşluk artırıldı */
    height: auto;
  }

  /* Logolar tablet ekranına göre büyütüldü ve konumlandırıldı */
  .katil-kale-logo {
    position: absolute;
    /* Mobildeki gibi sabit */
    width: 45px;
    top: 25px;
    left: 30px;
    z-index: 10;
  }

  .katil-ramart-logo-box {
    position: absolute;
    /* Mobildeki gibi sabit */
    top: 0;
    right: 0;
    width: 180px;
    height: 120px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  }

  .katil-ramart-logo {
    width: 145px;
    margin-top: 18px;
    margin-right: 15px;
  }

  /* Tüm metin blokları akışa dahil edildi ve sıralandı */
  .katil-header-title,
  .katil-left-block,
  .katil-info,
  .basvuru-sag {
    position: static;
    width: 100%;
    padding-left: 50px;
    /* Kenar boşlukları artırıldı */
    padding-right: 50px;
    box-sizing: border-box;
    text-align: left;
  }

  /* Elemanların sırası ve boşlukları ayarlandı */
  .katil-header-title {
    order: 1;
    text-align: center;
    font-size: 3.5rem;
    /* Font boyutu büyütüldü */
    margin: 80px 0 40px 0;
    /* Dikey boşluklar ayarlandı */
  }

  .katil-left-block {
    order: 2;
  }

  /* Yazı boyutları tablet için büyütüldü */
  .katil-main-title {
    font-size: 2.8rem;
  }

  .katil-sub {
    font-size: 1.5rem;
  }

  .katil-desc {
    font-size: 1.8rem;
  }

  .katil-info {
    order: 3;
    font-size: 1.5rem;
    /* Font boyutu büyütüldü */
    font-weight: bold;
    margin-top: 50px;
  }

  .basvuru-sag {
    order: 4;
    margin-top: 10px;
  }

  .basvuru-mail {
    justify-content: flex-start;
    font-size: 1.4rem;
    /* Font boyutu büyütüldü */
  }

  /* Görsel en sona yerleştirildi */
  .katil-image-box {
    order: 5;
    position: relative;
    width: 100%;
    height: 50vh;
    /* Yüksekliği ayarlandı */
    margin-top: -100px;
    /* DEĞİŞİKLİK: 50px'den 20px'e düşürüldü */
    clip-path: none;
  }

  .katil-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    animation: none;
  }

  .katil-back-btn {
    display: none;
  }
}

/* TABLET LANDSCAPE (min-width: 701px) and (max-width: 1366px) and (orientation: landscape) */
/* --- TABLET YATAY (orientation: landscape) - GÜNCELLENMİŞ KODLAR --- */
@media (min-width: 701px) and (max-width: 1366px) and (orientation: landscape) {
  .katil-container {
    display: flex;
    /* İki sütunlu yapı için */
    flex-direction: row;
    /* Yatay sıralama */
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  /* LOGOLARIN POZİSYONUNU KORUYORUZ */
  .katil-kale-logo,
  .katil-ramart-logo-box,
  .katil-header-title {
    position: absolute;
  }

  /* SOL SÜTUN: YAZI İÇERİKLERİ */
  .katil-left-block {
    position: static;
    /* Absolute pozisyonu kaldır */
    width: 50%;
    /* Ekranın sol yarısını kapla */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* İçeriği dikeyde ortala */
    padding: 4vw;
    box-sizing: border-box;
    z-index: 1;
  }

  /* SAĞ SÜTUN: FOTOĞRAF */
  .katil-image-box {
    position: static;
    /* Absolute pozisyonu kaldır */
    width: 50%;
    /* Ekranın sağ yarısını kapla */
    height: 100%;
    /* Tam ekran yüksekliği */
    clip-path: none;
    /* Eğimi kaldır */
    margin: 0;
  }

  .katil-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .katil-info {
    position: absolute;
    /* Ana konteynere göre konumlanır */
    bottom: 5vh;
    left: 4vw;
    /* Sol sütunun padding'i ile hizalı */
    font-size: 1.2vw;
  }

  /* ... Diğer stiller (yazı boyutları vb.) olduğu gibi kalabilir */
}