/**
 * Rapor Terimleri — sunum katmanı.
 *
 * Görsel dil site redesign'ından (girisimsel-blocks/libraries/site-redesign)
 * birebir alınmıştır; burada yeni bir dil kurulmaz. Değerler tahmin değil,
 * blokların kendi CSS'inden çıkarıldı:
 *
 *   gövde metni  17.5px / 1.85 / #33405C      (yazi-detay .article-body p)
 *   H2           Lora 27px/600 #0E1F4E        (yazi-detay .article-body h2)
 *   liste imi    8px daire #21409A            (yazi-detay .article-body li::before)
 *   bağlantı     600, alt çizgi #B9C4DD       (yazi-detay .article-body a)
 *   kart yarıçapı 18px, gölge rgba(14,31,78,.08–.10)
 *   hap (pill)   999px, birincil #21409A → #16307D
 *   yüzey hover  #F0F3FB
 *
 * Bölümün tek imzası "Raporunuzda şöyle geçmiş olabilir" bloğudur: sitede
 * başka hiçbir sayfada olmayan, okurun kendi raporunu tanıdığı an. Gerisi
 * bilerek sakin tutulmuştur.
 */

:root {
	--grt-navy: #0E1F4E;   /* başlıklar */
	--grt-ink: #14213D;    /* strong */
	--grt-blue: #21409A;   /* birincil */
	--grt-blue-d: #16307D; /* birincil hover */
	--grt-body: #33405C;   /* gövde metni */
	--grt-muted: #5C6A87;  /* ikincil metin */
	--grt-line: #E1E7F3;   /* kenarlık */
	--grt-fill: #F0F3FB;   /* hover yüzeyi */
	--grt-soft: #F7F9FD;   /* yumuşak zemin */
	--grt-faint: #B7C2D8;  /* en soluk çizgi/ikon */
	--grt-rule: #EEF1F8;   /* ince ayırıcı */

	--grt-r-card: 18px;
	--grt-r-sm: 12px;
	--grt-sh: 0 2px 10px rgba(14, 31, 78, .04);
	--grt-sh-up: 0 14px 34px rgba(14, 31, 78, .10);
}

.grt-body #gz-canvas {
	font-family: 'Manrope', system-ui, -apple-system, sans-serif;
	color: var(--grt-navy);
}

/* Erişilebilirlik tabanı: klavye odağı her etkileşimli yüzeyde görünür. */
.grt-body #gz-canvas a:focus-visible,
.grt-body #gz-canvas button:focus-visible,
.grt-body #gz-canvas input:focus-visible,
.grt-body #gz-canvas summary:focus-visible {
	outline: 2px solid var(--grt-blue);
	outline-offset: 3px;
	border-radius: 6px;
}

/* ---------- Hero ---------- */

.grt-hero {
	background: linear-gradient(180deg, var(--grt-soft) 0%, #FFF 100%);
	border-bottom: 1px solid var(--grt-line);
}

.grt-hero__crumbs {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 32px 10px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--grt-muted);
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.grt-hero__crumbs a { color: var(--grt-muted); text-decoration: none; }
.grt-hero__crumbs a:hover { color: var(--grt-blue); }
.grt-hero__here { color: var(--grt-blue); }

.grt-hero__head {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 32px 34px;
}

.grt-hero__head h1 {
	font-family: 'Lora', Georgia, serif;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.01em;
	color: var(--grt-navy);
	margin: 0;
	text-wrap: balance;
}

.grt-hero__sub {
	margin: 14px 0 0;
	max-width: 62ch;
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--grt-muted);
}

/* ---------- Yerleşim ---------- */

.grt-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 32px 90px;
}

.grt-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 48px;
	align-items: start;
}

.grt-article { min-width: 0; }

.grt-rail { display: flex; flex-direction: column; align-self: stretch; }
.grt-rail__sticky { position: sticky; top: 24px; }
.grt-rail__end { margin-top: auto; }

/* ---------- Arama ve filtreler ---------- */

.grt-search {
	display: flex;
	gap: 10px;
	margin: 0 0 24px;
}

.grt-search input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 16px 22px;
	font: inherit;
	font-size: 16px;
	color: var(--grt-navy);
	background: #FFF;
	border: 1.5px solid var(--grt-line);
	border-radius: 999px;
	box-shadow: var(--grt-sh);
	transition: border-color .15s ease, box-shadow .15s ease;
}

.grt-search input[type="search"]::placeholder { color: #93A5CE; }

.grt-search input[type="search"]:focus {
	outline: none;
	border-color: var(--grt-blue);
	box-shadow: 0 0 0 4px rgba(33, 64, 154, .10);
}

.grt-search button {
	padding: 16px 32px;
	font: inherit;
	font-weight: 700;
	color: #FFF;
	background: var(--grt-blue);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: background .15s ease, box-shadow .15s ease;
}

.grt-search button:hover {
	background: var(--grt-blue-d);
	box-shadow: 0 6px 18px rgba(33, 64, 154, .35);
}

/*
 * Türkçe alfabe 29 harf + "Tümü" = 30 öğe.
 *
 * Flex + wrap ile son harf tek başına ikinci satıra düşüyordu ve indeks kırık
 * görünüyordu. Izgara, mevcut genişliğe kaç iz sığıyorsa onu üretir: geniş
 * ekranda tek satır, darda eşit dolu satırlar. Hiçbir satır yarım kalmaz.
 *
 * İlk iz sabit 66px: "Tümü" tek harflik ize sığmayıp iki satıra bölünüyordu.
 * Sabit olmak zorunda — `repeat(auto-fit, …)` içeren bir iz listesinde diğer
 * izler kesin ölçü olmalı; `max-content` kuralın tamamını geçersiz kılıyor ve
 * ızgara tek sütuna düşüyor.
 */
/* ---------- Gizlilik uyarısı ---------- */

.grt-privacy {
	margin: -12px 0 26px;
	padding: 0 4px;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--grt-muted);
}

.grt-privacy a { color: var(--grt-blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Sözlük giriş blokları ---------- */

.grt-hub { margin: 0 0 32px; }

/*
 * `.grt-hub h2` — tek sınıflı seçici (0,1,0) tema kabuğundaki h2 kuralını
 * yenemiyor ve başlıklar dev Manrope olarak çıkıyordu. Dosyadaki
 * `.grt-related h2` / `.grt-suggest h2` deseninin eşi.
 */
.grt-hub h2 {
	margin: 0 0 14px;
	font-family: 'Lora', Georgia, serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--grt-navy);
}

.grt-hub__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
	justify-content: start;
	gap: 12px;
}

.grt-hub__card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: 14px;
	box-shadow: var(--grt-sh);
	transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.grt-hub__card:hover {
	border-color: #C9D6F0;
	transform: translateY(-2px);
	box-shadow: var(--grt-sh-up);
}

.grt-hub__t { font-size: 16px; font-weight: 700; color: var(--grt-navy); }
.grt-hub__n { font-size: 13px; color: var(--grt-muted); }

.grt-hub__pills { display: flex; flex-wrap: wrap; gap: 8px; }

.grt-az {
	display: grid;
	grid-template-columns: 66px repeat(auto-fit, minmax(28px, 1fr));
	gap: 3px;
	margin: 0 0 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--grt-rule);
}

.grt-az__i {
	padding: 7px 10px;
	white-space: nowrap;
	text-align: center;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--grt-muted);
	text-decoration: none;
	border-radius: 9px;
	transition: background .13s ease, color .13s ease;
}

.grt-az__i:hover { background: var(--grt-fill); color: var(--grt-blue); }
.grt-az__i.is-on { background: var(--grt-blue); color: #FFF; }

.grt-filters { display: grid; gap: 12px; margin: 0 0 28px; }
.grt-filter { display: flex; gap: 16px; align-items: baseline; flex-wrap: wrap; }

.grt-filter__l {
	min-width: 92px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--grt-muted);
}

.grt-filter__o { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }

.grt-chip {
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	color: var(--grt-muted);
	text-decoration: none;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: 999px;
	transition: background .13s ease, color .13s ease, border-color .13s ease;
}

.grt-chip:hover { background: var(--grt-fill); border-color: #C9D6F0; color: var(--grt-blue); }
.grt-chip.is-on { background: var(--grt-blue); border-color: var(--grt-blue); color: #FFF; }
.grt-chip--soft { background: var(--grt-soft); }

.grt-count {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--grt-muted);
}

/* ---------- Terim kartları ---------- */

/*
 * `auto-fit` + üst sınırlı iz: `auto-fill` boş izler üretiyor, iki terimlik
 * bir sonuç kümesi sayfanın sol çeyreğine sıkışıp yarım kalmış görünüyordu.
 * Üst sınır da şart, yoksa iki kart tüm satırı kaplayıp kart olmaktan çıkar.
 */
.grt-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 330px));
	justify-content: start;
	gap: 16px;
}

.grt-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 22px 24px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: var(--grt-r-card);
	box-shadow: var(--grt-sh);
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.grt-card:hover {
	border-color: #C9D6F0;
	transform: translateY(-3px);
	box-shadow: var(--grt-sh-up);
}

.grt-card__k {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--grt-blue);
}

.grt-card__t {
	font-family: 'Lora', Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--grt-navy);
}

.grt-card__d { font-size: 14.5px; line-height: 1.6; color: var(--grt-muted); }

/* ---------- Tekil terim: yanıt kutusu ---------- */

.grt-answer {
	padding: 24px 26px;
	margin: 0 0 24px;
	background: var(--grt-fill);
	border-radius: var(--grt-r-card);
}

.grt-answer__label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--grt-blue);
}

.grt-answer p { margin: 0 0 12px; font-size: 17.5px; line-height: 1.7; color: var(--grt-navy); }
.grt-answer p:last-child { margin-bottom: 0; }
.grt-answer strong { color: var(--grt-ink); font-weight: 700; }

/* ---------- Görsel slotu ---------- */

/*
 * `aspect-ratio` verilmez: radyoloji görselleri kare, dikey ve panoramik
 * gelebiliyor, sabit oran bulguyu kırpardı. Yükseklik içeriğe bırakılır,
 * yalnız üst sınır konur ki dikey bir görsel sayfanın tamamını kaplamasın.
 */
.grt-figure {
	margin: 0 0 24px;
	padding: 0;
}

.grt-figure__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	border: 1px solid var(--grt-line);
	border-radius: var(--grt-r-card);
	background: var(--grt-soft);
}

.grt-figure__caption {
	margin: 12px 4px 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--grt-muted);
}

/* ---------- Rozetler ve eşanlamlılar ---------- */

.grt-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 26px; }
.grt-synonyms { flex-basis: 100%; margin: 8px 0 0; font-size: 14.5px; line-height: 1.65; color: var(--grt-muted); }
.grt-synonyms strong { color: var(--grt-body); }

/* ---------- İmza bloğu: rapor alıntısı ---------- */

/*
 * Bu bölümün tek imzası. Okur raporundaki cümleyi aynen aratıp geliyor;
 * burada kendi raporunu tanıması gerekiyor. Bu yüzden blok bir "kutu" değil,
 * bir alıntı gibi kurulur: kâğıt zemin, tek aralıklı dizgi ve her satırın
 * başında dikey alıntı çizgisi. Önceki kesik çizgili kenarlık sitede hiçbir
 * yerde yok ve bitmemiş görünüyordu.
 */
.grt-phrases {
	padding: 22px 24px 24px;
	margin: 0 0 32px;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: var(--grt-r-card);
	box-shadow: var(--grt-sh);
}

.grt-phrases h2 {
	margin: 0 0 16px;
	font-family: 'Manrope', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--grt-muted);
}

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

.grt-phrases li {
	position: relative;
	margin: 0 0 10px;
	padding: 10px 14px 10px 18px;
	background: var(--grt-soft);
	border-radius: 10px;
	font-family: ui-monospace, SFMono-Regular, Menlo, 'Liberation Mono', monospace;
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--grt-body);
}

.grt-phrases li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 3px;
	border-radius: 3px;
	background: #8FA6DB;
}

.grt-phrases li:last-child { margin-bottom: 0; }

/* ---------- Anlatı bölümleri ---------- */

.grt-section { margin: 0 0 38px; scroll-margin-top: 90px; }

.grt-section h2 {
	font-family: 'Lora', Georgia, serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--grt-navy);
	margin: 0 0 16px;
}

.grt-section h3 {
	font-family: 'Lora', Georgia, serif;
	font-size: 21px;
	font-weight: 600;
	color: var(--grt-navy);
	margin: 30px 0 12px;
}

.grt-section p { margin: 0 0 22px; font-size: 17.5px; line-height: 1.85; color: var(--grt-body); }
.grt-section strong { color: var(--grt-ink); font-weight: 700; }

.grt-section a {
	color: var(--grt-blue);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: #B9C4DD;
	transition: text-decoration-color .15s ease;
}

.grt-section a:hover { text-decoration-color: var(--grt-blue); }

/* Liste imleri sitenin makale gövdesiyle aynı: mavi nokta, madde işareti yok. */
.grt-section ul { margin: 0 0 24px; padding: 0; list-style: none; }

.grt-section ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--grt-body);
}

.grt-section ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--grt-blue);
}

.grt-section ol { margin: 0 0 24px; padding-left: 26px; }
.grt-section ol li { font-size: 17px; line-height: 1.75; color: var(--grt-body); margin-bottom: 12px; padding-left: 6px; }

/* ---------- SSS ---------- */

.grt-faq__item {
	border: 1px solid var(--grt-line);
	border-radius: 14px;
	margin-bottom: 10px;
	background: #FFF;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.grt-faq__item:hover { border-color: #C9D6F0; box-shadow: var(--grt-sh); }
.grt-faq__item[open] { border-color: #C9D6F0; }

.grt-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 17px 20px;
	font-size: 16.5px;
	font-weight: 700;
	color: var(--grt-navy);
	cursor: pointer;
	list-style: none;
}

.grt-faq__item summary::-webkit-details-marker { display: none; }

.grt-faq__item summary::after {
	content: '+';
	flex: 0 0 26px;
	height: 26px;
	display: grid;
	place-items: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: var(--grt-blue);
	background: var(--grt-fill);
	border-radius: 50%;
}

.grt-faq__item[open] summary::after { content: '−'; }
.grt-faq__a { padding: 0 20px 18px; }
.grt-faq__a p { margin: 0 0 12px; font-size: 16px; line-height: 1.75; color: var(--grt-body); }
.grt-faq__a p:last-child { margin-bottom: 0; }

/* ---------- Butonlar ---------- */

.grt-btn {
	display: inline-block;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: var(--grt-blue);
	border: 2px solid var(--grt-blue);
	border-radius: 999px;
	transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.grt-btn:hover {
	background: var(--grt-blue-d);
	border-color: var(--grt-blue-d);
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(33, 64, 154, .35);
}

/* Birincil eylem her zaman ön değerlendirmedir (CONTENT_MODEL → TERM). */
.grt-btn--primary { color: #FFF; background: var(--grt-blue); }

/*
 * Butonlar artık anlatı bölümlerinin İÇİNDE duruyor ve `.grt-section a`
 * (0,1,1) `.grt-btn`i (0,1,0) yeniyor — daha önce aynı tuzak `.grt-service a`
 * ile butonu beyaz üstüne beyaz yapmıştı. Bölüm içi buton stili burada geri
 * alınır; alt çizgi de kaldırılır, buton bağlantı gibi görünmemeli.
 */
.grt-section .grt-btn { text-decoration: none; }
.grt-section .grt-btn--primary { color: #FFF; }
.grt-section .grt-btn--ghost { color: var(--grt-blue); }
.grt-section .grt-btn--ghost:hover { color: var(--grt-blue-d); }

/* İkincil: aynı boy, dolgusuz — hiyerarşi renkle kurulur, boyutla değil. */
.grt-btn--ghost {
	color: var(--grt-blue);
	background: transparent;
	border-color: #C9D6F0;
}

.grt-btn--ghost:hover {
	color: var(--grt-blue-d);
	background: var(--grt-fill);
	border-color: var(--grt-blue);
	box-shadow: none;
}

/* ---------- Mini CTA (ilk ekranın altı) ---------- */

.grt-mini {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 18px 20px;
	margin: 0 0 26px;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-left: 3px solid var(--grt-blue);
	border-radius: var(--grt-r-sm);
}

.grt-mini__q { margin: 0; font-size: 16px; font-weight: 700; color: var(--grt-navy); }
.grt-mini__t { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--grt-muted); }

.grt-mini__a {
	margin-top: 4px;
	font-size: 15px;
	font-weight: 700;
	color: var(--grt-blue);
	text-decoration: none;
}

.grt-mini__a:hover { color: var(--grt-blue-d); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Bağlam bölümü ---------- */

.grt-context__list { margin: 0 0 22px; padding: 0; list-style: none; }

.grt-context__list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--grt-body);
}

.grt-context__list li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--grt-blue);
}

/*
 * Bu paragraflar anlatı bölümlerinin içinde duruyor; `.grt-section p` (0,1,1)
 * tek sınıflı kuralları yeniyor ve boşlukları siliyordu. Hepsi bölüm bağlamıyla
 * birlikte yazılır.
 */
.grt-cta { margin: 22px 0 0; }
.grt-section .grt-cta__note { margin: 14px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--grt-muted); }

/* ---------- Karar yolu ---------- */

.grt-path {
	padding: 28px 30px 26px;
	background: var(--grt-soft);
	border: 1px solid var(--grt-line);
	border-radius: 20px;
}

.grt-path h2 { margin-top: 0; }

/* Dar ekranda tablo sayfayı yatay kaydırtmasın; kendi içinde kaysın. */
.grt-path__table {
	width: 100%;
	margin: 0 0 16px;
	border-collapse: collapse;
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: var(--grt-r-sm);
	overflow: hidden;
}

/*
 * Hücre kuralları `.grt-section` altında yazılır: tema kabuğunun kendi tablo
 * stili hizalamayı ortalıyor ve başlık bandını kendi rengine çekiyordu.
 * Karar tablosu bir veri tablosu — okuma yönü sola dayalı olmalı.
 */
.grt-section .grt-path__table th {
	padding: 12px 16px;
	text-align: left;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #FFF;
	background: var(--grt-navy);
	border: 0;
}

.grt-section .grt-path__table td {
	padding: 13px 16px;
	text-align: left;
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--grt-body);
	background: #FFF;
	border: 0;
	border-top: 1px solid var(--grt-line);
	vertical-align: top;
}

/* Sonraki adım kararın kendisi: satırın ağırlığı orada. */
.grt-section .grt-path__table td:last-child { font-weight: 600; color: var(--grt-navy); }

.grt-section .grt-path__note { margin: 0 0 22px; font-size: 14px; line-height: 1.65; color: var(--grt-muted); }

.grt-path__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/*
 * Tedavi bağlantısı üçüncü ağırlıkta: buton değil, cümle içinde bağlantı.
 * Terim sayfasına gelen hastanın ilk ihtiyacı tedavi değil.
 */
.grt-section .grt-path__treat { margin: 20px 0 0; font-size: 15px; line-height: 1.7; color: var(--grt-muted); }
.grt-path__treat a { color: var(--grt-blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.grt-empty .grt-btn { color: #FFF; background: var(--grt-blue); }

/* ---------- İlgili terimler ---------- */

.grt-related { margin: 0 0 36px; }

.grt-related h2, .grt-suggest h2 {
	font-family: 'Lora', Georgia, serif;
	font-size: 23px;
	font-weight: 600;
	color: var(--grt-navy);
	margin: 0 0 16px;
}

.grt-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(238px, 300px));
	justify-content: start;
	gap: 12px;
}

.grt-related__card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 17px 19px;
	text-decoration: none;
	background: var(--grt-soft);
	border: 1px solid var(--grt-line);
	border-radius: 14px;
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.grt-related__card:hover { background: #FFF; border-color: #C9D6F0; transform: translateY(-2px); }
.grt-related__t { font-weight: 700; font-size: 16px; color: var(--grt-navy); }
.grt-related__d { font-size: 14px; line-height: 1.55; color: var(--grt-muted); }

/* ---------- Boş sonuç, öneri, sayfalama ---------- */

.grt-empty {
	padding: 52px 32px;
	text-align: center;
	background: var(--grt-soft);
	border: 1px solid var(--grt-line);
	border-radius: 20px;
}

.grt-empty h2 { margin: 0 0 10px; font-family: 'Lora', Georgia, serif; font-size: 24px; font-weight: 600; color: var(--grt-navy); }
.grt-empty p { margin: 0 auto 22px; max-width: 56ch; font-size: 16px; line-height: 1.7; color: var(--grt-muted); }

.grt-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.grt-empty__note { margin: 18px auto 0 !important; font-size: 13.5px; color: var(--grt-muted); }

.grt-suggest { margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--grt-rule); }
.grt-suggest p { margin: 0 0 18px; font-size: 15.5px; line-height: 1.65; color: var(--grt-muted); }

.grt-pagination { margin-top: 36px; }
.grt-pagination ul { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }

.grt-pagination a,
.grt-pagination span {
	display: inline-block;
	min-width: 42px;
	padding: 10px 13px;
	text-align: center;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	color: var(--grt-muted);
	background: #FFF;
	border: 1px solid var(--grt-line);
	border-radius: 11px;
	transition: background .13s ease, color .13s ease, border-color .13s ease;
}

.grt-pagination a:hover { background: var(--grt-fill); border-color: #C9D6F0; color: var(--grt-blue); }
.grt-pagination .current { background: var(--grt-blue); border-color: var(--grt-blue); color: #FFF; }

.grt-back { margin: 32px 0 0; font-size: 15px; font-weight: 600; }
.grt-back a { color: var(--grt-blue); text-decoration: none; }
.grt-back a:hover { text-decoration: underline; text-underline-offset: 3px; }

.grt-disclaimer {
	margin: 48px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--grt-rule);
	font-size: 13.5px;
	line-height: 1.7;
	color: var(--grt-muted);
	max-width: 78ch;
}

/* ---------- Duyarlılık ---------- */

@media (max-width: 1024px) {
	.grt-layout { grid-template-columns: 1fr; gap: 34px; }
	.grt-rail__sticky { position: static; }
}

@media (max-width: 820px) {
	.grt-hero__head h1 { font-size: 32px; }
	.grt-hero__crumbs, .grt-hero__head { padding-left: 20px; padding-right: 20px; }
	.grt-main { padding: 32px 20px 64px; }
	.grt-search { flex-wrap: wrap; }
	.grt-search input[type="search"] { flex-basis: 100%; }
	.grt-search button { width: 100%; }
	.grt-filter { flex-direction: column; gap: 8px; }
	.grt-filter__l { min-width: 0; }
	.grt-service { padding: 24px; }
}

@media (max-width: 560px) {
	.grt-hero__head h1 { font-size: 27px; }
	.grt-section h2 { font-size: 23px; }
	.grt-grid,
	.grt-related__grid { grid-template-columns: 1fr; }
	.grt-answer { padding: 20px; }
	.grt-phrases { padding: 18px 16px 20px; }
	.grt-path { padding: 22px 18px 20px; }
	.grt-path__actions { flex-direction: column; align-items: stretch; }
	.grt-path__table th, .grt-path__table td { padding: 10px 12px; font-size: 14.5px; }
}

@media (prefers-reduced-motion: reduce) {
	.grt-body #gz-canvas * {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
	.grt-card:hover,
	.grt-related__card:hover,
	.grt-btn:hover { transform: none; }
}
