/* =====================================================================
   Tüp Bebek Uzmanı — Enfold alt teması
   1) Tasarım değişkenleri
   2) Enfold genel görünüm (tüm sayfalar)
   3) Makale: Kısaca + İlgili Konular
   4) Tema şablonları (ana sayfa, İlk Adım, İletişim, Videolar)
   5) Duyarlı düzen
   Kural: kompakt düzen, büyük boşluk yok, makalelerde tarih yok.
   ===================================================================== */

/* 1) Değişkenler ------------------------------------------------------ */
:root {
	--tbu-ivory: #FBF6F1; --tbu-pearl: #F5EEE9; --tbu-blush: #F1D9D4; --tbu-blush-2: #E9C3BE;
	--tbu-rose: #C8737C; --tbu-rose-deep: #8C3E4B; --tbu-mist: #B7C8D8;
	--tbu-ink: #2B1D22; --tbu-ink-2: #5B474D; --tbu-ink-3: #8D7A7F; --tbu-night: #1f1519;
	--tbu-line: rgba(43, 29, 34, .12);
	--tbu-glass: rgba(255, 250, 247, .55); --tbu-glass-line: rgba(255, 255, 255, .7);
	--tbu-wa: #2F7D5B;
	--tbu-serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
	--tbu-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--tbu-ease: cubic-bezier(.16, 1, .3, 1);
	--tbu-gutter: clamp(16px, 4vw, 48px);
	--tbu-hh: 60px;
}

/* 2) Enfold genel ----------------------------------------------------- */
html body#top,
#top .all_colors,
#top #wrap_all {
	background-color: var(--tbu-ivory);
}
#top,
#top body,
#top .all_colors,
#top input, #top textarea, #top select, #top button,
#top .avia-menu-text,
#top .widget,
#top .avia_textblock {
	font-family: var(--tbu-sans);
}
#top .main_color,
#top .alternate_color {
	background-color: var(--tbu-ivory);
	color: var(--tbu-ink-2);
}
#top .main_color a,
#top .alternate_color a { color: var(--tbu-rose-deep); }
#top .main_color a:hover { color: var(--tbu-ink); }
::selection { background: var(--tbu-rose-deep); color: #fff; }

/* Başlıklar */
#top .main_color h1, #top .main_color h2, #top .main_color h3, #top .main_color h4,
#top .alternate_color h1, #top .alternate_color h2, #top .alternate_color h3,
#top .av-special-heading-tag,
#top .title_container .main-title {
	font-family: var(--tbu-serif);
	font-weight: 400;
	color: var(--tbu-ink);
	letter-spacing: -.01em;
	text-transform: none;
}
#top .av-special-heading.av-special-heading-h1 .av-special-heading-tag { font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.06; }
#top .av-special-heading.av-special-heading-h2 .av-special-heading-tag { font-size: clamp(1.7rem, 2.8vw, 2.4rem); line-height: 1.1; }
#top .av-special-heading.av-special-heading-h3 .av-special-heading-tag { font-size: clamp(1.45rem, 2.2vw, 1.9rem); line-height: 1.15; }
#top .special-heading-border { display: none; }
#top .av-special-heading.modern-quote .av-special-heading-tag { font-style: normal; }
#top .elementor-widget-heading .elementor-heading-title { font-family: var(--tbu-serif); font-weight: 400; letter-spacing: -.01em; }

/* Üst bilgi (header) */
#top #header .header_bg {
	background: rgba(251, 246, 241, .9);
	-webkit-backdrop-filter: saturate(1.2) blur(14px);
	backdrop-filter: saturate(1.2) blur(14px);
	opacity: 1;
	border-color: var(--tbu-line);
}
#top #header_main { border-bottom-color: var(--tbu-line); }
#top #header .av-main-nav > li > a { background: transparent; }
#top #header .av-main-nav > li > a .avia-menu-text {
	font-size: .86rem;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--tbu-ink);
	border: 0;
	padding: 8px 12px;
	border-radius: 999px;
	transition: background-color .25s, color .25s;
}
#top #header .av-main-nav > li:hover > a .avia-menu-text,
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text,
#top #header .av-main-nav > li.current-menu-ancestor > a .avia-menu-text {
	background: rgba(200, 115, 124, .12);
	color: var(--tbu-rose-deep);
}
#top #header .avia-menu-fx { display: none; }
#top #header .av-main-nav > li.av-menu-button-colored > a .avia-menu-text,
#top #header .av-main-nav > li.av-menu-button > a .avia-menu-text {
	background: var(--tbu-ink);
	color: var(--tbu-ivory);
	border: 0;
	padding: 11px 20px;
	border-radius: 999px;
}
#top #header .av-main-nav > li.av-menu-button > a:hover .avia-menu-text { background: var(--tbu-rose-deep); color: #fff; }
/* Mega menü */
#top #header .avia_mega_div,
#top #header .av-main-nav ul {
	background: #fff;
	border: 1px solid var(--tbu-line);
	border-radius: 18px;
	box-shadow: 0 28px 60px -28px rgba(90, 40, 50, .35);
	overflow: hidden;
}
#top #header .avia_mega_div > .sub-menu { border: 0; box-shadow: none; }
#top #header .avia_mega_div ul ul { border: 0; box-shadow: none; border-radius: 0; background: transparent; }
#top #header .avia_mega_div img { border-radius: 14px; }
/* Kitap başlık menüleri: normal açılır liste */
#top #header .av-main-nav > li:not(.menu-item-mega-parent) > ul.sub-menu { width: 320px; }
#top #header .av-main-nav > li:not(.menu-item-mega-parent) > ul.sub-menu a { white-space: normal; }
/* Kitap menüsü: 3 eşit sütun */
#top #header .avia_mega3 > .sub-menu { table-layout: fixed; width: 100%; }
#top #header .avia_mega3 > .sub-menu > li { width: 33.333%; }
#top #header .mega_menu_title,
#top #header .mega-menu-baslik {
	font-family: var(--tbu-sans);
	font-size: .68rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--tbu-rose-deep);
	font-weight: 600;
}
#top #header .av-main-nav ul a,
#top #header .av-main-nav ul .avia-menu-text {
	font-size: .88rem;
	color: var(--tbu-ink);
	background: transparent;
	border: 0;
}
#top #header .av-main-nav ul a:hover { background: var(--tbu-pearl); }
#top .av-hamburger-inner, #top .av-hamburger-inner::before, #top .av-hamburger-inner::after { background-color: var(--tbu-ink); }

/* Sabit başlık altındaki boşluk: başlık 60px iken Enfold 116px boşluk bırakıyordu */
@media (min-width: 768px) {
	html.html_header_top.html_header_sticky #top #main { padding-top: 60px; }
}
/* Dil seçici sağ üstte "İlk Adımı Atın" düğmesini örtmesin: sağ alta */
#gt_float_wrapper { top: auto !important; bottom: 16px !important; right: 110px !important; left: auto !important; }

/* Sayfa başlık alanı (Enfold title bar) — kompakt, breadcrumb yok */
#top .title_container {
	background: radial-gradient(60% 120% at 90% 0%, rgba(241, 217, 212, .95), transparent 70%), radial-gradient(40% 90% at 0% 100%, rgba(183, 200, 216, .3), transparent 70%), var(--tbu-ivory);
	border-bottom: 1px solid var(--tbu-line);
}
#top .title_container .container { padding-top: 22px; padding-bottom: 22px; min-height: 0; }
#top .title_container .main-title {
	position: static;
	font-size: clamp(2rem, 3.8vw, 3.4rem);
	line-height: 1.06;
	max-width: none;
	margin: 0;
}
#top .title_container .main-title a,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a { color: var(--tbu-ink); }
#top .title_container .breadcrumb { display: none; }

/* İçerik alanı — kompakt boşluklar */
#top .container_wrap .content,
#top .container_wrap .sidebar { padding-top: 32px; padding-bottom: 36px; }
#top .avia-section.avia-section-huge .content,
#top .avia-section.avia-section-large .content { padding-top: 48px; padding-bottom: 48px; }
#top .hr.hr-invisible { height: 12px !important; }

/* Metinler */
#top .avia_textblock,
#top .entry-content-wrapper .avia_textblock p {
	color: var(--tbu-ink-2);
	font-size: 1.02rem;
	line-height: 1.75;
}
#top .avia_textblock strong,
#top .avia_textblock b { color: var(--tbu-ink); }
@media (min-width: 768px) {
	#top .avia_textblock p,
	#top .entry-content-wrapper > p,
	#top .elementor-widget-text-editor p {
		text-align: justify;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

/* Tekrarlanan başlık: makalede Enfold başlığı varken içerikteki ilk H1 görsel olarak gizlenir (HTML değişmez) */
body.single-post:has(.title_container) .entry-content-wrapper > .av-special-heading.av-special-heading-h1:first-child,
body.single-post:has(.title_container) .entry-content-wrapper > .av-special-heading.av-special-heading-h1:first-child + .hr { display: none; }

/* Butonlar */
#top .avia-button,
#top .main_color .avia-button {
	background: var(--tbu-ink);
	border: 0;
	color: var(--tbu-ivory);
	border-radius: 999px;
	padding: 14px 24px;
	font-family: var(--tbu-sans);
	font-weight: 500;
	font-size: .9rem;
	letter-spacing: 0;
	transition: background-color .3s, transform .3s var(--tbu-ease);
}
#top .avia-button:hover { background: var(--tbu-rose-deep); color: #fff; transform: translateY(-1px); }
#top .avia-button .avia_iconbox_title { color: inherit; }

/* Görseller */
#top .avia-image-container-inner,
#top .avia-image-container img { border-radius: 18px; }
#top .avia-image-container.av-styling-circle img,
#top .avia-image-container.av-styling-circle .avia-image-container-inner { border-radius: 50%; }

/* Kenar çubuğu */
#top .sidebar .widget { padding: 0 0 22px; }
#top .sidebar .widgettitle,
#top #footer .widgettitle {
	font-family: var(--tbu-sans);
	font-size: .72rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--tbu-rose-deep);
	margin-bottom: 12px;
}
#top .sidebar img { border-radius: 16px; }
#top .sidebar .textwidget { font-size: .9rem; color: var(--tbu-ink-2); }

/* Tarihler hiçbir yerde görünmez */
#top .av-masonry-date,
#top .av-masonry-text-sep,
#top .av-masonry-author,
#top .post-meta-infos,
#top .date-container,
#top .minor-meta,
#top .slide-meta-time,
#top .av-magazine-time,
#top .news-time,
#top .av-post-metadata-date,
#top .blog-meta .date { display: none !important; }

/* Masonry / yazı kartları */
#top .av-masonry { background: transparent; }
#top .av-masonry-entry .av-inner-masonry { border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--tbu-line); }
#top .av-masonry-entry .av-masonry-entry-title { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; }
#top .av-masonry-pagination { display: none; }
/* Kendi "İlgili Konular" bloğumuz basıldıysa içerikteki boş masonry gizlenir */
body.tbu-has-related .flex_column:has(> .av-masonry),
body.tbu-has-related .entry-content-wrapper > .av-masonry { display: none; }

/* Önceki/sonraki yazı okları */
#top .avia-post-nav { border-radius: 0 12px 12px 0; background: rgba(43, 29, 34, .06); }
#top .avia-post-nav.avia-post-next { border-radius: 12px 0 0 12px; }

/* Alt bilgi */
#top #footer,
#top #socket {
	background: var(--tbu-night);
	border-color: rgba(255, 255, 255, .08);
	color: #CDB9B6;
}
#top #footer .container { padding-top: 40px; padding-bottom: 32px; }
#top #footer .widgettitle { color: #fff; }
#top #footer a { color: #E7D3D0; }
#top #footer a:hover { color: #fff; }
#top #footer p, #top #footer .textwidget { color: #CDB9B6; font-size: .9rem; line-height: 1.7; }
#top #footer strong, #top #footer b { color: #F6CFCB; font-weight: 600; }
#top #footer hr { border-color: rgba(255, 255, 255, .1); margin: 16px 0; }
#top #footer img { border-radius: 14px; }
#top #footer .widget_text img[src*="Screens"],
#top #footer .widget_text img[src*="medical"],
#top #footer .widget_text img[src*="Medical"] { border-radius: 6px; max-width: 220px; height: auto; }
#top #footer .seperator { display: none; }

/* Elementor formları (iletişim ve diğer) */
.tbu .elementor-form .elementor-field-group .elementor-field-textual,
.tbu .elementor-form input[type="text"],
.tbu .elementor-form input[type="email"],
.tbu .elementor-form input[type="tel"],
.tbu .elementor-form textarea {
	background: var(--tbu-ivory) !important;
	border: 1px solid var(--tbu-line) !important;
	border-radius: 14px !important;
	color: var(--tbu-ink) !important;
	font-family: var(--tbu-sans) !important;
	padding: 12px 14px !important;
	min-height: 46px;
	box-shadow: none !important;
}
.tbu .elementor-form textarea { min-height: 96px; }
.tbu .elementor-form .elementor-field-textual:focus { border-color: var(--tbu-rose) !important; background: #fff !important; outline: none; }
.tbu .elementor-form .elementor-field-label { font-size: .8rem; font-weight: 600; color: var(--tbu-ink-2); }
.tbu .elementor-form .elementor-button {
	background: var(--tbu-ink) !important;
	color: var(--tbu-ivory) !important;
	border-radius: 999px !important;
	padding: 14px 26px !important;
	font-family: var(--tbu-sans) !important;
	font-weight: 500 !important;
	font-size: .92rem !important;
}
.tbu .elementor-form .elementor-button:hover { background: var(--tbu-rose-deep) !important; }

/* 3) Makale: Kısaca + İlgili Konular --------------------------------- */
#top .tbu-ahero { background: transparent; border: 0; }
#top .tbu-ahero .container { padding-top: 18px; padding-bottom: 0; }
.tbu-ahero-grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: clamp(14px, 2vw, 24px);
	align-items: stretch;
}
#top .tbu-tldr {
	margin: 0;
	padding: 18px 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--tbu-line);
}
#top .tbu-tldr h2 {
	margin: 0 0 6px;
	font-family: var(--tbu-sans);
	font-size: .72rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--tbu-rose-deep);
}
#top .tbu-tldr p { margin: 0 0 8px; font-size: .98rem; line-height: 1.7; color: var(--tbu-ink-2); }
#top .tbu-tldr ul { margin: 0; padding-left: 18px; display: grid; gap: 4px; font-size: .93rem; color: var(--tbu-ink-2); list-style: disc; }
#top .tbu-tldr li { margin: 0; }
.tbu-ahero-img { position: relative; margin: 0; min-height: 200px; border-radius: 18px; overflow: hidden; }
.tbu-ahero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

#top .tbu-related { background: transparent; border: 0; }
#top .tbu-related .container { padding-top: 8px; padding-bottom: 40px; }
#top .tbu-related h2 { font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--tbu-ink); margin: 0 0 14px; }
.tbu-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
#top .tbu-related-grid a {
	display: grid;
	align-content: space-between;
	gap: 10px;
	padding: 18px 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--tbu-line);
	color: var(--tbu-ink);
	transition: transform .35s var(--tbu-ease), box-shadow .35s;
}
#top .tbu-related-grid a:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -26px rgba(90, 40, 50, .45); }
#top .tbu-related-grid b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; line-height: 1.12; }
#top .tbu-related-grid span { font-size: .8rem; font-weight: 600; color: var(--tbu-rose-deep); }

/* 4) Tema şablonları ------------------------------------------------- */
.tbu-home, .tbu-page { color: var(--tbu-ink); font-family: var(--tbu-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.tbu-home *, .tbu-page * { box-sizing: border-box; }
.tbu-home img, .tbu-page img, .tbu-home video { display: block; max-width: 100%; }
#top .tbu-home a, #top .tbu-page a { text-decoration: none; }
#top .tbu-home h1, #top .tbu-home h2, #top .tbu-home h3,
#top .tbu-page h1, #top .tbu-page h2, #top .tbu-page h3 { text-transform: none; letter-spacing: -.01em; text-wrap: balance; }
.tbu-home p, .tbu-page p { margin: 0; }
.tbu-home ul, .tbu-home ol, .tbu-page ul, .tbu-page ol { margin: 0; padding: 0; list-style: none; }
.tbu-home figure, .tbu-page figure { margin: 0; }
#top .tbu-home :focus-visible, #top .tbu-page :focus-visible { outline: 2px solid var(--tbu-rose); outline-offset: 3px; border-radius: 8px; }

.tbu-wrap { max-width: 1240px; margin: 0 auto; }
.tbu-sec { padding: clamp(40px, 6vh, 72px) var(--tbu-gutter); }
.tbu-sec-tight { padding-top: 0; }
.tbu-sec-first { padding-top: clamp(20px, 3vh, 32px); }
.tbu-mt { margin-top: 14px; }

.tbu-kicker { display: inline-flex; align-items: center; gap: .7em; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--tbu-rose); box-shadow: 0 0 0 4px rgba(200, 115, 124, .16); }
.tbu-kicker.tbu-light { color: rgba(255, 255, 255, .86); }
.tbu-kicker.tbu-light .tbu-dot { background: #fff; }
#top .tbu-h2 { font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.04; margin: 10px 0 0; color: var(--tbu-ink); }
#top .tbu-h3 { font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.08; margin: 8px 0 0; color: var(--tbu-ink); }
#top .tbu-h2 em, #top .tbu-h3 em, #top .tbu-phead h1 em { font-style: italic; color: var(--tbu-rose-deep); }
.tbu-muted { color: var(--tbu-ink-2); }
.tbu-prose { max-width: 62ch; color: var(--tbu-ink-2); margin-top: 16px !important; }
#top .tbu-link-arrow { display: inline-flex; gap: .5em; align-items: center; margin-top: 20px; font-weight: 600; color: var(--tbu-rose-deep); border-bottom: 1px solid currentColor; padding-bottom: 2px; }

/* Butonlar */
#top .tbu-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em; height: 50px; padding: 0 24px; border-radius: 999px; font-size: .92rem; font-weight: 500; white-space: nowrap; border: 1px solid transparent; transition: background-color .35s, color .35s, box-shadow .35s; }
#top .tbu-btn .tbu-ico { width: 18px; height: 18px; }
.tbu-ico-line { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
#top .tbu-btn-primary { background: var(--tbu-ink); color: var(--tbu-ivory); box-shadow: 0 14px 40px -14px rgba(140, 62, 75, .55); }
#top .tbu-btn-primary:hover { background: var(--tbu-rose-deep); color: #fff; }
#top .tbu-btn-ghost { background: var(--tbu-glass); color: var(--tbu-ink); border-color: var(--tbu-line); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
#top .tbu-btn-ghost:hover { background: #fff; color: var(--tbu-ink); }
#top .tbu-btn-wa { background: var(--tbu-wa); color: #fff; }
#top .tbu-btn-wa:hover { background: #256a4c; color: #fff; }
#top .tbu-btn-light { background: #F6CFCB; color: var(--tbu-ink); }
#top .tbu-btn-light:hover { background: #fff; color: var(--tbu-ink); }
#top .tbu-btn-outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
#top .tbu-btn-outline-light:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.tbu-cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tbu-magnetic { will-change: transform; }

/* Sayfa başlığı (tema şablonları) */
.tbu-phead {
	padding: clamp(22px, 3.5vh, 36px) var(--tbu-gutter) clamp(24px, 4vh, 40px);
	background: radial-gradient(60% 90% at 90% 10%, rgba(241, 217, 212, .95), transparent 70%), radial-gradient(40% 70% at 0% 100%, rgba(183, 200, 216, .3), transparent 70%), var(--tbu-ivory);
	border-bottom: 1px solid var(--tbu-line);
}
#top .tbu-phead h1 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.04; color: var(--tbu-ink); }
.tbu-lead { max-width: 62ch; margin-top: 12px !important; color: var(--tbu-ink-2); font-size: 1.02rem; line-height: 1.7; }
.tbu-phead-split { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 40px; }
.tbu-phead-split .tbu-lead { margin-top: 0 !important; max-width: 52ch; }
.tbu-phead-media { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 3vw, 40px); align-items: center; }
.tbu-ph { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 16 / 10; }
.tbu-ph > img { width: 100%; height: 100%; object-fit: cover; }
.tbu-sig { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 12px; padding: 10px 14px; border-radius: 14px; background: rgba(255, 250, 247, .88); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.tbu-sig img { height: 26px; width: auto; }
.tbu-sig span { font-size: .78rem; color: var(--tbu-ink-2); }
@media (min-width: 641px) { .tbu-lead, .tbu-justify, .tbu-prose { text-align: justify; -webkit-hyphens: auto; hyphens: auto; } }

/* Paneller ve kartlar */
.tbu-two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 22px); align-items: stretch; }
.tbu-panel { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--tbu-line); border-radius: 22px; padding: clamp(20px, 2.6vw, 30px); }
.tbu-panel-row { flex-direction: row; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; margin-top: 18px; padding: 18px 24px; }
.tbu-push { margin-top: auto !important; padding-top: 18px; }
.tbu-steps { display: grid; gap: 10px; margin-top: 16px !important; counter-reset: s; }
.tbu-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 12px 14px; border-radius: 16px; background: var(--tbu-ivory); border: 1px solid var(--tbu-line); }
.tbu-steps li::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--tbu-blush); color: var(--tbu-rose-deep); font-family: var(--tbu-serif); font-size: 1.35rem; }
.tbu-steps b { display: block; font-weight: 600; color: var(--tbu-ink); }
.tbu-steps span { font-size: .9rem; color: var(--tbu-ink-2); }
.tbu-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px !important; }
.tbu-chips li { padding: 7px 13px; border-radius: 999px; background: var(--tbu-pearl); border: 1px solid var(--tbu-line); font-size: .86rem; color: var(--tbu-ink); }
.tbu-page-ilk .tbu-muted { margin-top: 14px; }
#top .tbu-video-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 12px; border-radius: 16px; background: var(--tbu-ink); color: #F4E6E3; }
.tbu-video-card small { display: block; color: #E7B9B3; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.tbu-play { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--tbu-rose), var(--tbu-rose-deep)); color: #fff; }
.tbu-play .tbu-ico { width: 22px; height: 22px; }

/* İletişim */
.tbu-contact-card { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-contact-solo { grid-template-columns: 1fr; max-width: 820px; margin-inline: auto; }
.tbu-cinfo { display: grid; align-content: start; background: var(--tbu-ink); color: #F4E6E3; padding: clamp(18px, 2.6vw, 28px); }
#top .tbu-crow { display: grid; gap: 2px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); color: #F4E6E3; }
.tbu-crow small { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: #E7B9B3; font-weight: 600; }
#top .tbu-crow strong { font-size: 1.08rem; font-weight: 500; color: #fff; }
#top .tbu-crow small { color: #E7B9B3; }
#top .tbu-crow span { color: #CDB9B6; }
.tbu-crow span { font-size: .86rem; color: #CDB9B6; }
#top .tbu-crow:hover strong { color: #F6CFCB; }
#top .tbu-page .tbu-muted a { color: var(--tbu-rose-deep); font-weight: 600; }
.tbu-map { margin-top: 16px; border-radius: 14px; overflow: hidden; height: 190px; background: #3a2a30; }
.tbu-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.tbu-form { padding: clamp(18px, 2.8vw, 32px); }
.tbu-form .tbu-h3 { margin: 0 0 12px; }
.tbu-form .elementor-section, .tbu-form .e-con { padding: 0 !important; margin: 0 !important; }

/* Videolar */
.tbu-filter { display: flex; flex-wrap: wrap; gap: 8px; }
#top .tbu-filter button { height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--tbu-line); background: #fff; font: inherit; font-size: .84rem; cursor: pointer; color: var(--tbu-ink); }
#top .tbu-filter button.on { background: var(--tbu-ink); color: #fff; border-color: var(--tbu-ink); }
.tbu-vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px 16px; }
.tbu-vcard { display: grid; gap: 8px; align-content: start; }
.tbu-vcard[hidden] { display: none; }
.tbu-thumb { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #3A252B, #8C3E4B 55%, #E9C3BE); }
.tbu-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--tbu-ease); }
.tbu-thumb .tbu-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--tbu-rose-deep); transition: transform .4s var(--tbu-ease); }
.tbu-vcard:hover .tbu-thumb img { transform: scale(1.04); }
.tbu-vcard:hover .tbu-play { transform: translate(-50%, -50%) scale(1.08); }
.tbu-thumb-live iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tbu-tag { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tbu-ink-3); }
#top .tbu-vcard h2 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; line-height: 1.15; color: var(--tbu-ink); }

/* Ana sayfa: açılış */
.tbu-hero { position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; min-height: min(calc(100svh - var(--tbu-hh)), 760px); padding: clamp(40px, 7vh, 80px) var(--tbu-gutter); }
.tbu-hero-bg { position: absolute; inset: -4%; z-index: -2; will-change: transform; }
.tbu-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.tbu-hero-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(251, 246, 241, .97) 0%, rgba(251, 246, 241, .9) 36%, rgba(251, 246, 241, .35) 62%, rgba(251, 246, 241, 0) 82%), linear-gradient(0deg, var(--tbu-ivory) 0%, rgba(251, 246, 241, 0) 18%); }
.tbu-hero-inner { max-width: 720px; display: grid; gap: 18px; }
#top .tbu-hero h1 { margin: 0; font-family: var(--tbu-sans); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--tbu-rose-deep); display: flex; gap: .7em; align-items: center; line-height: 1.4; }
#top .tbu-hero h1::before { content: ""; flex: none; width: 28px; height: 1px; background: var(--tbu-rose); }
.tbu-display { font-family: var(--tbu-serif); font-weight: 400; letter-spacing: -.02em; line-height: .92; font-size: clamp(3rem, 8vw, 8rem); color: var(--tbu-ink); }
.tbu-display em { font-style: italic; color: var(--tbu-rose-deep); }
.tbu-line { display: block; overflow: hidden; padding-bottom: .06em; }
.tbu-line-in { display: block; animation: tbu-rise 1.3s var(--tbu-ease) both; }
.tbu-line:nth-child(2) .tbu-line-in { animation-delay: .12s; }
@keyframes tbu-rise { from { transform: translate3d(0, 105%, 0); } to { transform: none; } }
.tbu-lede { max-width: 46ch; font-size: clamp(1rem, 1.3vw, 1.12rem); color: var(--tbu-ink-2); line-height: 1.7; }
#top .tbu-doc-card { position: absolute; right: clamp(16px, 6vw, 90px); bottom: clamp(28px, 7vh, 80px); display: flex; gap: 14px; align-items: center; padding: 12px 18px 12px 12px; border-radius: 20px; background: var(--tbu-glass); border: 1px solid var(--tbu-glass-line); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 30px 60px -30px rgba(90, 40, 50, .3); color: var(--tbu-ink); will-change: transform; }
.tbu-doc-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; }
.tbu-doc-card b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.25rem; line-height: 1.1; }
.tbu-doc-card span span { font-size: .78rem; color: var(--tbu-ink-2); }

/* Ana sayfa: scroll videosu */
/* Enfold'un overflow:hidden kapsayıcıları position:sticky'yi bozar; ana sayfada clip kullanılır */
html:has(> body.tbu-view-home),
html:has(> body.tbu-view-home) > body.tbu-view-home { overflow-x: clip !important; overflow-y: visible !important; }
body.tbu-view-home #wrap_all { overflow: clip !important; }
.tbu-journey { position: relative; height: 800vh; background: var(--tbu-ivory); }
.tbu-jst { position: sticky; top: var(--tbu-hh); height: calc(100vh - var(--tbu-hh)); height: calc(100svh - var(--tbu-hh)); overflow: hidden; }
.tbu-jframe { position: absolute; inset: 0; overflow: hidden; background: #1b1316; clip-path: inset(var(--clip-y, 6%) var(--clip-x, 5%) round var(--clip-r, 28px)); }
.tbu-jvideo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(var(--vscale, 1.1)); }
.tbu-jshade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(28, 14, 18, .66) 0%, rgba(28, 14, 18, .12) 38%, rgba(28, 14, 18, 0) 56%), linear-gradient(180deg, rgba(28, 14, 18, .35) 0%, rgba(28, 14, 18, 0) 22%); }
.tbu-jhead { position: absolute; top: 22px; left: var(--tbu-gutter); opacity: var(--ui, 0); }
.tbu-stage { position: absolute; left: var(--tbu-gutter); right: var(--tbu-gutter); bottom: clamp(48px, 9vh, 96px); color: #fff; max-width: 760px; opacity: var(--ui, 0); }
.tbu-stage-count { font-size: .78rem; letter-spacing: .2em; color: rgba(255, 255, 255, .8); font-variant-numeric: tabular-nums; }
.tbu-stage-count b { color: #fff; }
#top .tbu-stage-title { margin: .2em 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.6rem, 7vw, 7rem); line-height: .95; letter-spacing: -.02em; overflow: hidden; padding-bottom: .08em; color: #fff; }
.tbu-stage-sub { margin-top: .35em !important; font-family: var(--tbu-serif); font-style: italic; font-size: clamp(1.1rem, 1.9vw, 1.7rem); color: #F8DCD6; overflow: hidden; }
#top .tbu-stage-link { display: inline-block; margin-top: 12px; font-size: .84rem; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .4); padding-bottom: 2px; }
.tbu-stage-link[hidden] { display: none; }
.tbu-s-in { display: block; transition: transform .8s var(--tbu-ease), opacity .8s var(--tbu-ease), filter .8s var(--tbu-ease); }
.tbu-stage.is-out .tbu-s-in { transform: translate3d(0, -60%, 0); opacity: 0; filter: blur(6px); transition-duration: .3s; }
.tbu-stage.is-pre .tbu-s-in { transform: translate3d(0, 70%, 0); opacity: 0; filter: blur(6px); transition: none; }
.tbu-rail { position: absolute; right: calc(var(--tbu-gutter) + 56px); top: 50%; transform: translateY(-50%); display: grid; gap: 11px; opacity: var(--ui, 0); }
.tbu-rail li { display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: rgba(255, 255, 255, .55); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; line-height: 1; }
.tbu-rail li span { opacity: 0; transform: translateX(8px); transition: opacity .4s, transform .4s; white-space: nowrap; }
.tbu-rail li i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .45); transition: transform .4s, background-color .4s; }
.tbu-rail li.done i { background: rgba(255, 255, 255, .9); }
.tbu-rail li.on { color: #fff; }
.tbu-rail li.on span { opacity: 1; transform: none; }
.tbu-rail li.on i { background: #F6CFCB; transform: scale(1.8); box-shadow: 0 0 12px rgba(246, 207, 203, .9); }
.tbu-jprog { position: absolute; left: var(--tbu-gutter); right: var(--tbu-gutter); bottom: 22px; height: 1px; background: rgba(255, 255, 255, .22); opacity: var(--ui, 0); }
.tbu-jprog i { position: absolute; inset: 0; background: linear-gradient(90deg, #F6CFCB, #fff); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }

/* Video yokken: aşama şeridi */
.tbu-stage-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px !important; }
.tbu-stage-grid li { flex: 1 1 150px; display: grid; gap: 2px; padding: 14px; border-radius: 16px; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-stage-grid small { font-size: .7rem; letter-spacing: .16em; color: var(--tbu-rose); }
.tbu-stage-grid b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.35rem; color: var(--tbu-ink); }
.tbu-stage-grid span { font-size: .82rem; color: var(--tbu-ink-2); }

/* Ana sayfa: hekim */
.tbu-doctor { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 60px); align-items: center; }
.tbu-portrait { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--tbu-pearl); }
.tbu-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.tbu-portrait figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; border-radius: 16px; background: rgba(255, 250, 247, .82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: .82rem; color: var(--tbu-ink-2); }
.tbu-portrait figcaption b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; color: var(--tbu-ink); }
.tbu-firsts { margin-top: 20px !important; border-top: 1px solid var(--tbu-line); }
.tbu-firsts li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--tbu-line); color: var(--tbu-ink); }
.tbu-firsts li span { font-family: var(--tbu-serif); font-style: italic; color: var(--tbu-rose); font-size: 1.1rem; }
.tbu-facts { display: flex; flex-wrap: wrap; gap: 18px 40px; margin-top: 22px; }
.tbu-facts b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-size: 2.4rem; line-height: 1; color: var(--tbu-ink); }
.tbu-facts span { font-size: .8rem; color: var(--tbu-ink-3); }

/* Ana sayfa: hizmetler */
.tbu-services { background: linear-gradient(180deg, var(--tbu-ivory), var(--tbu-pearl)); }
.tbu-svc-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 12px 40px; margin-bottom: 22px; }
.tbu-svc-head > p { max-width: 50ch; color: var(--tbu-ink-2); }
.tbu-svc-groups { display: grid; gap: 26px; }
.tbu-grp-title { display: flex; align-items: center; gap: 14px; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--tbu-ink-3); font-weight: 600; margin-bottom: 12px !important; }
.tbu-grp-title::after { content: ""; flex: 1; height: 1px; background: var(--tbu-line); }
.tbu-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
#top .tbu-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; min-height: 190px; border-radius: 20px; background: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .9); box-shadow: 0 20px 50px -34px rgba(90, 40, 50, .35); color: var(--tbu-ink); transition: transform .5s var(--tbu-ease), box-shadow .5s, background-color .4s; }
#top .tbu-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 30px 60px -30px rgba(90, 40, 50, .4); }
#top .tbu-card h3 { margin: auto 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.55rem; line-height: 1.08; color: var(--tbu-ink); }
.tbu-card p { font-size: .9rem; color: var(--tbu-ink-2); }
.tbu-more { font-size: .8rem; font-weight: 600; color: var(--tbu-rose-deep); }

/* Ana sayfa: medya */
.tbu-media { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--tbu-line); border: 1px solid var(--tbu-line); border-radius: 20px; overflow: hidden; }
#top .tbu-media a { display: grid; gap: 4px; padding: 22px; background: var(--tbu-ivory); color: var(--tbu-ink); transition: background-color .3s; }
#top .tbu-media a:hover { background: #fff; }
.tbu-media b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.45rem; }
.tbu-media span { font-size: .85rem; color: var(--tbu-ink-2); }

/* Ana sayfa: iletişim */
.tbu-home-contact { position: relative; overflow: hidden; isolation: isolate; background: var(--tbu-ink); color: #F4E6E3; }
.tbu-orb { position: absolute; right: -10%; top: -40%; width: min(760px, 90vw); aspect-ratio: 1; border-radius: 50%; z-index: -1; background: radial-gradient(circle at 40% 40%, rgba(246, 207, 203, .3), rgba(200, 115, 124, .12) 40%, transparent 70%); }
#top .tbu-home-contact .tbu-h2 { color: #fff; }
#top .tbu-home-contact .tbu-h2 em { color: #F6CFCB; }
.tbu-hc-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(20px, 4vw, 56px); align-items: center; }
.tbu-hc-grid .tbu-cta-row { margin-top: 22px; }
.tbu-cinfo-plain { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; padding: 6px 22px; }
.tbu-cinfo-plain .tbu-crow:last-child { border-bottom: 0; }

/* Görünür olunca belirme */
.tbu-reveal { transition: opacity 1s var(--tbu-ease), transform 1s var(--tbu-ease); }
.tbu-js .tbu-reveal.tbu-pending { opacity: 0; transform: translateY(22px); }

/* 5) Duyarlı düzen --------------------------------------------------- */
@media (max-width: 1020px) {
	.tbu-phead-media, .tbu-two, .tbu-contact-card, .tbu-doctor, .tbu-hc-grid, .tbu-ahero-grid { grid-template-columns: 1fr; }
	.tbu-portrait { max-width: 440px; }
	.tbu-ph { max-width: 560px; }
}
@media (max-width: 767px) {
	#top .title_container .container { padding-top: 16px; padding-bottom: 16px; }
	#top .container_wrap .content, #top .container_wrap .sidebar { padding-top: 22px; padding-bottom: 24px; }
}
@media (max-width: 640px) {
	.tbu-hero { align-items: flex-end; min-height: 0; padding-top: 220px; }
	.tbu-hero-bg img { object-position: 70% 30%; }
	.tbu-hero-veil { background: linear-gradient(0deg, var(--tbu-ivory) 0%, rgba(251, 246, 241, .94) 52%, rgba(251, 246, 241, .2) 84%, rgba(251, 246, 241, 0) 100%); }
	.tbu-doc-card { display: none !important; }
	.tbu-cta-row .tbu-btn { width: 100%; }
	.tbu-rail { display: none; }
	.tbu-journey { height: 650vh; }
	.tbu-panel-row { flex-direction: column; align-items: flex-start; }
	.tbu-ahero-img { min-height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
	.tbu-home *, .tbu-page * { animation: none !important; transition-duration: .01ms !important; }
}

/* İletişim: Elementor form şablonunun arka plan görselini sade göster */
.tbu-form .elementor-element,
.tbu-form .e-con,
.tbu-form .elementor-section { background-image: none !important; background-color: transparent !important; box-shadow: none !important; }
.tbu-form .elementor-background-overlay,
.tbu-form .e-con::before { display: none !important; }


/* =====================================================================
   v1.1 — Açılış = tam ekran scroll videosu, saydam menü, final yazısı,
   birleşik iletişim + footer, footer'da bölünen hücre animasyonu
   ===================================================================== */
body.tbu-view-home #main { padding-top: 0 !important; }
@media (min-width: 768px) {
	html.tbu-over-video body#top.tbu-view-home #header .header_bg {
		background: linear-gradient(180deg, rgba(251, 246, 241, .6), rgba(251, 246, 241, 0));
		-webkit-backdrop-filter: none; backdrop-filter: none; border-color: transparent;
	}
	html.tbu-over-video body#top.tbu-view-home #header.all_colors { background-color: transparent; }
	html.tbu-over-video body#top.tbu-view-home #header #header_main { border-bottom-color: transparent; }
	#top #header .header_bg { transition: background-color .4s, background .4s; }
}
.tbu-journey-hero { height: 720vh; }
.tbu-journey-hero .tbu-jst { top: 0; height: 100vh; height: 100svh; }
.tbu-journey-hero .tbu-jframe { clip-path: none; background: var(--tbu-pearl); }
.tbu-jposter { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tbu-journey-hero .tbu-jvideo { transform: none; opacity: 0; transition: opacity .6s; }
.tbu-journey-hero.is-ready .tbu-jvideo { opacity: 1; }
.tbu-journey-hero .tbu-jshade {
	background:
		linear-gradient(90deg, rgba(251, 246, 241, calc(.78 * var(--intro, 1))) 0%, rgba(251, 246, 241, calc(.4 * var(--intro, 1))) 34%, rgba(251, 246, 241, 0) 58%),
		linear-gradient(0deg, rgba(28, 14, 18, calc(.55 * var(--ui, 0))) 0%, rgba(28, 14, 18, 0) 42%);
}
/* Yükleniyor */
.tbu-loader { position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; margin: -28px 0 0 -28px; z-index: 4; transition: opacity .45s; pointer-events: none; }
.tbu-loader i { display: block; width: 100%; height: 100%; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .45); border-top-color: var(--tbu-rose-deep); box-shadow: 0 0 24px rgba(255, 255, 255, .5); animation: tbu-spin .9s linear infinite; }
.tbu-journey-hero.is-ready .tbu-loader, .tbu-journey-hero.is-slow .tbu-loader { opacity: 0; }
@keyframes tbu-spin { to { transform: rotate(360deg); } }
/* Açılış yazısı: tıklanabilir öğe yok */
.tbu-intro { position: absolute; left: var(--tbu-gutter); top: 50%; z-index: 3; max-width: 680px; pointer-events: none; opacity: var(--intro, 1); transform: translateY(calc(-50% - (1 - var(--intro, 1)) * 40px)); display: grid; gap: 16px; }
#top .tbu-intro h1 { margin: 0; font-family: var(--tbu-sans); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--tbu-rose-deep); display: flex; gap: .7em; align-items: center; line-height: 1.4; }
#top .tbu-intro h1::before { content: ""; flex: none; width: 28px; height: 1px; background: var(--tbu-rose); }
.tbu-intro .tbu-display { color: var(--tbu-ink); }
.tbu-cue { display: flex; align-items: center; gap: 12px; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tbu-ink-2); margin-top: 8px !important; }
.tbu-cue i { position: relative; width: 1px; height: 40px; overflow: hidden; background: rgba(43, 29, 34, .2); }
.tbu-cue i::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--tbu-rose-deep); animation: tbu-cue 2.2s cubic-bezier(.65, 0, .35, 1) infinite; }
@keyframes tbu-cue { to { top: 110%; } }
/* Aşama etiketi: hiç boş kalmaz */
.tbu-journey-hero .tbu-stage { opacity: calc(var(--ui, 0) * max(0, 1 - var(--fin, 0) * 4)); }
.tbu-journey-hero .tbu-rail, .tbu-journey-hero .tbu-jprog { opacity: calc(var(--ui, 0) * (1 - var(--fin, 0))); }
.tbu-journey-hero .tbu-s-in { transition: none; }
.tbu-stage.is-swap .tbu-s-in { animation: tbu-swap .5s var(--tbu-ease); }
@keyframes tbu-swap { from { transform: translate3d(0, 35%, 0); opacity: .25; } to { transform: none; opacity: 1; } }
/* Final: yakınlaşarak gelen veda yazısı */
.tbu-finale { position: absolute; left: var(--tbu-gutter); right: var(--tbu-gutter); top: 60%; z-index: 3; text-align: center; color: #fff; pointer-events: none; opacity: var(--fin, 0); transform: scale(calc(.78 + var(--fin, 0) * .22)); transform-origin: 50% 0; text-shadow: 0 2px 30px rgba(60, 20, 30, .45); }
.tbu-finale::before { content: ""; position: absolute; left: 50%; top: 50%; width: min(900px, 90vw); height: 200%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(60, 22, 32, .42), rgba(60, 22, 32, 0)); z-index: -1; }
.tbu-finale-msg { font-family: var(--tbu-serif); font-style: italic; font-size: clamp(2.1rem, 5.2vw, 4.8rem); line-height: 1.05; }
.tbu-finale-sig { margin-top: 12px !important; font-size: clamp(.78rem, 1.1vw, .95rem); letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: #FBE3DF; }
@media (max-width: 767px) {
	.tbu-journey-hero { height: 600vh; }
	.tbu-intro { top: auto; bottom: 16vh; transform: translateY(calc((1 - var(--intro, 1)) * -40px)); }
	.tbu-journey-hero .tbu-jshade { background: linear-gradient(0deg, rgba(251, 246, 241, calc(.85 * var(--intro, 1))) 0%, rgba(251, 246, 241, 0) 55%), linear-gradient(0deg, rgba(28, 14, 18, calc(.55 * var(--ui, 0))) 0%, rgba(28, 14, 18, 0) 42%); }
}

/* Birleşik iletişim + footer: tek zemin */
#top #footer, #top #socket { background: var(--tbu-ink); border-top: 0; }
body.tbu-view-home .tbu-home-contact { padding-bottom: clamp(28px, 4vh, 44px); }
body.tbu-view-home #top #footer { border-top: 1px solid rgba(255, 255, 255, .06); }
#top #footer { position: relative; overflow: hidden; }
#top #footer::before { content: ""; position: absolute; right: -12%; top: -30%; width: min(640px, 80vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(246, 207, 203, .12), rgba(200, 115, 124, .05) 45%, transparent 70%); pointer-events: none; }
.tbu-cellcol { display: flex !important; flex-direction: column; align-items: center; justify-content: center; }
.tbu-cellbox { position: relative; width: clamp(170px, 17vw, 230px); aspect-ratio: 1; pointer-events: none; }
.tbu-cellbox canvas { display: block; }
.tbu-cellbox-label { position: absolute; left: 0; right: 0; bottom: -6px; text-align: center; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: #F6CFCB; }
#top #footer .tbu-cellbox-link { margin-top: 18px; font-size: .84rem; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .3); padding-bottom: 2px; }
.tbu-cellbox-float { position: absolute; right: 4vw; top: 50%; transform: translateY(-50%); opacity: .8; }
@media (max-width: 767px) { .tbu-cellbox { width: 170px; } }

/* v1.1.1 — Sayfalarda çift başlık: içerik H1 ile başlıyorsa üst şerit gizli (sunucu tarafı filtre çalışmazsa yedek) */
body.page.tbu-own-h1 .title_container { display: none !important; }
body.page.tbu-own-h1 #main > .container_wrap_first .content,
body.page.tbu-own-h1 #main > .container_wrap:first-of-type .content { padding-top: 28px; }

/* v1.1.2 — Başlık iki satırda kalsın: "Nadide bir hücreden, / güçlü bir hayata." */
.tbu-intro { max-width: min(1000px, 76vw); }
.tbu-intro .tbu-display { font-size: clamp(2.5rem, 6.2vw, 6.6rem); }
@media (min-width: 768px) { .tbu-intro .tbu-line { white-space: nowrap; } }
@media (max-width: 767px) { .tbu-intro { max-width: none; right: var(--tbu-gutter); } }

/* v1.1.3 — başlık okunurluğu, kesik harf uçları, ortada hareketli ok, mobil saydam menü */
.tbu-intro .tbu-line { padding: 0 .12em .24em 0; margin-bottom: -.2em; }
.tbu-intro .tbu-display { line-height: 1; text-shadow: 0 0 18px rgba(251, 246, 241, .9), 0 0 42px rgba(251, 246, 241, .7); }
.tbu-intro::before { content: ""; position: absolute; z-index: -1; left: calc(-1 * var(--tbu-gutter)); top: -30%; width: 125%; height: 160%; background: radial-gradient(ellipse at 38% 50%, rgba(251, 246, 241, .78) 0%, rgba(251, 246, 241, .5) 42%, rgba(251, 246, 241, 0) 70%); pointer-events: none; }
#top .tbu-intro h1 { text-shadow: 0 0 12px rgba(251, 246, 241, .95); }
.tbu-arrow { position: absolute; left: 50%; bottom: clamp(18px, 4vh, 38px); z-index: 3; width: 48px; height: 48px; margin-left: -24px; display: grid; place-items: center; border-radius: 50%; color: var(--tbu-rose-deep); background: rgba(251, 246, 241, .55); border: 1px solid rgba(255, 255, 255, .7); box-shadow: 0 8px 24px -10px rgba(90, 40, 50, .35); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); pointer-events: none; opacity: var(--intro, 1); }
.tbu-arrow svg { animation: tbu-arrow 1.8s cubic-bezier(.45, 0, .35, 1) infinite; }
@keyframes tbu-arrow { 0%, 100% { transform: translateY(-4px); opacity: .55; } 50% { transform: translateY(5px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .tbu-arrow svg { animation: none; } }
@media (max-width: 767px) {
	.tbu-intro { bottom: calc(14vh + 40px); }
	.tbu-intro::before { top: -40%; height: 190%; width: calc(100% + 2 * var(--tbu-gutter)); background: radial-gradient(ellipse at 50% 55%, rgba(251, 246, 241, .8) 0%, rgba(251, 246, 241, .45) 50%, rgba(251, 246, 241, 0) 75%); }
	.tbu-arrow { bottom: 22px; }
	#gt_float_wrapper { right: 12px !important; bottom: 12px !important; }
	/* Mobilde menü de videonun üstünde saydam */
	body#top.tbu-view-home #header { position: absolute !important; top: 0; left: 0; right: 0; width: 100%; background: transparent !important; }
	body#top.tbu-view-home #header .header_bg { background: linear-gradient(180deg, rgba(251, 246, 241, .7), rgba(251, 246, 241, 0)) !important; border-color: transparent !important; -webkit-backdrop-filter: none; backdrop-filter: none; }
	body#top.tbu-view-home #header #header_main { border-bottom-color: transparent !important; background: transparent !important; }
	body#top.tbu-view-home #main { padding-top: 0 !important; margin-top: 0 !important; }
}
/* Aşama yazısı: altta ortada, videodaki merkez hareketi kapatmadan okunur */
.tbu-journey-hero .tbu-stage { left: 50%; right: auto; width: min(760px, calc(100% - 2 * var(--tbu-gutter))); transform: translateX(-50%); bottom: clamp(44px, 7vh, 80px); text-align: center; text-shadow: 0 2px 18px rgba(40, 14, 22, .55); }
.tbu-journey-hero .tbu-stage::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; width: 140%; height: 190%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(40, 14, 22, .42), rgba(40, 14, 22, 0)); pointer-events: none; }
#top .tbu-journey-hero .tbu-stage-title { font-size: clamp(2.2rem, 4.6vw, 4.6rem); }
.tbu-journey-hero .tbu-stage-sub { font-size: clamp(1rem, 1.5vw, 1.4rem); }
@media (max-width: 767px) { .tbu-journey-hero .tbu-stage { bottom: 92px; } }
/* v1.1.3 — footer: bölünen hücre sağda, büyük ve arka planda */
#top #footer::before { display: none; }
#top #footer > .container { position: relative; z-index: 1; }
.tbu-cellbox.tbu-cellbox-bg { position: absolute; z-index: 0; right: -11%; top: 50%; width: min(640px, 40vw); transform: translateY(-50%); opacity: .42; pointer-events: none; }
.tbu-cellbox-bg .tbu-cellbox-label { bottom: 14%; font-size: .66rem; opacity: .7; }
@media (max-width: 767px) { .tbu-cellbox.tbu-cellbox-bg { width: 120vw; right: -55vw; top: 40%; opacity: .32; } .tbu-cellbox-bg .tbu-cellbox-label { display: none; } }
@media (max-width: 767px) { #top #footer .tbu-cellcol { margin: 4px 0 18px !important; padding: 0 !important; min-height: 0 !important; } }
@media (max-width: 1500px) { .tbu-cellbox.tbu-cellbox-bg { opacity: .3; right: -16%; } }
.tbu-journey-hero .tbu-stage-count { display: none; }
/* Dil seçimi: sağdaki sosyal çubukta (GTranslate yüzen düğmesi gizlenir) */
html.tbu-has-lang #gt_float_wrapper { display: none !important; }
.mystickyelements-fixed li.tbu-lang { position: relative; }
.mystickyelements-fixed .tbu-lang-icon { background: #2B1D22 !important; }
.mystickyelements-fixed .tbu-lang-icon button { all: unset; box-sizing: border-box; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; cursor: pointer; color: #fff; }
.mystickyelements-fixed .tbu-lang-icon img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }
.mystickyelements-fixed .tbu-lang-icon b { font: 700 9px/1 var(--tbu-sans, sans-serif); letter-spacing: .08em; }
.mystickyelements-fixed .tbu-lang-icon button:focus-visible { outline: 2px solid #F6CFCB; outline-offset: -3px; }
.tbu-lang-menu { position: absolute; bottom: 0; right: calc(100% + 8px); z-index: 99999; min-width: 170px; max-height: 70vh; overflow: auto; padding: 6px; border-radius: 14px; background: #fff; border: 1px solid rgba(43, 29, 34, .12); box-shadow: 0 18px 40px -16px rgba(43, 29, 34, .4); }
.tbu-lang-menu[hidden] { display: none; }
.tbu-lang-menu a { display: flex; align-items: center; gap: 10px; padding: 7px 10px; border-radius: 9px; font: 500 .86rem/1.2 var(--tbu-sans, sans-serif); color: #2B1D22 !important; text-decoration: none !important; }
.tbu-lang-menu a:hover, .tbu-lang-menu a.on { background: #FBF6F1; }
.tbu-lang-menu a.on { font-weight: 700; }
.tbu-lang-menu img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; flex: none; }
.mystickyelements-position-mobile-left .tbu-lang-menu { }
@media (max-width: 1024px) { .mystickyelements-position-mobile-left .tbu-lang-menu { right: auto; left: calc(100% + 8px); } }
/* v1.1.6 — footer düzeni */
#top #footer .tbu-cellcol { display: block !important; }
.mystickyelements-fixed .tbu-lang-icon img { width: 24px; height: 24px; }
#top #footer .tbu-copybar { clear: both; width: 100%; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .1); }
#top #footer .tbu-copybar p { margin: 0; font-size: .8rem; line-height: 1.6; color: rgba(255, 255, 255, .55); }
#top #scroll-top-link { right: 12px !important; left: auto !important; }

/* =====================================================================
   v1.2 — Doktor sayfası + "Doktor ile İletişim" penceresi
   ===================================================================== */
.tbu-page-doktor .tbu-sec-tight { padding-top: clamp(28px, 4vh, 48px); padding-bottom: 0; }
.tbu-page-doktor > .tbu-sec:last-child { padding-bottom: clamp(36px, 5vh, 60px); }
.tbu-dr-hero-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(22px, 4vw, 56px); align-items: center; }
.tbu-dr-photo { margin: 0; position: relative; }
.tbu-dr-photo img { display: block; width: 100%; aspect-ratio: 5 / 6; object-fit: cover; object-position: 50% 18%; border-radius: 28px; box-shadow: 0 30px 70px -36px rgba(90, 40, 50, .45); }
.tbu-dr-photo::after { content: ""; position: absolute; inset: -10px 10px 10px -10px; z-index: -1; border-radius: 30px; background: linear-gradient(135deg, var(--tbu-blush), var(--tbu-pearl)); }
#top .tbu-dr-intro h1 { margin: 10px 0 6px; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.3rem, 4.6vw, 4.2rem); line-height: 1.02; letter-spacing: -.01em; color: var(--tbu-ink); }
.tbu-dr-hosp { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 4px !important; color: var(--tbu-rose-deep); font-weight: 500; }
.tbu-dr-hosp .tbu-ico { width: 18px; height: 18px; }
.tbu-dr-intro .tbu-lead { text-align: justify; hyphens: auto; }
.tbu-dr-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
#top .tbu-dr-cta .tbu-btn { cursor: pointer; font-family: var(--tbu-sans); }
.tbu-ico-line { fill: none; stroke: currentColor; }

.tbu-dr-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0 !important; padding: 0; list-style: none; background: var(--tbu-line); border: 1px solid var(--tbu-line); border-radius: 22px; overflow: hidden; }
.tbu-dr-stats li { display: grid; gap: 4px; align-content: start; margin: 0; padding: 18px 20px; background: #fff; }
.tbu-dr-stats b { font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; color: var(--tbu-rose-deep); }
.tbu-dr-stats span { font-size: .84rem; line-height: 1.4; color: var(--tbu-ink-2); }

.tbu-dr-firsts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 18px 0 0 !important; padding: 0; list-style: none; counter-reset: none; }
.tbu-dr-firsts li { display: grid; gap: 6px; align-content: start; margin: 0; padding: 18px; border-radius: 20px; background: linear-gradient(160deg, #fff, var(--tbu-pearl)); border: 1px solid var(--tbu-line); transition: transform .4s var(--tbu-ease), box-shadow .4s; }
.tbu-dr-firsts li:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -28px rgba(90, 40, 50, .45); }
.tbu-dr-firsts small { font-size: .7rem; letter-spacing: .18em; color: var(--tbu-rose); font-weight: 600; }
.tbu-dr-firsts strong { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.4rem; line-height: 1.1; color: var(--tbu-ink); }
.tbu-dr-firsts span { font-size: .86rem; line-height: 1.5; color: var(--tbu-ink-2); }

.tbu-dr-two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.tbu-dr-time { position: relative; margin: 18px 0 0 6px !important; padding: 0 0 0 22px !important; list-style: none; }
.tbu-dr-time::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: var(--tbu-blush-2); }
.tbu-dr-time li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 12px; margin: 0; padding: 8px 0; font-size: .93rem; line-height: 1.5; color: var(--tbu-ink-2); }
.tbu-dr-time li::before { content: ""; position: absolute; left: -21px; top: 14px; width: 9px; height: 9px; border-radius: 50%; background: #fff; border: 2px solid var(--tbu-rose); }
.tbu-dr-time b { font-weight: 600; color: var(--tbu-ink); font-variant-numeric: tabular-nums; }

.tbu-dr-acc { margin-top: 18px; display: grid; gap: 8px; }
.tbu-dr-acc details { border: 1px solid var(--tbu-line); border-radius: 18px; background: #fff; overflow: hidden; }
.tbu-dr-acc summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; cursor: pointer; list-style: none; font-weight: 600; color: var(--tbu-ink); }
.tbu-dr-acc summary::-webkit-details-marker { display: none; }
.tbu-dr-acc summary i { flex: none; position: relative; width: 28px; height: 28px; border-radius: 50%; background: var(--tbu-pearl); }
.tbu-dr-acc summary i::before, .tbu-dr-acc summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 1.6px; margin: -.8px 0 0 -5.5px; background: var(--tbu-rose-deep); transition: transform .3s; }
.tbu-dr-acc summary i::after { transform: rotate(90deg); }
.tbu-dr-acc details[open] summary i::after { transform: rotate(0); }
.tbu-dr-acc details[open] summary { border-bottom: 1px solid var(--tbu-line); }
.tbu-dr-acc-body { max-height: 460px; overflow: auto; padding: 14px 20px 16px; font-size: .9rem; line-height: 1.65; color: var(--tbu-ink-2); overscroll-behavior: contain; }
.tbu-dr-acc-body ul, .tbu-dr-acc-body ol { margin: 6px 0 6px 1.2em !important; padding: 0; }
.tbu-dr-acc-body li { margin: 0 0 6px; }
.tbu-dr-acc-body p { margin: 0 0 8px !important; }
.tbu-dr-acc-body strong { color: var(--tbu-ink); font-weight: 600; }
.tbu-dr-fallback { max-height: none; }

.tbu-dr-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; padding: clamp(22px, 3vw, 34px) clamp(22px, 3.4vw, 40px); border-radius: 26px; background: var(--tbu-ink); color: #fff; }
#top .tbu-dr-band .tbu-h3 { margin: 0; color: #fff; }
#top .tbu-dr-band .tbu-h3 em { color: #F6CFCB; }
.tbu-dr-band p { margin: 6px 0 0 !important; color: rgba(255, 255, 255, .7); }
#top .tbu-dr-band .tbu-btn { cursor: pointer; font-family: var(--tbu-sans); }

/* Pencere */
html.tbu-modal-open, html.tbu-modal-open body { overflow: hidden !important; }
.tbu-modal { position: fixed; inset: 0; z-index: 100050; display: grid; place-items: center; padding: 16px; }
.tbu-modal[hidden] { display: none; }
.tbu-modal-backdrop { position: absolute; inset: 0; background: rgba(43, 29, 34, .5); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .22s; }
.tbu-modal-card { position: relative; width: min(1040px, 100%); max-height: calc(100dvh - 32px); overflow: auto; border-radius: 28px; background: #FDF9F6; box-shadow: 0 40px 100px -30px rgba(43, 29, 34, .55); opacity: 0; transform: translateY(14px) scale(.98); transition: opacity .22s, transform .3s var(--tbu-ease); overscroll-behavior: contain; }
.tbu-modal.is-open .tbu-modal-backdrop { opacity: 1; }
.tbu-modal.is-open .tbu-modal-card { opacity: 1; transform: none; }
.tbu-modal-head { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 22px 26px 18px; background: linear-gradient(120deg, #FAEDEA, #FDF7F4 60%, #F7EBE8); border-bottom: 1px solid var(--tbu-line); }
.tbu-modal-badge { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #F3DEDA; color: var(--tbu-rose-deep); }
.tbu-modal-badge .tbu-ico { width: 26px; height: 26px; }
.tbu-modal-title { margin: 0 !important; font-family: var(--tbu-serif); font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.05; color: var(--tbu-ink); }
.tbu-modal-sub { margin: 4px 0 0 !important; font-family: var(--tbu-serif); font-size: 1.08rem; color: var(--tbu-ink-2); }
#top .tbu-modal-x { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: #F3DEDA; color: var(--tbu-rose-deep); cursor: pointer; transition: background .2s; }
#top .tbu-modal-x:hover { background: #EBCFCA; }
.tbu-modal-x .tbu-ico { width: 20px; height: 20px; }
.tbu-modal-body { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.tbu-modal-form { padding: 22px 26px 22px !important; border-right: 1px solid var(--tbu-line); }
.tbu-modal-form .elementor-form-fields-wrapper { display: flex; flex-wrap: wrap; gap: 12px 0; margin: 0 !important; }
.tbu-modal-form .elementor-field-group { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; padding: 0 !important; margin: 0 !important; position: relative; }
.tbu-modal-form .elementor-field-label { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
#top.tbu .tbu-modal-form .elementor-field-group input[type="text"], #top.tbu .tbu-modal-form .elementor-field-group input[type="email"], #top.tbu .tbu-modal-form .elementor-field-group input[type="tel"], #top.tbu .tbu-modal-form .elementor-field-group textarea, #top.tbu .tbu-modal-form .elementor-field-group .elementor-field-textual {
	margin: 0 !important; width: 100% !important; background: #fff !important; border-radius: 14px !important; min-height: 52px; padding: 13px 16px 13px 50px !important; font-size: .98rem !important;
}
#top.tbu .tbu-modal-form .elementor-field-group textarea { min-height: 128px; resize: vertical; }
.tbu-fi::before { content: ""; position: absolute; left: 16px; top: 15px; z-index: 1; width: 21px; height: 21px; background: var(--tbu-rose-deep); pointer-events: none; -webkit-mask: var(--ic) center / contain no-repeat; mask: var(--ic) center / contain no-repeat; }
.tbu-fi-user { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E"); }
.tbu-fi-pin { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M12 22s7-6.2 7-12a7 7 0 0 0-14 0c0 5.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
.tbu-fi-mail { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }
.tbu-fi-phone { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.4 1.8.7 2.7a2 2 0 0 1-.5 2.1L8 9.8a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.7.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }
.tbu-fi-msg { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v11H9l-5 4z'/%3E%3Cpath d='M8 9h8M8 12h5'/%3E%3C/svg%3E"); }
.tbu-fi-select::after { content: ""; position: absolute; right: 18px; top: 21px; width: 9px; height: 9px; border-right: 1.7px solid var(--tbu-ink-2); border-bottom: 1.7px solid var(--tbu-ink-2); transform: rotate(45deg); pointer-events: none; }
.tbu-modal-form .elementor-field-type-submit { margin-top: 4px !important; }
.tbu .tbu-modal-form .elementor-button { width: 100%; height: 56px; border-radius: 14px !important; font-size: 1.02rem !important; font-weight: 600 !important; }
.tbu-modal-legal { margin: 10px 0 0 !important; font-size: .76rem; color: var(--tbu-ink-3); text-align: center; }
.tbu-modal-legal a { color: var(--tbu-rose-deep); text-decoration: underline; }
.tbu-modal-form .elementor-message { margin-top: 10px; padding: 12px 14px; border-radius: 12px; background: #EEF6F1; color: #255C43; font-size: .9rem; }
.tbu-modal-form .elementor-message.elementor-message-danger { background: #FBEDEC; color: var(--tbu-rose-deep); }

.tbu-modal-dr { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 22px 26px; }
.tbu-modal-dr img { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; object-position: 50% 18%; border: 6px solid #F6E6E2; box-shadow: 0 16px 36px -22px rgba(90, 40, 50, .55); }
.tbu-modal-name { margin: 12px 0 0 !important; font-family: var(--tbu-serif); font-size: 1.9rem; line-height: 1.05; color: var(--tbu-ink); }
.tbu-modal-role { margin: 6px 0 0 !important; font-size: .9rem; color: var(--tbu-ink-2); }
.tbu-modal-hosp { display: inline-flex; align-items: center; gap: 8px; margin: 6px 0 0 !important; color: var(--tbu-rose-deep); font-size: .92rem; }
.tbu-modal-hosp .tbu-ico { width: 18px; height: 18px; }
.tbu-modal-chips { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin: 16px 0 0 !important; padding: 0; list-style: none; border-top: 1px solid var(--tbu-line); }
.tbu-modal-chips li { display: flex; align-items: center; gap: 10px; margin: 0; padding: 12px 6px; text-align: left; border-bottom: 1px solid var(--tbu-line); }
.tbu-modal-chips li:nth-child(odd) { border-right: 1px solid var(--tbu-line); }
.tbu-modal-chips i { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #F6E6E2; color: var(--tbu-rose-deep); }
.tbu-modal-chips .tbu-ico { width: 20px; height: 20px; }
.tbu-modal-chips small { display: block; font-size: .74rem; color: var(--tbu-ink-3); }
.tbu-modal-chips b { display: block; font-size: .86rem; font-weight: 600; color: var(--tbu-ink); line-height: 1.25; }
#top .tbu-modal-call { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 56px; margin-top: 16px; border: 1.5px solid var(--tbu-ink); border-radius: 14px; color: var(--tbu-ink); font-size: 1.05rem; font-weight: 600; transition: background .2s, color .2s; }
.tbu-modal-chips + .tbu-modal-call { margin-top: 16px; }
#top .tbu-modal-call small { font-weight: 400; color: var(--tbu-ink-3); font-size: .86rem; }
#top .tbu-modal-call:hover { background: var(--tbu-ink); color: #fff; }
#top .tbu-modal-call:hover small { color: rgba(255, 255, 255, .7); }
#top .tbu-modal-call .tbu-ico { width: 20px; height: 20px; }

@media (max-width: 1024px) {
	.tbu-dr-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.tbu-dr-firsts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.tbu-dr-hero-grid, .tbu-dr-two { grid-template-columns: 1fr; }
	.tbu-dr-photo { max-width: 360px; }
	.tbu-modal-body { grid-template-columns: 1fr; }
	.tbu-modal-form { border-right: 0; border-bottom: 1px solid var(--tbu-line); }
	.tbu-modal-dr { padding: 18px 20px 22px; }
	.tbu-modal-dr img { width: 110px; height: 110px; }
}
@media (max-width: 767px) {
	.tbu-dr-intro .tbu-lead { text-align: left; }
	.tbu-dr-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tbu-dr-stats li:last-child { grid-column: 1 / -1; }
	.tbu-dr-firsts { grid-template-columns: 1fr; }
	.tbu-modal { padding: 0; place-items: end stretch; }
	.tbu-modal-card { width: 100%; max-height: 94dvh; border-radius: 24px 24px 0 0; }
	.tbu-modal-head { padding: 16px 18px 14px; gap: 12px; }
	.tbu-modal-badge { width: 44px; height: 44px; }
	.tbu-modal-form { padding: 16px 18px !important; }
	.tbu-modal-chips { display: none; }
}
@media (max-width: 767px) {
	.tbu-dr-photo { max-width: none; }
	.tbu-dr-photo img { aspect-ratio: 4 / 3; object-position: 50% 12%; }
	.tbu-dr-firsts { gap: 8px; }
	.tbu-dr-firsts li { grid-template-columns: 28px 1fr; gap: 2px 10px; padding: 12px 14px; }
	.tbu-dr-firsts small { grid-row: span 2; padding-top: 4px; }
	.tbu-dr-firsts strong { font-size: 1.2rem; }
	.tbu-dr-acc-body { max-height: 380px; }
}
/* Formun kendi reCAPTCHA doğrulaması (Gönder'in hemen üstünde) */
.tbu-modal-form .elementor-field-type-recaptcha { display: flex; justify-content: center; }
.tbu-modal-form .elementor-field-type-recaptcha .elementor-field { background: none !important; border: 0 !important; padding: 0 !important; min-height: 0 !important; }
/* Doktor: akademik birikim kartları + liste pencereleri */
.tbu-dr-docs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0 0 !important; padding: 0; list-style: none; }
.tbu-dr-docs li { margin: 0; }
#top .tbu-dr-docs button { all: unset; box-sizing: border-box; width: 100%; height: 100%; display: grid; grid-template-columns: 48px 1fr 20px; gap: 14px; align-items: center; padding: 16px 16px; border-radius: 20px; background: #fff; border: 1px solid var(--tbu-line); cursor: pointer; transition: transform .35s var(--tbu-ease), box-shadow .35s, border-color .35s; }
#top .tbu-dr-docs button:hover { transform: translateY(-2px); border-color: var(--tbu-blush-2); box-shadow: 0 20px 36px -26px rgba(90, 40, 50, .5); }
#top .tbu-dr-docs button:focus-visible { outline: 2px solid var(--tbu-rose); outline-offset: 2px; }
.tbu-dr-docs i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #F6E6E2; color: var(--tbu-rose-deep); }
.tbu-dr-docs i .tbu-ico { width: 24px; height: 24px; }
.tbu-dr-docs b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.28rem; line-height: 1.12; color: var(--tbu-ink); }
.tbu-dr-docs small { display: block; margin-top: 3px; font-size: .8rem; color: var(--tbu-ink-3); }
.tbu-dr-docs em { color: var(--tbu-rose); transition: transform .3s; }
.tbu-dr-docs em .tbu-ico { width: 18px; height: 18px; }
#top .tbu-dr-docs button:hover em { transform: translateX(3px); }
#top .tbu-dr-docs .tbu-dr-docs-ask button { background: var(--tbu-ink); border-color: var(--tbu-ink); }
.tbu-dr-docs-ask i { background: rgba(255, 255, 255, .12); color: #F6CFCB; }
.tbu-dr-docs-ask b { color: #fff; }
.tbu-dr-docs-ask small { color: rgba(255, 255, 255, .65); }
.tbu-dr-docs-ask em { color: #F6CFCB; }
.tbu-modal-list .tbu-modal-card { width: min(860px, 100%); display: flex; flex-direction: column; overflow: hidden; }
.tbu-modal-list-body { flex: 1 1 auto; min-height: 0; overflow: auto; padding: 18px 28px 26px; font-size: .93rem; line-height: 1.7; color: var(--tbu-ink-2); overscroll-behavior: contain; }
.tbu-modal-list-body ul, .tbu-modal-list-body ol { margin: 6px 0 12px 1.3em !important; padding: 0; }
.tbu-modal-list-body li { margin: 0 0 8px; padding-left: 4px; }
.tbu-modal-list-body li::marker { color: var(--tbu-rose); font-weight: 600; }
.tbu-modal-list-body p { margin: 0 0 10px !important; }
.tbu-modal-list-body strong { color: var(--tbu-ink); font-weight: 600; }
.tbu-modal-list-body > p:first-child strong:only-child { display: inline-block; margin-top: 4px; font-size: .74rem; letter-spacing: .18em; color: var(--tbu-rose-deep); }
@media (max-width: 767px) {
	.tbu-dr-docs { grid-template-columns: 1fr; gap: 8px; }
	#top .tbu-dr-docs button { padding: 12px 14px; grid-template-columns: 42px 1fr 18px; }
	.tbu-dr-docs i { width: 42px; height: 42px; }
	.tbu-modal-list-body { padding: 14px 18px 22px; }
}
@media (max-width: 767px) { .tbu-modal-title { font-size: 1.45rem; } .tbu-modal-list .tbu-modal-sub { font-size: .92rem; } }

/* v1.3 — Medya sekmeleri, Basında (video düzeni), Medyadan Kareler (4 sütun + büyük görünüm) */
.tbu-mtabs { display: inline-flex; flex-wrap: wrap; gap: 4px; margin: 0 0 14px; padding: 4px; border-radius: 999px; background: #fff; border: 1px solid var(--tbu-line); }
#top .tbu-mtabs a { display: inline-flex; align-items: center; height: 36px; padding: 0 16px; border-radius: 999px; font-size: .86rem; font-weight: 500; color: var(--tbu-ink-2); transition: background .25s, color .25s; }
#top .tbu-mtabs a:hover { color: var(--tbu-ink); background: var(--tbu-pearl); }
#top .tbu-mtabs a.on { background: var(--tbu-ink); color: #fff; }
.tbu-vgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tbu-mgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 16px; margin: 0 !important; padding: 0; list-style: none; }
.tbu-mgrid li { margin: 0; display: grid; gap: 8px; align-content: start; }
#top .tbu-mcard { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-mcard img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transition: transform .6s var(--tbu-ease); }
.tbu-mcard:hover img { transform: scale(1.04); }
.tbu-mzoom { position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--tbu-rose-deep); box-shadow: 0 8px 20px -10px rgba(43, 29, 34, .5); opacity: .9; transition: transform .3s var(--tbu-ease), opacity .3s; }
.tbu-mzoom svg { width: 20px; height: 20px; }
.tbu-mcard:hover .tbu-mzoom { transform: scale(1.08); opacity: 1; }
.tbu-mcap { margin: 0 !important; font-size: .86rem; line-height: 1.45; color: var(--tbu-ink-2); }
.tbu-lb { position: fixed; inset: 0; z-index: 100060; display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; padding: 20px; background: rgba(31, 21, 25, .9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .2s; }
.tbu-lb[hidden] { display: none; }
.tbu-lb.is-open { opacity: 1; }
.tbu-lb-fig { margin: 0; display: grid; justify-items: center; gap: 10px; min-width: 0; }
.tbu-lb-fig img { max-width: 100%; max-height: calc(100dvh - 90px); width: auto; height: auto; border-radius: 12px; background: #fff; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .6); }
.tbu-lb-fig figcaption { color: rgba(255, 255, 255, .8); font-size: .9rem; text-align: center; }
#top .tbu-lb button { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; transition: background .2s; }
#top .tbu-lb button:hover { background: rgba(255, 255, 255, .24); }
.tbu-lb button svg { width: 22px; height: 22px; }
#top .tbu-lb .tbu-lb-x { position: absolute; top: 14px; right: 14px; }
.tbu-lb-prev { justify-self: start; }
.tbu-lb-next { justify-self: end; }
@media (max-width: 1024px) { .tbu-vgrid, .tbu-mgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) {
	.tbu-vgrid, .tbu-mgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
	.tbu-lb { grid-template-columns: 1fr; padding: 60px 10px 70px; }
	#top .tbu-lb .tbu-lb-nav { position: absolute; bottom: 14px; }
	#top .tbu-lb .tbu-lb-prev { left: calc(50% - 60px); }
	#top .tbu-lb .tbu-lb-next { right: calc(50% - 60px); }
	#top .tbu-mtabs a { padding: 0 12px; font-size: .82rem; }
}
@media (max-width: 420px) { .tbu-vgrid { grid-template-columns: 1fr; } }
/* Sosyal ikonlar (footer) ve kenar çubuğu video kartı */
#top .tbu-socs { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 0 !important; }
#top .tbu-soc { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .22); color: #F6CFCB; background: rgba(255, 255, 255, .04); transition: background .25s, color .25s, border-color .25s, transform .3s var(--tbu-ease); }
#top .tbu-soc svg { width: 19px; height: 19px; }
#top .tbu-soc:hover { background: #F6CFCB; border-color: #F6CFCB; color: var(--tbu-ink); transform: translateY(-2px); }
#top .sidebar .tbu-soc, #top .main_color .tbu-soc { border-color: var(--tbu-line); color: var(--tbu-rose-deep); background: #fff; }
#top .tbu-side-video { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 14px; border-radius: 18px; background: var(--tbu-ink); color: #fff; text-decoration: none; transition: transform .35s var(--tbu-ease), box-shadow .35s; }
#top .tbu-side-video:hover { transform: translateY(-2px); box-shadow: 0 20px 36px -24px rgba(43, 29, 34, .6); }
.tbu-side-video-play { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #F6CFCB; color: var(--tbu-rose-deep); }
.tbu-side-video-play .tbu-ico { width: 20px; height: 20px; margin-left: 2px; }
.tbu-side-video small { display: block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: #E7B9B3; }
.tbu-side-video b { display: block; margin-top: 2px; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.15rem; line-height: 1.15; color: #fff; }
.tbu-side-video em { display: block; margin-top: 4px; font-style: normal; font-size: .8rem; color: rgba(255, 255, 255, .7); }
/* Footer sosyal ikonları: her zaman yan yana */
#top .tbu-socs, #top .textwidget .tbu-socs { display: flex !important; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px; }
#top .tbu-soc { display: inline-grid; vertical-align: middle; margin: 0 10px 0 0; float: none; }
#top .tbu-socs .tbu-soc { margin: 0; }
#top .tbu-soc + br { display: none; }

/* Sağdaki sabit sosyal çubuk (myStickyElements): site renkleriyle tek parça, yuvarlak köşeli */
#top .mystickyelements-fixed .mystickyelements-lists { padding: 6px !important; background: var(--tbu-ink); border-radius: 18px 0 0 18px; box-shadow: 0 18px 40px -20px rgba(43, 29, 34, .55); }
#top .mystickyelements-fixed.mystickyelements-position-left .mystickyelements-lists { border-radius: 0 18px 18px 0; }
#top .mystickyelements-fixed .mystickyelements-lists > li { margin: 0 0 4px !important; }
#top .mystickyelements-fixed .mystickyelements-lists > li:last-child { margin-bottom: 0 !important; }
#top .mystickyelements-fixed span.mystickyelements-social-icon { width: 44px !important; height: 44px !important; line-height: 44px !important; border-radius: 12px !important; background: transparent !important; box-shadow: none !important; transition: background .25s; }
#top .mystickyelements-fixed span.mystickyelements-social-icon a, #top .mystickyelements-fixed span.mystickyelements-social-icon i { color: #F6CFCB !important; font-size: 18px !important; }
#top .mystickyelements-fixed li.mystickyelements-social-whatsapp span.mystickyelements-social-icon i { color: #8FE0B5 !important; }
#top .mystickyelements-fixed li:hover span.mystickyelements-social-icon, #top .mystickyelements-fixed li.elements-active span.mystickyelements-social-icon { background: rgba(246, 207, 203, .14) !important; }
#top .mystickyelements-fixed li:hover span.mystickyelements-social-icon i { color: #fff !important; }
#top .mystickyelements-fixed span.mystickyelements-social-text { background: var(--tbu-ink) !important; border-radius: 12px !important; font-family: var(--tbu-sans) !important; font-size: .84rem !important; }
#top .mystickyelements-fixed span.mystickyelements-social-text a { color: #fff !important; }
#top .mystickyelements-fixed span.mystickyelements-minimize { width: 44px !important; height: 26px !important; line-height: 26px !important; border-radius: 10px !important; background: transparent !important; color: rgba(255, 255, 255, .55) !important; font-size: 14px !important; }
#top .mystickyelements-fixed span.mystickyelements-minimize:hover { color: #fff !important; background: rgba(255, 255, 255, .08) !important; }
#top .mystickyelements-fixed .tbu-lang-icon { background: transparent !important; }
#top .mystickyelements-fixed .tbu-lang-icon img { width: 22px !important; height: 22px !important; box-shadow: 0 0 0 2px rgba(246, 207, 203, .35); }

/* =====================================================================
   v1.4 — Yeni footer (temanın kendi footer'ı; eski Enfold footer/socket gizlenir)
   ===================================================================== */
.tbu-footer ~ #footer, .tbu-footer ~ .container_wrap.footer_color, .tbu-footer ~ #socket { display: none !important; }
.tbu-footer { --f-line: rgba(246, 207, 203, .16); --f-txt: rgba(255, 240, 237, .78); position: relative; overflow: hidden; isolation: isolate; clear: both; padding: clamp(40px, 6vh, 64px) var(--tbu-gutter) 0; background: radial-gradient(120% 90% at 0% 0%, #3b2229 0%, rgba(59, 34, 41, 0) 55%), radial-gradient(90% 80% at 100% 100%, #3d2029 0%, rgba(61, 32, 41, 0) 60%), #2a1a1f; color: var(--f-txt); font-family: var(--tbu-sans); }
.tbu-footer::before, .tbu-footer::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; border: 1px solid rgba(246, 207, 203, .08); }
.tbu-footer::before { width: 520px; height: 520px; left: -300px; top: 30%; box-shadow: inset 0 0 80px rgba(200, 115, 124, .08); }
.tbu-footer::after { width: 420px; height: 420px; right: -160px; top: -220px; box-shadow: inset 0 0 70px rgba(200, 115, 124, .1); }
.tbu-footer .tbu-cellbox.tbu-cellbox-bg { z-index: -1; opacity: .14; width: 420px; right: -150px; top: auto; bottom: -170px; transform: none; }
.tbu-footer .tbu-cellbox-label { display: none; }
.tbu-footer-in { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, .9fr); gap: clamp(20px, 2.2vw, 36px); padding: clamp(24px, 3vw, 36px); border-radius: 28px; background: linear-gradient(160deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)); border: 1px solid rgba(246, 207, 203, .1); }
.tbu-f-col { min-width: 0; }
.tbu-f-h { display: flex; align-items: center; gap: 14px; margin: 0 0 18px !important; font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #fff; }
.tbu-f-h::after { content: ""; flex: 1; max-width: 110px; height: 1px; background: linear-gradient(90deg, rgba(246, 207, 203, .5), rgba(246, 207, 203, 0)); }
.tbu-f-mp { display: block; width: 200px; height: auto; margin: 0 0 18px; border-radius: 6px; }
.tbu-footer hr { margin: 14px 0 !important; border: 0; border-top: 1px solid var(--f-line); height: 0; background: none; }
#top .tbu-f-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; color: var(--f-txt); font-size: .88rem; line-height: 1.5; text-decoration: none; }
#top .tbu-f-row + .tbu-f-row { margin-top: 12px; }
.tbu-footer i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-style: normal; color: #F6CFCB; background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02)); border: 1px solid rgba(246, 207, 203, .18); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.tbu-footer i svg { width: 19px; height: 19px; }
.tbu-f-row small { display: block; font-size: .8rem; color: #fff; }
.tbu-f-row strong { display: block; font-size: 1.12rem; font-weight: 600; letter-spacing: .01em; color: #fff; }
.tbu-footer b svg { width: 16px; height: 16px; color: rgba(246, 207, 203, .6); transition: transform .3s var(--tbu-ease), color .3s; }
#top .tbu-f-row:hover strong, #top .tbu-f-row:hover small { color: #F6CFCB; }
#top .tbu-f-row:hover b svg { transform: translateX(3px); color: #F6CFCB; }
.tbu-f-follow { margin: 0 0 12px !important; font-size: .9rem; font-weight: 600; color: #fff; }
.tbu-footer .tbu-socs { display: flex; gap: 12px; margin: 0 !important; }
#top .tbu-footer .tbu-soc { width: 46px; height: 46px; border: 1px solid rgba(246, 207, 203, .22); background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02)); color: #fff; }
#top .tbu-footer .tbu-soc svg { width: 19px; height: 19px; }
#top .tbu-footer .tbu-soc:hover { background: #F6CFCB; color: var(--tbu-ink); }

/* Tanıtım kartı */
.tbu-f-card { position: relative; height: 100%; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 22px; background: #F7E9E5; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
.tbu-f-card > img { position: absolute; z-index: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 110%; max-width: none; object-fit: cover; object-position: 38% 100%; }
.tbu-f-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(100deg, rgba(250, 238, 234, .9) 0%, rgba(250, 238, 234, .55) 34%, rgba(250, 238, 234, 0) 58%), linear-gradient(180deg, rgba(250, 238, 234, 1) 0%, rgba(250, 238, 234, .97) 30%, rgba(250, 238, 234, .35) 48%, rgba(250, 238, 234, 0) 60%); }
.tbu-f-card-txt { position: relative; z-index: 2; padding: 30px 26px 0; }
.tbu-f-card-k { margin: 0 !important; font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--tbu-rose); }
.tbu-f-card-h { margin: 10px 0 0 !important; font-family: var(--tbu-serif); font-size: clamp(2.4rem, 3.4vw, 3.4rem); line-height: .98; color: var(--tbu-rose-deep); }
.tbu-f-card-p { max-width: 16ch; margin: 12px 0 0 !important; font-size: 1rem; line-height: 1.5; color: var(--tbu-ink-2); }
#top .tbu-f-card-btn { white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; height: 48px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg, #C8737C, #A1505D); color: #fff; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 14px 30px -14px rgba(140, 62, 75, .8); transition: transform .3s var(--tbu-ease), box-shadow .3s; }
#top .tbu-f-card-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(140, 62, 75, .9); color: #fff; }
.tbu-f-card-btn svg { width: 16px; height: 16px; }
.tbu-f-card-feat { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin: 16px !important; padding: 14px 6px !important; list-style: none; border-radius: 16px; background: rgba(255, 247, 244, .82); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 10px 30px -20px rgba(90, 40, 50, .5); }
.tbu-f-card-feat li { display: grid; justify-items: center; gap: 6px; margin: 0; padding: 0 4px; text-align: center; font-size: .78rem; line-height: 1.3; color: var(--tbu-ink-2); }
.tbu-f-card-feat li + li { border-left: 1px solid rgba(140, 62, 75, .15); }
.tbu-f-card-feat svg { width: 26px; height: 26px; color: var(--tbu-rose); }

/* Link listeleri */
.tbu-f-list ul { margin: 0 !important; padding: 0; list-style: none; }
.tbu-f-list li { margin: 0 0 8px; }
#top .tbu-f-list a { display: grid; grid-template-columns: 40px 1fr 16px; gap: 14px; align-items: center; padding: 4px 0; color: var(--f-txt); font-size: .9rem; line-height: 1.35; text-decoration: none; }
.tbu-f-list i { width: 40px; height: 40px; }
.tbu-f-list i svg { width: 18px; height: 18px; }
#top .tbu-f-list a:hover { color: #fff; }
#top .tbu-f-list a:hover i { border-color: rgba(246, 207, 203, .45); background: rgba(246, 207, 203, .12); }
#top .tbu-f-list a:hover b svg { transform: translateX(3px); color: #F6CFCB; }
.tbu-f-side { padding-left: clamp(0px, 2vw, 28px); border-left: 1px solid var(--f-line); }
.tbu-f-side nav + nav { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--f-line); }

/* Alt şerit */
.tbu-f-bottom { max-width: 1320px; margin: 0 auto; padding: 18px 0 26px; }
.tbu-f-orn { display: flex; align-items: center; gap: 16px; color: #E7A7A6; }
.tbu-f-orn span { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(246, 207, 203, 0), rgba(246, 207, 203, .35)); }
.tbu-f-orn span:last-child { background: linear-gradient(90deg, rgba(246, 207, 203, .35), rgba(246, 207, 203, 0)); }
.tbu-f-orn svg { width: 36px; height: 18px; flex: none; }
.tbu-f-bottom-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 30px; margin-top: 14px; }
.tbu-f-copy { margin: 0 !important; font-size: .84rem; line-height: 1.6; color: rgba(255, 240, 237, .6); }
.tbu-f-copy strong { color: #fff; font-weight: 500; }
.tbu-f-sign { display: flex; align-items: center; gap: 26px; }
.tbu-f-sign p { margin: 0 !important; text-align: right; font-family: var(--tbu-serif); font-style: italic; font-size: 1.2rem; line-height: 1.3; color: rgba(255, 240, 237, .8); }
.tbu-f-sign img { display: block; width: 200px; height: auto; filter: brightness(0) invert(1); opacity: .85; }

@media (max-width: 1180px) {
	.tbu-footer-in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tbu-f-side { padding-left: 0; border-left: 0; }
	.tbu-f-card { min-height: 420px; }
}
@media (max-width: 767px) {
	.tbu-footer { padding-top: 28px; }
	.tbu-footer-in { grid-template-columns: 1fr; padding: 20px 18px; border-radius: 22px; }
	.tbu-f-card { min-height: 380px; }
	.tbu-f-sign { width: 100%; justify-content: space-between; gap: 14px; }
	.tbu-f-sign p { text-align: left; font-size: 1.05rem; }
	.tbu-f-sign img { width: 150px; }
}
@media (max-width: 767px) {
	.tbu-f-list li { margin: 0; }
	#top .tbu-f-list a { grid-template-columns: 1fr 14px; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--f-line); font-size: .88rem; }
	.tbu-f-list i { display: none; }
	.tbu-f-side nav + nav { margin-top: 14px; padding-top: 0; border-top: 0; }
	.tbu-f-side ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
	.tbu-f-h { margin-bottom: 8px !important; }
	.tbu-f-card { min-height: 340px; }
}
#top .tbu-footer .tbu-f-row strong, #top .tbu-footer .tbu-f-copy strong { color: #fff !important; }
#top .tbu-footer .tbu-f-row:hover strong { color: #F6CFCB !important; }
/* Footer: WhatsApp çağrısı ve web yönetimi imzası */
#top .tbu-f-wa { display: grid; grid-template-columns: 44px 1fr 18px; gap: 14px; align-items: center; margin-top: 18px; padding: 12px 16px 12px 12px; border-radius: 18px; background: linear-gradient(135deg, rgba(47, 125, 91, .9), rgba(35, 98, 71, .9)); border: 1px solid rgba(143, 224, 181, .3); color: #fff; font-size: .95rem; font-weight: 600; text-decoration: none; box-shadow: 0 16px 34px -20px rgba(20, 80, 55, .9); transition: transform .3s var(--tbu-ease), box-shadow .3s; }
#top .tbu-f-wa:hover { transform: translateY(-2px); box-shadow: 0 20px 38px -18px rgba(20, 80, 55, 1); color: #fff; }
.tbu-f-wa > svg:first-child { width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: rgba(255, 255, 255, .14); }
.tbu-f-wa > svg:last-child { width: 18px; height: 18px; opacity: .8; transition: transform .3s; }
#top .tbu-f-wa:hover > svg:last-child { transform: translateX(3px); }
.tbu-f-wa small { display: block; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .72); }
.tbu-f-credit { margin: 8px 0 0 !important; text-align: center; }
#top .tbu-f-credit a { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; padding: 4px 14px; text-decoration: none; }
.tbu-f-credit small { font-size: .64rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(255, 240, 237, .45); transition: color .3s; }
.tbu-f-credit span { font-family: var(--tbu-serif); font-style: italic; font-size: 1.08rem; color: #E7A7A6; transition: color .3s; }
#top .tbu-f-credit a:hover small { color: rgba(255, 240, 237, .75); }
#top .tbu-f-credit a:hover span { color: #fff; }
.tbu-f-bottom-in { margin-top: 6px; }
/* Pencere: WhatsApp butonu (Ara yerine) */
#top .tbu-modal-call.tbu-modal-wa { border-color: #2F7D5B; color: #2F7D5B; }
#top .tbu-modal-call.tbu-modal-wa svg { width: 22px; height: 22px; }
#top .tbu-modal-call.tbu-modal-wa:hover { background: #2F7D5B; color: #fff; }
/* Sayfa kenarlarındaki Enfold önceki/sonraki okları kaldırıldı */
#top .avia-post-nav { display: none !important; }
/* Sosyal çubuk mobilde solda: dış kenar düz, iç kenar yuvarlak */
@media (max-width: 1024px) {
	#top .mystickyelements-fixed.mystickyelements-position-mobile-left .mystickyelements-lists { border-radius: 0 18px 18px 0 !important; }
	#top .mystickyelements-fixed.mystickyelements-position-mobile-right .mystickyelements-lists { border-radius: 18px 0 0 18px !important; }
}
/* Pencere formu: iki sütun (Ad–Şehir, Telefon–Email), mesaj tam genişlik */
.tbu-modal-form .elementor-form-fields-wrapper { column-gap: 12px !important; }
.tbu-modal-form .elementor-field-group.tbu-fi-half { flex: 0 0 calc(50% - 6px) !important; width: calc(50% - 6px) !important; max-width: calc(50% - 6px) !important; }
.tbu-modal-form .tbu-count { position: absolute; right: 12px; bottom: 8px; font-size: .72rem; color: var(--tbu-ink-3); pointer-events: none; }
.tbu-modal-form .tbu-count.is-full { color: var(--tbu-rose-deep); font-weight: 600; }
#top.tbu .tbu-modal-form .elementor-field-group input:invalid:not(:placeholder-shown):not(:focus) { border-color: var(--tbu-rose) !important; }
@media (max-width: 560px) { .tbu-modal-form .elementor-field-group.tbu-fi-half { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; } }
#top.tbu .tbu-modal-form .elementor-field-group textarea { padding-bottom: 28px !important; }
/* Medya sayfaları: açıklama tek satıra yayılır, sekmeler sağda */
.tbu-page-videolar .tbu-phead-split, .tbu-page-medya .tbu-phead-split { flex-wrap: nowrap; align-items: center; }
.tbu-page-videolar .tbu-phead-split .tbu-lead, .tbu-page-medya .tbu-phead-split .tbu-lead { max-width: 72ch; flex: 1 1 auto; }
.tbu-page-videolar .tbu-mtabs, .tbu-page-medya .tbu-mtabs { flex: none; margin: 0; }
@media (max-width: 900px) { .tbu-page-videolar .tbu-phead-split, .tbu-page-medya .tbu-phead-split { flex-wrap: wrap; } }
.tbu-page-videolar .tbu-phead-split .tbu-lead, .tbu-page-medya .tbu-phead-split .tbu-lead { max-width: none; text-align: left; }
@media (min-width: 1100px) { .tbu-page-videolar .tbu-phead-split .tbu-lead, .tbu-page-medya .tbu-phead-split .tbu-lead { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } }

/* =====================================================================
   v1.5 — Tüp Bebek Aşamaları
   ===================================================================== */
.tbu-as-head-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 4vw, 56px); align-items: end; }
#top .tbu-as-head h1 { margin-top: 10px; }
.tbu-as-intro p { margin: 10px 0 0 !important; text-align: justify; hyphens: auto; }
.tbu-as-toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 0 !important; padding: 12px; list-style: none; border-radius: 20px; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-as-toc li { margin: 0; }
#top .tbu-as-toc a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; align-items: center; padding: 8px 10px; border-radius: 12px; font-size: .84rem; line-height: 1.3; color: var(--tbu-ink-2); transition: background .25s, color .25s; }
#top .tbu-as-toc a:hover { background: var(--tbu-pearl); color: var(--tbu-ink); }
.tbu-as-toc b { font-size: .72rem; letter-spacing: .1em; color: var(--tbu-rose); font-variant-numeric: tabular-nums; }

.tbu-as-steps { position: relative; margin: 0 !important; padding: 0; list-style: none; display: grid; gap: clamp(18px, 3vw, 34px); }
.tbu-as-steps::before { content: ""; position: absolute; left: 50%; top: 20px; bottom: 20px; width: 1px; background: linear-gradient(180deg, rgba(200, 115, 124, 0), var(--tbu-blush-2) 8%, var(--tbu-blush-2) 92%, rgba(200, 115, 124, 0)); }
.tbu-as-step { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 4vw, 64px); align-items: center; margin: 0; scroll-margin-top: 90px; }
.tbu-as-step::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; margin: -6.5px 0 0 -6.5px; border-radius: 50%; background: #fff; border: 2px solid var(--tbu-rose); box-shadow: 0 0 0 6px rgba(200, 115, 124, .12); }
.tbu-as-step:nth-child(even) .tbu-as-fig { order: 2; }
.tbu-as-fig { position: relative; margin: 0; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; background: radial-gradient(circle at 30% 30%, #fff, var(--tbu-blush) 70%); box-shadow: 0 30px 60px -36px rgba(90, 40, 50, .5); }
.tbu-as-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--tbu-ease); }
.tbu-as-step:hover .tbu-as-fig img, .tbu-as-card:hover .tbu-as-fig img { transform: scale(1.04); }
.tbu-as-no { position: absolute; left: 16px; bottom: 12px; font-family: var(--tbu-serif); font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1; color: #fff; text-shadow: 0 4px 24px rgba(60, 20, 30, .45); }
.tbu-as-body { max-width: 560px; }
.tbu-as-step:nth-child(even) .tbu-as-body { justify-self: end; }
.tbu-as-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 0 !important; }
.tbu-as-meta span { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-as-meta em { font-style: normal; font-size: .76rem; padding: 3px 10px; border-radius: 999px; background: var(--tbu-pearl); border: 1px solid var(--tbu-line); color: var(--tbu-ink-2); }
#top .tbu-as-body h2 { margin: 8px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.06; color: var(--tbu-ink); }
.tbu-as-text p { margin: 10px 0 0 !important; font-size: .96rem; line-height: 1.75; color: var(--tbu-ink-2); text-align: justify; hyphens: auto; }

.tbu-as-extras { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.tbu-as-card { display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-as-card .tbu-as-fig { border-radius: 0; box-shadow: none; }
.tbu-as-chip { position: absolute; left: 14px; top: 14px; padding: 5px 12px; border-radius: 999px; background: rgba(255, 255, 255, .88); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-as-card-body { padding: 18px 20px 22px; }
#top .tbu-as-card h3 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.5rem; line-height: 1.1; color: var(--tbu-ink); }
.tbu-as-card .tbu-as-text p { font-size: .9rem; }
.tbu-page-asama .tbu-as-last { padding-bottom: clamp(36px, 5vh, 60px); }
.tbu-page-asama .tbu-related { margin-top: 0; }

@media (max-width: 1024px) { .tbu-as-extras { grid-template-columns: 1fr 1fr; } }
@media (max-width: 860px) {
	.tbu-as-head-grid { grid-template-columns: 1fr; }
	.tbu-as-steps::before { left: 14px; }
	.tbu-as-step { grid-template-columns: 1fr; gap: 14px; padding-left: 36px; }
	.tbu-as-step::after { left: 14px; top: 26px; }
	.tbu-as-step:nth-child(even) .tbu-as-fig { order: 0; }
	.tbu-as-step:nth-child(even) .tbu-as-body { justify-self: start; }
}
@media (max-width: 767px) {
	.tbu-as-toc ol { grid-template-columns: 1fr; }
	.tbu-as-text p, .tbu-as-intro p { text-align: left; }
	.tbu-as-extras { grid-template-columns: 1fr; }
	.tbu-as-fig { border-radius: 18px; }
}
/* Aşamalar: kapanış bandı ve İlgili Konular yan yana */
.tbu-as-duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.tbu-as-duo .tbu-as-band { flex-direction: column; align-items: flex-start; justify-content: space-between; height: 100%; }
#top .tbu-as-duo .tbu-related { display: flex; }
#top .tbu-as-duo .tbu-related .container { width: 100%; max-width: none; padding: 22px 24px !important; border-radius: 26px; background: #fff; border: 1px solid var(--tbu-line); }
#top .tbu-as-duo .tbu-related h2 { font-size: clamp(1.5rem, 2.2vw, 1.9rem); margin-bottom: 12px; }
.tbu-as-duo .tbu-related-grid { grid-template-columns: 1fr; gap: 10px; }
@media (max-width: 860px) { .tbu-as-duo { grid-template-columns: 1fr; } }

/* =====================================================================
   v1.6 — Tüp Bebekte İlk Adım (dönüşüm sayfası)
   ===================================================================== */
.tbu-ilk-hero { position: relative; overflow: hidden; padding: clamp(28px, 5vh, 56px) var(--tbu-gutter) clamp(28px, 4vh, 44px); background: radial-gradient(80% 90% at 0% 0%, #F7E3DF 0%, rgba(247, 227, 223, 0) 60%), radial-gradient(70% 80% at 100% 100%, #F1DDE0 0%, rgba(241, 221, 224, 0) 60%), var(--tbu-ivory); }
.tbu-ilk-hero::after { content: ""; position: absolute; right: -180px; top: -180px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(200, 115, 124, .18); box-shadow: inset 0 0 90px rgba(200, 115, 124, .1); pointer-events: none; }
.tbu-ilk-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
#top .tbu-ilk-copy h1 { margin: 12px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.015em; color: var(--tbu-ink); }
#top .tbu-ilk-copy h1 em { display: block; font-style: italic; color: var(--tbu-rose-deep); }
.tbu-ilk-lead { max-width: 52ch; margin: 16px 0 0 !important; font-size: 1.08rem; line-height: 1.7; color: var(--tbu-ink-2); }
.tbu-ilk-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
#top .tbu-ilk-cta .tbu-btn { height: 54px; padding: 0 24px; font-size: .96rem; }
#top .tbu-ilk-cta .tbu-btn .tbu-ico, #top .tbu-ilk-final .tbu-btn .tbu-ico { width: 18px; height: 18px; }
#top .tbu-ilk-call { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; color: var(--tbu-ink); }
#top .tbu-ilk-call .tbu-ico { width: 40px; height: 40px; padding: 10px; border-radius: 50%; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-rose-deep); }
.tbu-ilk-call small { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tbu-ink-3); }
.tbu-ilk-call span { font-size: 1.15rem; font-weight: 600; }
.tbu-ilk-doc { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--tbu-line); }
.tbu-ilk-doc img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 18%; border: 3px solid #fff; box-shadow: 0 10px 24px -14px rgba(90, 40, 50, .6); }
.tbu-ilk-doc p { margin: 0 !important; display: grid; gap: 2px; }
.tbu-ilk-doc b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; color: var(--tbu-ink); }
.tbu-ilk-doc span { font-size: .84rem; color: var(--tbu-ink-2); }

.tbu-ilk-formcard { scroll-margin-top: 90px; padding: clamp(20px, 2.6vw, 30px); border-radius: 28px; background: #FDF9F6; border: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 40px 90px -40px rgba(90, 40, 50, .45); }
.tbu-ilk-form-k { margin: 0 !important; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--tbu-rose-deep); }
#top .tbu-ilk-formcard h2 { margin: 8px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.05; color: var(--tbu-ink); }
.tbu-ilk-form-p { margin: 6px 0 14px !important; font-size: .92rem; color: var(--tbu-ink-2); }
.tbu-inline-form.tbu-modal-form { padding: 0 !important; border: 0 !important; }

.tbu-ilk-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tbu-ilk-note { margin: 8px 0 0 !important; font-size: .76rem; color: var(--tbu-ink-3); }

.tbu-ilk-empathy { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 4vw, 56px); align-items: center; padding: clamp(24px, 3.4vw, 40px); border-radius: 28px; background: linear-gradient(135deg, #fff, var(--tbu-pearl)); border: 1px solid var(--tbu-line); }
.tbu-ilk-empathy-txt p { margin: 0 0 12px !important; font-size: 1rem; line-height: 1.75; color: var(--tbu-ink-2); text-align: justify; hyphens: auto; }
.tbu-ilk-empathy-txt p:last-child { margin-bottom: 0 !important; }

.tbu-ilk-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 18px 0 0 !important; padding: 0; list-style: none; counter-reset: none; }
.tbu-ilk-steps li { position: relative; display: grid; gap: 8px; align-content: start; margin: 0; padding: 20px; border-radius: 22px; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-ilk-steps li:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 42px; width: 10px; height: 10px; border-top: 1.5px solid var(--tbu-rose); border-right: 1.5px solid var(--tbu-rose); transform: rotate(45deg); z-index: 1; }
.tbu-ilk-steps i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #F6E6E2; color: var(--tbu-rose-deep); }
.tbu-ilk-steps i svg { width: 22px; height: 22px; }
.tbu-ilk-steps small { font-size: .7rem; letter-spacing: .18em; font-weight: 600; color: var(--tbu-rose); }
.tbu-ilk-steps b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.45rem; line-height: 1.1; color: var(--tbu-ink); }
.tbu-ilk-steps span { font-size: .9rem; line-height: 1.55; color: var(--tbu-ink-2); }

.tbu-ilk-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.tbu-ilk-two .tbu-chips { margin-top: 12px !important; }
#top .tbu-ilk-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 600; font-size: .9rem; color: var(--tbu-rose-deep); }
.tbu-ilk-more svg { width: 16px; height: 16px; }
.tbu-ilk-faq { margin-top: 12px; }
.tbu-ilk-faq .tbu-dr-acc-body { max-height: none; }

.tbu-ilk-end { padding-bottom: clamp(36px, 5vh, 60px); }
.tbu-ilk-final { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 30px; padding: clamp(26px, 3.6vw, 44px); border-radius: 28px; color: #fff; background: radial-gradient(90% 120% at 100% 0%, #6b3140 0%, rgba(107, 49, 64, 0) 60%), var(--tbu-ink); }
#top .tbu-ilk-final h2 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.04; color: #fff; }
#top .tbu-ilk-final h2 em { font-style: italic; color: #F6CFCB; }
.tbu-ilk-final p { margin: 8px 0 0 !important; color: rgba(255, 255, 255, .72); }
.tbu-ilk-final-cta { display: flex; flex-wrap: wrap; gap: 10px; }

.tbu-ilk-bar { display: none; }
@media (max-width: 1024px) {
	.tbu-ilk-steps { grid-template-columns: 1fr 1fr; }
	.tbu-ilk-steps li:nth-child(2)::after { display: none; }
}
@media (max-width: 900px) {
	.tbu-ilk-hero-grid, .tbu-ilk-empathy, .tbu-ilk-two { grid-template-columns: 1fr; }
	.tbu-ilk-trust { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
	.tbu-ilk-steps { grid-template-columns: 1fr; }
	.tbu-ilk-steps li::after { display: none; }
	.tbu-ilk-empathy-txt p { text-align: left; }
	#top .tbu-ilk-cta .tbu-btn { flex: 1 1 100%; }
	.tbu-page-ilk { padding-bottom: 64px; }
	.tbu-ilk-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 9990; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 6px; border-radius: 18px; background: rgba(43, 29, 34, .94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 16px 40px -16px rgba(0, 0, 0, .6); }
	#top .tbu-ilk-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; height: 46px; border-radius: 13px; color: #fff; font-size: .88rem; font-weight: 600; }
	#top .tbu-ilk-bar a.is-wa { background: var(--tbu-wa); }
	#top .tbu-ilk-bar a.is-form { background: #F6CFCB; color: var(--tbu-ink); }
	.tbu-ilk-bar .tbu-ico { width: 18px; height: 18px; }
	body.tbu-view-ilk-adim #scroll-top-link, body.tbu-view-ilk-adim #gt_float_wrapper { bottom: 76px !important; }
}

/* =====================================================================
   v1.7 — İlk Adım: görsel, animasyonlu dönüşüm sayfası
   ===================================================================== */
/* Görününce belirme */
html.tbu-i-js .tbu-i-rv { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--tbu-ease), transform .9s var(--tbu-ease); transition-delay: var(--d, 0ms); }
html.tbu-i-js .tbu-i-rv.is-in { opacity: 1; transform: none; }
.tbu-i-in { animation: tbu-i-up 1s var(--tbu-ease) both; }
.tbu-i-copy > .tbu-i-in:nth-child(2) { animation-delay: .08s; } .tbu-i-copy > .tbu-i-in:nth-child(3) { animation-delay: .16s; } .tbu-i-copy > .tbu-i-in:nth-child(4) { animation-delay: .24s; } .tbu-i-copy > .tbu-i-in:nth-child(5) { animation-delay: .32s; }
@keyframes tbu-i-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* 1) Açılış */
.tbu-i-hero { position: relative; overflow: hidden; isolation: isolate; padding: clamp(28px, 5vh, 60px) var(--tbu-gutter) clamp(36px, 6vh, 70px); background: radial-gradient(70% 90% at 0% 0%, #F7E3DF 0%, rgba(247, 227, 223, 0) 60%), radial-gradient(60% 80% at 100% 100%, #EFDADF 0%, rgba(239, 218, 223, 0) 60%), var(--tbu-ivory); }
.tbu-i-cells { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.tbu-i-cells i { position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .95), rgba(241, 190, 184, .35) 55%, rgba(200, 115, 124, .12) 75%, rgba(200, 115, 124, 0) 76%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6); animation: tbu-i-drift 18s ease-in-out infinite; }
.tbu-i-cells i:nth-child(1) { width: 160px; height: 160px; left: 4%; top: 58%; }
.tbu-i-cells i:nth-child(2) { width: 70px; height: 70px; left: 38%; top: 12%; animation-duration: 14s; animation-delay: -3s; }
.tbu-i-cells i:nth-child(3) { width: 110px; height: 110px; left: 47%; top: 72%; animation-duration: 20s; animation-delay: -8s; }
.tbu-i-cells i:nth-child(4) { width: 44px; height: 44px; left: 28%; top: 80%; animation-duration: 12s; }
.tbu-i-cells i:nth-child(5) { width: 220px; height: 220px; right: -60px; top: -70px; animation-duration: 24s; animation-delay: -5s; }
.tbu-i-cells i:nth-child(6) { width: 60px; height: 60px; right: 6%; bottom: 8%; animation-duration: 16s; animation-delay: -10s; }
@keyframes tbu-i-drift { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 33% { transform: translate3d(18px, -22px, 0) scale(1.05); } 66% { transform: translate3d(-14px, 12px, 0) scale(.96); } }
.tbu-i-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(24px, 4vw, 60px); align-items: center; }
#top .tbu-i-copy h1 { margin: 12px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.6rem, 5.2vw, 4.8rem); line-height: .98; letter-spacing: -.015em; color: var(--tbu-ink); }
#top .tbu-i-copy h1 em { display: block; font-style: italic; color: var(--tbu-rose-deep); }
.tbu-i-lead { max-width: 50ch; margin: 18px 0 0 !important; font-size: 1.08rem; line-height: 1.7; color: var(--tbu-ink-2); }
.tbu-i-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
#top .tbu-i-cta .tbu-btn { height: 56px; padding: 0 26px; font-size: .98rem; }
#top .tbu-i-cta .tbu-btn .tbu-ico, #top .tbu-i-final .tbu-btn .tbu-ico { width: 18px; height: 18px; }
#top .tbu-i-call { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--tbu-ink); }
#top .tbu-i-call .tbu-ico { width: 42px; height: 42px; padding: 11px; border-radius: 50%; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-rose-deep); }
.tbu-i-call small { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tbu-ink-3); }
.tbu-i-call span { font-size: 1.15rem; font-weight: 600; }

.tbu-i-visual { --mx: 0; --my: 0; position: relative; padding: 24px 0 40px 40px; }
.tbu-i-main { position: relative; margin: 0; aspect-ratio: 12 / 8.2; border-radius: 30px; overflow: hidden; background: var(--tbu-blush); box-shadow: 0 50px 90px -46px rgba(90, 40, 50, .6); transform: translate3d(calc(var(--mx) * -10px), calc(var(--my) * -10px), 0); transition: transform .5s var(--tbu-ease); animation: tbu-i-zoom 1.4s var(--tbu-ease) both; }
.tbu-i-main img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 40%; }
@keyframes tbu-i-zoom { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: none; } }
.tbu-i-float { position: absolute; margin: 0; }
.tbu-i-float-a { left: 0; bottom: 0; width: 34%; border-radius: 22px; overflow: hidden; background: #fff; padding: 6px; box-shadow: 0 30px 60px -30px rgba(90, 40, 50, .65); transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 18px), 0) rotate(-3deg); animation: tbu-i-bob 7s ease-in-out infinite; }
.tbu-i-float-a img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 17px; }
.tbu-i-float-a figcaption { padding: 8px 6px 4px; font-family: var(--tbu-serif); font-style: italic; font-size: 1rem; text-align: center; color: var(--tbu-rose-deep); }
.tbu-i-chip { position: absolute; right: -10px; top: 0; display: grid; justify-items: center; padding: 14px 18px; border-radius: 20px; background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 20px 40px -24px rgba(90, 40, 50, .55); animation: tbu-i-bob 6s ease-in-out infinite reverse; }
.tbu-i-chip b { font-family: var(--tbu-serif); font-weight: 400; font-size: 2.2rem; line-height: 1; color: var(--tbu-rose-deep); }
.tbu-i-chip span { font-size: .76rem; color: var(--tbu-ink-2); }
@keyframes tbu-i-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
#top .tbu-i-badge { position: absolute; right: 26px; bottom: 6px; display: grid; place-items: center; width: 118px; height: 118px; border-radius: 50%; background: linear-gradient(135deg, #D98E95, #A1505D); color: #fff; box-shadow: 0 20px 40px -18px rgba(140, 62, 75, .8); }
.tbu-i-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: tbu-spin 16s linear infinite; }
.tbu-i-badge text { fill: #fff; font: 600 9.6px/1 var(--tbu-sans); letter-spacing: 2.2px; }
.tbu-i-badge span svg { position: static; width: 30px; height: 30px; animation: none; transform: rotate(45deg); transition: transform .4s var(--tbu-ease); }
#top .tbu-i-badge:hover span svg { transform: rotate(90deg); }

/* 2) Güven */
.tbu-i-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* 3) Aileler */
.tbu-i-head { max-width: 760px; }
.tbu-i-head p { margin: 12px 0 0 !important; font-size: 1.02rem; line-height: 1.7; color: var(--tbu-ink-2); }
.tbu-i-families { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.tbu-i-fam { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: 26px; overflow: hidden; background: linear-gradient(160deg, var(--tbu-blush), var(--tbu-pearl)); box-shadow: 0 30px 60px -40px rgba(90, 40, 50, .6); }
.tbu-i-fam:nth-child(2) { transform: translateY(28px); }
html.tbu-i-js .tbu-i-fam:nth-child(2).tbu-i-rv { transform: translateY(54px); }
html.tbu-i-js .tbu-i-fam:nth-child(2).tbu-i-rv.is-in { transform: translateY(28px); }
.tbu-i-fam img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--tbu-ease); }
.tbu-i-fam:hover img { transform: scale(1.05); }
.tbu-i-fam::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(43, 20, 28, .72), rgba(43, 20, 28, 0)); }
.tbu-i-fam figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; color: #fff; }
.tbu-i-fam b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-style: italic; font-size: 1.45rem; line-height: 1.12; }
.tbu-i-fam span { display: block; margin-top: 6px; font-size: .86rem; line-height: 1.45; color: rgba(255, 255, 255, .82); }
.tbu-i-note { margin: 40px 0 0 !important; font-size: .72rem; color: var(--tbu-ink-3); text-align: right; }

/* 4) Süreç */
.tbu-i-process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.tbu-i-process-img { position: relative; margin: 0; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 3.4; box-shadow: 0 40px 80px -46px rgba(90, 40, 50, .6); }
.tbu-i-process-img img { width: 100%; height: 100%; object-fit: cover; }
.tbu-i-process-img figcaption { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .84rem; font-weight: 600; color: var(--tbu-ink); }
.tbu-i-process-img figcaption svg { width: 18px; height: 18px; color: var(--tbu-rose); }
.tbu-i-steps { position: relative; margin: 18px 0 0 !important; padding: 0; list-style: none; display: grid; gap: 10px; }
.tbu-i-steps::before { content: ""; position: absolute; left: 25px; top: 26px; bottom: 26px; width: 1px; background: var(--tbu-blush-2); }
.tbu-i-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; margin: 0; padding: 12px 14px 12px 0; }
.tbu-i-steps i { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1px solid var(--tbu-blush-2); color: var(--tbu-rose-deep); box-shadow: 0 10px 22px -16px rgba(90, 40, 50, .6); }
.tbu-i-steps i svg { width: 22px; height: 22px; }
.tbu-i-steps small { display: block; font-size: .7rem; letter-spacing: .18em; font-weight: 600; color: var(--tbu-rose); }
.tbu-i-steps b { display: block; margin-top: 2px; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.45rem; line-height: 1.1; color: var(--tbu-ink); }
.tbu-i-steps span { display: block; margin-top: 4px; font-size: .92rem; line-height: 1.6; color: var(--tbu-ink-2); }

/* 5) Form */
#ilk-form { scroll-margin-top: 80px; }
.tbu-i-formwrap { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); overflow: hidden; border-radius: 30px; background: #FDF9F6; border: 1px solid var(--tbu-line); box-shadow: 0 50px 100px -60px rgba(90, 40, 50, .6); }
.tbu-i-formside { position: relative; overflow: hidden; padding: clamp(24px, 3vw, 40px); padding-bottom: 0; color: #fff; background: radial-gradient(90% 70% at 100% 0%, #6b3140 0%, rgba(107, 49, 64, 0) 70%), var(--tbu-ink); display: flex; flex-direction: column; }
#top .tbu-i-formside h2 { margin: 10px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1.02; color: #fff; }
#top .tbu-i-formside h2 em { font-style: italic; color: #F6CFCB; }
.tbu-i-formside > p { margin: 10px 0 0 !important; color: rgba(255, 255, 255, .75); font-size: .96rem; line-height: 1.6; }
.tbu-i-contact { margin: 18px 0 0 !important; padding: 0; list-style: none; display: grid; gap: 8px; position: relative; z-index: 1; }
.tbu-i-contact li { margin: 0; }
#top .tbu-i-contact a { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; color: #fff; font-weight: 600; }
.tbu-i-contact svg { width: 40px; height: 40px; padding: 10px; border-radius: 50%; background: rgba(255, 255, 255, .08); border: 1px solid rgba(246, 207, 203, .22); color: #F6CFCB; }
.tbu-i-contact small { display: block; font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.tbu-i-doccut { display: block; width: 72%; max-width: 280px; margin: 10px 0 0 auto; height: auto; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .35)); }
.tbu-i-formcard { padding: clamp(22px, 3vw, 38px); align-self: center; }

/* 6) Yorumlar */
.tbu-i-quotes { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(20px, 4vw, 56px); align-items: center; padding: clamp(24px, 3.4vw, 44px); border-radius: 30px; color: #fff; background: radial-gradient(90% 120% at 0% 0%, #4a2530 0%, rgba(74, 37, 48, 0) 60%), var(--tbu-ink); }
.tbu-i-quotes .tbu-kicker { color: rgba(255, 255, 255, .8); }
#top .tbu-i-quotes .tbu-h2 { color: #fff; }
#top .tbu-i-quotes .tbu-h2 em { color: #F6CFCB; }
.tbu-i-qnav { display: flex; gap: 8px; margin: 18px 0 0 !important; }
#top .tbu-i-qnav button { width: 46px; height: 46px; padding: 0; border-radius: 50%; border: 1px solid rgba(246, 207, 203, .35); background: transparent; color: #F6CFCB; font-size: 1.5rem; line-height: 1; cursor: pointer; transition: background .2s, color .2s; }
#top .tbu-i-qnav button:hover { background: #F6CFCB; color: var(--tbu-ink); }
.tbu-i-qslider { position: relative; display: grid; }
.tbu-i-q { grid-area: 1 / 1; margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; opacity: 0; transform: translateY(12px); transition: opacity .6s var(--tbu-ease), transform .6s var(--tbu-ease); pointer-events: none; }
.tbu-i-q.on { opacity: 1; transform: none; pointer-events: auto; }
.tbu-i-q p { margin: 0 !important; font-family: var(--tbu-serif); font-style: italic; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.4; color: #fff; }
.tbu-i-q footer { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.tbu-i-q footer b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #F6CFCB; color: var(--tbu-ink); font-size: .82rem; }
.tbu-i-q footer span { font-size: .84rem; color: rgba(255, 255, 255, .65); }
.tbu-i-qdots { grid-area: 2 / 1; display: flex; gap: 6px; margin-top: 18px; }
.tbu-i-qdots i { width: 8px; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, .25); transition: width .3s, background .3s; }
.tbu-i-qdots i.on { width: 26px; background: #F6CFCB; }

/* 8) Kapanış */
.tbu-i-final { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 30px; min-height: 260px; padding: clamp(28px, 4vw, 52px); border-radius: 30px; color: #fff; background: var(--tbu-ink); }
.tbu-i-final.has-img::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--bg) center 35% / cover no-repeat; transform: scale(1.04); }
.tbu-i-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(43, 20, 28, .92) 0%, rgba(43, 20, 28, .7) 45%, rgba(43, 20, 28, .25) 100%); }
#top .tbu-i-final h2 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.02; color: #fff; }
#top .tbu-i-final h2 em { font-style: italic; color: #F6CFCB; }
.tbu-i-final p { max-width: 40ch; margin: 10px 0 0 !important; color: rgba(255, 255, 255, .8); }

@media (prefers-reduced-motion: reduce) { .tbu-i-cells i, .tbu-i-float-a, .tbu-i-chip, .tbu-i-badge svg, .tbu-i-in, .tbu-i-main { animation: none !important; } }
@media (max-width: 1024px) {
	.tbu-i-hero-grid, .tbu-i-process, .tbu-i-quotes { grid-template-columns: 1fr; }
	.tbu-i-formwrap { grid-template-columns: 1fr; }
	.tbu-i-doccut { display: none; }
	.tbu-i-formside { padding-bottom: clamp(24px, 3vw, 40px); }
	.tbu-i-trust { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
	.tbu-i-visual { padding: 10px 0 30px 18px; }
	.tbu-i-float-a { width: 38%; }
	#top .tbu-i-badge { width: 92px; height: 92px; right: 6px; }
	.tbu-i-badge text { font-size: 9px; }
	.tbu-i-chip { right: 0; padding: 10px 12px; }
	.tbu-i-chip b { font-size: 1.7rem; }
	#top .tbu-i-cta .tbu-btn { flex: 1 1 100%; }
	.tbu-i-families { grid-template-columns: 1fr 1fr; gap: 10px; }
	.tbu-i-fam:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3.6; }
	.tbu-i-fam:nth-child(2), html.tbu-i-js .tbu-i-fam:nth-child(2).tbu-i-rv.is-in { transform: none; }
	.tbu-i-fam b { font-size: 1.15rem; }
	.tbu-i-fam span { display: none; }
	.tbu-i-note { margin-top: 10px !important; }
}
.tbu-dr-stats b span { font: inherit; color: inherit; }
/* İlk Adım: başlık ve metin tam genişlik (gereksiz satır bölme yok), 3 fotoğraf aynı hizada */
.tbu-i-head { max-width: none; }
.tbu-i-head .tbu-h2 em { white-space: nowrap; }
.tbu-i-fam:nth-child(2), html.tbu-i-js .tbu-i-fam:nth-child(2).tbu-i-rv.is-in { transform: none; }
html.tbu-i-js .tbu-i-fam:nth-child(2).tbu-i-rv { transform: translateY(26px); }
.tbu-i-note { display: none; }
@media (max-width: 767px) { .tbu-i-head .tbu-h2 em { white-space: normal; } }
/* Adımlar numarasız: başlık vurgulu */
.tbu-i-steps li { align-items: center; padding: 8px 14px 8px 0; }
.tbu-i-steps b { margin-top: 0; font-size: 1.55rem; }
.tbu-i-steps span { margin-top: 2px; }

/* ===== v1.8 — Aşamalar: videolu anlatım ===== */
#top .tbu-vcard h3 { margin: 0; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.22rem; line-height: 1.15; color: var(--tbu-ink); }
#top .tbu-as-videos .tbu-h2 { margin-bottom: 22px; }
.tbu-as-vlink { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 7px 14px 7px 7px; border-radius: 999px; background: rgba(200, 115, 124, .1); color: var(--tbu-rose-deep) !important; font-size: .86rem; line-height: 1.3; text-decoration: none !important; transition: background .3s var(--tbu-ease), transform .3s var(--tbu-ease); }
.tbu-as-vlink:hover { background: rgba(200, 115, 124, .18); transform: translateY(-1px); }
.tbu-as-vlink i { flex: none; position: relative; width: 28px; height: 28px; border-radius: 50%; background: var(--tbu-rose); }
.tbu-as-vlink i::after { content: ""; position: absolute; left: 11px; top: 8px; border-style: solid; border-width: 6px 0 6px 9px; border-color: transparent transparent transparent #fff; }
.tbu-as-vlink b { font-weight: 600; }
@media (max-width: 640px) { .tbu-as-vlink { font-size: .8rem; } }
button.tbu-as-vlink { border: 0; cursor: pointer; font-family: inherit; text-align: left; }
.tbu-vmodal { position: fixed; inset: 0; z-index: 100001; display: grid; place-items: center; padding: 16px; opacity: 0; transition: opacity .2s ease; }
.tbu-vmodal.is-open { opacity: 1; }
.tbu-vmodal[hidden] { display: none; }
.tbu-vmodal-bg { position: absolute; inset: 0; background: rgba(43, 29, 34, .78); backdrop-filter: blur(4px); }
.tbu-vmodal-in { position: relative; width: min(960px, 100%); transform: translateY(12px) scale(.98); transition: transform .25s var(--tbu-ease); }
.tbu-vmodal.is-open .tbu-vmodal-in { transform: none; }
.tbu-vmodal-box { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.tbu-vmodal-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#top .tbu-vmodal-t { margin: 12px 4px 0; color: #fff; font-family: var(--tbu-serif); font-size: 1.25rem; line-height: 1.2; }
#top .tbu-vmodal-x { position: absolute; right: -6px; top: -48px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .95); color: var(--tbu-rose-deep); font-size: 26px; line-height: 40px; padding: 0; cursor: pointer; }

/* ===== v1.8.2 — "Okuyun / Bilgi alın / İzleyin" başlığın son satırının sonuna (yer yoksa alta geçer; satır kazanır) ===== */
#top .tbu-related-grid a { display: block; align-content: normal; }
#top .tbu-related-grid b { display: inline; }
#top .tbu-related-grid span { display: inline-block; margin-left: 6px; white-space: nowrap; }
#top .tbu-card-hd { display: block; margin-top: auto; }
#top .tbu-card-hd h3 { display: inline; margin: 0; }
#top .tbu-card-hd .tbu-more { display: inline-block; margin-left: 6px; white-space: nowrap; }
#top .tbu-side-video > span:last-child b { display: inline; }
#top .tbu-side-video em { display: inline-block; margin: 0 0 0 4px; white-space: nowrap; }
@media (max-width: 640px) { #top .tbu-card { min-height: 0; } }

/* ===== v1.9 — Hızlı düzeltmeler ===== */
/* Mobil sosyal çubuk: kapalı başlar, sekmeyle açılır (metnin üstüne binmez) */
.tbu-sb-tab { display: none; }
@media (max-width: 767px) {
	html.tbu-has-sbtab #top .mystickyelements-fixed .mystickyelements-minimize { display: none !important; }
	html.tbu-has-sbtab .mystickyelements-fixed .mystickyelement-lists-wrap { position: relative; transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
	html.tbu-has-sbtab.tbu-sb-closed .mystickyelements-fixed .mystickyelement-lists-wrap { transform: translateX(-100%) !important; }
	html.tbu-has-sbtab .mystickyelements-position-mobile-right .mystickyelement-lists-wrap { }
	html.tbu-has-sbtab.tbu-sb-closed .mystickyelements-position-mobile-right .mystickyelement-lists-wrap { transform: translateX(100%) !important; }
	.tbu-sb-tab { display: grid; place-items: center; position: absolute; top: 50%; left: 100%; width: 24px; height: 54px; margin-top: -27px; padding: 0; border: 0; border-radius: 0 14px 14px 0; background: #2B1D22; color: #F6CFCB; box-shadow: 0 10px 24px -12px rgba(43, 29, 34, .6); cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .25s; }
	.mystickyelements-position-mobile-right .tbu-sb-tab { left: auto; right: 100%; border-radius: 14px 0 0 14px; }
	html.tbu-sb-closed .tbu-sb-tab { opacity: 1; pointer-events: auto; }
	.tbu-sb-tab svg { width: 15px; height: 15px; }
	.tbu-sb-tab:focus-visible { outline: 2px solid #F6CFCB; outline-offset: 2px; }
}
/* Ana sayfa "ilkler" listesi: roma rakamı yerine işaret */
.tbu-firsts li { grid-template-columns: 18px 1fr; align-items: center; }
.tbu-firsts li span { width: 9px; height: 9px; border-radius: 50%; background: var(--tbu-rose); box-shadow: 0 0 0 4px rgba(200, 115, 124, .16); font-size: 0; margin-left: 5px; }
/* Makale içi Enfold açılır kutuları: sitenin kart diline uygun */
#top .togglecontainer { display: grid; gap: 8px; margin: 18px 0 !important; }
#top .togglecontainer .av_toggle_section { margin: 0 !important; border: 1px solid var(--tbu-line) !important; border-radius: 16px; background: #fff; overflow: hidden; transition: box-shadow .3s; }
#top .togglecontainer .av_toggle_section:hover { box-shadow: 0 14px 30px -24px rgba(90, 40, 50, .45); }
#top .togglecontainer .single_toggle { border: 0 !important; }
#top .togglecontainer p.toggler { position: relative; margin: 0 !important; padding: 14px 52px 14px 18px !important; border: 0 !important; background: transparent !important; font-family: var(--tbu-serif); font-size: 1.2rem !important; line-height: 1.25; color: var(--tbu-ink) !important; cursor: pointer; }
#top .togglecontainer p.toggler.activeTitle { color: var(--tbu-rose-deep) !important; }
#top .togglecontainer p.toggler .toggle_icon { position: absolute; right: 16px; top: 50%; left: auto !important; width: 26px; height: 26px; margin-top: -13px; border: 0 !important; border-radius: 50%; background: rgba(200, 115, 124, .12); }
#top .togglecontainer p.toggler .toggle_icon .hor_icon, #top .togglecontainer p.toggler .toggle_icon .vert_icon { display: none !important; }
#top .togglecontainer p.toggler .toggle_icon::before, #top .togglecontainer p.toggler .toggle_icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 1.6px; margin: -.8px 0 0 -5.5px; border-radius: 2px; background: var(--tbu-rose-deep); transition: transform .3s; }
#top .togglecontainer p.toggler .toggle_icon::after { transform: rotate(90deg); }
#top .togglecontainer p.toggler.activeTitle .toggle_icon::after { transform: rotate(0deg); }
#top .togglecontainer .toggle_wrap { border: 0 !important; }
#top .togglecontainer .toggle_content { padding: 0 18px 16px !important; border: 0 !important; background: transparent !important; color: var(--tbu-ink-2); }
#top .togglecontainer .toggle_content p { text-align: justify; hyphens: auto; }
@media (max-width: 640px) { #top .togglecontainer .toggle_content p { text-align: left; } }

/* ===== v2.0 — Tasarım bütünlüğü: ortak parçalar ===== */
.tbu-mb { margin-bottom: 18px !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Doktor kartı */
.tbu-drc { display: grid; gap: 14px; padding: 18px; border-radius: 22px; background: #fff; border: 1px solid var(--tbu-line); box-shadow: 0 24px 50px -40px rgba(90, 40, 50, .5); }
.tbu-drc-wide { grid-template-columns: 132px minmax(0, 1fr); align-items: center; gap: 22px; padding: 22px 24px; }
.tbu-drc-photo { display: block; border-radius: 18px; overflow: hidden; aspect-ratio: 1; background: var(--tbu-pearl); }
.tbu-drc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--tbu-ease); }
.tbu-drc-photo:hover img { transform: scale(1.04); }
#top .tbu-drc-name { margin: 0 !important; font-family: var(--tbu-serif); font-size: 1.45rem; line-height: 1.1; color: var(--tbu-ink); }
#top .tbu-drc-role { margin: 4px 0 0 !important; font-size: .8rem; color: var(--tbu-ink-3); }
#top .tbu-drc-bio { margin: 10px 0 0 !important; font-size: .9rem; line-height: 1.65; color: var(--tbu-ink-2); text-align: justify; hyphens: auto; }
.tbu-drc-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 14px; }
#top .tbu-drc-cta .tbu-btn { height: 42px; padding: 0 18px; font-size: .86rem; }
#top .tbu-drc-cta .tbu-btn svg { width: 17px; height: 17px; }
#top .tbu-drc-more { display: inline-flex; align-items: center; gap: 6px; font-size: .86rem; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-drc-more .tbu-ico { width: 15px; height: 15px; transition: transform .3s var(--tbu-ease); }
.tbu-drc-more:hover .tbu-ico { transform: translateX(3px); }
.tbu-drc-side .tbu-drc-cta { margin-top: 12px; }
.tbu-drc-side .tbu-drc-cta .tbu-btn { flex: 1 1 auto; }
.tbu-drc-wrap { margin: 28px 0 8px; }
.tbu-drc-wrap .tbu-drc-wide { max-width: none; }

/* Makale yan sütunu */
#top .sidebar .tbu-inner-side { padding: 0 !important; border: 0 !important; }
.tbu-side { display: grid; gap: 12px; }
#top .tbu-side img { border-radius: 0; }
.tbu-sc { position: relative; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 18px; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-ink) !important; text-decoration: none !important; transition: transform .35s var(--tbu-ease), box-shadow .35s; overflow: hidden; }
.tbu-sc:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -26px rgba(90, 40, 50, .5); }
.tbu-sc small { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--tbu-ink-3); }
.tbu-sc b { display: block; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.2rem; line-height: 1.15; }
.tbu-sc-wa i { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 14px; background: rgba(47, 125, 91, .1); color: var(--tbu-wa); }
.tbu-sc-wa i .tbu-ico { width: 22px; height: 22px; }
.tbu-sc-wa b { font-family: var(--tbu-sans); font-weight: 600; font-size: 1.02rem; letter-spacing: .01em; }
.tbu-sc-img { display: block; padding: 0; min-height: 170px; border: 0; color: #fff !important; }
.tbu-sc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--tbu-ease); }
.tbu-sc-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43, 29, 34, 0) 20%, rgba(43, 29, 34, .82)); }
.tbu-sc-img:hover img { transform: scale(1.05); }
.tbu-sc-img > span { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 1; }
.tbu-sc-img small { color: rgba(255, 240, 237, .8); }
.tbu-sc-img b { font-size: 1.45rem; color: #fff; }
.tbu-sc-img em { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-style: normal; font-size: .8rem; font-weight: 600; color: #F6CFCB; }
.tbu-sc-img em .tbu-ico { width: 14px; height: 14px; }

/* Yazı kartları */
.tbu-pcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.tbu-pcards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tbu-pcard { display: flex; flex-direction: column; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-ink) !important; text-decoration: none !important; transition: transform .45s var(--tbu-ease), box-shadow .45s; }
.tbu-pcard:hover { transform: translateY(-4px); box-shadow: 0 28px 50px -34px rgba(90, 40, 50, .5); }
.tbu-pcard figure { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: var(--tbu-pearl); }
.tbu-pcard figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; transition: transform .8s var(--tbu-ease); }
.tbu-pcard:hover figure img { transform: scale(1.05); }
.tbu-pcard-body { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 16px 18px 18px; }
.tbu-pcard-body b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.4rem; line-height: 1.12; }
.tbu-pcard-txt { font-size: .88rem; line-height: 1.6; color: var(--tbu-ink-2); }
.tbu-pcard-body em { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 4px; font-style: normal; font-size: .82rem; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-pcard-body em .tbu-ico { width: 15px; height: 15px; transition: transform .3s var(--tbu-ease); }
.tbu-pcard:hover em .tbu-ico { transform: translateX(3px); }

/* Konu sayfaları ve arşivler */
.tbu-hub-head-grid, .tbu-404-head { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(20px, 4vw, 48px); align-items: end; }
.tbu-404-head { grid-template-columns: minmax(0, 1fr) 420px; }
.tbu-sss-head { display: grid; gap: 16px; }
.tbu-sss-head .tbu-lead { max-width: 80ch; }
#top .tbu-hub-head h1, #top .tbu-404-head h1, #top .tbu-sss-head h1 { margin-top: 10px; }
.tbu-hub-links { display: grid; gap: 10px; }
.tbu-hub-links a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 12px; padding: 14px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-ink) !important; transition: transform .35s var(--tbu-ease), box-shadow .35s; }
.tbu-hub-links a:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -24px rgba(90, 40, 50, .5); }
.tbu-hub-links span { grid-column: 1; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--tbu-ink-3); }
.tbu-hub-links b { grid-column: 1; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.3rem; line-height: 1.1; }
.tbu-hub-links .tbu-ico { grid-column: 2; grid-row: 1 / span 2; width: 20px; height: 20px; color: var(--tbu-rose-deep); }
.tbu-hub-duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.tbu-hub-duo .tbu-drc-wrap { margin: 0; }
.tbu-hub-duo .tbu-drc-wide { height: 100%; }
.tbu-hub-duo .tbu-drc-bio { display: none; }
.tbu-hub-duo .tbu-dr-band { flex-direction: column; align-items: flex-start; justify-content: center; }
.tbu-band-cta { display: flex; flex-wrap: wrap; gap: 10px; }
#top .tbu-btn-wa { background: #2F7D5B; color: #fff; }
#top .tbu-btn-wa:hover { background: #256B4C; color: #fff; }
#top .tbu-btn-wa .tbu-ico, #top .tbu-band-cta .tbu-btn svg { width: 18px; height: 18px; }
.tbu-hub-last { padding-top: 0 !important; }

/* 404 */
.tbu-404-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
#top .tbu-404-cta .tbu-btn { cursor: pointer; font-family: var(--tbu-sans); }
.tbu-quick { list-style: none; margin: 0 !important; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tbu-quick li { margin: 0 !important; padding: 0 !important; }
.tbu-quick a { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; align-items: center; height: 100%; padding: 12px 14px; border-radius: 16px; background: #fff; border: 1px solid var(--tbu-line); color: var(--tbu-ink) !important; transition: transform .3s var(--tbu-ease), box-shadow .3s; }
.tbu-quick a:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -22px rgba(90, 40, 50, .5); }
.tbu-quick b { font-family: var(--tbu-serif); font-weight: 400; font-size: 1.12rem; line-height: 1.12; }
.tbu-quick span { grid-column: 1; font-size: .76rem; color: var(--tbu-ink-3); }
.tbu-quick .tbu-ico { grid-column: 2; grid-row: 1 / span 2; width: 16px; height: 16px; color: var(--tbu-rose-deep); }

/* Teşekkürler */
.tbu-thanks { display: grid; justify-items: center; text-align: center; padding: clamp(10px, 3vh, 30px) 0 0; }
.tbu-thanks-ico { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--tbu-wa); box-shadow: 0 0 0 10px rgba(47, 125, 91, .08), 0 20px 40px -24px rgba(47, 125, 91, .6); animation: tbu-pop .7s var(--tbu-ease) both; }
.tbu-thanks-ico svg { width: 30px; height: 30px; }
@keyframes tbu-pop { from { transform: scale(.6); opacity: 0; } to { transform: none; opacity: 1; } }
#top .tbu-thanks h1 { margin: 18px 0 0; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1; color: var(--tbu-ink); }
.tbu-thanks .tbu-lead { margin-left: auto; margin-right: auto; }
#top .tbu-thanks-wa { margin: 8px 0 0 !important; font-size: .92rem; color: var(--tbu-ink-2); }
#top .tbu-thanks-wa a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--tbu-wa); }
.tbu-thanks-wa .tbu-ico { width: 18px; height: 18px; }
#top .tbu-thanks-next { margin: 0 0 14px !important; text-align: center; color: var(--tbu-ink-2); }

/* Arama ve süzgeç (akademik listeler, SSS) */
.tbu-yf { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 18px; }
.tbu-yf-search { flex: 1 1 280px; position: relative; margin: 0; }
.tbu-yf-search::before { content: ""; position: absolute; left: 16px; top: 50%; width: 15px; height: 15px; margin-top: -8px; border: 2px solid var(--tbu-ink-3); border-radius: 50%; box-sizing: border-box; pointer-events: none; }
.tbu-yf-search::after { content: ""; position: absolute; left: 28px; top: 50%; width: 6px; height: 2px; margin-top: 5px; background: var(--tbu-ink-3); transform: rotate(45deg); pointer-events: none; }
#top .tbu-yf-search input { width: 100%; height: 46px; margin: 0; padding: 0 16px 0 42px; border-radius: 999px; border: 1px solid var(--tbu-line); background: #fff; font: 400 .92rem var(--tbu-sans); color: var(--tbu-ink); box-shadow: none; }
#top .tbu-yf-search input:focus { outline: 0; border-color: var(--tbu-rose); box-shadow: 0 0 0 4px rgba(200, 115, 124, .14); }
.tbu-yf-chips { display: flex; flex-wrap: wrap; gap: 6px; }
#top .tbu-yf-chips button { height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--tbu-line); background: #fff; font: 500 .82rem var(--tbu-sans); color: var(--tbu-ink-2); cursor: pointer; transition: background .25s, color .25s; }
#top .tbu-yf-chips button:hover { background: var(--tbu-pearl); color: var(--tbu-ink); }
#top .tbu-yf-chips button[aria-pressed="true"] { background: var(--tbu-ink); border-color: var(--tbu-ink); color: #fff; }
#top .tbu-yf-count { margin: 0 !important; font-size: .82rem; color: var(--tbu-ink-3); font-variant-numeric: tabular-nums; }
.tbu-sss-tools { margin: 0; }
.tbu-yl { margin-top: 22px; }
.tbu-yl[hidden] { display: none; }
.tbu-yl .tbu-h3 { margin: 0 0 10px; font-size: clamp(1.4rem, 2vw, 1.8rem); }
.tbu-yl-list { list-style: none; margin: 0 !important; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tbu-yl-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; align-items: start; margin: 0 !important; padding: 12px 16px; border-radius: 16px; background: #fff; border: 1px solid var(--tbu-line); }
.tbu-yl-list li[hidden] { display: none; }
.tbu-yl-y { font-family: var(--tbu-serif); font-size: 1.2rem; line-height: 1.3; color: var(--tbu-rose-deep); font-variant-numeric: tabular-nums; }
#top .tbu-yl-list p { margin: 0 !important; font-size: .86rem; line-height: 1.6; color: var(--tbu-ink-2); }
#top .tbu-yl-list p b { color: var(--tbu-ink); font-weight: 600; }
#top .tbu-yl-empty { margin: 16px 0 0 !important; color: var(--tbu-ink-2); }

/* SSS */
.tbu-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.tbu-faq-item { border-radius: 18px; background: #fff; border: 1px solid var(--tbu-line); transition: box-shadow .3s; }
.tbu-faq-item[hidden] { display: none; }
.tbu-faq-item[open] { box-shadow: 0 20px 40px -30px rgba(90, 40, 50, .5); }
.tbu-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; cursor: pointer; list-style: none; font-family: var(--tbu-serif); font-size: 1.2rem; line-height: 1.25; color: var(--tbu-ink); }
.tbu-faq-item summary::-webkit-details-marker { display: none; }
.tbu-faq-item summary:focus-visible { outline: 2px solid var(--tbu-rose); outline-offset: 2px; border-radius: 18px; }
.tbu-faq-item[open] summary { color: var(--tbu-rose-deep); }
.tbu-faq-item summary i { position: relative; flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(200, 115, 124, .12); }
.tbu-faq-item summary i::before, .tbu-faq-item summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 1.6px; margin: -.8px 0 0 -5.5px; border-radius: 2px; background: var(--tbu-rose-deep); transition: transform .3s; }
.tbu-faq-item summary i::after { transform: rotate(90deg); }
.tbu-faq-item[open] summary i::after { transform: rotate(0); }
.tbu-faq-a { padding: 0 18px 16px; }
#top .tbu-faq-a p { margin: 0 0 10px !important; font-size: .92rem; line-height: 1.7; color: var(--tbu-ink-2); text-align: justify; hyphens: auto; }
#top .tbu-faq-a p:last-child { margin-bottom: 0 !important; }
.tbu-page-sss .tbu-related { margin-top: 0; }

@media (max-width: 1024px) {
	.tbu-hub-head-grid, .tbu-404-head, .tbu-sss-head, .tbu-hub-duo { grid-template-columns: 1fr; }
	.tbu-faq, .tbu-yl-list { grid-template-columns: 1fr; }
	.tbu-pcards-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.tbu-drc-wide { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
	.tbu-drc-wide .tbu-drc-photo { width: 96px; }
	#top .tbu-drc-bio, #top .tbu-faq-a p { text-align: left; }
	.tbu-pcards-3, .tbu-quick { grid-template-columns: 1fr; }
	.tbu-yl-list li { grid-template-columns: 1fr; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) { .tbu-thanks-ico { animation: none; } }
#top .tbu-drc .tbu-btn-primary, #top .main_color .tbu-drc .tbu-btn-primary, #top .tbu-drc .tbu-btn-primary:hover { color: #fff !important; }
#top .main_color .tbu-drc-more, #top .main_color .tbu-drc-more:hover { color: var(--tbu-rose-deep); }
#top .tbu-dr-band .tbu-btn-light, #top .main_color .tbu-dr-band .tbu-btn-light { color: var(--tbu-ink) !important; }
#top .tbu-btn-wa, #top .main_color .tbu-btn-wa { color: #fff !important; }

/* ===== v2.1 — Makale başı: başlık + "Kısaca" maddeleri (solda), konu görseli (sağda) ===== */
#top .tbu-ahero { background: radial-gradient(60% 120% at 90% 0%, rgba(241, 217, 212, .95), transparent 70%), radial-gradient(40% 90% at 0% 100%, rgba(183, 200, 216, .3), transparent 70%), var(--tbu-ivory); border-bottom: 1px solid var(--tbu-line); }
#top .tbu-ahero .container { padding-top: clamp(18px, 3vh, 30px); padding-bottom: clamp(18px, 3vh, 30px); }
.tbu-ahero-grid { grid-template-columns: minmax(0, 1fr) clamp(300px, 34%, 440px); gap: clamp(18px, 3vw, 40px); align-items: start; }
.tbu-ahero-grid.tbu-ahero-noimg { grid-template-columns: 1fr; }
#top .tbu-ahero-title { margin: 0 0 14px; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.06; color: var(--tbu-ink); text-wrap: balance; }
.tbu-ahero-img { min-height: 0; aspect-ratio: 3 / 2; border-radius: 20px; box-shadow: 0 24px 50px -34px rgba(90, 40, 50, .55); }
.tbu-ahero-img img { border-radius: 0 !important; }
/* Kısaca kutusu (madde işaretli) */
#top .tbu-kisaca { margin: 0; padding: 14px 18px; border-radius: 16px; background: rgba(200, 115, 124, .08); border: 1px solid rgba(200, 115, 124, .28); }
#top .tbu-kisaca p { margin: 0 0 8px !important; font-size: .96rem; line-height: 1.6; color: var(--tbu-rose-deep); }
#top .tbu-kisaca ul { list-style: none; margin: 0 !important; padding: 0 !important; display: grid; gap: 7px; }
#top .tbu-kisaca li { position: relative; margin: 0 !important; padding-left: 18px; font-size: .96rem; line-height: 1.55; font-weight: 500; color: var(--tbu-rose-deep); }
#top .tbu-kisaca li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--tbu-rose); }
.tbu-kisaca-head { margin-top: 14px !important; }
/* Başlık özete taşındığı için içerikteki tekrar eden başlık gizli */
body.tbu-has-ozet .entry-content-wrapper > .av-special-heading.av-special-heading-h1:first-child,
body.tbu-has-ozet .entry-content-wrapper > .av-special-heading.av-special-heading-h1:first-child + .hr { display: none; }
@media (max-width: 767px) {
	.tbu-ahero-grid { grid-template-columns: 1fr; gap: 12px; }
	.tbu-ahero-text { display: contents; }
	#top .tbu-ahero-title { order: 1; margin-bottom: 0; }
	.tbu-ahero-img { order: 2; aspect-ratio: 16 / 9; }
	#top .tbu-ahero .tbu-kisaca { order: 3; }
	#top .tbu-kisaca li { font-size: .92rem; }
}
.tbu-as-head-grid > .tbu-kisaca-wide { grid-column: 1 / -1; margin-top: 0 !important; }
.tbu-as-head-grid { row-gap: 22px; }
/* Göz Bebeklerimiz */
.tbu-goz-head { display: flex; align-items: center; gap: clamp(16px, 3vw, 28px); }
.tbu-goz-ico { position: relative; flex: none; width: clamp(64px, 8vw, 92px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #1f2a44 0 18%, #fff 19% 22%, #4f8fd6 23% 44%, #fff 45% 60%, #1d5fb3 61% 100%); box-shadow: 0 16px 34px -18px rgba(29, 95, 179, .6); }
.tbu-goz-ico i { position: absolute; left: 34%; top: 30%; width: 12%; height: 12%; border-radius: 50%; background: #fff; }
.tbu-goz-head .tbu-lead p { margin: 0 0 6px !important; }
/* Büyük harf dönüşümü: İngilizce metinlerde Türkçe "İ" oluşmasın */
[lang="en"] { text-transform: inherit; }

/* ===== v2.5 — Makale düzeni ===== */
/* Akordeon yerine açık bölümler: başlık + metin */
#top .tbu-open-sections { display: block; margin: 8px 0 0 !important; }
#top .tbu-open-sections .av_toggle_section { border: 0 !important; border-radius: 0; background: transparent; box-shadow: none !important; margin: 0 !important; }
#top .tbu-open-sections .single_toggle { border: 0 !important; }
#top .tbu-open-sections .toggler { position: static; margin: 22px 0 6px !important; padding: 0 !important; border: 0 !important; background: transparent !important; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.4rem, 2vw, 1.7rem) !important; line-height: 1.15; color: var(--tbu-ink) !important; cursor: default; pointer-events: none; }
#top .tbu-open-sections .toggler .toggle_icon { display: none !important; }
#top .tbu-open-sections .toggle_wrap { display: block !important; height: auto !important; overflow: visible !important; visibility: visible !important; opacity: 1 !important; border: 0 !important; }
#top .tbu-open-sections .toggle_content { padding: 0 !important; background: transparent !important; border: 0 !important; color: var(--tbu-ink-2); }
/* İlgili Konular: doktor kartının hemen altında */
#top .tbu-related-in { margin: 4px 0 24px; padding: 0; background: transparent; border: 0; }
#top .tbu-related-in h2 { font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.5rem, 2.2vw, 1.9rem); color: var(--tbu-ink); margin: 0 0 12px; }
.tbu-related-in .tbu-related-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
/* Yan sütun konu menüsü */
.tbu-stopics { display: grid; gap: 14px; padding: 16px 18px; border-radius: 20px; background: #fff; border: 1px solid var(--tbu-line); }
#top .tbu-stopics-h { display: block; margin-bottom: 4px; font-size: .8rem; line-height: 1.3; letter-spacing: 0; text-transform: none; font-weight: 700; color: var(--tbu-rose-deep); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#top .tbu-stopics ul { list-style: none; margin: 0 !important; padding: 0 !important; display: grid; gap: 2px; }
#top .tbu-stopics li { margin: 0 !important; padding: 0 !important; }
#top .tbu-stopics li a { display: block; padding: 5px 0 5px 14px; position: relative; font-size: .88rem; line-height: 1.35; color: var(--tbu-ink-2); }
#top .tbu-stopics li a::before { content: ""; position: absolute; left: 0; top: .78em; width: 5px; height: 5px; border-radius: 50%; background: var(--tbu-blush-2); }
#top .tbu-stopics li a:hover { color: var(--tbu-rose-deep); }
#top .tbu-stopics li.on a { color: var(--tbu-ink); font-weight: 600; }
#top .tbu-stopics li.on a::before { background: var(--tbu-rose); }
#top .tbu-open-sections .toggle_wrap, #top .tbu-open-sections .toggle_content { position: static !important; max-height: none !important; transform: none !important; }
#top .tbu-open-sections .toggle_content, #top .tbu-open-sections .toggle_content p { font-size: 1rem; line-height: 1.75; }

/* ===== v2.6.1: kart başlıklarında alt çizgi yok (kart üzerine gelince hareket ediyor, tıklanabilirlik belli) ===== */
#top .tbu-related-grid a, #top .tbu-related-grid a:hover, #top .tbu-related-grid a b, #top .tbu-related-grid a:hover b,
#top .tbu-pcard b, #top .tbu-pcard:hover b, #top .tbu-card h3, #top .tbu-card:hover h3, #top .tbu-sc-img b, #top .tbu-sc-img:hover b { text-decoration: none !important; border-bottom: 0 !important; box-shadow: none; }
/* İlgili Konular başlığı: küçük ve sade etiket */
#top .tbu-related-in h2 { font-family: inherit; font-size: .78rem; font-weight: 600; letter-spacing: .02em; line-height: 1.3; color: var(--tbu-ink-2); opacity: .75; margin: 0 0 8px 2px; }
/* Doktor kartı: fotoğraf özgeçmişe gider; Enfold'un görsel üstü yuvarlak simgesi gösterilmez */
#top .tbu-drc-photo .image-overlay { display: none !important; }
#top .tbu-drc-photo img { transition: transform .5s var(--tbu-ease), filter .3s; }
#top .tbu-drc-photo:hover img { transform: scale(1.03); filter: saturate(1.05); }
#top .tbu-drc-photo { overflow: hidden; }

/* ===== v2.8 — Tüp Bebek Kitabı ===== */
.tbu-kbook-kicker { text-decoration: none !important; margin-bottom: 8px; }
#top .tbu-kitap-main { background: transparent; border: 0; }
.tbu-kitap-grid { display: grid !important; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(28px, 4vw, 56px); padding-top: clamp(22px, 3vw, 36px) !important; padding-bottom: clamp(30px, 4vw, 56px) !important; align-items: start; }
.tbu-kitap-grid::before, .tbu-kitap-grid::after { display: none !important; }
.tbu-kitap-side { position: sticky; top: calc(var(--tbu-hh) + 16px); }
#top .tbu-kitap-text { color: var(--tbu-ink-2); font-size: 1rem; line-height: 1.75; }
#top .tbu-kitap-text > :first-child { margin-top: 0 !important; }
#top .tbu-kitap-text h2 { margin: 30px 0 10px !important; font-family: var(--tbu-serif); font-weight: 400; font-size: clamp(1.55rem, 2.3vw, 1.95rem); line-height: 1.15; color: var(--tbu-ink); }
#top .tbu-kitap-text h3 { margin: 20px 0 6px !important; font-family: var(--tbu-sans); font-weight: 600; font-size: 1.04rem; line-height: 1.35; color: var(--tbu-ink); }
#top .tbu-kitap-text p { margin: 0 0 12px !important; }
#top .tbu-kitap-text ul, #top .tbu-kitap-text ol { margin: 0 0 14px 1.2em !important; }
#top .tbu-kitap-text li { margin: 0 0 4px !important; }
#top .tbu-kitap-text a { color: var(--tbu-rose-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
#top .tbu-kitap-text strong { color: var(--tbu-ink); }
@media (min-width: 641px) { #top .tbu-kitap-text p { text-align: justify; -webkit-hyphens: auto; hyphens: auto; } }
#top .tbu-kitap-text table { width: 100%; margin: 0 0 16px; border-collapse: collapse; font-size: .92rem; background: #fff; border-radius: 14px; overflow: hidden; }
#top .tbu-kitap-text th, #top .tbu-kitap-text td { padding: 10px 12px; border: 1px solid var(--tbu-line); text-align: left; vertical-align: top; }
#top .tbu-kitap-text th { background: var(--tbu-pearl); color: var(--tbu-ink); font-weight: 600; }
/* Kutucuklar (eski ikonlu kutular) */
.tbu-kb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 14px 0 18px; }
.tbu-kb-card { padding: 16px 18px; border-radius: 16px; background: #fff; border: 1px solid var(--tbu-line); }
#top .tbu-kb-card h3 { margin: 0 0 6px !important; font-size: .98rem; color: var(--tbu-rose-deep); }
#top .tbu-kb-card p { margin: 0 !important; font-size: .92rem; line-height: 1.6; text-align: left !important; }
.tbu-kb-fig { margin: 0; min-height: 150px; position: relative; border-radius: 16px; overflow: hidden; background: var(--tbu-pearl); }
.tbu-kb-fig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tbu-kb-wide { float: right; width: min(40%, 320px); margin: 6px 0 14px 24px; }
.tbu-kb-wide img { display: block; width: 100%; height: auto; border-radius: 16px; }
@media (max-width: 640px) { .tbu-kb-wide { float: none; width: 100%; margin: 6px 0 14px; } }
#top .tbu-kitap-text h2 { clear: both; }
/* Soru-cevap (eski akordeon): açık */
.tbu-kb-qa { margin: 8px 0 18px; padding: 4px 0 4px 18px; border-left: 2px solid var(--tbu-blush-2); }
#top .tbu-kb-qa h3 { margin: 14px 0 4px !important; }
#top .tbu-kb-qa h3:first-child { margin-top: 4px !important; }
#top .tbu-kitap-text .tbu-kb-note { margin-top: 18px !important; font-size: .82rem; color: var(--tbu-ink-3); text-align: left !important; }
/* Önceki / sonraki bölüm */
.tbu-kpager { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0 22px; }
.tbu-kpager a { display: block; padding: 14px 18px; border-radius: 16px; background: #fff; border: 1px solid var(--tbu-line); text-decoration: none !important; transition: transform .35s var(--tbu-ease), box-shadow .35s; }
.tbu-kpager a:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -26px rgba(90, 40, 50, .5); }
.tbu-kpager-next { text-align: right; }
.tbu-kpager small { display: block; font-size: .74rem; color: var(--tbu-ink-3); }
.tbu-kpager b { display: block; margin-top: 2px; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.15rem; line-height: 1.2; color: var(--tbu-rose-deep); }
@media (max-width: 640px) { .tbu-kpager { grid-template-columns: 1fr; } .tbu-kpager-next { text-align: left; } }
@media (max-width: 989px) {
	.tbu-kitap-grid { grid-template-columns: 1fr; }
	.tbu-kitap-side { position: static; }
	.tbu-kitap-side .tbu-drc, .tbu-kitap-side .tbu-sc-img, .tbu-kitap-side .tbu-side-video, .tbu-kitap-side .tbu-sc-wa { display: none; }
}
/* Sağ sütun: kitap kartı */
#top .tbu-sc-book { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: center; padding: 12px 14px 12px 12px; background: linear-gradient(135deg, #fff, #FBF1EE); }
.tbu-sc-book img { width: 74px; height: auto; border-radius: 6px; box-shadow: 0 10px 22px -12px rgba(20, 30, 60, .55); }
.tbu-sc-book b { margin-top: 2px; }
.tbu-sc-book em { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-style: normal; font-size: .8rem; font-weight: 600; color: var(--tbu-rose-deep); }
.tbu-sc-book em .tbu-ico { width: 15px; height: 15px; }
/* Kategori sayfası: kitap çağrısı */
#top .tbu-kbook-cta { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; padding: 16px; border-radius: 22px; background: #fff; border: 1px solid var(--tbu-line); text-decoration: none !important; color: var(--tbu-ink); transition: transform .35s var(--tbu-ease), box-shadow .35s; }
#top .tbu-kbook-cta:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -28px rgba(90, 40, 50, .55); }
.tbu-kbook-cta img { width: 112px; height: auto; border-radius: 8px; box-shadow: 0 14px 28px -14px rgba(20, 30, 60, .6); }
.tbu-kbook-cta small { display: block; font-size: .72rem; color: var(--tbu-ink-3); }
.tbu-kbook-cta b { display: block; margin: 2px 0 12px; font-family: var(--tbu-serif); font-weight: 400; font-size: 1.45rem; line-height: 1.1; }
.tbu-kbook-cta .tbu-btn { font-style: normal; }
/* Kitap penceresi */
.tbu-modal-kitap .tbu-modal-card { width: min(820px, 100%); }
.tbu-modal-kitap .tbu-modal-body { grid-template-columns: minmax(0, 1fr) 240px; }
.tbu-kform { display: grid; gap: 12px; }
.tbu-kf { position: relative; display: block; margin: 0; }
#top .tbu-kform input[type="email"], #top .tbu-kform input[type="text"] { display: block; width: 100% !important; min-height: 52px; margin: 0 !important; padding: 13px 16px 13px 50px !important; border: 1px solid var(--tbu-line) !important; border-radius: 14px !important; background: #fff !important; color: var(--tbu-ink) !important; font-size: .98rem !important; box-shadow: none !important; }
#top .tbu-kform input:focus { border-color: var(--tbu-rose) !important; outline: 0; box-shadow: 0 0 0 3px rgba(200, 115, 124, .18) !important; }
.tbu-kcheck { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 0; font-size: .84rem; line-height: 1.45; color: var(--tbu-ink-2); cursor: pointer; }
#top .tbu-kcheck input { width: 18px; height: 18px; margin: 1px 0 0 !important; accent-color: var(--tbu-rose-deep); }
.tbu-kcheck a { color: var(--tbu-rose-deep); text-decoration: underline; }
.tbu-kcheck small { color: var(--tbu-ink-3); }
.tbu-khp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
#top .tbu-kbtn { justify-content: center; width: 100%; height: 54px; margin-top: 2px; border: 0; cursor: pointer; font-family: var(--tbu-sans); font-size: 1.02rem; }
.tbu-kbtn.is-busy { opacity: .6; pointer-events: none; }
.tbu-kmsg { margin: 0 !important; padding: 12px 14px; border-radius: 12px; font-size: .9rem; line-height: 1.45; }
.tbu-kmsg.is-ok { background: #EEF6F1; color: #255C43; }
.tbu-kmsg.is-err { background: #FBEDEC; color: var(--tbu-rose-deep); }
.tbu-kform.is-done .tbu-kf, .tbu-kform.is-done .tbu-kcheck, .tbu-kform.is-done .tbu-kbtn { display: none; }
.tbu-kcover { justify-content: center; }
#top .tbu-kcover img { width: 170px; height: auto; border: 0; border-radius: 8px; object-fit: contain; box-shadow: 0 20px 40px -18px rgba(20, 30, 60, .6); }
.tbu-kcover .tbu-modal-role { margin-top: 14px !important; font-size: .84rem; line-height: 1.45; }
@media (max-width: 700px) {
	.tbu-modal-kitap .tbu-modal-body { grid-template-columns: 1fr; }
	.tbu-modal-kitap .tbu-kcover { display: none; }
	.tbu-modal-kitap .tbu-modal-form { border-right: 0; }
}
.tbu-kb-grid:has(> :nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 640px) { .tbu-kb-grid:has(> :nth-child(4):last-child) { grid-template-columns: 1fr; } }
#top .tbu-kbook-cta .tbu-btn { min-height: 44px; padding: 10px 16px; font-size: .9rem; white-space: nowrap; }
#top .tbu-kbook-cta { grid-template-columns: 96px minmax(0, 1fr); }
.tbu-kbook-cta img { width: 96px; }
@media (max-width: 989px) {
	#top .tbu-kitap-side .tbu-side-video, #top .tbu-kitap-side .tbu-sc-img, #top .tbu-kitap-side .tbu-sc-wa, #top .tbu-kitap-side .tbu-drc { display: none; }
	#top .tbu-kitap-side .tbu-sc-book { order: -1; }
}

/* Madde 5/ı: yazar / son güncelleme / kaynak — makale sonunda, küçük ve sade */
.tbu-article-meta { margin: 32px 0 28px; padding-top: 24px; border-top: 1px solid var(--tbu-line); }
.tbu-am-row { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; }
.tbu-am-photo-link { flex: none; }
.tbu-am-photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; display: block; }
.tbu-am-info { min-width: 0; }
.tbu-am-line { margin: 0 0 6px; font-size: 17px; line-height: 1.4; color: var(--tbu-ink-2); }
.tbu-am-line:last-child { margin-bottom: 0; }
.tbu-am-label { color: var(--tbu-ink-3); font-weight: 400; }
.tbu-am-name { color: var(--tbu-ink); font-weight: 700; }
.tbu-article-meta-uyari { font-style: italic; font-size: 13px; color: var(--tbu-ink-3); margin: 4px 0 0; line-height: 1.5; }
@media (max-width: 480px) { .tbu-am-photo { width: 64px; height: 64px; } .tbu-am-line { font-size: 15px; } }
.tbu-f-editor { font-size: 11px; color: var(--tbu-ink-3); opacity: .75; margin-top: 4px; }
.tbu-media-single { grid-template-columns: minmax(220px, 360px); }

/* İlk Adım: görselli adım kartları (infografik) */
.tbu-i-steps.tbu-i-steps-img { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px !important; }
.tbu-i-steps.tbu-i-steps-img::before { display: none; }
.tbu-i-steps.tbu-i-steps-img li { display: flex; flex-direction: column; gap: 0; padding: 0; background: #fff; border: 1px solid var(--tbu-line); border-radius: 22px; overflow: hidden; box-shadow: 0 24px 50px -40px rgba(90, 40, 50, .55); }
.tbu-i-steps-img figure { position: relative; margin: 0; aspect-ratio: 3 / 2; overflow: hidden; }
.tbu-i-steps-img figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tbu-i-steps .tbu-i-stepnum { position: absolute; margin: 0 !important; color: #fff !important; font-size: 1.4rem !important; left: 14px; top: 14px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--tbu-rose-deep); color: #fff; font-family: var(--tbu-serif); font-size: 1.4rem; line-height: 1; box-shadow: 0 10px 22px -10px rgba(90, 40, 50, .7); }
.tbu-i-steps-img li > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; row-gap: 4px; padding: 16px 18px 20px; }
.tbu-i-steps-img li > div i { grid-row: span 2; width: 40px; height: 40px; }
.tbu-i-steps-img li > div i svg { width: 18px; height: 18px; }
.tbu-i-steps-img b { font-size: 1.3rem !important; margin: 0 !important; }
.tbu-i-steps-img span { margin: 0 !important; font-size: .9rem; }
@media (max-width: 989px) { .tbu-i-steps.tbu-i-steps-img { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .tbu-i-steps.tbu-i-steps-img { grid-template-columns: 1fr; } }

/* İlk Adım: ilk görüşme kontrol listesi */
.tbu-i-checklist { margin: 18px 0 14px !important; padding: 0; list-style: none; display: grid; gap: 10px; }
.tbu-i-checklist li { display: flex; align-items: flex-start; gap: 12px; margin: 0; font-size: .98rem; line-height: 1.5; color: var(--tbu-ink); }
.tbu-i-checklist li i { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--tbu-blush); position: relative; }
.tbu-i-checklist li i::after { content: ""; position: absolute; left: 7px; top: 4px; width: 6px; height: 11px; border: solid var(--tbu-rose-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* İlk Adım kontrol listesi: görsel yokken tek sütun */
.tbu-i-process:not(:has(figure)) { grid-template-columns: 1fr; max-width: 860px; }

/* Çağrı kutusu kalkınca tarih/uyarı bloğu tek sütun */
.tbu-hub-duo:not(:has(.tbu-dr-band)), .tbu-as-duo:not(:has(.tbu-dr-band)) { grid-template-columns: 1fr; }

/* Yazarlarımız: kare fotoğraflı kartlar */
.tbu-yazarlar { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.tbu-yazar { display: grid; gap: 12px; text-decoration: none; color: var(--tbu-ink); }
.tbu-yazar img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 15%; border-radius: 18px; transition: transform .25s ease; }
.tbu-yazar:hover img, .tbu-yazar:focus-visible img { transform: translateY(-3px); }
.tbu-yazar span { font-weight: 600; font-size: 16px; }
/* Doktor sayfası: sade düzen, fotoğraf üstte metin altta */
.tbu-dr-sade .tbu-dr-hero-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
.tbu-dr-sade .tbu-dr-photo img { aspect-ratio: 1 / 1; object-position: 50% 15%; }
.tbu-dr-sade .tbu-dr-photo::after { display: none; }

/* Dil seçimi menüde en sağda */
#top #header .av-main-nav > li.tbu-lang-item { display: flex; align-items: center; margin-left: 10px; }
.tbu-lang .gt_selector, .tbu-lang select { font: 500 13px/1 inherit; border: 1px solid var(--tbu-line, #e7dcd8); border-radius: 999px; padding: 6px 10px; background: #fff; color: var(--tbu-ink, #2b1d21); cursor: pointer; }
.tbu-lang .gt_float_switcher, .tbu-lang .gt_switcher { font-size: 13px; }
#gt-wrapper-float, .gt_float_switcher_wrapper { display: none !important; }
.tbu-lang .gt_switcher_wrapper { position: static !important; }
.tbu-lang .gt_switcher { width: auto !important; font-family: inherit; }
.tbu-lang .gt_selected { border-radius: 999px; overflow: hidden; }
.tbu-lang .gt_selected a { width: auto !important; font-size: 0 !important; padding: 6px 26px 6px 10px !important; border: 1px solid var(--tbu-line, #e7dcd8) !important; border-radius: 999px; background-color: #fff !important; }
.tbu-lang .gt_selected a img { margin: 0 !important; }
.tbu-lang .gt_option { position: absolute !important; right: 0; top: calc(100% + 6px); width: 190px !important; background: #fff; border: 1px solid var(--tbu-line, #e7dcd8); border-radius: 14px; box-shadow: 0 18px 40px -20px rgba(60, 30, 40, .4); z-index: 1000; }
.tbu-lang .gt_option a { font-size: 13px !important; }
#tbu-gt { display: block !important; opacity: 1 !important; }
#top #header .av-main-nav > li.tbu-lang-item { height: 88px; float: left; }
.header-scrolled #top #header .av-main-nav > li.tbu-lang-item, #top #header.header-scrolled .av-main-nav > li.tbu-lang-item { height: 44px; }
#top #header .tbu-lang a { line-height: 1.2 !important; height: auto !important; min-height: 0 !important; display: flex !important; align-items: center; gap: 8px; padding: 8px 12px !important; color: var(--tbu-ink, #2b1d21) !important; font-size: 13px !important; background: transparent; border: 0; }
#top #header .tbu-lang .gt_option a:hover { background: var(--tbu-blush, #f6e7ea); }
#top #header .tbu-lang .gt_selected a { font-size: 0 !important; padding: 7px 24px 7px 10px !important; border: 1px solid var(--tbu-line, #e7dcd8) !important; border-radius: 999px; background-color: #fff !important; }
#top #header .tbu-lang .gt_selected { background: transparent !important; }
#top #header .tbu-lang .gt_option { max-height: 360px; overflow-y: auto; padding: 6px 0; }
#top #header .av-main-nav > li.tbu-lang-item, #top #header .tbu-lang .gt_switcher { overflow: visible !important; }
#top #header .tbu-lang .gt_option { background: #fff !important; }
/* Menü kalabalık: dar masaüstünde sıkıştır, logo ile çakışmasın */
@media (max-width: 1340px) and (min-width: 990px) {
	#top #header .av-main-nav > li > a { padding-left: 8px !important; padding-right: 8px !important; }
	#top #header .logo img { max-width: 190px; height: auto; }
}
@media (max-width: 1180px) and (min-width: 990px) {
	#top #header .av-main-nav > li > a { font-size: 12px !important; padding-left: 6px !important; padding-right: 6px !important; }
}
/* Dil seçimi: yalnızca bayrak, menü yazılarıyla aynı hizada */
@media (min-width: 990px) {
	#top #header #avia-menu { display: flex; align-items: stretch; }
	#top #header .av-main-nav > li.tbu-lang-item { height: auto !important; align-self: stretch; display: flex; align-items: center; margin-left: 6px; }
}
#top #header .tbu-lang .gt_selected a { font-size: 0 !important; padding: 4px !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
#top #header .tbu-lang .gt_selected a::after { display: none !important; }
#top #header .tbu-lang .gt_selected a img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }
#top #header .tbu-lang .gt_option a img { width: 18px; height: 18px; border-radius: 50%; object-fit: cover; }
/* Mobil: bayrak ve menü düğmesi sağ kenara yakın */
@media (max-width: 989px) {
	#top #header .main_menu { right: -14px; }
	#top #header .av-main-nav > li.tbu-lang-item { margin-left: 0; margin-right: -4px; }
}
/* İletişim penceresi: yalnızca form */
#tbu-ask .tbu-modal-body { grid-template-columns: 1fr; }
#tbu-ask .tbu-modal-card { max-width: 720px; }
/* Ana sayfa: tek kart (Sık sorulanlar) tam genişlik, boş gri alan olmasın */
.tbu-media-single { grid-template-columns: 1fr !important; background: transparent !important; }

/* İlgili Konular: sabit sütun genişliği (tek madde de tam genişliğe yayılmasın) */
#top .tbu-related-grid, #top .tbu-as-duo .tbu-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
#top .tbu-related-in .tbu-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
@media (max-width: 760px) {
	#top .tbu-related-grid, #top .tbu-as-duo .tbu-related-grid, #top .tbu-related-in .tbu-related-grid { grid-template-columns: 1fr !important; }
}

/* İlgili Konular (sağ sütunsuz sayfalar): beyaz çerçeve yok; başlık ve maddeler üstteki kartlarla aynı 3 sütunlu hizada */
#top .tbu-as-duo .tbu-related .container, #top .tbu-hub-duo .tbu-related .container, #top .tbu-page-sss .tbu-related .container { background: transparent !important; border: 0 !important; padding: 0 !important; border-radius: 0; }
#top .tbu-as-duo .tbu-related, #top .tbu-hub-duo .tbu-related { display: block; }
#top .tbu-related-grid a { background: #fff; }

/* İlgili Konular başlığı: her sayfada aynı küçük etiket (disiplin) */
#top .tbu-related h2, #top .tbu-related-in h2, #top .tbu-as-duo .tbu-related h2, #top .tbu-page-sss .tbu-related h2 {
	font-family: "Inter", system-ui, sans-serif !important; font-size: .78rem !important; font-weight: 600 !important;
	line-height: 1.4 !important; letter-spacing: 0 !important; text-transform: none !important; color: #5b474d !important; margin: 0 0 10px !important;
}
/* İlgili Konular: kart içinde, zemin sayfa renginden çok az koyu */
#top .tbu-related-in, #top .tbu-related .container, #top .tbu-as-duo .tbu-related .container, #top .tbu-hub-duo .tbu-related .container, #top .tbu-page-sss .tbu-related .container {
	background: #f6efe9 !important; border: 1px solid rgba(43, 29, 34, .08) !important; border-radius: 22px !important; padding: 20px 22px 22px !important;
}
#top .tbu-related-in { margin: 22px 0 8px !important; }

/* Footer: 4 orantılı sütun (İletişim · Konular · Hızlı Erişim · Yasal); tablette 2, mobilde tek sütun alt alta */
.tbu-footer-in { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.tbu-f-quick, .tbu-f-legal { padding-left: 0 !important; border-left: 0 !important; }
@media (max-width: 1100px) {
	.tbu-footer-in { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 640px) {
	.tbu-footer-in { grid-template-columns: 1fr !important; gap: 22px !important; }
	.tbu-f-quick ul, .tbu-f-legal ul { display: block; }
	.tbu-f-col { width: 100%; }
}

/* Footer: logo ilk sütunun başında, slogan sosyal ikonların altında, telif satırı sağda */
#top .tbu-f-brand { display: inline-block; margin: 0 0 18px; }
#top .tbu-f-brand img { display: block; width: 170px; height: auto; }
.tbu-f-slogan { margin: 20px 0 0; font-family: var(--tbu-serif, "Instrument Serif", Georgia, serif); font-style: italic; font-size: 1.15rem; line-height: 1.3; color: var(--f-txt, #e9dcdc); }
.tbu-f-bottom-in { justify-content: flex-end !important; }
.tbu-f-copy { text-align: right; margin-left: auto; }
@media (max-width: 640px) { .tbu-f-copy { text-align: left; margin-left: 0; } }

/* Footer: Konular iki sütuna yayılır; Hızlı Erişim ve Yasal sağda alt alta */
@media (min-width: 1101px) {
	.tbu-footer-in { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr) !important; grid-template-areas: "c k q" "c k l"; align-items: start; row-gap: 22px !important; }
	.tbu-f-contact { grid-area: c; }
	.tbu-footer-in > .tbu-f-list:not(.tbu-f-quick):not(.tbu-f-legal) { grid-area: k; }
	.tbu-footer-in > .tbu-f-list:not(.tbu-f-quick):not(.tbu-f-legal) ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
	.tbu-f-quick { grid-area: q; }
	.tbu-f-legal { grid-area: l; padding-top: 18px !important; border-top: 1px solid var(--f-line) !important; }
}

/* Footer (son): İletişim · Konular (ortada, 2 sütun) · Yasal */
@media (min-width: 1101px) {
	.tbu-footer-in { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr) !important; grid-template-areas: "c k l" !important; }
	.tbu-f-legal { grid-area: l; padding-top: 0 !important; border-top: 0 !important; }
}
