:root {
	--mega-primary: #f36b21;
	--mega-primary-dark: #d94d0b;
	--mega-ink: #132238;
	--mega-muted: #607086;
	--mega-surface: #f5f7fa;
	--mega-border: #e5eaf0;
	--mega-radius: 22px;
	--mega-shadow: 0 18px 50px rgba(19, 34, 56, 0.10);
	--mega-content: 1180px;
	/* Sabit header yüksekliği; JS ölçümü devreye girene kadar geçerli. */
	--mega-header-h: 64px;
}

/* Tema 768px altında sabit header kullanmıyor, boşluk da gerekmiyor. */
@media only screen and (max-width: 767px) {
	:root {
		--mega-header-h: 0px;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--mega-muted);
	font-family: Inter, "Segoe UI", Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
#menu > ul > li > a {
	color: var(--mega-ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif !important;
	letter-spacing: -0.02em;
}

h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.12;
	font-weight: 750;
}

a,
button,
.button {
	transition: color .25s ease, background-color .25s ease, border-color .25s ease,
		box-shadow .25s ease, transform .25s ease;
}

/* Header — logo beyaz yazı içerdiği için koyu zemin */
#Top_bar,
#Top_bar.is-sticky {
	border: 0 !important;
	background: rgba(13, 25, 41, .94) !important;
	box-shadow: 0 8px 30px rgba(13, 25, 41, .18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

#Header .top_bar_left,
#Header .top_bar_right,
#Header .top_bar_right:before {
	background: transparent !important;
}

/* Koyu hero zemini yalnızca anasayfada. */
.home #Header_wrapper,
.home #Intro {
	background-color: #0d1929 !important;
}

/* Sabit üst menü içeriğin üstünü kapatmasın (yükseklik JS ile ölçülür). */
#Header_wrapper {
	padding-top: var(--mega-header-h, 0px);
}

/* İç sayfa başlık bandı */
#Subheader {
	padding: 54px 0 !important;
	background-color: var(--mega-surface) !important;
}

#Subheader .title {
	color: var(--mega-ink) !important;
	font-size: clamp(28px, 4vw, 42px) !important;
	line-height: 1.15 !important;
	font-weight: 750;
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
	color: var(--mega-muted) !important;
}

#Top_bar .container {
	max-width: 1320px;
}

/* Logo ve menü tek satırda kalsın; tema bölünce header iki kat yükseliyordu. */
#Top_bar .top_bar_left {
	width: 100% !important;
}

#Top_bar .logo {
	margin: 0 26px 0 0 !important;
}

#Top_bar #logo {
	height: auto !important;
	padding: 9px 0 !important;
	line-height: 1 !important;
}

#Top_bar #logo img {
	max-height: 46px;
	width: auto;
}

#Top_bar .menu_wrapper {
	float: right;
}

#Top_bar .menu > li > a {
	padding: 0 !important;
}

#Top_bar .menu > li > a span:not(.description) {
	line-height: 64px !important;
}

#Top_bar .menu > li > a,
#Top_bar .responsive-menu-toggle {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: .035em;
}

#Top_bar .menu > li > a span:not(.description) {
	padding: 0 14px;
	text-transform: uppercase;
}

/* Online sipariş kısayolu menüde buton olarak öne çıksın. */
#Top_bar .menu > li.mega-menu-cta {
	margin-left: 10px;
}

#Top_bar .menu > li.mega-menu-cta > a span:not(.description) {
	margin: 13px 0;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--mega-primary);
	box-shadow: 0 10px 24px rgba(243, 107, 33, .28);
	color: #fff !important;
	line-height: 38px !important;
}

#Top_bar .menu > li.mega-menu-cta > a::after {
	display: none !important;
}

#Top_bar .menu > li.mega-menu-cta:hover > a span:not(.description),
#Top_bar .menu > li.mega-menu-cta.current-menu-item > a span:not(.description) {
	background: #ff8743;
	color: #fff !important;
}

#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li:hover > a {
	color: var(--mega-primary) !important;
}

#Top_bar .menu > li > a::after {
	height: 3px;
	border-radius: 3px;
	background: var(--mega-primary) !important;
}

/* Hero — görsel 1024x409 oranında, her genişlikte kırpılmadan görünür */
#rev_slider_7_1_wrapper {
	aspect-ratio: 1024 / 409;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden;
	background: #0d1929 !important;
}

#rev_slider_7_1,
#rev_slider_7_1 > ul,
#rev_slider_7_1 > ul > li,
#rev_slider_7_1 .slotholder,
#rev_slider_7_1 .tp-bgimg {
	height: 100% !important;
	min-height: 0 !important;
}

#rev_slider_7_1 .tp-bgimg {
	background-position: center center !important;
	background-size: cover !important;
}

/* Arka plan görseli zaten tam kolajı gösteriyor, ikinci kopyayı gizle. */
#rev_slider_7_1 .tp-caption {
	display: none !important;
}

/* Process cards */
.home .mcb-section-e3f1cf8f6 {
	padding: 82px 0 92px !important;
	border: 0 !important;
	background: var(--mega-surface) !important;
}

.home .mcb-section-e3f1cf8f6 .move-up {
	margin-top: 0 !important;
}

.home .mcb-item-c7a9bee93 span {
	padding: 8px 16px !important;
	border-radius: 999px;
	background: rgba(243, 107, 33, .11) !important;
	color: var(--mega-primary) !important;
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: .14em;
}

.home .mcb-wrap-37429d226 {
	padding-top: 38px !important;
	display: flex;
	gap: 22px;
}

.home .mcb-wrap-37429d226 .mcb-wrap-inner {
	display: contents;
}

.home .mcb-wrap-37429d226 .column_list {
	box-sizing: border-box;
	flex: 1;
	float: none;
	width: auto;
	margin: 0;
}

.home .mcb-wrap-37429d226 .list_item {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(19, 34, 56, .06);
}

.home .mcb-wrap-37429d226 .list_item:hover {
	border-color: rgba(243, 107, 33, .34);
	box-shadow: var(--mega-shadow);
	transform: translateY(-5px);
}

.home .mcb-wrap-37429d226 .circle {
	width: 52px;
	height: 52px;
	margin: 0 0 22px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--mega-primary), #ff9b4b);
	box-shadow: 0 10px 22px rgba(243, 107, 33, .25);
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 52px;
}

.home .mcb-wrap-37429d226 .list_right {
	padding: 0;
}

.home .mcb-wrap-37429d226 h4 {
	margin: 0;
	color: var(--mega-ink) !important;
	font-size: 19px;
	line-height: 1.45;
}

/* Remove the empty legacy spacer */
.home .mcb-section-11b6lhzjb {
	display: none;
}

/* Services */
.home .mcb-section-f3df10a17 {
	padding: 96px 0 88px !important;
	border: 0 !important;
	background: #fff !important;
}

.home .mcb-section-f3df10a17 .fancy_heading {
	margin-bottom: 42px;
}

.home .mcb-section-f3df10a17 .fancy_heading .title {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: var(--mega-ink);
}

.home .mcb-section-f3df10a17 .column_list {
	box-sizing: border-box;
	padding: 0 11px;
}

.home .mcb-section-f3df10a17 .list_item {
	min-height: 190px;
	box-sizing: border-box;
	padding: 32px;
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	background: linear-gradient(145deg, #fff, #f8fafc);
	box-shadow: 0 12px 34px rgba(19, 34, 56, .06);
}

.home .mcb-section-f3df10a17 .list_item:hover {
	border-color: rgba(243, 107, 33, .35);
	box-shadow: var(--mega-shadow);
	transform: translateY(-5px);
}

.home .mcb-section-f3df10a17 .list_left {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: rgba(243, 107, 33, .10);
}

.home .mcb-section-f3df10a17 .list_left img {
	display: none;
}

.home .mcb-section-f3df10a17 .list_left::before {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: var(--mega-primary);
	font-size: 30px;
	content: "✦";
}

.home .mcb-section-f3df10a17 .column_list:nth-of-type(3) .list_left::before {
	content: "✓";
}

.home .mcb-section-f3df10a17 .list_right {
	margin-left: 86px;
}

.home .mcb-section-f3df10a17 .list_right h4 {
	margin-bottom: 10px;
	color: var(--mega-ink);
	font-size: 22px;
}

.home .mcb-section-f3df10a17 .desc {
	color: var(--mega-muted);
	font-size: 15px;
	line-height: 1.7;
}

/* Call to action */
.home .mcb-section-f6a72a498 {
	margin: 0;
	padding: 72px 0 !important;
	background: linear-gradient(120deg, #132238 0%, #253b57 100%) !important;
}

.home .mcb-section-f6a72a498 h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.2;
	font-weight: 750;
}

.home .mcb-section-f6a72a498 a.button {
	padding: 4px 8px;
	border: 0;
	border-radius: 999px;
	background: var(--mega-primary) !important;
	box-shadow: 0 12px 28px rgba(243, 107, 33, .28);
	color: #fff;
}

.home .mcb-section-f6a72a498 a.button:hover {
	background: #fff !important;
	box-shadow: 0 15px 32px rgba(0, 0, 0, .18);
	color: var(--mega-ink);
	transform: translateY(-3px);
}

.home .mcb-section-f6a72a498 .button_icon {
	background: transparent !important;
}

/* Footer */
#Footer {
	background: #0d1929 !important;
	color: #9ba9ba;
}

#Footer h1, #Footer h2, #Footer h3, #Footer h4 {
	color: #fff;
}

#Footer a {
	color: #d7dee7;
}

#Footer a:hover {
	color: var(--mega-primary);
}

#Footer .footer_copy {
	border-top-color: rgba(255, 255, 255, .09);
}

/* Inputs and reusable elements */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	border: 1px solid var(--mega-border) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--mega-primary) !important;
	box-shadow: 0 0 0 4px rgba(243, 107, 33, .10) !important;
}

@media only screen and (max-width: 1239px) {
	#Top_bar #menu {
		overflow: hidden;
		border-radius: 16px;
		background: #132238 !important;
		box-shadow: 0 18px 40px rgba(13, 25, 41, .35);
	}

	#Top_bar #menu ul li a,
	#Top_bar #menu ul li.submenu .menu-toggle {
		color: #e7ecf3 !important;
	}

	#Top_bar #menu ul li a:hover,
	#Top_bar #menu ul li.current-menu-item > a {
		color: var(--mega-primary) !important;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--mega-header-h: 62px;
	}

	body {
		font-size: 15px;
	}

	/* Tema, mobilde satır içi stille beyaz arka plan zorluyor; özgüllük artırıldı. */
	body #Top_bar,
	body #Top_bar .top_bar_left {
		min-height: 62px;
		background: #0d1929 !important;
	}

	#Top_bar #logo {
		height: 62px !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 62px !important;
	}

	#Top_bar #logo img {
		max-height: 40px !important;
	}

	#Top_bar a.responsive-menu-toggle {
		top: 16px !important;
	}

	/* Mobil menüde bağlantılar tekrar dolgulu olsun, sipariş kısayolu buton kalsın. */
	#Top_bar #menu ul li a {
		padding: 4px 20px !important;
	}

	#Top_bar #menu ul li a span:not(.description) {
		padding: 0 !important;
		line-height: 40px !important;
	}

	#Top_bar #menu ul li.mega-menu-cta > a {
		padding: 6px 20px 14px !important;
	}

	#Top_bar #menu ul li.mega-menu-cta > a span:not(.description) {
		display: block;
		margin: 0;
		padding: 0 18px !important;
		border-radius: 999px;
		background: var(--mega-primary);
		box-shadow: none;
		color: #fff !important;
		line-height: 44px !important;
		text-align: center;
	}

	.home .mcb-section-e3f1cf8f6,
	.home .mcb-section-f3df10a17 {
		padding: 64px 0 !important;
	}

	.home .mcb-wrap-37429d226 {
		display: block;
		padding-top: 28px !important;
	}

	.home .mcb-wrap-37429d226 .mcb-wrap-inner {
		display: block;
	}

	.home .mcb-wrap-37429d226 .column_list {
		margin-bottom: 16px;
	}

	.home .mcb-section-f3df10a17 .column_list {
		width: 100% !important;
		margin: 0 0 18px;
		padding: 0;
	}

	.home .mcb-section-f3df10a17 .list_item {
		min-height: 0;
		padding: 24px;
	}

	.home .mcb-section-f3df10a17 .list_left {
		width: 52px;
		height: 52px;
	}

	.home .mcb-section-f3df10a17 .list_right {
		margin-left: 68px;
	}

	.home .mcb-section-f6a72a498 {
		padding: 54px 0 !important;
		text-align: center;
	}

	.home .mcb-section-f6a72a498 .column {
		width: 100% !important;
		margin: 0 0 24px;
	}

	.home .mcb-section-f6a72a498 .column_attr {
		text-align: center !important;
	}
}

/* --------------------------------------------------------------------------
 * Modern iç sayfalar ve yerel SEO içerikleri
 * ----------------------------------------------------------------------- */
.mega-page {
	--mega-content: 1180px;
	color: var(--mega-muted);
	font-size: 16px;
	line-height: 1.75;
}

.mega-page *,
.mega-page *::before,
.mega-page *::after {
	box-sizing: border-box;
}

.mega-container {
	width: min(calc(100% - 48px), var(--mega-content, 1180px));
	margin-inline: auto;
}

.mega-page h1,
.mega-page h2,
.mega-page h3 {
	margin-top: 0;
	color: var(--mega-ink);
}

.mega-page h1 {
	max-width: 900px;
	margin-bottom: 24px;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -.045em;
}

.mega-page h2 {
	margin-bottom: 22px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.12;
	font-weight: 780;
	letter-spacing: -.035em;
}

.mega-page h3 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 750;
}

.mega-page p {
	margin: 0 0 20px;
}

.mega-page a {
	text-decoration: none;
}

/* Modern sayfalarda tema içerik sarmalayıcısı genişliği sınırlamasın; bölüm
   arka planları tam genişlik olur, iç genişliği .mega-container belirler. */
body.mega-modern .section.the_content > .section_wrapper {
	max-width: none !important;
	padding: 0 !important;
}

body.mega-modern .section.the_content > .section_wrapper > .the_content_wrapper {
	width: 100% !important;
	margin: 0 !important;
}

body.mega-modern #Content {
	padding-top: 0 !important;
}

.mega-page-hero,
.mega-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(84px, 10vw, 138px) 0;
	background:
		radial-gradient(circle at 82% 25%, rgba(243, 107, 33, .22), transparent 23%),
		linear-gradient(125deg, #0d1929 0%, #182d47 70%, #213c5b 100%);
}

/* Ana sayfa: geniş tanıtım görseli üzerinde slogan ve çağrı butonları. */
/* Görsel katmanı mutlak konumlu; flex/grid düzeni yüzdelik yüksekliği
   bozduğu için bölüm blok olarak kalıyor. */
.mega-hero {
	display: block;
	min-height: clamp(420px, 46vw, 560px);
	padding: clamp(76px, 8vw, 116px) 0;
	isolation: isolate;
}

/* Tema img kurallarında height:auto var; görselin bölümü kaplaması için
   yükseklik açıkça korunuyor. */
.mega-hero .mega-hero__bg {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center right;
	inset: 0;
}

.mega-hero::after {
	position: absolute;
	z-index: -1;
	background:
		linear-gradient(97deg, rgba(8, 15, 26, .95) 0%, rgba(8, 15, 26, .88) 34%, rgba(8, 15, 26, .58) 62%, rgba(8, 15, 26, .34) 100%),
		linear-gradient(to top, rgba(8, 15, 26, .75), transparent 45%);
	content: "";
	inset: 0;
}

.mega-hero .mega-container {
	position: relative;
	z-index: 1;
}

.mega-hero h1 {
	max-width: 15ch;
	color: #fff;
	text-shadow: 0 2px 24px rgba(4, 10, 18, .45);
}

.mega-hero p {
	max-width: 620px;
	color: #d5dfec;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.7;
}

.mega-hero-badges {
	display: flex;
	flex-wrap: wrap;
	margin: 34px 0 0 !important;
	padding: 0 !important;
	gap: 10px;
	list-style: none !important;
}

.mega-hero-badges li {
	padding: 9px 16px 9px 38px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(6px);
	color: #eef3f9;
	font-size: 14px;
	font-weight: 600;
}

.mega-hero-badges li::before {
	position: absolute;
	left: 15px;
	color: var(--mega-primary);
	content: "✓";
	font-weight: 800;
}

.mega-page-hero:not(.mega-hero)::after {
	position: absolute;
	right: -90px;
	bottom: -160px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .018);
	content: "";
}

.mega-page-hero .mega-container {
	position: relative;
	z-index: 1;
}

.mega-page-hero span,
.mega-hero .mega-eyebrow,
.mega-section-heading span,
.mega-kicker,
.mega-eyebrow {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--mega-primary);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mega-page-hero h1 {
	color: #fff;
}

.mega-page-hero p {
	max-width: 760px;
	color: #c9d4e2;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.7;
}

.mega-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.mega-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border: 1px solid var(--mega-primary);
	border-radius: 999px;
	background: var(--mega-primary);
	box-shadow: 0 12px 30px rgba(243, 107, 33, .23);
	color: #fff !important;
	font-size: 15px;
	font-weight: 750;
}

.mega-btn:hover {
	border-color: #ff8743;
	background: #ff8743;
	box-shadow: 0 16px 38px rgba(243, 107, 33, .32);
	transform: translateY(-2px);
}

.mega-btn--ghost {
	border-color: rgba(255, 255, 255, .25);
	background: transparent;
	box-shadow: none;
}

.mega-btn--ghost:hover {
	border-color: #fff;
	background: #fff;
	color: var(--mega-ink) !important;
}

.mega-btn--whatsapp {
	border-color: #18a957;
	background: #18a957;
	box-shadow: 0 12px 30px rgba(24, 169, 87, .24);
}

.mega-section {
	padding: clamp(72px, 9vw, 112px) 0;
	background: #fff;
}

.mega-section--soft {
	background: var(--mega-surface);
}

.mega-section--dark {
	background: #0d1929;
	color: #c3cfdd;
}

.mega-section--dark h2,
.mega-section--dark h3 {
	color: #fff;
}

.mega-section--dark .mega-kicker,
.mega-section--dark .mega-section-heading span {
	color: #ff8a48;
}

.mega-section-heading {
	display: grid;
	align-items: end;
	margin-bottom: 48px;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
	gap: 50px;
}

.mega-section-heading h2,
.mega-section-heading p {
	margin-bottom: 0;
}

.mega-lead {
	max-width: 900px;
	color: #4e6178;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.75;
}

.mega-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.mega-card {
	position: relative;
	min-width: 0;
	padding: 30px;
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(19, 34, 56, .055);
}

.mega-card:hover {
	border-color: rgba(243, 107, 33, .38);
	box-shadow: var(--mega-shadow);
	transform: translateY(-5px);
}

.mega-card__number {
	display: inline-grid;
	width: 46px;
	height: 46px;
	margin-bottom: 34px;
	place-items: center;
	border-radius: 14px;
	background: rgba(243, 107, 33, .11);
	color: var(--mega-primary);
	font-size: 14px;
	font-weight: 850;
}

.mega-card p {
	font-size: 15px;
	line-height: 1.7;
}

.mega-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mega-primary) !important;
	font-size: 14px;
	font-weight: 750;
}

.mega-link:hover {
	gap: 12px;
}

.mega-region-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.mega-region {
	display: flex;
	min-height: 185px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 26px;
	border: 1px solid var(--mega-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 34, 56, .045);
	color: var(--mega-ink) !important;
}

.mega-region span {
	color: var(--mega-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mega-region strong {
	margin: 7px 0 18px;
	font-size: 27px;
	line-height: 1.1;
}

.mega-region em {
	color: var(--mega-muted);
	font-size: 13px;
	font-style: normal;
}

.mega-region:hover {
	border-color: var(--mega-primary);
	background: var(--mega-primary);
	box-shadow: 0 18px 40px rgba(243, 107, 33, .22);
	transform: translateY(-4px);
}

.mega-region:hover span,
.mega-region:hover strong,
.mega-region:hover em {
	color: #fff;
}

.mega-split {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: clamp(44px, 8vw, 100px);
}

.mega-checks {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mega-checks li {
	position: relative;
	margin: 0 0 12px;
	padding: 17px 18px 17px 54px;
	border: 1px solid var(--mega-border);
	border-radius: 14px;
	background: rgba(255, 255, 255, .86);
	color: var(--mega-ink);
	font-weight: 700;
}

.mega-checks li::before {
	position: absolute;
	top: 14px;
	left: 15px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(243, 107, 33, .12);
	color: var(--mega-primary);
	content: "✓";
}

.mega-section--dark .mega-checks li {
	border-color: rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .055);
	color: #fff;
}

.mega-steps {
	display: grid;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.mega-steps li {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	background: rgba(255, 255, 255, .045);
}

.mega-steps b {
	display: block;
	margin-bottom: 38px;
	color: var(--mega-primary);
	font-size: 14px;
}

.mega-steps p {
	margin: 0;
	font-size: 14px;
}

.mega-faq {
	max-width: 900px;
}

.mega-faq details {
	margin-bottom: 12px;
	padding: 0 24px;
	border: 1px solid var(--mega-border);
	border-radius: 15px;
	background: #fff;
}

.mega-faq summary {
	padding: 21px 0;
	color: var(--mega-ink);
	font-weight: 750;
	cursor: pointer;
}

.mega-faq details p {
	padding: 0 0 20px;
}

.mega-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mega-stat-grid div {
	min-height: 150px;
	padding: 25px;
	border: 1px solid var(--mega-border);
	border-radius: 18px;
	background: var(--mega-surface);
}

.mega-stat-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--mega-primary);
	font-size: 42px;
	line-height: 1;
}

.mega-stat-grid span {
	color: var(--mega-ink);
	font-weight: 700;
}

.mega-gallery .gallery {
	display: grid;
	margin: 0 !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mega-gallery .gallery-item {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.mega-gallery .gallery-icon {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	background: var(--mega-surface);
}

.mega-gallery .gallery-icon a,
.mega-gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.mega-gallery .gallery-icon img {
	border: 0 !important;
	object-fit: cover;
	transition: transform .45s ease;
}

.mega-gallery .gallery-item:hover img {
	transform: scale(1.055);
}

.mega-gallery .gallery-icon {
	position: relative;
	box-shadow: 0 14px 36px rgba(19, 34, 56, .10);
	cursor: zoom-in;
}

.mega-gallery .gallery-caption {
	margin: 10px 4px 0 !important;
	color: var(--mega-muted);
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.mega-gallery-note {
	max-width: 820px;
	margin: 30px 0 0 !important;
	padding: 16px 18px;
	border-left: 3px solid var(--mega-primary);
	border-radius: 0 12px 12px 0;
	background: var(--mega-surface);
	font-size: 13px;
}

.mega-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	visibility: hidden;
	place-items: center;
	padding: 28px 96px;
	background: rgba(4, 12, 22, .94);
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
}

.mega-lightbox.is-open {
	visibility: visible;
	opacity: 1;
}

.mega-lightbox__figure {
	display: grid;
	width: min(1120px, 100%);
	max-height: calc(100vh - 56px);
	margin: 0;
	place-items: center;
}

.mega-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 130px);
	border-radius: 14px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
	object-fit: contain;
}

.mega-lightbox__caption {
	margin-top: 14px;
	color: #d7e0eb;
	font-size: 14px;
	text-align: center;
}

.mega-lightbox button {
	position: absolute;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .09);
	color: #fff;
	font-size: 29px;
	line-height: 1;
	cursor: pointer;
}

.mega-lightbox button:hover,
.mega-lightbox button:focus-visible {
	border-color: var(--mega-primary);
	background: var(--mega-primary);
	outline: none;
}

.mega-lightbox__close {
	top: 22px;
	right: 22px;
}

.mega-lightbox__prev,
.mega-lightbox__next {
	top: 50%;
	transform: translateY(-50%);
}

.mega-lightbox__prev {
	left: 24px;
}

.mega-lightbox__next {
	right: 24px;
}

body.mega-lightbox-open {
	overflow: hidden;
}

.mega-btn--outline {
	border-color: var(--mega-border);
	background: #fff;
	box-shadow: none;
	color: var(--mega-ink) !important;
}

.mega-btn--outline:hover {
	border-color: var(--mega-ink);
	background: var(--mega-ink);
	color: #fff !important;
}

/* Online sipariş formu */
.mega-order {
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	background: #fff;
	box-shadow: 0 16px 44px rgba(19, 34, 56, .08);
}

.mega-order__notice {
	margin: 0 0 22px !important;
	padding: 16px 18px;
	border-radius: 14px;
	font-weight: 700;
}

.mega-order__notice--success {
	background: rgba(24, 169, 87, .12);
	color: #12703c;
}

.mega-order__notice--error {
	background: rgba(214, 45, 32, .10);
	color: #a32217;
}

.mega-order__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mega-order__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mega-order__grid label {
	display: block;
	color: var(--mega-ink);
	font-size: 13px;
	font-weight: 750;
}

.mega-order__grid label span {
	color: var(--mega-primary);
}

.mega-order__wide {
	grid-column: 1 / -1;
}

.mega-order input,
.mega-order select,
.mega-order textarea {
	width: 100%;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid var(--mega-border) !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: var(--mega-ink);
	font-size: 15px;
	font-weight: 500;
}

.mega-order input[readonly] {
	background: var(--mega-surface) !important;
	color: var(--mega-muted);
}

.mega-order__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.mega-order__actions .mega-btn {
	cursor: pointer;
}

.mega-order__hint {
	margin: 18px 0 0 !important;
	color: var(--mega-muted);
	font-size: 13px;
}

.mega-steps--light li {
	border-color: var(--mega-border);
	background: #fff;
}

.mega-steps--light b {
	margin-bottom: 14px;
}

.mega-steps--light p {
	color: var(--mega-muted);
}

.mega-contact-grid {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: 50px;
}

.mega-contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mega-contact-cards > * {
	min-height: 190px;
	padding: 27px;
	border: 1px solid var(--mega-border);
	border-radius: 20px;
	background: #fff;
	color: var(--mega-ink) !important;
}

.mega-contact-cards > a:hover {
	border-color: var(--mega-primary);
	box-shadow: var(--mega-shadow);
	transform: translateY(-4px);
}

.mega-contact-cards span,
.mega-contact-cards em {
	display: block;
	color: var(--mega-primary);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mega-contact-cards strong {
	display: block;
	margin: 22px 0 12px;
	font-size: 20px;
	line-height: 1.4;
}

.mega-contact-cards p,
.mega-contact-cards em {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.mega-contact-form {
	position: sticky;
	top: 110px;
	padding: 38px;
	border-radius: 24px;
	background: #0d1929;
	box-shadow: var(--mega-shadow);
	color: #c3cfdd;
}

.mega-contact-form h2 {
	color: #fff;
}

.mega-contact-form .mega-btn {
	margin-top: 10px;
}

.mega-cf7 {
	margin: 30px 0 0;
}

.mega-cf7 h3,
.mega-cf7 label {
	color: #fff;
}

.mega-cf7 h3 {
	font-size: 20px;
}

.mega-cf7 label {
	display: block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
}

.mega-cf7 input[type="text"],
.mega-cf7 input[type="email"],
.mega-cf7 textarea {
	width: 100%;
	margin-top: 6px;
	border: 1px solid rgba(255, 255, 255, .15) !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff;
}

.mega-cf7 textarea {
	min-height: 110px;
}

.mega-cf7 input[type="submit"] {
	width: 100%;
	padding: 15px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--mega-primary);
	color: #fff;
	font-weight: 750;
	cursor: pointer;
}

.mega-cf7 input[type="submit"]:hover {
	background: #ff8743;
}

.mega-contact-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 24px 0 14px;
	color: #8194a9;
	font-size: 12px;
	text-transform: uppercase;
}

.mega-contact-divider::before,
.mega-contact-divider::after {
	height: 1px;
	flex: 1;
	background: rgba(255, 255, 255, .12);
	content: "";
}

.mega-note {
	margin-top: 22px !important;
	color: #96a8ba;
	font-size: 13px;
}

.mega-home-seo {
	padding: clamp(78px, 9vw, 110px) 0 70px;
	background: #fff;
}

.mega-static-hero {
	overflow: hidden;
	background: #0d1929;
}

.mega-static-hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 409;
	object-fit: cover;
}

.mega-home-seo h1 {
	max-width: 980px;
}

.mega-home-seo .mega-actions .mega-btn--ghost {
	border-color: var(--mega-border);
	color: var(--mega-ink) !important;
}

.mega-home-seo .mega-actions .mega-btn--ghost:hover {
	border-color: var(--mega-ink);
	background: var(--mega-ink);
	color: #fff !important;
}

.mega-article {
	padding: clamp(76px, 9vw, 110px) 0;
}

.mega-article .mega-container {
	max-width: 880px;
}

.mega-article > .mega-container > p:first-child {
	color: #41566e;
	font-size: 20px;
	line-height: 1.75;
}

.mega-article h2 {
	margin-top: 52px;
	font-size: clamp(27px, 3vw, 38px);
}

.mega-article ul,
.mega-article ol {
	margin: 22px 0 30px 24px;
}

.mega-article li {
	margin-bottom: 10px;
}

.mega-article-cta {
	margin-top: 62px;
	padding: 38px;
	border-radius: 24px;
	background: #0d1929;
	color: #c3cfdd;
}

.mega-article-cta h2 {
	margin-top: 0;
	color: #fff;
}

/* Modern haberler / bakım rehberi arşivi */
.mega-blog {
	color: var(--mega-muted);
}

.mega-blog-section {
	padding: clamp(74px, 9vw, 110px) 0;
	background: var(--mega-surface);
}

.mega-blog-heading {
	display: grid;
	align-items: end;
	margin-bottom: 44px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: 50px;
}

.mega-blog-heading h2 {
	margin: 0;
}

.mega-blog-heading p {
	margin: 0;
	font-size: 17px;
}

.mega-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.mega-post-card {
	overflow: hidden;
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(19, 34, 56, .065);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mega-post-card:hover {
	border-color: rgba(243, 107, 33, .35);
	box-shadow: var(--mega-shadow);
	transform: translateY(-5px);
}

.mega-post-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #132238;
}

.mega-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.mega-post-card:hover .mega-post-card__image img {
	transform: scale(1.045);
}

.mega-post-card__placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	color: #fff;
	font-weight: 800;
}

.mega-post-card__body {
	padding: 28px;
}

.mega-post-card time {
	display: block;
	margin-bottom: 14px;
	color: var(--mega-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mega-post-card h2 {
	margin: 0 0 14px;
	font-size: 23px;
	line-height: 1.28;
}

.mega-post-card h2 a {
	color: var(--mega-ink);
}

.mega-post-card p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.7;
}

.mega-pagination {
	margin-top: 45px;
}

.mega-pagination ul {
	display: flex;
	justify-content: center;
	margin: 0;
	gap: 8px;
	list-style: none;
}

.mega-pagination a,
.mega-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	place-items: center;
	border: 1px solid var(--mega-border);
	border-radius: 11px;
	background: #fff;
	color: var(--mega-ink);
	font-weight: 700;
}

.mega-pagination .current,
.mega-pagination a:hover {
	border-color: var(--mega-primary);
	background: var(--mega-primary);
	color: #fff;
}

.mega-blog-cta {
	padding: 62px 0;
	background: #0d1929;
}

.mega-blog-cta .mega-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.mega-blog-cta span {
	color: var(--mega-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mega-blog-cta h2 {
	max-width: 800px;
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(25px, 3vw, 38px);
}

/* Footer: bütün metinler için yeterli kontrast */
#Footer {
	padding-top: 16px;
	background: #091522 !important;
	color: #cbd5e1 !important;
}

#Footer .widgets_wrapper {
	padding: 60px 0 48px !important;
}

#Footer .widgets_wrapper .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 70px;
}

#Footer .widgets_wrapper .column {
	float: none;
	width: auto !important;
	margin: 0;
}

#Footer .widget,
#Footer .textwidget,
#Footer p,
#Footer li,
#Footer span,
#Footer address,
#Footer .footer_copy,
#Footer .footer_copy .copyright {
	color: #cbd5e1 !important;
	font-size: 15px;
	line-height: 1.85;
}

#Footer h1,
#Footer h2,
#Footer h3,
#Footer h4,
#Footer h5,
#Footer h6,
#Footer strong {
	color: #fff !important;
}

#Footer h4 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.35;
}

#Footer a,
#Footer .footer_copy a,
#Footer .widget a {
	color: #ff9a5f !important;
	text-decoration: none;
}

#Footer a:hover,
#Footer .footer_copy a:hover,
#Footer .widget a:hover {
	color: #fff !important;
}

#Footer .footer_copy {
	border-top: 1px solid rgba(255, 255, 255, .1) !important;
}

@media only screen and (max-width: 959px) {
	.mega-card-grid,
	.mega-region-grid,
	.mega-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mega-section-heading,
	.mega-split,
	.mega-contact-grid,
	.mega-blog-heading {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.mega-post-grid,
	.mega-order__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mega-contact-form {
		position: static;
	}
}

@media only screen and (max-width: 767px) {
	.mega-container {
		width: min(calc(100% - 36px), var(--mega-content, 1180px));
	}

	.mega-page-hero,
	.mega-hero,
	.mega-section {
		padding: 64px 0;
	}

	.mega-hero {
		min-height: 0;
	}

	.mega-hero .mega-hero__bg {
		object-position: 32% center;
	}

	.mega-hero h1 {
		max-width: none;
	}

	.mega-hero-badges {
		margin-top: 24px !important;
	}

	.mega-hero-badges li {
		padding: 7px 13px 7px 32px;
		font-size: 13px;
	}

	.mega-page h1 {
		font-size: clamp(36px, 12vw, 52px);
	}

	.mega-section-heading {
		margin-bottom: 32px;
	}

	.mega-card-grid,
	.mega-region-grid,
	.mega-steps,
	.mega-gallery .gallery,
	.mega-post-grid,
	.mega-contact-cards,
	.mega-order__grid,
	.mega-stat-grid {
		grid-template-columns: 1fr;
	}

	.mega-card,
	.mega-contact-form,
	.mega-article-cta {
		padding: 26px;
	}

	.mega-region {
		min-height: 150px;
	}

	#Footer .widgets_wrapper .container {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.mega-lightbox {
		padding: 72px 14px 24px;
	}

	.mega-lightbox__image {
		max-height: calc(100vh - 160px);
	}

	.mega-lightbox button {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}

	.mega-lightbox__close {
		top: 14px;
		right: 14px;
	}

	.mega-lightbox__prev {
		left: 10px;
	}

	.mega-lightbox__next {
		right: 10px;
	}

	.mega-blog-cta .mega-container {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*, *::before, *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
