/* =========================================================================
   BERK HALI — ana.css
   Değişkenler, tipografi, üst bar, başlık, menü, mobil panel, footer ve
   birden fazla sayfada kullanılan ortak parçalar (kart, ızgara, sayfa başlığı,
   kırıntı, haplar, sayfalama, düğmeler, serbest metin, ışık kutusu).
   ========================================================================= */

:root {
   --bh-lacivert: #202c39;
   --bh-menu: #283845;
   --bh-koyu: #191d27;
   --bh-bej: #f1dcb2;
   --bh-altin: #e9d6a4;
   --bh-petrol: #0f4a54;
   --bh-turuncu: #e2552b;
   --bh-sari: #f5c443;
   --bh-yesil: #1fa855;
   --bh-metin: #444;
   --bh-soluk: #7b8591;
   --bh-cizgi: #e6e6e6;
   --bh-zemin: #f5f5f5;
   --bh-beyaz: #fff;

   --bh-baslikFont: "Inter", "Helvetica Neue", Arial, sans-serif;
   --bh-govdeFont: "Poppins", "Helvetica Neue", Arial, sans-serif;

   --bh-genislik: 1200px;
   --bh-yaricap: 8px;
   --bh-golge: 0 10px 30px rgba(32, 44, 57, .10);

   /* Ürün kartı görsel oranı — halı fotoğrafları dikey ise 3/4 + contain yapılabilir */
   --bh-kartOran: 4 / 3;
   --bh-kartSigdir: contain;
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body.bh-body {
   margin: 0;
   font-family: var(--bh-govdeFont);
   font-size: 14px;
   line-height: 1.6;
   color: var(--bh-metin);
   background: var(--bh-beyaz);
   -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--bh-baslikFont); color: var(--bh-lacivert); margin: 0; line-height: 1.25; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--bh-turuncu); outline-offset: 2px; }

.bh-ikon { width: 20px; height: 20px; flex: none; display: inline-block; vertical-align: middle; }
.bh-kutu { width: 100%; max-width: calc(var(--bh-genislik) + 40px); margin: 0 auto; padding: 0 20px; }

.bh-atla { position: absolute; left: -9999px; top: 0; background: var(--bh-koyu); color: #fff; padding: 10px 16px; z-index: 1000; }
.bh-atla:focus { left: 10px; top: 10px; }

/* ---------- Üst bar ---------- */
.bh-ustbar { background: var(--bh-lacivert); color: #c9d0d8; font-size: 12px; }
.bh-ustbar__ic { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 36px; }
.bh-ustbar__linkler { display: flex; gap: 20px; }
.bh-ustbar__linkler a:hover { color: #fff; }
.bh-ustbar__kampanya {
   align-self: stretch; display: flex; align-items: center; gap: 8px;
   padding: 0 28px; background: var(--bh-koyu); color: #e5e9ee;
   font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bh-ustbar__kampanya strong { color: var(--bh-sari); font-family: var(--bh-baslikFont); font-weight: 800; letter-spacing: .02em; }
.bh-ustbar__sag { display: flex; align-items: center; gap: 18px; }
.bh-ustbar__wa { display: inline-flex; align-items: center; gap: 6px; color: var(--bh-sari); font-weight: 500; }
.bh-ustbar__wa .bh-ikon { width: 15px; height: 15px; }

.bh-dil { position: relative; }
.bh-dil__bas { display: inline-flex; align-items: center; gap: 5px; color: #c9d0d8; font-size: 12px; }
.bh-dil__bas .bh-ikon { width: 15px; height: 15px; }
.bh-dil__kutu {
   position: absolute; right: 0; top: calc(100% + 8px); z-index: 60;
   min-width: 140px; background: #fff; border-radius: var(--bh-yaricap); box-shadow: var(--bh-golge);
   padding: 6px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: .18s;
}
.bh-dil.is-acik .bh-dil__kutu { opacity: 1; visibility: visible; transform: none; }
.bh-dil__kutu a { display: block; padding: 7px 12px; border-radius: 6px; color: var(--bh-lacivert); font-size: 13px; }
.bh-dil__kutu a:hover { background: var(--bh-zemin); }

/* ---------- Başlık ---------- */
.bh-ust { position: relative; z-index: 50; background: #fff; }
.bh-ust__ic { display: flex; align-items: center; gap: 36px; min-height: 104px; }
.bh-marka { flex: none; display: flex; align-items: center; }
.bh-marka img { max-height: 64px; width: auto; }
.bh-marka__ad {
   font-family: var(--bh-baslikFont); font-weight: 900; font-size: 30px; letter-spacing: -.03em;
   color: var(--bh-lacivert); text-transform: lowercase; line-height: 1;
}
.bh-destek { display: flex; align-items: center; gap: 12px; color: var(--bh-lacivert); flex: none; }
.bh-destek .bh-ikon { width: 28px; height: 28px; color: #4a5561; }
.bh-destek small { display: block; font-size: 11px; color: var(--bh-soluk); line-height: 1.2; }
.bh-destek b { display: block; font-weight: 500; font-size: 14px; }

.bh-ara { position: relative; flex: 1; max-width: 480px; }
.bh-ara input {
   width: 100%; height: 44px; border: 1px solid transparent; border-radius: var(--bh-yaricap);
   background: #f1f2f4; padding: 0 48px 0 16px; font: inherit; font-size: 13px; color: var(--bh-lacivert);
   transition: border-color .2s, background .2s;
}
.bh-ara input::placeholder { color: #8b929a; font-style: italic; }
.bh-ara input:focus { outline: none; border-color: var(--bh-lacivert); background: #fff; }
.bh-ara button { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; display: grid; place-items: center; color: #6b737c; }

.bh-ust__araclar { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.bh-arac { display: inline-flex; align-items: center; gap: 8px; font-family: var(--bh-baslikFont); font-weight: 600; font-size: 13px; color: var(--bh-lacivert); }
.bh-arac:hover { color: var(--bh-turuncu); }
.bh-arac__ikon { position: relative; display: inline-flex; }
.bh-arac__ikon i {
   position: absolute; top: -6px; right: -6px; min-width: 16px; height: 16px; border-radius: 99px;
   background: var(--bh-sari); color: var(--bh-lacivert); font: 700 10px/16px var(--bh-baslikFont); text-align: center; font-style: normal;
}

.bh-wablok {
   display: inline-flex; align-items: center; gap: 10px; padding: 7px 18px 7px 7px;
   border: 1.5px solid #bfe9cf; border-radius: 99px; background: #f1fbf5; color: var(--bh-lacivert);
   transition: background .2s, border-color .2s;
}
.bh-wablok:hover { background: #e2f7ea; border-color: #25d366; }
.bh-wablok__ikon { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 4px 10px rgba(37, 211, 102, .35); }
.bh-wablok__ikon .bh-ikon { width: 22px; height: 22px; }
.bh-wablok__metin small { display: block; font-size: 11px; color: #178a45; font-weight: 600; line-height: 1.2; text-transform: uppercase; letter-spacing: .03em; }
.bh-wablok__metin b { display: block; font-family: var(--bh-baslikFont); font-weight: 700; font-size: 15px; line-height: 1.3; white-space: nowrap; }

.bh-tetik, .bh-ara-tetik { display: none; }

/* ---------- Kategori şeridi ---------- */
.bh-menu { background: var(--bh-menu); }
.bh-menu__ic { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 50px; }
.bh-menu__liste { display: flex; flex-wrap: wrap; }
.bh-menu__oge { position: static; }
.bh-menu__oge > a {
   display: flex; align-items: center; height: 50px; padding: 0 16px;
   color: var(--bh-altin); font-family: var(--bh-baslikFont); font-weight: 500; font-size: 13px;
   text-transform: uppercase; letter-spacing: .02em; transition: background .2s, color .2s;
}
.bh-menu__oge--alt > a::after { content: ""; width: 6px; height: 6px; margin: -3px 0 0 7px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); opacity: .7; }
.bh-menu__oge:hover > a, .bh-menu__oge:focus-within > a { background: var(--bh-lacivert); color: #fff; }

/* Son kategori — addahome "Düğün Paketleri" gibi şeritten taşan etiket */
.bh-menu__oge:last-child {
   position: relative; z-index: 5; margin: -15px 0 0 14px;
   background: #edc79b; border: 2px dashed #202c39; border-radius: 14px 14px 0 0; transition: background .2s;
}
.bh-menu__oge:last-child > a {
   width: min-content; min-width: 150px; height: 61px; padding: 0 14px; line-height: 1;
   color: #202c39; font-family: var(--bh-baslikFont); font-size: 22px; font-weight: 700; letter-spacing: 0;
}
.bh-menu__oge:last-child:hover, .bh-menu__oge:last-child:focus-within { background: #e4b782; }
.bh-menu__oge:last-child:hover > a, .bh-menu__oge:last-child:focus-within > a { background: none; color: #202c39; }

.bh-mega {
   position: absolute; left: 0; right: 0; top: 100%;
   background: #fff; border-top: 3px solid var(--bh-lacivert); box-shadow: 0 20px 40px rgba(25, 29, 39, .14);
   opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s;
}
.bh-menu__oge:hover .bh-mega, .bh-menu__oge:focus-within .bh-mega { opacity: 1; visibility: visible; transform: none; }
.bh-mega__ic { max-width: calc(var(--bh-genislik) + 40px); margin: 0 auto; padding: 28px 20px 24px; }
.bh-mega__bas { font-family: var(--bh-baslikFont); font-weight: 800; font-size: 18px; color: var(--bh-lacivert); margin-bottom: 14px; text-transform: uppercase; }
.bh-mega__izgara { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px 24px; }
.bh-mega__izgara a { padding: 7px 0; border-bottom: 1px solid #f0f0f0; font-size: 13px; color: var(--bh-metin); }
.bh-mega__izgara a:hover { color: var(--bh-turuncu); }
.bh-mega__tumu { display: inline-flex; align-items: center; gap: 4px; margin-top: 16px; font-weight: 600; font-size: 13px; color: var(--bh-lacivert); }
.bh-mega__tumu .bh-ikon { width: 16px; height: 16px; }


/* ---------- Mobil panel ---------- */
.bh-golge { position: fixed; inset: 0; background: rgba(25, 29, 39, .5); z-index: 90; }
.bh-panel {
   position: fixed; top: 0; left: 0; bottom: 0; z-index: 100; width: min(340px, 88vw);
   background: #fff; display: flex; flex-direction: column; overflow-y: auto;
   transform: translateX(-100%); transition: transform .28s ease;
}
.bh-panel.is-acik { transform: none; }
.bh-panel__ust { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--bh-lacivert); color: #fff; }
.bh-panel__baslik { font-family: var(--bh-baslikFont); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.bh-panel__kapat { font-size: 30px; line-height: 1; color: #fff; }
.bh-ara--panel { max-width: none; margin: 16px 20px 8px; flex: none; }
.bh-panel__menu { display: flex; flex-direction: column; padding: 0 20px; }
.bh-panel__menu > a, .bh-panel__acilir {
   display: flex; align-items: center; justify-content: space-between; width: 100%;
   padding: 13px 0; border-bottom: 1px solid #eee; text-align: left;
   font-family: var(--bh-baslikFont); font-weight: 600; font-size: 14px; color: var(--bh-lacivert);
}
.bh-panel__acilir .bh-ikon { width: 18px; height: 18px; transition: transform .2s; }
.bh-panel__acilir[aria-expanded="true"] .bh-ikon { transform: rotate(180deg); }
.bh-panel__alt { display: flex; flex-direction: column; padding: 6px 0 10px 12px; border-bottom: 1px solid #eee; }
.bh-panel__alt a { padding: 7px 0; font-size: 13.5px; color: var(--bh-metin); }
.bh-panel__tel { display: flex; align-items: center; gap: 10px; margin: auto 20px 20px; padding: 14px 16px; border-radius: var(--bh-yaricap); background: var(--bh-zemin); font-weight: 600; color: var(--bh-lacivert); }

/* ---------- Ortak bölüm düzeni ---------- */
.bh-bolum { padding: 56px 0; }
.bh-bolum--gri { background: var(--bh-zemin); }
.bh-bolumbas { margin-bottom: 24px; }
.bh-bolumbas h2 { font-weight: 600; font-size: 24px; }
.bh-bolumbas p { margin-top: 4px; font-size: 13px; color: var(--bh-soluk); }
.bh-bolum__dugme { display: flex; justify-content: center; margin-top: 32px; }

.bh-dugme {
   display: inline-flex; align-items: center; justify-content: center; gap: 8px;
   min-height: 46px; padding: 0 30px; border-radius: 99px;
   background: var(--bh-koyu); color: #fff; font-family: var(--bh-baslikFont); font-weight: 700; font-size: 12px;
   text-transform: uppercase; letter-spacing: .03em; transition: background .2s;
}
.bh-dugme:hover { background: var(--bh-lacivert); }
.bh-dugme .bh-ikon { width: 18px; height: 18px; }
.bh-dugme--blok { display: flex; width: 100%; border-radius: 6px; min-height: 50px; font-size: 13px; }
.bh-dugme--acik { background: #fff; color: var(--bh-lacivert); }
.bh-dugme--acik:hover { background: var(--bh-bej); }
.bh-dugme--wa { background: var(--bh-yesil); }
.bh-dugme--wa:hover { background: #178a45; }

/* ---------- Kart ızgarası ---------- */
.bh-izgara { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.bh-kart {
   display: flex; flex-direction: column; background: #fff;
   border: 1px solid var(--bh-cizgi); transition: box-shadow .25s, transform .25s;
}
.bh-kart:hover { box-shadow: var(--bh-golge); transform: translateY(-3px); }
.bh-kart__gorsel { display: block; aspect-ratio: var(--bh-kartOran); overflow: hidden; background: #f3f3f3; }
.bh-kart__gorsel img { width: 100%; height: 100%; object-fit: var(--bh-kartSigdir); transition: transform .5s; }
.bh-kart:hover .bh-kart__gorsel img { transform: scale(1.04); }
.bh-kart__gorsel--bos img { object-fit: contain; padding: 18%; opacity: .5; }
.bh-kart__govde { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 18px 14px 16px; border-top: 1px solid var(--bh-cizgi); flex: 1; }
.bh-kart__metin { min-width: 0; }
.bh-kart__ad {
   display: block; font-family: var(--bh-baslikFont); font-weight: 900; font-size: 19px; line-height: 1.15;
   color: var(--bh-lacivert); text-transform: uppercase; letter-spacing: -.01em;
}
.bh-kart__kat { display: block; margin-top: 4px; font-size: 11px; color: var(--bh-soluk); text-transform: uppercase; letter-spacing: .03em; }
.bh-kart__fiyat { flex: none; text-align: right; font-family: var(--bh-baslikFont); color: var(--bh-lacivert); white-space: nowrap; }
.bh-kart__fiyat b { font-weight: 800; font-size: 22px; }
.bh-kart__fiyat small { font-weight: 700; font-size: 14px; }
.bh-kart__fiyat em { font-style: normal; font-weight: 700; font-size: 13px; }
.bh-kart__baslayan { display: block; font-style: normal; font-family: var(--bh-govdeFont); font-weight: 400; font-size: 10.5px; color: var(--bh-soluk); }
.bh-kart__fiyat .bh-fiyat--metin { font-size: 12px; color: var(--bh-turuncu); }
.bh-kart__alt { margin: 0 14px 14px; padding: 7px 10px; background: #f6f7f8; border-radius: 4px; font-size: 11px; color: var(--bh-soluk); text-align: center; }
.bh-kart__alt b { color: var(--bh-lacivert); font-weight: 600; }

/* ---------- Yazı (blog) kartı ---------- */
.bh-yazi { display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: var(--bh-yaricap); overflow: hidden; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); transition: box-shadow .25s, transform .25s; }
.bh-yazi:hover { box-shadow: var(--bh-golge); transform: translateY(-3px); }
.bh-yazi__gorsel { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #eceff1; }
.bh-yazi__gorsel img { width: 100%; height: 100%; object-fit: cover; }
.bh-yazi__gorsel--bos img { object-fit: contain; padding: 16%; opacity: .5; }
.bh-yazi__meta { display: flex; justify-content: space-between; gap: 10px; padding: 10px 14px; border-bottom: 1px solid #efefef; font-size: 11px; color: var(--bh-metin); }
.bh-yazi__meta span { display: inline-flex; align-items: center; gap: 5px; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bh-yazi__meta .bh-ikon { width: 13px; height: 13px; }
.bh-yazi__govde { display: block; padding: 16px 14px 20px; }
.bh-yazi__govde strong { display: block; font-family: var(--bh-baslikFont); font-weight: 700; font-size: 15px; color: var(--bh-lacivert); text-transform: uppercase; line-height: 1.3; }
.bh-yazi__govde small { display: block; margin-top: 8px; font-size: 12px; color: var(--bh-soluk); line-height: 1.55; }

/* ---------- Sayfa başlığı + kırıntı ---------- */
.bh-sayfabas { background: var(--bh-menu); padding: 30px 0 22px; text-align: center; }
.bh-sayfabas h1, .bh-sayfabas__ust {
   font-family: var(--bh-baslikFont); font-weight: 700; font-size: 22px; color: var(--bh-altin);
   text-transform: uppercase; letter-spacing: .01em; margin-bottom: 14px; line-height: 1.25;
}
.bh-kirinti { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; }
.bh-kirinti li { display: inline-flex; align-items: center; gap: 6px; }
.bh-kirinti li + li::before { content: "›"; color: #8795a3; font-size: 16px; line-height: 1; }
.bh-kirinti a, .bh-kirinti span { display: inline-flex; align-items: center; padding: 6px 11px; border-radius: 4px; font-size: 11.5px; color: var(--bh-altin); }
.bh-kirinti a { background: var(--bh-lacivert); }
.bh-kirinti a:hover { color: #fff; }
.bh-kirinti .bh-ikon { width: 14px; height: 14px; }

/* ---------- Liste yardımcıları ---------- */
.bh-liste { padding-top: 32px; }
.bh-haplar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.bh-haplar a { padding: 8px 16px; border: 1px solid var(--bh-cizgi); border-radius: 99px; font-size: 12.5px; font-weight: 500; color: var(--bh-lacivert); transition: .2s; }
.bh-haplar a:hover, .bh-haplar a.is-secili { background: var(--bh-lacivert); border-color: var(--bh-lacivert); color: #fff; }

.bh-sayfalama { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 40px; }
.bh-sayfalama a { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--bh-cizgi); border-radius: 6px; font-weight: 600; color: var(--bh-lacivert); }
.bh-sayfalama a:hover { border-color: var(--bh-lacivert); }
.bh-sayfalama a.is-secili { background: var(--bh-lacivert); border-color: var(--bh-lacivert); color: #fff; }

.bh-bos { max-width: 560px; margin: 0 auto; padding: 48px 24px; text-align: center; border: 1px dashed #d6d9dc; border-radius: var(--bh-yaricap); }
.bh-bos h1 { font-size: 28px; font-weight: 800; margin-bottom: 10px; }
.bh-bos p { color: var(--bh-soluk); margin-bottom: 20px; }
.bh-uyari { margin-bottom: 20px; color: var(--bh-lacivert); }
.bh-uyari font { font-size: 18px !important; font-family: var(--bh-baslikFont); font-weight: 600; }

/* ---------- Serbest metin (editör HTML'i) ---------- */
.bh-metin { font-size: 14.5px; line-height: 1.8; color: var(--bh-metin); overflow-wrap: anywhere; }
.bh-metin > * + * { margin-top: 1em; }
.bh-metin h2 { font-size: 22px; font-weight: 700; margin-top: 1.6em; }
.bh-metin h3 { font-size: 18px; font-weight: 700; margin-top: 1.4em; }
.bh-metin h4 { font-size: 16px; font-weight: 700; margin-top: 1.2em; }
.bh-metin ul { list-style: disc; padding-left: 1.3em; }
.bh-metin ol { list-style: decimal; padding-left: 1.3em; }
.bh-metin li + li { margin-top: .35em; }
.bh-metin a { color: var(--bh-turuncu); text-decoration: underline; text-underline-offset: 2px; }
.bh-metin img { border-radius: 6px; height: auto !important; }
.bh-metin iframe { max-width: 100%; border: 0; border-radius: 6px; }
.bh-metin table { width: 100%; border-collapse: collapse; font-size: 13.5px; display: block; overflow-x: auto; }
.bh-metin th, .bh-metin td { border: 1px solid var(--bh-cizgi); padding: 8px 10px; text-align: left; }
.bh-metin th { background: var(--bh-zemin); color: var(--bh-lacivert); }
.bh-metin blockquote { margin: 1.4em 0; padding: 14px 20px; border-left: 3px solid var(--bh-lacivert); background: var(--bh-zemin); }

.bh-paylas { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; font-size: 12px; }
.bh-paylas span { color: var(--bh-soluk); margin-right: 4px; }
.bh-paylas a { padding: 5px 11px; border: 1px solid var(--bh-cizgi); border-radius: 99px; color: var(--bh-lacivert); font-weight: 500; }
.bh-paylas a:hover { background: var(--bh-lacivert); border-color: var(--bh-lacivert); color: #fff; }

/* ---------- Footer ---------- */
.bh-alt { margin-top: 0; }
.bh-alt__bant { background: var(--bh-lacivert); padding: 34px 0; }
.bh-alt__bant-ic { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: center; }
.bh-alt__marka img { max-height: 56px; width: auto; }
.bh-alt__marka span { font-family: var(--bh-baslikFont); font-weight: 900; font-size: 26px; color: #fff; letter-spacing: -.02em; text-transform: uppercase; }
.bh-alt__bant p { font-size: 12.5px; line-height: 1.8; color: #8f9aa6; }
.bh-alt__izgara { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding-top: 34px; padding-bottom: 30px; }
.bh-alt__sutun h3 { font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.bh-alt__sutun h3:not(:first-child) { margin-top: 18px; }
.bh-alt__sutun li a, .bh-alt__sutun p { display: block; font-size: 12.5px; line-height: 1.95; color: #5d6670; }
.bh-alt__sutun li a:hover, .bh-alt__sutun p a:hover { color: var(--bh-turuncu); }
.bh-sosyal { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.bh-sosyal a { padding: 4px 10px; border-radius: 99px; background: var(--bh-zemin); font-size: 11.5px; font-weight: 500; color: var(--bh-lacivert); }
.bh-sosyal a:hover { background: var(--bh-lacivert); color: #fff; }
.bh-alt__cizgi { border-top: 1px solid #eee; }
.bh-alt__cizgi-ic { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 16px; padding-bottom: 18px; font-size: 11.5px; color: #8a929a; }
.bh-alt__cizgi a { text-decoration: underline; }

/* ---------- Sabit iletişim düğmeleri ---------- */
.bh-sabit { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: flex; flex-direction: column; gap: 10px; }
.bh-sabit a { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 6px 16px rgba(0, 0, 0, .22); transition: filter .2s; }
.bh-sabit a:hover { filter: brightness(1.08); }
.bh-sabit .bh-ikon { width: 24px; height: 24px; }
.bh-sabit__wa { background: #25d366; }
.bh-sabit__tel { background: var(--bh-lacivert); }

/* ---------- Işık kutusu (custom.js oluşturur) + LUKA ---------- */
.bh-isik, .bh-luka { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; background: rgba(15, 18, 25, .9); padding: 40px 16px; }
.bh-isik img { max-width: min(1100px, 92vw); max-height: 84vh; width: auto; object-fit: contain; border-radius: 4px; }
.bh-isik__kapat, .bh-luka__kapat { position: absolute; top: 14px; right: 18px; font-size: 38px; line-height: 1; color: #fff; }
.bh-isik__ok { position: absolute; top: 50%; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; transform: translateY(-50%); }
.bh-isik__ok--geri { left: 16px; }
.bh-isik__ok--geri .bh-ikon { transform: rotate(180deg); }
.bh-isik__ok--ileri { right: 16px; }
.bh-luka__kutu { position: relative; max-width: 700px; }
.bh-luka__kutu img { max-height: 86vh; width: auto; border-radius: 6px; }
.bh-luka__kapat { top: -44px; right: 0; }

/* ---------- Duyarlı düzen ---------- */
@media (max-width: 1100px) {
   .bh-ust__ic { gap: 22px; }
   .bh-destek { display: none; }
   .bh-menu__oge > a { padding: 0 11px; font-size: 12px; }
   .bh-menu__oge:last-child { margin-left: 8px; }
   .bh-menu__oge:last-child > a { min-width: 110px; padding: 0 10px; font-size: 17px; }
}

@media (max-width: 991px) {
   .bh-ustbar__linkler, .bh-dil { display: none; }
   .bh-ustbar__ic { justify-content: center; }
   .bh-ustbar__kampanya { background: none; padding: 0; font-size: 12px; }
   .bh-ustbar__kampanya span { overflow: hidden; text-overflow: ellipsis; }
   .bh-ustbar__sag { display: none; }

   .bh-ust { position: sticky; top: 0; box-shadow: 0 1px 0 var(--bh-cizgi); }
   .bh-ust__ic { min-height: 64px; gap: 12px; flex-wrap: wrap; }
   .bh-marka { margin: 0 auto; }
   .bh-marka img { max-height: 42px; }
   .bh-marka__ad { font-size: 24px; }
   .bh-tetik { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 0 8px; }
   .bh-tetik span { display: block; height: 2px; background: var(--bh-lacivert); border-radius: 2px; }
   .bh-ara-tetik { display: grid; place-items: center; width: 40px; height: 40px; color: var(--bh-lacivert); }
   .bh-ust__araclar { display: none; }
   .bh-ust .bh-ara { display: none; order: 5; flex-basis: 100%; max-width: none; margin-bottom: 12px; }
   .bh-ust.is-ara-acik .bh-ara { display: block; }
   .bh-menu { display: none; }

   .bh-izgara { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
   .bh-alt__bant-ic { grid-template-columns: 1fr; gap: 14px; }
   .bh-alt__izgara { grid-template-columns: repeat(2, minmax(0, 1fr)); }
   .bh-bolum { padding: 40px 0; }
}

@media (max-width: 599px) {
   .bh-kutu { padding: 0 14px; }
   .bh-izgara { gap: 12px; }
   .bh-kart__govde { flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 10px; }
   .bh-kart__ad { font-size: 15px; }
   .bh-kart__kat { font-size: 10px; }
   .bh-kart__fiyat { text-align: left; }
   .bh-kart__fiyat b { font-size: 18px; }
   .bh-kart__alt { margin: 0 10px 10px; }
   .bh-bolumbas h2 { font-size: 20px; }
   .bh-sayfabas h1, .bh-sayfabas__ust { font-size: 18px; }
   .bh-alt__izgara { grid-template-columns: 1fr; gap: 6px; }
   .bh-sabit { right: 12px; bottom: 12px; }
   .bh-sabit a { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
   *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
