/* ==========================================================================
   ÖZÜM SPOT — Ortak stil dosyası (tüm sayfalar bunu kullanır)
   Renk paleti logodan alınmıştır: koyu lacivert + turkuaz mavi
   --------------------------------------------------------------------------
   İÇİNDEKİLER
   01. Değişkenler ve reset
   02. Butonlar
   03. Üst şerit / Header / Navigasyon
   04. Sayfa başlığı (iç sayfalar) ve breadcrumb
   05. Bölüm ortak stilleri
   06. Ana sayfa: hero, hızlı kartlar, süreç, yorumlar
   07. Hizmetler
   08. Hizmet detay sayfası (yan menülü)
   09. Ürünler / katalog
   10. Galeri ve lightbox
   11. SSS akordiyon
   12. İletişim, formlar, harita
   13. Teklif al (adımlı form)
   14. CTA şeridi ve footer
   15. 404
   16. Animasyon ve responsive
   ========================================================================== */

/* ==========================================================================
   01. DEĞİŞKENLER VE RESET
   ========================================================================== */
:root {
  --navy-900: #0b2444;
  --navy-800: #102f5c;
  --navy-700: #163d75;
  --blue-600: #1478c4;
  --blue-500: #1c8ed4;
  --blue-400: #3aa9e8;
  --sky-100: #e7f3fc;
  --sky-50: #f2f9fe;

  --wa: #25d366;
  --wa-dark: #1da851;

  --ink: #14213d;
  --body: #4a5876;
  --muted: #7b88a3;
  --line: #e3e9f2;
  --bg: #ffffff;
  --bg-alt: #f5f8fc;

  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(16, 47, 92, .06);
  --shadow: 0 8px 30px rgba(16, 47, 92, .09);
  --shadow-lg: 0 20px 50px rgba(16, 47, 92, .16);

  --grad: linear-gradient(135deg, var(--navy-800) 0%, var(--blue-500) 100%);
  /* Butonlara özel degrade: koyu lacivertle başlamaz, böylece koyu zeminde
     (hero, CTA şeridi) arka plana karışmaz, her yerde net görünür. */
  --grad-btn: linear-gradient(135deg, var(--blue-600) 0%, var(--blue-400) 100%);
  --container: 1180px;
}

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

/* Yatay taşmaya karşı koruma html'de de olmalı — sadece body'de olması
   bazı mobil tarayıcılarda yetmiyor, sayfa yana genişleyip küçülüyordu. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Manrope', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
svg { width: 100%; height: 100%; fill: currentColor; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 800; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

/* Sadece ekran okuyucular için */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   02. BUTONLAR
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  font: inherit;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .18s, box-shadow .18s, background .18s, color .18s, border-color .18s;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }

.btn--primary { background: var(--grad-btn); color: #fff; box-shadow: 0 6px 18px rgba(20, 120, 196, .32); }
.btn--primary:hover { box-shadow: 0 10px 26px rgba(20, 120, 196, .45); }

.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(37, 211, 102, .32); }
.btn--wa:hover { background: var(--wa-dark); box-shadow: 0 10px 26px rgba(37, 211, 102, .42); }

.btn--ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue-500); color: var(--blue-600); }

.btn--white { background: #fff; color: var(--navy-800); }
.btn--white:hover { box-shadow: 0 10px 26px rgba(0, 0, 0, .18); }

.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--outline-white:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }

.btn--lg { padding: 15px 30px; font-size: 1rem; }
.btn--sm { padding: 9px 18px; font-size: .87rem; }
.btn--block { width: 100%; }

/* ==========================================================================
   03. ÜST ŞERİT / HEADER / NAVİGASYON
   ========================================================================== */
.topbar {
  background: var(--navy-900);
  color: #b9cbe4;
  font-size: .84rem;
  padding: 8px 0;
}
.topbar__inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item svg, .topbar__phone svg { width: 15px; height: 15px; color: var(--blue-400); }
.topbar__phone {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 7px;
  color: #fff; font-weight: 700;
}
.topbar__phone:hover { color: var(--blue-400); }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }

.brand { display: flex; align-items: center; gap: 11px; }
.brand__logo { width: 46px; height: 46px; object-fit: cover; border-radius: 10px; background: #fff; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { font-size: 1.12rem; font-weight: 800; color: var(--navy-800); letter-spacing: .5px; }
.brand__text small { font-size: .68rem; color: var(--muted); font-weight: 600; letter-spacing: .3px; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav__link {
  position: relative;
  display: flex; align-items: center; gap: 5px;
  padding: 9px 13px;
  font-size: .92rem; font-weight: 600;
  color: var(--body);
  border-radius: 8px;
  transition: color .18s, background .18s;
}
.nav__link:hover { color: var(--blue-600); background: var(--sky-100); }
.nav__link.is-active { color: var(--blue-600); }
.nav__link.is-active::after {
  content: '';
  position: absolute;
  left: 13px; right: 13px; bottom: 2px;
  height: 2px; background: var(--blue-500); border-radius: 2px;
}
.nav__cta { margin-left: 8px; }

/* Hizmetler açılır menüsü */
.dropdown { position: relative; }
.dropdown__arrow { width: 11px; height: 11px; transition: transform .22s; }
.dropdown:hover .dropdown__arrow, .dropdown.is-open .dropdown__arrow { transform: rotate(180deg); }

.dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 268px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .22s, transform .22s, visibility .22s;
}
.dropdown:hover .dropdown__menu, .dropdown.is-open .dropdown__menu {
  opacity: 1; visibility: visible; transform: none;
}
.dropdown__menu a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px;
  font-size: .9rem; font-weight: 600;
  color: var(--body);
  border-radius: 9px;
  transition: background .16s, color .16s;
}
.dropdown__menu a:hover { background: var(--sky-100); color: var(--blue-600); }
.dropdown__menu a svg { width: 19px; height: 19px; flex-shrink: 0; color: var(--blue-500); }

.hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px;
  background: var(--sky-100);
  border: none; border-radius: 10px; cursor: pointer;
}
.hamburger span { display: block; height: 2px; background: var(--navy-800); border-radius: 2px; transition: transform .25s, opacity .2s; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__backdrop {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(11, 36, 68, .45);
  opacity: 0; visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.nav__backdrop.is-open { opacity: 1; visibility: visible; }

/* ==========================================================================
   04. SAYFA BAŞLIĞI (İÇ SAYFALAR) VE BREADCRUMB
   ========================================================================== */
.pagehead {
  position: relative;
  padding: 62px 0 58px;
  background: var(--grad);
  overflow: hidden;
}
.pagehead::after {
  content: '';
  position: absolute;
  right: -110px; top: -110px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,.13) 0%, transparent 68%);
  border-radius: 50%;
}
.pagehead__inner { position: relative; z-index: 2; }
.pagehead h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.6px; margin-bottom: 12px; }
.pagehead p { color: #cfe3f6; max-width: 640px; font-size: 1.03rem; }

.crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; font-size: .87rem; }
.crumb a { color: #a9cdec; transition: color .16s; }
.crumb a:hover { color: #fff; }
.crumb span { color: #fff; font-weight: 600; }
.crumb .sep { color: #6f9ac4; }

/* ==========================================================================
   05. BÖLÜM ORTAK STİLLERİ
   ========================================================================== */
.section { padding: 92px 0; }
.section--sm { padding: 62px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--navy-900); }

.section__head { text-align: center; max-width: 690px; margin: 0 auto 52px; }
.section__head--left { text-align: left; margin-inline: 0; }

.eyebrow {
  display: inline-block;
  color: var(--blue-600);
  font-size: .82rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin-bottom: 12px;
}
.eyebrow--light { color: var(--blue-400); }
.section__title { font-size: clamp(1.7rem, 3.4vw, 2.45rem); letter-spacing: -.6px; margin-bottom: 14px; }
.section--dark .section__title { color: #fff; }
.section__sub { color: var(--body); font-size: 1.03rem; }
.section--dark .section__sub { color: #9db6d4; }

/* ==========================================================================
   06. ANA SAYFA: HERO, HIZLI KARTLAR, SÜREÇ, YORUMLAR
   ========================================================================== */
.hero {
  position: relative;
  display: flex; align-items: center;
  min-height: 640px;
  padding: 90px 0;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,36,68,.96) 0%, rgba(16,47,92,.9) 45%, rgba(20,120,196,.62) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 720px; }

.hero__badge {
  display: inline-block;
  padding: 7px 16px;
  background: rgba(58, 169, 232, .18);
  border: 1px solid rgba(58, 169, 232, .45);
  border-radius: 100px;
  color: #a9dcfa; font-size: .82rem; font-weight: 700;
  margin-bottom: 22px;
}
.hero__title { color: #fff; font-size: clamp(2.1rem, 5.2vw, 3.6rem); letter-spacing: -1px; margin-bottom: 20px; }
.grad {
  background: linear-gradient(100deg, #5cc0f5, #9fe0ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__desc { color: #ccdcf0; font-size: clamp(1rem, 1.6vw, 1.12rem); max-width: 600px; margin-bottom: 32px; }
.hero__actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 46px; }

.hero__stats { display: flex; gap: 42px; flex-wrap: wrap; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong { color: #fff; font-size: 1.5rem; font-weight: 800; line-height: 1.2; }
.hero__stats span { color: #9db6d4; font-size: .86rem; }

/* Hızlı bilgi kartları */
.quickinfo { margin-top: -52px; position: relative; z-index: 5; }
.quickinfo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.qcard {
  display: flex; align-items: center; gap: 16px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.qcard:not(.qcard--static):hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--blue-400); }
.qcard__icon {
  flex-shrink: 0; width: 48px; height: 48px; padding: 12px;
  background: var(--grad); color: #fff; border-radius: 12px;
}
.qcard h3 { font-size: .82rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 3px; }
.qcard p { color: var(--navy-800); font-weight: 700; font-size: 1.02rem; line-height: 1.4; }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step {
  padding: 34px 30px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  transition: background .22s, border-color .22s;
}
.step:hover { background: rgba(255, 255, 255, .08); border-color: rgba(58, 169, 232, .5); }
.step__no {
  display: block; font-size: 2.6rem; font-weight: 800; line-height: 1; margin-bottom: 16px;
  background: linear-gradient(120deg, #5cc0f5, #1478c4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.step h3 { color: #fff; font-size: 1.16rem; margin-bottom: 10px; }
.step p { color: #9db6d4; font-size: .95rem; }

/* Müşteri yorumları — 3 tanesi görünür, gerisi kaydırılarak okunur */
.yorumlar-sarmal { position: relative; }

.reviews {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* Kart gölgeleri kesilmesin diye pay */
  padding: 6px 4px 10px;
  margin: -6px -4px -10px;
  /* Kaydırma çubuğu görünmesin, kaydırma çalışsın */
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}
.reviews::-webkit-scrollbar { display: none; }

.reviews .review {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

/* Sağ sol okları */
.yorum-ok {
  position: absolute; top: 50%; z-index: 3;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  display: none; place-items: center;
  background: #fff; color: var(--navy-800);
  border: 1px solid var(--line); border-radius: 50%;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: background .2s, color .2s, opacity .2s;
}
.yorum-ok:hover { background: var(--blue-500); color: #fff; border-color: transparent; }
.yorum-ok[disabled] { opacity: .3; cursor: default; }
.yorum-ok[disabled]:hover { background: #fff; color: var(--navy-800); border-color: var(--line); }
.yorum-ok svg { width: 20px; height: 20px; }
.yorum-ok--geri { left: -18px; }
.yorum-ok--ileri { right: -18px; }

/* Oklar sadece kaydırılacak kadar yorum varsa görünür (JS ekler) */
.yorumlar-sarmal.kaydirilabilir .yorum-ok { display: grid; }

.review {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .2s, box-shadow .2s;
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review__stars { color: #f5a623; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.review__text { font-size: .97rem; margin-bottom: 20px; font-style: italic; }
.review__author { display: flex; align-items: center; gap: 12px; }
.review__avatar {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: var(--grad); color: #fff;
  border-radius: 50%; font-weight: 800; font-size: .95rem;
}
.review__author strong { display: block; font-size: .93rem; color: var(--ink); }
.review__author span { font-size: .82rem; color: var(--muted); }

/* Hakkımızda blok (ana sayfa + hakkımızda sayfası) */
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.about--rev { direction: rtl; }
.about--rev > * { direction: ltr; }
.about__media { position: relative; }
.about__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.about__badge {
  position: absolute; right: -18px; bottom: -22px;
  display: flex; flex-direction: column;
  padding: 18px 26px;
  background: var(--grad); color: #fff;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.about__badge strong { font-size: 1.3rem; color: #fff; }
.about__badge span { font-size: .8rem; color: #cfe6f8; }
.about__body p { margin-bottom: 16px; }

.checklist { margin: 26px 0 30px; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; font-weight: 600; color: var(--ink); font-size: .97rem; }
.checklist li::before {
  content: '✓';
  position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  background: var(--grad); color: #fff;
  border-radius: 50%; font-size: .72rem; font-weight: 800;
}
.about__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Değerler / rakamlar */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.value__icon {
  width: 54px; height: 54px; padding: 13px; margin: 0 auto 16px;
  background: var(--sky-100); color: var(--blue-600); border-radius: 14px;
}
.value h3 { font-size: 1.06rem; margin-bottom: 8px; }
.value p { font-size: .91rem; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 26px 18px; }
.stat strong {
  display: block; font-size: 2.4rem; font-weight: 800; line-height: 1.1; margin-bottom: 6px;
  background: linear-gradient(120deg, #5cc0f5, #1478c4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat span { color: #9db6d4; font-size: .92rem; font-weight: 600; }

/* ==========================================================================
   07. HİZMETLER
   ========================================================================== */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.service {
  display: flex; flex-direction: column;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service__icon {
  width: 56px; height: 56px; padding: 14px; margin-bottom: 20px;
  background: var(--sky-100); color: var(--blue-600);
  border-radius: 14px;
  transition: background .22s, color .22s;
}
.service:hover .service__icon { background: var(--grad); color: #fff; }
.service h3 { font-size: 1.18rem; margin-bottom: 10px; }
.service p { font-size: .96rem; margin-bottom: 18px; }
.service strong { color: var(--navy-800); }
.service__more {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--blue-600); font-weight: 700; font-size: .92rem;
  transition: gap .2s;
}
.service:hover .service__more { gap: 12px; }

/* Detaylı hizmet kartı (hizmetler.html) */
.servicerow {
  display: grid; grid-template-columns: 340px 1fr; gap: 40px;
  align-items: center;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  margin-bottom: 26px;
}
.servicerow:nth-child(even) { direction: rtl; }
.servicerow:nth-child(even) > * { direction: ltr; }
.servicerow__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.servicerow__tag {
  display: inline-block; margin-bottom: 12px;
  padding: 5px 13px;
  background: var(--sky-100); color: var(--blue-600);
  border-radius: 100px; font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .8px;
}
.servicerow h2 { font-size: 1.5rem; margin-bottom: 12px; }
.servicerow p { margin-bottom: 18px; }
.taglist { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.taglist li {
  padding: 6px 14px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .84rem; font-weight: 600; color: var(--body);
}

/* ==========================================================================
   08. HİZMET DETAY SAYFASI (YAN MENÜLÜ)
   ========================================================================== */
/* minmax(0, 1fr) — düz "1fr" yazılırsa sütun, içindeki en geniş öğeden
   (ör. tablo) daha fazla daralmayı reddeder ve sayfayı yana taşırır.
   minmax(0, ...) sütuna "gerekirse sıfıra kadar daral" izni verir. */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; align-items: start; }

.prose h2 { font-size: 1.55rem; margin: 38px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.15rem; margin: 26px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul:not(.checklist):not(.taglist) { margin: 0 0 18px; display: grid; gap: 10px; }
.prose ul:not(.checklist):not(.taglist) li { position: relative; padding-left: 26px; }
.prose ul:not(.checklist):not(.taglist) li::before {
  content: ''; position: absolute; left: 4px; top: 11px;
  width: 7px; height: 7px; background: var(--blue-500); border-radius: 50%;
}
.prose img { border-radius: var(--radius-lg); margin: 26px 0; box-shadow: var(--shadow); }
.prose strong { color: var(--ink); }

.callout {
  display: flex; gap: 16px;
  padding: 22px 26px; margin: 26px 0;
  background: var(--sky-50);
  border-left: 4px solid var(--blue-500);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.callout__icon { flex-shrink: 0; width: 26px; height: 26px; color: var(--blue-500); margin-top: 3px; }
.callout p { margin: 0; font-size: .96rem; }
.callout strong { color: var(--navy-800); }

/* Fiyat / bilgi tablosu */
.table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: var(--radius); }
table.data { width: 100%; border-collapse: collapse; min-width: 460px; background: #fff; }
table.data th {
  padding: 14px 18px; text-align: left;
  background: var(--bg-alt); color: var(--ink);
  font-size: .87rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .5px;
}
table.data td { padding: 14px 18px; font-size: .94rem; border-top: 1px solid var(--line); }
table.data tr:hover td { background: var(--sky-50); }

/* --- Telefonda tablo: yan yana iki sütun sığmıyor ---
   460px'lik tablo 392px'lik ekrana sığmadığı için sağ sütun kesik
   görünüyordu. Müşteri tabloyu yana kaydırabileceğini anlamıyor.
   Bu yüzden dar ekranda satırları alt alta diziyoruz:

     Buzdolabı                 <- ilk sütun, kalın başlık
     Soğutmama, buzlanma...    <- ikinci sütun, altında

   Başlık satırı (ÜRÜN / ARIZALAR) gizleniyor; içerik zaten kendini
   anlatıyor ve tekrar etmesi yer kaplıyordu.                          */
@media (max-width: 620px) {
  .table-wrap { overflow-x: visible; }

  table.data { min-width: 0; }
  table.data thead { display: none; }
  table.data tbody, table.data tr, table.data td { display: block; width: 100%; }

  table.data tr { padding: 14px 16px; }
  table.data tr + tr { border-top: 1px solid var(--line); }
  table.data tr:hover td { background: none; }

  table.data td { padding: 0; border-top: 0; }

  table.data td:first-child {
    margin-bottom: 4px;
    color: var(--ink); font-weight: 800; font-size: .97rem;
  }
}

/* Yan menü */
.sidebar { position: sticky; top: 100px; display: grid; gap: 20px; }
.widget { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.widget h3 { font-size: 1.05rem; margin-bottom: 16px; }
.widget--cta { background: var(--grad); border-color: transparent; text-align: center; }
.widget--cta h3 { color: #fff; }
.widget--cta p { color: #cfe3f6; font-size: .93rem; margin-bottom: 18px; }

.sidelinks { display: grid; gap: 4px; }
.sidelinks a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 15px;
  font-size: .92rem; font-weight: 600; color: var(--body);
  border-radius: 10px;
  transition: background .16s, color .16s;
}
.sidelinks a:hover { background: var(--sky-100); color: var(--blue-600); }
.sidelinks a.is-active { background: var(--grad); color: #fff; }
.sidelinks a::after { content: '→'; opacity: .5; }

.widget__hours { width: 100%; border-collapse: collapse; }
.widget__hours td { padding: 6px 0; font-size: .88rem; }
.widget__hours td:last-child { text-align: right; font-weight: 700; color: var(--navy-800); }
.widget__hours tr + tr td { border-top: 1px solid var(--line); }

/* ==========================================================================
   09. ÜRÜNLER / KATALOG
   ========================================================================== */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.filter {
  padding: 10px 20px;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 100px;
  font: inherit; font-size: .9rem; font-weight: 700; color: var(--body);
  cursor: pointer;
  transition: all .18s;
}
.filter:hover { border-color: var(--blue-400); color: var(--blue-600); }
.filter.is-active { background: var(--grad); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(20,120,196,.28); }

.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product {
  display: flex; flex-direction: column;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.product.is-hidden { display: none; }
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product__emoji { font-size: 2.2rem; display: block; margin-bottom: 12px; }
.product h3 { font-size: 1.02rem; margin-bottom: 6px; }
.product p { font-size: .85rem; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
.product__badge {
  margin-top: auto;
  align-self: center;
  padding: 5px 13px;
  background: var(--sky-100); color: var(--blue-600);
  border-radius: 100px; font-size: .76rem; font-weight: 800;
}
.product__badge--sell { background: #e6f8ee; color: #17945a; }

.products__note {
  display: flex; align-items: center; justify-content: space-between;
  gap: 22px; flex-wrap: wrap;
  margin-top: 34px; padding: 26px 32px;
  background: var(--grad);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.products__note p { color: #d7e8f8; font-size: 1.02rem; }
.products__note strong { color: #fff; }

.empty { text-align: center; padding: 50px 20px; color: var(--muted); display: none; }
.empty.is-shown { display: block; }

/* ==========================================================================
   09b. SATILIK ÜRÜNLER (İLAN KARTLARI)
   ========================================================================== */
.uyari {
  display: none;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  margin-bottom: 30px;
  background: #fff8e6;
  border: 1px solid #f3d99b;
  border-left: 4px solid #e8a723;
  border-radius: var(--radius);
}
.uyari__icon { flex-shrink: 0; width: 24px; height: 24px; color: #d9931a; margin-top: 2px; }
.uyari p { font-size: .94rem; color: #7a5a12; }
.uyari strong { color: #5c4209; }
.uyari code {
  padding: 2px 7px;
  background: #f6ebcf;
  border-radius: 5px;
  font-size: .88em;
  font-family: Consolas, Monaco, monospace;
}

.satilik__ust {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  margin-bottom: 26px;
}
.satilik__sayac { font-size: .95rem; color: var(--muted); font-weight: 600; }
.satilik__sayac strong { color: var(--navy-800); font-size: 1.1rem; }

.ilanlar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.ilan {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .22s, box-shadow .22s;
}
.ilan[hidden] { display: none; }
.ilan:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.ilan--satildi { opacity: .72; }

.ilan__foto { position: relative; aspect-ratio: 4 / 3; background: var(--bg-alt); overflow: hidden; }
.ilan__foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.ilan:hover .ilan__foto img { transform: scale(1.05); }
.ilan--satildi .ilan__foto img { filter: grayscale(.75); }

.ilan__fotoyok {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: #b6c2d6;
}
.ilan__fotoyok svg { width: 46px; height: 46px; }
.ilan__fotoyok span { font-size: .85rem; font-weight: 600; }

.ilan__rozet {
  position: absolute; top: 14px; left: 14px;
  padding: 6px 14px;
  background: var(--wa); color: #fff;
  border-radius: 100px;
  font-size: .78rem; font-weight: 800;
  letter-spacing: .3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}
.ilan__rozet--satildi { background: #e04f5f; }
.ilan__rozet--rezerve { background: #e8a723; }

.ilan__govde { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.ilan__govde h3 { font-size: 1.08rem; margin-bottom: 8px; line-height: 1.35; }

.ilan__fiyat {
  display: block; margin-bottom: 12px;
  font-size: 1.35rem; font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* "Fiyat için yazın" — sitede rakam yazmıyoruz, müşteri WhatsApp'tan soruyor.
   Yeşil ve göz alıcı: müşteriyi mesaj atmaya yönlendiren asıl ipucu bu. */
.ilan__fiyat--sor {
  display: inline-flex; align-items: center; gap: 7px;
  margin-bottom: 12px; padding: 7px 14px;
  font-size: .95rem; font-weight: 700;
  color: var(--wa-dark);
  background: rgba(37, 211, 102, .12);
  -webkit-background-clip: initial; background-clip: initial;
  border-radius: 100px;
}
.ilan__fiyat--sor svg { width: 17px; height: 17px; fill: currentColor; flex-shrink: 0; }

.ilan__aciklama { font-size: .9rem; margin-bottom: 14px; }

.ilan__ozellikler { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.ilan__ozellikler li {
  padding: 5px 12px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .8rem; font-weight: 600; color: var(--body);
}
.ilan__govde .btn { margin-top: auto; }

/* ==========================================================================
   09c. REHBER YAZILARI (BLOG)
   ========================================================================== */
.yazilar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.yazi {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .22s, box-shadow .22s;
}
.yazi:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.yazi__ust {
  position: relative;
  padding: 30px 26px;
  background: var(--grad);
  color: #fff;
}
.yazi__ust svg { width: 40px; height: 40px; opacity: .9; }
.yazi__etiket {
  position: absolute; top: 18px; right: 18px;
  padding: 5px 13px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100px;
  font-size: .74rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .6px;
}
.yazi__govde { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.yazi__govde h3 { font-size: 1.14rem; margin-bottom: 10px; line-height: 1.35; }
.yazi__govde p { font-size: .93rem; margin-bottom: 18px; }
.yazi__more {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--blue-600); font-weight: 700; font-size: .92rem;
  transition: gap .2s;
}
.yazi:hover .yazi__more { gap: 12px; }

/* Yazı içi: içindekiler kutusu */
.toc {
  padding: 24px 28px;
  margin-bottom: 32px;
  background: var(--sky-50);
  border: 1px solid #d4e9f8;
  border-radius: var(--radius);
}
.toc h3 { font-size: 1rem; margin-bottom: 14px; }
.toc ol { padding-left: 20px; display: grid; gap: 8px; }
.toc li { font-size: .94rem; }
.toc a { color: var(--blue-600); font-weight: 600; }
.toc a:hover { text-decoration: underline; }

/* Yazı üst bilgi şeridi */
.yazi__meta {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding-bottom: 22px; margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  font-size: .88rem; color: var(--muted);
}
.yazi__meta span { display: inline-flex; align-items: center; gap: 6px; }
.yazi__meta svg { width: 15px; height: 15px; color: var(--blue-500); }

/* ==========================================================================
   10. GALERİ VE LIGHTBOX
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery__item {
  position: relative; padding: 0; border: none; background: none;
  cursor: pointer; overflow: hidden;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
}
.gallery__item--wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .5s; }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__zoom {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(11, 36, 68, .55);
  color: #fff; font-weight: 700; font-size: .95rem;
  opacity: 0; transition: opacity .28s;
}
.gallery__item:hover .gallery__zoom { opacity: 1; }

.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: none; place-items: center;
  padding: 40px 20px;
  background: rgba(8, 24, 45, .93);
  backdrop-filter: blur(6px);
}
.lightbox.is-open { display: grid; }
.lightbox img {
  max-width: min(1000px, 92vw); max-height: 78vh; object-fit: contain;
  border-radius: 12px; box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
}
.lightbox__caption { margin-top: 16px; color: #cfe0f2; text-align: center; font-size: .95rem; }
.lightbox__close {
  position: absolute; top: 22px; right: 26px;
  width: 44px; height: 44px;
  background: rgba(255, 255, 255, .12);
  border: none; border-radius: 50%;
  color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer;
  transition: background .18s;
}
.lightbox__close:hover { background: rgba(255, 255, 255, .25); }

/* ==========================================================================
   11. SSS AKORDİYON
   ========================================================================== */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq__item.is-open { border-color: var(--blue-400); box-shadow: var(--shadow); }
.faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px;
  background: none; border: none;
  font: inherit; font-size: 1.03rem; font-weight: 700; color: var(--ink);
  text-align: left; cursor: pointer;
}
.faq__q:hover { color: var(--blue-600); }
.faq__icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--sky-100); color: var(--blue-600);
  border-radius: 50%;
  font-size: 1.2rem; line-height: 1;
  transition: transform .28s, background .2s, color .2s;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); background: var(--grad); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq__a > div { padding: 0 24px 22px; font-size: .97rem; }
.faq__a p + p { margin-top: 12px; }

/* ==========================================================================
   12. İLETİŞİM, FORMLAR, HARİTA
   ========================================================================== */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: start; }
.contact__info { display: grid; gap: 16px; }

.infocard {
  display: flex; gap: 16px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.infocard__icon {
  flex-shrink: 0; width: 44px; height: 44px; padding: 11px;
  background: var(--sky-100); color: var(--blue-600); border-radius: 11px;
}
.infocard h3 { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 5px; }
.infocard a, .infocard p { color: var(--navy-800); font-weight: 600; font-size: .98rem; line-height: 1.6; }
.infocard > div > a:hover { color: var(--blue-500); }
.infocard__link { display: inline-block; margin-top: 8px; color: var(--blue-600) !important; font-size: .9rem !important; }

.hours { width: 100%; border-collapse: collapse; margin-top: 4px; }
.hours td { padding: 5px 0; font-size: .9rem; color: var(--body); font-weight: 500; }
.hours td:last-child { text-align: right; color: var(--navy-800); font-weight: 700; }
.hours tr + tr td { border-top: 1px solid var(--line); }

.formcard {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 16px;
  font: inherit; font-size: .96rem; color: var(--ink);
  background: var(--bg-alt);
  border: 2px solid var(--line);
  border-radius: 11px;
  transition: border-color .18s, background .18s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--blue-500); }
.field input.is-error, .field textarea.is-error, .field select.is-error { border-color: #e04f5f; background: #fdf2f3; }
.field input::placeholder, .field textarea::placeholder { color: #a9b4c8; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form__note { margin-top: 14px; font-size: .84rem; color: var(--muted); text-align: center; }

.map {
  margin-top: 34px; height: 420px;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.map--full { margin-top: 0; height: 460px; }
.map iframe { width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   13. TEKLİF AL (SEÇİMLİ FORM)
   ========================================================================== */
.quote { max-width: 780px; margin: 0 auto; }
.quote__card {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.quote__step { margin-bottom: 32px; }
.quote__step:last-of-type { margin-bottom: 26px; }
.quote__label {
  display: flex; align-items: center; gap: 11px;
  margin-bottom: 16px;
  font-size: 1.06rem; font-weight: 800; color: var(--ink);
}
.quote__num {
  width: 28px; height: 28px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--grad); color: #fff;
  border-radius: 50%; font-size: .84rem; font-weight: 800;
}

.choices { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 12px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 18px 12px;
  background: var(--bg-alt);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  font-size: .9rem; font-weight: 700; color: var(--body);
  text-align: center; cursor: pointer;
  transition: all .18s;
  /* Dar telefonlarda uzun kelime kutudan taşmasın */
  overflow-wrap: anywhere;
}
.choice span em { font-size: 1.7rem; font-style: normal; line-height: 1; }
.choice span:hover { border-color: var(--blue-400); background: #fff; }
.choice input:checked + span {
  background: var(--sky-100);
  border-color: var(--blue-500);
  color: var(--blue-600);
  box-shadow: 0 4px 14px rgba(20, 120, 196, .18);
}
.choice input:focus-visible + span { outline: 2px solid var(--blue-500); outline-offset: 2px; }

.choices--pill { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); }
.choices--pill .choice span { flex-direction: row; padding: 13px 14px; }

/* ==========================================================================
   14. CTA ŞERİDİ VE FOOTER
   ========================================================================== */
.ctabar {
  position: relative;
  padding: 66px 0;
  background: var(--grad);
  overflow: hidden;
  text-align: center;
}
.ctabar::after {
  content: '';
  position: absolute; left: -80px; bottom: -140px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 70%);
  border-radius: 50%;
}
.ctabar__inner { position: relative; z-index: 2; }
.ctabar h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin-bottom: 12px; }
.ctabar p { color: #cfe3f6; font-size: 1.03rem; max-width: 560px; margin: 0 auto 28px; }
.ctabar__actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

.footer { background: var(--navy-900); color: #9db6d4; padding-top: 66px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.brand--footer { margin-bottom: 16px; }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: #7e97b8; }
.footer__desc { font-size: .93rem; max-width: 300px; margin-bottom: 18px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a {
  width: 38px; height: 38px; padding: 10px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 10px; color: #cfe0f2;
  transition: background .18s, color .18s;
}
.footer__social a:hover { background: var(--blue-500); color: #fff; }

.footer__col h4 { color: #fff; font-size: .95rem; margin-bottom: 18px; letter-spacing: .3px; }
.footer__col a, .footer__col span { display: block; font-size: .92rem; margin-bottom: 10px; line-height: 1.6; }
.footer__col a { transition: color .18s; }
.footer__col a:hover { color: var(--blue-400); }

.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .09); padding: 22px 0; }
.footer__bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__bottom p { font-size: .87rem; }
.footer__bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__bottom nav a { font-size: .87rem; transition: color .18s; }
.footer__bottom nav a:hover { color: var(--blue-400); }

/* Açık / kapalı canlı göstergesi (üst şeritte, sade) */
.durum { display: inline-flex; align-items: center; gap: 8px; }
.durum__nokta {
  width: 8px; height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #6b7f99;
  transition: background .3s, box-shadow .3s;
}
.durum.is-acik .durum__nokta {
  background: #3ddc84;
  box-shadow: 0 0 0 3px rgba(61, 220, 132, .18);
  animation: nabiz 2.4s ease-in-out infinite;
}
/* Kapanmak üzere / yakında açılıyor — Google'daki gibi sarı uyarı */
.durum.is-uyari .durum__nokta {
  background: #f5a623;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, .18);
}
.durum.is-kapali .durum__nokta {
  background: #e8724c;
  box-shadow: 0 0 0 3px rgba(232, 114, 76, .16);
}
.durum.is-acik .durum__yazi { color: #d9ecdc; }
.durum.is-uyari .durum__yazi { color: #ffd79a; }

@keyframes nabiz {
  0%, 100% { box-shadow: 0 0 0 3px rgba(61, 220, 132, .18); }
  50% { box-shadow: 0 0 0 6px rgba(61, 220, 132, .06); }
}

/* Mobil sabit arama çubuğu — sadece telefonda, kaydırınca belirir */
.callbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(11, 36, 68, .1);
  transform: translateY(105%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}
.callbar.is-visible { transform: none; }
.callbar .btn { flex: 1; padding: 13px 12px; font-size: .93rem; }

/* Telefon yan çevrilince ekran yüksekliği ~260px'e düşüyor; sabit arama
   çubuğu o alanın dörtte birini yiyip içeriği örtüyordu. Alçak ekranda
   gizliyoruz — üstteki telefon numarası zaten duruyor. */
@media (max-height: 430px) {
  .callbar { display: none !important; }
  .footer__bottom { padding-bottom: 22px; }
}

/* Sabit WhatsApp butonu */
/* ==========================================================================
   SAĞ ALT KÖŞE — AÇILIR İLETİŞİM DÜĞMESİ
   Tek yuvarlak düğme durur; basınca WhatsApp, telefon, Instagram ve
   Facebook yukarı doğru açılır. Kapalıyken ekranı kalabalıklaştırmaz.
   ========================================================================== */
.fabgrup {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  transition: opacity .25s;
}

/* Açılan kanallar */
.fabgrup__liste {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  opacity: 0; visibility: hidden;
  transform: translateY(12px) scale(.9);
  transform-origin: bottom right;
  transition: opacity .22s, transform .22s, visibility .22s;
}
.fabgrup.is-acik .fabgrup__liste {
  opacity: 1; visibility: visible;
  transform: none;
}

.fab {
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  border: 0; cursor: pointer;
  border-radius: 50%;
  transition: transform .2s, filter .2s;
}
.fab:hover { transform: scale(1.08); filter: brightness(1.08); }

/* Ana düğme — hep görünür */
.fab--ana {
  position: relative;
  width: 58px; height: 58px; padding: 15px;
  background: var(--grad-btn);
  box-shadow: 0 8px 26px rgba(20, 120, 196, .45);
}
.fab--ana svg { width: 28px; height: 28px; transition: opacity .2s, transform .3s; }
.fab--ana .fab__ikon-kapat { position: absolute; opacity: 0; transform: rotate(-90deg); }
.fabgrup.is-acik .fab--ana { background: var(--navy-800); box-shadow: 0 8px 26px rgba(11, 36, 68, .4); }
.fabgrup.is-acik .fab--ana .fab__ikon-ac { opacity: 0; transform: rotate(90deg); }
.fabgrup.is-acik .fab--ana .fab__ikon-kapat { opacity: 1; transform: none; }

/* Kanal düğmeleri */
.fabgrup__liste .fab { width: 48px; height: 48px; padding: 12px; }
.fabgrup__liste .fab svg { width: 24px; height: 24px; }

.fab--wa { background: var(--wa); box-shadow: 0 6px 20px rgba(37, 211, 102, .42); }
.fab--insta {
  background: linear-gradient(45deg, #f09433 0%, #dc2743 45%, #bc1888 100%);
  box-shadow: 0 6px 20px rgba(188, 24, 136, .4);
}
.fab--tel { background: var(--blue-600); box-shadow: 0 6px 20px rgba(15, 95, 158, .4); }
.fab--fb { background: #1877f2; box-shadow: 0 6px 20px rgba(24, 119, 242, .4); }

/* Düğmenin solunda beliren isim etiketi */
.fab__etiket {
  position: absolute; right: calc(100% + 10px);
  padding: 6px 12px;
  background: var(--ink); color: #fff;
  font-size: .8rem; font-weight: 700; white-space: nowrap;
  border-radius: 8px;
  opacity: 0; pointer-events: none;
  transform: translateX(6px);
  transition: opacity .18s, transform .18s;
}
.fabgrup__liste .fab { position: relative; }
.fabgrup__liste .fab:hover .fab__etiket { opacity: 1; transform: none; }

/* ==========================================================================
   15. 404
   ========================================================================== */
.notfound { text-align: center; padding: 110px 0; }
.notfound__code {
  font-size: clamp(5rem, 16vw, 9rem); font-weight: 800; line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.notfound h1 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); margin-bottom: 14px; }
.notfound p { max-width: 480px; margin: 0 auto 30px; }
.notfound__actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   16. ANİMASYON VE RESPONSIVE
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  /* minmax(0, 1fr) sebebi için bkz. .detail tanımı (bölüm 09) */
  .detail { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .services, .steps, .ilanlar, .yazilar { grid-template-columns: repeat(2, 1fr); }
  /* Yorumlar kaydırmalı: bu genişlikte 2 kart görünür */
  .reviews .review { flex: 0 0 calc((100% - 24px) / 2); }
  .products, .values, .stats { grid-template-columns: repeat(3, 1fr); }
  .about, .about--rev { grid-template-columns: 1fr; gap: 46px; direction: ltr; }
  .about__badge { right: 16px; bottom: -20px; }
  .contact { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .servicerow, .servicerow:nth-child(even) { grid-template-columns: 1fr; gap: 26px; direction: ltr; }
}

/* Eşik 860 -> 1000: 884px gibi tablet genişliklerinde yatay menü sığmayıp
   sayfayı 33px taşırıyordu. Bu genişlikte artık hamburger menü açılır. */
@media (max-width: 1000px) {
  /* ÖNEMLİ: backdrop-filter, içindeki position:fixed öğeler için yeni bir
     referans kutusu yaratıyor. Bu yüzden menü paneli ekrana değil header'a
     göre konumlanıp header boyuna sıkışıyordu. Mobilde bulanıklığı kaldırıp
     düz beyaz yapıyoruz; panel yeniden tüm ekranı referans alıyor. */
  .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #fff;
    /* Karartma katmanı z-index 110. Header 100'de kalırsa, menü paneli
       header'ın içinde olduğu için karartma paneli de örtüyor ve panel
       soluk görünüyordu. Header'ı karartmanın üstüne alıyoruz. */
    z-index: 130;
  }

  .nav {
    position: fixed;
    /* Yüksekliği vh/dvh gibi birimlere bağlamıyoruz — bazı tarayıcılar bu
       birimleri tanımıyor ve panel yarım kalıyordu. Üst ve alt kenara
       sabitlemek her tarayıcıda tam boy garantiler. */
    top: 0; bottom: 0; right: 0; z-index: 120;
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 4px;
    width: min(320px, 85vw);
    padding: 26px 20px 40px;
    background: #fff;
    box-shadow: -10px 0 40px rgba(11, 36, 68, .18);
    transform: translateX(105%);
    transition: transform .3s ease;
    overflow-y: auto;
  }
  .nav.is-open { transform: none; }
  .nav__link { padding: 13px 16px; font-size: 1rem; justify-content: space-between; }
  .nav__link.is-active::after { display: none; }
  .nav__link.is-active { background: var(--sky-100); }
  .nav__cta { margin: 14px 0 0; }

  /* Mobilde açılır menü sayfa akışında açılır */
  .dropdown__menu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: hidden;
    background: var(--bg-alt);
    border-radius: 10px;
    transition: max-height .3s ease, padding .3s ease, margin .3s ease;
  }
  .dropdown:hover .dropdown__menu { max-height: 0; padding: 0; }
  .dropdown.is-open .dropdown__menu { max-height: 340px; padding: 6px; margin: 4px 0 8px; }

  .hamburger { display: flex; position: relative; z-index: 130; }

  /* Telefonda alt çubuk devreye girer: "Hemen Ara" + "WhatsApp".
     Sağ alttaki yuvarlak menü kalkar — iki kanal zaten çubukta, ekranı
     kalabalıklaştırmasın. Instagram ve Facebook footer'da duruyor. */
  .callbar { display: flex; }
  .fabgrup { display: none; }
  /* Arama çubuğu sayfanın en altını kapatmasın diye footer'a pay bırakıyoruz */
  .footer__bottom { padding-bottom: 84px; }
  /* Menü açıkken çubuk ekrandan çekilir, ekran kalabalık görünmez */
  body.menu-acik .callbar { transform: translateY(105%); }

  .quickinfo__grid { grid-template-columns: 1fr; }
  .quickinfo { margin-top: -40px; }

  .hero { min-height: auto; padding: 70px 0 84px; }
  .hero__stats { gap: 28px; }

  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--wide { grid-column: span 2; }
  .sidebar { grid-template-columns: 1fr; }
  .pagehead { padding: 46px 0 44px; }
}

@media (max-width: 640px) {
  .section { padding: 62px 0; }
  .services, .steps, .products, .values, .ilanlar, .yazilar { grid-template-columns: 1fr; }
  /* Telefonda tek kart görünür, yandaki hafif görünsün ki kaydırılacağı anlaşılsın */
  .reviews .review { flex: 0 0 86%; }
  .yorum-ok { display: none !important; }
  .satilik__ust { flex-direction: column; align-items: stretch; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .gallery, .footer__grid { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: span 1; }
  .field--row { grid-template-columns: 1fr; }

  .topbar__inner { justify-content: center; gap: 12px; font-size: .78rem; }
  .topbar__item:nth-child(1) { display: none; }
  .topbar__phone { margin-left: 0; }
  /* Dar ekranda sadece "Şu an açığız" kalsın, şerit tek satıra sığsın */
  .durum__saat { display: none; }

  .brand__logo { width: 40px; height: 40px; }
  .brand__text strong { font-size: 1rem; }

  .hero__actions, .ctabar__actions, .notfound__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn, .ctabar__actions .btn, .notfound__actions .btn { width: 100%; }
  .hero__stats { gap: 20px; }
  .hero__stats strong { font-size: 1.25rem; }

  .products__note { flex-direction: column; text-align: center; padding: 26px 22px; }
  .formcard, .quote__card { padding: 26px 22px; }
  .servicerow { padding: 24px; }
  .about__badge { right: 12px; padding: 14px 20px; }
  .map, .map--full { height: 320px; }
  .fabgrup { right: 16px; }
  .footer__bottom .container { flex-direction: column; text-align: center; }
  /* minmax(0, ...) şart: düz "1fr" ile sütun, içindeki en uzun yazıdan
     ("Çamaşır Makinesi" gibi) dar olmayı reddediyor ve iki kart dar
     telefonda yan yana sığmayıp sağ taraftan taşıyordu. */
  .choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* ==========================================================================
   17. İNDİRİM GÖSTERİMİ (ürün kartlarında)
   --------------------------------------------------------------------------
   İndirim ayarları: js/kampanyalar.js
   ========================================================================== */

/* --- 17a. İndirim renkleri --- */
:root {
  --indirim: #d92d43;
  --indirim-koyu: #b21f33;
  --indirim-bg: #fdeef0;
  --grad-indirim: linear-gradient(135deg, var(--indirim-koyu) 0%, var(--indirim) 100%);
}

/* --- 17b. Ürün kartında indirim --- */
.ilan__fiyatlar { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-bottom: 6px; }
.ilan__fiyatlar .ilan__fiyat { margin-bottom: 0; }

.ilan__eski {
  font-size: 1rem; font-weight: 600; color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(217, 45, 67, .55);
  text-decoration-thickness: 2px;
}

/* DİKKAT: burada "background" kısayolu KULLANILMAZ.
   Kısayol, .ilan__fiyat içindeki background-clip:text ayarını sıfırlar;
   yazı şeffaf kaldığı için fiyat kırmızı bir blok gibi görünürdü. */
.ilan__fiyat--indirimli {
  background-image: var(--grad-indirim);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Fotoğrafın köşesindeki yüzde rozeti */
/* Sağ üstte durur — sol üstte "Satılık/Rezerve" rozeti var, çakışmasın */
.ilan__indirim {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-width: 52px; padding: 7px 9px;
  background: var(--grad-indirim);
  color: #fff;
  font-size: 1.02rem; font-weight: 800; line-height: 1;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(217, 45, 67, .38);
}
.ilan__indirim small {
  font-size: .58rem; font-weight: 700; letter-spacing: .4px;
  text-transform: uppercase; opacity: .92;
}

/* Kampanya adı satırı */
.ilan__kampanya {
  display: inline-flex; align-items: center; gap: 6px;
  margin-bottom: 12px; padding: 5px 11px;
  background: var(--indirim-bg);
  color: var(--indirim-koyu);
  font-size: .78rem; font-weight: 700;
  border-radius: 100px;
}
.ilan__kampanya svg { width: 14px; height: 14px; fill: currentColor; flex-shrink: 0; }

.ilan--indirimli { border-color: rgba(217, 45, 67, .3); }

.ilan__butonlar { margin-top: auto; }
.ilan__govde .ilan__butonlar .btn { margin-top: 0; }

/* --- 17c. İndirim şeridi (geri sayım / bugün indirim var) ---
   js/satilik.js basar. İki hâli var:
   • geri sayım — sakin, lacivert çerçeveli
   • indirim günü — kırmızı dolgulu, dikkat çeken                        */
.indirim-serit {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px; padding: 15px 20px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-left: 4px solid var(--muted);
  border-radius: var(--radius);
}

.indirim-serit__ikon { width: 26px; height: 26px; flex-shrink: 0; fill: var(--muted); }

.indirim-serit__yazi { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.indirim-serit__yazi strong { font-size: 1.02rem; color: var(--ink); line-height: 1.3; }
.indirim-serit__yazi span { font-size: .87rem; color: var(--body); line-height: 1.45; }

/* İndirimin çıktığı gün */
.indirim-serit--bugun {
  background: var(--indirim-bg);
  border-color: rgba(217, 45, 67, .28);
  border-left-color: var(--indirim);
}
.indirim-serit--bugun .indirim-serit__ikon { fill: var(--indirim); }
.indirim-serit--bugun .indirim-serit__yazi strong { color: var(--indirim-koyu); }

@media (max-width: 560px) {
  .indirim-serit { gap: 11px; padding: 13px 15px; }
  .indirim-serit__ikon { width: 22px; height: 22px; }
  .indirim-serit__yazi strong { font-size: .95rem; }
  .indirim-serit__yazi span { font-size: .82rem; }
}

/* --- 17d. Ürün listesi hata kutusu ---
   js/satilik.js basar. SADECE mağaza sahibinin kendi bilgisayarında
   görünür; yayındaki sitede müşteriye çıkmaz.                           */
.liste-hata {
  margin-bottom: 24px; padding: 18px 22px;
  background: #fff5f5;
  border: 1px solid rgba(217, 45, 67, .35);
  border-left: 4px solid var(--indirim);
  border-radius: var(--radius);
}

.liste-hata strong {
  display: block; margin-bottom: 10px;
  font-size: 1.02rem; color: var(--indirim-koyu);
}

.liste-hata ul { margin: 0 0 12px; padding-left: 20px; }
.liste-hata li { margin-bottom: 6px; font-size: .9rem; line-height: 1.5; color: var(--ink); }

.liste-hata span { font-size: .83rem; color: var(--body); }

.liste-hata code {
  padding: 2px 6px;
  background: rgba(217, 45, 67, .1);
  border-radius: 5px;
  font-size: .95em;
}

/* --- 17e. Menü yazıları iki satıra bölünmesin --- */
.nav__link, .nav__cta, .dropdown__menu a { white-space: nowrap; }
.nav { flex-wrap: nowrap; }

/* ==========================================================================
   18. GOOGLE'A YORUM YAZ ÇAĞRISI
   ========================================================================== */
.yorumcagri {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 26px;
  max-width: 940px;
  margin: 46px auto 0;
  padding: 30px 34px;
  background: var(--sky-50);
  border: 1px solid var(--sky-100);
  border-radius: var(--radius-lg);
}

.yorumcagri__sol { flex: 1 1 380px; }

.yorumcagri__yildizlar {
  margin-bottom: 8px;
  font-size: 1.15rem; letter-spacing: 3px;
  color: #f5a623;
}

.yorumcagri h3 {
  margin-bottom: 8px;
  font-size: 1.2rem; line-height: 1.35; color: var(--ink);
}

.yorumcagri p {
  font-size: .92rem; line-height: 1.65; margin: 0;
}

.yorumcagri__btn { flex-shrink: 0; white-space: nowrap; }
.yorumcagri__btn svg { width: 19px; height: 19px; fill: currentColor; }

@media (max-width: 720px) {
  .yorumcagri { padding: 24px 22px; gap: 20px; margin-top: 34px; }
  .yorumcagri h3 { font-size: 1.08rem; }
  .yorumcagri__btn { width: 100%; }
}
