@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700;800&display=swap");

/* =====================================================================
   Bahar Otomotiv — modern tema (2026)
   Düzen Scripts/AC_RunActiveContent.js tarafından eski tablo
   işaretlemesinden kurulur; içerik değiştirilmez.
   ===================================================================== */

:root {
	--kirmizi: #e13535;
	--kirmizi-koyu: #b8242a;
	--kirmizi-acik: #fdecec;
	--koyu: #16181d;
	--koyu-2: #22252c;
	--metin: #1c1e24;
	--metin-2: #4b5060;
	--soluk: #7a8091;
	--cizgi: #e6e7eb;
	--zemin: #f4f5f7;
	--radius: 18px;
	--golge: 0 1px 2px rgba(22, 24, 29, .05), 0 8px 26px rgba(22, 24, 29, .08);
	--golge-buyuk: 0 22px 50px rgba(22, 24, 29, .2);
	--genislik: 1160px;
	--font: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--baslik-font: "Barlow Condensed", "Barlow", system-ui, sans-serif;
}

/* ---------- JS kurulumu bitene kadar eski tabloyu gizle ---------- */
html.bh-js #Table_01 { opacity: 0; animation: bhYedek 0s linear 2.5s forwards; }
@keyframes bhYedek { to { opacity: 1; } } /* JS çalışmazsa eski düzen yine görünür */

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.bh-hazir body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	color: var(--metin);
	background: var(--zemin);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
html.bh-hazir body, html.bh-hazir td, html.bh-hazir th { font-family: var(--font); font-size: inherit; }
html.bh-hazir img { max-width: 100%; height: auto; border: 0; }
html.bh-hazir ::selection { background: var(--kirmizi); color: #fff; }
html.bh-hazir :focus-visible { outline: 2px solid var(--kirmizi); outline-offset: 3px; }

.bh-kap { width: 100%; max-width: var(--genislik); margin: 0 auto; padding: 0 24px; }

/* =====================================================================
   HEADER
   ===================================================================== */
.bh-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid var(--cizgi);
	transition: box-shadow .3s ease;
}
.bh-header.bh-kaydi { box-shadow: 0 10px 30px rgba(22, 24, 29, .08); }
.bh-header::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--kirmizi), var(--kirmizi-koyu)); }
.bh-header .bh-kap { display: flex; align-items: center; gap: 24px; height: 78px; }

a.bh-logo, a.bh-logo:link, a.bh-logo:visited, a.bh-logo:hover {
	display: inline-flex; align-items: center; gap: 12px;
	color: var(--koyu);
	text-decoration: none;
	white-space: nowrap;
}
a.bh-logo b {
	font-family: var(--baslik-font);
	font-size: 34px; font-weight: 800; letter-spacing: .08em; line-height: 1;
}
a.bh-logo span {
	padding-left: 12px;
	border-left: 2px solid var(--kirmizi);
	font-family: var(--baslik-font);
	font-size: 20px; font-weight: 600; letter-spacing: .28em; line-height: 1;
	color: var(--kirmizi);
}

.bh-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.bh-nav a, .bh-nav a:link, .bh-nav a:visited {
	position: relative;
	display: block;
	padding: 10px 14px;
	font-size: 15.5px; font-weight: 600;
	color: var(--metin-2);
	text-decoration: none;
	border-radius: 10px;
	transition: color .2s ease, background-color .2s ease;
}
.bh-nav a::after {
	content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px;
	height: 2px; border-radius: 2px; background: var(--kirmizi);
	transform: scaleX(0); transition: transform .25s ease;
}
.bh-nav a:hover { color: var(--kirmizi); background: var(--kirmizi-acik); }
.bh-nav a.bh-aktif, .bh-nav a.bh-aktif:visited { color: var(--kirmizi); }
.bh-nav a.bh-aktif::after { transform: scaleX(1); }

.bh-menu-btn {
	display: none;
	margin-left: auto;
	width: 46px; height: 46px; padding: 0;
	background: var(--zemin); border: 0; border-radius: 12px;
	cursor: pointer;
	position: relative;
}
.bh-menu-btn span, .bh-menu-btn span::before, .bh-menu-btn span::after {
	position: absolute; left: 50%; width: 20px; height: 2px; margin-left: -10px;
	background: var(--koyu); border-radius: 2px; content: "";
	transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.bh-menu-btn span { top: 50%; margin-top: -1px; }
.bh-menu-btn span::before { top: -6px; left: 0; margin-left: 0; }
.bh-menu-btn span::after { top: 6px; left: 0; margin-left: 0; }
.bh-menu-acik .bh-menu-btn span { background: transparent; }
.bh-menu-acik .bh-menu-btn span::before { top: 0; transform: rotate(45deg); }
.bh-menu-acik .bh-menu-btn span::after { top: 0; transform: rotate(-45deg); }

/* =====================================================================
   HERO (anasayfa)
   ===================================================================== */
.bh-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(800px 400px at 0% 0%, rgba(255, 255, 255, .08), transparent 60%),
		linear-gradient(125deg, #1c1e24 0%, #2a1416 55%, #7d1a1e 100%);
	isolation: isolate;
}
.bh-hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 2px, transparent 2px 22px);
}
.bh-hero .bh-kap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 56px;
	padding-top: 72px; padding-bottom: 80px;
}
.bh-hero h1 {
	margin: 0 0 18px;
	font-family: var(--baslik-font);
	font-size: clamp(38px, 4.6vw, 60px);
	font-weight: 800; line-height: 1.02; letter-spacing: .01em;
	text-transform: uppercase;
}
.bh-hero h1 em { font-style: normal; color: var(--kirmizi); }
.bh-hero p {
	margin: 0 0 30px;
	max-width: 520px;
	font-size: 18px; line-height: 1.6;
	color: rgba(255, 255, 255, .75);
}
.bh-hero-cizgi { display: block; width: 64px; height: 4px; margin-bottom: 26px; background: var(--kirmizi); border-radius: 4px; }
.bh-hero-gorsel {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
	transform: rotate(1.2deg);
	transition: transform .5s ease;
}
.bh-hero-gorsel:hover { transform: rotate(0); }
.bh-hero-gorsel::after {
	content: ""; position: absolute; inset: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
	border-radius: inherit;
}
.bh-hero-gorsel img { display: block; width: 100%; height: auto; }

/* İç sayfa başlığı */
.bh-baslik {
	position: relative;
	color: #fff;
	background: linear-gradient(125deg, #1c1e24 0%, #2a1416 60%, #7d1a1e 100%);
	overflow: hidden;
	isolation: isolate;
}
.bh-baslik::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 2px, transparent 2px 22px);
}
.bh-baslik .bh-kap { padding-top: 46px; padding-bottom: 46px; }
.bh-baslik h1 {
	margin: 0;
	font-family: var(--baslik-font);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 800; line-height: 1.05; letter-spacing: .02em;
	text-transform: uppercase;
}
.bh-baslik h1::before {
	content: ""; display: block; width: 48px; height: 4px; margin-bottom: 14px;
	background: var(--kirmizi); border-radius: 4px;
}

/* =====================================================================
   İÇERİK
   ===================================================================== */
.bh-main { padding: 48px 0 72px; }
.bh-kart {
	padding: 40px 44px;
	background: #fff;
	border: 1px solid var(--cizgi);
	border-radius: var(--radius);
	box-shadow: var(--golge);
	color: var(--metin-2);
	overflow-wrap: anywhere;
}
.bh-kart p { margin: 0 0 1em; }
.bh-kart p:last-child { margin-bottom: 0; }
.bh-kart strong { color: var(--metin); }
.bh-kart table { width: 100%; border-collapse: collapse; }
.bh-kart td { padding: 0; }
.bh-kart a, .bh-kart a:link, .bh-kart a:visited { color: var(--kirmizi); text-decoration: none; }
.bh-kart a:hover { color: var(--kirmizi-koyu); }

/* Madde listeleri -> çipler */
.bh-kart ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 12px;
	margin: 22px 0 28px; padding: 0;
	list-style: none;
}
.bh-kart ul li {
	position: relative;
	padding: 16px 18px 16px 52px;
	font-family: var(--baslik-font);
	font-size: 19px; font-weight: 700; letter-spacing: .04em;
	color: var(--metin);
	background: var(--zemin);
	border: 1px solid var(--cizgi);
	border-radius: 14px;
	transition: border-color .2s ease, transform .25s ease, box-shadow .25s ease;
}
.bh-kart ul li::before {
	content: "";
	position: absolute; left: 16px; top: 50%;
	width: 24px; height: 24px; margin-top: -12px;
	border-radius: 50%;
	background: var(--kirmizi) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.bh-kart ul li:hover { border-color: var(--kirmizi); transform: translateY(-2px); box-shadow: var(--golge); }

.sayfa-hakkimizda p br, .sayfa-hizmetlerimiz p br { display: none; }

.bh-vurgu {
	margin: 28px 0 0 !important;
	padding: 20px;
	text-align: center;
	font-family: var(--baslik-font);
	font-size: 24px; letter-spacing: .03em;
	color: var(--kirmizi) !important;
	background: var(--kirmizi-acik);
	border-radius: 14px;
}
.bh-vurgu strong, .bh-vurgu em { color: inherit; font-style: normal; }

/* Anasayfa görselleri */
.sayfa-anasayfa > p:first-child { display: grid; gap: 18px; margin: 0; }
.sayfa-anasayfa > p:first-child br { display: none; }
.sayfa-anasayfa > p:first-child img { display: block; width: 100%; height: auto; border-radius: 14px; }
.sayfa-anasayfa > p:first-child img + img { border: 1px solid var(--cizgi); }

/* DİKKAT kutusu */
.bh-uyari {
	position: relative;
	margin-top: 32px;
	padding: 30px 32px 30px 104px;
	color: #5a1d1f;
	background: linear-gradient(135deg, #fff5f5 0%, #fdecec 100%);
	border: 1px solid #f6cfcf;
	border-radius: var(--radius);
}
.bh-uyari::before {
	content: "!";
	position: absolute; left: 30px; top: 30px;
	width: 50px; height: 50px;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--baslik-font); font-size: 32px; font-weight: 800;
	color: #fff; background: var(--kirmizi); border-radius: 14px;
	box-shadow: 0 10px 20px rgba(225, 53, 53, .35);
}
.bh-uyari p { text-align: left !important; font-size: 16.5px; line-height: 1.7; }
.bh-uyari p:first-child { margin-bottom: 8px; font-family: var(--baslik-font); font-size: 26px; letter-spacing: .04em; }
.bh-uyari p:first-child strong { color: var(--kirmizi); }
.bh-uyari p br { display: none; }
.bh-uyari p + p { padding-top: 12px; border-top: 1px dashed #f0bcbc; }

/* Hizmetlerimiz: bağlantı kartları */
.bh-linkler {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 14px;
	margin-top: 34px; padding-top: 30px;
	border-top: 1px solid var(--cizgi);
}
.bh-linkler a, .bh-linkler a:link, .bh-linkler a:visited {
	position: relative;
	display: flex; align-items: center;
	min-height: 72px;
	padding: 16px 52px 16px 20px;
	font-weight: 600; line-height: 1.35;
	color: var(--metin);
	background: #fff;
	border: 1px solid var(--cizgi);
	border-radius: 14px;
	transition: border-color .2s ease, box-shadow .25s ease, transform .25s ease, color .2s ease;
}
.bh-linkler a::after {
	content: "";
	position: absolute; right: 18px; top: 50%;
	width: 22px; height: 22px; margin-top: -11px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e13535' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform .25s ease;
}
.bh-linkler a:hover { color: var(--kirmizi); border-color: var(--kirmizi); box-shadow: var(--golge); transform: translateY(-2px); }
.bh-linkler a:hover::after { transform: translate(2px, -2px); }

/* Sigorta şirketleri logoları */
.bh-logolar {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 16px;
}
.bh-logolar a, .bh-logolar a:link, .bh-logolar a:visited {
	display: flex; align-items: center; justify-content: center;
	height: 130px;
	background: #fff;
	border: 1px solid var(--cizgi);
	border-radius: 16px;
	transition: border-color .2s ease, box-shadow .3s ease, transform .3s ease;
}
.bh-logolar a:hover { border-color: transparent; box-shadow: var(--golge-buyuk); transform: translateY(-4px); }
.bh-logolar span {
	display: block;
	background-image: url("../images/sigortasirketleri.jpg");
	background-repeat: no-repeat;
	filter: grayscale(1);
	opacity: .85;
	transform: scale(1.3);
	transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}
.bh-logolar a:hover span { filter: none; opacity: 1; transform: scale(1.42); }

/* Galeri */
.bh-galeri {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}
.bh-galeri a {
	position: relative;
	display: block;
	aspect-ratio: 700 / 453;
	overflow: hidden;
	border-radius: 14px;
	background: var(--zemin);
	cursor: zoom-in;
	isolation: isolate;
}
.bh-galeri a img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bh-galeri a::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(22, 24, 29, .5)) , url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5M11 8v6M8 11h6'/%3E%3C/svg%3E") right 14px bottom 14px / 26px no-repeat;
	opacity: 0; transition: opacity .3s ease;
}
.bh-galeri a:hover img { transform: scale(1.06); }
.bh-galeri a:hover::after { opacity: 1; }

/* Lightbox */
.bh-lightbox {
	position: fixed; inset: 0; z-index: 1000;
	display: flex; align-items: center; justify-content: center;
	padding: 60px 70px;
	background: rgba(12, 13, 16, .92);
	opacity: 0; visibility: hidden;
	transition: opacity .3s ease, visibility 0s linear .3s;
}
.bh-lightbox.bh-acik { opacity: 1; visibility: visible; transition: opacity .3s ease, visibility 0s; }
.bh-lightbox img {
	max-width: 100%; max-height: 100%;
	border-radius: 12px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
	transform: scale(.96); transition: transform .35s ease;
}
.bh-lightbox.bh-acik img { transform: none; }
.bh-lightbox button {
	position: absolute;
	width: 50px; height: 50px; padding: 0;
	color: #fff; font-size: 26px; line-height: 1;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color .2s ease;
}
.bh-lightbox button:hover { background: var(--kirmizi); border-color: var(--kirmizi); }
.bh-lb-kapat { top: 18px; right: 18px; }
.bh-lb-onceki { left: 14px; top: 50%; margin-top: -25px; }
.bh-lb-sonraki { right: 14px; top: 50%; margin-top: -25px; }

/* Referans (hazırlanıyor) */
.sayfa-referans { padding: 70px 30px; text-align: center; font-size: 20px; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.bh-footer { color: rgba(255, 255, 255, .7); background: var(--koyu); }
.bh-footer::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--kirmizi), var(--kirmizi-koyu)); }
.bh-footer .bh-kap {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 40px;
	padding-top: 40px; padding-bottom: 40px;
}
.bh-footer a.bh-logo, .bh-footer a.bh-logo:link, .bh-footer a.bh-logo:visited { color: #fff; }
.bh-footer a.bh-logo b { font-size: 28px; }
.bh-footer a.bh-logo span { font-size: 17px; }
.bh-iletisim { display: flex; flex-wrap: wrap; gap: 14px 30px; font-size: 16px; }
.bh-iletisim > span, .bh-iletisim > a { display: inline-flex; align-items: center; gap: 12px; }
.bh-iletisim a, .bh-iletisim a:link, .bh-iletisim a:visited { color: #fff; text-decoration: none; font-weight: 600; }
.bh-iletisim a:hover { color: var(--kirmizi); }
.bh-ikon {
	flex: 0 0 auto;
	width: 40px; height: 40px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .06) center / 18px no-repeat;
}
.bh-ikon-konum { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e13535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-7.2 7-12.5A7 7 0 0 0 5 9.5C5 14.8 12 22 12 22z'/%3E%3Ccircle cx='12' cy='9.5' r='2.5'/%3E%3C/svg%3E"); }
.bh-ikon-tel { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e13535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }

/* Yukarı çık */
.bh-yukari {
	position: fixed; right: 22px; bottom: 22px; z-index: 90;
	width: 48px; height: 48px; padding: 0;
	background: var(--kirmizi) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15l6-6 6 6'/%3E%3C/svg%3E") center / 22px no-repeat;
	border: 0; border-radius: 50%;
	box-shadow: 0 12px 26px rgba(225, 53, 53, .4);
	cursor: pointer;
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s, background-color .2s ease;
}
.bh-yukari.bh-gorunur { opacity: 1; visibility: visible; transform: none; transition: opacity .3s ease, transform .3s ease, visibility 0s; }
.bh-yukari:hover { background-color: var(--koyu); }

/* Belirme animasyonu */
.bh-belir { animation: bhBelir .6s ease both; }
@keyframes bhBelir { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
	.bh-menu-btn { display: block; }
	.bh-nav {
		position: absolute; top: 100%; left: 0; right: 0;
		display: block;
		margin: 0; padding: 10px 16px 18px;
		background: #fff;
		border-bottom: 1px solid var(--cizgi);
		box-shadow: 0 24px 40px rgba(22, 24, 29, .12);
		opacity: 0; visibility: hidden; transform: translateY(-8px);
		transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
	}
	.bh-menu-acik .bh-nav { opacity: 1; visibility: visible; transform: none; transition: opacity .25s ease, transform .25s ease, visibility 0s; }
	.bh-nav a, .bh-nav a:link, .bh-nav a:visited { padding: 14px 10px; font-size: 17px; border-bottom: 1px solid var(--cizgi); border-radius: 0; }
	.bh-nav a:last-child { border-bottom: 0; }
	.bh-nav a::after { display: none; }
	.bh-nav a.bh-aktif { background: var(--kirmizi-acik); border-radius: 10px; }

	.bh-hero .bh-kap { grid-template-columns: 1fr; gap: 36px; padding-top: 48px; padding-bottom: 56px; }
	.bh-hero-gorsel { transform: none; }
}

@media (max-width: 640px) {
	html.bh-hazir body { font-size: 16px; }
	.bh-kap { padding: 0 16px; }
	.bh-header .bh-kap { height: 66px; }
	a.bh-logo b { font-size: 27px; }
	a.bh-logo span { font-size: 15px; letter-spacing: .2em; padding-left: 10px; }
	.bh-hero p { font-size: 16.5px; }
	.bh-baslik .bh-kap { padding-top: 34px; padding-bottom: 34px; }
	.bh-main { padding: 22px 0 48px; }
	.bh-kart { padding: 24px 20px; border-radius: 16px; }
	.bh-kart ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.bh-kart ul li { padding: 12px 12px 12px 44px; font-size: 16px; }
	.bh-kart ul li::before { left: 12px; width: 22px; height: 22px; margin-top: -11px; }
	.bh-uyari { padding: 88px 20px 22px; }
	.bh-uyari::before { left: 20px; top: 22px; }
	.bh-uyari p:first-child { font-size: 22px; }
	.bh-logolar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.bh-logolar a { height: 116px; }
	.bh-galeri { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.bh-galeri a { border-radius: 10px; }
	.bh-lightbox { padding: 70px 12px; }
	.bh-lb-onceki, .bh-lb-sonraki { top: auto; bottom: 14px; margin-top: 0; }
	.bh-lb-onceki { left: calc(50% - 60px); }
	.bh-lb-sonraki { right: calc(50% - 60px); }
	.bh-footer .bh-kap { flex-direction: column; align-items: flex-start; }
	.bh-iletisim { flex-direction: column; }
}

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