/*
 * hairpol-fiyat-landing/style.css
 * `/hair-transplant-cost/` (+TR/DE/FR) açılış şablonu — Turkey'nin
 * `hairpol-turkiye-landing/style.css`'i BAĞIMLILIK olarak yüklenir (aynı
 * `.hp-tl` kimlik token'ları ve hero/facts/toc/guide/faq/closing/buton
 * kuralları; dosyaya dokunulmadı, yalnız okunuyor — bkz. ../hairpol-fiyat-landing.php).
 * Bu dosya yalnız cost sayfasına ÖZGÜ iki yeni blok ekliyor: 6'lı kart ızgarası
 * ve "Devamını okuyun" listesi. Tüm kurallar `.hp-fl` altında kapsüllü.
 */

/* ============================================================
 * 3) FİYATIN İÇİNDE NE VAR — 6 kart
 * ============================================================ */
.hp-fl-cards { background: #fff; }
.hp-fl-cards__grid {
	max-width: var(--hp-tl-wrap, 1160px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.hp-fl-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 20px;
	border: 1px solid var(--hp-tl-line, #e8d9cd);
	border-radius: 14px;
	background: #fdfaf7;
	text-decoration: none !important;
	transition: box-shadow .2s ease, transform .2s ease;
}
.hp-fl-card:hover { box-shadow: 0 10px 24px rgba(66, 27, 9, .1); transform: translateY(-2px); }
.hp-fl-card__icon { color: var(--hp-tl-copper, #CF916E); }
.hp-fl-card__title {
	font-family: var(--hp-tl-font-display, serif);
	font-weight: 400;
	font-size: 18px;
	color: var(--hp-tl-brown, #421B09);
}
.hp-fl-card__text { font-size: 14.5px; line-height: 1.55; color: var(--hp-tl-text, #5b4a42); }

@media (max-width: 1024px) {
	.hp-fl-cards__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 599px) {
	.hp-fl-cards__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.hp-fl-card { transition: none; }
	.hp-fl-card:hover { transform: none; }
}

/* ============================================================
 * 5) GREFT ARALIĞINI HESAPLA — FR'de hesaplayıcı yok, yalnız CTA
 * ============================================================ */
.hp-fl-calc { background: var(--hp-tl-copper-light, #F4CBB0); }
.hp-fl-calc .hp-tl-section__title,
.hp-fl-calc .hp-tl-section__subtitle { text-align: center; }
.hp-fl-calc .hpl-calc { max-width: 560px; margin: 0 auto; }
.hp-fl-calc__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Rehber içindeki "cost per graft" yönlendirme linki (yalnız EN) */
.hp-fl-calc-link { margin-top: 24px; font-weight: 600; }

/* ============================================================
 * 7) DEVAMINI OKUYUN
 * ============================================================ */
.hp-fl-related { background: #fff; border-top: 1px solid var(--hp-tl-line, #e8d9cd); }
.hp-fl-related__list {
	max-width: var(--hp-tl-wrap, 1160px);
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}
.hp-fl-related__list a {
	font-weight: 600;
	color: var(--hp-tl-brown, #421B09);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.hp-fl-related__list a:hover { color: var(--hp-tl-copper, #CF916E); }

/* ============================================================
 * 8) REHBER TABLOLARI — 360px'te DE/FR uzun kelimeler tabloyu
 * kapsayicidan (.hp-tl-guide__wrap, 320px) tasiriyor (olcum:
 * DE 394px, FR 354px, 18 Eylul); yalniz bu sayfalarda (.hp-fl)
 * duzeltiliyor, Turkey'nin kendi tablolarina dokunulmuyor.
 * ============================================================ */
.hp-fl .hp-tl-guide__body table { table-layout: fixed; }
.hp-fl .hp-tl-guide__body th,
.hp-fl .hp-tl-guide__body td { word-break: break-word; overflow-wrap: break-word; }
