/* EfeGarage — ZF-inspired homepage & global theme */

:root {
	--zf-blue: #0058a3;
	--zf-blue-dark: #003d73;
	--zf-blue-light: #e8f2fc;
	--zf-navy: #0b1d3a;
	--zf-text: #1a2b3c;
	--zf-muted: #5c6b7a;
	--zf-white: #ffffff;
	--zf-border: #d8e3ef;
	--zf-header: #0057b7;
	--zf-footer: #0057b7;
	--zf-footer-deep: #00458f;
	--zf-footer-text: #dcebfc;
	--zf-footer-accent: #9cc8f5;
	--efegarage-primary: var(--zf-blue);
	--efegarage-dark: var(--zf-navy);
	--efegarage-muted: var(--zf-muted);
	/* Ana sayfa + blog listesi + yazı kapakları aynı kırpma oranı */
	--efegarage-blog-media-ratio: 16 / 9;
	/* Tüm iç sayfa hero bantları — ortak metin hizası */
	--efegarage-page-hero-pad-x: 24px;
	--efegarage-page-hero-pad-top: clamp(2.75rem, 6vw, 4.5rem);
	--efegarage-page-hero-pad-bottom: clamp(2.5rem, 5vw, 4rem);
	--efegarage-page-hero-max: 1440px;
	--efegarage-page-hero-title: clamp(2rem, 4vw, 2.9rem);
	--efegarage-page-hero-text-max: 600px;
	--efegarage-page-hero-kicker-gap: 0.55rem;
	--efegarage-page-hero-title-gap: 0.8rem;
	--efegarage-page-hero-text-gap: 1.5rem;
}

body {
	font-family: "Segoe UI", "Inter", system-ui, -apple-system, sans-serif;
	color: var(--zf-text);
}

/* Header — ZF navy bar (matches logo #0057b7) */
.site-header,
#ast-desktop-header,
#ast-mobile-header,
.ast-main-header-wrap,
.main-header-bar-wrap,
.ast-primary-header-bar,
.main-header-bar,
.site-primary-header-wrap,
.ast-builder-grid-row-container {
	background: var(--zf-header) !important;
	border-bottom: 1px solid var(--zf-header) !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.main-header-menu .menu-link,
.ast-header-custom-item a,
.ast-builder-menu .menu-item > .menu-link {
	color: #ffffff !important;
	font-weight: 500;
}

.main-header-menu .menu-link:hover,
.ast-builder-menu .menu-item > .menu-link:hover {
	color: #cfe0f5 !important;
}

.site-header .efegarage-brand-name {
	color: #ffffff !important;
}

/* Mobile menu toggle contrast on navy header */
.ast-mobile-menu-buttons-fill.ast-button-wrap .ast-mobile-menu-trigger-fill,
.ast-header-navigation-wrap .ast-mobile-menu-trigger-minimal,
.site-header .menu-toggle {
	color: #ffffff !important;
}

.site-header .menu-toggle .ast-mobile-svg {
	fill: #ffffff !important;
}

/* Mobile dropdown menu — navy background so white links stay readable */
#ast-mobile-header .ast-mobile-header-content,
#ast-mobile-header #ast-hf-mobile-menu,
#ast-mobile-header .main-navigation,
#ast-mobile-header .main-header-menu,
#ast-mobile-header .main-header-menu .menu-item {
	background-color: var(--zf-header) !important;
}

#ast-mobile-header .main-header-menu .menu-link {
	color: #ffffff !important;
}

#ast-mobile-header .main-header-menu .menu-item {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

#ast-mobile-header .main-header-menu .menu-link:hover,
#ast-mobile-header .main-header-menu .current-menu-item > .menu-link {
	background-color: rgba(255, 255, 255, 0.12) !important;
	color: #ffffff !important;
}

/* Always-on horizontal menu — keep desktop header on every screen */
#ast-desktop-header {
	display: block !important;
}

#ast-mobile-header {
	display: none !important;
}

/* Sub-desktop / yarım ekran: yatay menü satır kaymasın — hamburger'a geç */
@media (max-width: 1100px) {
	#ast-desktop-header .site-header-primary-section-right {
		display: none !important;
	}

	#ast-desktop-header .ast-builder-grid-row {
		grid-template-columns: 1fr !important;
		justify-items: start !important;
	}

	#ast-desktop-header .site-header-primary-section-left {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: flex-start !important;
	}

	/* Marka satırı — logo + isim her zaman tek satır */
	#ast-desktop-header .site-branding .site-title a {
		display: inline-flex !important;
		align-items: center !important;
		gap: 0.5rem !important;
		flex-wrap: nowrap !important;
	}

	.site-header .efegarage-brand-name {
		white-space: nowrap !important;
		font-size: 0.95rem !important;
		letter-spacing: 0.04em !important;
	}

	.efegarage-brand-zf-logo {
		width: 30px;
		height: 30px;
	}

	#ast-desktop-header .site-primary-header-wrap.ast-container {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.efegarage-drawer-toggle {
		display: inline-flex !important;
	}
}

@media (min-width: 1101px) {
	#ast-desktop-header .main-header-menu,
	#ast-desktop-header .ast-builder-menu,
	#ast-desktop-header .ast-builder-menu > .menu-item {
		flex-wrap: nowrap !important;
	}

	#ast-desktop-header .ast-builder-menu .menu-link {
		white-space: nowrap !important;
	}
}

@media (max-width: 480px) {
	.site-header .efegarage-brand-name {
		font-size: 0.8rem !important;
		letter-spacing: 0.03em !important;
	}

	.efegarage-brand-zf-logo {
		width: 26px;
		height: 26px;
	}
}

/* ===== Mobil drawer menü ===== */

/* Hamburger butonu — JS onu header'ın içine taşır, sağa hizalanır */
#ast-desktop-header .site-primary-header-wrap {
	position: relative;
}

.efegarage-drawer-toggle {
	display: none;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	cursor: pointer;
	z-index: 5;
}

.efegarage-drawer-toggle span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.efegarage-drawer-open .efegarage-drawer-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.efegarage-drawer-open .efegarage-drawer-toggle span:nth-child(2) {
	opacity: 0;
}

body.efegarage-drawer-open .efegarage-drawer-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Arka plan karartması */
.efegarage-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(4, 16, 38, 0.55);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 99998;
}

body.efegarage-drawer-open .efegarage-drawer-overlay {
	opacity: 1;
	pointer-events: auto;
}

body.efegarage-drawer-open {
	overflow: hidden;
}

/* Panel */
.efegarage-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(320px, 84vw);
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, var(--zf-header, #0057b7) 0%, var(--zf-blue-dark, #003d73) 100%);
	transform: translateX(-105%);
	transition: transform 0.28s ease;
	z-index: 99999;
	box-shadow: 12px 0 40px rgba(0, 0, 0, 0.25);
}

body.efegarage-drawer-open .efegarage-drawer {
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.efegarage-drawer,
	.efegarage-drawer-overlay {
		transition: none;
	}
}

.efegarage-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.efegarage-drawer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.efegarage-drawer-close {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.efegarage-drawer-nav {
	flex: 1;
	overflow-y: auto;
	padding: 0.5rem 0;
}

.efegarage-drawer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efegarage-drawer-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.efegarage-drawer-menu a {
	display: block;
	padding: 0.9rem 1.35rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.efegarage-drawer-menu a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.efegarage-drawer-menu .current-menu-item > a {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	box-shadow: inset 3px 0 0 var(--zf-footer-accent, #9cc8f5);
}

.efegarage-drawer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 1rem 1.1rem calc(1rem + env(safe-area-inset-bottom, 0px));
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background: #fff;
	color: var(--zf-header);
	font-weight: 700;
	text-decoration: none;
}

.efegarage-drawer-cta svg {
	width: 16px;
	height: 16px;
}

/* Hamburger ≤1100px görünür (yarım ekranda menü satır kaymasını önler). */
@media (max-width: 1100px) {
	.efegarage-drawer-toggle {
		display: inline-flex;
	}
}

/* Footer — ZF blue (#0057b7), matches the header */
.site-footer {
	background: var(--zf-footer) !important;
	color: var(--zf-footer-text) !important;
}

.site-footer a {
	color: #ffffff !important;
}

/* Wider container for the top navbar (header) */
.site-header .ast-container {
	max-width: 1440px !important;
}

html {
	scroll-behavior: smooth;
}

/* Redesigned footer content */
.efegarage-footer {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, var(--zf-footer) 0%, #004fa6 100%);
	color: var(--zf-footer-text);
	padding: 3.5rem 2rem 1.5rem;
	border-top: 3px solid rgba(255, 255, 255, 0.18);
}

/* Faint ZF watermark, bottom-left like the design */
.efegarage-footer::before {
	content: "ZF";
	position: absolute;
	left: -1.5rem;
	bottom: -4rem;
	font-size: 22rem;
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.045);
	pointer-events: none;
}

.efegarage-footer-inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.7fr 1fr 1.25fr 1.35fr;
	gap: 0;
}

.efegarage-footer-col {
	padding: 0 2.25rem;
}

.efegarage-footer-col:first-child {
	padding-left: 0;
}

.efegarage-footer-col:last-child {
	padding-right: 0;
}

.efegarage-footer-col + .efegarage-footer-col {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.efegarage-footer-col h3 {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 1.4rem;
	position: relative;
	padding-bottom: 0.9rem;
}

.efegarage-footer-col h3::after {
	content: "";
	position: absolute;
	left: 3.35rem;
	bottom: 0;
	width: 34px;
	height: 3px;
	background: var(--zf-footer-accent);
	border-radius: 2px;
}

.efegarage-footer-h-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
}

.efegarage-footer-h-ico svg {
	width: 21px;
	height: 21px;
	color: #ffffff;
}

.efegarage-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efegarage-footer-col li {
	margin-bottom: 0.9rem;
	line-height: 1.5;
	font-size: 0.95rem;
}

.efegarage-footer-col a {
	color: var(--zf-footer-text);
	text-decoration: none;
	transition: color 0.15s ease;
}

.efegarage-footer-col a:hover {
	color: #ffffff;
}

/* Quick links with chevrons */
.efegarage-footer-links li {
	margin-bottom: 1.15rem;
}

.efegarage-footer-links li a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.efegarage-footer-chev {
	display: inline-flex;
	flex-shrink: 0;
}

.efegarage-footer-chev svg {
	width: 13px;
	height: 13px;
	color: var(--zf-footer-accent);
}

/* Brand column */
.efegarage-footer-logo {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.efegarage-footer-logo img {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.efegarage-footer-brand-title {
	display: flex;
	flex-direction: column;
	font-weight: 800;
	color: #ffffff;
	font-size: 1.45rem;
	line-height: 1.15;
	letter-spacing: 0.02em;
}

.efegarage-footer-brand-title small {
	font-weight: 600;
	font-size: 0.95rem;
	color: #cfe3fa;
	letter-spacing: 0.08em;
}

.efegarage-footer-brand p {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #c9def6;
	margin: 0 0 1.9rem;
	max-width: 38ch;
}

/* Feature badges under the brand text */
.efegarage-footer-badges {
	display: flex;
}

.efegarage-footer-badges li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.6rem;
	margin: 0;
	padding: 0 0.6rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
}

.efegarage-footer-badges li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.efegarage-footer-badge-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.4);
}

.efegarage-footer-badge-ico svg {
	width: 24px;
	height: 24px;
	color: #ffffff;
}

.efegarage-footer-badge-ico img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
}

/* Contact column */
.efegarage-footer-contact li {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	margin-bottom: 1.4rem;
}

.efegarage-footer-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
}

.efegarage-footer-ico svg {
	width: 19px;
	height: 19px;
	color: #ffffff;
}

/* Hours card */
.efegarage-footer-hours {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 14px;
	padding: 0.4rem 1.1rem !important;
}

.efegarage-footer-hours li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin: 0;
	padding: 0.85rem 0;
}

.efegarage-footer-hours li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.efegarage-footer-day {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

.efegarage-footer-day svg {
	width: 17px;
	height: 17px;
	color: var(--zf-footer-accent);
	flex-shrink: 0;
}

.efegarage-footer-hours strong {
	color: #ffffff;
	white-space: nowrap;
}

/* Copyright lives inside the footer; hide Astra's separate bottom bar */
.site-below-footer-wrap {
	display: none !important;
}

/* Bottom bar: copyright | social | support + back-to-top */
.efegarage-footer-bottom {
	position: relative;
	max-width: 1440px;
	margin: 3rem auto 0;
	padding: 1.4rem 0 0.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	font-size: 0.92rem;
	color: #dcebfc;
}

.efegarage-footer-social {
	display: flex;
	gap: 0.7rem;
}

.efegarage-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--zf-footer) !important;
	transition: transform 0.15s ease;
}

.efegarage-footer-social a:hover {
	transform: translateY(-2px);
}

.efegarage-footer-social svg {
	width: 20px;
	height: 20px;
}

.efegarage-footer-social .efegarage-sahibinden-logo {
	width: 22px;
	height: 22px;
	border-radius: 0;
	object-fit: contain;
	display: block;
}

.efegarage-footer-social-sahibinden {
	background: rgba(255, 255, 255, 0.14) !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.efegarage-footer-social-sahibinden:hover {
	background: rgba(255, 255, 255, 0.24) !important;
}

@media (max-width: 1100px) {
	.efegarage-footer-inner {
		grid-template-columns: 1fr 1fr;
		row-gap: 2.75rem;
	}

	.efegarage-footer-col,
	.efegarage-footer-col:first-child,
	.efegarage-footer-col:last-child {
		padding: 0 1.5rem;
	}

	.efegarage-footer-col + .efegarage-footer-col {
		border-left: none;
	}

	.efegarage-footer-col:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.16);
	}
}

/* Mobil: tek sütuna inen footer'ı kompaktlaştır — masaüstü ölçüleri
   (büyük ikon kutuları, geniş boşluklar) telefonda sayfayı aşırı uzatıyor. */
@media (max-width: 640px) {
	.efegarage-footer {
		padding: 1.4rem 1.1rem 0.75rem;
	}

	.efegarage-footer::before {
		display: none;
	}

	.efegarage-footer-inner {
		grid-template-columns: 1fr;
		row-gap: 1.1rem;
	}

	.efegarage-footer-col,
	.efegarage-footer-col:first-child,
	.efegarage-footer-col:last-child {
		padding: 0;
	}

	.efegarage-footer-col:nth-child(even) {
		border-left: none;
	}

	/* Marka bloğu */
	.efegarage-footer-logo {
		gap: 0.6rem;
		margin-bottom: 0.6rem;
	}

	.efegarage-footer-logo img {
		width: 36px;
		height: 36px;
	}

	.efegarage-footer-brand-title {
		font-size: 1rem;
	}

	.efegarage-footer-brand-title small {
		font-size: 0.72rem;
	}

	.efegarage-footer-brand p {
		font-size: 0.82rem;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}

	/* Rozetler: 2x2 kompakt grid */
	.efegarage-footer-badges {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.9rem 0.5rem;
	}

	.efegarage-footer-badges li {
		padding: 0;
		gap: 0.45rem;
		font-size: 0.74rem;
	}

	.efegarage-footer-badges li + li {
		border-left: none;
	}

	.efegarage-footer-badge-ico {
		width: 38px;
		height: 38px;
	}

	.efegarage-footer-badge-ico svg {
		width: 18px;
		height: 18px;
	}

	.efegarage-footer-badge-ico img {
		width: 20px;
		height: 20px;
	}

	/* Bölüm başlıkları */
	.efegarage-footer-col h3 {
		font-size: 0.92rem;
		gap: 0.55rem;
		margin-bottom: 0.7rem;
		padding-bottom: 0.5rem;
	}

	.efegarage-footer-h-ico {
		width: 26px;
		height: 26px;
		border-radius: 7px;
	}

	.efegarage-footer-h-ico svg {
		width: 14px;
		height: 14px;
	}

	.efegarage-footer-col h3::after {
		left: 2.5rem;
	}

	/* Hızlı bağlantılar: iki sütun — liste yarıya kısalır */
	.efegarage-footer-links ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 0.75rem;
	}

	.efegarage-footer-links li {
		margin-bottom: 0.65rem;
	}

	.efegarage-footer-col li {
		font-size: 0.84rem;
		margin-bottom: 0.5rem;
	}

	/* İletişim satırları */
	.efegarage-footer-contact li {
		gap: 0.55rem;
		margin-bottom: 0.6rem;
	}

	.efegarage-footer-ico {
		width: 26px;
		height: 26px;
		border-radius: 7px;
	}

	.efegarage-footer-ico svg {
		width: 14px;
		height: 14px;
	}

	/* Çalışma saatleri kartı */
	.efegarage-footer-hours {
		padding: 0.15rem 0.75rem !important;
	}

	.efegarage-footer-hours li {
		padding: 0.45rem 0;
		font-size: 0.84rem;
	}

	/* Alt bar */
	.efegarage-footer-bottom {
		margin-top: 0.9rem;
		padding-top: 0.75rem;
		gap: 0.5rem;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		font-size: 0.78rem;
	}

	.efegarage-footer-social a {
		width: 34px;
		height: 34px;
	}

	.efegarage-footer-social svg {
		width: 16px;
		height: 16px;
	}

	/* Rozetler mobilde gizli — mesaj zaten marka metninde veriliyor */
	.efegarage-footer-badges {
		display: none;
	}

	/* Akordeon (JS .efegarage-footer-acc sınıfını ekleyince devreye girer;
	   JS yoksa footer açık kalır) */
	.efegarage-footer-acc .efegarage-footer-inner {
		row-gap: 0;
	}

	.efegarage-footer-acc .efegarage-footer-brand {
		margin-bottom: 0.4rem;
	}

	.efegarage-footer-acc .efegarage-footer-col:not(.efegarage-footer-brand) {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.efegarage-footer-acc .efegarage-footer-col:not(.efegarage-footer-brand) h3 {
		margin: 0;
		padding: 0.65rem 0;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		user-select: none;
	}

	/* Başlık altı vurgu çizgisi yerine sağda ok */
	.efegarage-footer-acc .efegarage-footer-col:not(.efegarage-footer-brand) h3::after {
		content: "";
		position: static;
		width: 9px;
		height: 9px;
		margin-left: auto;
		background: none;
		border-right: 2px solid var(--zf-footer-accent);
		border-bottom: 2px solid var(--zf-footer-accent);
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		flex-shrink: 0;
	}

	.efegarage-footer-acc .efegarage-footer-col.is-open h3::after {
		transform: rotate(225deg);
	}

	.efegarage-footer-acc .efegarage-footer-col:not(.efegarage-footer-brand) ul {
		display: none;
		padding-bottom: 0.75rem;
	}

	.efegarage-footer-acc .efegarage-footer-col.is-open ul {
		display: block;
	}

	.efegarage-footer-acc .efegarage-footer-links.is-open ul {
		display: grid;
	}
}

/* Logo */
.site-logo-img,
.custom-logo-link img,
.ast-site-identity .custom-logo {
	max-height: 72px;
	width: auto;
	height: auto;
}

@media (max-width: 768px) {
	.site-logo-img,
	.custom-logo-link img,
	.ast-site-identity .custom-logo {
		max-height: 52px;
	}
}

/* Elementor ZF homepage — hero video background */
.elementor-7 .elementor-element.elementor-element-cc41445.efegarage-zf-hero,
.efegarage-zf-hero.elementor-section {
	position: relative;
	overflow: visible;
	width: 100%;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #ffffff !important;
}

.home #content.site-content,
.home .site-content .ast-container,
.home .elementor-7 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.efegarage-zf-hero > .elementor-background-overlay {
	opacity: 0 !important;
}

.efegarage-zf-hero > .elementor-container {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 100% !important;
	display: block !important;
	z-index: 2;
	pointer-events: none;
}

.efegarage-zf-hero > .elementor-container > .elementor-column {
	pointer-events: none;
	flex: none !important;
}

.efegarage-zf-hero > .elementor-container > .elementor-column:first-child {
	position: absolute !important;
	top: 50% !important;
	left: auto !important;
	right: clamp(1.5rem, 3vw, 2.75rem) !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	width: min(400px, 36%) !important;
	max-width: 400px !important;
	z-index: 3;
	pointer-events: auto;
}

.efegarage-zf-hero > .elementor-container > .elementor-column:last-child {
	display: none !important;
}

.efegarage-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.efegarage-hero-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}

.efegarage-zf-hero--has-video.elementor-section,
.efegarage-zf-hero--has-video > .elementor-background-slideshow,
.efegarage-zf-hero--has-video > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.efegarage-zf-hero--has-video.elementor-section:not(.elementor-motion-effects-element-type-background) {
	background-color: #ffffff !important;
	background-image: none !important;
}

.efegarage-zf-hero--has-video::after {
	display: none;
}

.efegarage-zf-hero.elementor-section .elementor-background,
.efegarage-zf-hero.elementor-section > .elementor-background-overlay + .elementor-container,
.efegarage-zf-hero,
.efegarage-zf-hero > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.efegarage-zf-hero.elementor-section:not(.elementor-motion-effects-element-type-background) {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

/* Elementor 3.x background layer */
.efegarage-zf-hero > .elementor-background-slideshow,
.efegarage-zf-hero .elementor-background-overlay {
	pointer-events: none;
}

.efegarage-zf-hero .elementor-background-overlay {
	background-color: rgba(11, 29, 58, 0.22) !important;
}

.efegarage-zf-hero .elementor-column:first-child .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: #fbfcfe;
	padding: 2rem 1.85rem;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.20);
	max-width: 400px;
	position: relative;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Kartın sağ üst köşesindeki kapatma (×) butonu — hero-card-close.js ekler */
.efegarage-hero-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: rgba(11, 29, 58, 0.06);
	border: 1px solid rgba(11, 29, 58, 0.10);
	border-radius: 999px;
	color: var(--zf-muted, #5c6b7a);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.efegarage-hero-close:hover {
	background: rgba(11, 29, 58, 0.12);
	color: var(--zf-navy, #0b1d3a);
}

.efegarage-zf-hero .elementor-widget-wrap.efegarage-hero-card-hidden {
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
}

/* Hero CTA button — full width, centered inside the card */
.efegarage-zf-hero .elementor-column:first-child .elementor-widget-button {
	margin-top: 0.9rem;
	text-align: center;
}

.efegarage-zf-hero .elementor-column:first-child .elementor-widget-button .elementor-button {
	display: block;
	width: 100%;
	padding: 0.9rem 1.5rem;
	font-size: 1rem;
	text-align: center;
}

/* Small eyebrow label above the hero title */
.efegarage-hero-label {
	display: inline-block;
	align-self: flex-start;
	margin: 0 0 0.85rem;
	padding: 0.3rem 0.8rem;
	background: rgba(0, 87, 183, 0.10);
	color: var(--zf-header, #0057b7);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
}

@media (max-width: 1024px) {
	.efegarage-zf-hero > .elementor-container > .elementor-column:first-child {
		right: 1.25rem !important;
		top: 50% !important;
		bottom: auto !important;
		left: auto !important;
		transform: translateY(-50%) !important;
		width: min(400px, calc(100% - 2rem)) !important;
		max-width: 400px !important;
	}
}

@media (max-width: 600px) {
	.efegarage-zf-hero > .elementor-container > .elementor-column:first-child {
		top: auto !important;
		bottom: 1rem !important;
		left: 1rem !important;
		right: 1rem !important;
		transform: none !important;
		width: auto !important;
		max-width: none !important;
	}

	.efegarage-zf-hero .elementor-column:first-child .elementor-widget-wrap {
		padding: 1.6rem 1.4rem;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efegarage-hero-video {
		opacity: 1;
	}
}

.efegarage-zf-hero h1.elementor-heading-title {
	color: var(--zf-navy) !important;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.efegarage-zf-stats {
	background: var(--zf-white) !important;
}

.efegarage-zf-stats .elementor-icon-box-title {
	color: var(--zf-blue) !important;
	font-weight: 700 !important;
}

.efegarage-zf-stats .elementor-icon-box-description {
	color: var(--zf-muted) !important;
}

/* "ZF Hakkında" bölümü — sade, ortalanmış tanıtım metni
   (içeriği efegarage_filter_home_about_zf üretir) */
.efegarage-zf-stats > .elementor-container {
	max-width: 1180px !important;
}

.efegarage-zf-stats h2.elementor-heading-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: clamp(1.6rem, 2.6vw, 2rem) !important;
	font-weight: 700 !important;
}

.efegarage-zf-stats h2.elementor-heading-title::before {
	content: "Teknoloji Ortağımız";
	display: block;
	color: var(--zf-header, #0057b7);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 0.45rem;
}

.efegarage-zf-stats h2.elementor-heading-title::after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	border-radius: 3px;
	background: var(--zf-header, #0057b7);
	margin-top: 0.65rem;
}

.efegarage-zf-about {
	margin-top: 1.5rem;
}

.efegarage-zf-about-text p {
	color: var(--zf-muted, #5c6b7a);
	font-size: 1.02rem;
	line-height: 1.85;
	margin: 0;
}

/* Sade sürüm: tek parça, geniş ve rahat okunur metin bloğu */
.efegarage-zf-about--plain .efegarage-zf-about-text {
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
}

.efegarage-zf-about--plain .efegarage-zf-about-text p {
	font-size: 1.05rem;
	line-height: 1.95;
}

@media (max-width: 860px) {
	.efegarage-zf-about--plain .efegarage-zf-about-text {
		max-width: 640px;
	}
}

/* Başlık ve kicker da bölümle birlikte ortalanır */
.efegarage-zf-stats:has(.efegarage-zf-about--plain) h2.elementor-heading-title {
	text-align: center !important;
}

.efegarage-zf-stats:has(.efegarage-zf-about--plain) h2.elementor-heading-title::after {
	margin-left: auto;
	margin-right: auto;
}

.efegarage-zf-band {
	background: var(--zf-blue) !important;
}

.efegarage-zf-band .elementor-heading-title,
.efegarage-zf-band .elementor-widget-text-editor,
.efegarage-zf-band p {
	color: var(--zf-white) !important;
}

.efegarage-zf-band .elementor-button {
	background: var(--zf-white) !important;
	color: var(--zf-blue) !important;
	border-radius: 999px !important;
	padding: 0.85rem 2rem !important;
	font-weight: 600 !important;
}

.efegarage-zf-services {
	background: linear-gradient(180deg, #0b1d3a 0%, #122a4a 100%) !important;
}

.efegarage-zf-services .elementor-icon-box-wrapper {
	background: var(--zf-white);
	border-radius: 4px;
	padding: 1.75rem 1.25rem;
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.efegarage-zf-services .elementor-icon-box-wrapper:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.efegarage-zf-services .elementor-icon-box-title {
	color: var(--zf-navy) !important;
}

.efegarage-zf-cta {
	background: var(--zf-blue-light) !important;
}

.efegarage-zf-cta .elementor-widget-wrap {
	background: var(--zf-white);
	border-radius: 4px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 88, 163, 0.08);
}

/* Buttons — ZF pill style */
.elementor-button,
.efegarage-randevu-form__submit {
	background: var(--zf-blue) !important;
	color: var(--zf-white) !important;
	border-radius: 999px !important;
	border: 0 !important;
	font-weight: 600 !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.elementor-button:hover,
.efegarage-randevu-form__submit:hover {
	background: var(--zf-blue-dark) !important;
	transform: translateY(-1px);
}

.entry-title a:hover {
	color: var(--zf-blue);
}

.post-type-archive-service .site-content {
	padding: 1rem;
	max-width: 1100px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.post-type-archive-service .site-content {
		padding: 2rem;
	}
}

/* Front page: full-width Elementor, no extra padding */
.home .site-content {
	padding: 0 !important;
}

.home .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}

/* ===== Ürünler arşivi — kurumsal düzen (hero + geniş grid + CTA) ===== */

/* Tam genişlik: Astra konteyner boşluklarını sıfırla (İletişim/Randevu ile aynı).
   Aynı kurumsal hero düzenini kullanan Blog sayfası da bu kurallara dahil. */
.post-type-archive-product .site-content,
.post-type-archive-product #primary,
.post-type-archive-product .site-main,
.blog .site-content,
.blog #primary,
.blog .site-main,
.single-post .site-content,
.single-post #primary,
.single-post .site-main {
	padding: 0 !important;
	margin: 0 !important;
}

.post-type-archive-product .site-content .ast-container,
.blog .site-content .ast-container,
.single-post .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.post-type-archive-product #masthead,
.blog #masthead,
.single-post #masthead {
	margin-bottom: 0 !important;
}

/* Blog sayfası — kartlar geniş ekranda biraz daha ferah */
.efegarage-blog-wrap .efegarage-blog-grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* ===== Blog detay sayfası — kurumsal, sade makale görünümü ===== */

/* Hero: liste sayfasından biraz daha derli toplu, kart bindirmesi için alt boşluk */
.efegarage-post-hero {
	padding-bottom: clamp(5rem, 9vw, 7rem) !important;
}

.efegarage-post-hero .page-title {
	font-size: clamp(1.6rem, 3vw, 2.3rem);
	max-width: 900px;
	line-height: 1.25;
}

/* Astra'nın "dar konteyner" düzenini bu sayfada etkisiz bırak —
   içerik genişliğini biz yönetiyoruz */
body.single-post.ast-narrow-container .site-content .ast-container,
body.single-post.ast-separate-container .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.single-post .site-content {
	background: #fff !important;
}

body.single-post.ast-separate-container .ast-article-single,
body.single-post.ast-separate-container #primary {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

/* Hero'nun üstüne binen içerik: solda makale kartı, sağda yan sütun */
.efegarage-post-wrap {
	max-width: 1440px;
	margin: -70px auto 0;
	padding: 0 24px clamp(2.5rem, 5vw, 4rem);
	position: relative;
	z-index: 2;
}

.efegarage-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	gap: clamp(1.5rem, 2.5vw, 2.5rem);
	align-items: start;
}

.efegarage-post-card {
	background: #fff;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.14);
	overflow: hidden;
}

/* Astra body'ye overflow-x: hidden veriyor; bu, yan sütundaki position: sticky'yi
   çalışmaz hale getiriyor. clip aynı taşma korumasını verir ama kaydırma kapsayıcısı
   oluşturmaz, böylece sticky yan sütun ekranda sabit kalır. */
body.single-post,
html:has(body.single-post) {
	overflow-x: clip !important;
}

/* Sticky yan sütunun kayacak alanı olsun diye ızgarayı sarmalayıcıya taşıyoruz:
   sol sütun = makale + gezinme + geri dön, sağ sütun = yan sütun (tüm satırları kaplar). */
@media (min-width: 1025px) {
	.efegarage-post-wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
		column-gap: clamp(1.5rem, 2.5vw, 2.5rem);
		align-items: start;
	}

	.efegarage-post-layout {
		display: contents;
	}

	.efegarage-post-card {
		grid-column: 1;
		grid-row: 1;
	}

	.efegarage-post-aside {
		grid-column: 2;
		grid-row: 1 / span 3;
	}

	.efegarage-post-nav {
		grid-column: 1;
		grid-row: 2;
	}

	.efegarage-post-back {
		grid-column: 1;
		grid-row: 3;
	}
}


/* Yan sütun — sayfa kaydırılırken ekranda sabit kalır.
   Yan sütun ekrandan uzunsa kendi içinde kayar; aksi halde olduğu gibi yapışır. */
.efegarage-post-aside {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: sticky;
	top: calc(var(--efegarage-header-height, 96px) + 20px);
	align-self: start;
	max-height: calc(100vh - var(--efegarage-header-height, 96px) - 40px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 29, 58, 0.2) transparent;
	padding-right: 4px;
	/* Kutu gölgeleri kırpılmasın */
	margin-right: -4px;
}

.efegarage-post-aside::-webkit-scrollbar {
	width: 6px;
}

.efegarage-post-aside::-webkit-scrollbar-thumb {
	background: rgba(11, 29, 58, 0.2);
	border-radius: 999px;
}

.efegarage-post-aside::-webkit-scrollbar-track {
	background: transparent;
}

.efegarage-post-widget {
	background: #fff;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.14);
	padding: 1.35rem 1.4rem 1.5rem;
}

.efegarage-post-widget h3 {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--zf-navy, #0b1d3a);
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--zf-blue-light, #e8f2fc);
}

.efegarage-post-recent {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.efegarage-post-recent li + li {
	border-top: 1px solid #f0f4f9;
}

.efegarage-post-recent a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 0;
	text-decoration: none;
}

.efegarage-post-recent-thumb {
	flex-shrink: 0;
	width: 72px;
	height: auto;
	aspect-ratio: var(--efegarage-blog-media-ratio);
	border-radius: 10px;
	overflow: hidden;
	background: var(--zf-blue-light, #e8f2fc);
}

.efegarage-post-recent-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.efegarage-post-recent-noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	font-size: 0.85rem;
	color: var(--zf-header, #0057b7);
}

.efegarage-post-recent-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.efegarage-post-recent-title {
	color: var(--zf-navy, #0b1d3a);
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.efegarage-post-recent a:hover .efegarage-post-recent-title {
	color: var(--zf-header, #0057b7);
}

.efegarage-post-recent-date {
	font-size: 0.76rem;
	color: var(--zf-muted, #5c6b7a);
}

.efegarage-post-widget-all {
	display: inline-block;
	margin-top: 0.85rem;
	color: var(--zf-header, #0057b7);
	font-weight: 600;
	font-size: 0.88rem;
	text-decoration: none;
}

.efegarage-post-widget-all:hover {
	text-decoration: underline;
}

/* Yan sütun CTA kartı */
.efegarage-post-widget--cta {
	background: linear-gradient(160deg, var(--zf-header, #0057b7) 0%, var(--zf-footer-deep, #00458f) 100%);
	border: 0;
}

.efegarage-post-widget--cta h3 {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.efegarage-post-widget--cta p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.efegarage-post-cta-btn {
	display: block;
	text-align: center;
	padding: 0.65rem 1.2rem;
	border-radius: 999px;
	background: #fff;
	color: var(--zf-header, #0057b7);
	font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	transition: transform 0.15s ease;
}

.efegarage-post-cta-btn:hover {
	transform: translateY(-1px);
	color: var(--zf-blue-dark, #003d73);
}

.efegarage-post-cta-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin-top: 0.75rem;
	color: #fff;
	font-weight: 700;
	font-size: 0.98rem;
	text-decoration: none;
}

.efegarage-post-cta-phone svg {
	width: 15px;
	height: 15px;
}

/* Tablet ve altı: yan sütun makalenin altına iner */
@media (max-width: 1024px) {
	.efegarage-post-layout {
		grid-template-columns: 1fr;
	}

	.efegarage-post-aside {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: start;
		max-height: none;
		overflow: visible;
		padding-right: 0;
		margin-right: 0;
	}
}

@media (max-width: 700px) {
	.efegarage-post-aside {
		grid-template-columns: 1fr;
	}
}

.efegarage-post-cover {
	aspect-ratio: var(--efegarage-blog-media-ratio);
	overflow: hidden;
	background: var(--zf-blue-light, #e8f2fc);
}

.efegarage-post-cover img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.efegarage-post-content {
	padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3.5rem);
	color: var(--zf-text, #1a2b3c);
	font-size: 1.07rem;
	line-height: 1.85;
}

.efegarage-post-content > *:first-child {
	margin-top: 0;
}

.efegarage-post-content > *:last-child {
	margin-bottom: 0;
}

.efegarage-post-content h2,
.efegarage-post-content h3 {
	color: var(--zf-navy, #0b1d3a);
	margin: 2rem 0 0.75rem;
	line-height: 1.35;
}

.efegarage-post-content h2 {
	font-size: 1.45rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--zf-blue-light, #e8f2fc);
}

.efegarage-post-content h3 {
	font-size: 1.18rem;
}

.efegarage-post-content p {
	margin: 0 0 1.1rem;
}

.efegarage-post-content ul,
.efegarage-post-content ol {
	margin: 0 0 1.25rem;
	padding-left: 1.4rem;
}

.efegarage-post-content li {
	margin-bottom: 0.45rem;
}

.efegarage-post-content a {
	color: var(--zf-header, #0057b7);
	font-weight: 600;
	text-decoration: none;
}

.efegarage-post-content a:hover {
	text-decoration: underline;
}

.efegarage-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 0.5rem 0 1rem;
}

.efegarage-post-content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.35rem;
	border-left: 4px solid var(--zf-header, #0057b7);
	background: var(--zf-blue-light, #e8f2fc);
	border-radius: 0 12px 12px 0;
	color: var(--zf-navy, #0b1d3a);
	font-style: italic;
}

.efegarage-post-content blockquote p:last-child {
	margin-bottom: 0;
}

/* Önceki / sonraki yazı — sade bağlantı: ok + başlık */
.efegarage-post-nav {
	display: flex;
	justify-content: space-between;
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.efegarage-post-nav-item {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	max-width: 48%;
	text-decoration: none;
}

.efegarage-post-nav-arrow {
	flex: none;
	color: var(--zf-header, #0057b7);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.15s ease;
}

.efegarage-post-nav-prev:hover .efegarage-post-nav-arrow {
	transform: translateX(-3px);
}

.efegarage-post-nav-next:hover .efegarage-post-nav-arrow {
	transform: translateX(3px);
}

.efegarage-post-nav-next {
	margin-left: auto;
	text-align: right;
}

.efegarage-post-nav-title {
	color: var(--zf-navy, #0b1d3a);
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.efegarage-post-nav-item:hover .efegarage-post-nav-title {
	color: var(--zf-header, #0057b7);
	text-decoration: underline;
}

/* Tüm yazılara dön */
.efegarage-post-back {
	margin-top: 1.5rem;
	text-align: center;
}

.efegarage-post-back a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.6rem 1.4rem;
	border-radius: 999px;
	background: var(--zf-blue-light, #e8f2fc);
	color: var(--zf-header, #0057b7);
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.efegarage-post-back a:hover {
	background: var(--zf-header, #0057b7);
	color: #fff;
}

@media (max-width: 640px) {
	.efegarage-post-wrap {
		margin-top: -50px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.efegarage-post-nav {
		grid-template-columns: 1fr;
	}

	.efegarage-post-nav-next {
		grid-column: 1;
		text-align: left;
		margin-left: 0;
	}
}

/* Hero bandı — İletişim/Randevu hero'su ile aynı görsel dil */
.efegarage-products-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--zf-header, #0057b7);
	/* Sağa doğru dengeli koyulaşan degrade: banner'daki kesik ZF'yi yumuşatır;
	   tam ZF amblemi ::after ile filigran olarak ayrıca çizilir. */
	background-image:
		linear-gradient(180deg, rgb(0, 87, 183) 0%, rgba(0, 74, 160, 0.6) 38%, rgba(0, 34, 92, 0.82) 100%),
		url("page-hero-banner.png");
	background-size: cover, cover;
	background-position: center, left bottom;
	background-repeat: no-repeat, no-repeat;
	padding: clamp(2.75rem, 6vw, 4.5rem) 24px clamp(2.5rem, 5vw, 4rem);
}

/* Tam görünen ZF amblemi — sağda beyaz filigran */
.efegarage-products-hero::after {
	content: "";
	position: absolute;
	top: 50%;
	right: clamp(1.5rem, 6vw, 7rem);
	transform: translateY(-50%);
	width: clamp(110px, 13vw, 180px);
	aspect-ratio: 512 / 396;
	background: url("zf-watermark.png") center / contain no-repeat;
	opacity: 0.18;
	pointer-events: none;
	z-index: 0;
}

/* Alt kenarda ince vurgu çizgisi */
.efegarage-products-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--zf-footer-accent, #9cc8f5) 0%, rgba(156, 200, 245, 0.15) 60%, transparent 100%);
	z-index: 1;
}

.efegarage-products-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1440px;
	margin: 0 auto;
}

.efegarage-products-hero-kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--zf-footer-accent, #9cc8f5);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.55rem;
}

.efegarage-products-hero-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--zf-footer-accent, #9cc8f5);
	border-radius: 2px;
}

.efegarage-products-hero .page-title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.9rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0 0 0.8rem;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.efegarage-products-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 0 1.5rem;
}

.efegarage-products-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.efegarage-products-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	background: #fff;
	color: var(--zf-header);
	font-size: 0.85rem;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(0, 20, 60, 0.18);
}

.efegarage-products-hero-badge svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.efegarage-products-hero-badge--soft {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.32);
	font-weight: 600;
	box-shadow: none;
	backdrop-filter: blur(2px);
}

@media (max-width: 768px) {
	.efegarage-products-hero::after {
		width: 120px;
		right: -18px;
		opacity: 0.1;
	}
}

/* İçerik sarmalayıcı — header/footer ile aynı hizada (1440px) */
.efegarage-products-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 2.75rem) 24px clamp(2rem, 4vw, 3rem);
}

/* 3 sütun: az ürünle satırlar tam dolar, kartlar ve görseller büyür.
   Ürün sayısı artınca 4'e çıkarmak için tek satır: repeat(4, ...) */
.efegarage-product-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.75rem;
}

.efegarage-product-grid > .efegarage-product-card {
	width: auto !important;
	max-width: none;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.efegarage-product-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--zf-border);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(11, 29, 58, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.efegarage-product-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 87, 183, 0.35);
	box-shadow: 0 12px 26px rgba(11, 29, 58, 0.12);
}

.efegarage-product-thumb {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--zf-blue-light);
	overflow: hidden;
}

.efegarage-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.efegarage-product-card:hover .efegarage-product-thumb img {
	transform: scale(1.04);
}

/* Varsa ikinci görsel — masaüstünde hover'da yumuşak geçişle görünür */
.efegarage-product-thumb .efegarage-product-img-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

@media (hover: hover) {
	.efegarage-product-thumb .efegarage-product-img-hover {
		transition: opacity 0.35s ease, transform 0.3s ease;
	}

	.efegarage-product-card:hover .efegarage-product-thumb .efegarage-product-img-hover {
		opacity: 1;
	}
}

.efegarage-product-noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	font-weight: 800;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: var(--zf-header);
}

.efegarage-product-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.45rem;
	padding: 1.2rem 1.35rem 1.3rem;
}

.efegarage-product-title {
	font-size: 1.12rem;
	margin: 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}

.efegarage-product-title a {
	color: var(--zf-navy);
	text-decoration: none;
}

.efegarage-product-title a:hover {
	color: var(--zf-header);
}

/* Kart açıklaması — .efegarage-product-desc sınıfı ürün detay sayfasındaki
   "Açıklama bloğu" ile ortak; kart içinde o stiller sıfırlanır */
.efegarage-product-card .efegarage-product-desc {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	color: var(--zf-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Fiyat + Detay aynı satırda, kart tabanına sabit */
.efegarage-product-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 0.65rem;
	border-top: 1px solid #eef2f7;
}

.efegarage-product-price {
	font-weight: 700;
	color: var(--zf-header);
	font-size: 1.12rem;
	white-space: nowrap;
}

.efegarage-product-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-left: auto;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	font-weight: 600;
	font-size: 0.82rem;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}

.efegarage-product-link:hover {
	background: var(--zf-header);
	color: #fff;
}

/* Boş durum */
.efegarage-products-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 3rem 1rem;
	background: #fff;
	border: 1px dashed var(--zf-border);
	border-radius: 14px;
}

.efegarage-products-empty-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-bottom: 0.85rem;
}

.efegarage-products-empty p {
	margin: 0 auto;
	max-width: 460px;
	color: var(--zf-muted);
}

/* Sayfalama */
.efegarage-products-wrap .navigation.pagination {
	margin-top: 2rem;
}

.efegarage-products-wrap .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
}

.efegarage-products-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 0.5rem 0.85rem;
	border: 1px solid var(--zf-border);
	border-radius: 10px;
	background: #fff;
	color: var(--zf-navy);
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.efegarage-products-wrap .page-numbers:hover {
	border-color: var(--zf-header);
	color: var(--zf-header);
}

.efegarage-products-wrap .page-numbers.current {
	background: var(--zf-header);
	border-color: var(--zf-header);
	color: #fff;
}

.efegarage-products-wrap .page-numbers.dots {
	border: 0;
	background: transparent;
}

/* Alt CTA — yuvarlatılmış panel, içerik ortalı (kart diliyle uyumlu) */
.efegarage-products-cta {
	padding: clamp(0.5rem, 1.5vw, 1rem) 24px clamp(2rem, 4vw, 2.75rem);
}

.efegarage-products-cta-inner {
	max-width: 1440px;
	margin: 0 auto;
	background: linear-gradient(90deg, var(--zf-footer-deep, #00458f) 0%, var(--zf-header, #0057b7) 100%);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(11, 29, 58, 0.16);
	padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.35rem;
}

.efegarage-products-cta-text h2 {
	color: #fff;
	font-size: clamp(1.25rem, 2.4vw, 1.6rem);
	font-weight: 700;
	margin: 0 0 0.4rem;
}

.efegarage-products-cta-text p {
	color: rgba(255, 255, 255, 0.88);
	margin: 0 auto;
	max-width: 560px;
	line-height: 1.6;
}

.efegarage-products-cta-actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	justify-content: center;
}

.efegarage-products-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.5rem;
	border-radius: 999px;
	background: #fff;
	color: var(--zf-header);
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.efegarage-products-cta-btn:hover {
	transform: translateY(-1px);
	color: var(--zf-blue-dark);
}

.efegarage-products-cta-btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.efegarage-products-cta-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

/* Grid kırılımları — geniş ekranda 4, tablette 3/2, mobilde 1 sütun */
@media (max-width: 1280px) {
	.efegarage-product-grid {
		gap: 1.4rem;
	}
}

@media (max-width: 992px) {
	.efegarage-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.1rem;
	}
}

@media (max-width: 600px) {
	.efegarage-product-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
	}

	.efegarage-products-hero {
		padding-left: 18px;
		padding-right: 18px;
	}

	.efegarage-products-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* ===== Ürün detay sayfası — kurumsal düzen (breadcrumb + galeri + fiyat paneli) ===== */

/* Tam genişlik: Astra konteyner boşluklarını sıfırla (ürün arşiviyle aynı). */
.single-product .site-content,
.single-product #primary,
.single-product .site-main {
	padding: 0 !important;
	margin: 0 !important;
}

.single-product .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.single-product #masthead {
	margin-bottom: 0 !important;
}

.efegarage-product-single {
	background: #f6f9fc;
}

/* Sayfa yolu şeridi */
.efegarage-product-crumbs {
	background: #fff;
	border-bottom: 1px solid var(--zf-border);
}

.efegarage-product-crumbs-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0.9rem 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: var(--zf-muted);
}

.efegarage-product-crumbs a {
	color: var(--zf-muted);
	text-decoration: none;
	transition: color 0.15s ease;
}

.efegarage-product-crumbs a:hover {
	color: var(--zf-header);
}

.efegarage-product-crumbs-sep {
	color: #b9c7d6;
}

.efegarage-product-crumbs-current {
	color: var(--zf-navy);
	font-weight: 600;
}

.efegarage-product-single-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 2.75rem) 24px clamp(2.5rem, 5vw, 3.5rem);
}

.efegarage-product-single-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	background: #fff;
	border: 1px solid var(--zf-border);
	border-radius: 18px;
	padding: clamp(1.25rem, 2.5vw, 2.25rem);
	box-shadow: 0 10px 30px rgba(11, 29, 58, 0.06);
}

/* Galeri */
.efegarage-product-gallery-main {
	position: relative;
	border: 1px solid var(--zf-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 4 / 3;
}

.efegarage-product-gallery-hero {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 1.25rem;
	transition: opacity 0.16s ease;
}

/* Galeri okları (JS ekler; tek görselde eklenmez).
   Astra'nın genel button stillerini ezmek için güçlü seçici + sıfırlama */
.efegarage-product-gallery-main button.efegarage-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--zf-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: var(--zf-header);
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(11, 29, 58, 0.14);
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
	z-index: 2;
}

.efegarage-product-gallery-main button.efegarage-gallery-nav svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: currentColor;
}

.efegarage-product-gallery-main button.efegarage-gallery-nav:hover {
	background: var(--zf-header);
	color: #fff;
	transform: translateY(-50%) scale(1.05);
}

.efegarage-gallery-nav--prev {
	left: 12px;
}

.efegarage-gallery-nav--next {
	right: 12px;
}

.efegarage-product-gallery:focus {
	outline: none;
}

.efegarage-product-gallery:focus-visible .efegarage-product-gallery-main {
	outline: 2px solid var(--zf-header);
	outline-offset: 2px;
}

.efegarage-product-gallery-tag {
	position: absolute;
	top: 0.9rem;
	left: 0.9rem;
	background: var(--zf-header);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.25rem 0.6rem;
	border-radius: 6px;
}

.efegarage-product-gallery-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	border: 1px dashed var(--zf-border);
	border-radius: 14px;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.efegarage-product-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.85rem;
}

.efegarage-product-gallery-thumb {
	padding: 0;
	border: 1px solid var(--zf-border);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	width: 76px;
	height: 76px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-product-gallery-thumb:hover {
	border-color: rgba(0, 87, 183, 0.45);
}

.efegarage-product-gallery-thumb.is-active {
	border-color: var(--zf-header);
	box-shadow: 0 0 0 2px rgba(0, 87, 183, 0.15);
}

.efegarage-product-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 4px;
}

/* Bilgi sütunu */
.efegarage-product-single-body {
	display: flex;
	flex-direction: column;
}

.efegarage-product-single-kicker {
	display: inline-flex;
	align-self: flex-start;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	margin-bottom: 0.9rem;
}

.efegarage-product-single-title {
	margin: 0 0 1.25rem;
	color: var(--zf-navy);
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 700;
	line-height: 1.25;
}

.efegarage-product-single-pricebox {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	background: linear-gradient(135deg, #f4f8fd 0%, #eaf2fb 100%);
	border: 1px solid var(--zf-border);
	border-radius: 14px;
	padding: 1.1rem 1.25rem;
}

.efegarage-product-single-price-label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--zf-muted);
}

.efegarage-product-single-price {
	color: var(--zf-header);
	font-size: clamp(1.5rem, 2.6vw, 1.9rem);
	font-weight: 800;
	line-height: 1.2;
}

.efegarage-product-single-price--ask {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.efegarage-product-single-price-note {
	color: var(--zf-muted);
	font-size: 0.85rem;
	line-height: 1.5;
}

.efegarage-product-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.1rem;
}

.efegarage-product-single-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	background: var(--zf-header);
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1.5px solid var(--zf-header);
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.efegarage-product-single-btn:hover {
	background: var(--zf-blue-dark);
	border-color: var(--zf-blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

.efegarage-product-single-btn--ghost {
	background: #fff;
	color: var(--zf-header);
	border-color: var(--zf-border);
}

.efegarage-product-single-btn--ghost:hover {
	background: var(--zf-blue-light);
	border-color: rgba(0, 87, 183, 0.4);
	color: var(--zf-header);
}

.efegarage-product-single-btn svg {
	width: 18px;
	height: 18px;
	flex: none;
}

.efegarage-product-single-features {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--zf-border);
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.efegarage-product-single-features li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: var(--zf-text);
	font-size: 0.93rem;
}

.efegarage-product-single-features svg {
	width: 20px;
	height: 20px;
	flex: none;
	color: var(--zf-header);
}

/* Açıklama bloğu */
.efegarage-product-desc {
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
	background: #fff;
	border: 1px solid var(--zf-border);
	border-radius: 18px;
	padding: clamp(1.25rem, 2.5vw, 2.25rem);
	box-shadow: 0 6px 20px rgba(11, 29, 58, 0.04);
}

.efegarage-product-desc-title {
	position: relative;
	margin: 0 0 1rem;
	padding-bottom: 0.7rem;
	color: var(--zf-navy);
	font-size: 1.25rem;
	font-weight: 700;
}

.efegarage-product-desc-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 2px;
	background: var(--zf-header);
}

.efegarage-product-desc-body {
	color: var(--zf-muted);
	line-height: 1.8;
	max-width: 900px;
}

.efegarage-product-desc-body > *:last-child {
	margin-bottom: 0;
}

/* Diğer ürünler */
.efegarage-product-related {
	margin-top: clamp(2rem, 4vw, 3rem);
}

.efegarage-product-related-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.efegarage-product-related-head h2 {
	margin: 0;
	color: var(--zf-navy);
	font-size: clamp(1.2rem, 2.2vw, 1.5rem);
	font-weight: 700;
}

.efegarage-product-related-head a {
	color: var(--zf-header);
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
}

.efegarage-product-related-head a:hover {
	color: var(--zf-blue-dark);
}

.efegarage-product-related .efegarage-product-title {
	margin: 0 0 0.4rem;
	font-size: 1.02rem;
	line-height: 1.35;
}

@media (max-width: 960px) {
	.efegarage-product-single-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.efegarage-product-crumbs-inner,
	.efegarage-product-single-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.efegarage-product-crumbs-current {
		display: none;
	}

	.efegarage-product-single-actions .efegarage-product-single-btn {
		flex: 1 1 100%;
		justify-content: center;
	}
}

/* FAQ archive — hero bandı + akordeon (ürünler/iletişim sayfalarıyla aynı görsel dil) */
.post-type-archive-efegarage_faq .site-content,
.post-type-archive-efegarage_faq #primary,
.post-type-archive-efegarage_faq .site-main {
	padding: 0 !important;
	margin: 0 !important;
}

.post-type-archive-efegarage_faq .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.post-type-archive-efegarage_faq #masthead {
	margin-bottom: 0 !important;
}

.efegarage-faq-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--zf-header, #0057b7);
	background-image:
		linear-gradient(180deg, rgb(0, 87, 183) 0%, rgba(0, 74, 160, 0.6) 38%, rgba(0, 34, 92, 0.82) 100%),
		url("page-hero-banner.png");
	background-size: cover, cover;
	background-position: center, left bottom;
	background-repeat: no-repeat, no-repeat;
	padding: clamp(2.5rem, 6vw, 4.25rem) 24px clamp(2.25rem, 5vw, 3.75rem);
}

/* Tam görünen ZF filigranı — Ürünler hero'suyla aynı */
.efegarage-faq-hero::after {
	content: "";
	position: absolute;
	top: 50%;
	right: clamp(1.5rem, 6vw, 7rem);
	transform: translateY(-50%);
	width: clamp(110px, 13vw, 180px);
	aspect-ratio: 512 / 396;
	background: url("zf-watermark.png") center / contain no-repeat;
	opacity: 0.18;
	pointer-events: none;
	z-index: 0;
}

/* Alt kenarda ince vurgu çizgisi */
.efegarage-faq-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--zf-footer-accent, #9cc8f5) 0%, rgba(156, 200, 245, 0.15) 60%, transparent 100%);
	z-index: 1;
}

.efegarage-faq-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	margin: 0 auto;
}

.efegarage-faq-hero-kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--zf-footer-accent, #9cc8f5);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.55rem;
}

.efegarage-faq-hero-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--zf-footer-accent, #9cc8f5);
	border-radius: 2px;
}

.efegarage-faq-hero .page-title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.9rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0 0 0.8rem;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.efegarage-faq-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 0 1.5rem;
}

.efegarage-faq-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.efegarage-faq-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	background: #fff;
	color: var(--zf-header);
	font-size: 0.85rem;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(0, 20, 60, 0.18);
}

.efegarage-faq-hero-badge svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.efegarage-faq-hero-badge--soft {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.32);
	font-weight: 600;
	box-shadow: none;
	backdrop-filter: blur(2px);
}

.efegarage-faq-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(2rem, 4.5vw, 3.25rem) 24px clamp(2.5rem, 5vw, 3.75rem);
}

/* İki kolonlu düzen — solda destek paneli, sağda soru listesi
   (ana sayfa SSS bölümüyle aynı kompozisyon) */
.efegarage-faq-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.efegarage-faq-kicker {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--zf-header);
	background: var(--zf-blue-light);
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	margin-bottom: 0.85rem;
}

.efegarage-faq-aside h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 2.4vw, 1.9rem);
	color: var(--zf-text);
}

.efegarage-faq-aside > p {
	margin: 0 0 1.5rem;
	color: var(--zf-muted);
	line-height: 1.7;
	max-width: 42ch;
}

.efegarage-faq-aside-card {
	background: #fff;
	border: 1px solid var(--zf-border);
	border-radius: 14px;
	padding: 1.4rem 1.5rem;
	box-shadow: 0 10px 30px rgba(11, 29, 58, 0.06);
}

.efegarage-faq-aside-info {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	gap: 0.9rem;
}

.efegarage-faq-aside-info li {
	display: grid;
	gap: 0.15rem;
	font-size: 0.95rem;
	color: var(--zf-text);
	line-height: 1.5;
}

.efegarage-faq-aside-label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--zf-muted);
}

.efegarage-faq-aside-info a {
	color: var(--zf-header);
	font-weight: 700;
	text-decoration: none;
}

.efegarage-faq-aside-info a:hover {
	text-decoration: underline;
}

.efegarage-faq-aside-actions {
	display: grid;
	gap: 0.6rem;
}

.efegarage-faq-aside-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.1rem;
	border-radius: 10px;
	background: var(--zf-header);
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 87, 183, 0.18);
	transition: transform 0.15s ease, background 0.15s ease;
}

.efegarage-faq-aside-btn:hover {
	background: var(--zf-footer-deep, #00458f);
	color: #fff;
	transform: translateY(-1px);
}

.efegarage-faq-aside-btn--ghost {
	background: #fff;
	color: var(--zf-header);
	border: 1.5px solid var(--zf-header);
	box-shadow: none;
}

.efegarage-faq-aside-btn--ghost:hover {
	background: var(--zf-blue-light);
	color: var(--zf-header);
}

.efegarage-faq-page .efegarage-faq-list {
	display: grid;
	gap: 0.85rem;
}

@media (max-width: 920px) {
	.efegarage-faq-layout {
		grid-template-columns: 1fr;
	}
}

.efegarage-faq-item {
	background: #fff;
	border: 1px solid var(--zf-border);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(11, 29, 58, 0.04);
}

/* Arşiv sayfasına özel zenginleştirme — ana sayfa önizlemesini etkilemesin diye
   .efegarage-faq-page altında tutuluyor */
.efegarage-faq-page .efegarage-faq-item {
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-faq-page .efegarage-faq-item:hover {
	border-color: #b9d2ec;
	box-shadow: 0 6px 18px rgba(11, 29, 58, 0.08);
}

.efegarage-faq-page .efegarage-faq-item[open] {
	border-color: var(--zf-header);
	box-shadow: 0 10px 26px rgba(0, 87, 183, 0.12);
}

.efegarage-faq-question {
	cursor: pointer;
	padding: 1rem 1.15rem;
	font-weight: 700;
	color: var(--zf-text);
	list-style: none;
}

.efegarage-faq-question::-webkit-details-marker {
	display: none;
}

/* Soru satırı — numara | soru | durum ikonu */
.efegarage-faq-page .efegarage-faq-question {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
	padding: 1.05rem 1.25rem;
	font-size: 1.02rem;
	line-height: 1.45;
	transition: color 0.15s ease, background 0.2s ease;
}

.efegarage-faq-page .efegarage-faq-question:focus-visible {
	outline: 2px solid var(--zf-header);
	outline-offset: -2px;
	border-radius: 12px;
}

.efegarage-faq-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 10px;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	transition: background 0.2s ease, color 0.2s ease;
}

.efegarage-faq-page .efegarage-faq-question::after {
	content: "+";
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.efegarage-faq-page .efegarage-faq-question:hover .efegarage-faq-question-text {
	color: var(--zf-header);
}

.efegarage-faq-page .efegarage-faq-item[open] .efegarage-faq-question {
	background: #f7fbff;
	color: var(--zf-header);
}

.efegarage-faq-page .efegarage-faq-item[open] .efegarage-faq-num {
	background: var(--zf-header);
	color: #fff;
}

.efegarage-faq-page .efegarage-faq-item[open] .efegarage-faq-question::after {
	content: "−";
	background: var(--zf-header);
	color: #fff;
	transform: rotate(180deg);
}

.efegarage-faq-answer {
	padding: 0 1.15rem 1.15rem;
	color: var(--zf-muted);
	line-height: 1.7;
}

/* Cevap metni soru metniyle aynı hizadan başlar (numara + boşluk kadar içeride) */
.efegarage-faq-page .efegarage-faq-answer {
	padding: 0.95rem 3.25rem 1.35rem calc(1.25rem + 2.2rem + 1rem);
	border-top: 1px solid #e6eefa;
}

.efegarage-faq-page .efegarage-faq-item[open] .efegarage-faq-answer {
	animation: efegarage-faq-reveal 0.25s ease;
}

@keyframes efegarage-faq-reveal {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.efegarage-faq-page .efegarage-faq-item[open] .efegarage-faq-answer {
		animation: none;
	}
}

@media (max-width: 600px) {
	.efegarage-faq-page .efegarage-faq-question {
		gap: 0.75rem;
		padding: 0.95rem 1rem;
	}

	.efegarage-faq-page .efegarage-faq-answer {
		padding: 0.9rem 1rem 1.2rem;
	}
}

.efegarage-faq-answer p:first-child {
	margin-top: 0;
}

.efegarage-faq-answer p:last-child {
	margin-bottom: 0;
}

.efegarage-faq-empty {
	text-align: center;
	color: var(--zf-muted);
}

/* Homepage FAQ preview */
.efegarage-home-faq {
	background: #fff;
	padding: 3.5rem 1.25rem;
	border-top: 1px solid var(--zf-border);
}

.efegarage-home-faq-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 2.5rem;
	align-items: start;
}

.efegarage-home-faq-kicker {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--zf-header);
	background: var(--zf-blue-light);
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	margin-bottom: 0.85rem;
}

.efegarage-home-faq-intro h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	color: var(--zf-text);
}

.efegarage-home-faq-intro p {
	margin: 0 0 1.25rem;
	color: var(--zf-muted);
	line-height: 1.7;
	max-width: 36ch;
}

.efegarage-home-faq-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 1.35rem;
}

.efegarage-home-faq-count,
.efegarage-home-faq-more {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
}

.efegarage-home-faq-count {
	background: var(--zf-blue-light);
	color: var(--zf-header);
}

.efegarage-home-faq-more {
	background: #f3f6fa;
	color: var(--zf-muted);
}

.efegarage-home-faq-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.15rem;
	border-radius: 10px;
	background: var(--zf-header);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 87, 183, 0.18);
	transition: transform 0.15s ease, background 0.15s ease;
}

.efegarage-home-faq-all-btn:hover {
	background: #00458f;
	color: #fff;
	transform: translateY(-1px);
}

.efegarage-home-faq-list {
	display: grid;
	gap: 0.75rem;
}

.efegarage-home-faq-item .efegarage-faq-question {
	position: relative;
	padding-right: 2.5rem;
}

.efegarage-home-faq-item .efegarage-faq-question::after {
	content: "+";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: var(--zf-blue-light);
	color: var(--zf-header);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1;
}

.efegarage-home-faq-item[open] .efegarage-faq-question::after {
	content: "−";
}

@media (max-width: 900px) {
	.efegarage-home-faq-inner {
		grid-template-columns: 1fr;
	}
}

/* Homepage blog section */
.efegarage-home-blog {
	background: var(--zf-blue-light, #eef3fb);
	padding: 3.5rem 1.25rem 4rem;
}

.efegarage-home-blog-inner {
	max-width: 1180px;
	margin: 0 auto;
}

.efegarage-home-blog-head {
	text-align: center;
	margin-bottom: 2.25rem;
}

.efegarage-home-blog-head h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	color: var(--zf-navy, #0b1d3a);
}

.efegarage-home-blog-head p {
	margin: 0 auto;
	max-width: 620px;
	color: var(--zf-muted, #5c6b7a);
}

.efegarage-blog-grid {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.efegarage-blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--zf-border, #e2e8f0);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(11, 29, 58, 0.05);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-blog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(11, 29, 58, 0.12);
}

.efegarage-blog-thumb {
	display: block;
	aspect-ratio: var(--efegarage-blog-media-ratio);
	background: var(--zf-blue-light, #eef3fb);
	overflow: hidden;
}

.efegarage-blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.efegarage-blog-noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: var(--zf-header, #0057b7);
}

.efegarage-blog-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.1rem 1.2rem 1.3rem;
	flex: 1;
}

.efegarage-blog-date {
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--zf-header, #0057b7);
}

.efegarage-blog-title {
	font-size: 1.12rem;
	margin: 0;
	line-height: 1.35;
}

.efegarage-blog-title a {
	color: var(--zf-navy, #0b1d3a);
	text-decoration: none;
}

.efegarage-blog-title a:hover {
	color: var(--zf-header, #0057b7);
}

.efegarage-blog-excerpt {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.93rem;
	line-height: 1.55;
	margin: 0;
	flex: 1;
}

.efegarage-blog-link {
	color: var(--zf-header, #0057b7);
	font-weight: 600;
	text-decoration: none;
	margin-top: 0.35rem;
}

.efegarage-blog-all {
	text-align: center;
	margin-top: 2.5rem;
}

.efegarage-blog-all-btn {
	display: inline-block;
	background: var(--zf-header, #0057b7);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 0.75rem 1.75rem;
	border-radius: 8px;
	transition: background 0.15s ease;
}

.efegarage-blog-all-btn:hover {
	background: var(--zf-navy, #0b1d3a);
}

/* ===== Paylaşılan sayfa hero geçişi (İletişim + Randevu Al) ===== */

body:has(.efegarage-contact-hero) #content.site-content,
body:has(.efegarage-rdv) #content.site-content,
body:has(.efegarage-contact-hero) #primary,
body:has(.efegarage-rdv) #primary,
body:has(.efegarage-contact-hero) .site-main,
body:has(.efegarage-rdv) .site-main {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

body:has(.efegarage-contact-hero) .site-content .ast-container,
body:has(.efegarage-rdv) .site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body:has(.efegarage-contact-hero) .elementor,
body:has(.efegarage-rdv) .elementor {
	margin: 0 !important;
}

body:has(.efegarage-contact-hero) .elementor-top-section:first-child,
body:has(.efegarage-rdv) .elementor-top-section:first-child,
body:has(.efegarage-rdv) .elementor-section:has(.efegarage-rdv) {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body:has(.efegarage-rdv) .elementor-section:has(.efegarage-rdv) > .elementor-container,
body:has(.efegarage-rdv) .elementor-section:has(.efegarage-rdv) .elementor-widget-wrap,
body:has(.efegarage-rdv) .elementor-section:has(.efegarage-rdv) .elementor-widget-container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body:has(.efegarage-contact-hero) #masthead,
body:has(.efegarage-rdv) #masthead,
body:has(.efegarage-contact-hero) .site-header,
body:has(.efegarage-rdv) .site-header {
	margin-bottom: 0 !important;
}

.efegarage-contact-hero,
.efegarage-rdv-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--zf-header, #0057b7) !important;
	background-image:
		linear-gradient(180deg, rgb(0, 87, 183) 0%, rgba(0, 74, 160, 0.6) 38%, rgba(0, 34, 92, 0.82) 100%),
		url("page-hero-banner.png") !important;
	background-size: cover, cover !important;
	background-position: center, left bottom !important;
	background-repeat: no-repeat, no-repeat !important;
}

/* Alt kenarda ince vurgu çizgisi */
.efegarage-contact-hero::before,
.efegarage-rdv-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--zf-footer-accent, #9cc8f5) 0%, rgba(156, 200, 245, 0.15) 60%, transparent 100%);
	z-index: 1;
}

/* Tam görünen ZF filigranı — Ürünler hero'suyla aynı */
.efegarage-contact-hero::after,
.efegarage-rdv-hero::after {
	content: "";
	position: absolute;
	top: 50%;
	right: clamp(1.5rem, 6vw, 7rem);
	transform: translateY(-50%);
	width: clamp(110px, 13vw, 180px);
	aspect-ratio: 512 / 396;
	background: url("zf-watermark.png") center / contain no-repeat;
	opacity: 0.18;
	pointer-events: none;
	z-index: 0;
}

.efegarage-contact-hero > .elementor-container,
.efegarage-rdv-hero-inner {
	position: relative;
	z-index: 1;
}

.efegarage-contact-hero h1.elementor-heading-title,
.efegarage-rdv-hero h1 {
	color: #fff !important;
	font-size: clamp(2rem, 4vw, 2.75rem) !important;
	font-weight: 700 !important;
	margin-bottom: 0.75rem;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.efegarage-contact-hero .elementor-widget-text-editor p,
.efegarage-rdv-hero > .efegarage-rdv-hero-inner > p {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 560px;
}

/* ===== İletişim sayfası (ZF stili) ===== */

/* İçerik genişliği — header/footer ve randevu sayfasıyla aynı hizada (1440px) */
.efegarage-contact-hero > .elementor-container,
.efegarage-contact-card > .elementor-container,
.efegarage-contact-bottom > .elementor-container {
	max-width: 1440px !important;
}

.efegarage-contact-hero {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.efegarage-contact-hero > .elementor-container {
	position: relative;
	z-index: 1;
}

/* Hero'nun üstüne binen beyaz kart — adımlar/yazılarla kesişmesin */
.efegarage-contact-card {
	margin-top: -36px;
	position: relative;
	z-index: 2;
}

.efegarage-contact-card > .elementor-container {
	background: #fff;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.14);
	padding: 2.25rem 2rem;
}

.efegarage-contact-card h2.elementor-heading-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	margin-bottom: 1.1rem;
}

/* Sütun genişlikleri + sol sütunda dikey ayraç */
@media (min-width: 768px) {
	.efegarage-contact-card > .elementor-container > .elementor-column:first-child {
		width: 40% !important;
	}

	.efegarage-contact-card > .elementor-container > .elementor-column:last-child {
		width: 60% !important;
	}

	.efegarage-contact-bottom > .elementor-container > .elementor-column:first-child {
		width: 40% !important;
	}

	.efegarage-contact-bottom > .elementor-container > .elementor-column:last-child {
		width: 60% !important;
	}

	.efegarage-contact-card > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
		border-right: 1px solid #eef2f7;
		padding-right: 1.75rem;
	}

	.efegarage-contact-card > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
		padding-left: 1.75rem;
	}
}

/* Bize Ulaşın satırları */
.efegarage-contact-card .elementor-widget-icon-box {
	padding: 0.85rem 0;
	border-bottom: 1px solid #f0f4f9;
	margin-bottom: 0 !important;
}

.efegarage-contact-card .elementor-widget-icon-box:last-of-type {
	border-bottom: 0;
}

.efegarage-contact-card .elementor-icon-box-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	margin: 0 0 0.2rem !important;
}

.efegarage-contact-card .elementor-icon-box-description {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
}

/* Form karta tam otursun — mockup'taki gibi iki sütunlu, placeholder'lı düzen */
.efegarage-contact-card .efegarage-randevu-form {
	max-width: none;
}

.efegarage-contact-card .efegarage-randevu-form__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1rem;
}

/* Etiketler — randevu sihirbazıyla aynı kurumsal stil */
.efegarage-contact-card .efegarage-randevu-form__field label {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--zf-navy, #0b1d3a);
	margin-bottom: 0.45rem;
}

/* Servis tipi, mesaj, onay ve buton tam satır kaplasın */
.efegarage-contact-card .efegarage-randevu-form__field:has(select),
.efegarage-contact-card .efegarage-randevu-form__field:has(textarea),
.efegarage-contact-card .efegarage-randevu-form__consent,
.efegarage-contact-card .efegarage-randevu-form__submit,
.efegarage-contact-card .efegarage-randevu-form__feedback {
	grid-column: 1 / -1;
}

.efegarage-contact-card .efegarage-randevu-form__field input,
.efegarage-contact-card .efegarage-randevu-form__field select,
.efegarage-contact-card .efegarage-randevu-form__field textarea {
	border-radius: 8px;
	padding: 0.75rem 0.9rem;
	background: #fff;
	color: var(--zf-text, #1a2b3c);
}

.efegarage-contact-card .efegarage-randevu-form__field select {
	height: auto;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%235c6b7a' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	padding-right: 2.4rem;
}

.efegarage-contact-card .efegarage-randevu-form__field input::placeholder,
.efegarage-contact-card .efegarage-randevu-form__field textarea::placeholder {
	color: #8a99a8;
}

@media (max-width: 600px) {
	.efegarage-contact-card .efegarage-randevu-form__form {
		grid-template-columns: 1fr;
	}
}

/* Harita + özellikler bandı */
.efegarage-contact-bottom > .elementor-container {
	background: var(--zf-blue-light, #e8f2fc);
	border-radius: 16px;
	padding: 2rem;
	align-items: center;
}

.efegarage-contact-bottom h3.elementor-heading-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1.3rem !important;
	font-weight: 700 !important;
	margin-bottom: 1.25rem;
}

.efegarage-contact-bottom .elementor-icon-box-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	margin: 0.5rem 0 0.35rem !important;
}

.efegarage-contact-bottom .elementor-icon-box-description {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.9rem;
	line-height: 1.55;
}

/* Acil destek şeridi */
.efegarage-contact-emergency p {
	background: rgba(0, 88, 163, 0.08);
	border-radius: 10px;
	padding: 0.85rem 1.1rem;
	margin: 1.25rem 0 0;
	color: var(--zf-navy, #0b1d3a);
	font-size: 0.98rem;
}

.efegarage-contact-emergency a {
	color: var(--zf-blue, #0058a3);
	text-decoration: none;
	font-weight: 700;
}

.efegarage-contact-emergency a:hover {
	text-decoration: underline;
}

/* ===== Hakkımızda sayfası (ZF kurumsal stil) ===== */

/* Hero arka planı — Ürünler hero'suyla aynı işleme: dengeli koyu degrade
   (banner'daki kesik ZF'yi yumuşatır) + tam ZF filigranı + alt vurgu çizgisi */
.efegarage-contact-hero.efegarage-about-hero {
	background-image:
		linear-gradient(180deg, rgb(0, 87, 183) 0%, rgba(0, 74, 160, 0.6) 38%, rgba(0, 34, 92, 0.82) 100%),
		url("page-hero-banner.png") !important;
	background-position: center, left bottom !important;
}

.efegarage-contact-hero.efegarage-about-hero::after {
	content: "";
	position: absolute;
	top: 42%;
	right: clamp(1.5rem, 6vw, 7rem);
	transform: translateY(-50%);
	width: clamp(110px, 13vw, 180px);
	aspect-ratio: 512 / 396;
	background: url("zf-watermark.png") center / contain no-repeat;
	opacity: 0.18;
	pointer-events: none;
	z-index: 0;
}

.efegarage-contact-hero.efegarage-about-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--zf-footer-accent, #9cc8f5) 0%, rgba(156, 200, 245, 0.15) 60%, transparent 100%);
	z-index: 1;
}

@media (max-width: 768px) {
	.efegarage-contact-hero.efegarage-about-hero::after,
	.efegarage-contact-hero::after,
	.efegarage-rdv-hero::after,
	.efegarage-faq-hero::after,
	.efegarage-products-hero::after {
		width: 92px;
		right: 14px;
		opacity: 0.12;
	}
}

/* İçerik genişliği — diğer sayfalarla aynı hizada (1440px) */
.efegarage-about-card > .elementor-container,
.efegarage-about-stats > .elementor-container,
.efegarage-about-gallery > .elementor-container,
.efegarage-about-gallery-grid > .elementor-container,
.efegarage-about-values > .elementor-container,
.efegarage-about-why-head > .elementor-container,
.efegarage-about-why > .elementor-container,
.efegarage-about-cta > .elementor-container {
	max-width: 1440px !important;
}

/* Servis foto galerisi — kaydırıcı (eşit 4:3 alan) */
.efegarage-about-gallery-grid > .elementor-container.efegarage-about-gallery-carousel-host,
.efegarage-about-gallery-carousel-host {
	max-width: 1440px !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem;
}

.efegarage-about-gallery-carousel {
	position: relative;
	overflow: hidden;
	padding: 0 2.75rem;
}

.efegarage-about-gallery-track {
	display: flex;
	gap: 1rem;
	transition: transform 0.45s ease;
	will-change: transform;
}

.efegarage-about-gallery-slide {
	margin: 0;
	background: #fff;
	border: 1px solid var(--zf-border, #d8e3ef);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(11, 29, 58, 0.04);
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.efegarage-about-gallery-media {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #eef2f7;
	overflow: hidden;
}

.efegarage-about-gallery-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.efegarage-about-gallery-slide figcaption {
	margin: 0;
	padding: 0.8rem 1rem;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--zf-navy, #0b1d3a);
	border-top: 1px solid #eef2f7;
	background: #fff;
	min-height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.efegarage-about-gallery-nav {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	border-radius: 999px;
	background: var(--zf-header, #0057b7);
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 6px 16px rgba(11, 29, 58, 0.2);
}

.efegarage-about-gallery-nav--prev {
	left: 0.15rem;
}

.efegarage-about-gallery-nav--next {
	right: 0.15rem;
}

.efegarage-about-gallery-nav:hover {
	background: var(--zf-navy, #0b1d3a);
}

@media (max-width: 767px) {
	.efegarage-about-gallery-carousel {
		padding: 0 2.4rem;
	}
}

/* Eski Elementor 3’lü grid — eşit oran (kaydırıcı yoksa yedek) */
.efegarage-about-gallery-grid .elementor-widget-image {
	margin-bottom: 0;
}

.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column {
	width: 33.333% !important;
}

.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column > .elementor-widget-wrap {
	padding-left: clamp(0.6rem, 1.2vw, 1.1rem);
	padding-right: clamp(0.6rem, 1.2vw, 1.1rem);
}

.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column:first-child > .elementor-widget-wrap {
	padding-left: 0;
}

.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column:last-child > .elementor-widget-wrap {
	padding-right: 0;
}

.efegarage-about-gallery-grid .elementor-widget-image .elementor-widget-container {
	background: #fff;
	border: 1px solid var(--zf-border, #d8e3ef);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(11, 29, 58, 0.04);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.efegarage-about-gallery-grid .elementor-widget-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 0;
	flex: 0 0 auto;
}

.efegarage-about-gallery-grid .widget-image-caption {
	margin: 0;
	padding: 0.8rem 1rem;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--zf-navy, #0b1d3a);
	border-top: 1px solid #eef2f7;
	background: #fff;
	min-height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

@media (max-width: 767px) {
	.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column {
		width: 100% !important;
		margin-bottom: 1.25rem;
	}

	.efegarage-about-gallery-grid > .elementor-container:not(.efegarage-about-gallery-carousel-host) > .elementor-column > .elementor-widget-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

/* FAQ sayfalama */
.efegarage-faq-pagination {
	margin-top: 2rem;
}

.efegarage-faq-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.efegarage-faq-pagination .page-numbers li {
	margin: 0;
}

.efegarage-faq-pagination a.page-numbers,
.efegarage-faq-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 2.4rem;
	padding: 0 0.7rem;
	border-radius: 10px;
	border: 1px solid var(--zf-border, #d8e3ef);
	background: #fff;
	color: var(--zf-navy, #0b1d3a);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
}

.efegarage-faq-pagination a.page-numbers:hover {
	border-color: var(--zf-header, #0057b7);
	color: var(--zf-header, #0057b7);
}

.efegarage-faq-pagination span.page-numbers.current {
	background: var(--zf-header, #0057b7);
	border-color: var(--zf-header, #0057b7);
	color: #fff;
}

/* Hikaye kartı — varsayılan: üst bölümden ayrık; hero hemen üstündeyse bindir */
.efegarage-about-card {
	margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
	position: relative;
	z-index: 2;
}

.efegarage-about-hero + .efegarage-about-card,
.efegarage-contact-hero.efegarage-about-hero + .efegarage-about-card {
	margin-top: -80px;
}

/* Misyon / Vizyon / Değerler ile altındaki hikaye kartı arasında net boşluk */
.efegarage-about-values {
	margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
}

.efegarage-about-values + .efegarage-about-card {
	margin-top: clamp(2rem, 4vw, 3.25rem);
}

.efegarage-about-card > .elementor-container {
	background: #fff;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(11, 29, 58, 0.14);
	padding: 2.5rem 2.25rem;
	align-items: center;
}

.efegarage-about-kicker {
	display: inline-block;
	margin: 0 0 0.35rem;
	padding: 0.35rem 0.8rem;
	background: var(--zf-blue-light, #e8f2fc);
	color: var(--zf-header, #0057b7);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
}

.efegarage-about-card h2.elementor-heading-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: clamp(1.5rem, 2.6vw, 1.9rem) !important;
	font-weight: 700 !important;
	margin-bottom: 0.9rem;
}

.efegarage-about-card .elementor-widget-text-editor p {
	color: var(--zf-muted, #5c6b7a);
	font-size: 1rem;
	line-height: 1.75;
}

.efegarage-about-card .elementor-widget-text-editor strong {
	color: var(--zf-navy, #0b1d3a);
}

.efegarage-about-card .elementor-icon-list-item {
	padding: 0.35rem 0;
}

.efegarage-about-card .elementor-icon-list-icon {
	color: var(--zf-blue, #0058a3);
}

.efegarage-about-card .elementor-icon-list-text {
	color: var(--zf-text, #1a2b3c);
	font-weight: 600;
	padding-left: 0.5rem;
}

.efegarage-about-card .elementor-widget-image img {
	border-radius: 12px;
	max-width: 100%;
	height: auto;
}

.efegarage-about-card-media > .elementor-container {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.efegarage-about-card-media .elementor-widget-image img {
	border-radius: 12px;
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Sütun genişlikleri + dikey ayraç */
@media (min-width: 768px) {
	.efegarage-about-card > .elementor-container > .elementor-column:first-child {
		width: 58% !important;
	}

	.efegarage-about-card > .elementor-container > .elementor-column:last-child {
		width: 42% !important;
	}

	.efegarage-about-card > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
		border-right: 1px solid #eef2f7;
		padding-right: 2rem;
	}

	.efegarage-about-card > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
		padding-left: 2rem;
	}
}

/* İstatistik şeridi — animasyonlu sayaçlar + sütunlar arası ince ayraç */
.efegarage-about-stats .elementor-counter-number-wrapper {
	justify-content: center;
	color: var(--zf-blue, #0058a3);
	font-size: clamp(1.9rem, 3.2vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
}

.efegarage-about-stats .elementor-counter-title {
	text-align: center;
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.98rem;
	font-weight: 600;
	margin-top: 0.35rem;
}

@media (min-width: 768px) {
	.efegarage-about-stats > .elementor-container > .elementor-column + .elementor-column > .elementor-widget-wrap {
		border-left: 1px solid #eef2f7;
	}
}

/* Mobil: sayaçlar alt alta yığılmasın — 2x2 kompakt ızgara */
@media (max-width: 767px) {
	.efegarage-about-stats > .elementor-container {
		display: flex;
		flex-wrap: wrap;
	}

	.efegarage-about-stats > .elementor-container > .elementor-column {
		width: 50% !important;
	}

	/* Elementor'un widget-counter.min.css'i (69px) sonra yüklendiği için
	   daha özgül seçici gerekiyor */
	.efegarage-about-stats .elementor-counter .elementor-counter-number-wrapper {
		font-size: 1.1rem;
	}

	.efegarage-about-stats .elementor-counter .elementor-counter-title {
		font-size: 0.6rem;
		margin-top: 0.15rem;
	}

	/* Dikey ayraç yalnızca sağdaki sütunlarda */
	.efegarage-about-stats > .elementor-container > .elementor-column:nth-child(even) > .elementor-widget-wrap {
		border-left: 1px solid #eef2f7;
	}
}

/* Misyon / Vizyon / Değerler kartları */
.efegarage-about-values > .elementor-container {
	gap: 0;
}

.efegarage-about-values .elementor-column > .elementor-widget-wrap {
	padding: 0 0.75rem;
}

.efegarage-about-values .elementor-icon-box-wrapper {
	background: #fff;
	border: 1px solid rgba(11, 29, 58, 0.06);
	border-radius: 14px;
	padding: 2rem 1.5rem;
	height: 100%;
	box-shadow: 0 6px 20px rgba(11, 29, 58, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.efegarage-about-values .elementor-icon-box-wrapper:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(11, 29, 58, 0.12);
}

.efegarage-about-values .elementor-icon-box-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	margin: 0.85rem 0 0.5rem !important;
}

.efegarage-about-values .elementor-icon-box-description {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.95rem;
	line-height: 1.65;
}

/* Neden EfeGarage — özellik satırları */
.efegarage-about-why .elementor-widget-icon-box {
	background: #fff;
	border: 1px solid var(--zf-border, #d8e3ef);
	border-radius: 12px;
	padding: 1.1rem 1.15rem;
	margin-bottom: 1rem !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-about-why .elementor-widget-icon-box:hover {
	border-color: rgba(0, 87, 183, 0.35);
	box-shadow: 0 8px 20px rgba(11, 29, 58, 0.08);
}

.efegarage-about-why .elementor-column > .elementor-widget-wrap {
	padding: 0 0.5rem;
}

.efegarage-about-why .elementor-icon-box-title {
	color: var(--zf-navy, #0b1d3a) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	margin: 0 0 0.25rem !important;
}

.efegarage-about-why .elementor-icon-box-description {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
}

/* CTA bandı — ikincil iletişim bağlantısı */
.efegarage-about-cta .elementor-widget-button {
	margin-top: 0.75rem;
}

.efegarage-about-cta-alt p a {
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: underline;
	font-size: 0.95rem;
}

.efegarage-about-cta-alt p a:hover {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.efegarage-about-card > .elementor-container {
		padding: 1.75rem 1.5rem;
	}
}

@media (max-width: 767px) {
	.efegarage-about-card {
		margin-top: clamp(1.5rem, 4vw, 2rem);
	}

	.efegarage-about-hero + .efegarage-about-card,
	.efegarage-contact-hero.efegarage-about-hero + .efegarage-about-card {
		margin-top: -56px;
	}

	.efegarage-about-values + .efegarage-about-card {
		margin-top: 2rem;
	}

	.efegarage-about-card > .elementor-container {
		padding: 1.5rem 1.25rem;
	}

	.efegarage-about-card > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
		border-bottom: 1px solid #eef2f7;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.efegarage-about-stats > .elementor-container {
		row-gap: 1.25rem;
	}

	.efegarage-about-values .elementor-column > .elementor-widget-wrap {
		padding: 0.5rem 0;
	}

	.efegarage-about-why .elementor-column > .elementor-widget-wrap {
		padding: 0;
	}
}

/* Tablet: kart kenar boşlukları daralsın, içerik nefes alsın */
@media (max-width: 1024px) {
	.efegarage-contact-card > .elementor-container {
		padding: 1.75rem 1.5rem;
	}

	.efegarage-contact-bottom > .elementor-container {
		padding: 1.75rem 1.5rem;
	}
}

@media (max-width: 767px) {
	.efegarage-contact-hero {
		/* Ortak mobil pad değişkenleri zf-home.css sonunda override eder */
		padding-left: var(--efegarage-page-hero-pad-x, 18px) !important;
		padding-right: var(--efegarage-page-hero-pad-x, 18px) !important;
	}

	.efegarage-contact-hero::before,
	.efegarage-rdv-hero::before {
		content: none;
	}

	.efegarage-contact-card {
		margin-top: -28px;
	}

	.efegarage-contact-card > .elementor-container {
		padding: 1.5rem 1.25rem;
	}

	.efegarage-contact-bottom > .elementor-container {
		padding: 1.5rem 1.25rem;
	}

	.efegarage-map iframe {
		height: 320px;
	}

	/* Mobilde sıralama ferah kalsın */
	.efegarage-contact-card > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
		border-bottom: 1px solid #eef2f7;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

/* ===== Hakkımızda ortak metin kaynağı ([efegarage_about_text]) ===== */

/* Ana sayfa "ZF Hakkında" bölümü — eski inline stille birebir aynı görünüm */
.efegarage-about-source--anasayfa p {
	max-width: 820px;
	margin: 0 auto 1rem;
	color: #5c6b7a;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}

.efegarage-about-source--anasayfa p:last-child {
	margin-bottom: 0;
}

/* Hakkımızda "Biz Kimiz?" hikayesi — kart içi normal paragraf akışı */
.efegarage-about-source--hikaye p {
	margin: 0 0 1rem;
}

.efegarage-about-source--hikaye p:last-child {
	margin-bottom: 0;
}

/* ===== Mavi bant — öne çıkan ürün kartları ([efegarage_featured_products]) ===== */

.efegarage-band-products {
	display: grid;
	gap: 0.9rem;
}

.efegarage-band-products-kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--zf-footer-accent, #9cc8f5);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.efegarage-band-products-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--zf-footer-accent, #9cc8f5);
	border-radius: 2px;
}

.efegarage-band-product {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.9rem 1.1rem;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 20, 55, 0.25);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-band-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 44px rgba(0, 20, 55, 0.32);
}

.efegarage-band-product-img {
	flex: 0 0 84px;
	width: 84px;
	height: 84px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--zf-blue-light, #e8f2fc);
	display: flex;
	align-items: center;
	justify-content: center;
}

.efegarage-band-product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.efegarage-band-product-noimg {
	color: var(--zf-blue, #0058a3);
	font-weight: 800;
	letter-spacing: 0.04em;
}

.efegarage-band-product-info {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.efegarage-band-product-info strong {
	color: var(--zf-navy, #0b1d3a);
	font-size: 1rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.efegarage-band-product-price {
	color: var(--zf-blue, #0058a3);
	font-weight: 800;
	font-size: 1.02rem;
}

.efegarage-band-product-cta {
	color: var(--zf-muted, #5c6b7a);
	font-size: 0.85rem;
	font-weight: 600;
}

.efegarage-band-product:hover .efegarage-band-product-cta {
	color: var(--zf-blue, #0058a3);
}

/* Tek ürünlük büyük vitrin kartı */

.efegarage-band-product--lg {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	padding: 1.25rem;
}

.efegarage-band-product--lg .efegarage-band-product-img {
	flex: none;
	width: 100%;
	height: 240px;
	border-radius: 12px;
}

.efegarage-band-product--lg .efegarage-band-product-info {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.4rem 1rem;
}

.efegarage-band-product--lg .efegarage-band-product-info strong {
	grid-column: 1 / -1;
	font-size: 1.15rem;
}

.efegarage-band-product--lg .efegarage-band-product-price {
	font-size: 1.3rem;
}

.efegarage-band-product--lg .efegarage-band-product-cta {
	justify-self: end;
	padding: 0.55rem 1.35rem;
	border-radius: 999px;
	background: var(--zf-blue, #0058a3);
	color: #fff;
	font-size: 0.9rem;
	transition: background 0.15s ease;
}

.efegarage-band-product--lg:hover .efegarage-band-product-cta {
	background: var(--zf-blue-dark, #003d73);
	color: #fff;
}

/* ==========================================================================
   Blog listesi (home.php) — arama çubuğu, öne çıkan kart, ızgara, sağ kolon
   ========================================================================== */
.efegarage-bloglist-wrap {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

/* Üst çubuk: kısa tanıtım satırı + arama */
.efegarage-bloglist-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.efegarage-bloglist-lead {
	margin: 0;
	color: var(--zf-navy, #0b1d3a);
	font-size: 1.05rem;
	font-weight: 700;
}

.efegarage-bloglist-search {
	position: relative;
	flex: 0 1 320px;
	min-width: 240px;
}

.efegarage-bloglist-search input[type="search"] {
	width: 100%;
	padding: 0.7rem 3rem 0.7rem 1.1rem;
	border: 1px solid var(--zf-border, #e2e8f0);
	border-radius: 12px;
	background: #fff;
	color: var(--zf-navy, #0b1d3a);
	font-size: 0.92rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-bloglist-search input[type="search"]:focus {
	outline: none;
	border-color: var(--zf-header, #0057b7);
	box-shadow: 0 0 0 3px rgba(0, 87, 183, 0.12);
}

.efegarage-bloglist-search button {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--zf-muted, #64748b);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.efegarage-bloglist-search button:hover {
	background: rgba(0, 87, 183, 0.08);
	color: var(--zf-header, #0057b7);
}

.efegarage-bloglist-search button svg {
	width: 18px;
	height: 18px;
}

/* Ana içerik + sağ kolon */
.efegarage-bloglist-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 2rem;
	align-items: start;
}

.efegarage-bloglist-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

/* Kart */
.efegarage-bloglist-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--zf-border, #e2e8f0);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(11, 29, 58, 0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.efegarage-bloglist-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 87, 183, 0.35);
	box-shadow: 0 18px 38px rgba(11, 29, 58, 0.13);
}

.efegarage-bloglist-thumb {
	position: relative;
	display: block;
	aspect-ratio: var(--efegarage-blog-media-ratio);
	overflow: hidden;
	background: linear-gradient(135deg, #0b1d3a 0%, #0057b7 100%);
}

.efegarage-bloglist-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.efegarage-bloglist-card:hover .efegarage-bloglist-thumb img {
	transform: scale(1.05);
}

.efegarage-bloglist-noimg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 800;
	font-size: 1.6rem;
	letter-spacing: 0.14em;
}

.efegarage-bloglist-flag {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 0.32rem 0.8rem;
	border-radius: 999px;
	background: var(--zf-header, #0057b7);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 20, 60, 0.28);
}

.efegarage-bloglist-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.15rem 1.25rem 1.25rem;
}

.efegarage-bloglist-title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 700;
}

.efegarage-bloglist-title a {
	color: var(--zf-navy, #0b1d3a);
	text-decoration: none;
	transition: color 0.15s ease;
}

.efegarage-bloglist-title a:hover {
	color: var(--zf-header, #0057b7);
}

.efegarage-bloglist-excerpt {
	margin: 0;
	color: var(--zf-muted, #64748b);
	font-size: 0.92rem;
	line-height: 1.65;
}

.efegarage-bloglist-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 0.9rem;
	border-top: 1px solid var(--zf-border, #e2e8f0);
}

.efegarage-bloglist-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	color: var(--zf-muted, #64748b);
	font-size: 0.78rem;
	font-weight: 600;
}

.efegarage-bloglist-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.efegarage-bloglist-meta svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	opacity: 0.8;
}

.efegarage-bloglist-go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--zf-border, #e2e8f0);
	color: var(--zf-header, #0057b7);
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.efegarage-bloglist-go svg {
	width: 16px;
	height: 16px;
}

.efegarage-bloglist-card:hover .efegarage-bloglist-go {
	background: var(--zf-header, #0057b7);
	border-color: var(--zf-header, #0057b7);
	color: #fff;
}

/* Öne çıkan kart — iki sütun genişliğinde, görsel üstte büyük */
.efegarage-bloglist-card--featured {
	grid-column: span 2;
}

.efegarage-bloglist-card--featured .efegarage-bloglist-thumb {
	aspect-ratio: var(--efegarage-blog-media-ratio);
}

.efegarage-bloglist-card--featured .efegarage-bloglist-title {
	font-size: 1.4rem;
}

.efegarage-bloglist-card--featured .efegarage-bloglist-excerpt {
	font-size: 0.98rem;
}

/* Sağ kolon */
.efegarage-bloglist-aside {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: sticky;
	top: 96px;
}

.efegarage-bloglist-widget {
	background: #fff;
	border: 1px solid var(--zf-border, #e2e8f0);
	border-radius: 16px;
	padding: 1.5rem 1.6rem 1.6rem;
	box-shadow: 0 6px 20px rgba(11, 29, 58, 0.06);
}

.efegarage-bloglist-widget h3 {
	margin: 0 0 0.9rem;
	color: var(--zf-navy, #0b1d3a);
	font-size: 1.05rem;
	font-weight: 700;
}

.efegarage-bloglist-popular {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
}

.efegarage-bloglist-popular a {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	text-decoration: none;
}

.efegarage-bloglist-popular-thumb {
	position: relative;
	flex-shrink: 0;
	width: 96px;
	height: auto;
	aspect-ratio: var(--efegarage-blog-media-ratio);
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(135deg, #0b1d3a 0%, #0057b7 100%);
}

.efegarage-bloglist-popular-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.efegarage-bloglist-popular-thumb .efegarage-bloglist-noimg {
	font-size: 0.85rem;
}

.efegarage-bloglist-popular-thumb em {
	position: absolute;
	top: 4px;
	left: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: var(--zf-header, #0057b7);
	color: #fff;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 700;
}

.efegarage-bloglist-popular-body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
}

.efegarage-bloglist-popular-title {
	color: var(--zf-navy, #0b1d3a);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	transition: color 0.15s ease;
}

.efegarage-bloglist-popular a:hover .efegarage-bloglist-popular-title {
	color: var(--zf-header, #0057b7);
}

.efegarage-bloglist-popular-date {
	color: var(--zf-muted, #64748b);
	font-size: 0.78rem;
}

/* Sağ kolon randevu kutusu */
.efegarage-bloglist-cta {
	border-radius: 16px;
	padding: 1.5rem 1.35rem;
	background: linear-gradient(140deg, var(--zf-header, #0057b7) 0%, var(--zf-footer-deep, #00306b) 100%);
	color: #fff;
	box-shadow: 0 14px 32px rgba(0, 40, 100, 0.22);
}

.efegarage-bloglist-cta-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 0.9rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
}

.efegarage-bloglist-cta-ico svg {
	width: 22px;
	height: 22px;
}

.efegarage-bloglist-cta h3 {
	margin: 0 0 0.4rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
}

.efegarage-bloglist-cta p {
	margin: 0 0 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9rem;
	line-height: 1.6;
}

.efegarage-bloglist-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.25rem;
	border-radius: 10px;
	background: #fff;
	color: var(--zf-header, #0057b7);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.efegarage-bloglist-cta-btn svg {
	width: 16px;
	height: 16px;
}

.efegarage-bloglist-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 20, 60, 0.28);
	color: var(--zf-header, #0057b7);
}

.efegarage-bloglist-cta-phone {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.efegarage-bloglist-cta-phone svg {
	width: 16px;
	height: 16px;
}

.efegarage-bloglist-cta-phone:hover {
	color: #fff;
}

/* Duyarlı */
@media (max-width: 1100px) {
	.efegarage-bloglist-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.efegarage-bloglist-aside {
		position: static;
	}

	.efegarage-bloglist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.efegarage-bloglist-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.efegarage-bloglist-search {
		flex: 1 1 auto;
	}

	.efegarage-bloglist-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.efegarage-bloglist-card--featured {
		grid-column: span 1;
	}
}

/* ===== Ortak sayfa kicker'ı — Elementor hero'larında tema hero'larıyla aynı dil ===== */

.efegarage-page-kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--zf-footer-accent, #9cc8f5);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0 0 var(--efegarage-page-hero-kicker-gap, 0.55rem);
}

.efegarage-page-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--zf-footer-accent, #9cc8f5);
	border-radius: 2px;
	flex-shrink: 0;
}

/* ===== Tüm iç sayfa hero metin hizası (Ürünler / Blog / SSS / Hakkımızda / İletişim / Randevu) ===== */

.efegarage-products-hero,
.efegarage-faq-hero,
.efegarage-contact-hero,
.efegarage-rdv-hero {
	padding-top: var(--efegarage-page-hero-pad-top) !important;
	padding-right: var(--efegarage-page-hero-pad-x) !important;
	padding-bottom: var(--efegarage-page-hero-pad-bottom) !important;
	padding-left: var(--efegarage-page-hero-pad-x) !important;
	box-sizing: border-box;
}

/* Kart bindirmesi olan sayfalarda da Ürünler ile aynı padding (üst/yazı hizası) */
.efegarage-contact-hero,
.efegarage-contact-hero.efegarage-about-hero,
.efegarage-rdv-hero {
	/* padding ortak kuralda — ekstra alt boşluk yok */
}

.efegarage-products-hero-inner,
.efegarage-faq-hero-inner,
.efegarage-rdv-hero-inner,
.efegarage-contact-hero > .elementor-container {
	max-width: var(--efegarage-page-hero-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
	text-align: left;
}

/* Elementor sütun/widget boşlukları metni sağa kaydırıyordu — sıfırla */
.efegarage-contact-hero > .elementor-container > .elementor-column,
.efegarage-contact-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0 !important;
	margin: 0 !important;
}

.efegarage-contact-hero .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.efegarage-contact-hero .elementor-widget-wrap > .elementor-element {
	margin-bottom: 0 !important;
}

.efegarage-products-hero-kicker,
.efegarage-faq-hero-kicker,
.efegarage-contact-hero .efegarage-page-kicker,
.efegarage-rdv-hero .efegarage-page-kicker {
	display: flex !important;
	align-items: center;
	gap: 0.7rem;
	color: var(--zf-footer-accent, #9cc8f5) !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	margin: 0 0 var(--efegarage-page-hero-kicker-gap) !important;
	line-height: 1.2 !important;
}

.efegarage-products-hero .page-title,
.efegarage-faq-hero .page-title,
.efegarage-contact-hero h1.elementor-heading-title,
.efegarage-rdv-hero h1 {
	color: #fff !important;
	font-size: var(--efegarage-page-hero-title) !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.15 !important;
	margin: 0 0 var(--efegarage-page-hero-title-gap) !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
	max-width: none;
}

.efegarage-products-hero p,
.efegarage-faq-hero p,
.efegarage-contact-hero .elementor-widget-text-editor p:not(.efegarage-page-kicker),
.efegarage-rdv-hero > .efegarage-rdv-hero-inner > p {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 1.05rem !important;
	line-height: 1.7 !important;
	max-width: var(--efegarage-page-hero-text-max) !important;
	margin: 0 0 var(--efegarage-page-hero-text-gap) !important;
}

.efegarage-products-hero-meta,
.efegarage-faq-hero-meta {
	margin-top: 0;
}

/* ZF filigranı — tüm hero'larda aynı konum */
.efegarage-products-hero::after,
.efegarage-faq-hero::after,
.efegarage-contact-hero::after,
.efegarage-rdv-hero::after,
.efegarage-contact-hero.efegarage-about-hero::after {
	top: 50% !important;
	right: clamp(1.5rem, 6vw, 7rem) !important;
	transform: translateY(-50%) !important;
	width: clamp(110px, 13vw, 180px) !important;
	opacity: 0.18 !important;
}

	@media (max-width: 767px) {
	.efegarage-products-hero,
	.efegarage-faq-hero,
	.efegarage-contact-hero,
	.efegarage-rdv-hero {
		--efegarage-page-hero-pad-x: 18px;
		padding-top: clamp(2.25rem, 7vw, 3rem) !important;
		padding-bottom: clamp(2.25rem, 7vw, 3.25rem) !important;
	}
}

/* Hakkımızda — "Biz Kimiz?" kartındaki onay tikleri koyu kurumsal mavi.
   Elementor'un widget CSS'i daha yüksek öncelikli olduğu için !important gerekli. */

.efegarage-about-card .elementor-icon-list-icon svg,
.efegarage-about-card .elementor-icon-list-icon svg path {
	fill: var(--zf-blue-dark, #003d73) !important;
	color: var(--zf-blue-dark, #003d73) !important;
}

.efegarage-about-card .elementor-icon-list-icon svg {
	width: 18px;
	height: 18px;
}

.efegarage-about-card .elementor-icon-list-text {
	color: var(--zf-text, #1a2b3c);
}
