/* ==========================================================================
   Yakamoz Spa Wellness — Tasarim Sistemi
   Gece laciverti + altin yakamoz parildamasi + fildisi zemin
   Kural: kosem tasarim (border-radius yok)
   ========================================================================== */

:root {
  /* Renk */
  --gece:        #0b1d33;   /* ana koyu - gece denizi */
  --gece-2:      #102944;   /* koyu yuzey */
  --derin:       #061020;   /* en koyu - footer */
  --altin:       #d4a94e;   /* yakamoz parıltısı */
  --altin-acik:  #e6c680;
  --altin-koyu:  #b08c34;
  --fildisi:     #f7f4ec;   /* sayfa zemini */
  --kagit:       #fffdf8;   /* kart zemini */
  --su:          #3d7a8c;   /* su turkuazi - az kullanilir */
  --metin:       #23303f;
  --metin-soluk: #5d6b7a;
  --cizgi:       #ddd6c7;
  --cizgi-koyu:  rgba(255,255,255,.14);

  /* Olcu */
  --en:          1240px;
  --bosluk:      clamp(64px, 8vw, 118px);
  --gecis:       .35s cubic-bezier(.22,.61,.36,1);

  /* Tipografi */
  --serif: 'Fraunces', 'Georgia', 'Times New Roman', serif;
  --sans:  'Work Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* ---------- KOSEM TASARIM: her yerde keskin kose ---------- */
*, *::before, *::after { border-radius: 0 !important; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--metin);
  background: var(--fildisi);
  overflow-x: hidden;           /* mobilde yatay kaydirma YOK */
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--gecis); }
button { font-family: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  color: var(--gece);
}
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p  { margin: 0 0 1.1em; }

::selection { background: var(--altin); color: var(--gece); }

/* Klavye erisilebilirligi */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--altin);
  outline-offset: 3px;
}

/* ---------- Yardimcilar ---------- */
.ykz-kapsa { width: min(100% - 40px, var(--en)); margin-inline: auto; }
@media (max-width: 575px) { .ykz-kapsa { width: calc(100% - 32px); } }

.ykz-bolum      { padding-block: var(--bosluk); }
.ykz-bolum.-koyu{ background: var(--gece); color: rgba(255,255,255,.82); }
.ykz-bolum.-koyu h2, .ykz-bolum.-koyu h3 { color: #fff; }
.ykz-bolum.-kagit { background: var(--kagit); }

.gorunmez {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Bolum basligi ---------- */
.ykz-bslk { margin-bottom: 54px; max-width: 720px; }
.ykz-bslk.-orta { margin-inline: auto; text-align: center; }
.ykz-etiket {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 11.5px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--altin-koyu);
  margin-bottom: 16px;
}
.ykz-etiket::before {
  content: ''; width: 34px; height: 1px; background: var(--altin);
}
.ykz-bslk.-orta .ykz-etiket::after {
  content: ''; width: 34px; height: 1px; background: var(--altin);
}
.-koyu .ykz-etiket { color: var(--altin); }
.ykz-bslk__aciklama { color: var(--metin-soluk); font-size: 17px; margin: 0; }
.-koyu .ykz-bslk__aciklama { color: rgba(255,255,255,.66); }

/* ---------- Butonlar ---------- */
.ykz-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 16px 34px; font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; cursor: pointer;
  border: 1px solid var(--altin); background: var(--altin); color: var(--gece);
  transition: background var(--gecis), color var(--gecis), border-color var(--gecis);
}
.ykz-btn:hover { background: var(--altin-koyu); border-color: var(--altin-koyu); color: #fff; }
.ykz-btn.-bos { background: transparent; color: var(--gece); border-color: var(--gece); }
.ykz-btn.-bos:hover { background: var(--gece); color: #fff; }
.ykz-btn.-acik { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.ykz-btn.-acik:hover { background: #fff; color: var(--gece); border-color: #fff; }
.ykz-btn.-wa { background: #25d366; border-color: #25d366; color: #06351a; }
.ykz-btn.-wa:hover { background: #1eb257; border-color: #1eb257; color: #fff; }

.ykz-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--altin-koyu);
}
.ykz-link::after { content: '→'; transition: transform var(--gecis); }
.ykz-link:hover { color: var(--gece); }
.ykz-link:hover::after { transform: translateX(6px); }

/* ==========================================================================
   USTBILGI
   ========================================================================== */
.ykz-ust {
  position: fixed; inset: 0 0 auto; z-index: 900;
  transition: background var(--gecis), box-shadow var(--gecis), padding var(--gecis);
  padding-block: 18px; background: transparent;
}
.ykz-ust.-yapisik,
.ykz-ust.-katiseffaf {
  background: rgba(11,29,51,.97);
  box-shadow: 0 1px 0 var(--cizgi-koyu);
  padding-block: 11px;
}
.ykz-ust__ic { display: flex; align-items: center; justify-content: space-between; gap: 26px; }

.ykz-logo { display: flex; align-items: center; gap: 13px; color: #fff; flex-shrink: 0; }
.ykz-logo img { height: 52px; width: auto; transition: height var(--gecis); }
.ykz-ust.-yapisik .ykz-logo img { height: 44px; }
.ykz-logo__yazi { display: flex; flex-direction: column; line-height: 1.05; }
.ykz-logo__ad {
  font-family: var(--serif); font-size: 21px; letter-spacing: .04em; color: #fff;
}
.ykz-logo__alt {
  font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--altin); font-weight: 600;
}

/* Menu */
.ykz-menu { display: flex; align-items: center; gap: 32px; }
.ykz-menu a {
  position: relative; font-size: 13px; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.86); padding-block: 8px;
}
.ykz-menu a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--altin); transition: width var(--gecis);
}
.ykz-menu a:hover, .ykz-menu a.-aktif { color: #fff; }
.ykz-menu a:hover::after, .ykz-menu a.-aktif::after { width: 100%; }

.ykz-ust__eylem { display: flex; align-items: center; gap: 14px; }
.ykz-ust__tel {
  display: flex; align-items: center; gap: 10px; color: #fff;
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
}
.ykz-ust__tel i { color: var(--altin); }
.ykz-ust__tel span { white-space: nowrap; }

.ykz-mtus {
  display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.32);
  background: transparent; color: #fff; cursor: pointer;
  align-items: center; justify-content: center; font-size: 19px;
}

/* Mobil menu paneli */
.ykz-mobil {
  position: fixed; inset: 0; z-index: 1000; background: var(--gece);
  display: flex; flex-direction: column; padding: 26px;
  transform: translateX(100%); transition: transform var(--gecis);
  overflow-y: auto;
}
.ykz-mobil.-acik { transform: none; }
.ykz-mobil__ust { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.ykz-mobil__kapat {
  width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3);
  background: transparent; color: #fff; font-size: 21px; cursor: pointer;
}
.ykz-mobil__menu { display: flex; flex-direction: column; }
.ykz-mobil__menu a {
  font-family: var(--serif); font-size: 27px; color: #fff;
  padding: 15px 0; border-bottom: 1px solid var(--cizgi-koyu);
}
.ykz-mobil__menu a:hover { color: var(--altin); }
.ykz-mobil__alt { margin-top: auto; padding-top: 34px; color: rgba(255,255,255,.62); font-size: 14.5px; }
.ykz-mobil__alt a { color: var(--altin); }

/* ==========================================================================
   HERO (anasayfa slider)
   ========================================================================== */
.ykz-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--gece); }
.ykz-hero__slaytlar { position: absolute; inset: 0; }
.ykz-hero__slayt {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease;
}
.ykz-hero__slayt.-aktif { opacity: 1; }
.ykz-hero__slayt img,
.ykz-hero__slayt video {
  width: 100%; height: 100%; object-fit: cover;
  animation: ykzZoom 13s ease-out forwards;
}
@keyframes ykzZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .ykz-hero__slayt img, .ykz-hero__slayt video { animation: none; }
  html { scroll-behavior: auto; }
}
.ykz-hero__perde {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(6,16,32,.9) 0%, rgba(6,16,32,.66) 45%, rgba(6,16,32,.32) 100%),
    linear-gradient(to top, rgba(6,16,32,.75), transparent 45%);
}
.ykz-hero__ic { position: relative; z-index: 2; padding-block: 150px 110px; width: 100%; }
.ykz-hero__metin { max-width: 720px; color: #fff; }
.ykz-hero h1 { color: #fff; margin-bottom: 22px; }
.ykz-hero h1 em { font-style: italic; color: var(--altin); }
.ykz-hero__aciklama {
  font-size: clamp(16px, 2vw, 18.5px); color: rgba(255,255,255,.8);
  max-width: 560px; margin-bottom: 36px;
}
.ykz-hero__butonlar { display: flex; flex-wrap: wrap; gap: 14px; }

.ykz-hero__oklar { position: absolute; right: 40px; bottom: 44px; z-index: 3; display: flex; gap: 10px; }
.ykz-hero__oklar button {
  width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.35);
  background: rgba(6,16,32,.35); color: #fff; cursor: pointer; font-size: 15px;
  transition: background var(--gecis), border-color var(--gecis);
}
.ykz-hero__oklar button:hover { background: var(--altin); border-color: var(--altin); color: var(--gece); }

.ykz-hero__sayac {
  position: absolute; left: 0; right: 0; bottom: 44px; z-index: 3;
  display: flex; gap: 9px; justify-content: center;
}
.ykz-hero__nokta {
  width: 34px; height: 3px; background: rgba(255,255,255,.3); border: 0; cursor: pointer; padding: 0;
  transition: background var(--gecis);
}
.ykz-hero__nokta.-aktif { background: var(--altin); }

/* ==========================================================================
   HIZMET KARTLARI
   ========================================================================== */
.ykz-hizmetler {
  display: grid; gap: 26px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.ykz-hizmet {
  position: relative; display: flex; flex-direction: column;
  background: var(--kagit); border: 1px solid var(--cizgi);
  transition: border-color var(--gecis), transform var(--gecis), box-shadow var(--gecis);
}
.ykz-hizmet:hover {
  border-color: var(--altin); transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(11,29,51,.13);
}
.ykz-hizmet__gorsel { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--gece-2); }
.ykz-hizmet__gorsel img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.ykz-hizmet:hover .ykz-hizmet__gorsel img { transform: scale(1.07); }
.ykz-hizmet__bos {
  width: 100%; height: 100%; display: grid; place-items: center;
  color: rgba(255,255,255,.25); font-size: 40px;
}
.ykz-hizmet__sure {
  position: absolute; left: 0; bottom: 0; background: var(--gece); color: var(--altin);
  font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 8px 15px;
}
.ykz-hizmet__ic { padding: 26px 26px 28px; display: flex; flex-direction: column; flex-grow: 1; }
.ykz-hizmet__ic h3 { margin-bottom: 10px; }
.ykz-hizmet__ic h3 a:hover { color: var(--altin-koyu); }
.ykz-hizmet__ozet { color: var(--metin-soluk); font-size: 15px; margin-bottom: 20px; flex-grow: 1; }
.ykz-hizmet__alt { display: flex; align-items: center; justify-content: space-between; gap: 14px; }

/* ==========================================================================
   GALERI
   ========================================================================== */
.ykz-galeri { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.ykz-galeri__ogr { position: relative; overflow: hidden; aspect-ratio: 3/2; background: var(--gece-2); display: block; }
.ykz-galeri__ogr img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.ykz-galeri__ogr:hover img { transform: scale(1.08); }
.ykz-galeri__ogr::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,16,32,.6), transparent 55%);
  opacity: 0; transition: opacity var(--gecis);
}
.ykz-galeri__ogr:hover::after { opacity: 1; }
.ykz-galeri__yazi {
  position: absolute; left: 20px; bottom: 16px; z-index: 2; color: #fff;
  font-size: 14px; letter-spacing: .04em;
  opacity: 0; transform: translateY(8px); transition: opacity var(--gecis), transform var(--gecis);
}
.ykz-galeri__ogr:hover .ykz-galeri__yazi { opacity: 1; transform: none; }

/* ==========================================================================
   VIDEOLAR
   ========================================================================== */
.ykz-videolar { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.ykz-video {
  position: relative; aspect-ratio: 16/10; overflow: hidden;
  background: var(--derin); border: 1px solid var(--cizgi-koyu);
}
.ykz-video video, .ykz-video iframe { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.ykz-video__baslik {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 16px 20px;
  background: linear-gradient(to top, rgba(6,16,32,.9), transparent);
  color: #fff; font-size: 14.5px; pointer-events: none;
}

/* ==========================================================================
   SAYILAR BANDI
   ========================================================================== */
.ykz-sayilar {
  display: grid; gap: 1px; background: var(--cizgi-koyu);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border: 1px solid var(--cizgi-koyu);
}
.ykz-sayi { background: var(--gece); padding: 40px 24px; text-align: center; }
.ykz-sayi__deger {
  font-family: var(--serif); font-size: clamp(2.4rem, 4.4vw, 3.4rem);
  color: var(--altin); line-height: 1; margin-bottom: 10px;
}
.ykz-sayi__etiket {
  font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

/* ==========================================================================
   HAKKIMIZDA / IKILI DUZEN
   ========================================================================== */
.ykz-ikili { display: grid; gap: clamp(36px, 5vw, 74px); align-items: center; grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .ykz-ikili { grid-template-columns: 1fr; } }
.ykz-ikili__gorsel { position: relative; }
.ykz-ikili__gorsel img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.ykz-ikili__gorsel::before {
  content: ''; position: absolute; inset: 22px -22px -22px 22px;
  border: 1px solid var(--altin); z-index: -1;
}
.ykz-ikili__metin p { color: var(--metin-soluk); }
.-koyu .ykz-ikili__metin p { color: rgba(255,255,255,.7); }

.ykz-liste { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.ykz-liste li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; }
.ykz-liste i { color: var(--altin-koyu); margin-top: 5px; flex-shrink: 0; }
.-koyu .ykz-liste i { color: var(--altin); }

/* ==========================================================================
   YORUMLAR
   ========================================================================== */
.ykz-yorumlar { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.ykz-yorum {
  background: var(--kagit); border: 1px solid var(--cizgi); padding: 32px 30px;
  display: flex; flex-direction: column;
}
.ykz-yorum__yildiz { color: var(--altin); font-size: 13px; letter-spacing: .18em; margin-bottom: 16px; }
.ykz-yorum__metin { font-size: 15.5px; color: var(--metin-soluk); font-style: italic; flex-grow: 1; margin-bottom: 20px; }
.ykz-yorum__ad { font-family: var(--serif); font-size: 17px; color: var(--gece); }
.ykz-yorum__kaynak { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--altin-koyu); }

/* ==========================================================================
   SSS AKORDEON
   ========================================================================== */
.ykz-sss { border-top: 1px solid var(--cizgi); }
.ykz-sss__ogr { border-bottom: 1px solid var(--cizgi); }
.ykz-sss__soru {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 4px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--serif); font-size: clamp(17px, 2vw, 20px); color: var(--gece);
}
.ykz-sss__soru:hover { color: var(--altin-koyu); }
.ykz-sss__isaret { flex-shrink: 0; color: var(--altin-koyu); font-size: 17px; transition: transform var(--gecis); }
.ykz-sss__ogr.-acik .ykz-sss__isaret { transform: rotate(45deg); }
.ykz-sss__cevap { display: none; padding: 0 4px 26px; color: var(--metin-soluk); font-size: 15.5px; max-width: 78ch; }
.ykz-sss__ogr.-acik .ykz-sss__cevap { display: block; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.ykz-yazilar { display: grid; gap: 28px; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }
.ykz-yazi { display: flex; flex-direction: column; background: var(--kagit); border: 1px solid var(--cizgi); transition: border-color var(--gecis), transform var(--gecis); }
.ykz-yazi:hover { border-color: var(--altin); transform: translateY(-4px); }
.ykz-yazi__gorsel { aspect-ratio: 16/10; overflow: hidden; background: var(--gece-2); }
.ykz-yazi__gorsel img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.ykz-yazi:hover .ykz-yazi__gorsel img { transform: scale(1.06); }
.ykz-yazi__ic { padding: 24px 24px 26px; display: flex; flex-direction: column; flex-grow: 1; }
.ykz-yazi__ust { display: flex; gap: 14px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--altin-koyu); margin-bottom: 12px; }
.ykz-yazi__ic h3 { font-size: 1.28rem; margin-bottom: 11px; }
.ykz-yazi__ozet { color: var(--metin-soluk); font-size: 15px; flex-grow: 1; margin-bottom: 18px; }

/* Yazi govdesi */
.ykz-govde { font-size: 17px; line-height: 1.85; max-width: 74ch; }
.ykz-govde h2 { font-size: 1.75rem; margin: 1.8em 0 .6em; }
.ykz-govde h3 { font-size: 1.32rem; margin: 1.6em 0 .5em; }
.ykz-govde img { margin: 1.8em 0; }
.ykz-govde ul, .ykz-govde ol { padding-left: 1.3em; margin-bottom: 1.3em; }
.ykz-govde li { margin-bottom: .5em; }
.ykz-govde a { color: var(--altin-koyu); text-decoration: underline; text-underline-offset: 3px; }
.ykz-govde blockquote {
  margin: 1.8em 0; padding: 4px 0 4px 26px; border-left: 2px solid var(--altin);
  font-family: var(--serif); font-size: 1.2rem; color: var(--gece); font-style: italic;
}
.ykz-govde table { width: 100%; border-collapse: collapse; margin: 1.6em 0; }
.ykz-govde th, .ykz-govde td { border: 1px solid var(--cizgi); padding: 11px 14px; text-align: left; }
.ykz-govde th { background: var(--fildisi); font-weight: 600; }

/* Sayfalama */
.ykz-sayfalama { display: flex; gap: 8px; justify-content: center; margin-top: 54px; flex-wrap: wrap; }
.ykz-sayfalama a, .ykz-sayfalama span {
  min-width: 46px; height: 46px; display: grid; place-items: center; padding-inline: 12px;
  border: 1px solid var(--cizgi); font-size: 14.5px; color: var(--metin);
}
.ykz-sayfalama a:hover { border-color: var(--altin); color: var(--altin-koyu); }
.ykz-sayfalama .-aktif { background: var(--gece); border-color: var(--gece); color: #fff; }

/* ==========================================================================
   AFIS (sayfa basligi bandi)
   ========================================================================== */
.ykz-afis { position: relative; padding-block: 190px 80px; background: var(--gece); overflow: hidden; }
.ykz-afis__gorsel { position: absolute; inset: 0; }
.ykz-afis__gorsel img { width: 100%; height: 100%; object-fit: cover; }
.ykz-afis__gorsel::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,16,32,.92), rgba(6,16,32,.62));
}
.ykz-afis__ic { position: relative; z-index: 2; }
.ykz-afis h1 { color: #fff; margin-bottom: 14px; }
.ykz-afis__aciklama { color: rgba(255,255,255,.72); max-width: 620px; margin: 0; }
.ykz-kirinti { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.ykz-kirinti a { color: var(--altin); }
.ykz-kirinti span { opacity: .5; }

/* ==========================================================================
   ILETISIM / FORM
   ========================================================================== */
.ykz-form { display: grid; gap: 18px; }
.ykz-form__satir { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .ykz-form__satir { grid-template-columns: 1fr; } }
.ykz-alan { display: flex; flex-direction: column; gap: 8px; }
.ykz-alan label { font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--metin-soluk); }
.ykz-alan input, .ykz-alan textarea, .ykz-alan select {
  width: 100%; padding: 15px 17px; font-family: var(--sans); font-size: 15.5px;
  border: 1px solid var(--cizgi); background: var(--kagit); color: var(--metin);
  transition: border-color var(--gecis);
}
.ykz-alan input:focus, .ykz-alan textarea:focus, .ykz-alan select:focus {
  border-color: var(--altin); outline: none;
}
.ykz-alan textarea { resize: vertical; min-height: 150px; }
/* bal kupu — insanlar gormez */
.ykz-kupu { position: absolute !important; left: -9999px !important; opacity: 0 !important; height: 0 !important; }

.ykz-uyari { padding: 15px 19px; border: 1px solid; font-size: 15px; margin-bottom: 22px; }
.ykz-uyari.-ok   { border-color: #1f7a45; background: #e8f6ed; color: #176035; }
.ykz-uyari.-hata { border-color: #a4302a; background: #fbeceb; color: #8c2822; }

/* Captcha */
.ykz-captcha { display: flex; flex-direction: column; gap: 8px; }
.ykz-captcha__etiket { font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--metin-soluk); }
.ykz-captcha__satir { display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; }
.ykz-captcha__gorsel { border: 1px solid var(--cizgi); background: var(--kagit); height: 54px; width: auto; }
.ykz-captcha__yenile {
  width: 54px; border: 1px solid var(--cizgi); background: var(--kagit); color: var(--metin-soluk);
  font-size: 19px; cursor: pointer; transition: border-color var(--gecis), color var(--gecis);
}
.ykz-captcha__yenile:hover { border-color: var(--altin); color: var(--altin-koyu); }
.ykz-captcha__giris { flex: 1 1 130px; min-width: 110px; padding: 15px 17px; font-family: var(--sans); font-size: 16px; letter-spacing: .22em; text-transform: uppercase; border: 1px solid var(--cizgi); background: var(--kagit); }
.ykz-captcha__giris:focus { border-color: var(--altin); outline: none; }

/* Iletisim kartlari */
.ykz-ilet { display: grid; gap: 1px; background: var(--cizgi); border: 1px solid var(--cizgi); margin-bottom: 34px; }
.ykz-ilet__ogr { background: var(--kagit); padding: 26px 24px; display: flex; gap: 17px; align-items: flex-start; }
.ykz-ilet__ikon { width: 46px; height: 46px; display: grid; place-items: center; background: var(--gece); color: var(--altin); flex-shrink: 0; font-size: 17px; }
.ykz-ilet__baslik { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--metin-soluk); margin-bottom: 5px; }
.ykz-ilet__deger { font-size: 16px; color: var(--gece); font-weight: 500; }
.ykz-ilet__deger a:hover { color: var(--altin-koyu); }

#harita { height: 420px; width: 100%; border: 1px solid var(--cizgi); }

/* ==========================================================================
   CTA BANDI
   ========================================================================== */
.ykz-cta { position: relative; background: var(--gece); overflow: hidden; text-align: center; }
.ykz-cta__ic { position: relative; z-index: 2; padding-block: clamp(60px, 7vw, 92px); }
.ykz-cta h2 { color: #fff; max-width: 720px; margin-inline: auto; }
.ykz-cta p { color: rgba(255,255,255,.7); max-width: 580px; margin: 0 auto 32px; }
.ykz-cta__butonlar { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   ALTBILGI
   ========================================================================== */
.ykz-alt { background: var(--derin); color: rgba(255,255,255,.62); padding-top: 78px; font-size: 15px; }
.ykz-alt__izgara {
  display: grid; gap: 44px; padding-bottom: 54px;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
}
@media (max-width: 980px) { .ykz-alt__izgara { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ykz-alt__izgara { grid-template-columns: 1fr; } }
.ykz-alt__baslik {
  font-family: var(--sans); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--altin); margin-bottom: 22px; display: flex; align-items: center; gap: 10px;
}
.ykz-alt__liste { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.ykz-alt__liste a:hover { color: var(--altin); }
.ykz-alt p { margin-bottom: 1em; }
.ykz-alt__sosyal { display: flex; gap: 10px; margin-top: 20px; }
.ykz-alt__sosyal a {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.75);
  transition: background var(--gecis), color var(--gecis), border-color var(--gecis);
}
.ykz-alt__sosyal a:hover { background: var(--altin); border-color: var(--altin); color: var(--gece); }
.ykz-alt__telif {
  border-top: 1px solid rgba(255,255,255,.1); padding-block: 24px;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: 13.5px; color: rgba(255,255,255,.45);
}
.ykz-alt__telif a:hover { color: var(--altin); }

/* ==========================================================================
   SABIT EYLEM DUGMELERI
   ========================================================================== */
.ykz-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 800;
  width: 58px; height: 58px; display: grid; place-items: center;
  background: #25d366; color: #fff; font-size: 27px;
  box-shadow: 0 8px 26px rgba(37,211,102,.42);
  transition: transform var(--gecis), background var(--gecis);
}
.ykz-wa:hover { transform: scale(1.07); background: #1eb257; color: #fff; }

/* Mobil alt cubuk */
.ykz-mcubuk {
  display: none; position: fixed; inset: auto 0 0; z-index: 810;
  background: var(--gece); border-top: 1px solid var(--cizgi-koyu);
}
.ykz-mcubuk a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 11px 6px; color: rgba(255,255,255,.8); font-size: 10.5px;
  letter-spacing: .1em; text-transform: uppercase;
}
.ykz-mcubuk a i { font-size: 17px; color: var(--altin); }
.ykz-mcubuk a + a { border-left: 1px solid var(--cizgi-koyu); }

/* ==========================================================================
   ON YUKLEME
   ========================================================================== */
.ykz-onyukleme {
  position: fixed; inset: 0; z-index: 2000; background: var(--gece);
  display: grid; place-items: center; transition: opacity .6s ease, visibility .6s ease;
}
.ykz-onyukleme.-bitti { opacity: 0; visibility: hidden; }
.ykz-onyukleme__ic { text-align: center; color: #fff; }
.ykz-onyukleme__ad { font-family: var(--serif); font-size: 30px; letter-spacing: .06em; margin-bottom: 12px; }
.ykz-onyukleme__cizgi { width: 190px; height: 2px; background: rgba(255,255,255,.15); overflow: hidden; margin-inline: auto; }
.ykz-onyukleme__cizgi::after {
  content: ''; display: block; width: 40%; height: 100%; background: var(--altin);
  animation: ykzKay 1.1s ease-in-out infinite;
}
@keyframes ykzKay { 0% { transform: translateX(-100%); } 100% { transform: translateX(350%); } }

/* ==========================================================================
   GORUNURLUK ANIMASYONU
   Kritik icerik asla gizli kalmaz: JS yoksa .-gir zaten gorunur.
   ========================================================================== */
.ykz-gir { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.ykz-gir.-gorundu { opacity: 1; transform: none; }
.no-js .ykz-gir { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ykz-gir { opacity: 1; transform: none; transition: none; } }

/* ==========================================================================
   DUYARLI
   ========================================================================== */
@media (max-width: 1080px) {
  .ykz-menu, .ykz-ust__tel span { display: none; }
  .ykz-mtus { display: flex; }
}
@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 62px; }   /* mobil cubuk payi */
  .ykz-mcubuk { display: flex; }
  .ykz-wa { bottom: 76px; right: 16px; width: 52px; height: 52px; font-size: 24px; }
  .ykz-hero__ic { padding-block: 128px 96px; }
  .ykz-hero__oklar { right: 16px; bottom: 30px; }
  .ykz-hero__oklar button { width: 46px; height: 46px; }
  .ykz-hero__sayac { bottom: 96px; }
  .ykz-afis { padding-block: 148px 60px; }
  .ykz-bslk { margin-bottom: 38px; }
  .ykz-ikili__gorsel::before { display: none; }
  #harita { height: 320px; }
}
