/* ==========================================================================
   BUKALEMUN STUDIO — ANA STİL DOSYASI
   Asenkron yüklenir (preload + onload). Kritik CSS için: critical.css
   İçindekiler:
     1.  Bölüm kabukları & başlıklar
     2.  Reveal animasyonları
     3.  Kart sistemi
     4.  Hizmetler
     5.  Portfolyo
     6.  Süreç
     7.  İstatistik & müşteri logoları
     8.  Referanslar (testimonial)
     9.  Blog kartları & arşiv
     10. SSS akordeon
     11. CTA bandı
     12. Footer
     13. Formlar & iletişim
     14. Yazı içeriği (prose) & içindekiler
     15. Sayfalama, yorumlar, 404, arama
     16. Breadcrumb
     17. Yüzen aksiyonlar & çerez bandı
     18. Blok editörü uyumu
     19. Yardımcı sınıflar & baskı
   ========================================================================== */

/* --- 0. Hero yan kartı ---------------------------------------------------- */
.bk-hero-card {
	background: rgba(255, 255, 255, .055);
	border-radius: var(--bk-r-xl);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 30px 70px rgba(0, 0, 0, .35);
	backdrop-filter: blur(20px) saturate(150%);
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	padding: clamp(1.35rem, 2.6vw, 1.9rem);
	color: #fff;
}

.bk-hero-card__spectrum {
	display: flex;
	gap: 5px;
	margin-bottom: 1.15rem;
}

.bk-hero-card__spectrum span {
	height: 6px;
	flex: 1;
	border-radius: 3px;
	background: var(--c);
	transform-origin: left;
	animation: bk-spectrum .9s var(--bk-ease-out) backwards;
}

.bk-hero-card__spectrum span:nth-child(2) {
	animation-delay: .08s;
}

.bk-hero-card__spectrum span:nth-child(3) {
	animation-delay: .16s;
}

.bk-hero-card__spectrum span:nth-child(4) {
	animation-delay: .24s;
}

.bk-hero-card__spectrum span:nth-child(5) {
	animation-delay: .32s;
}

@keyframes bk-spectrum {
	from {
		transform: scaleX(0);
		opacity: 0;
	}
}

.bk-hero-card__label {
	font-size: var(--bk-fs-xs);
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .55);
	margin-bottom: .9rem;
}

.bk-hero-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 2px;
}

.bk-hero-card__list a {
	display: flex;
	align-items: center;
	gap: .8rem;
	padding: .72rem .7rem;
	border-radius: var(--bk-r-md);
	text-decoration: none;
	color: #fff;
	font-family: var(--bk-font-display);
	font-weight: 600;
	font-size: var(--bk-fs-sm);
	letter-spacing: -.012em;
	transition: background var(--bk-t-fast);
}

.bk-hero-card__list a:hover {
	background: rgba(255, 255, 255, .09);
}

.bk-hero-card__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: var(--bk-gradient);
	color: #06120d;
	flex: none;
}

.bk-hero-card__name {
	flex: 1;
	min-width: 0;
}

.bk-hero-card__go {
	opacity: 0;
	transform: translate(-4px, 4px);
	transition: opacity var(--bk-t), transform var(--bk-t);
	flex: none;
}

.bk-hero-card__list a:hover .bk-hero-card__go {
	opacity: .85;
	transform: none;
}

.bk-hero-card__foot {
	display: flex;
	align-items: center;
	gap: .55rem;
	margin-top: 1.15rem;
	padding-top: 1.05rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: var(--bk-fs-xs);
	color: rgba(255, 255, 255, .68);
}

.bk-hero-card__stars {
	display: inline-flex;
	gap: 2px;
	color: var(--bk-amber);
}

/* --- 1. Bölüm kabukları --------------------------------------------------- */
.bk-section {
	padding-block: clamp(3.5rem, 8vw, 7rem);
	position: relative;
}

.bk-section--tight {
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

.bk-section--cream {
	background: var(--bk-cream);
}

.bk-section--dark {
	background: var(--bk-ink);
	color: #fff;
}

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

/* Ekran dışı bölümlerde tarayıcının render işini ertelemesi (INP/LCP kazancı) */
.bk-section--defer {
	content-visibility: auto;
	contain-intrinsic-size: auto 640px;
}

.bk-section-head {
	max-width: 780px;
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.bk-section-head--center {
	margin-inline: auto;
	text-align: center;
}

.bk-section-head__title {
	font-size: var(--bk-fs-h2);
	letter-spacing: -.032em;
	margin-bottom: var(--bk-sp-4);
}

.bk-section-head__lead {
	font-size: var(--bk-fs-lg);
	color: var(--bk-muted);
	max-width: 62ch;
	line-height: 1.66;
}

.bk-section--dark .bk-section-head__lead {
	color: rgba(255, 255, 255, .72);
}

.bk-section-head--center .bk-section-head__lead {
	margin-inline: auto;
}

.bk-section-head__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--bk-sp-5);
	max-width: none;
}

.bk-rule {
	height: 3px;
	width: 64px;
	border-radius: 3px;
	background: var(--bk-gradient);
	margin-bottom: var(--bk-sp-4);
}

.bk-section-head--center .bk-rule {
	margin-inline: auto;
}

/* --- 2. Reveal ------------------------------------------------------------ */
.bk-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s var(--bk-ease-out), transform .7s var(--bk-ease-out);
	transition-delay: var(--bk-delay, 0ms);
}

.bk-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.no-js .bk-reveal,
.bk-no-reveal .bk-reveal {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.bk-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* --- 3. Kart sistemi ------------------------------------------------------ */
.bk-grid {
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.75rem);
}

/*
 * Izgaralar SABİT sütun sayısıyla tanımlanır, `auto-fit` ile DEĞİL.
 *
 * Gerekçe: `repeat(auto-fit, minmax(300px, 1fr))` geniş ekranda kendiliğinden
 * 4 sütuna çıkıyordu; 8 hizmet 4+4 yerine 4+4, 6 hizmet ise 4+2 gibi dengesiz
 * satırlar üretiyordu. Ayrıca bir kategori filtrelendiğinde geriye tek kart
 * kalınca o kart tüm satırı kaplayıp devleşiyordu. Sabit sütun sayısı her iki
 * sorunu da kökten çözer: kart genişliği içerik sayısından bağımsızdır.
 */
.bk-grid--2 {
	grid-template-columns: 1fr;
}

.bk-grid--3,
.bk-grid--4 {
	grid-template-columns: 1fr;
}

@media (min-width: 600px) {

	.bk-grid--2,
	.bk-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bk-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.bk-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bk-grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.bk-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-lg);
	padding: clamp(1.35rem, 2.4vw, 2rem);
	transition: transform var(--bk-t), box-shadow var(--bk-t), border-color var(--bk-t);
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	isolation: isolate;
}

.bk-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: var(--bk-gradient);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s var(--bk-ease-out);
}

.bk-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--bk-shadow-lg);
	border-color: transparent;
}

.bk-card:hover::before,
.bk-card:focus-within::before {
	transform: scaleX(1);
}

.bk-section--dark .bk-card {
	background: var(--bk-ink-soft);
	border-color: var(--bk-ink-line);
	color: #fff;
}

.bk-card__icon {
	width: 54px;
	height: 54px;
	border-radius: var(--bk-r-md);
	display: grid;
	place-items: center;
	background: var(--bk-gradient-soft);
	color: var(--bk-ink);
	margin-bottom: var(--bk-sp-4);
	flex: none;
	transition: transform var(--bk-t);
}

.bk-card:hover .bk-card__icon {
	transform: scale(1.06) rotate(-4deg);
}

.bk-card__icon svg {
	width: 26px;
	height: 26px;
}

.bk-section--dark .bk-card__icon {
	color: #fff;
	background: rgba(255, 255, 255, .07);
}

.bk-card__title {
	font-size: var(--bk-fs-xl);
	margin-bottom: var(--bk-sp-3);
	letter-spacing: -.024em;
}

.bk-card__title a {
	text-decoration: none;
}

.bk-card__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.bk-card__text {
	color: var(--bk-muted);
	font-size: var(--bk-fs-sm);
	line-height: 1.68;
	margin-bottom: var(--bk-sp-4);
}

.bk-section--dark .bk-card__text {
	color: var(--bk-muted-dark);
}

.bk-card__list {
	list-style: none;
	padding: 0;
	margin: 0 0 var(--bk-sp-5);
	display: grid;
	gap: .45rem;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
}

.bk-card__list li {
	position: relative;
	padding-left: 1.5rem;
}

.bk-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bk-gradient);
}

.bk-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: .45em;
	font-family: var(--bk-font-display);
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	text-decoration: none;
	color: var(--bk-ink);
}

.bk-section--dark .bk-card__link {
	color: #fff;
}

.bk-card__link svg {
	width: 1em;
	height: 1em;
	transition: transform var(--bk-t);
}

.bk-card:hover .bk-card__link svg {
	transform: translateX(4px);
}

/* --- 4. Hizmetler --------------------------------------------------------- */
.bk-service-card {
	padding: clamp(1.5rem, 2.6vw, 2.25rem);
}

.bk-service-card__badge {
	position: absolute;
	top: 1.15rem;
	right: 1.15rem;
	font-family: var(--bk-font-mono);
	font-size: .7rem;
	color: var(--bk-muted);
	opacity: .5;
	letter-spacing: .06em;
}

.bk-service-hero {
	background: var(--bk-ink);
	color: #fff;
	padding: calc(var(--bk-header-h) + clamp(3rem, 7vw, 5.5rem)) 0 clamp(3rem, 6vw, 5rem);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.bk-service-hero__mesh {
	position: absolute;
	inset: -25%;
	z-index: -1;
	background:
		radial-gradient(35% 45% at 22% 30%, rgba(0, 214, 154, .38) 0%, transparent 66%),
		radial-gradient(35% 45% at 80% 40%, rgba(124, 92, 255, .34) 0%, transparent 66%),
		radial-gradient(30% 40% at 55% 85%, rgba(47, 123, 255, .3) 0%, transparent 64%);
	filter: blur(30px);
}

.bk-feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
	align-items: center;
}

@media (min-width: 900px) {
	.bk-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bk-feature-row--reverse .bk-feature-row__media {
		order: -1;
	}
}

.bk-feature-row + .bk-feature-row {
	margin-top: clamp(3rem, 6vw, 5.5rem);
}

.bk-feature-row__media {
	border-radius: var(--bk-r-xl);
	overflow: hidden;
	background: var(--bk-mist);
	aspect-ratio: 4 / 3;
	position: relative;
	box-shadow: var(--bk-shadow-md);
}

.bk-feature-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bk-feature-row__title {
	font-size: var(--bk-fs-h3);
	margin-bottom: var(--bk-sp-4);
}

.bk-feature-row__text {
	color: var(--bk-muted);
	line-height: 1.72;
	margin-bottom: var(--bk-sp-5);
}

.bk-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 var(--bk-sp-5);
	display: grid;
	gap: .7rem;
}

.bk-checklist li {
	position: relative;
	padding-left: 2rem;
	line-height: 1.6;
}

.bk-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .18em;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--bk-gradient-soft);
	box-shadow: inset 0 0 0 1.5px rgba(0, 214, 154, .5);
}

.bk-checklist li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: .48em;
	width: 8px;
	height: 4.5px;
	border-left: 2px solid var(--bk-teal);
	border-bottom: 2px solid var(--bk-teal);
	transform: rotate(-45deg);
}

/* Fiyat / paket tabloları */
.bk-pricing {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.bk-price-card {
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-lg);
	padding: clamp(1.5rem, 2.5vw, 2rem);
	background: #fff;
	display: flex;
	flex-direction: column;
}

.bk-price-card--featured {
	border-color: transparent;
	box-shadow: var(--bk-shadow-lg), inset 0 0 0 2px transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		var(--bk-gradient) border-box;
	border: 2px solid transparent;
	position: relative;
}

.bk-price-card__tag {
	position: absolute;
	top: -.75rem;
	left: 50%;
	transform: translateX(-50%);
	padding: .3rem .85rem;
	border-radius: var(--bk-r-full);
	background: var(--bk-gradient);
	color: #06120d;
	font-size: var(--bk-fs-xs);
	font-weight: 700;
	white-space: nowrap;
}

.bk-price-card__name {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-xl);
	margin-bottom: .35rem;
}

.bk-price-card__meta {
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	margin-bottom: var(--bk-sp-4);
	padding-bottom: var(--bk-sp-4);
	border-bottom: 1px solid var(--bk-line);
}

/* --- 5. Portfolyo --------------------------------------------------------- */
.bk-filters {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.bk-filter {
	padding: .55rem 1.15rem;
	border-radius: var(--bk-r-full);
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	font-family: var(--bk-font-display);
	color: var(--bk-muted);
	box-shadow: inset 0 0 0 1.5px var(--bk-line);
	transition: color var(--bk-t-fast), box-shadow var(--bk-t-fast), background var(--bk-t-fast);
}

.bk-filter:hover {
	color: var(--bk-ink);
	box-shadow: inset 0 0 0 1.5px var(--bk-ink);
}

.bk-filter.is-active {
	background: var(--bk-ink);
	color: #fff;
	box-shadow: none;
}

.bk-work {
	position: relative;
	border-radius: var(--bk-r-lg);
	overflow: hidden;
	background: var(--bk-ink);
	aspect-ratio: 4 / 3;
	display: block;
	text-decoration: none;
	color: #fff;
	isolation: isolate;
	transition: transform var(--bk-t), box-shadow var(--bk-t), opacity .35s var(--bk-ease);
}

.bk-work--tall {
	aspect-ratio: 3 / 4;
}

.bk-work:hover {
	transform: translateY(-5px);
	box-shadow: var(--bk-shadow-lg);
}

.bk-work.is-hidden {
	display: none;
}

.bk-work__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transition: transform .8s var(--bk-ease-out), filter .5s var(--bk-ease);
}

.bk-work:hover .bk-work__img {
	transform: scale(1.06);
}

.bk-work__scrim {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(to top, rgba(6, 8, 14, .92) 0%, rgba(6, 8, 14, .55) 38%, rgba(6, 8, 14, .06) 72%);
	transition: opacity var(--bk-t);
}

.bk-work__body {
	position: absolute;
	inset: auto 0 0 0;
	padding: clamp(1.15rem, 2.4vw, 1.75rem);
	display: flex;
	flex-direction: column;
	gap: .4rem;
}

.bk-work__cat {
	font-size: var(--bk-fs-xs);
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .82);
}

.bk-work__title {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-xl);
	letter-spacing: -.024em;
	line-height: 1.2;
}

.bk-work__excerpt {
	font-size: var(--bk-fs-sm);
	color: rgba(255, 255, 255, .76);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .45s var(--bk-ease-out), opacity .35s var(--bk-ease), margin-top .45s var(--bk-ease-out);
}

.bk-work:hover .bk-work__excerpt,
.bk-work:focus-visible .bk-work__excerpt {
	max-height: 6em;
	opacity: 1;
	margin-top: .25rem;
}

/* --- 6. Süreç ------------------------------------------------------------- */
.bk-process {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 2rem);
	counter-reset: bk-step;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.bk-step {
	position: relative;
	padding-top: var(--bk-sp-6);
}

.bk-step::before {
	counter-increment: bk-step;
	content: "0" counter(bk-step);
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--bk-font-display);
	font-size: 2.9rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.05em;
	background: var(--bk-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: .95;
}

.bk-step::after {
	content: "";
	position: absolute;
	top: 1.4rem;
	left: 4.5rem;
	right: -1rem;
	height: 1px;
	background: linear-gradient(90deg, var(--bk-line), transparent);
}

.bk-step:last-child::after {
	display: none;
}

@media (max-width: 799px) {
	.bk-step::after {
		display: none;
	}
}

.bk-step__title {
	font-size: var(--bk-fs-lg);
	font-family: var(--bk-font-display);
	font-weight: 700;
	margin: var(--bk-sp-5) 0 var(--bk-sp-2);
}

.bk-step__text {
	color: var(--bk-muted);
	font-size: var(--bk-fs-sm);
	line-height: 1.7;
}

.bk-section--dark .bk-step__text {
	color: var(--bk-muted-dark);
}

.bk-section--dark .bk-step::after {
	background: linear-gradient(90deg, var(--bk-ink-line), transparent);
}

/* --- 7. İstatistik & logolar ---------------------------------------------- */
.bk-stats {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
	text-align: center;
}

.bk-stat__num {
	font-family: var(--bk-font-display);
	font-size: clamp(2.4rem, 1.6rem + 3vw, 4rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.045em;
	background: var(--bk-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
}

.bk-stat__label {
	margin-top: .6rem;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	line-height: 1.5;
}

.bk-section--dark .bk-stat__label {
	color: var(--bk-muted-dark);
}

.bk-marquee {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.bk-marquee__track {
	display: flex;
	align-items: center;
	gap: clamp(2.5rem, 6vw, 5rem);
	width: max-content;
	animation: bk-marquee 38s linear infinite;
}

.bk-marquee:hover .bk-marquee__track {
	animation-play-state: paused;
}

@keyframes bk-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.bk-marquee__item {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: clamp(1.1rem, 1.6vw, 1.4rem);
	letter-spacing: -.02em;
	color: var(--bk-muted);
	white-space: nowrap;
	opacity: .62;
	transition: opacity var(--bk-t), color var(--bk-t);
	flex: none;
}

.bk-marquee__item:hover {
	opacity: 1;
	color: var(--bk-ink);
}

.bk-marquee__item img {
	max-height: 44px;
	width: auto;
	filter: grayscale(1);
	opacity: .7;
}

/* --- 8. Referanslar ------------------------------------------------------- */
.bk-quotes {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.bk-quote {
	background: #fff;
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-lg);
	padding: clamp(1.5rem, 2.6vw, 2.15rem);
	display: flex;
	flex-direction: column;
	gap: var(--bk-sp-4);
}

.bk-quote__stars {
	display: flex;
	gap: 3px;
	color: var(--bk-amber);
}

.bk-quote__stars svg {
	width: 17px;
	height: 17px;
}

.bk-quote__text {
	font-size: var(--bk-fs-lg);
	line-height: 1.62;
	letter-spacing: -.012em;
	flex: 1;
}

.bk-quote__author {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding-top: var(--bk-sp-4);
	border-top: 1px solid var(--bk-line);
}

.bk-quote__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--bk-gradient);
	display: grid;
	place-items: center;
	font-family: var(--bk-font-display);
	font-weight: 700;
	color: #06120d;
	flex: none;
	font-size: .95rem;
}

.bk-quote__name {
	font-weight: 600;
	font-size: var(--bk-fs-sm);
	line-height: 1.3;
}

.bk-quote__role {
	font-size: var(--bk-fs-xs);
	color: var(--bk-muted);
}

/* --- 9. Blog -------------------------------------------------------------- */
.bk-post-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-lg);
	overflow: hidden;
	height: 100%;
	transition: transform var(--bk-t), box-shadow var(--bk-t), border-color var(--bk-t);
	position: relative;
	isolation: isolate;
}

.bk-post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--bk-shadow-lg);
	border-color: transparent;
}

.bk-post-card__thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--bk-mist);
	overflow: hidden;
}

.bk-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s var(--bk-ease-out);
}

.bk-post-card:hover .bk-post-card__thumb img {
	transform: scale(1.05);
}

.bk-post-card__fallback {
	position: absolute;
	inset: 0;
	background: var(--bk-gradient);
	opacity: .16;
}

.bk-post-card__fallback::after {
	content: attr(data-letter);
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-family: var(--bk-font-display);
	font-size: 4rem;
	font-weight: 800;
	color: var(--bk-ink);
	opacity: .25;
}

.bk-post-card__body {
	padding: clamp(1.15rem, 2.2vw, 1.6rem);
	display: flex;
	flex-direction: column;
	gap: .7rem;
	flex: 1;
}

.bk-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .55rem;
	font-size: var(--bk-fs-xs);
	color: var(--bk-muted);
}

.bk-chip {
	display: inline-flex;
	align-items: center;
	padding: .28rem .7rem;
	border-radius: var(--bk-r-full);
	background: var(--bk-gradient-soft);
	font-size: var(--bk-fs-xs);
	font-weight: 600;
	color: var(--bk-ink);
	text-decoration: none;
	line-height: 1.4;
	transition: filter var(--bk-t-fast);
}

.bk-chip:hover {
	filter: brightness(.94);
}

.bk-post-card__title {
	font-size: var(--bk-fs-xl);
	line-height: 1.26;
	letter-spacing: -.024em;
}

.bk-post-card__title a {
	text-decoration: none;
}

.bk-post-card__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.bk-post-card__excerpt {
	color: var(--bk-muted);
	font-size: var(--bk-fs-sm);
	line-height: 1.66;
	flex: 1;
}

.bk-post-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin-top: .35rem;
	font-size: var(--bk-fs-xs);
	color: var(--bk-muted);
}

/* Öne çıkan (ilk) yazı */
@media (min-width: 900px) {
	.bk-post-card--featured {
		grid-column: 1 / -1;
		flex-direction: row;
	}

	.bk-post-card--featured .bk-post-card__thumb {
		flex: 0 0 52%;
		aspect-ratio: auto;
	}

	.bk-post-card--featured .bk-post-card__body {
		padding: clamp(1.75rem, 3vw, 3rem);
		justify-content: center;
	}

	.bk-post-card--featured .bk-post-card__title {
		font-size: var(--bk-fs-h3);
	}
}

/* --- 10. SSS -------------------------------------------------------------- */
.bk-faq {
	display: grid;
	gap: .75rem;
	max-width: 880px;
	margin-inline: auto;
}

.bk-faq__item {
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-md);
	background: #fff;
	overflow: hidden;
	transition: border-color var(--bk-t), box-shadow var(--bk-t);
}

.bk-faq__item.is-open {
	border-color: transparent;
	box-shadow: var(--bk-shadow-md);
}

.bk-faq__q {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem clamp(1rem, 2vw, 1.5rem);
	text-align: left;
	font-family: var(--bk-font-display);
	font-weight: 600;
	font-size: var(--bk-fs-lg);
	line-height: 1.45;
	letter-spacing: -.018em;
}

.bk-faq__icon {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--bk-gradient-soft);
	position: relative;
	margin-top: .18em;
	transition: transform var(--bk-t), background var(--bk-t);
}

.bk-faq__icon::before,
.bk-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	border-radius: 2px;
	background: var(--bk-ink);
	transform: translate(-50%, -50%);
	transition: transform var(--bk-t), opacity var(--bk-t);
}

.bk-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.bk-faq__item.is-open .bk-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0);
	opacity: 0;
}

.bk-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .38s var(--bk-ease-out);
}

.bk-faq__item.is-open .bk-faq__a {
	grid-template-rows: 1fr;
}

.bk-faq__a-inner {
	overflow: hidden;
}

.bk-faq__a-inner > div {
	padding: 0 clamp(1rem, 2vw, 1.5rem) 1.35rem;
	color: var(--bk-muted);
	line-height: 1.72;
	max-width: 72ch;
}

.bk-faq__a-inner p + p {
	margin-top: .85em;
}

/* --- 11. CTA -------------------------------------------------------------- */
.bk-cta {
	position: relative;
	border-radius: var(--bk-r-xl);
	overflow: hidden;
	background: var(--bk-ink);
	color: #fff;
	padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4.5rem);
	text-align: center;
	isolation: isolate;
}

.bk-cta__mesh {
	position: absolute;
	inset: -40%;
	z-index: -1;
	background:
		radial-gradient(30% 40% at 20% 30%, rgba(0, 214, 154, .45), transparent 65%),
		radial-gradient(32% 42% at 78% 32%, rgba(124, 92, 255, .42), transparent 65%),
		radial-gradient(30% 38% at 50% 84%, rgba(255, 106, 69, .34), transparent 62%);
	filter: blur(34px);
	animation: bk-mesh 22s ease-in-out infinite alternate;
}

.bk-cta__title {
	font-size: var(--bk-fs-h2);
	letter-spacing: -.035em;
	margin-bottom: var(--bk-sp-4);
	max-width: 20ch;
	margin-inline: auto;
}

.bk-cta__lead {
	font-size: var(--bk-fs-lg);
	color: rgba(255, 255, 255, .78);
	max-width: 60ch;
	margin: 0 auto var(--bk-sp-6);
}

.bk-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bk-sp-3);
	justify-content: center;
}

.bk-cta__note {
	margin-top: var(--bk-sp-5);
	font-size: var(--bk-fs-sm);
	color: rgba(255, 255, 255, .55);
}

/* --- 12. Footer ----------------------------------------------------------- */
.bk-footer {
	background: var(--bk-ink);
	color: rgba(255, 255, 255, .72);
	padding-top: clamp(3rem, 6vw, 5rem);
	font-size: var(--bk-fs-sm);
}

.bk-footer a {
	color: inherit;
	text-decoration: none;
	transition: color var(--bk-t-fast);
}

.bk-footer a:hover {
	color: #fff;
}

.bk-footer__top {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
	padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.bk-footer__brand {
	grid-column: span 2;
	min-width: 260px;
}

@media (max-width: 640px) {
	.bk-footer__brand {
		grid-column: span 1;
	}
}

.bk-footer__about {
	margin: var(--bk-sp-4) 0 var(--bk-sp-5);
	max-width: 42ch;
	line-height: 1.7;
}

.bk-footer__title {
	font-family: var(--bk-font-display);
	font-size: var(--bk-fs-sm);
	font-weight: 700;
	color: #fff;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: var(--bk-sp-4);
}

.bk-footer__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: .6rem;
}

.bk-footer__contact {
	display: grid;
	gap: .85rem;
}

.bk-footer__contact-item {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	line-height: 1.55;
}

.bk-footer__contact-item svg {
	width: 17px;
	height: 17px;
	flex: none;
	margin-top: .22em;
	opacity: .6;
}

.bk-socials {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.bk-socials a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .06);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
	transition: background var(--bk-t-fast), transform var(--bk-t-fast);
}

.bk-socials a:hover {
	background: rgba(255, 255, 255, .16);
	transform: translateY(-2px);
}

.bk-socials svg {
	width: 18px;
	height: 18px;
}

.bk-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-block: var(--bk-sp-5);
	display: flex;
	flex-wrap: wrap;
	gap: var(--bk-sp-3) var(--bk-sp-5);
	align-items: center;
	justify-content: space-between;
	font-size: var(--bk-fs-xs);
	color: rgba(255, 255, 255, .5);
}

.bk-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --- 13. Formlar ---------------------------------------------------------- */
.bk-form {
	display: grid;
	gap: var(--bk-sp-4);
}

.bk-form__row {
	display: grid;
	gap: var(--bk-sp-4);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.bk-field {
	display: grid;
	gap: .4rem;
}

.bk-field__label {
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	font-family: var(--bk-font-display);
}

.bk-field__label .req {
	color: var(--bk-coral);
}

.bk-field input,
.bk-field textarea,
.bk-field select {
	width: 100%;
	padding: .85rem 1rem;
	border: 1.5px solid var(--bk-line);
	border-radius: var(--bk-r-md);
	background: #fff;
	font-size: var(--bk-fs-base);
	transition: border-color var(--bk-t-fast), box-shadow var(--bk-t-fast);
	font-family: inherit;
}

.bk-field textarea {
	min-height: 140px;
	resize: vertical;
}

.bk-field input:focus,
.bk-field textarea:focus,
.bk-field select:focus {
	outline: none;
	border-color: var(--bk-teal);
	box-shadow: 0 0 0 4px rgba(11, 184, 176, .14);
}

.bk-field__hint {
	font-size: var(--bk-fs-xs);
	color: var(--bk-muted);
}

.bk-field--consent {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	line-height: 1.55;
}

.bk-field--consent input {
	width: 20px;
	height: 20px;
	flex: none;
	margin-top: .18em;
	accent-color: var(--bk-teal);
	padding: 0;
}

.bk-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0;
	height: 0;
	width: 0;
	pointer-events: none;
}

.bk-form__status {
	padding: .95rem 1.15rem;
	border-radius: var(--bk-r-md);
	font-size: var(--bk-fs-sm);
	line-height: 1.55;
	display: none;
}

.bk-form__status.is-visible {
	display: block;
}

.bk-form__status--ok {
	background: rgba(0, 214, 154, .12);
	color: #056b4e;
	box-shadow: inset 0 0 0 1px rgba(0, 214, 154, .35);
}

.bk-form__status--err {
	background: rgba(255, 106, 69, .1);
	color: #a83616;
	box-shadow: inset 0 0 0 1px rgba(255, 106, 69, .32);
}

.bk-btn[aria-busy="true"] {
	pointer-events: none;
	opacity: .7;
}

/* İletişim yerleşimi */
.bk-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: start;
}

@media (min-width: 940px) {
	.bk-contact-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	}
}

.bk-contact-panel {
	background: var(--bk-ink);
	color: #fff;
	border-radius: var(--bk-r-xl);
	padding: clamp(1.75rem, 3.5vw, 2.75rem);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.bk-contact-panel__mesh {
	position: absolute;
	inset: -40%;
	z-index: -1;
	background:
		radial-gradient(34% 40% at 24% 22%, rgba(0, 214, 154, .4), transparent 66%),
		radial-gradient(34% 42% at 76% 78%, rgba(124, 92, 255, .38), transparent 66%);
	filter: blur(30px);
}

.bk-contact-panel__list {
	display: grid;
	gap: var(--bk-sp-5);
	margin-top: var(--bk-sp-6);
}

.bk-contact-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	text-decoration: none;
}

.bk-contact-item__icon {
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: var(--bk-r-md);
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.bk-contact-item__icon svg {
	width: 19px;
	height: 19px;
}

.bk-contact-item__label {
	font-size: var(--bk-fs-xs);
	text-transform: uppercase;
	letter-spacing: .1em;
	color: rgba(255, 255, 255, .5);
	margin-bottom: .18rem;
}

.bk-contact-item__value {
	font-family: var(--bk-font-display);
	font-weight: 600;
	font-size: var(--bk-fs-base);
	line-height: 1.45;
	color: #fff;
}

.bk-map {
	border-radius: var(--bk-r-xl);
	overflow: hidden;
	border: 1px solid var(--bk-line);
	background: var(--bk-mist);
	aspect-ratio: 16 / 7;
}

.bk-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* --- 14. Yazı içeriği ----------------------------------------------------- */
.bk-article {
	max-width: 760px;
}

.bk-prose {
	font-size: 1.075rem;
	line-height: 1.78;
	color: #23262f;
}

.bk-prose > * + * {
	margin-top: 1.35em;
}

.bk-prose h2 {
	font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2rem);
	margin-top: 2.4em;
	margin-bottom: .1em;
	letter-spacing: -.028em;
	scroll-margin-top: calc(var(--bk-header-h) + 24px);
}

.bk-prose h3 {
	font-size: clamp(1.22rem, 1.1rem + .6vw, 1.45rem);
	margin-top: 1.9em;
	margin-bottom: .1em;
	scroll-margin-top: calc(var(--bk-header-h) + 24px);
}

.bk-prose h4 {
	font-size: 1.12rem;
	margin-top: 1.6em;
	margin-bottom: .1em;
}

.bk-prose h2 + p,
.bk-prose h3 + p,
.bk-prose h4 + p {
	margin-top: .75em;
}

.bk-prose a {
	color: #0a7d6d;
	text-decoration: underline;
	text-decoration-color: rgba(11, 184, 176, .4);
	text-decoration-thickness: 2px;
	transition: text-decoration-color var(--bk-t-fast), color var(--bk-t-fast);
}

.bk-prose a:hover {
	color: var(--bk-ink);
	text-decoration-color: var(--bk-teal);
}

.bk-prose ul,
.bk-prose ol {
	padding-left: 1.35em;
}

.bk-prose li + li {
	margin-top: .5em;
}

.bk-prose li::marker {
	color: var(--bk-teal);
	font-weight: 600;
}

.bk-prose strong {
	font-weight: 650;
	color: var(--bk-ink);
}

.bk-prose blockquote {
	margin-inline: 0;
	padding: 1.35rem 1.6rem;
	border-radius: var(--bk-r-md);
	background: var(--bk-cream);
	border-left: 4px solid transparent;
	border-image: var(--bk-gradient) 1;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	font-size: 1.1rem;
	line-height: 1.6;
	font-style: normal;
	color: var(--bk-ink);
}

.bk-prose blockquote p + p {
	margin-top: .8em;
}

.bk-prose blockquote cite {
	display: block;
	margin-top: .7em;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	font-style: normal;
}

.bk-prose img,
.bk-prose figure img {
	border-radius: var(--bk-r-md);
	box-shadow: var(--bk-shadow-sm);
}

.bk-prose figure {
	margin-inline: 0;
}

.bk-prose figcaption {
	margin-top: .7em;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	text-align: center;
}

.bk-prose code {
	font-family: var(--bk-font-mono);
	font-size: .88em;
	background: var(--bk-mist);
	padding: .16em .42em;
	border-radius: 5px;
}

.bk-prose pre {
	background: var(--bk-ink);
	color: #e6e9f0;
	padding: 1.25rem;
	border-radius: var(--bk-r-md);
	overflow-x: auto;
	font-size: .9rem;
	line-height: 1.6;
}

.bk-prose pre code {
	background: none;
	padding: 0;
	color: inherit;
}

.bk-prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--bk-fs-sm);
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

@media (min-width: 700px) {
	.bk-prose table {
		display: table;
		white-space: normal;
	}
}

.bk-prose th,
.bk-prose td {
	padding: .8rem 1rem;
	border-bottom: 1px solid var(--bk-line);
	text-align: left;
	vertical-align: top;
}

.bk-prose thead th {
	background: var(--bk-cream);
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-xs);
	text-transform: uppercase;
	letter-spacing: .05em;
	border-bottom: 2px solid var(--bk-line);
}

.bk-prose tbody tr:hover {
	background: rgba(0, 214, 154, .04);
}

.bk-prose hr {
	border: 0;
	height: 1px;
	background: var(--bk-line);
	margin-block: 2.5em;
}

/* Yazı başlığı bloğu */
.bk-post-hero {
	padding: calc(var(--bk-header-h) + clamp(2rem, 5vw, 3.5rem)) 0 clamp(1.5rem, 3vw, 2.5rem);
	background: var(--bk-cream);
	border-bottom: 1px solid var(--bk-line);
}

.bk-post-hero__title {
	font-size: clamp(2rem, 1.4rem + 2.6vw, 3.4rem);
	letter-spacing: -.035em;
	margin: var(--bk-sp-4) 0;
	max-width: 20ch;
}

.bk-post-hero__lead {
	font-size: var(--bk-fs-lg);
	color: var(--bk-muted);
	max-width: 62ch;
	line-height: 1.62;
}

.bk-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem 1.15rem;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	margin-top: var(--bk-sp-5);
	padding-top: var(--bk-sp-4);
	border-top: 1px solid var(--bk-line);
}

.bk-post-meta__item {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
}

.bk-post-meta__item svg {
	width: 15px;
	height: 15px;
	opacity: .55;
}

.bk-post-figure {
	margin: 0 0 clamp(1.75rem, 4vw, 3rem);
	border-radius: var(--bk-r-xl);
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--bk-mist);
	box-shadow: var(--bk-shadow-md);
}

.bk-post-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Yazı yerleşimi: içerik + yan sütun */
.bk-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

@media (min-width: 1060px) {
	.bk-post-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}
}

.bk-post-aside {
	position: sticky;
	top: calc(var(--bk-header-h) + 24px);
	display: grid;
	gap: var(--bk-sp-5);
}

@media (max-width: 1059px) {
	.bk-post-aside {
		position: static;
	}
}

/* İçindekiler */
.bk-toc {
	border: 1px solid var(--bk-line);
	border-radius: var(--bk-r-lg);
	padding: 1.25rem 1.35rem;
	background: #fff;
	font-size: var(--bk-fs-sm);
}

.bk-toc__title {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-xs);
	text-transform: uppercase;
	letter-spacing: .09em;
	color: var(--bk-muted);
	margin-bottom: .9rem;
}

.bk-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .1rem;
	max-height: 55vh;
	overflow-y: auto;
}

.bk-toc__list a {
	display: block;
	padding: .38rem .6rem;
	border-radius: var(--bk-r-sm);
	text-decoration: none;
	color: var(--bk-muted);
	line-height: 1.45;
	border-left: 2px solid transparent;
	transition: color var(--bk-t-fast), background var(--bk-t-fast), border-color var(--bk-t-fast);
}

.bk-toc__list a:hover {
	color: var(--bk-ink);
	background: var(--bk-cream);
}

.bk-toc__list a.is-active {
	color: var(--bk-ink);
	font-weight: 600;
	border-left-color: var(--bk-teal);
	background: var(--bk-cream);
}

.bk-toc__list .is-sub a {
	padding-left: 1.35rem;
	font-size: .82rem;
}

.bk-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--bk-gradient);
	z-index: 200;
	will-change: transform;
}

/* Yan sütun iletişim kartı */
.bk-aside-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-radius: var(--bk-r-lg);
	background: var(--bk-ink);
	color: #fff;
	padding: 1.5rem 1.4rem;
}

.bk-aside-card__mesh {
	position: absolute;
	inset: -50%;
	z-index: -1;
	background:
		radial-gradient(36% 44% at 24% 26%, rgba(0, 214, 154, .42), transparent 66%),
		radial-gradient(36% 44% at 78% 74%, rgba(124, 92, 255, .4), transparent 66%);
	filter: blur(26px);
}

.bk-aside-card__eyebrow {
	font-size: var(--bk-fs-xs);
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	margin-bottom: .5rem;
}

.bk-aside-card__title {
	font-size: var(--bk-fs-xl);
	color: #fff;
	margin-bottom: .6rem;
}

.bk-aside-card__text {
	font-size: var(--bk-fs-sm);
	color: rgba(255, 255, 255, .74);
	line-height: 1.62;
	margin-bottom: 1.15rem;
}

.bk-aside-card__actions {
	display: grid;
	gap: .8rem;
	justify-items: start;
}

.bk-aside-card__phone {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	opacity: .85;
}

.bk-aside-card__phone:hover {
	opacity: 1;
}

/* İçindekiler: masaüstünde yan sütunda, mobilde içeriğin başında */
.bk-toc-mobile {
	margin-bottom: 2rem;
}

@media (min-width: 1060px) {
	.bk-toc-mobile {
		display: none;
	}
}

@media (max-width: 1059px) {
	.bk-toc-desktop {
		display: none;
	}
}

/* Paylaş */
.bk-share {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
	padding-block: var(--bk-sp-5);
	margin-top: var(--bk-sp-6);
	border-top: 1px solid var(--bk-line);
	border-bottom: 1px solid var(--bk-line);
}

.bk-share__label {
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	margin-right: .35rem;
}

.bk-share a,
.bk-share button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	box-shadow: inset 0 0 0 1.5px var(--bk-line);
	transition: background var(--bk-t-fast), color var(--bk-t-fast), transform var(--bk-t-fast), box-shadow var(--bk-t-fast);
	color: var(--bk-muted);
}

.bk-share a:hover,
.bk-share button:hover {
	background: var(--bk-ink);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: none;
}

.bk-share svg {
	width: 17px;
	height: 17px;
}

/* Yazar kutusu */
.bk-author {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	padding: clamp(1.25rem, 2.5vw, 1.85rem);
	background: var(--bk-cream);
	border-radius: var(--bk-r-lg);
	margin-top: var(--bk-sp-6);
}

.bk-author__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex: none;
	overflow: hidden;
	background: var(--bk-gradient);
}

.bk-author__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bk-author__name {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-lg);
	margin-bottom: .25rem;
}

.bk-author__bio {
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	line-height: 1.65;
}

/* Öne çıkan kutu (CTA in-article) */
.bk-inline-cta {
	margin-block: 2.4em;
	padding: clamp(1.35rem, 3vw, 2rem);
	border-radius: var(--bk-r-lg);
	background: var(--bk-ink);
	color: #fff;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.bk-inline-cta::before {
	content: "";
	position: absolute;
	inset: -50%;
	z-index: -1;
	background: radial-gradient(35% 45% at 20% 30%, rgba(0, 214, 154, .35), transparent 65%), radial-gradient(35% 45% at 82% 70%, rgba(124, 92, 255, .32), transparent 65%);
	filter: blur(26px);
}

.bk-inline-cta h3 {
	font-size: var(--bk-fs-xl);
	margin-bottom: .6rem;
	color: #fff;
}

.bk-inline-cta p {
	color: rgba(255, 255, 255, .78);
	font-size: var(--bk-fs-sm);
	margin-bottom: 1.15rem;
	line-height: 1.65;
}

/* Anahtar çıkarımlar */
.bk-takeaways {
	margin-block: 2em;
	padding: clamp(1.25rem, 2.6vw, 1.75rem);
	border-radius: var(--bk-r-lg);
	background: var(--bk-cream);
	border: 1px solid var(--bk-line);
}

.bk-takeaways__title {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-sm);
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--bk-muted);
	margin-bottom: .9rem;
}

.bk-takeaways ul {
	margin: 0;
	padding-left: 1.2em;
	display: grid;
	gap: .5rem;
	font-size: var(--bk-fs-sm);
	line-height: 1.65;
}

/* İlgili yazılar */
.bk-related {
	background: var(--bk-cream);
	padding-block: clamp(3rem, 6vw, 5rem);
	border-top: 1px solid var(--bk-line);
}

/* --- 15. Sayfalama, yorum, 404 -------------------------------------------- */
.bk-pagination {
	display: flex;
	justify-content: center;
	gap: .4rem;
	flex-wrap: wrap;
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.bk-pagination .page-numbers {
	min-width: 44px;
	height: 44px;
	padding-inline: .8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bk-r-md);
	text-decoration: none;
	font-weight: 600;
	font-size: var(--bk-fs-sm);
	box-shadow: inset 0 0 0 1.5px var(--bk-line);
	transition: background var(--bk-t-fast), color var(--bk-t-fast), box-shadow var(--bk-t-fast);
}

.bk-pagination .page-numbers:hover {
	box-shadow: inset 0 0 0 1.5px var(--bk-ink);
}

.bk-pagination .current {
	background: var(--bk-ink);
	color: #fff;
	box-shadow: none;
}

.bk-pagination .dots {
	box-shadow: none;
}

.bk-comments {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	max-width: 760px;
}

.bk-comments__title {
	font-size: var(--bk-fs-h3);
	margin-bottom: var(--bk-sp-5);
}

.bk-comments .comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 var(--bk-sp-6);
	display: grid;
	gap: var(--bk-sp-5);
}

.bk-comments .comment-list ol.children {
	list-style: none;
	padding-left: clamp(1rem, 4vw, 2.5rem);
	margin-top: var(--bk-sp-5);
	display: grid;
	gap: var(--bk-sp-5);
}

.bk-comments .comment-body {
	background: var(--bk-cream);
	border-radius: var(--bk-r-md);
	padding: 1.25rem 1.4rem;
}

.bk-comments .comment-author {
	display: flex;
	align-items: center;
	gap: .7rem;
	font-weight: 600;
	font-size: var(--bk-fs-sm);
	margin-bottom: .4rem;
}

.bk-comments .comment-author img {
	border-radius: 50%;
}

.bk-comments .comment-meta,
.bk-comments .comment-metadata {
	font-size: var(--bk-fs-xs);
	color: var(--bk-muted);
	margin-bottom: .6rem;
}

.bk-comments .comment-content {
	font-size: var(--bk-fs-sm);
	line-height: 1.7;
}

.bk-comments .comment-reply-link {
	display: inline-block;
	margin-top: .7rem;
	font-size: var(--bk-fs-xs);
	font-weight: 600;
	text-decoration: none;
	color: var(--bk-teal);
}

.bk-comments .comment-form {
	display: grid;
	gap: var(--bk-sp-4);
}

.bk-comments .comment-form p {
	display: grid;
	gap: .4rem;
	margin: 0;
}

.bk-comments .comment-form label {
	font-size: var(--bk-fs-sm);
	font-weight: 600;
}

.bk-comments .comment-form input[type="text"],
.bk-comments .comment-form input[type="email"],
.bk-comments .comment-form input[type="url"],
.bk-comments .comment-form textarea {
	width: 100%;
	padding: .8rem 1rem;
	border: 1.5px solid var(--bk-line);
	border-radius: var(--bk-r-md);
	font-family: inherit;
	font-size: var(--bk-fs-base);
}

.bk-comments .comment-form textarea {
	min-height: 130px;
	resize: vertical;
}

.bk-comments .comment-form input:focus,
.bk-comments .comment-form textarea:focus {
	outline: none;
	border-color: var(--bk-teal);
	box-shadow: 0 0 0 4px rgba(11, 184, 176, .14);
}

.bk-comments .comment-form .form-submit input[type="submit"] {
	display: inline-flex;
	padding: .95em 1.75em;
	border: 0;
	border-radius: var(--bk-r-full);
	background: var(--bk-ink);
	color: #fff;
	font-family: var(--bk-font-display);
	font-weight: 600;
	font-size: var(--bk-fs-sm);
	cursor: pointer;
	transition: transform var(--bk-t-fast), box-shadow var(--bk-t);
}

.bk-comments .comment-form .form-submit input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: var(--bk-shadow-md);
}

.bk-comments .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
}

.bk-comments .comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	margin-top: .2em;
	accent-color: var(--bk-teal);
}

/* 404 & arama */
.bk-notfound {
	min-height: 72vh;
	display: grid;
	place-items: center;
	text-align: center;
	padding: calc(var(--bk-header-h) + 3rem) 0 5rem;
}

.bk-notfound__code {
	font-family: var(--bk-font-display);
	font-size: clamp(5rem, 3rem + 12vw, 12rem);
	font-weight: 800;
	line-height: .9;
	letter-spacing: -.06em;
	background: var(--bk-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: var(--bk-sp-5);
}

.bk-searchform {
	display: flex;
	gap: .5rem;
	max-width: 480px;
	width: 100%;
	margin-inline: auto;
}

.bk-searchform input[type="search"] {
	flex: 1;
	padding: .85rem 1.15rem;
	border: 1.5px solid var(--bk-line);
	border-radius: var(--bk-r-full);
	font-size: var(--bk-fs-base);
	min-width: 0;
}

.bk-searchform input[type="search"]:focus {
	outline: none;
	border-color: var(--bk-teal);
	box-shadow: 0 0 0 4px rgba(11, 184, 176, .14);
}

.bk-page-hero {
	padding: calc(var(--bk-header-h) + clamp(2.5rem, 6vw, 4.5rem)) 0 clamp(2rem, 4vw, 3rem);
	background: var(--bk-cream);
	border-bottom: 1px solid var(--bk-line);
}

.bk-page-hero__title {
	font-size: var(--bk-fs-h1);
	letter-spacing: -.035em;
	margin: var(--bk-sp-4) 0 var(--bk-sp-4);
	max-width: 22ch;
}

.bk-page-hero__lead {
	font-size: var(--bk-fs-lg);
	color: var(--bk-muted);
	max-width: 64ch;
	line-height: 1.66;
}

/* --- 16. Breadcrumb ------------------------------------------------------- */
/*
 * Breadcrumb hem AÇIK (krem başlık alanları) hem KOYU (hizmet sayfaları,
 * hizmetler arşivi) zeminde görünür. Tek bir sabit renk ikisini birden
 * karşılayamaz: ölçüm sonucu, koyu hero üzerinde eski değerler normal
 * bağlantılarda 2.40:1, aktif sayfa adında 1.47:1 kontrast veriyordu —
 * yani aktif sayfa pratikte görünmüyordu.
 *
 * Çözüm global rengi açmak DEĞİL (açık zemin zaten 5.14:1 ve 18.13:1 ile
 * sağlıklı; oradaki rengi açmak onu bozardı). Renk bir değişkenden okunur,
 * koyu kapsayıcılar bu değişkeni kendi bağlamı için ezer.
 *
 * Ölçülen yeni değerler (koyu hero zemini #0D3530 üzerinde):
 *   normal  → 7.31:1   ✅ WCAG AA
 *   aktif   → 13.38:1  ✅ WCAG AAA
 */
.bk-crumbs {
	font-size: var(--bk-fs-xs);
	color: var(--bk-crumb-fg, var(--bk-muted));
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bk-crumbs a {
	color: inherit;
	text-decoration: none;
	transition: color var(--bk-t-fast);
}

.bk-crumbs a:hover {
	color: var(--bk-crumb-current, var(--bk-ink));
	text-decoration: underline;
}

.bk-crumbs li {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
}

.bk-crumbs li:not(:last-child)::after {
	content: "/";
	opacity: .45;
	margin-left: .35rem;
}

.bk-crumbs [aria-current="page"] {
	color: var(--bk-crumb-current, var(--bk-ink));
	font-weight: 600;
}

/* Koyu zeminli kapsayıcılar: değişkenleri ezer. */
.bk-service-hero,
.bk-hero,
.bk-section--dark {
	--bk-crumb-fg: rgba(255, 255, 255, .70);
	--bk-crumb-current: #fff;
}

/* --- 17. Yüzen aksiyonlar & çerez ---------------------------------------- */
.bk-fab {
	position: fixed;
	right: clamp(1rem, 2.5vw, 1.75rem);
	bottom: clamp(1rem, 2.5vw, 1.75rem);
	z-index: 90;
	display: grid;
	gap: .6rem;
	justify-items: center;
}

.bk-fab__btn {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #25d366;
	color: #fff;
	box-shadow: 0 8px 26px rgba(37, 211, 102, .38);
	transition: transform var(--bk-t), box-shadow var(--bk-t);
	text-decoration: none;
}

.bk-fab__btn:hover {
	transform: translateY(-3px) scale(1.04);
}

.bk-fab__btn svg {
	width: 27px;
	height: 27px;
}

.bk-fab__top {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--bk-ink);
	color: #fff;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--bk-t), transform var(--bk-t), visibility var(--bk-t);
	box-shadow: var(--bk-shadow-md);
}

.bk-fab__top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.bk-fab__top svg {
	width: 18px;
	height: 18px;
}

.bk-cookie {
	position: fixed;
	left: clamp(1rem, 2.5vw, 1.75rem);
	bottom: clamp(1rem, 2.5vw, 1.75rem);
	z-index: 95;
	max-width: 400px;
	background: #fff;
	border-radius: var(--bk-r-lg);
	box-shadow: var(--bk-shadow-lg);
	border: 1px solid var(--bk-line);
	padding: 1.25rem 1.4rem;
	font-size: var(--bk-fs-sm);
	line-height: 1.6;
	transform: translateY(140%);
	transition: transform .5s var(--bk-ease-out);
}

.bk-cookie.is-visible {
	transform: none;
}

.bk-cookie__actions {
	display: flex;
	gap: .5rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.bk-cookie__actions .bk-btn {
	padding: .7em 1.25em;
	font-size: var(--bk-fs-xs);
}

/* Mobil menü arka planı */
.bk-overlay {
	position: fixed;
	inset: 0;
	z-index: 99;
	background: rgba(10, 11, 18, .5);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--bk-t), visibility var(--bk-t);
}

.bk-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

body.bk-locked {
	overflow: hidden;
}

/* --- 18. Blok editörü uyumu ---------------------------------------------- */
.bk-prose .alignwide {
	width: min(1100px, 92vw);
	margin-inline: calc(50% - min(550px, 46vw));
	max-width: none;
}

.bk-prose .alignfull {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	max-width: none;
}

.bk-prose .alignleft {
	float: left;
	margin: .35em 1.6em 1.2em 0;
	max-width: 46%;
}

.bk-prose .alignright {
	float: right;
	margin: .35em 0 1.2em 1.6em;
	max-width: 46%;
}

.bk-prose .aligncenter {
	margin-inline: auto;
	text-align: center;
}

.bk-prose .wp-block-image,
.bk-prose .wp-block-embed,
.bk-prose .wp-block-gallery {
	margin-block: 2em;
}

.bk-prose .wp-block-embed__wrapper {
	position: relative;
}

.bk-prose .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.bk-prose .wp-block-embed.wp-has-aspect-ratio iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--bk-r-md);
}

.bk-prose .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	padding: .95em 1.75em;
	border-radius: var(--bk-r-full);
	background: var(--bk-ink);
	color: #fff;
	text-decoration: none;
	font-family: var(--bk-font-display);
	font-weight: 600;
	font-size: var(--bk-fs-sm);
}

.bk-prose .wp-block-separator {
	border: 0;
	height: 1px;
	background: var(--bk-line);
}

.bk-prose .wp-caption-text,
.bk-prose .wp-element-caption {
	font-size: var(--bk-fs-sm);
	color: var(--bk-muted);
	text-align: center;
	margin-top: .7em;
}

.bk-prose .has-bk-gradient-background {
	background: var(--bk-gradient);
}

/* --- 19. Yardımcılar ------------------------------------------------------ */
.bk-center {
	text-align: center;
}

.bk-mt-6 {
	margin-top: var(--bk-sp-6);
}

.bk-mt-7 {
	margin-top: var(--bk-sp-7);
}

.bk-muted {
	color: var(--bk-muted);
}

.bk-nowrap {
	white-space: nowrap;
}

.bk-stack {
	display: grid;
	gap: var(--bk-sp-4);
}

.bk-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--bk-sp-3);
}

.bk-full-bleed {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.bk-widget + .bk-widget {
	margin-top: var(--bk-sp-5);
}

.bk-widget__title {
	font-family: var(--bk-font-display);
	font-weight: 700;
	font-size: var(--bk-fs-sm);
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--bk-muted);
	margin-bottom: .9rem;
}

.bk-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: .55rem;
	font-size: var(--bk-fs-sm);
}

.bk-widget a {
	text-decoration: none;
	color: var(--bk-muted);
	transition: color var(--bk-t-fast);
}

.bk-widget a:hover {
	color: var(--bk-ink);
}

@media print {

	.bk-header,
	.bk-footer,
	.bk-fab,
	.bk-cookie,
	.bk-share,
	.bk-post-aside,
	.bk-related,
	.bk-progress {
		display: none !important;
	}

	body {
		color: #000;
		background: #fff;
	}

	.bk-prose a::after {
		content: " (" attr(href) ")";
		font-size: .85em;
		color: #555;
	}
}

/* --- 20. Bölge sayfaları --------------------------------------------------- */
.bk-bolge-list {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

.bk-bolge-chip {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .6rem 1.1rem;
	border-radius: var(--bk-r-full);
	background: #fff;
	box-shadow: inset 0 0 0 1.5px var(--bk-line);
	font-size: var(--bk-fs-sm);
	font-weight: 600;
	font-family: var(--bk-font-display);
	color: var(--bk-fg);
	text-decoration: none;
	transition: box-shadow var(--bk-t-fast), transform var(--bk-t-fast), color var(--bk-t-fast);
}

.bk-bolge-chip svg {
	opacity: .5;
	flex: none;
}

.bk-bolge-chip:hover {
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1.5px var(--bk-ink), var(--bk-shadow-sm);
}

.bk-bolge-chip:hover svg {
	opacity: 1;
}

.bk-footer .bk-bolge-chip {
	background: rgba(255, 255, 255, .06);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
	color: #fff;
}

.bk-footer .bk-bolge-chip:hover {
	background: rgba(255, 255, 255, .14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
}
