/* Gürtes Kataloglar — ön yüz
   Site tasarım dili: #B40404, 18px yarıçap, Plus Jakarta Sans, #E7ECEA kenarlık

   NOT: Her seçici `.gk.gk` ile başlıyor. Aynı sınıfın iki kez yazılması
   belirginliği 0-3-0 seviyesine çıkarır; florax teması ve Elementor kit'i
   başlık rengi, liste ve buton stillerini kendi genel seçicileriyle
   eziyordu (h2, .entry-content ul li, button …). Bu yol `!important`
   kullanmadan ve yükleme sırasına bağlı kalmadan sonucu garantiliyor. */

.gk.gk {
	--gk-red: #B40404;
	--gk-red-dark: #8E0303;
	--gk-text: #555555;
	--gk-head: #1B1B1B;
	--gk-accent: #4B4B4B;
	--gk-line: #E7ECEA;
	--gk-soft: #F7F9F8;
	--gk-radius: 18px;
	--gk-shadow: 0 22px 50px -18px rgba(17, 17, 17, .28);

	font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--gk-text);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 10px;
}

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

.gk.gk h2,
.gk.gk h3,
.gk.gk h4 {
	color: var(--gk-head);
	font-family: inherit;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.gk.gk p {
	margin: 0;
	color: var(--gk-text);
}

.gk.gk ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gk.gk li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gk.gk li::before,
.gk.gk li::marker {
	content: none;
}

.gk.gk button {
	font-family: inherit;
	font-weight: inherit;
	line-height: normal;
	text-transform: none;
	letter-spacing: normal;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

/* ------------------------------------------------------------------ hero */

.gk.gk .gk-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--gk-accent);
	margin-bottom: 14px;
}

.gk.gk .gk-eyebrow--red {
	color: var(--gk-red);
}

.gk.gk .gk-hero {
	padding: 8px 0 40px;
	border-bottom: 1px solid var(--gk-line);
	margin-bottom: 44px;
}

.gk.gk .gk-hero__title {
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 800;
	letter-spacing: -.02em;
	margin-bottom: 16px;
	color: var(--gk-head);
}

.gk.gk .gk-hero__desc {
	max-width: 780px;
	font-size: 16.5px;
}

.gk.gk .gk-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 34px;
	margin-top: 28px;
}

.gk.gk .gk-stats li {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.gk.gk .gk-stats strong {
	font-size: 30px;
	font-weight: 800;
	color: var(--gk-red);
	line-height: 1;
}

.gk.gk .gk-stats span {
	font-size: 14px;
	color: var(--gk-accent);
}

.gk.gk .gk-stats__note {
	font-size: 13.5px;
	color: var(--gk-accent);
	padding-left: 20px;
	border-left: 1px solid var(--gk-line);
}

/* ------------------------------------------------------------- öne çıkan */

.gk.gk .gk-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	background: #fff;
	border: 1px solid var(--gk-line);
	border-radius: var(--gk-radius);
	box-shadow: var(--gk-shadow);
	overflow: hidden;
	margin-bottom: 52px;
}

.gk.gk .gk-featured__cover {
	position: relative;
	background: var(--gk-soft);
	border-right: 1px solid var(--gk-line);
	min-height: 300px;
	overflow: hidden;
}

/* Kapak PDF'in ilk sayfası; vitrinde tamamı görünsün diye contain. */
.gk.gk .gk-featured__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 26px;
	display: block;
	border-radius: 0;
}

.gk.gk .gk-featured__body {
	padding: 38px 40px 36px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.gk.gk .gk-featured__title {
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 800;
	letter-spacing: -.01em;
	margin-bottom: 12px;
}

.gk.gk .gk-featured__desc {
	font-size: 15.5px;
	margin-bottom: 18px;
}

.gk.gk .gk-featured .gk-taglist {
	margin-bottom: 24px;
}

.gk.gk .gk-featured .gk-btn {
	margin-top: auto;
}

/* --------------------------------------------------------------- etiket */

.gk.gk .gk-taglist {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gk.gk .gk-taglist li {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	color: var(--gk-accent);
	background: var(--gk-soft);
	border: 1px solid var(--gk-line);
	border-radius: 999px;
	padding: 5px 13px;
	line-height: 1.4;
}

/* --------------------------------------------------------------- butonlar */

.gk.gk .gk-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: var(--gk-red);
	color: #fff;
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.3;
	text-decoration: none;
	text-transform: none;
	padding: 14px 28px;
	border-radius: 999px;
	border: 1px solid var(--gk-red);
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.gk.gk .gk-btn:hover,
.gk.gk .gk-btn:focus-visible {
	background: var(--gk-red-dark);
	border-color: var(--gk-red-dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 26px -12px rgba(180, 4, 4, .65);
}

.gk.gk .gk-btn__meta {
	font-weight: 500;
	opacity: .85;
}

.gk.gk .gk-btn--ghost {
	background: transparent;
	color: var(--gk-red);
	border-color: currentColor;
}

.gk.gk .gk-btn--ghost:hover,
.gk.gk .gk-btn--ghost:focus-visible {
	background: var(--gk-red);
	color: #fff;
}

.gk.gk .gk-note {
	display: block;
	font-size: 12.5px;
	color: #8A8A8A;
	margin-top: 10px;
}

/* ----------------------------------------------------------- araç çubuğu */

.gk.gk .gk-toolbar {
	background: var(--gk-soft);
	border: 1px solid var(--gk-line);
	border-radius: var(--gk-radius);
	padding: 24px 26px;
	margin-bottom: 40px;
	display: grid;
	gap: 22px;
}

.gk.gk .gk-search {
	position: relative;
	display: flex;
	align-items: center;
}

.gk.gk .gk-search__icon {
	position: absolute;
	left: 18px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--gk-accent);
	stroke-width: 2;
	stroke-linecap: round;
	pointer-events: none;
}

.gk.gk .gk-search input[type="search"] {
	width: 100%;
	height: auto;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
	color: var(--gk-head);
	background: #fff;
	border: 1px solid var(--gk-line);
	border-radius: 999px;
	padding: 15px 48px;
	margin: 0;
	outline: none;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.gk.gk .gk-search input[type="search"]:focus {
	border-color: var(--gk-red);
	box-shadow: 0 0 0 4px rgba(180, 4, 4, .10);
}

.gk.gk .gk-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.gk.gk .gk-search__clear {
	position: absolute;
	right: 14px;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: var(--gk-line);
	color: var(--gk-accent);
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.gk.gk .gk-search__clear:hover {
	background: var(--gk-red);
	color: #fff;
}

.gk.gk .gk-filter {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.gk.gk .gk-filter__label {
	flex: none;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gk-accent);
	padding-top: 9px;
	min-width: 92px;
}

.gk.gk .gk-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	flex: 1;
	min-width: 0;
}

.gk.gk .gk-letter {
	min-width: 32px;
	height: 32px;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 9px;
	background: transparent;
	color: var(--gk-head);
	font-size: 13.5px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.gk.gk button.gk-letter:hover {
	background: #fff;
	border-color: var(--gk-line);
	color: var(--gk-red);
}

.gk.gk .gk-letter.is-active {
	background: var(--gk-red);
	border-color: var(--gk-red);
	color: #fff;
}

.gk.gk .gk-letter.is-empty {
	color: #C7CDCB;
	cursor: default;
	font-weight: 500;
}

.gk.gk .gk-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.gk.gk .gk-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid var(--gk-line);
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--gk-accent);
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.gk.gk .gk-chip:hover {
	border-color: var(--gk-red);
	color: var(--gk-red);
}

.gk.gk .gk-chip__count {
	font-size: 11px;
	font-weight: 700;
	background: var(--gk-soft);
	border-radius: 999px;
	padding: 1px 7px;
	color: var(--gk-accent);
}

.gk.gk .gk-chip.is-active {
	background: var(--gk-red);
	border-color: var(--gk-red);
	color: #fff;
}

.gk.gk .gk-chip.is-active .gk-chip__count {
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

/* --------------------------------------------------------------- sonuçlar */

.gk.gk .gk-count {
	font-size: 13.5px;
	color: var(--gk-accent);
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.gk.gk .gk-count strong {
	color: var(--gk-red);
	font-weight: 800;
}

.gk.gk .gk-reset {
	border: 0;
	background: none;
	padding: 0;
	color: var(--gk-red);
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gk.gk .gk-group {
	margin-bottom: 40px;
	scroll-margin-top: 120px;
}

.gk.gk .gk-group__title {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .06em;
	color: var(--gk-accent);
	margin-bottom: 20px;
}

.gk.gk .gk-group__title span {
	flex: none;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--gk-soft);
	border: 1px solid var(--gk-line);
	color: var(--gk-red);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.gk.gk .gk-group__title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--gk-line);
}

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

/* --------------------------------------------------------------- kartlar */

.gk.gk .gk-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--gk-line);
	border-radius: var(--gk-radius);
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.gk.gk .gk-card:hover {
	transform: translateY(-6px);
	border-color: transparent;
	box-shadow: var(--gk-shadow);
}

.gk.gk .gk-card__cover {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var(--gk-soft);
	overflow: hidden;
}

.gk.gk .gk-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	border-radius: 0;
	transition: transform .5s ease;
}

.gk.gk .gk-card:hover .gk-card__img {
	transform: scale(1.05);
}

.gk.gk .gk-cover-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #B40404 0%, #7E0202 100%);
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: .18em;
}

.gk.gk .gk-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 24px 24px;
}

.gk.gk .gk-card__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.01em;
	margin-bottom: 8px;
}

.gk.gk .gk-card__desc {
	font-size: 14.5px;
	margin-bottom: 16px;
}

.gk.gk .gk-card .gk-taglist {
	margin-bottom: 18px;
}

.gk.gk .gk-card__link {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid var(--gk-line);
	color: var(--gk-red);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

/* Kartın tamamı tıklanabilir olsun; iç içe <a> kullanmadan. */
.gk.gk .gk-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.gk.gk .gk-card__linktext::after {
	content: " →";
	display: inline-block;
	transition: transform .25s ease;
}

.gk.gk .gk-card:hover .gk-card__linktext::after {
	transform: translateX(4px);
}

.gk.gk .gk-card__size {
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .04em;
	color: var(--gk-accent);
	background: var(--gk-soft);
	border-radius: 999px;
	padding: 3px 11px;
	white-space: nowrap;
}

.gk.gk .gk-card.is-hidden,
.gk.gk .gk-group.is-hidden {
	display: none;
}

/* ------------------------------------------------------------- boş durum */

.gk.gk .gk-noresults,
.gk.gk .gk-empty {
	text-align: center;
	padding: 52px 24px;
	background: var(--gk-soft);
	border: 1px dashed var(--gk-line);
	border-radius: var(--gk-radius);
}

.gk.gk .gk-noresults strong,
.gk.gk .gk-empty strong {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: var(--gk-head);
	margin-bottom: 6px;
}

.gk.gk .gk-noresults span,
.gk.gk .gk-empty p {
	font-size: 14.5px;
}

.gk.gk .gk-empty {
	margin-bottom: 52px;
}

/* -------------------------------------------------------------------- CTA */

.gk.gk .gk-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 36px 40px;
	border-radius: var(--gk-radius);
	background: var(--gk-soft);
	border: 1px solid var(--gk-line);
}

.gk.gk .gk-cta h3 {
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 8px;
}

.gk.gk .gk-cta p {
	font-size: 14.5px;
	max-width: 620px;
}

/* ------------------------------------------------------------- duyarlılık */

@media (max-width: 1024px) {
	.gk.gk .gk-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gk.gk .gk-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.gk.gk .gk-featured__cover {
		aspect-ratio: 16 / 10;
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--gk-line);
	}

	.gk.gk .gk-featured__body {
		padding: 30px 28px;
	}
}

@media (max-width: 680px) {
	.gk.gk .gk-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gk.gk .gk-hero {
		padding-bottom: 30px;
		margin-bottom: 34px;
	}

	.gk.gk .gk-stats {
		gap: 12px 24px;
	}

	.gk.gk .gk-stats__note {
		padding-left: 0;
		border-left: 0;
		flex-basis: 100%;
	}

	.gk.gk .gk-toolbar {
		padding: 20px 18px;
	}

	.gk.gk .gk-filter {
		flex-direction: column;
		gap: 10px;
	}

	.gk.gk .gk-filter__label {
		padding-top: 0;
	}

	.gk.gk .gk-cta {
		padding: 28px 24px;
	}

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

	.gk.gk .gk-featured__img {
		padding: 16px;
	}
}

/* Ekran okuyucu metni — tema sağlamıyorsa diye. */
.gk.gk .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}
