/* =========================================================
   Direksiyon Eğitim Kursu Teması — Ana Stil
   Geliştirici: Zohi (zohi.net)  •  v1.0.6
   ========================================================= */

:root {
	--dek-primary: #e53935;
	--dek-primary-dark: #b71c1c;
	--dek-dark: #14213d;
	--dek-dark-2: #1d2d50;
	--dek-text: #33404f;
	--dek-muted: #6b7787;
	--dek-bg: #f6f8fb;
	--dek-white: #ffffff;
	--dek-yellow: #ffc107;
	--dek-radius: 14px;
	--dek-shadow: 0 10px 30px rgba(20, 33, 61, 0.10);
	--dek-shadow-lg: 0 18px 50px rgba(20, 33, 61, 0.18);
	--dek-font-head: 'Montserrat', -apple-system, sans-serif;
	--dek-font-body: 'Open Sans', -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--dek-font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--dek-text);
	background: var(--dek-white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--dek-font-head);
	color: var(--dek-dark);
	line-height: 1.25;
	margin: 0 0 0.6em;
}

a { color: var(--dek-primary); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--dek-primary-dark); }

.dek-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.dek-center { text-align: center; margin-top: 36px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
	clip: auto; width: auto; height: auto;
	position: fixed; top: 8px; left: 8px;
	background: var(--dek-dark); color: #fff;
	padding: 10px 16px; border-radius: 8px; z-index: 9999;
}

/* ---------- Butonlar ---------- */
.dek-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: var(--dek-font-head);
	font-weight: 700;
	font-size: 14.5px;
	letter-spacing: .2px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
	white-space: nowrap;
}
.dek-btn:hover { transform: translateY(-3px); }
.dek-btn-lg { padding: 15px 30px; font-size: 16px; }
.dek-btn-primary {
	background: linear-gradient(135deg, var(--dek-primary), var(--dek-primary-dark));
	color: #fff;
	box-shadow: 0 8px 22px rgba(229, 57, 53, .38);
}
.dek-btn-primary:hover { color: #fff; box-shadow: 0 14px 32px rgba(229, 57, 53, .5); }
.dek-btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.dek-btn-outline:hover { background: #fff; color: var(--dek-dark); }
.dek-btn-light,
.dek-footer .dek-btn-light,
.dek-footer a.dek-btn-light { background: #fff; color: var(--dek-primary-dark); box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.dek-btn-light:hover,
.dek-footer .dek-btn-light:hover,
.dek-footer a.dek-btn-light:hover { background: var(--dek-dark); color: #fff; }
.dek-btn-light svg { flex: none; }
.dek-btn-call { background: var(--dek-dark); color: #fff; padding: 10px 20px; }
.dek-btn-call:hover { background: var(--dek-primary); color: #fff; }

/* ---------- Üst Bar ---------- */
.dek-topbar {
	background: var(--dek-dark);
	color: #cdd6e4;
	font-size: 13px;
}
.dek-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 38px;
	gap: 12px;
}
.dek-topbar-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.dek-topbar-item { display: inline-flex; align-items: center; gap: 6px; color: #cdd6e4; }
.dek-topbar-item:hover { color: #fff; }
.dek-topbar-item svg { color: var(--dek-primary); flex: none; }
.dek-topbar-social { display: flex; align-items: center; gap: 4px; }
.dek-topbar-social a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; border-radius: 50%;
	color: #cdd6e4; transition: all .25s ease;
}
.dek-topbar-social a:hover { color: #fff; background: var(--dek-primary); transform: translateY(-2px); }

/* ---------- Header ---------- */
.dek-header {
	position: sticky;
	top: 0;
	z-index: 900;
	background: #ffffff;
	box-shadow: 0 2px 14px rgba(20,33,61,.08);
	transition: box-shadow .3s ease;
}
.dek-header.is-scrolled { box-shadow: 0 6px 24px rgba(20,33,61,.14); }
.dek-header-inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 76px;
}
.dek-branding { flex: none; }
.dek-branding img { max-height: 58px; width: auto; display: block; }
.dek-logo-text { display: inline-flex; align-items: center; gap: 10px; }
.dek-logo-icon { color: var(--dek-primary); display: inline-flex; animation: dek-spin 14s linear infinite; }
.dek-logo-name { display: flex; flex-direction: column; line-height: 1.15; }
.dek-logo-name strong { font-family: var(--dek-font-head); font-weight: 800; font-size: 17px; color: var(--dek-dark); }
.dek-logo-name em { font-style: normal; font-size: 11.5px; color: var(--dek-muted); }

.dek-nav { margin-left: auto; }
.dek-menu, .dek-menu ul { list-style: none; margin: 0; padding: 0; }
.dek-menu { display: flex; align-items: center; gap: 2px; }
.dek-menu > li { position: relative; }
.dek-menu > li > a {
	display: block;
	padding: 10px 13px;
	font-family: var(--dek-font-head);
	font-weight: 600;
	font-size: 13.5px;
	color: var(--dek-dark);
	text-transform: uppercase;
	letter-spacing: .3px;
	position: relative;
}
.dek-menu > li > a::after {
	content: "";
	position: absolute;
	left: 13px; right: 13px; bottom: 4px;
	height: 2.5px;
	background: var(--dek-primary);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}
.dek-menu > li:hover > a::after,
.dek-menu > li.current-menu-item > a::after { transform: scaleX(1); }
.dek-menu > li:hover > a,
.dek-menu > li.current-menu-item > a { color: var(--dek-primary); }

.dek-menu .sub-menu {
	position: absolute;
	top: 100%; left: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 12px;
	box-shadow: var(--dek-shadow-lg);
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: all .3s ease;
}
.dek-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(4px); }
.dek-menu .sub-menu a {
	display: block;
	padding: 9px 14px;
	border-radius: 8px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--dek-dark);
}
.dek-menu .sub-menu a:hover { background: var(--dek-bg); color: var(--dek-primary); }

.dek-nav-check { display: none; }
.dek-nav-backdrop, .dek-nav-close { display: none; }

.dek-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px; height: 44px;
	padding: 10px;
	background: var(--dek-dark);
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}
.dek-nav-toggle span {
	display: block;
	height: 2.5px;
	background: #fff;
	border-radius: 2px;
	transition: transform .3s ease, opacity .3s ease;
}
.dek-nav-check:checked ~ .dek-nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.dek-nav-check:checked ~ .dek-nav-toggle span:nth-child(2) { opacity: 0; }
.dek-nav-check:checked ~ .dek-nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.dek-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--dek-dark) 0%, var(--dek-dark-2) 55%, #35205a 100%);
	color: #eaf0f8;
}
.dek-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.dek-hero-shape {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	opacity: .5;
	animation: dek-float 9s ease-in-out infinite;
}
.dek-hero-shape.s1 { width: 340px; height: 340px; top: -120px; right: -80px; background: radial-gradient(circle, rgba(229,57,53,.55), transparent 65%); }
.dek-hero-shape.s2 { width: 260px; height: 260px; bottom: -100px; left: -60px; background: radial-gradient(circle, rgba(255,193,7,.35), transparent 65%); animation-delay: -3s; }
.dek-hero-shape.s3 { width: 180px; height: 180px; top: 30%; left: 42%; background: radial-gradient(circle, rgba(64,120,255,.3), transparent 65%); animation-delay: -6s; }
.dek-hero-road {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 8px;
	background: repeating-linear-gradient(90deg, var(--dek-yellow) 0 42px, transparent 42px 84px);
	opacity: .55;
	animation: dek-road 1.2s linear infinite;
}
.dek-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	align-items: center;
	gap: 40px;
	padding: 84px 20px 96px;
}
.dek-hero-badge {
	display: inline-block;
	padding: 7px 16px;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.22);
	font-family: var(--dek-font-head);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--dek-yellow);
	margin-bottom: 20px;
}
.dek-hero h1 {
	color: #fff;
	font-size: clamp(30px, 4.6vw, 52px);
	font-weight: 900;
	margin-bottom: 18px;
}
.dek-hero-text p { font-size: 17.5px; color: #c6d2e2; max-width: 560px; margin: 0 0 28px; }
.dek-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.dek-hero-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; flex-wrap: wrap; }
.dek-hero-list li {
	position: relative;
	padding-left: 26px;
	font-size: 14.5px;
	font-weight: 600;
	color: #dbe4f0;
}
.dek-hero-list li::before {
	content: "";
	position: absolute;
	left: 0; top: 4px;
	width: 17px; height: 17px;
	border-radius: 50%;
	background: var(--dek-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4'%3E%3Cpath d='M5 13l4 4 10-10'/%3E%3C/svg%3E") center/10px no-repeat;
}

.dek-hero-visual { display: flex; justify-content: center; }
.dek-car {
	width: min(500px, 100%);
	filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .45));
	animation: dek-car-drive 3.2s ease-in-out infinite;
}
.dek-car-svg { display: block; width: 100%; height: auto; }
.dek-car-wheel {
	transform-box: fill-box;
	transform-origin: center;
	animation: dek-spin 1.3s linear infinite;
}
.dek-speed { animation: dek-speed-dash 1.1s ease-in infinite; }
.dek-speed.s2 { animation-delay: .25s; }
.dek-speed.s3 { animation-delay: .5s; }

/* ---------- Kampanya Bandı ---------- */
.dek-campaign {
	background: linear-gradient(90deg, var(--dek-primary-dark), var(--dek-primary));
	color: #fff;
	overflow: hidden;
	padding: 13px 0;
}
.dek-campaign-track {
	display: flex;
	gap: 80px;
	white-space: nowrap;
	width: max-content;
	animation: dek-marquee 22s linear infinite;
	font-family: var(--dek-font-head);
	font-weight: 800;
	font-size: 15.5px;
	letter-spacing: .6px;
}
.dek-campaign:hover .dek-campaign-track { animation-play-state: paused; }

/* ---------- Bölümler ---------- */
.dek-section { padding: 84px 0; }
.dek-services { background: var(--dek-bg); }
.dek-section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.dek-eyebrow {
	display: inline-block;
	font-family: var(--dek-font-head);
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--dek-primary);
	margin-bottom: 10px;
}
.dek-section-head h2 { font-size: clamp(25px, 3.4vw, 36px); font-weight: 800; }

.dek-grid { display: grid; gap: 26px; }
.dek-grid-3 { grid-template-columns: repeat(3, 1fr); }
.dek-grid-2 { grid-template-columns: repeat(2, 1fr); }

.dek-card {
	background: #fff;
	border-radius: var(--dek-radius);
	padding: 34px 28px;
	box-shadow: var(--dek-shadow);
	transition: transform .35s ease, box-shadow .35s ease;
	position: relative;
	overflow: hidden;
}
.dek-card::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--dek-primary), var(--dek-yellow));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s ease;
}
.dek-card:hover { transform: translateY(-8px); box-shadow: var(--dek-shadow-lg); }
.dek-card:hover::before { transform: scaleX(1); }
.dek-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px; height: 62px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(229,57,53,.12), rgba(255,193,7,.14));
	color: var(--dek-primary);
	margin-bottom: 18px;
	transition: transform .35s ease;
}
.dek-card:hover .dek-card-icon { transform: rotate(-8deg) scale(1.08); }
.dek-card h3 { font-size: 19px; font-weight: 700; }
.dek-card p { margin: 0; color: var(--dek-muted); font-size: 15px; }

/* ---------- Sayaçlar ---------- */
.dek-stats {
	background: linear-gradient(135deg, var(--dek-dark), var(--dek-dark-2));
	color: #fff;
	padding: 64px 0;
	position: relative;
	overflow: hidden;
}
.dek-stats::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(600px 200px at 80% 0%, rgba(229,57,53,.25), transparent);
	pointer-events: none;
}
.dek-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	position: relative;
	z-index: 1;
}
.dek-stat { text-align: center; }
.dek-stat-num, .dek-stat-plus {
	font-family: var(--dek-font-head);
	font-size: clamp(34px, 4.4vw, 50px);
	font-weight: 900;
	color: #fff;
}
.dek-stat-plus { color: var(--dek-primary); }
.dek-stat p {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #a9b7ca;
}

/* ---------- Yazı Kartları ---------- */
.dek-post-card {
	background: #fff;
	border-radius: var(--dek-radius);
	overflow: hidden;
	box-shadow: var(--dek-shadow);
	display: flex;
	flex-direction: column;
	transition: transform .35s ease, box-shadow .35s ease;
}
.dek-post-card:hover { transform: translateY(-8px); box-shadow: var(--dek-shadow-lg); }
.dek-post-thumb {
	position: relative;
	display: block;
	aspect-ratio: 3/2;
	overflow: hidden;
	background: linear-gradient(135deg, var(--dek-dark), var(--dek-dark-2));
}
.dek-post-thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.dek-post-card:hover .dek-post-thumb img { transform: scale(1.07); }
.dek-thumb-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,.4);
}
.dek-post-date {
	position: absolute;
	left: 14px; bottom: 14px;
	background: var(--dek-primary);
	color: #fff;
	font-family: var(--dek-font-head);
	font-size: 12px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(0,0,0,.25);
}
.dek-post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.dek-post-body h3, .dek-post-title { font-size: 17.5px; font-weight: 700; margin-bottom: 10px; }
.dek-post-body h3 a, .dek-post-title a { color: var(--dek-dark); }
.dek-post-body h3 a:hover, .dek-post-title a:hover { color: var(--dek-primary); }
.dek-post-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 12.5px; color: var(--dek-muted); margin-bottom: 10px; }
.dek-post-meta a { color: var(--dek-muted); }
.dek-post-meta a:hover { color: var(--dek-primary); }
.dek-post-body p { color: var(--dek-muted); font-size: 14.5px; margin: 0 0 14px; }
.dek-more {
	margin-top: auto;
	font-family: var(--dek-font-head);
	font-weight: 700;
	font-size: 13.5px;
	color: var(--dek-primary);
}
.dek-more:hover { letter-spacing: .4px; }

/* ---------- Sayfa Hero / Liste Düzeni ---------- */
.dek-page-hero {
	background: linear-gradient(135deg, var(--dek-dark), var(--dek-dark-2));
	padding: 52px 0;
	position: relative;
	overflow: hidden;
}
.dek-page-hero::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 6px;
	background: repeating-linear-gradient(90deg, var(--dek-yellow) 0 36px, transparent 36px 72px);
	opacity: .5;
}
.dek-page-title { color: #fff; font-size: clamp(24px, 3.4vw, 38px); font-weight: 800; margin: 0; }
.dek-page-title span { color: var(--dek-yellow); }

.dek-layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	padding-top: 52px;
	padding-bottom: 76px;
	align-items: start;
}
body.no-sidebar .dek-layout,
.dek-layout:not(:has(.dek-sidebar)) { grid-template-columns: 1fr; }

/* ---------- Tekil ---------- */
.dek-single-wrap { padding-top: 52px; }
.dek-single-title { font-size: clamp(24px, 3.2vw, 36px); font-weight: 800; margin: 8px 0 20px; }
.dek-single-thumb { margin: 0 0 28px; border-radius: var(--dek-radius); overflow: hidden; box-shadow: var(--dek-shadow); }
.dek-single-thumb img { display: block; width: 100%; }
.dek-content { font-size: 16.5px; overflow-wrap: break-word; word-wrap: break-word; }
.dek-content p { margin: 0 0 1.2em; }
.dek-content a { word-break: break-word; }
.dek-content img { border-radius: 10px; max-width: 100%; height: auto; }
.dek-content iframe,
.dek-content embed,
.dek-content object,
.dek-content video { max-width: 100%; }
.dek-content pre,
.dek-content code {
	white-space: pre-wrap;
	word-break: break-word;
	max-width: 100%;
	background: var(--dek-bg);
	border-radius: 10px;
}
.dek-content pre { padding: 16px 18px; overflow-x: auto; font-size: 14px; }
.dek-content h2, .dek-content h3 { margin-top: 1.4em; }
.dek-content blockquote {
	margin: 1.4em 0;
	padding: 18px 24px;
	border-left: 4px solid var(--dek-primary);
	background: var(--dek-bg);
	border-radius: 0 10px 10px 0;
	font-style: italic;
}
.dek-content table { width: 100%; border-collapse: collapse; margin: 1.4em 0; }
.dek-content th, .dek-content td { padding: 10px 14px; border: 1px solid #e3e9f1; text-align: left; }
.dek-content th { background: var(--dek-bg); font-family: var(--dek-font-head); }

.dek-tags { margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.dek-tags a {
	background: var(--dek-bg);
	color: var(--dek-muted);
	padding: 5px 14px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 600;
	transition: all .25s ease;
}
.dek-tags a:hover { background: var(--dek-primary); color: #fff; }

.dek-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid #e6ebf2;
	font-family: var(--dek-font-head);
	font-weight: 600;
	font-size: 14px;
}
.dek-post-nav-next { text-align: right; }

/* ---------- Sayfalama ---------- */
.dek-pagination { margin-top: 44px; }
.dek-pagination .nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.dek-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--dek-shadow);
	color: var(--dek-dark);
	font-family: var(--dek-font-head);
	font-weight: 700;
	font-size: 14px;
	transition: all .25s ease;
}
.dek-pagination .page-numbers.current,
.dek-pagination .page-numbers:hover { background: var(--dek-primary); color: #fff; }

/* ---------- Kenar Çubuğu ---------- */
.dek-widget {
	background: #fff;
	border-radius: var(--dek-radius);
	padding: 24px 26px;
	box-shadow: var(--dek-shadow);
	margin-bottom: 26px;
}
.dek-widget .widget-title {
	font-size: 16px;
	font-weight: 800;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 2px solid var(--dek-bg);
	position: relative;
}
.dek-widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0; bottom: -2px;
	width: 44px; height: 2px;
	background: var(--dek-primary);
}
.dek-widget ul { list-style: none; margin: 0; padding: 0; }
.dek-widget li { padding: 7px 0; border-bottom: 1px dashed #e8edf4; font-size: 14.5px; }
.dek-widget li:last-child { border-bottom: 0; }
.dek-widget a { color: var(--dek-text); }
.dek-widget a:hover { color: var(--dek-primary); }
.dek-widget-cta {
	background: linear-gradient(135deg, var(--dek-dark), var(--dek-dark-2));
	color: #cbd6e5;
}
.dek-widget-cta .widget-title { color: #fff; border-color: rgba(255,255,255,.15); }
.dek-widget-cta p { font-size: 14px; }

.dek-search-form { display: flex; gap: 8px; }
.dek-search-field {
	flex: 1;
	min-width: 0;
	padding: 11px 16px;
	border: 2px solid #e3e9f1;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14.5px;
	outline: none;
	transition: border-color .25s ease;
}
.dek-search-field:focus { border-color: var(--dek-primary); }
.dek-search-submit {
	flex: none;
	width: 46px; height: 46px;
	border: 0;
	border-radius: 50%;
	background: var(--dek-primary);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .25s ease, transform .25s ease;
}
.dek-search-submit:hover { background: var(--dek-primary-dark); transform: scale(1.06); }

/* ---------- Yorumlar ---------- */
.dek-comments { margin-top: 48px; }
.dek-comments-title { font-size: 21px; font-weight: 800; }
.dek-comment-list { list-style: none; margin: 0; padding: 0; }
.dek-comment-list .comment-body {
	background: var(--dek-bg);
	border-radius: 12px;
	padding: 18px 20px;
	margin-bottom: 16px;
}
.dek-comment-list .avatar { border-radius: 50%; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e3e9f1;
	border-radius: 10px;
	font-family: inherit;
	font-size: 14.5px;
	outline: none;
	transition: border-color .25s ease;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--dek-primary); }
.comment-form .submit {
	background: var(--dek-primary);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 12px 30px;
	font-family: var(--dek-font-head);
	font-weight: 700;
	cursor: pointer;
	transition: background .25s ease;
}
.comment-form .submit:hover { background: var(--dek-primary-dark); }

/* ---------- 404 ---------- */
.dek-404 { padding: 90px 20px; }
.dek-404-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.dek-404-code {
	font-family: var(--dek-font-head);
	font-size: clamp(80px, 16vw, 150px);
	font-weight: 900;
	line-height: 1;
	background: linear-gradient(135deg, var(--dek-primary), var(--dek-yellow));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
	margin-bottom: 10px;
}
.dek-404 .dek-search-form { margin: 26px auto; max-width: 400px; }

/* ---------- Boş Sonuç ---------- */
.dek-empty { background: #fff; border-radius: var(--dek-radius); box-shadow: var(--dek-shadow); padding: 48px 36px; text-align: center; }
.dek-empty .dek-search-form { max-width: 420px; margin: 20px auto 0; }

/* ---------- Footer ---------- */
.dek-footer { background: var(--dek-dark); color: #aebacb; }
.dek-footer-cta {
	background: linear-gradient(90deg, var(--dek-primary-dark), var(--dek-primary));
	color: #fff;
	padding: 42px 0;
}
.dek-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.dek-footer-cta h2 { color: #fff; font-size: clamp(20px, 2.6vw, 28px); margin-bottom: 4px; }
.dek-footer-cta p { margin: 0; opacity: .9; }

.dek-footer-main { padding: 64px 0 36px; }
.dek-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1.2fr 1fr;
	gap: 56px;
}
.dek-footer .widget-title {
	color: #fff;
	font-size: 15.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 12px;
}
.dek-footer .widget-title::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 40px; height: 3px;
	border-radius: 2px;
	background: var(--dek-primary);
}
.dek-footer-col p { font-size: 14px; }
.dek-footer ul { list-style: none; margin: 0; padding: 0; }
.dek-footer li { padding: 6px 0; font-size: 14px; }
.dek-footer a { color: #aebacb; }
.dek-footer a:hover { color: #fff; }
.dek-footer-menu a, .dek-footer-posts a { position: relative; padding-left: 16px; display: inline-block; }
.dek-footer-menu a::before, .dek-footer-posts a::before {
	content: "›";
	position: absolute;
	left: 0;
	color: var(--dek-primary);
	font-weight: 800;
	transition: transform .25s ease;
}
.dek-footer-menu a:hover::before, .dek-footer-posts a:hover::before { transform: translateX(4px); }
.dek-footer-contact li { font-size: 13.5px; }
.dek-footer-contact strong { color: #dfe6ef; }

.dek-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; }
.dek-footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 13px;
}
.dek-footer-bottom p { margin: 0; }
.dek-credit a { color: var(--dek-primary); font-weight: 700; }
.dek-credit a:hover { color: var(--dek-yellow); }

/* ---------- Sabit Butonlar ---------- */
.dek-whatsapp {
	position: fixed;
	right: 20px; bottom: 20px;
	z-index: 950;
	width: 56px; height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 26px rgba(37,211,102,.45);
	animation: dek-pulse 2.4s ease-out infinite;
	transition: transform .25s ease;
}
.dek-whatsapp:hover { transform: scale(1.1); color: #fff; }

.dek-totop {
	position: fixed;
	right: 24px; bottom: 90px;
	z-index: 950;
	width: 46px; height: 46px;
	border: 0;
	border-radius: 12px;
	background: var(--dek-dark);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: all .3s ease;
	box-shadow: var(--dek-shadow-lg);
}
.dek-totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.dek-totop:hover { background: var(--dek-primary); }

/* ---------- İletişim Sayfası ---------- */
.dek-contact-page { padding: 52px 0 76px; background: var(--dek-bg); }
.dek-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.dek-contact-card {
	background: #fff;
	border-radius: var(--dek-radius);
	box-shadow: var(--dek-shadow);
	padding: 28px 24px;
	text-align: center;
	transition: transform .35s ease, box-shadow .35s ease;
	min-width: 0;
}
.dek-contact-card:hover { transform: translateY(-6px); box-shadow: var(--dek-shadow-lg); }
.dek-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px; height: 58px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(229,57,53,.12), rgba(255,193,7,.14));
	color: var(--dek-primary);
	margin-bottom: 14px;
}
.dek-contact-card h2 { font-size: 16.5px; font-weight: 800; margin-bottom: 8px; }
.dek-contact-card p { margin: 0; font-size: 14.5px; color: var(--dek-muted); overflow-wrap: anywhere; }
.dek-contact-card a { color: var(--dek-text); font-weight: 600; }
.dek-contact-card a:hover { color: var(--dek-primary); }

.dek-contact-social {
	background: linear-gradient(135deg, var(--dek-dark), var(--dek-dark-2));
	border-radius: var(--dek-radius);
	box-shadow: var(--dek-shadow);
	padding: 30px 28px;
	margin-top: 26px;
	text-align: center;
}
.dek-contact-social h2 { color: #fff; font-size: 18px; margin-bottom: 16px; }
.dek-contact-social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.dek-contact-social-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.16);
	color: #dfe6f0;
	font-family: var(--dek-font-head);
	font-weight: 700;
	font-size: 13.5px;
	transition: all .25s ease;
}
.dek-contact-social-links a:hover { background: var(--dek-primary); border-color: var(--dek-primary); color: #fff; transform: translateY(-3px); }

.dek-contact-extra {
	background: #fff;
	border-radius: var(--dek-radius);
	box-shadow: var(--dek-shadow);
	padding: 28px 30px;
	margin-top: 26px;
	font-size: 15px;
}
.dek-contact-extra h1, .dek-contact-extra h2, .dek-contact-extra h3,
.dek-contact-extra h4, .dek-contact-extra h5, .dek-contact-extra h6 {
	font-size: 17px;
	margin: 1em 0 .4em;
}
.dek-contact-extra h1:first-child, .dek-contact-extra h2:first-child,
.dek-contact-extra h3:first-child, .dek-contact-extra p:first-child { margin-top: 0; }

.dek-contact-page .dek-comments {
	background: #fff;
	border-radius: var(--dek-radius);
	box-shadow: var(--dek-shadow);
	padding: 26px 28px;
	margin-top: 26px;
}

@media (max-width: 1024px) {
	.dek-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.dek-contact-page { padding: 36px 0 56px; }
	.dek-contact-grid { grid-template-columns: 1fr; gap: 16px; }
	.dek-contact-card { padding: 24px 18px; }
	.dek-contact-social { padding: 24px 18px; }
	.dek-contact-social-links a { width: 100%; justify-content: center; }
	.dek-contact-extra { padding: 20px 18px; }
	.dek-contact-page .dek-comments { padding: 20px 18px; }
}

/* ---------- Efektler / Animasyonlar ---------- */
.dek-anim { opacity: 0; transform: translateY(26px); animation: dek-up .8s cubic-bezier(.2,.7,.3,1) forwards; }
.dek-anim-1 { animation-delay: .05s; }
.dek-anim-2 { animation-delay: .18s; }
.dek-anim-3 { animation-delay: .32s; }
.dek-anim-4 { animation-delay: .46s; }
.dek-anim-5 { animation-delay: .6s; }

.dek-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.dek-reveal.is-inview { opacity: 1; transform: translateY(0); }

@keyframes dek-up { to { opacity: 1; transform: translateY(0); } }
@keyframes dek-float {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-24px) scale(1.05); }
}
@keyframes dek-road { to { background-position-x: -84px; } }
@keyframes dek-marquee { to { transform: translateX(-50%); } }
@keyframes dek-spin { to { transform: rotate(360deg); } }
@keyframes dek-car-drive {
	0%, 100% { transform: translateY(0); }
	30% { transform: translateY(-5px); }
	60% { transform: translateY(2px); }
}
@keyframes dek-speed-dash {
	0% { transform: translateX(24px); opacity: 0; }
	25% { opacity: .9; }
	100% { transform: translateX(-70px); opacity: 0; }
}
@keyframes dek-pulse {
	0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
	70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
	100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

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

/* ---------- Mobil / Duyarlılık ---------- */
@media (max-width: 1024px) {
	.dek-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.dek-layout { grid-template-columns: 1fr; }
	.dek-hero-inner { grid-template-columns: 1fr; padding: 64px 20px 84px; }
	.dek-hero-visual { order: -1; }
	.dek-car { width: min(360px, 82vw); }
	.dek-btn-call { display: none; }
	.dek-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
	.dek-nav-toggle { display: flex; margin-left: auto; }

	/* Pop-up menü (saf CSS, JS gerekmez) */
	.dek-header { -webkit-backdrop-filter: none; backdrop-filter: none; filter: none; transform: none; }
	.dek-nav {
		position: fixed;
		inset: 0;
		z-index: 1000;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 24px;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease;
	}
	.dek-nav-check:checked ~ .dek-nav { opacity: 1; visibility: visible; }

	.dek-nav-backdrop {
		display: block;
		position: absolute;
		inset: 0;
		background: rgba(10, 16, 28, .72);
		backdrop-filter: blur(4px);
		cursor: pointer;
	}

	.dek-nav-popup {
		position: relative;
		width: min(400px, 92vw);
		max-height: 84vh;
		overflow-y: auto;
		background: var(--dek-dark);
		border-radius: 20px;
		padding: 58px 26px 28px;
		box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
		transform: scale(.86) translateY(24px);
		transition: transform .35s cubic-bezier(.2, .7, .3, 1.2);
	}
	.dek-nav-check:checked ~ .dek-nav .dek-nav-popup { transform: scale(1) translateY(0); }

	.dek-nav-close {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 14px; right: 14px;
		width: 40px; height: 40px;
		border-radius: 50%;
		background: rgba(255, 255, 255, .1);
		color: #fff;
		cursor: pointer;
		transition: background .25s ease, transform .25s ease;
	}
	.dek-nav-close:hover { background: var(--dek-primary); transform: rotate(90deg); }

	.dek-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.dek-menu > li > a {
		color: #e6ecf5;
		padding: 13px 10px;
		border-bottom: 1px solid rgba(255,255,255,.08);
		font-size: 14px;
		text-align: center;
	}
	.dek-menu > li:last-child > a { border-bottom: 0; }
	.dek-menu > li > a::after { display: none; }
	.dek-menu > li > a:hover,
	.dek-menu > li.current-menu-item > a { color: var(--dek-yellow); }
	.dek-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: rgba(255,255,255,.04);
		border-radius: 10px;
		padding: 4px 8px;
		min-width: 0;
	}
	.dek-menu .sub-menu a { color: #b8c4d6; text-align: center; }
	.dek-menu .sub-menu a:hover { background: rgba(255,255,255,.06); color: #fff; }
}

@media (max-width: 640px) {
	.dek-grid-3, .dek-grid-2 { grid-template-columns: 1fr; }
	.dek-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 14px; }
	.dek-section { padding: 60px 0; }
	.dek-topbar-address { display: none; }
	.dek-topbar-inner { justify-content: space-between; flex-wrap: nowrap; }
	.dek-topbar-left { margin-right: auto; }
	.dek-topbar-social { margin-left: auto; }
	.dek-hero-actions .dek-btn { width: 100%; justify-content: center; }
	.dek-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.dek-footer-cta-inner { justify-content: center; text-align: center; }
	.dek-post-nav { flex-direction: column; }
	.dek-post-nav-next { text-align: left; }
	.dek-whatsapp { width: 52px; height: 52px; right: 16px; bottom: 16px; }
	.dek-totop { right: 18px; bottom: 82px; }
}

/* WhatsApp butonu her cihazda görünür (masaüstü, tablet, mobil) */
@media (max-width: 1024px) {
	.dek-whatsapp { display: flex !important; }
}

/* ---------- İç sayfalar: mobil uyum ---------- */
@media (max-width: 768px) {
	.dek-page-hero { padding: 32px 0; }
	.dek-layout { padding-top: 32px; padding-bottom: 56px; gap: 28px; }
	.dek-single-wrap { padding-top: 32px; }

	.dek-content { font-size: 15.5px; }
	.dek-content h1 { font-size: 25px; }
	.dek-content h2 { font-size: 21px; }
	.dek-content h3 { font-size: 18.5px; }
	.dek-content h4 { font-size: 16.5px; }
	.dek-content h5, .dek-content h6 { font-size: 15.5px; }
	.dek-single-title { font-size: 23px; }

	/* Geniş tablolar sayfayı taşırmak yerine kendi içinde kayar */
	.dek-content table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.dek-content th, .dek-content td { padding: 8px 10px; font-size: 13.5px; }

	.dek-content blockquote { padding: 14px 16px; }
	.dek-content pre { font-size: 13px; padding: 12px 14px; }

	.dek-single-thumb { margin-bottom: 20px; }
	.dek-widget { padding: 20px 18px; }
	.dek-comments { margin-top: 36px; }
	.dek-comment-list .comment-body { padding: 14px 16px; }
	.dek-pagination .page-numbers { min-width: 38px; height: 38px; font-size: 13px; }
	.dek-empty { padding: 34px 20px; }
}
