/*
 * hairpol-turkiye-landing/style.css
 * `/hair-transplant-turkey/` (+TR/DE/FR) açılış şablonu — tüm kurallar `.hp-tl`
 * altında kapsüllü, sitenin geri kalanını etkilemez. Yalnız bu 4 sayfada
 * yüklenir (bkz. ../hairpol-turkiye-landing.php).
 *
 * KİMLİK TOKEN'LARI — ana sayfanın hero bölümünden (11 Eyl 2026'da render
 * edilip okundu: --hp-brown/--hp-copper/--hp-bg-top/--hp-font-display vb.)
 * BİREBİR aynı değerlerle türetildi. Font isimleri (Prata/Montserrat) ana
 * sayfadaki DEĞİŞKENLERİN kendisi — burada yeni bir @import/CDN eklenmiyor,
 * yalnız aynı isim zinciri yazılıyor; tarayıcı ana sayfadakiyle AYNI şekilde
 * (yüklüyse Prata, değilse Georgia/serif) geri düşer.
 */
.hp-tl {
	--hp-tl-bg-top: #FFECD9;
	--hp-tl-bg-bottom: #FFE1AD;
	--hp-tl-copper: #CF916E;
	--hp-tl-copper-light: #F4CBB0;
	--hp-tl-brown: #421B09;
	--hp-tl-ink: #190803;
	--hp-tl-text: #5b4a42;
	--hp-tl-muted: #8a7a72;
	--hp-tl-line: #e8d9cd;
	--hp-tl-font-display: 'Prata', 'Playfair Display', Georgia, serif;
	--hp-tl-font-body: 'Montserrat', -apple-system, 'Segoe UI', sans-serif;
	--hp-tl-wrap: 1160px;

	color: var(--hp-tl-ink);
	font-family: var(--hp-tl-font-body);
	overflow-x: hidden;
}

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

.hp-tl a { color: inherit; }

.hp-tl > section { padding: clamp(40px, 6vw, 88px) clamp(20px, 4vw, 56px); }

.hp-tl-section__title {
	margin: 0 0 10px;
	font-family: var(--hp-tl-font-display);
	font-weight: 400;
	font-size: clamp(26px, 2.6vw, 40px);
	line-height: 1.2;
	color: var(--hp-tl-brown);
	max-width: var(--hp-tl-wrap);
	margin-left: auto;
	margin-right: auto;
}

.hp-tl-section__subtitle {
	margin: 0 0 32px;
	color: var(--hp-tl-muted);
	font-size: clamp(15px, 1.1vw, 18px);
	max-width: var(--hp-tl-wrap);
	margin-left: auto;
	margin-right: auto;
}

/* ---------- BUTONLAR ---------- */
.hp-tl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 34px;
	border-radius: 999px;
	font-family: var(--hp-tl-font-body);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .01em;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
	cursor: pointer;
	border: 2px solid transparent;
}
.hp-tl-btn--primary {
	background: var(--hp-tl-copper);
	color: var(--hp-tl-brown) !important;
	box-shadow: 0 10px 26px rgba(66, 27, 9, .18);
}
.hp-tl-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(66, 27, 9, .24); }
.hp-tl-btn--ghost {
	background: transparent;
	color: var(--hp-tl-brown) !important;
	border-color: var(--hp-tl-brown);
}
.hp-tl-btn--ghost:hover { background: rgba(66, 27, 9, .06); }
@media (prefers-reduced-motion: reduce) {
	.hp-tl-btn { transition: none; }
	.hp-tl-btn--primary:hover { transform: none; }
}

/* ============================================================
 * 1) HERO
 * ============================================================ */
.hp-tl-hero {
	background: linear-gradient(180deg, var(--hp-tl-bg-top) 0%, var(--hp-tl-bg-bottom) 100%);
	padding-top: clamp(48px, 7vw, 96px);
}
.hp-tl-hero__inner {
	max-width: var(--hp-tl-wrap);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
}
.hp-tl-hero__title {
	margin: 0 0 18px;
	font-family: var(--hp-tl-font-display);
	font-weight: 400;
	font-size: clamp(32px, 3.4vw, 56px);
	line-height: 1.15;
	color: var(--hp-tl-brown);
}
.hp-tl-hero__lead {
	margin: 0 0 28px;
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.6;
	color: var(--hp-tl-text);
	max-width: 46ch;
}
.hp-tl-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hp-tl-hero__visual { display: flex; justify-content: center; }
.hp-tl-hero__case { margin: 0; max-width: 460px; width: 100%; }
.hp-tl-hero__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(66, 27, 9, .16);
}
.hp-tl-hero__caption {
	margin-top: 12px;
	text-align: center;
	font-size: 14px;
	color: var(--hp-tl-text);
}

/* ============================================================
 * 2) PRATİK BİLGİLER ŞERİDİ — sessiz tanım listesi, kart yok
 * ============================================================ */
.hp-tl-facts { background: #fff; border-bottom: 1px solid var(--hp-tl-line); }
.hp-tl-facts__list {
	max-width: var(--hp-tl-wrap);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 32px;
}
.hp-tl-facts__item { border-left: 2px solid var(--hp-tl-copper); padding-left: 16px; }
.hp-tl-facts__item dt {
	font-family: var(--hp-tl-font-body);
	font-weight: 700;
	font-size: 13px;
	text-transform: none;
	color: var(--hp-tl-brown);
	margin-bottom: 6px;
}
.hp-tl-facts__item dd { margin: 0; color: var(--hp-tl-text); font-size: 15px; line-height: 1.5; }

/* ============================================================
 * 3) YOLCULUK ÇİZGİSİ — tek cesur öğe
 * ============================================================ */
.hp-tl-journey { background: #fff; }
.hp-tl-journey__line {
	margin: 0 auto;
	padding: 40px 0 0;
	max-width: var(--hp-tl-wrap);
	position: relative;
}
/* Satır etiketi ("Visit days" / "Following months") — TEK KEZ, satırın başında;
   tekrar eden küçük etiketler her adımın üstünde tekrarlanmıyor (11 Eyl 2026
   geri bildirimi: "Days"/"Months" 9 kez tekrarlanıyordu). Cümle düzeni, normal
   harf aralığı — BÜYÜK HARF etiket yasaklı desenlerden biri (12 Eyl 2026:
   "TAGE DES BESUCHS" gibi tüm-büyük-harf + harf aralığı kaldırıldı). */
.hp-tl-journey__row-label {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	color: var(--hp-tl-muted);
}
/* Bağlantı çizgisi (aşağıda ::after) etiketin SOLUNDAN geçer; metin çizgiden
   sonra başlasın diye sol boşluk verildi — harflerin üstünden geçmesin
   (12 Eyl 2026: "FOLGEMONATE" harfleri çizgiyle çakışıyordu). */
.hp-tl-journey__row-label--month { margin-top: 44px; padding-left: 26px; }
.hp-tl-journey__row {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 24px;
	position: relative;
}
/* Satırın kendi kesintisiz çizgisi — rozetlerin dikey ortasından geçer
   (rozet yüksekliği 30px, üstte etiket olduğu için üst boşluk yok artık). */
.hp-tl-journey__row::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	height: 2px;
	background: var(--hp-tl-line);
	z-index: 0;
}
/* İki satırı bağlayan TEK dikey çizgi — çift yatay çizgi bırakmasın diye
   satırın kendi border-top'u KALDIRILDI, yalnız bu ince dikey bağlantı kaldı. */
.hp-tl-journey__row--months { position: relative; }
.hp-tl-journey__row--months::after {
	content: "";
	position: absolute;
	top: -44px;
	left: 15px;
	width: 1px;
	height: 44px;
	background: var(--hp-tl-line);
	z-index: 0;
}
.hp-tl-journey__step {
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	z-index: 1;
	text-align: left;
}
.hp-tl-journey__num {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--hp-tl-copper);
	color: var(--hp-tl-brown);
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 14px;
}
.hp-tl-journey__step--month .hp-tl-journey__num { background: var(--hp-tl-brown); color: #fff; }
.hp-tl-journey__label {
	margin: 0 0 6px;
	font-family: var(--hp-tl-font-body);
	font-size: 15px;
	font-weight: 700;
	color: var(--hp-tl-brown);
}
.hp-tl-journey__text { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--hp-tl-text); }
/* Aylar satırı 3 öğe — günler satırıyla aynı toplam genişliğe, eşit dağıtılmış
   (sağ yarı boş kalmasın diye sabit dar genişlik kaldırıldı, 11 Eyl 2026). */
.hp-tl-journey__row--months .hp-tl-journey__step { flex: 1 1 0; max-width: none; }

/* ============================================================
 * 4) GERÇEK SONUÇLAR (hairpol-ba galeri — kendi CSS'i geçerli, yalnız
 *    genişliği sarmalıyoruz)
 * ============================================================ */
.hp-tl-results { background: var(--hp-tl-copper-light); }
.hp-tl-results .hba-gallery,
.hp-tl-results > .hp-tl-section__title,
.hp-tl-results > .hp-tl-section__subtitle { max-width: var(--hp-tl-wrap); margin-left: auto; margin-right: auto; }

/* ============================================================
 * 5) REHBER — okunur sütun + yapışkan içindekiler
 * ============================================================ */
.hp-tl-guide { background: #fff; }
.hp-tl-guide__wrap {
	max-width: var(--hp-tl-wrap);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}
.hp-tl-toc__inner {
	position: sticky;
	top: 24px;
	border-left: 2px solid var(--hp-tl-line);
	padding-left: 18px;
}
.hp-tl-toc__title {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .04em;
	color: var(--hp-tl-brown);
}
.hp-tl-toc__inner nav ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hp-tl-toc__inner nav a {
	text-decoration: none;
	color: var(--hp-tl-text);
	font-size: 13.5px;
	line-height: 1.4;
}
.hp-tl-toc__inner nav a:hover { color: var(--hp-tl-copper); }

.hp-tl-guide__body { max-width: 72ch; font-size: 16.5px; line-height: 1.7; color: var(--hp-tl-ink); }
.hp-tl-guide__body h2 {
	font-family: var(--hp-tl-font-display);
	color: var(--hp-tl-brown);
	font-weight: 400;
	font-size: clamp(22px, 2vw, 28px);
	margin-top: 46px;
	margin-bottom: 14px;
	scroll-margin-top: 24px;
}
.hp-tl-guide__body h2:first-child { margin-top: 0; }
.hp-tl-guide__body h3 { color: var(--hp-tl-brown); font-size: 18px; margin-top: 28px; margin-bottom: 8px; }
.hp-tl-guide__body p { margin: 0 0 16px; }
.hp-tl-guide__body ul, .hp-tl-guide__body ol { margin: 0 0 16px; padding-left: 22px; }
.hp-tl-guide__body li { margin-bottom: 6px; }
.hp-tl-guide__body table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14.5px; }
.hp-tl-guide__body th, .hp-tl-guide__body td { border: 1px solid var(--hp-tl-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.hp-tl-guide__body th { background: #FBF3EC; color: var(--hp-tl-brown); }
.hp-tl-guide__body a { color: var(--hp-tl-copper); text-decoration: underline; }

/* ============================================================
 * 6) YORUMLAR / 7) GÜVENCELER — hairpol-reviews / hairpol-certificates
 *    kendi CSS'lerini getirir; yalnız üst/alt boşluk ve genişlik burada.
 *    İkisi de aynı krem tonunu paylaşıyor (bkz. htl2_render_cert_band()
 *    bg_color ayarı) — tek bölüm gibi akar, aralarında çift boşluk kalmaz.
 * ============================================================ */
.hp-tl-reviews { background: #FBF3EC; padding-bottom: 32px !important; }
.hp-tl-reviews .hpr-wrap { max-width: var(--hp-tl-wrap); margin: 0 auto; }
/* Bileşenin kendi başlığı sans + Title Case geliyordu (panel metni); yalnız
   TİPOGRAFİYİ sayfanın geri kalanına eşliyoruz — metni htl2_render_reviews()
   zaten kendi cümle-düzeni başlığımızla değiştiriyor. */
.hp-tl-reviews .hpr-title {
	font-family: var(--hp-tl-font-display);
	font-weight: 400;
	text-transform: none;
	color: var(--hp-tl-brown);
}
.hp-tl-reviews .hpr-subtitle { font-family: var(--hp-tl-font-body); }
/* 10 yorum 3+3+3+1 dağılıyor, sonda yetim tek kart kalıyordu (11 Eyl 2026) —
   3x3 ızgara için 9'a indiriliyor (yalnız görünüm; veri silinmiyor). */
.hp-tl-reviews .hpr-grid > .hpr-card:nth-child(10) { display: none; }

/* Yorumlar ve sertifikalar aynı krem bloğu — aralarındaki çift boşluk
   (her ikisi de `.hp-tl > section` boşluğunu ayrı ayrı taşıyordu, ~170px
   toplam, 12 Eyl 2026 geri bildirimi) tek bölüm hissi verecek şekilde
   daraltıldı: sertifikaların ÜST boşluğu kaldırıldı, ikisi arasında yalnız
   normal bölüm İÇİ boşluk ölçeği kadar (24px) ayrım bırakıldı. */
.hp-tl-certs { background: #FBF3EC; padding-top: 32px !important; }

/* Hareketsiz ızgara — hairpol-certificates widget'ının kayan şeridi (marquee)
   YERİNE (bkz. htl2_render_cert_band(), 12 Eyl 2026): kendiliğinden hareket
   yok, kırpık kart yok, tam genişlik başlık (diğer bölümlerle aynı düzen). */
.hp-tl-cert-grid {
	max-width: var(--hp-tl-wrap);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.hp-tl-cert-item {
	margin: 0;
	text-align: center;
	background: #fff;
	border: 1px solid var(--hp-tl-line);
	border-radius: 12px;
	padding: 14px 10px 16px;
}
.hp-tl-cert-item img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: contain;
	margin: 0 auto 10px;
}
.hp-tl-cert-item figcaption { display: flex; flex-direction: column; gap: 2px; }
.hp-tl-cert-item__name { font-size: 13px; font-weight: 700; color: var(--hp-tl-brown); line-height: 1.3; }
.hp-tl-cert-item__org { font-size: 11.5px; color: var(--hp-tl-muted); line-height: 1.3; }
.hp-tl-cert-item img { height: 150px; }
/* Kurum logoları: belge kartlarının altında ayrı, sessiz tek satır */
.hp-tl-cert-logos {
	max-width: var(--hp-tl-wrap);
	margin: 28px auto 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 48px;
}
.hp-tl-cert-logo { margin: 0; }
.hp-tl-cert-logo img { display: block; height: 56px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .7; }

/* ============================================================
 * 8) SSS — akordeon
 * ============================================================ */
.hp-tl-faq { background: #fff; }
/* Başlık akordeonla AYNI (860px) sütunda hizalı olsun — genel .hp-tl-section__title
   1160px'e ortalanıyor, akordeon 860px'e; ikisi ayrı merkezlenince sol kenarları
   kayıyordu (11 Eyl 2026 geri bildirimi). */
.hp-tl-faq > .hp-tl-section__title,
.hp-tl-faq > .hp-tl-section__subtitle { max-width: 860px; }
.hp-tl-faq__list {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hp-tl-faq__item {
	border: 1px solid var(--hp-tl-line);
	border-radius: 10px;
	padding: 4px 20px;
}
.hp-tl-faq__q {
	cursor: pointer;
	list-style: none;
	padding: 16px 28px 16px 0;
	position: relative;
	font-weight: 700;
	color: var(--hp-tl-brown);
	font-size: 16px;
}
.hp-tl-faq__q::-webkit-details-marker { display: none; }
.hp-tl-faq__q::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 20px;
	color: var(--hp-tl-copper);
	transition: transform .2s ease;
}
.hp-tl-faq__item[open] .hp-tl-faq__q::after { transform: rotate(45deg); }
.hp-tl-faq__a { padding: 0 0 18px; color: var(--hp-tl-text); }
.hp-tl-faq__a p { margin: 0; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) {
	.hp-tl-faq__q::after { transition: none; }
}

/* ============================================================
 * 9) KAPANIŞ
 * ============================================================ */
.hp-tl-closing { background: linear-gradient(180deg, #fff 0%, var(--hp-tl-bg-top) 100%); }
.hp-tl-closing__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.hp-tl-closing__inner .entry-content,
.hp-tl-closing__inner p { color: var(--hp-tl-text); line-height: 1.7; font-size: 16px; }
.hp-tl-closing__inner h2 {
	font-family: var(--hp-tl-font-display);
	color: var(--hp-tl-brown);
	font-weight: 400;
	font-size: clamp(24px, 2.4vw, 34px);
	margin-bottom: 14px;
}
.hp-tl-closing__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
 * MOBİL / TABLET
 * ============================================================ */
@media (max-width: 1024px) {
	.hp-tl-guide__wrap { grid-template-columns: 1fr; }
	.hp-tl-toc { display: none; }
	.hp-tl-facts__list { grid-template-columns: repeat(2, 1fr); }
	.hp-tl-cert-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.hp-tl-hero__inner { grid-template-columns: 1fr; }
	.hp-tl-hero__visual { order: -1; }
	.hp-tl-hero__actions .hp-tl-btn { width: 100%; }
	.hp-tl-facts__list { grid-template-columns: 1fr; }
	.hp-tl-cert-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.hp-tl-cert-item img { height: 110px; }
	.hp-tl-cert-logos { gap: 14px 28px; }
	.hp-tl-cert-logo img { height: 44px; }
	/* Mobilde her satır dikey bir çizgiye döner (günler üstte, aylar altta) */
	.hp-tl-journey__row { flex-direction: column; gap: 28px; }
	.hp-tl-journey__row::before { top: 0; bottom: 0; left: 15px; right: auto; width: 2px; height: auto; }
	.hp-tl-journey__row--months::after { left: 15px; top: -34px; height: 34px; }
	.hp-tl-journey__row-label--month { margin-top: 34px; }
	.hp-tl-journey__step { min-width: 0; padding-left: 40px; }
	.hp-tl-journey__num { position: absolute; left: 0; top: 0; }
	.hp-tl-journey__row--months .hp-tl-journey__step { flex: 1 1 auto; }
	.hp-tl-closing__actions .hp-tl-btn { width: 100%; }
}
