/* TemaDepo — vitrin v5 (sıcak nötr zemin, yumuşak indigo / terracotta vurgu) */

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

:root {
	--font-sans: "Manrope", system-ui, sans-serif;
	--font-display: "Syne", var(--font-sans);
	/* Daha “pro”: doygunluk biraz düşük, mat değil parlak da değil */
	--primary: #5558df;
	--primary-soft: #7a7ef0;
	--coral: #df7a5c;
	--page: #f1f0f5;
	--page-2: #e8e6ef;
	--surface: #fdfdfd;
	--surface-2: #f5f4f9;
	--ink: #141826;
	--ink-soft: #4a5066;
	--ink-muted: #6d7388;
	--line: rgba(20, 24, 38, 0.07);
	--line-bright: rgba(20, 24, 38, 0.12);
	--radius-lg: 22px;
	--radius-md: 14px;
	--max: min(94vw, 1480px);
	--shadow-card: 0 1px 0 rgba(20, 24, 38, 0.05), 0 14px 40px rgba(20, 24, 38, 0.07);
	--shadow-float: 0 18px 50px rgba(20, 24, 38, 0.07);
	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--void: var(--page);
	--depth: var(--page-2);
	--panel: var(--surface);
	--panel-2: var(--surface-2);
	--mist: var(--ink);
	--muted: var(--ink-soft);
	--muted-2: var(--ink-muted);
	/*
		.nav-primary dış yükseklik (Temalar / Hizmetler / … pill şeridi):
		üst border (1px) + iç dikey padding (0.2rem×2) + link dikey padding (0.5rem×2)
		+ satır kutusu (font 1rem × body line-height 1.6) + alt border (1px)
		→ 16px kökte ≈ 50px. Sitede logo biraz daha yüksek gösterilebilir (--logo-img-max-h).
	*/
	--nav-primary-outer-h: calc(2px + 0.4rem + 1rem + 1.6rem);
	/* Menü bandının üstüne çıkar; yatay logo için yükseklik = genişlik sürücüsü */
	--logo-img-max-h: min(5.5rem, calc(var(--nav-primary-outer-h) + 1.85rem));
}

html {
	scroll-behavior: smooth;
	min-height: 100%;
	overflow-x: clip;
	background-color: var(--page);
}

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--ink);
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	background-color: var(--page);
	background-image:
		radial-gradient(ellipse 115% 75% at 50% -28%, rgba(85, 88, 223, 0.085), transparent 58%),
		radial-gradient(880px 500px at 100% 0%, rgba(223, 122, 92, 0.055), transparent 52%),
		radial-gradient(760px 460px at 0% 100%, rgba(122, 126, 240, 0.06), transparent 52%),
		linear-gradient(180deg, #faf9fc 0%, var(--page) 38%, #f6f5fa 72%, var(--page-2) 100%);
	background-attachment: fixed;
	position: relative;
}

@media (max-width: 768px) {
	body {
		background-attachment: scroll;
	}
}

main {
	flex: 1 0 auto;
	width: 100%;
}

/* Çok hafif doku — “script” hissini kırar */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: 0.018;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	z-index: 0;
}

body > * {
	position: relative;
	z-index: 1;
}

a {
	color: var(--primary-soft);
	text-decoration: none;
}

a:hover {
	color: var(--primary);
	text-decoration: underline;
}

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

/* Ekran okuyucu metni — sınıf tanımsız kalırsa görünür kalır (çift başlık hatası) */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* ——— Header ——— */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(16px) saturate(160%);
	-webkit-backdrop-filter: blur(16px) saturate(160%);
	border-bottom: 1px solid rgba(20, 24, 38, 0.07);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 10px 28px rgba(20, 24, 38, 0.04);
}

.site-header__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0.85rem 1.2rem 0.65rem;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-areas:
		"brand actions"
		"nav nav";
	gap: 0.65rem 1rem;
	align-items: center;
}

@media (min-width: 880px) {
	.site-header__inner {
		/* Orta sütun (nav) sıkışsın; marka sütunu logonun doğal genişliğini korur */
		grid-template-columns: max-content minmax(0, 1fr) auto;
		grid-template-areas: "brand nav actions";
		gap: 0.85rem 1.75rem;
		/* Logo yüksekliği sabit bantta; fazla dikey padding satırı şişirmesin */
		padding: 0.72rem 1.25rem 0.62rem;
	}
}

.site-header__brand {
	grid-area: brand;
	display: flex;
	align-items: center;
	min-width: min-content;
	max-width: min(100%, 980px);
}

.logo.logo--brand {
	display: flex;
	align-items: center;
	min-width: min-content;
	flex-shrink: 0;
	text-decoration: none;
	line-height: 0;
	color: inherit;
}

.logo--brand:hover {
	text-decoration: none;
}

.logo--brand:hover .logo-area__img {
	opacity: 0.94;
}

.logo-area {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow:
		0 0 0 1px rgba(20, 24, 38, 0.07),
		0 2px 10px rgba(20, 24, 38, 0.05);
}

/* Logo: --logo-img-max-h (menüden biraz yüksek); genişlik oran + max-width tavan */
.logo-area__img {
	display: block;
	width: auto;
	height: auto;
	max-height: var(--logo-img-max-h);
	max-width: min(100%, 92vw, 640px);
	object-fit: contain;
	object-position: left center;
	transition: opacity 0.2s var(--ease-out);
}

@media (min-width: 880px) {
	.logo-area__img {
		max-width: min(100%, 92vw, 960px);
	}
}

@media (min-width: 1200px) {
	.logo-area__img {
		max-width: min(100%, min(96vw, 1100px));
	}
}

@media (prefers-reduced-motion: reduce) {
	.logo-area__img {
		transition: none;
	}
}

/* Ana menü */
.nav-primary {
	grid-area: nav;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem;
	padding: 0.2rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #fafafb, #f0f1f5);
	border: 1px solid rgba(20, 24, 38, 0.09);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 1px 3px rgba(20, 24, 38, 0.04);
	width: fit-content;
	max-width: 100%;
}

@media (max-width: 879px) {
	.nav-primary {
		justify-content: flex-start;
		width: 100%;
		border-radius: 14px;
	}
}

.nav-primary > a,
.nav-primary__mega > .nav-primary__mega-sum {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1.05rem;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
	color: #1e2433;
	text-decoration: none;
	transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
	cursor: pointer;
}

.nav-primary > a:hover,
.nav-primary__mega > .nav-primary__mega-sum:hover {
	color: var(--ink);
	background: rgba(85, 88, 223, 0.08);
	text-decoration: none;
}

.nav-primary > a.is-active,
.nav-primary__mega > .nav-primary__mega-sum.is-active {
	color: #fff;
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	box-shadow: 0 0 28px rgba(85, 88, 223, 0.35);
}

.nav-primary__mega:hover > .nav-primary__mega-sum,
.nav-primary__mega:focus-within > .nav-primary__mega-sum {
	color: #fff;
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	box-shadow: 0 0 28px rgba(85, 88, 223, 0.35);
}

.nav-primary > a.is-active::after,
.nav-primary__mega > .nav-primary__mega-sum.is-active::after,
.nav-primary__mega:hover > .nav-primary__mega-sum::after,
.nav-primary__mega:focus-within > .nav-primary__mega-sum::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
	background-size: 200% 100%;
	animation: navShine 3.5s ease-in-out infinite;
	pointer-events: none;
}

@keyframes navShine {
	0%,
	100% {
		background-position: 130% 0;
	}
	50% {
		background-position: -30% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nav-primary > a.is-active::after,
	.nav-primary__mega > .nav-primary__mega-sum.is-active::after,
	.nav-primary__mega:hover > .nav-primary__mega-sum::after,
	.nav-primary__mega:focus-within > .nav-primary__mega-sum::after {
		animation: none;
	}
}

/* Masaüstü: Temalar / Hizmetler mega — hover / odak ile açılır */
@media (min-width: 880px) {
	.nav-primary__mega {
		position: relative;
		align-self: center;
	}

	/* Panel top: tetikleyici altına bitişik (arada boşluk yok); görsel nefes padding-top ile — böylece imleç mega içinde kalır */
	.nav-primary__mega-panel {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) translateY(6px);
		display: flex;
		flex-direction: column;
		gap: 0.28rem;
		min-width: min(17.5rem, 86vw);
		max-width: min(20rem, 92vw);
		padding: 0.55rem 0.45rem 0.45rem;
		border-radius: 16px;
		background: linear-gradient(180deg, #ffffff 0%, #f6f5fa 100%);
		border: 1px solid rgba(20, 24, 38, 0.1);
		box-shadow: var(--shadow-float), 0 0 0 1px rgba(255, 255, 255, 0.85) inset;
		z-index: 70;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.2s var(--ease-out),
			visibility 0.2s var(--ease-out),
			transform 0.22s var(--ease-out);
	}

	.nav-primary__mega:hover .nav-primary__mega-panel,
	.nav-primary__mega:focus-within .nav-primary__mega-panel {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
	}

	.nav-primary__mega-link {
		display: block;
		padding: 0.55rem 0.72rem;
		border-radius: 12px;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.25;
		color: #222735;
		text-decoration: none;
		transition: background 0.15s var(--ease-out), color 0.15s;
	}

	.nav-primary__mega-link:hover {
		background: rgba(85, 88, 223, 0.09);
		color: var(--ink);
		text-decoration: none;
	}
}

.header-actions {
	grid-area: actions;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-self: end;
}

.header-actions .btn {
	font-size: 0.9375rem;
	padding: 0.58rem 1.25rem;
}

.btn--wa {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border-color: rgba(85, 88, 223, 0.2);
	color: var(--ink);
	background: linear-gradient(180deg, #fcfcfd, #eef0f7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.btn--wa:hover {
	background: linear-gradient(180deg, #ffffff, #e8eaf5);
	border-color: rgba(85, 88, 223, 0.32);
	color: var(--ink);
}

/* ghost + wa birlikte: ghost beyazı ezmesin (footer CTA, header) */
.btn--ghost.btn--wa {
	border-color: rgba(37, 211, 102, 0.48);
	color: var(--ink);
	background: linear-gradient(180deg, #fcfcfd 0%, #eef6f0 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.btn--ghost.btn--wa:hover {
	background: linear-gradient(180deg, #ffffff 0%, #e4f7ea 100%);
	border-color: rgba(37, 211, 102, 0.65);
	color: var(--ink);
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.16);
}

.btn--wa__icon {
	flex-shrink: 0;
	color: #25d366;
	opacity: 1;
}

.header-auth {
	position: relative;
	align-self: center;
	/* Tetikleyici ↔ panel arası ölü boşlukta :hover düşmesin */
	padding-bottom: 0.45rem;
	margin-bottom: -0.45rem;
}

.header-auth__sum {
	list-style: none;
	cursor: pointer;
}

.header-auth__sum::-webkit-details-marker {
	display: none;
}

.header-auth__panel {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: min(15.5rem, 88vw);
	padding: 0.55rem 0.5rem 0.5rem;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f5fa 100%);
	border: 1px solid rgba(20, 24, 38, 0.1);
	box-shadow: var(--shadow-float), 0 0 0 1px rgba(255, 255, 255, 0.85) inset;
	z-index: 80;
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
}

.header-auth__note {
	margin: 0 0 0.15rem;
	padding: 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--ink-muted);
}

.header-auth__link {
	display: block;
	padding: 0.52rem 0.6rem;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #222735;
	text-decoration: none;
	transition: background 0.15s var(--ease-out), color 0.15s;
}

.header-auth__link:hover {
	background: rgba(85, 88, 223, 0.09);
	color: var(--ink);
	text-decoration: none;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.52rem 1.2rem;
	border-radius: 12px;
	font-family: inherit;
	font-weight: 700;
	font-size: 0.875rem;
	cursor: pointer;
	border: none;
	text-decoration: none;
	transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}

.btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.btn--primary {
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	color: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 12px 32px rgba(85, 88, 223, 0.38);
}

.btn--ghost {
	background: var(--surface);
	color: var(--ink);
	border: 1px solid rgba(20, 24, 38, 0.14);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.btn--ghost:hover {
	background: var(--surface-2);
}

.btn--block {
	width: 100%;
	justify-content: center;
}

/* ——— Mobil hamburger (≤879px): ana menü + hatlar çekmecede ——— */
.nav-mobile-toggle {
	display: none;
	grid-area: menu;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 12px;
	border: 1px solid rgba(20, 24, 38, 0.12);
	background: linear-gradient(180deg, #fafbfe, #eef1f7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
	cursor: pointer;
	color: var(--ink);
	flex-shrink: 0;
}

.nav-mobile-toggle:focus-visible {
	outline: 2px solid var(--primary-soft);
	outline-offset: 2px;
}

.nav-mobile-toggle__bars {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 20px;
}

.nav-mobile-toggle__bars span {
	display: block;
	height: 2px;
	border-radius: 1px;
	background: #1e2433;
}

.nav-mobile-backdrop,
.nav-mobile-drawer {
	display: none;
	position: fixed;
	inset: 0;
	pointer-events: none;
}

@media (max-width: 879px) {
	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas: "brand menu";
		gap: 0.5rem 0.75rem;
		padding: 0.65rem 1.1rem 0.55rem;
	}

	/* Yatay logo + hamburger: marka sütunu sıkışabilsin; görsel tavanı düşür */
	.site-header__brand {
		min-width: 0;
	}

	.logo.logo--brand {
		min-width: 0;
		max-width: 100%;
	}

	.logo-area {
		max-width: 100%;
	}

	.logo-area__img {
		max-height: min(3.5rem, 17vw);
		max-width: 100%;
	}

	.nav-mobile-toggle {
		display: inline-flex;
	}

	.nav-primary,
	.header-actions {
		display: none !important;
	}

	.site-header > .nav-deck {
		display: none;
	}

	.nav-mobile-backdrop {
		display: block;
		z-index: 94;
		background: rgba(15, 23, 42, 0.42);
		opacity: 0;
		visibility: hidden;
		transition:
			opacity 0.25s var(--ease-out),
			visibility 0.25s;
		pointer-events: none;
	}

	.nav-mobile-backdrop.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.nav-mobile-drawer {
		display: block;
		z-index: 95;
		pointer-events: none;
	}

	.nav-mobile-drawer.is-open {
		pointer-events: auto;
	}

	/* Sağdan aç: header’daki backdrop-filter artık containing block değil (DOM header dışında) */
	.nav-mobile-drawer__panel {
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		width: min(20.5rem, 90vw);
		max-height: 100dvh;
		padding: max(0.85rem, env(safe-area-inset-top, 0px)) max(1.05rem, env(safe-area-inset-right, 0px)) 1.35rem 1.05rem;
		background:
			linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, #f9f8fd 42%, #f1f0f8 100%);
		border-left: 1px solid rgba(20, 24, 38, 0.09);
		border-right: none;
		box-shadow:
			-18px 0 48px rgba(20, 24, 38, 0.1),
			inset 1px 0 0 rgba(255, 255, 255, 0.65);
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		transform: translateX(104%);
		transition: transform 0.3s var(--ease-out);
	}

	.nav-mobile-drawer.is-open .nav-mobile-drawer__panel {
		transform: translateX(0);
	}

	.nav-mobile-drawer__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		margin-bottom: 1.15rem;
		padding-bottom: 0.85rem;
		border-bottom: 1px solid rgba(20, 24, 38, 0.07);
	}

	.nav-mobile-drawer__title {
		margin: 0;
		font-family: var(--font-display);
		font-size: 1.2rem;
		font-weight: 800;
		letter-spacing: -0.02em;
		color: var(--ink);
	}

	.nav-mobile-drawer__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 11px;
		border: 1px solid rgba(20, 24, 38, 0.08);
		background: rgba(255, 255, 255, 0.75);
		font-size: 1.35rem;
		line-height: 1;
		color: var(--ink-muted);
		cursor: pointer;
		padding: 0;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	}

	.nav-mobile-drawer__close:hover {
		color: var(--ink);
		border-color: rgba(85, 88, 223, 0.22);
	}

	.nav-mobile-drawer__quick {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		margin-bottom: 1.25rem;
	}

	.nav-mobile-drawer__cta {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.72rem 1rem;
		border-radius: 14px;
		font-size: 0.98rem;
		font-weight: 800;
		text-decoration: none;
		color: #fff;
		background: linear-gradient(135deg, #4f52d8 0%, var(--primary) 42%, var(--primary-soft) 100%);
		border: 1px solid rgba(255, 255, 255, 0.14);
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.2) inset,
			0 10px 28px rgba(85, 88, 223, 0.38);
		transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
	}

	.nav-mobile-drawer__cta:hover {
		color: #fff;
		text-decoration: none;
		transform: translateY(-1px);
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.25) inset,
			0 14px 36px rgba(85, 88, 223, 0.45);
	}

	.nav-mobile-drawer__cta--wa {
		background: linear-gradient(135deg, #1ebe5b 0%, #128c7e 48%, #075e54 100%);
		border: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.22) inset,
			0 10px 28px rgba(18, 140, 126, 0.38);
	}

	.nav-mobile-drawer__cta--wa:hover {
		box-shadow:
			0 1px 0 rgba(255, 255, 255, 0.28) inset,
			0 14px 36px rgba(7, 94, 84, 0.42);
	}

	.nav-mobile-drawer__ghost {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.58rem 0.85rem;
		border-radius: 12px;
		font-family: inherit;
		font-size: 0.9rem;
		font-weight: 700;
		color: var(--ink-soft);
		background: rgba(255, 255, 255, 0.55);
		border: 1px solid rgba(20, 24, 38, 0.1);
		cursor: pointer;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
		transition: background 0.2s, border-color 0.2s, color 0.2s;
	}

	.nav-mobile-drawer__ghost:hover {
		color: var(--ink);
		background: rgba(255, 255, 255, 0.92);
		border-color: rgba(85, 88, 223, 0.2);
	}

	.nav-mobile-drawer__group {
		margin-bottom: 1.15rem;
	}

	.nav-mobile-drawer__group:last-child {
		margin-bottom: 0;
	}

	.nav-mobile-drawer__label {
		margin: 0 0 0.45rem;
		font-size: 0.6875rem;
		font-weight: 800;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--ink-muted);
	}

	.nav-mobile-drawer__pages {
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
		border-radius: 14px;
		padding: 0.35rem;
		background: rgba(255, 255, 255, 0.55);
		border: 1px solid rgba(20, 24, 38, 0.07);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	}

	.nav-mobile-drawer__pages a {
		display: block;
		padding: 0.55rem 0.68rem;
		border-radius: 10px;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.25;
		color: #2a3144;
		text-decoration: none;
		transition: background 0.15s, color 0.15s;
	}

	.nav-mobile-drawer__pages a:hover {
		background: rgba(85, 88, 223, 0.07);
		color: var(--ink);
		text-decoration: none;
	}

	.nav-mobile-drawer__sections {
		display: flex;
		flex-direction: column;
		gap: 0.45rem;
	}

	.nav-mobile-drawer__acc.nav-deck__drop {
		width: 100%;
		border-radius: 14px;
		overflow: hidden;
		border: 1px solid rgba(20, 24, 38, 0.08);
		background: rgba(255, 255, 255, 0.65);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
	}

	.nav-mobile-drawer .nav-mobile-drawer__sum.nav-deck__summary {
		padding: 0.58rem 0.75rem;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.25;
		color: #222735;
		background: linear-gradient(180deg, rgba(252, 252, 254, 0.98), rgba(244, 245, 249, 0.95));
	}

	.nav-mobile-drawer .nav-deck__drawer {
		padding: 0.35rem 0.4rem 0.5rem;
		gap: 0.12rem;
		border-top: 1px solid rgba(20, 24, 38, 0.06);
		background: linear-gradient(180deg, #fafafc, #f3f4f8);
	}

	.nav-mobile-drawer .nav-deck__drawer-link {
		padding: 0.52rem 0.62rem;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.25;
		border-radius: 9px;
	}

	@media (prefers-reduced-motion: reduce) {
		.nav-mobile-drawer__panel {
			transition: none;
		}

		.nav-mobile-backdrop {
			transition: none;
		}

		.nav-mobile-drawer__cta {
			transition: none;
		}
	}
}

/* Çekmece içindeki hat listesi: sayfa şeridindeki absolute katmanı kullanma */
.nav-mobile-drawer .nav-deck__drawer {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	z-index: auto;
	max-height: none;
	overflow: visible;
	border-radius: 0 0 11px 11px;
}

.nav-mobile-drawer .nav-deck__drop[open] {
	z-index: auto;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 2px 8px rgba(20, 24, 38, 0.04);
}

body.nav-mobile-open {
	overflow: hidden;
	touch-action: none;
}

/* Vitrin alt şerit — kategori rayı (okunur + sıkı “ürün” hissi) */
.nav-deck {
	position: relative;
	border-top: 1px solid rgba(20, 24, 38, 0.08);
	background: linear-gradient(180deg, #dfe3ec 0%, #e9ecf3 40%, #f2f4f9 100%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.nav-deck::before {
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(85, 88, 223, 0.25), rgba(223, 122, 92, 0.2), transparent);
	pointer-events: none;
}

.nav-deck__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0.4rem 1.2rem 0.48rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
}

.nav-deck__micro {
	flex-shrink: 0;
	align-self: center;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a2030;
	padding: 0.26rem 0.45rem;
	border-radius: 8px;
	background: linear-gradient(180deg, #fcfcfd, #e4e8ef);
	border: 1px solid rgba(20, 24, 38, 0.12);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	user-select: none;
}

.nav-deck__micro--gap {
	margin-left: 0.35rem;
	padding-left: 0.75rem;
	border-left: 1px solid var(--line);
}

.nav-deck__micro--tema {
	color: #3a3d8f;
	background: linear-gradient(180deg, rgba(85, 88, 223, 0.14), rgba(85, 88, 223, 0.05));
	border-color: rgba(85, 88, 223, 0.24);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 0 0 1px rgba(85, 88, 223, 0.06);
}

.nav-deck__micro--hizmet {
	color: #145c52;
	background: linear-gradient(180deg, rgba(13, 148, 136, 0.16), rgba(13, 148, 136, 0.05));
	border-color: rgba(13, 148, 136, 0.28);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 0 0 1px rgba(13, 148, 136, 0.06);
}

.nav-deck__scroller {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.4rem;
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	padding: 0.15rem 0;
	mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}

.nav-deck__scroller::-webkit-scrollbar {
	height: 4px;
}

.nav-deck__scroller::-webkit-scrollbar-thumb {
	background: rgba(85, 88, 223, 0.25);
	border-radius: 99px;
}

.nav-deck__chip {
	--chip-dot: #5c61e8;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	padding: 0.52rem 1.05rem;
	border-radius: 10px;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.012em;
	color: #141826;
	text-decoration: none;
	border: 1px solid rgba(20, 24, 38, 0.13);
	background: linear-gradient(180deg, #fafbfe 0%, #eef1f7 52%, #e4e8ef 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98) inset,
		0 1px 2px rgba(20, 24, 38, 0.045),
		0 2px 8px rgba(20, 24, 38, 0.035);
	transition: color 0.2s, border-color 0.2s, box-shadow 0.25s, transform 0.2s var(--ease-out), background 0.2s;
}

.nav-deck__chip::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 3px;
	flex-shrink: 0;
	background: var(--chip-dot);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.45) inset,
		0 0 0 1px rgba(20, 24, 38, 0.07);
}

.nav-deck__chip--wp {
	--chip-dot: #5b5fef;
}

.nav-deck__chip--html {
	--chip-dot: #0d9ed8;
}

.nav-deck__chip--chat {
	--chip-dot: #9333ea;
}

.nav-deck__chip--radio {
	--chip-dot: #ea580c;
}

.nav-deck__chip--biz {
	--chip-dot: #0d9488;
}

.nav-deck__chip--seo {
	--chip-dot: #15803d;
}

.nav-deck__chip--makale {
	--chip-dot: #b45309;
}

.nav-deck__chip--webhost {
	--chip-dot: #0369a1;
}

.nav-deck__chip--irchost {
	--chip-dot: #7e22ce;
}

.nav-deck__chip:hover:not(.is-active) {
	color: var(--ink);
	border-color: rgba(85, 88, 223, 0.28);
	transform: translateY(-1px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 2px 4px rgba(20, 24, 38, 0.05),
		0 10px 26px rgba(85, 88, 223, 0.1);
	text-decoration: none;
}

.nav-deck__chip.is-active {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(145deg, #4f52d8 0%, var(--primary) 38%, var(--primary-soft) 100%);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.22) inset,
		0 6px 22px rgba(85, 88, 223, 0.42),
		0 0 0 1px rgba(85, 88, 223, 0.25);
}

.nav-deck__chip.is-active::before {
	background: rgba(255, 255, 255, 0.95);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.35) inset,
		0 0 0 1px rgba(85, 88, 223, 0.2);
}

/* Masaüstü: yatay şerit. Mobil: iki sütun kompakt details */
.nav-deck__mobile-menus {
	display: none;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.35rem;
	align-items: start;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	position: relative;
	z-index: 20;
}

.nav-deck__drop {
	border: 1px solid rgba(20, 24, 38, 0.1);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(252, 252, 253, 0.98), rgba(242, 244, 248, 0.98));
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 2px 8px rgba(20, 24, 38, 0.04);
	overflow: visible;
	position: relative;
}

.nav-deck__summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem;
	padding: 0.58rem 0.65rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink);
	user-select: none;
	line-height: 1.25;
}

.nav-deck__summary::-webkit-details-marker {
	display: none;
}

.nav-deck__summary:focus-visible {
	outline: 2px solid var(--primary-soft);
	outline-offset: 2px;
	border-radius: 10px;
}

.nav-deck__summary::after {
	content: "▾";
	font-size: 0.75rem;
	color: #2a3042;
	line-height: 1;
	flex-shrink: 0;
	transition: transform 0.2s var(--ease-out);
}

.nav-deck__drop[open] > .nav-deck__summary::after {
	transform: rotate(-180deg);
}

.nav-deck__drawer {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.25rem 0.35rem 0.4rem;
	border-top: 1px solid rgba(20, 24, 38, 0.07);
	background: linear-gradient(180deg, #fafbfc, #f4f5f8);
	border-radius: 0 0 11px 11px;
}

.nav-deck__drawer-link {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.52rem 0.62rem;
	border-radius: 9px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: #141826;
	text-decoration: none;
	transition: background 0.15s;
}

.nav-deck__drawer-link::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 3px;
	flex-shrink: 0;
	background: var(--chip-dot, var(--primary));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.45) inset,
		0 0 0 1px rgba(20, 24, 38, 0.07);
}

.nav-deck__drawer-link--wp {
	--chip-dot: #5b5fef;
}

.nav-deck__drawer-link--html {
	--chip-dot: #0d9ed8;
}

.nav-deck__drawer-link--chat {
	--chip-dot: #9333ea;
}

.nav-deck__drawer-link--radio {
	--chip-dot: #ea580c;
}

.nav-deck__drawer-link--biz {
	--chip-dot: #0d9488;
}

.nav-deck__drawer-link--seo {
	--chip-dot: #15803d;
}

.nav-deck__drawer-link--makale {
	--chip-dot: #b45309;
}

.nav-deck__drawer-link--webhost {
	--chip-dot: #0369a1;
}

.nav-deck__drawer-link--irchost {
	--chip-dot: #7e22ce;
}

.nav-deck__drawer-link:hover {
	background: rgba(85, 88, 223, 0.08);
	text-decoration: none;
}

@media (max-width: 900px) {
	.nav-deck__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.4rem;
	}

	.nav-deck__scroller--wide {
		display: none !important;
	}

	.nav-deck__mobile-menus {
		display: grid;
	}

	/* Liste açılınca sayfayı aşağı itmesin — kartın üstüne katman */
	.nav-deck__drop[open] {
		z-index: 35;
		box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
	}

	.nav-deck__drawer {
		position: absolute;
		top: calc(100% + 3px);
		left: 0;
		right: 0;
		z-index: 40;
		max-height: min(46vh, 260px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border: 1px solid var(--line-bright);
		border-radius: 12px;
		box-shadow: var(--shadow-float);
		padding: 0.35rem;
	}
}

/* ——— Hero slider (tam genişlik vitrin) ——— */
.hero-wrap {
	position: relative;
	max-width: var(--max);
	margin: 0 auto;
	padding: 1.5rem 1.25rem 2rem;
	overflow-x: clip;
	overflow-y: visible;
}

.hero__visual {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.hero__blob {
	position: absolute;
	/* Kapsayıcıdan taşmayı önle (95vw + padding sık yatay scrollbar üretir) */
	width: min(520px, 100%);
	height: min(520px, 100%);
	right: -8%;
	top: -18%;
	background: radial-gradient(circle at 40% 40%, rgba(85, 88, 223, 0.22), transparent 55%),
		radial-gradient(circle at 70% 60%, rgba(223, 122, 92, 0.12), transparent 45%);
	filter: blur(1px);
	animation: blob 14s ease-in-out infinite alternate;
}

@media (max-width: 879px) {
	.hero__blob {
		right: 0;
		top: -10%;
	}
}

@keyframes blob {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.85;
	}
	100% {
		transform: translate(-14px, 10px) scale(1.06);
		opacity: 1;
	}
}

.hero__gridline {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: radial-gradient(ellipse 75% 65% at 75% 25%, black 15%, transparent 72%);
	opacity: 0.55;
}

.hero-slider {
	position: relative;
	z-index: 2;
}

.hero-slider__masthead {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem 1.25rem;
	margin-bottom: 0.72rem;
	padding: 0 0.2rem;
}

.hero-slider__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

.hero-slider__pulse {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--coral), var(--primary));
	box-shadow: 0 0 0 3px rgba(85, 88, 223, 0.22);
	animation: heroPulse 2.2s ease-in-out infinite;
}

@keyframes heroPulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.88;
		transform: scale(0.9);
	}
}

.hero-slider__eyebrow {
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #363d50;
}

.hero-slider__counter {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 0.875rem;
	color: var(--ink);
	padding: 0.24rem 0.62rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(20, 24, 38, 0.11);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.hero-slider__caption {
	margin: 0;
	flex: 1 1 16rem;
	max-width: min(100%, 44rem);
	text-align: right;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #363d50;
	line-height: 1.5;
}

@media (max-width: 640px) {
	.hero-slider__caption {
		text-align: left;
		flex-basis: 100%;
	}
}

.hero-slider__chrome {
	position: relative;
	border-radius: var(--radius-lg);
	border: 1px solid rgba(20, 24, 38, 0.11);
	background: linear-gradient(165deg, #f4f6fb 0%, #e8ecf4 100%);
	box-shadow:
		var(--shadow-float),
		0 0 0 1px rgba(255, 255, 255, 0.85) inset,
		0 0 100px rgba(85, 88, 223, 0.07);
	overflow: hidden;
}

.hero-slider__chrome::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(145deg, rgba(85, 88, 223, 0.06) 0%, transparent 42%, rgba(223, 122, 92, 0.05) 78%, transparent 100%);
	pointer-events: none;
	z-index: 0;
}

.hero-slider__progress {
	position: relative;
	z-index: 2;
	height: 3px;
	background: rgba(15, 23, 42, 0.06);
	border-radius: 0 0 3px 3px;
}

.hero-slider__progress-fill {
	display: block;
	height: 100%;
	width: 33.333%;
	background: linear-gradient(90deg, var(--primary), var(--coral));
	transition: width 0.55s var(--ease-out);
	box-shadow: 0 0 16px rgba(85, 88, 223, 0.35);
}

.hero-slider__segments {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.85rem 0.15rem;
}

/* Mobilde üstteki ince çubuk (ilerleme) header ile kart arasında kopuk görünmesin */
@media (max-width: 639px) {
	.hero-slider__progress {
		display: none;
	}

	.hero-slider__segments {
		justify-content: center;
		padding-top: 0.35rem;
		padding-bottom: 0.2rem;
		background: linear-gradient(180deg, rgba(244, 247, 253, 0.65), transparent);
	}

	/* Canlı vitrin / sayaç / slayt açıklaması — mobilde yer kazan */
	.hero-slider__masthead {
		display: none;
	}
}

.hero-slider__seg {
	width: 2rem;
	height: 3px;
	border-radius: 99px;
	background: rgba(15, 23, 42, 0.1);
	transition: width 0.35s var(--ease-out), background 0.35s, box-shadow 0.35s;
}

.hero-slider__seg.is-done {
	background: rgba(85, 88, 223, 0.35);
}

.hero-slider__seg.is-current {
	width: 2.75rem;
	background: linear-gradient(90deg, var(--primary), var(--coral));
	box-shadow: 0 0 14px rgba(85, 88, 223, 0.35);
}

.hero-slider__seg.is-ahead {
	opacity: 0.65;
}

.hero-slider__viewport {
	position: relative;
	z-index: 1;
	overflow: hidden;
	outline: none;
	touch-action: pan-y pinch-zoom;
	/* Yükseklik: aktif slaytın doğal akışı (JS kilidi yok — admin’de 3/5/6 slayt aynı) */
	height: auto;
	min-height: min(52vh, 480px);
}

.hero-slider__viewport:focus-visible {
	box-shadow: 0 0 0 2px var(--primary-soft);
}

.hero-slider__track {
	position: relative;
	width: 100%;
}

.hero-slide {
	display: none;
	width: 100%;
	min-height: 0;
	box-sizing: border-box;
}

.hero-slide[data-active="true"] {
	display: flex;
	align-items: stretch;
}

.hero-slide[data-active="true"] .hero-slide__copy,
.hero-slide[data-active="true"] .hero-slide__visual {
	animation: heroRailIn 0.45s var(--ease-out) forwards;
}

@keyframes heroRailIn {
	from {
		opacity: 0.65;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.hero-slide[data-theme="brand"] {
	box-shadow: inset 0 0 0 1px rgba(85, 88, 223, 0.06);
}

.hero-slide[data-theme="broadcast"] {
	box-shadow: inset 0 0 0 1px rgba(223, 122, 92, 0.08);
}

.hero-slide[data-theme="service"] {
	box-shadow: inset 0 0 0 1px rgba(122, 126, 240, 0.09);
}

.hero-slide__inner {
	width: 100%;
	min-height: min(42vh, 380px);
	padding: 1.6rem 1.3rem 5.35rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.55rem;
	align-items: start;
}

@media (min-width: 1024px) {
	.hero-slide__inner {
		grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
		gap: 2rem 2.35rem;
		padding: 2.05rem 2.1rem 4.65rem;
		align-items: start;
	}
}

.hero-slide--a {
	background: radial-gradient(80% 60% at 10% 20%, rgba(85, 88, 223, 0.12), transparent 55%);
}

.hero-slide--b {
	background: radial-gradient(70% 50% at 90% 30%, rgba(223, 122, 92, 0.1), transparent 50%);
}

.hero-slide--c {
	background: radial-gradient(60% 50% at 50% 100%, rgba(122, 126, 240, 0.08), transparent 55%);
}

.hero-slide__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0.85rem;
}

.hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.42rem 0.78rem;
	border-radius: 9px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	color: #141826;
	border: 1px solid rgba(20, 24, 38, 0.12);
	background: linear-gradient(180deg, #fafbfe 0%, #eef1f7 55%, #e4e8ef 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.hero-pill--on {
	font-weight: 700;
	color: #fff;
	background: linear-gradient(145deg, #4f52d8 0%, var(--primary) 42%, var(--primary-soft) 100%);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.2) inset,
		0 6px 18px rgba(85, 88, 223, 0.32);
}

.hero-slide__title {
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 4.2vw, 3.25rem);
	font-weight: 800;
	line-height: 1.06;
	margin: 0 0 0.9rem;
	letter-spacing: -0.04em;
	color: var(--ink);
	text-wrap: balance;
}

.hero-slide__title--italic {
	font-style: italic;
	font-weight: 800;
}

.hero-slide__lead {
	margin: 0 0 1.1rem;
	color: #363d50;
	font-size: 1.125rem;
	max-width: 42ch;
	font-weight: 500;
	line-height: 1.55;
}

.hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 0.85rem;
	align-items: center;
}

.hero-slide__actions .btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.hero-slide__actions .btn .ti {
	font-size: 1.05em;
	line-height: 1;
	flex-shrink: 0;
}

.hero-slide__visual {
	position: relative;
}

.hero-slide__visual--stack {
	align-self: stretch;
}

/* Sağ mockup (Gemini tarzı + koyu tema) */
.hero-mockup {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--line-bright);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
	background: linear-gradient(160deg, #eef1fb, #dce3f5);
	aspect-ratio: 16 / 10;
	max-height: min(48vh, 400px);
	margin: 0 auto;
	width: 100%;
}

/* Gerçek tema ekran görüntüsü — üstte okunaklı istatistik şeridi, altta görsel */
.hero-mockup--velora {
	display: flex;
	flex-direction: column;
	padding: 0.45rem 0.45rem 0.5rem;
	background: radial-gradient(120% 100% at 50% 0%, #1a1230 0%, #0a0812 55%, #050308 100%);
	border-color: rgba(85, 88, 223, 0.22);
	box-shadow:
		0 22px 50px rgba(8, 5, 18, 0.45),
		0 0 0 1px rgba(122, 126, 240, 0.12) inset;
}

.hero-velora__frame {
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	flex: 1;
	min-height: 0;
	height: 100%;
}

/* Görselin hemen üstü — referans vitrin: tek beyaz bar, üç sütun */
.hero-velora-badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	flex-shrink: 0;
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(20, 24, 38, 0.1);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1), 0 1px 0 rgba(255, 255, 255, 0.98) inset;
	overflow: hidden;
	pointer-events: none;
}

.hero-velora-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.22rem;
	padding: 0.48rem 0.35rem 0.52rem;
	text-align: center;
}

.hero-velora-stat:not(:first-child) {
	border-left: 1px solid rgba(20, 24, 38, 0.09);
}

.hero-velora-stat__val {
	font-size: clamp(1.05rem, 2.6vw, 1.42rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #059669;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-velora-stat__lab {
	font-size: 0.5625rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #64748b;
	line-height: 1.2;
	max-width: 7.5rem;
}

.hero-velora-shot {
	position: relative;
	flex: 1;
	min-height: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(165deg, #120c1c 0%, #0a0712 100%);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.hero-velora-shot .hero-mockup__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	opacity: 1;
	display: block;
}

.hero-velora-shot__open {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: zoom-in;
	border-radius: inherit;
	font: inherit;
	color: inherit;
	text-align: left;
}

.hero-velora-shot__open:focus-visible {
	outline: 2px solid var(--primary-soft);
	outline-offset: 3px;
}

.hero-velora-shot__open:focus:not(:focus-visible) {
	outline: none;
}

.hero-velora-trend {
	position: absolute;
	right: 0.45rem;
	bottom: 0.45rem;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.48rem 0.65rem 0.5rem 0.55rem;
	border-radius: 14px;
	pointer-events: none;
	background: linear-gradient(150deg, #1e1b4b 0%, #312e81 45%, #5b21b6 100%);
	border: 1px solid rgba(255, 255, 255, 0.38);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.22) inset,
		0 12px 32px rgba(0, 0, 0, 0.55);
}

.hero-velora-trend__hash {
	font-size: clamp(1.2rem, 3.2vw, 1.55rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
}

.hero-velora-trend__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.06rem;
	line-height: 1.1;
}

.hero-velora-trend__line {
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f5f3ff;
}

@media (min-width: 1024px) {
	.hero-mockup {
		max-height: none;
		aspect-ratio: 16 / 10;
	}
}

.hero-mockup__metrics {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	right: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	z-index: 3;
	justify-content: center;
}

.hero-metric {
	flex: 1 1 auto;
	min-width: 5.5rem;
	text-align: center;
	padding: 0.45rem 0.5rem;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ink-muted);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.hero-metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.hero-mockup__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.95;
}

.hero-mockup__cap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.65rem 1rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
	z-index: 2;
}

.hero-mockup__trend {
	position: absolute;
	bottom: 2.75rem;
	right: 0.75rem;
	z-index: 4;
	padding: 0.4rem 0.65rem;
	border-radius: 999px;
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: linear-gradient(135deg, var(--primary), var(--coral));
	box-shadow: 0 8px 22px rgba(85, 88, 223, 0.28);
}

.hero-mockup--amber .hero-metric {
	color: #3b2b00;
	background: rgba(255, 250, 235, 0.92);
}

/* Slayt 3 kart yığını */
.hero-stack {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-height: 260px;
	justify-content: center;
}

.hero-stack__card {
	padding: 1rem 1.1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--line-bright);
	transition: border-color 0.2s, background 0.2s;
}

.hero-stack__card:hover {
	border-color: rgba(85, 88, 223, 0.35);
	background: rgba(255, 255, 255, 0.95);
}

.hero-stack__t {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--ink);
	font-family: var(--font-display);
}

.hero-stack__p {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--muted);
	line-height: 1.45;
}

/* Toolbar */
.hero-slider__toolbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.65rem 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	flex-wrap: wrap;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
	border-top: 1px solid var(--line);
	z-index: 5;
}

.hero-slider__arrow {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border-radius: 12px;
	border: 1px solid var(--line-bright);
	background: rgba(255, 255, 255, 0.85);
	color: var(--ink);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

.hero-slider__arrow:hover {
	background: rgba(85, 88, 223, 0.14);
	transform: translateY(-1px);
}

.hero-slider__dots {
	display: flex;
	gap: 0.35rem;
	align-items: center;
}

.hero-slider__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: rgba(15, 23, 42, 0.18);
	cursor: pointer;
	transition: transform 0.2s, background 0.2s;
}

.hero-slider__dot[aria-selected="true"] {
	background: linear-gradient(135deg, var(--primary), var(--coral));
	transform: scale(1.2);
	box-shadow: 0 0 12px rgba(85, 88, 223, 0.5);
}

.hero-slider__pause {
	margin-left: 0.25rem;
	padding: 0.4rem 0.65rem;
	border-radius: 10px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.75);
	color: var(--muted);
	cursor: pointer;
}

.hero-slider__pause[aria-pressed="true"] {
	color: var(--coral);
	border-color: rgba(223, 122, 92, 0.4);
}

/* Ortak gradient satır (slaytlarda) */
.hero__gradient {
	display: inline;
	background: linear-gradient(105deg, var(--ink) 0%, var(--primary) 42%, var(--coral) 95%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Kategori şeridi */
.cat-track {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0.35rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid var(--line);
	width: fit-content;
	max-width: 100%;
	margin-top: 0.5rem;
}

.cat-track a {
	padding: 0.4rem 0.75rem;
	border-radius: 10px;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--muted);
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.cat-track a:hover {
	color: var(--ink);
	background: rgba(85, 88, 223, 0.08);
	text-decoration: none;
}

.cat-track a.is-on {
	color: #fff;
	background: linear-gradient(135deg, var(--primary), var(--coral));
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 6px 20px rgba(85, 88, 223, 0.25);
}

/* Vitrin (slider altı) */
.showcase-wrap {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 1.25rem 2.5rem;
}

.showcase {
	position: relative;
}

/* ——— Vitrin kartları ——— */
.showcase__head {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 1.5rem;
	margin-bottom: 1.35rem;
	align-items: end;
}

@media (min-width: 880px) {
	.showcase__head {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
		align-items: end;
	}
}

.showcase__head-main h2 {
	margin: 0 0 0.4rem;
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 2.4vw, 1.35rem);
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -0.02em;
}

.showcase__lede {
	margin: 0;
	font-size: 0.875rem;
	color: var(--muted);
	line-height: 1.55;
	max-width: 52ch;
}

.showcase__head-aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.65rem;
}

@media (max-width: 879px) {
	.showcase__head-aside {
		align-items: flex-start;
	}
}

.showcase__filters {
	width: 100%;
}

.showcase__chips--bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
	align-items: center;
}

.showcase__chips-visible {
	display: contents;
}

.showcase__chips-panel {
	display: none;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
}

.showcase__chips-toggle {
	display: none;
}

/* Masaüstü: bar + panel aynı satırda (mobil akordeon yapısı korunur) */
@media (min-width: 880px) {
	.showcase__filters {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0.35rem;
		width: auto;
		max-width: 100%;
	}

	.showcase__chips--bar {
		display: inline-flex;
		flex-wrap: nowrap;
		flex: 0 0 auto;
		justify-content: flex-end;
		gap: 0.35rem;
	}

	.showcase__chips-toggle {
		display: none !important;
	}

	.showcase__chips-panel {
		display: inline-flex;
		flex-wrap: nowrap;
		flex: 0 0 auto;
		gap: 0.35rem;
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
	}

	.showcase__chips-panel[hidden] {
		display: inline-flex;
	}
}

/* Mobil: 2 etiket + açılır panel (tek satır, alta kaymaz) */
@media (max-width: 879px) {
	.showcase__filters {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.showcase__chips--bar {
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
		gap: 0.4rem;
	}

	.showcase__chips-visible {
		display: flex;
		flex: 1 1 auto;
		gap: 0.4rem;
		min-width: 0;
	}

	.showcase__chips-visible .showcase__chip {
		flex: 1 1 0;
		min-width: 0;
		justify-content: center;
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}

	.showcase__chips-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 2.65rem;
		height: 2.65rem;
		padding: 0;
		border-radius: 999px;
		border: 1px solid rgba(85, 88, 223, 0.42);
		background: linear-gradient(145deg, rgba(85, 88, 223, 0.22), rgba(85, 88, 223, 0.1));
		color: var(--primary);
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.65) inset,
			0 4px 14px rgba(85, 88, 223, 0.28);
		cursor: pointer;
		transition: transform 0.2s var(--ease-out), border-color 0.2s, background 0.2s, box-shadow 0.2s;
	}

	.showcase__chips-toggle:hover {
		border-color: rgba(85, 88, 223, 0.55);
		background: linear-gradient(145deg, rgba(85, 88, 223, 0.3), rgba(85, 88, 223, 0.14));
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.7) inset,
			0 6px 18px rgba(85, 88, 223, 0.35);
	}

	.showcase__chips-toggle.is-open {
		background: linear-gradient(135deg, var(--primary), var(--primary-soft));
		border-color: transparent;
		color: #fff;
	}

	.showcase__chips-toggle.is-open .showcase__chips-toggle-icon {
		transform: rotate(180deg);
	}

	.showcase__chips-toggle.has-active:not(.is-open) {
		border-color: rgba(85, 88, 223, 0.45);
		box-shadow: 0 0 0 2px rgba(85, 88, 223, 0.12);
	}

	.showcase__chips-toggle-icon {
		display: block;
		transition: transform 0.25s var(--ease-out);
	}

	.showcase__chips-panel {
		display: none;
		flex-wrap: wrap;
		gap: 0.4rem;
		width: 100%;
		margin-top: 0.45rem;
		padding-top: 0.45rem;
		border-top: 1px solid var(--line);
		justify-content: flex-start;
	}

	.showcase__chips-panel:not([hidden]) {
		display: flex;
	}
}

.showcase__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.78rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
	color: #2a3042;
	border: 1px solid var(--line-bright);
	background: #fff;
	transition: color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--ease-out);
}

.showcase__chip:hover {
	color: var(--ink);
	border-color: rgba(85, 88, 223, 0.3);
	transform: translateY(-1px);
	text-decoration: none;
}

.showcase__chip.is-on {
	color: #fff;
	border-color: transparent;
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	box-shadow: 0 0 0 1px rgba(85, 88, 223, 0.15), 0 8px 22px rgba(85, 88, 223, 0.28);
}

.showcase__cta {
	font-size: 0.8125rem;
	font-weight: 800;
	color: var(--primary);
	text-decoration: none;
	letter-spacing: 0.02em;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0;
	border-bottom: 2px solid rgba(85, 88, 223, 0.25);
	transition: color 0.2s, border-color 0.2s, gap 0.2s var(--ease-out);
}

.showcase__cta:hover {
	color: var(--primary-soft);
	border-bottom-color: var(--coral);
	gap: 0.5rem;
	text-decoration: none;
}

.showcase-rail {
	position: relative;
	padding: 0 2.75rem 0.35rem;
}

@media (max-width: 640px) {
	.showcase-rail {
		padding-left: 0;
		padding-right: 0;
	}
}

.showcase-arrow {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	color: #fff;
	box-shadow:
		0 6px 22px rgba(85, 88, 223, 0.38),
		0 0 0 1px rgba(255, 255, 255, 0.2) inset;
	cursor: pointer;
	transition: transform 0.2s var(--ease-out), box-shadow 0.2s, opacity 0.2s, filter 0.2s;
}

.showcase-arrow svg {
	display: block;
}

.showcase-arrow--prev {
	left: 0;
}

.showcase-arrow--next {
	right: 0;
}

.showcase-arrow:hover:not(:disabled),
.showcase-arrow:focus-visible:not(:disabled) {
	transform: translateY(-50%) scale(1.08);
	box-shadow: 0 12px 32px rgba(85, 88, 223, 0.48);
	filter: brightness(1.06);
}

.showcase-arrow:active:not(:disabled) {
	transform: translateY(-50%) scale(1.02);
}

.showcase-arrow:disabled {
	opacity: 0.38;
	cursor: not-allowed;
	transform: translateY(-50%);
	background: #e8eaf3;
	color: #9aa0b8;
	box-shadow: none;
	filter: none;
}

.showcase-arrow:focus-visible {
	outline: 2px solid var(--primary-soft);
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.showcase-arrow {
		display: none;
	}
}

.showcase-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.85rem;
}

.showcase-dots[hidden] {
	display: none;
}

.showcase-dots__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(20, 24, 38, 0.18);
	cursor: pointer;
	transition: width 0.25s var(--ease-out), background 0.25s;
}

.showcase-dots__dot[aria-selected="true"] {
	width: 1.35rem;
	background: linear-gradient(90deg, var(--primary), var(--primary-soft));
}

.showcase-rail .card-rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	min-height: 1px;
}

.card-rail {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.15rem;
}

@media (max-width: 1023px) {
	.showcase-rail .card-rail {
		display: flex;
		overflow-x: auto;
		gap: 1rem;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		padding-bottom: 0.35rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
	}

	.showcase-rail .theme-card {
		flex: 0 0 min(86vw, 320px);
		scroll-snap-align: start;
	}
}

/* Mobil: set başına 3 kart alt alta; yatay çubuk yok — sonraki set swipe / nokta ile */
@media (max-width: 879px) {
	.showcase-wrap {
		overflow-x: clip;
	}

	.showcase-rail {
		padding-bottom: 0.1rem;
		touch-action: pan-y;
	}

	.showcase-rail .card-rail {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		overflow-x: hidden;
		overscroll-behavior-x: none;
		gap: 0.9rem;
		padding: 0;
		scroll-snap-type: none;
		mask-image: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: auto;
	}

	.showcase-rail .card-rail::-webkit-scrollbar {
		display: none;
	}

	.showcase-rail .theme-card {
		flex: none;
		width: 100%;
		max-width: none;
		scroll-snap-align: none;
	}

	.showcase-rail .theme-card:hover {
		transform: translateY(-3px);
	}

	.showcase-dots {
		margin-top: 0.95rem;
		gap: 0.1rem;
	}

	/* Görsel küçük nokta; dokunma alanı ~44px (parmak) */
	.showcase-dots__dot {
		width: 8px;
		height: 8px;
		min-width: 2.75rem;
		min-height: 2.75rem;
		padding: 0.85rem;
		box-sizing: border-box;
		background-clip: content-box;
	}

	.showcase-dots__dot[aria-selected="true"] {
		width: 1.25rem;
		height: 8px;
	}

	.showcase__swipe-hint {
		margin: 0.55rem 0 0;
		text-align: center;
		font-size: 0.75rem;
		font-weight: 600;
		color: var(--ink-muted);
		line-height: 1.45;
	}

	.showcase__swipe-hint[hidden] {
		display: none;
	}

	.showcase-rail.is-multi .showcase__swipe-hint:not([hidden]) {
		display: block;
	}
}

.theme-card {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: linear-gradient(165deg, #ffffff 0%, var(--surface-2) 100%);
	border: 1px solid var(--line-bright);
	box-shadow: var(--shadow-card);
	transition: transform 0.3s var(--ease-out), border-color 0.3s, box-shadow 0.3s;
	--card-a: var(--primary);
	--card-b: var(--coral);
}

.theme-card[data-accent="velora"] {
	--card-a: #8b5cf6;
	--card-b: #ec4899;
}

.theme-card[data-accent="radio"] {
	--card-a: #ea580c;
	--card-b: #fbbf24;
}

.theme-card[data-accent="sektor"] {
	--card-a: #0ea5e9;
	--card-b: #6366f1;
}

.theme-card[data-accent="html"] {
	--card-a: #059669;
	--card-b: #34d399;
}

.theme-card[data-accent="dini"] {
	--card-a: #7c3aed;
	--card-b: #a78bfa;
}

.theme-card[data-accent="sohbet"] {
	--card-a: #8b5cf6;
	--card-b: #6366f1;
}

.theme-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 8;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	background: linear-gradient(90deg, var(--card-a), var(--card-b));
	pointer-events: none;
}

.theme-card:hover {
	transform: translateY(-6px);
	border-color: rgba(85, 88, 223, 0.45);
	box-shadow: var(--shadow-card), 0 0 0 1px rgba(85, 88, 223, 0.12), 0 0 48px rgba(85, 88, 223, 0.12);
}

@supports (color: color-mix(in srgb, red 50%, blue)) {
	.theme-card:hover {
		border-color: color-mix(in srgb, var(--card-a) 40%, var(--line-bright));
		box-shadow:
			var(--shadow-card),
			0 0 0 1px color-mix(in srgb, var(--card-a) 22%, transparent),
			0 20px 50px color-mix(in srgb, var(--card-a) 18%, transparent);
	}
}

.theme-card--spotlight {
	grid-column: span 1;
}

.theme-card--spotlight::before {
	height: 6px;
}

.theme-card--spotlight {
	box-shadow:
		var(--shadow-card),
		0 0 0 1px rgba(85, 88, 223, 0.1),
		0 16px 48px rgba(85, 88, 223, 0.14);
}

@media (min-width: 1024px) {
	.theme-card--spotlight {
		grid-column: span 1;
		transform: scale(1.02);
		transform-origin: center top;
		z-index: 2;
	}
}

.theme-card__feature-badge {
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.3rem 0.55rem;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--primary), var(--coral));
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 4px 14px rgba(85, 88, 223, 0.35);
}

.theme-card__shot {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(160deg, #e8ecf8, #d4dcf0);
}

.theme-card__shot::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(85, 88, 223, 0.12), transparent 35%);
	pointer-events: none;
	z-index: 1;
}

.theme-card__shot::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(90% 55% at 50% 0%, rgba(255, 255, 255, 0.22), transparent 60%);
	pointer-events: none;
	z-index: 1;
}

.theme-card__shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--ease-out), filter 0.45s;
	filter: saturate(1.05) contrast(1.02);
}

.theme-card:hover .theme-card__shot img {
	transform: scale(1.06);
	filter: saturate(1.12) contrast(1.05) brightness(1.03);
}

.theme-card__badges {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	z-index: 3;
}

.badge {
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.35rem 0.7rem;
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.82);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
}

.badge--demo {
	background: linear-gradient(135deg, var(--primary), var(--coral));
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
}

.theme-card__body {
	padding: 1.05rem 1.15rem 1.2rem;
	position: relative;
	z-index: 2;
}

.theme-card__body h3 {
	margin: 0 0 0.35rem;
	font-family: var(--font-display);
	font-size: 1.08rem;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: -0.02em;
}

.theme-card__meta {
	margin: 0 0 0.85rem;
	font-size: 0.8125rem;
	color: var(--muted);
	line-height: 1.45;
}

.theme-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding-top: 0.15rem;
	border-top: 1px solid var(--line);
}

.theme-card__btn {
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s;
}

.theme-card__btn--demo {
	color: var(--primary-soft);
}

.theme-card__btn--demo:hover {
	color: var(--primary);
	text-decoration: none;
}

.theme-card__btn--detail {
	color: var(--ink);
}

.theme-card__btn--detail:hover {
	color: var(--primary);
	text-decoration: none;
}

.theme-card__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.price {
	font-weight: 800;
	font-size: 1.05rem;
	color: var(--coral);
	font-family: var(--font-display);
}

.link-quiet {
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--primary-soft);
	text-decoration: none;
}

.link-quiet:hover {
	color: #cfa390;
	text-decoration: underline;
}

/* Anchor hedefleri: yapışkan header altında kalsın */
#temalar,
#hizmetler,
#yorumlar,
[id^="svc-"] {
	scroll-margin-top: calc(5.5rem + env(safe-area-inset-top, 0px));
}

/* ——— Hizmet ——— */
.section {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 1.25rem 3.5rem;
}

.section__panel {
	padding: 1.75rem 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(165deg, #ffffff, var(--surface-2));
	border: 1px solid var(--line-bright);
	box-shadow: var(--shadow-card);
}

.section__title {
	font-family: var(--font-display);
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 0.4rem;
	color: var(--ink);
	letter-spacing: -0.02em;
}

.section__sub {
	margin: 0 0 1.35rem;
	color: var(--muted);
	font-size: 0.9375rem;
	max-width: 54ch;
}

/* ——— Hizmetler (#hizmetler) ——— */
.section--services .section__panel {
	padding: 1.85rem 1.65rem 1.65rem;
}

.section--services .services-head {
	margin-bottom: 1.35rem;
}

.section--services .services-head__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-soft);
}

.section--services .services-head__title {
	margin: 0 0 0.6rem;
	font-family: var(--font-display);
	font-size: clamp(1.4rem, 2.9vw, 1.85rem);
	font-weight: 800;
	font-style: italic;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: var(--ink);
}

.section--services .services-head__title em {
	font-style: italic;
	color: inherit;
}

.section--services .services-head__lede {
	margin: 0;
	max-width: none;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--ink-soft);
}

@media (min-width: 881px) {
	.section--services .services-head__lede {
		white-space: nowrap;
	}
}

.section--services .services-rail {
	min-width: 0;
}

.section--services .service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

@media (max-width: 1023px) and (min-width: 641px) {
	.section--services .service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.section--services .service-card {
	--svc-accent: var(--primary);
	--svc-tint: rgba(85, 88, 223, 0.08);
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.2rem 1.2rem 1.1rem 1.35rem;
	border-radius: var(--radius-md);
	background: linear-gradient(165deg, #ffffff 0%, #fafbfe 100%);
	border: 1px solid var(--line-bright);
	box-shadow: var(--shadow-card);
	transition:
		transform 0.3s var(--ease-out),
		border-color 0.25s,
		box-shadow 0.3s var(--ease-out);
}

.section--services .service-card::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	border-radius: var(--radius-md) 0 0 var(--radius-md);
	background: var(--svc-accent);
}

.section--services .service-card[data-accent="kurulum"] {
	--svc-accent: #6366f1;
	--svc-tint: rgba(99, 102, 241, 0.08);
}

.section--services .service-card[data-accent="seo"] {
	--svc-accent: #10b981;
	--svc-tint: rgba(16, 185, 129, 0.08);
}

.section--services .service-card[data-accent="hosting"] {
	--svc-accent: #3b82f6;
	--svc-tint: rgba(59, 130, 246, 0.08);
}

.section--services .service-card[data-accent="makale"] {
	--svc-accent: #f59e0b;
	--svc-tint: rgba(245, 158, 11, 0.08);
}

.section--services .service-card[data-accent="webhost"] {
	--svc-accent: #06b6d4;
	--svc-tint: rgba(6, 182, 212, 0.08);
}

.section--services .service-card[data-accent="irchost"] {
	--svc-accent: #a855f7;
	--svc-tint: rgba(168, 85, 247, 0.08);
}

.section--services .service-card:hover {
	transform: translateY(-6px);
	border-color: color-mix(in srgb, var(--svc-accent) 42%, var(--line));
	box-shadow:
		var(--shadow-card),
		0 16px 40px color-mix(in srgb, var(--svc-accent) 16%, transparent);
}

.section--services .service-card__head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.65rem;
	min-width: 0;
}

.section--services .service-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0;
	border-radius: 12px;
	background: var(--svc-tint);
	color: var(--svc-accent);
	transition: transform 0.25s var(--ease-out);
}

.section--services .service-card__icon svg {
	width: 24px;
	height: 24px;
}

.section--services .service-card:hover .service-card__icon {
	transform: scale(1.08);
}

.section--services .service-card__title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.section--services .service-card__desc {
	margin: 0 0 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--ink-soft);
}

.section--services .service-card__feats {
	margin: 0 0 1.05rem;
	padding: 0;
	list-style: none;
	flex: 1 1 auto;
}

.section--services .service-card__feats li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--ink);
}

.section--services .service-card__feats li + li {
	margin-top: 0.35rem;
}

.section--services .service-card__feats li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.05em;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--svc-accent);
	opacity: 0.9;
}

.section--services .service-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	border: 1px solid color-mix(in srgb, var(--svc-accent) 45%, transparent);
	background: transparent;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--svc-accent);
	cursor: pointer;
	transition:
		background 0.2s var(--ease-out),
		color 0.2s,
		border-color 0.2s,
		transform 0.2s var(--ease-out);
}

.section--services .service-card__cta:hover {
	background: var(--svc-accent);
	border-color: var(--svc-accent);
	color: #fff;
	transform: translateY(-1px);
}

.section--services .services-scroll-hint {
	display: none;
	margin: 0.65rem 0 0;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--ink-muted);
	line-height: 1.45;
}

.section--services .services-scroll-hint[hidden],
.section--services .services-mobile-nav[hidden] {
	display: none;
}

/* Mobil: kaydırma .service-grid üzerinde + parmak sürükleme (JS) */
@media (max-width: 879px) {
	.section--services {
		overflow: visible;
	}

	.section--services .section__panel {
		overflow: visible;
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.section--services .services-rail {
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	.section--services .service-grid {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0.85rem;
		width: auto;
		max-width: none;
		margin: 0 -0.15rem;
		padding: 0.2rem 0.15rem 0.55rem;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0.15rem;
		scrollbar-width: none;
		touch-action: pan-x;
		cursor: grab;
	}

	.section--services .service-grid.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
	}

	.section--services .service-grid::-webkit-scrollbar {
		display: none;
	}

	.section--services .service-card {
		flex: 0 0 min(84vw, 22rem);
		width: min(84vw, 22rem);
		scroll-snap-align: start;
		scroll-snap-stop: always;
		padding: 1.25rem 1.2rem 1.15rem 1.4rem;
	}

	.section--services .service-card__title {
		font-size: 1.1rem;
	}

	.section--services .service-card__desc {
		font-size: 1rem;
	}

	.section--services .service-card__feats li {
		font-size: 0.9375rem;
	}

	.section--services .service-card__cta {
		font-size: 1rem;
		padding: 0.6rem 1.05rem;
	}

	.section--services .services-mobile-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.65rem;
		margin-top: 0.65rem;
	}

	.section--services .services-mobile-nav__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border: none;
		border-radius: 50%;
		background: linear-gradient(135deg, var(--primary), var(--primary-soft));
		color: #fff;
		font-size: 1.35rem;
		line-height: 1;
		box-shadow: 0 6px 18px rgba(85, 88, 223, 0.32);
		cursor: pointer;
	}

	.section--services .services-mobile-nav__btn:disabled {
		opacity: 0.35;
		cursor: not-allowed;
	}

	.section--services .services-scroll-hint:not([hidden]) {
		display: block;
	}
}

/* ——— Müşteri yorumları (#yorumlar) ——— */
.section--testimonials .section__panel {
	padding: 1.85rem 1.65rem 1.65rem;
}

.section--testimonials .tst-head {
	margin-bottom: 1.35rem;
}

.section--testimonials .tst-head__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary-soft);
}

.section--testimonials .tst-head__title {
	margin: 0 0 0.6rem;
	font-family: var(--font-display);
	font-size: clamp(1.4rem, 2.9vw, 1.85rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.section--testimonials .tst-head__title em {
	font-style: italic;
}

.section--testimonials .tst-head__lede {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--muted);
	max-width: 58ch;
}

.section--testimonials .tst-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

@media (max-width: 1023px) {
	.section--testimonials .tst-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.section--testimonials .tst-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.15rem 1.2rem 1.1rem;
	border-radius: var(--radius-md);
	border: 1px solid var(--line-bright);
	background: #fff;
	box-shadow: 0 1px 0 rgba(12, 16, 22, 0.04);
	transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out), border-color 0.22s;
}

.section--testimonials .tst-card:hover {
	transform: translateY(-4px);
	border-color: color-mix(in srgb, var(--primary) 28%, var(--line));
	box-shadow: var(--shadow-card);
}

.section--testimonials .tst-card--featured {
	border-color: color-mix(in srgb, var(--primary) 35%, var(--line-bright));
	background: linear-gradient(165deg, #ffffff, color-mix(in srgb, var(--primary) 4%, #fff));
}

.section--testimonials .tst-card__badge {
	margin: 0 0 0.65rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--primary);
}

.section--testimonials .tst-card__quote {
	margin: 0 0 0.85rem;
	padding: 0;
	border: none;
	flex: 1 1 auto;
}

.section--testimonials .tst-card__quote p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--ink);
}

.section--testimonials .tst-card__quote p::before {
	content: "“";
	margin-right: 0.15em;
	color: var(--primary-soft);
	font-weight: 800;
	font-size: 1.15em;
	line-height: 0;
}

.section--testimonials .tst-card__stars {
	display: inline-flex;
	gap: 0.12rem;
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	line-height: 1;
	color: var(--line);
}

.section--testimonials .tst-card__star.is-on {
	color: #f59e0b;
}

.section--testimonials .tst-card__foot {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 0.15rem;
}

.section--testimonials .tst-card__avatar {
	flex: 0 0 auto;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(135deg, var(--primary), var(--primary-soft));
	display: flex;
	align-items: center;
	justify-content: center;
}

.section--testimonials .tst-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section--testimonials .tst-card__initials {
	font-size: 0.8125rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
}

.section--testimonials .tst-card__meta {
	min-width: 0;
}

.section--testimonials .tst-card__name {
	display: block;
	font-style: normal;
	font-size: 0.9375rem;
	font-weight: 800;
	color: var(--ink);
}

.section--testimonials .tst-card__title {
	margin: 0.1rem 0 0;
	font-size: 0.8125rem;
	color: var(--muted);
}

.section--testimonials .tst-card__context {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--primary-soft);
	text-decoration: none;
}

.section--testimonials .tst-card__context:hover {
	color: var(--primary);
	text-decoration: underline;
}

.section--testimonials .tst-card__context--text {
	color: var(--muted);
	font-weight: 600;
}

@media (max-width: 879px) {
	.section--testimonials {
		overflow: visible;
	}

	.section--testimonials .section__panel {
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.section--testimonials .tst-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0.9rem;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
	}

	.section--testimonials .tst-card {
		flex: 0 0 min(84vw, 20rem);
		scroll-snap-align: start;
	}
}

/* ——— Footer ——— */
.site-footer {
	margin-top: auto;
	border-top: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(245, 244, 249, 0.95) 100%);
	backdrop-filter: blur(14px);
}

.site-footer__inner {
	max-width: var(--max);
	margin: 0 auto;
	padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
	padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
}

.site-footer__cta {
	border-bottom: 1px solid var(--line);
	background: linear-gradient(135deg, rgba(85, 88, 223, 0.09), rgba(85, 88, 223, 0.02));
}

.site-footer__cta-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.site-footer__cta-eyebrow {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--primary);
}

.site-footer__cta-title {
	margin: 0;
	max-width: 36rem;
	font-family: var(--font-display);
	font-size: clamp(1.05rem, 2.5vw, 1.35rem);
	font-weight: 800;
	font-style: italic;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.site-footer__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.site-footer__main {
	padding-top: 2rem;
	padding-bottom: 1.75rem;
}

.site-footer__grid {
	display: grid;
	gap: 2rem 1.75rem;
	grid-template-columns: 1fr;
}

.site-footer__brand {
	min-width: 0;
}

.site-footer__logo {
	display: inline-block;
	margin-bottom: 0.85rem;
	text-decoration: none;
}

.site-footer__logo-img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(220px, 72vw);
	max-height: 2.75rem;
	object-fit: contain;
	object-position: left center;
}

.site-footer__tagline {
	margin: 0 0 0.55rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--ink);
}

.site-footer__about {
	margin: 0 0 0.75rem;
	max-width: 26rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: var(--ink);
}

.site-footer__maker {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--ink);
}

.site-footer__maker strong {
	color: var(--primary);
	font-weight: 800;
}

.site-footer__heading {
	margin: 0 0 0.85rem;
	font-family: var(--font-sans);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-muted);
}

.site-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__list li + li {
	margin-top: 0.4rem;
}

.site-footer__list a {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--ink);
	text-decoration: none;
	transition: color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.site-footer__list a:hover {
	color: var(--primary);
	transform: translateX(2px);
}

.site-footer__list a:focus-visible {
	outline: 2px solid rgba(85, 88, 223, 0.45);
	outline-offset: 3px;
	border-radius: 4px;
}

.site-footer__contact {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.site-footer__contact-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.52rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(37, 211, 102, 0.45);
	background: linear-gradient(180deg, #fcfcfd 0%, #eef6f0 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, transform 0.2s var(--ease-out), box-shadow 0.2s;
}

.site-footer__contact-wa-icon {
	flex-shrink: 0;
	color: #25d366;
}

.site-footer__contact-wa:hover {
	background: linear-gradient(180deg, #ffffff 0%, #e4f7ea 100%);
	border-color: rgba(37, 211, 102, 0.65);
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.18);
	transform: translateY(-1px);
}

.site-footer__contact-note {
	margin: 0.65rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--ink-muted);
}

.site-footer__bar {
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.5);
}

.site-footer__bar-inner {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 1.1rem;
	padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
}

.site-footer__copy,
.site-footer__legal-note {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--ink-muted);
}

.site-footer__legal-note strong {
	color: var(--ink-soft);
	font-weight: 700;
}

.site-footer__legal-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.site-footer__legal-nav a {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--ink-soft);
	text-decoration: none;
}

.site-footer__legal-nav a:hover {
	color: var(--primary);
	text-decoration: underline;
}

@media (min-width: 640px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__bar-inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
	}

	.site-footer__copy {
		flex: 1 1 auto;
	}

	.site-footer__legal-nav {
		flex-shrink: 0;
	}
}

@media (min-width: 880px) {
	.site-footer__cta-inner {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.site-footer__main {
		padding-top: 2.35rem;
		padding-bottom: 2rem;
	}

	.site-footer__grid {
		grid-template-columns: minmax(0, 1.4fr) repeat(4, minmax(0, 1fr));
		gap: 2.25rem 2rem;
		align-items: start;
	}

	.site-footer__brand {
		grid-column: auto;
		padding-right: 0.75rem;
	}

	.site-footer__logo-img {
		max-height: 3rem;
		max-width: 240px;
	}

	.site-footer__tagline {
		font-size: 1rem;
		line-height: 1.5;
		color: var(--ink);
	}

	.site-footer__about {
		font-size: 0.975rem;
		font-weight: 500;
		line-height: 1.68;
		color: var(--ink);
	}

	.site-footer__maker {
		font-size: 0.9rem;
		font-weight: 600;
		color: var(--ink);
	}

	.site-footer__col {
		padding: 0;
		border: none;
		background: transparent;
		border-radius: 0;
	}

	.site-footer__heading {
		margin-bottom: 0.95rem;
		padding-bottom: 0.55rem;
		border-bottom: 2px solid rgba(85, 88, 223, 0.22);
		font-family: var(--font-display);
		font-size: 1rem;
		font-weight: 800;
		font-style: italic;
		letter-spacing: -0.02em;
		text-transform: none;
		color: var(--ink);
	}

	.site-footer__list li + li {
		margin-top: 0.48rem;
	}

	.site-footer__list a {
		font-size: 0.9375rem;
		font-weight: 600;
		line-height: 1.45;
		color: var(--ink);
	}

	.site-footer__list a:hover {
		color: var(--primary);
	}

	.site-footer__col--account .site-footer__contact {
		margin-top: 1rem;
		padding-top: 1rem;
	}

	.site-footer__contact-note {
		font-size: 0.8125rem;
		line-height: 1.55;
	}

	.site-footer__bar-inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 0.85rem 1.5rem;
		padding-top: 1.15rem;
		padding-bottom: 1.35rem;
	}

	.site-footer__copy,
	.site-footer__legal-note {
		font-size: 0.875rem;
		line-height: 1.55;
	}

	.site-footer__legal-nav a {
		font-size: 0.875rem;
	}
}

@media (min-width: 1100px) {
	.site-footer__legal-note {
		max-width: 42rem;
	}
}

/* Footer — mobil kompakt (≤879px, masaüstüne dokunmaz) */
@media (max-width: 879px) {
	.site-footer__cta-inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		padding-top: 1.15rem;
		padding-bottom: 1.15rem;
		gap: 0.85rem;
	}

	.site-footer__cta-title {
		max-width: none;
		font-size: 1.05rem;
	}

	.site-footer__cta-actions {
		width: 100%;
		justify-content: center;
	}

	.site-footer__cta-actions .btn {
		flex: 1 1 calc(50% - 0.25rem);
		min-width: 0;
		justify-content: center;
	}

	.site-footer__main {
		padding-top: 1.35rem;
		padding-bottom: 1.25rem;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
		text-align: center;
		padding: 0 0.15rem 0.85rem;
		margin-bottom: 0.15rem;
		border-bottom: 1px solid var(--line);
	}

	.site-footer__logo {
		display: flex;
		justify-content: center;
		margin-bottom: 0.65rem;
	}

	.site-footer__logo-img {
		margin-inline: auto;
		object-position: center;
		max-height: 2.35rem;
	}

	.site-footer__tagline {
		font-size: 0.875rem;
		margin-bottom: 0.4rem;
	}

	.site-footer__about {
		max-width: none;
		margin: 0 auto 0.55rem;
		font-size: 0.9rem;
		font-weight: 500;
		line-height: 1.62;
		color: var(--ink);
	}

	.site-footer__maker {
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.5;
		color: var(--ink);
	}

	.site-footer__col {
		padding: 0.7rem 0.65rem 0.75rem;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.72);
		border: 1px solid var(--line);
		min-width: 0;
	}

	/* 2. satır: Kurumsal | Hesap & destek (üst satır: Tema | Hizmetler) */
	.site-footer__col--account .site-footer__contact {
		margin-top: 0.55rem;
		padding-top: 0.55rem;
	}

	.site-footer__heading {
		margin: 0 0 0.5rem;
		padding: 0 0 0.42rem;
		text-align: center;
		font-family: var(--font-display);
		font-size: 0.84rem;
		font-weight: 800;
		font-style: italic;
		letter-spacing: -0.02em;
		text-transform: none;
		line-height: 1.2;
		color: var(--ink);
		border-bottom: 1px solid rgba(85, 88, 223, 0.2);
		cursor: default;
		pointer-events: none;
		user-select: none;
	}

	.site-footer__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.15rem;
		padding-top: 0.1rem;
	}

	.site-footer__list li + li {
		margin-top: 0;
	}

	.site-footer__list a {
		display: block;
		padding: 0.32rem 0.15rem;
		font-size: 0.84rem;
		font-weight: 600;
		line-height: 1.45;
		text-align: center;
		color: var(--ink);
	}

	.site-footer__list a:hover {
		color: var(--primary);
		transform: none;
	}

	.site-footer__col--account .site-footer__list a {
		color: var(--ink);
	}

	.site-footer__contact {
		margin-top: 0.65rem;
		padding-top: 0.65rem;
		text-align: center;
	}

	.site-footer__contact-wa {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.site-footer__contact-note {
		font-size: 0.75rem;
		text-align: center;
	}

	.site-footer__bar-inner {
		align-items: center;
		text-align: center;
		gap: 0.55rem;
		padding-top: 0.9rem;
	}

	.site-footer__legal-nav {
		justify-content: center;
		width: 100%;
	}
}

/* ——— Modal ——— */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.35);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s var(--ease-out);
}

.modal-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.modal {
	width: min(540px, 100%);
	max-height: min(82vh, 640px);
	overflow: auto;
	background: linear-gradient(180deg, #ffffff, var(--surface-2));
	border-radius: var(--radius-lg);
	padding: 1.4rem 1.45rem 1.3rem;
	box-shadow: var(--shadow-float);
	border: 1px solid var(--line-bright);
}

.modal header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.modal h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--ink);
}

.modal__close {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: var(--surface-2);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
	color: var(--muted);
}

.modal__close:hover {
	color: var(--ink);
	border-color: var(--line-bright);
}

.modal p {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.55;
}

.modal p:last-child {
	margin-bottom: 0;
}

.modal--lightbox {
	width: min(1180px, 96vw);
	max-width: 96vw;
	max-height: min(92vh, 900px);
	padding: 1rem 1.1rem 1.05rem;
	overflow: hidden;
}

.modal--lightbox header {
	margin-bottom: 0.45rem;
}

.modal--lightbox .modal__close {
	background: rgba(255, 255, 255, 0.95);
}

.modal-lightbox {
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: center;
	background: linear-gradient(180deg, #f8f7fc, #eceaf4);
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(20, 24, 38, 0.08);
}

.modal-lightbox img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: min(78vh, 760px);
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
}

/* ——— Mobil (küçük ekran) ——— */
@media (max-width: 639px) {
	.site-header__inner,
	.nav-deck__inner,
	.hero-wrap,
	.showcase-wrap,
	.section,
	.site-footer__inner {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}

	.hero-wrap {
		padding-top: 1rem;
		padding-bottom: 1.25rem;
	}

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

	.hero-slide__inner {
		padding: 1rem 0.85rem 4.65rem;
		gap: 1.1rem;
		align-items: start;
	}

	.hero-slide__title {
		font-size: clamp(1.4rem, 8vw, 2.05rem);
	}

	.hero-slide__lead {
		font-size: 1rem;
		max-width: none;
	}

	.hero-mockup {
		max-height: min(38dvh, 300px);
		border-radius: 14px;
	}

	.hero-velora-badges {
		border-radius: 10px;
	}

	.hero-velora-stat {
		padding: 0.32rem 0.2rem 0.36rem;
		gap: 0.15rem;
	}

	.hero-velora-stat__val {
		font-size: clamp(0.92rem, 4vw, 1.15rem);
	}

	.hero-velora-stat__lab {
		font-size: 0.48rem;
		letter-spacing: 0.08em;
		max-width: none;
	}

	.hero-velora-trend {
		right: 0.32rem;
		bottom: 0.32rem;
		padding: 0.38rem 0.5rem 0.4rem 0.45rem;
		gap: 0.32rem;
		border-radius: 12px;
	}

	.hero-velora-trend__hash {
		font-size: 1.05rem;
	}

	.hero-velora-trend__line {
		font-size: 0.52rem;
		letter-spacing: 0.08em;
	}

	.modal--lightbox {
		width: 100%;
		max-height: 90vh;
		padding: 0.7rem 0.6rem 0.75rem;
	}

	.modal-lightbox img {
		max-height: min(66vh, 520px);
	}

	.hero-mockup__metrics {
		left: 0.4rem;
		right: 0.4rem;
		top: 0.5rem;
		gap: 0.25rem;
	}

	.hero-metric {
		min-width: 0;
		flex: 1 1 calc(33.33% - 0.25rem);
		padding: 0.32rem 0.2rem;
		font-size: 0.5rem;
	}

	.hero-metric strong {
		font-size: 0.8rem;
	}

	.hero-mockup__trend {
		bottom: 2.4rem;
		right: 0.45rem;
		font-size: 0.55rem;
		padding: 0.32rem 0.5rem;
	}

	.btn {
		min-height: 44px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-slider__track {
		transition: none;
	}

	.hero__blob {
		animation: none;
	}

	.hero-slider__pulse {
		animation: none;
	}

	.hero-slide[data-active="true"] .hero-slide__copy,
	.hero-slide[data-active="true"] .hero-slide__visual {
		animation: none;
	}

	.hero-velora-badges,
	.hero-velora-trend {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

/* ── Hizmet kartı — ek butonlar (ExCaLuBuR) ── */
.section--services .service-card {
    position: relative;
}
.section--services .service-card__link {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
}
.section--services .service-card__btns {
    display: flex;
    gap: .5rem;
    margin-top: auto;
    padding-top: 1rem;
    position: relative;
    z-index: 1;
}
.section--services .service-card__cta {
    flex: 1;
}
.section--services .service-card__wa {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .9rem;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, #22c55e 40%, transparent);
    background: transparent;
    font-size: .875rem;
    font-weight: 700;
    color: #16a34a;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, color .2s, border-color .2s;
    position: relative;
    z-index: 1;
}
.section--services .service-card__wa:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
    text-decoration: none;
}
