/* ================================================
   Electrolux Yetkili Servis — Ana CSS
   ================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy:      #003057;
  --navy-dark: #001e3a;
  --blue:      #0082C8;
  --blue-lt:   #e6f3fb;
  --blue-pale: #C8DCE8;
  --g50:       #f8f9fa;
  --g100:      #f0f2f4;
  --g200:      #e5e7eb;
  --g400:      #9ca3af;
  --g600:      #4b5563;
  --g800:      #1f2937;
  --font:      'ElectroluxSans', 'Segoe UI', system-ui, sans-serif;
  --r:         2px;
  --r-md:      4px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); font-weight: 400; color: var(--g800); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

/* TOPBAR */
.topbar { background: var(--navy); color: rgba(255,255,255,.65); font-size: 12px; font-weight: 300; padding: 8px 0; }
.topbar .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar-links { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.65); transition: color .2s; }
.topbar a:hover { color: #fff; }

/* HEADER */
.header { background: #fff; border-bottom: 1px solid var(--g200); position: sticky; top: 0; z-index: 200; }
.header .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.logo-wrap { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark { background: var(--navy); color: #fff; font-family: var(--font); font-weight: 700; font-size: 14px; letter-spacing: 2px; padding: 7px 16px; border-radius: var(--r); }
.logo-div { width: 1px; height: 30px; background: var(--g200); }
.logo-sub { font-size: 11.5px; font-weight: 300; color: var(--g600); line-height: 1.4; }
.logo-sub strong { display: block; font-weight: 600; font-size: 12.5px; color: var(--g800); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 13px; font-weight: 400; color: var(--g600); padding: 4px 0; border-bottom: 2px solid transparent; transition: all .2s; white-space: nowrap; }
nav a:hover, nav a.aktif { color: var(--navy); border-bottom-color: var(--navy); }
.hdr-cta { background: var(--navy); color: #fff; font-family: var(--font); font-size: 13px; font-weight: 600; padding: 10px 22px; border-radius: var(--r); flex-shrink: 0; transition: background .2s; }
.hdr-cta:hover { background: var(--navy-dark); }

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; border: none; background: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--g800); border-radius: 2px; transition: all .3s; }
.hamburger.acik span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.acik span:nth-child(2) { opacity: 0; }
.hamburger.acik span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobil-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--g200); z-index: 199; padding: 16px 24px 20px; flex-direction: column; gap: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.mobil-nav a { font-size: 15px; font-weight: 400; color: var(--g800); padding: 12px 0; border-bottom: 1px solid var(--g100); display: block; }
.mobil-nav a:last-child { border: none; }
.mobil-nav.acik { display: flex; }

/* BREADCRUMB */
.breadcrumb { background: var(--g50); border-bottom: 1px solid var(--g200); padding: 10px 0; }
.breadcrumb .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 300; color: var(--g400); }
.breadcrumb a { color: var(--g600); transition: color .2s; }
.breadcrumb a:hover { color: var(--navy); }

/* HERO - ANA SAYFA */
.hero { background: var(--navy); color: #fff; padding: 80px 0 72px; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; right: -100px; top: -100px; width: 520px; height: 520px; border-radius: 50%; background: rgba(0,130,200,.08); pointer-events: none; }
.hero .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 440px; gap: 72px; align-items: center; position: relative; z-index: 1; }
.hero-ust { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.hero-ust::before { content: ''; width: 20px; height: 1px; background: var(--blue); }
.hero h1 { font-size: 42px; font-weight: 600; line-height: 1.15; margin-bottom: 18px; letter-spacing: -.5px; }
.hero h1 em { font-style: normal; color: var(--blue-pale); font-weight: 300; }
.hero-p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.72); line-height: 1.8; margin-bottom: 32px; max-width: 460px; }
.hero-butonlar { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-birincil { background: #fff; color: var(--navy); font-family: var(--font); font-size: 14px; font-weight: 700; padding: 13px 26px; border-radius: var(--r); display: inline-flex; align-items: center; gap: 9px; transition: all .2s; }
.btn-birincil:hover { background: var(--blue-pale); }
.btn-hayalet { background: transparent; color: #fff; font-family: var(--font); font-size: 14px; font-weight: 400; padding: 13px 26px; border-radius: var(--r); border: 1px solid rgba(255,255,255,.4); display: inline-flex; align-items: center; gap: 9px; transition: all .2s; }
.btn-hayalet:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.06); }
.puan-satiri { display: flex; align-items: center; gap: 8px; margin-top: 24px; }
.yildizlar { color: #F5C842; font-size: 15px; letter-spacing: 1px; }
.puan-yazi { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.55); }
.hero-gorsel { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-gorsel::before { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(200,220,232,.08); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hero-gorsel img { width: 100%; max-width: 420px; height: auto; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 20px 40px rgba(0,0,0,.3)); }
.hero-gorsel-placeholder { width: 100%; max-width: 420px; height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed rgba(255,255,255,.2); border-radius: 8px; color: rgba(255,255,255,.35); font-size: 13px; font-weight: 300; gap: 12px; text-align: center; padding: 24px; }

/* HERO - ALT SAYFA */
.hero-alt { background: var(--navy); color: #fff; padding: 52px 0 48px; }
.hero-alt .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hero-alt-ust { font-size: 11px; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.hero-alt-ust::before { content: ''; width: 16px; height: 1px; background: var(--blue); }
.hero-alt h1 { font-size: 32px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
.hero-alt-p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.68); max-width: 580px; line-height: 1.75; }

/* GÜVENİLİRLİK ŞERİDİ */
.guven { background: #fff; border-bottom: 1px solid var(--g200); padding: 18px 0; }
.guven .w { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.guven-item { display: flex; align-items: center; gap: 11px; }
.guven-ikon { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.guven-ikon svg { width: 17px; height: 17px; }
.guven-baslik { font-size: 12.5px; font-weight: 600; color: var(--navy); line-height: 1.2; }
.guven-alt { font-size: 11px; font-weight: 300; color: var(--g400); }
.guven-cizgi { width: 1px; height: 28px; background: var(--g200); }

/* BÖLÜMLER */
.bolum { padding: 72px 0; }
.bolum-bg { background: var(--g50); }
.bolum-lacivert { background: var(--navy); color: #fff; }
.w { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bolum-etiket { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.bolum-lacivert .bolum-etiket { color: var(--blue-pale); }
.bolum-baslik { font-size: 30px; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 10px; }
.bolum-lacivert .bolum-baslik { color: #fff; }
.bolum-aciklama { font-size: 14.5px; font-weight: 300; color: var(--g600); max-width: 520px; line-height: 1.75; margin-bottom: 44px; }
.bolum-lacivert .bolum-aciklama { color: rgba(255,255,255,.62); }

/* HİZMET KARTLARI */
.hizmet-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--g200); border: 1px solid var(--g200); }
.hizmet-kart { background: #fff; position: relative; overflow: hidden; transition: background .2s; display: flex; flex-direction: column; }
.hizmet-kart::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--navy); transform: scaleX(0); transition: transform .25s; transform-origin: left; }
.hizmet-kart:hover { background: var(--g50); }
.hizmet-kart:hover::after { transform: scaleX(1); }
.hizmet-ikon-wrap { padding: 28px 24px 0; display: flex; }
.hizmet-ikon { width: 52px; height: 52px; border-radius: 6px; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hizmet-ikon img { width: 52px; height: 52px; object-fit: contain; }
.hizmet-ikon svg { width: 26px; height: 26px; }
.hizmet-govde { padding: 14px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.hizmet-kart h3 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.hizmet-kart p { font-size: 12.5px; font-weight: 300; color: var(--g600); line-height: 1.6; flex: 1; }
.hizmet-link { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--blue); margin-top: 12px; }
.hizmet-link:hover { color: var(--navy); }

/* ŞUBELER */
.sube-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sube-kart { border: 1px solid var(--g200); border-radius: var(--r-md); overflow: hidden; }
.sube-baslik { background: var(--navy); color: #fff; padding: 22px 26px; }
.sube-baslik .numara { font-size: 10.5px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 5px; }
.sube-baslik h3 { font-size: 19px; font-weight: 600; margin-bottom: 3px; }
.sube-baslik p { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,.55); }
.sube-govde { padding: 20px 26px; }
.sube-satir { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--g100); }
.sube-satir:last-child { border: none; margin: 0; padding: 0; }
.sube-satir-ikon { width: 34px; height: 34px; background: var(--blue-lt); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sube-satir-ikon svg { width: 15px; height: 15px; }
.sube-etiket { font-size: 10.5px; font-weight: 300; color: var(--g400); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 3px; }
.sube-deger { font-size: 13.5px; font-weight: 400; color: var(--g800); line-height: 1.5; }
.sube-deger a { color: var(--blue); font-weight: 600; }
.sube-aksiyonlar { display: flex; gap: 10px; padding: 16px 26px; border-top: 1px solid var(--g100); flex-wrap: wrap; }
.btn-yol { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; font-family: var(--font); font-size: 13px; font-weight: 600; padding: 11px 18px; border-radius: var(--r); transition: background .2s; flex: 1; justify-content: center; }
.btn-yol:hover { background: var(--navy-dark); }
.btn-ara { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--navy); font-family: var(--font); font-size: 13px; font-weight: 600; padding: 11px 18px; border-radius: var(--r); border: 1.5px solid var(--navy); transition: all .2s; flex: 1; justify-content: center; }
.btn-ara:hover { background: var(--navy); color: #fff; }
.harita-cerceve { display: block; width: 100%; height: 200px; border: none; border-top: 1px solid var(--g200); filter: grayscale(15%); }

/* SÜREÇ */
.surec-grid { display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.surec-grid::before { content: ''; position: absolute; top: 27px; left: 10%; right: 10%; height: 1px; background: var(--g200); }
.surec-adim { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.surec-num { width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 1.5px solid var(--g200); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 17px; font-weight: 600; color: var(--navy); transition: all .25s; }
.surec-adim:hover .surec-num { background: var(--navy); color: #fff; border-color: var(--navy); }
.surec-adim h4 { font-size: 13.5px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.surec-adim p { font-size: 12px; font-weight: 300; color: var(--g600); line-height: 1.5; }

/* NEDEN BİZ */
.neden-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.neden-kart { padding: 26px 24px; border-left: 3px solid rgba(200,220,232,.35); background: rgba(255,255,255,.04); }
.neden-kart h3 { font-size: 14.5px; font-weight: 600; margin-bottom: 9px; color: #fff; }
.neden-kart p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.58); line-height: 1.65; }

/* MÜŞTERİ YORUMLARI */
.yorum-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.yorum-kart { background: #fff; border: 1px solid var(--g200); border-radius: var(--r-md); padding: 24px; }
.yorum-yildiz { color: #F5C842; font-size: 14px; letter-spacing: 1px; margin-bottom: 12px; }
.yorum-metin { font-size: 13.5px; font-weight: 300; color: var(--g600); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.yorum-kisi { display: flex; align-items: center; gap: 12px; }
.yorum-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.yorum-isim { font-size: 13px; font-weight: 600; color: var(--g800); }
.yorum-tarih { font-size: 11px; font-weight: 300; color: var(--g400); margin-top: 2px; }

/* RANDEVU */
.randevu { background: var(--g50); border-top: 1px solid var(--g200); border-bottom: 1px solid var(--g200); padding: 72px 0; }
.randevu-grid { display: grid; grid-template-columns: 1fr 440px; gap: 72px; align-items: start; }
.randevu-ozellikler { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.randevu-ozellik { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 300; color: var(--g600); }
.randevu-tik { width: 21px; height: 21px; border-radius: 50%; background: var(--blue-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.randevu-tik svg { width: 11px; height: 11px; }
.form-kart { background: #fff; border: 1px solid var(--g200); border-radius: var(--r-md); padding: 32px; }
.form-kart h3 { font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--g100); }
.form-satir { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grup { margin-bottom: 16px; }
.form-grup label { display: block; font-size: 11px; font-weight: 600; color: var(--g600); letter-spacing: .5px; margin-bottom: 6px; text-transform: uppercase; }
.form-grup input, .form-grup select, .form-grup textarea { width: 100%; font-family: var(--font); font-size: 13.5px; color: var(--g800); background: var(--g50); border: 1px solid var(--g200); border-radius: var(--r); padding: 11px 13px; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.form-grup input:focus, .form-grup select:focus, .form-grup textarea:focus { border-color: var(--blue); background: #fff; }
.form-gonder { width: 100%; background: var(--navy); color: #fff; font-family: var(--font); font-size: 14px; font-weight: 600; padding: 13px; border: none; border-radius: var(--r); cursor: pointer; margin-top: 4px; transition: background .2s; }
.form-gonder:hover { background: var(--navy-dark); }

/* HİZMET DETAY SAYFALARI */
.icerik-grid { display: grid; grid-template-columns: 1fr 320px; gap: 52px; align-items: start; }
.icerik-ana h2 { font-size: 22px; font-weight: 600; color: var(--navy); margin: 36px 0 14px; }
.icerik-ana h2:first-child { margin-top: 0; }
.icerik-ana p { font-size: 14.5px; font-weight: 300; color: var(--g600); line-height: 1.8; margin-bottom: 16px; }
.icerik-ana ul { list-style: none; margin-bottom: 24px; }
.icerik-ana ul li { font-size: 14px; font-weight: 300; color: var(--g600); padding: 9px 0; border-bottom: 1px solid var(--g100); display: flex; align-items: flex-start; gap: 10px; }
.icerik-ana ul li::before { content: '—'; color: var(--blue); flex-shrink: 0; font-weight: 400; margin-top: 1px; }
.icerik-ana ul li:last-child { border: none; }
.ilceler-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.ilce-chip { background: var(--g50); border: 1px solid var(--g200); border-radius: 100px; padding: 7px 14px; font-size: 12px; font-weight: 400; color: var(--g600); text-align: center; }
.kenar-kart { background: var(--navy); color: #fff; border-radius: var(--r-md); padding: 26px; margin-bottom: 16px; }
.kenar-kart h3 { font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.kenar-kart p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.65); line-height: 1.6; margin-bottom: 18px; }
.btn-tam { display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--navy); font-family: var(--font); font-size: 13px; font-weight: 700; padding: 12px 20px; border-radius: var(--r); transition: background .2s; margin-bottom: 10px; }
.btn-tam:hover { background: var(--blue-pale); }
.btn-tam-ikincil { display: flex; align-items: center; justify-content: center; gap: 8px; background: transparent; color: #fff; font-family: var(--font); font-size: 13px; font-weight: 400; padding: 12px 20px; border-radius: var(--r); border: 1px solid rgba(255,255,255,.35); transition: all .2s; }
.btn-tam-ikincil:hover { border-color: rgba(255,255,255,.7); }
.bilgi-kutu { background: var(--blue-lt); border: 1px solid #b3d9ee; border-radius: var(--r-md); padding: 20px; margin-bottom: 16px; }
.bilgi-kutu h4 { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.bilgi-kutu p { font-size: 12.5px; font-weight: 300; color: var(--g600); line-height: 1.6; }
.diger-hizmetler-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 16px; }
.diger-hizmet-link { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--g200); border-radius: var(--r-md); padding: 12px 14px; font-size: 12.5px; font-weight: 400; color: var(--g800); transition: all .2s; }
.diger-hizmet-link:hover { border-color: var(--navy); color: var(--navy); background: var(--g50); }

/* SSS */
.sss-liste { max-width: 740px; }
.sss-madde { border-bottom: 1px solid var(--g200); }
.sss-soru { width: 100%; background: none; border: none; padding: 18px 0; font-family: var(--font); font-size: 14.5px; font-weight: 600; color: var(--navy); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.sss-soru .ok { width: 18px; height: 18px; flex-shrink: 0; transition: transform .2s; stroke: var(--navy); }
.sss-cevap { font-size: 13.5px; font-weight: 300; color: var(--g600); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; }
.sss-cevap.acik { max-height: 280px; padding-bottom: 16px; }
.sss-soru.acik .ok { transform: rotate(180deg); }

/* FOOTER */
.footer { background: #001428; color: rgba(255,255,255,.6); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; margin-bottom: 44px; }
.footer-marka p { font-size: 13px; font-weight: 300; line-height: 1.8; margin-bottom: 18px; }
.footer-rozet { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); padding: 7px 15px; font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,.55); }
.footer h4 { font-size: 10.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 9px; }
.footer ul li a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5); transition: color .2s; }
.footer ul li a:hover { color: #fff; }
.footer-iletisim p { font-size: 13px; font-weight: 300; line-height: 2; color: rgba(255,255,255,.55); }
.footer-iletisim a { color: rgba(255,255,255,.8); }
.footer-alt { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-alt p { font-size: 11px; font-weight: 300; color: rgba(255,255,255,.28); }

/* HERO ŞUBE BUTONLARI */
.hero-subeler { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-sube-btn {
  display: inline-flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-family: var(--font); font-size: 13px;
  padding: 12px 18px;
  border-radius: var(--r);
  transition: all .2s;
  flex: 1; min-width: 180px;
}
.hero-sube-btn:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.5); }
.hero-sube-btn svg { flex-shrink: 0; opacity: .7; }
.hero-sube-btn span { display: flex; flex-direction: column; }
.hero-sube-btn strong { font-weight: 600; font-size: 12px; color: var(--blue-pale); margin-bottom: 2px; }

/* BEYAZ EŞYA ŞERİDİ */
.beyaz-esya-seridi {
  background: #001e3a;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 28px 0;
}
.beyaz-esya-ic {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.beyaz-esya-etiket {
  font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: 6px;
}
.beyaz-esya-baslik { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.beyaz-esya-aciklama { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.55); max-width: 500px; line-height: 1.65; }
.beyaz-esya-sag { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; align-items: center; }
.beyaz-esya-tel {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-family: var(--font); font-size: 14px; font-weight: 600;
  padding: 11px 20px; border-radius: var(--r); transition: all .2s;
}
.beyaz-esya-tel:hover { background: rgba(255,255,255,.2); }
.beyaz-esya-detay {
  display: inline-flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,.55); font-family: var(--font); font-size: 13px; font-weight: 400;
  padding: 11px 16px; border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.12);
  transition: all .2s;
}
.beyaz-esya-detay:hover { color: #fff; border-color: rgba(255,255,255,.3); }

/* WHATSAPP */
.whatsapp-btn { position: fixed; bottom: 24px; right: 24px; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); z-index: 999; transition: transform .2s; }
.whatsapp-btn:hover { transform: scale(1.08); }
.whatsapp-btn svg { width: 27px; height: 27px; fill: #fff; }

/* LOGO IMG */
.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 38px; width: auto; display: block; }
.logo-img-footer { height: 30px; width: auto; display: block; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .9; }

@media (max-width: 768px) {
  .logo-img { height: 32px; }
}

/* CTA İLETİŞİM BUTONLARI */
.cta-iletisim { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.btn-cta-tel {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--navy); color: #fff;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  padding: 13px 22px; border-radius: var(--r);
  transition: background .2s; flex: 1; justify-content: center;
}
.btn-cta-tel:hover { background: var(--navy-dark); }
.btn-cta-wa {
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #fff;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  padding: 13px 22px; border-radius: var(--r);
  transition: background .2s; flex: 1; justify-content: center;
}
.btn-cta-wa:hover { background: #1da851; }

/* YEDEK PARÇA BLOĞU (hizmet sayfaları) */
.yedek-parca-blok {
  background: var(--g50); border: 1px solid var(--g200);
  border-left: 4px solid var(--blue);
  border-radius: var(--r-md); padding: 24px 26px;
  margin-top: 36px; display: flex;
  align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.yedek-parca-blok-sol { flex: 1; min-width: 200px; }
.yedek-parca-blok-sol h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.yedek-parca-blok-sol p { font-size: 13px; font-weight: 300; color: var(--g600); line-height: 1.6; }
.yedek-parca-blok .cta-iletisim { margin-top: 0; }

/* ÜCRETSIZ KARGO ROZET */
.kargo-rozet {
  display: inline-flex; align-items: center; gap: 6px;
  background: #dcfce7; color: #15803d;
  font-size: 12px; font-weight: 600;
  padding: 4px 12px; border-radius: 100px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .cta-iletisim { flex-direction: column; }
  .btn-cta-tel, .btn-cta-wa { flex: unset; width: 100%; }
  .yedek-parca-blok { flex-direction: column; }
}

/* STICKY WHATSAPP BAR */
.sticky-wa {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid var(--g200);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
}
.sticky-wa-metin { font-size: 13px; font-weight: 400; color: var(--g600); }
.sticky-wa-metin strong { color: var(--navy); font-weight: 600; }
.sticky-wa-btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #fff;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  padding: 11px 22px; border-radius: var(--r);
  white-space: nowrap; flex-shrink: 0;
  transition: background .2s;
}
.sticky-wa-btn:hover { background: #1da851; }
.sticky-wa-kapat {
  background: none; border: none; cursor: pointer;
  color: var(--g400); font-size: 18px; line-height: 1;
  padding: 4px 6px; flex-shrink: 0;
  transition: color .2s;
}
.sticky-wa-kapat:hover { color: var(--g800); }
/* WhatsApp floating butonu bar varken yukarı çık */
.whatsapp-btn { bottom: 80px; }

@media (max-width: 768px) {
  .sticky-wa { padding: 10px 14px; gap: 8px; }
  .sticky-wa-metin { display: none; }
  .sticky-wa-btn { flex: 1; justify-content: center; font-size: 13px; padding: 11px 16px; }
  .whatsapp-btn { display: none; }
}

/* ═══════════════════════════════════════
   VIDEO BLOĞU
   Kopyalayıp yapıştırarak çoğaltabilirsiniz
   ═══════════════════════════════════════ */
.video-bolum { margin: 36px 0; }
.video-bolum-baslik {
  font-size: 22px; font-weight: 600; color: var(--navy);
  margin-bottom: 8px;
}
.video-bolum-aciklama {
  font-size: 14px; font-weight: 300; color: var(--g600);
  margin-bottom: 20px; line-height: 1.7;
}
.video-listesi { display: flex; flex-direction: column; gap: 28px; }
.video-kart { background: var(--g50); border: 1px solid var(--g200); border-radius: var(--r-md); overflow: hidden; }
.video-cerceve {
  position: relative; padding-bottom: 56.25%;
  height: 0; overflow: hidden; background: #000;
}
.video-cerceve iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: 0;
}
.video-placeholder {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: var(--navy);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px;
  color: rgba(255,255,255,.5); font-size: 13px; font-weight: 300;
}
.video-placeholder svg { opacity: .3; }
.video-bilgi { padding: 16px 20px; }
.video-bilgi h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.video-bilgi p { font-size: 12.5px; font-weight: 300; color: var(--g600); line-height: 1.6; }

@media (max-width: 768px) {
  .video-bolum-baslik { font-size: 19px; }
}
