/*
Theme Name: Bright Face
Theme URI: https://example.com
Author: waytive
Author URI: https://waytive.com
Description: Bright Face Clinics için geliştirilmiş, medikal estetik ve saç ekimi kliniklerine özel WordPress teması. Sağlık Bakanlığı Tanıtım ve Bilgilendirme Yönetmeliği'ne uyumlu yapıda kurgulanmıştır.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brightface
Tags: saglik, klinik, medikal-estetik, tek-sutun, ozel-menu, ozel-logo
*/

/* ==========================================================================
   1. TOKENLAR
   Renkler doğrudan Bright Face logosundan alınmıştır.
   ========================================================================== */

:root {
	/* Logodan çıkarılan çekirdek palet */
	--bf-ink:        #56606A; /* logonun koyu arduvazı */
	--bf-ink-deep:   #3E464E; /* başlıklar için koyulaştırılmış ton */
	--bf-mist:       #B4BEC7; /* logonun gri-mavi dairesi */
	--bf-sky:        #8FC7E8; /* logonun açık mavi dairesi */

	/* Paletten türetilen ara tonlar */
	--bf-sky-deep:   #5FA8D3;
	--bf-sky-soft:   #E8F2F9;
	--bf-mist-soft:  #EDF0F2;
	--bf-paper:      #FFFFFF;
	--bf-paper-warm: #F7F9FA;
	--bf-line:       #E2E7EA;

	/* Tipografi */
	--bf-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
	--bf-sans:  "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	/* Tip ölçeği */
	--bf-fs-hero:  clamp(2.6rem, 6vw, 4.6rem);
	--bf-fs-h1:    clamp(2.1rem, 4.4vw, 3.3rem);
	--bf-fs-h2:    clamp(1.7rem, 3.2vw, 2.5rem);
	--bf-fs-h3:    clamp(1.3rem, 2.2vw, 1.65rem);
	--bf-fs-lead:  clamp(1.05rem, 1.5vw, 1.2rem);
	--bf-fs-body:  1rem;
	--bf-fs-small: 0.875rem;

	/* Ritim */
	--bf-space-section: clamp(4.5rem, 9vw, 8rem);
	--bf-wrap:      1180px;
	--bf-wrap-text: 680px;
	--bf-radius:    2px;
}

/* ==========================================================================
   2. TEMEL
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

body {
	margin: 0;
	background: var(--bf-paper);
	color: var(--bf-ink);
	font-family: var(--bf-sans);
	font-size: var(--bf-fs-body);
	font-weight: 300;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--bf-ink-deep);
	text-decoration-color: var(--bf-mist);
	text-underline-offset: 0.22em;
	text-decoration-thickness: 1px;
	transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

a:hover { color: var(--bf-sky-deep); text-decoration-color: var(--bf-sky); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--bf-sky-deep);
	outline-offset: 3px;
}

/* ==========================================================================
   3. TİPOGRAFİ
   ========================================================================== */

h1, h2, h3, h4 {
	font-family: var(--bf-serif);
	font-weight: 300;
	color: var(--bf-ink-deep);
	line-height: 1.18;
	margin: 0 0 0.6em;
	letter-spacing: 0.005em;
}

h1 { font-size: var(--bf-fs-h1); }
h2 { font-size: var(--bf-fs-h2); }
h3 { font-size: var(--bf-fs-h3); font-family: var(--bf-sans); font-weight: 400; line-height: 1.35; }
h4 { font-size: 1.05rem; font-family: var(--bf-sans); font-weight: 500; }

p { margin: 0 0 1.4em; max-width: 70ch; }

.bf-lead {
	font-size: var(--bf-fs-lead);
	line-height: 1.7;
	color: var(--bf-ink);
	max-width: 62ch;
}

.bf-small { font-size: var(--bf-fs-small); }

blockquote {
	margin: 2.5rem 0;
	padding: 0 0 0 1.6rem;
	border-left: 2px solid var(--bf-sky);
	font-family: var(--bf-serif);
	font-size: 1.35rem;
	line-height: 1.5;
	color: var(--bf-ink-deep);
}

/* ==========================================================================
   4. DÜZEN
   ========================================================================== */

.bf-wrap {
	width: 100%;
	max-width: var(--bf-wrap);
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

.bf-wrap--text { max-width: calc(var(--bf-wrap-text) + 5vw); }

.bf-section { padding-block: var(--bf-space-section); }
.bf-section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.bf-section--warm { background: var(--bf-paper-warm); }
.bf-section--mist { background: var(--bf-mist-soft); }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.bf-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--bf-ink-deep);
	color: #fff;
	padding: 0.85rem 1.4rem;
	text-decoration: none;
}
.bf-skip-link:focus {
	left: 1rem;
	top: 1rem;
	color: #fff;
}

/* ==========================================================================
   5. KESİŞİM MOTİFİ (markanın imzası)
   Logodaki iki dairenin üst üste binmesi tema boyunca tekrar eder.
   ========================================================================== */

.bf-mark {
	display: block;
	width: 46px;
	height: auto;
	margin-bottom: 1.6rem;
}
.bf-mark--center { margin-inline: auto; }

.bf-mark .bf-mark__a { fill: var(--bf-mist); }
.bf-mark .bf-mark__b { fill: var(--bf-sky); }
.bf-mark .bf-mark__x { fill: var(--bf-ink); }

/* Bölüm ayracı: iki dairenin kesiştiği nokta */
.bf-divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-block: clamp(3rem, 6vw, 4.5rem);
}
.bf-divider::before,
.bf-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--bf-line);
}
.bf-divider__dot {
	width: 30px;
	height: auto;
	flex: none;
}

/* ==========================================================================
   6. BUTONLAR
   ========================================================================== */

.bf-btn {
	display: inline-block;
	font-family: var(--bf-sans);
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1.05rem 2.1rem;
	border: 1px solid var(--bf-ink-deep);
	border-radius: var(--bf-radius);
	background: var(--bf-ink-deep);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.bf-btn:hover,
.bf-btn:focus-visible {
	background: var(--bf-sky-deep);
	border-color: var(--bf-sky-deep);
	color: #fff;
}

.bf-btn--ghost {
	background: transparent;
	color: var(--bf-ink-deep);
	border-color: var(--bf-mist);
}
.bf-btn--ghost:hover,
.bf-btn--ghost:focus-visible {
	background: transparent;
	border-color: var(--bf-ink-deep);
	color: var(--bf-ink-deep);
}

.bf-btn--light {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.45);
}
.bf-btn--light:hover,
.bf-btn--light:focus-visible {
	background: #fff;
	color: var(--bf-ink-deep);
	border-color: #fff;
}

/* ==========================================================================
   7. BAŞLIK / ÜST MENÜ
   ========================================================================== */

.bf-topbar {
	background: var(--bf-ink-deep);
	color: rgba(255,255,255,0.82);
	font-size: 0.82rem;
	letter-spacing: 0.02em;
}
.bf-topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem 1.8rem;
	padding-block: 0.6rem;
}
.bf-topbar a { color: #fff; text-decoration: none; }
.bf-topbar a:hover { color: var(--bf-sky); }
.bf-topbar__group { display: flex; flex-wrap: wrap; gap: 1.4rem; }

.bf-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.96);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--bf-line);
}

.bf-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 1.1rem;
}

.bf-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.bf-brand img { max-height: 58px; width: auto; }
.bf-brand__text {
	font-family: var(--bf-serif);
	font-size: 1.45rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	color: var(--bf-ink-deep);
	text-transform: uppercase;
	line-height: 1.1;
}
.bf-brand__sub {
	display: block;
	font-family: var(--bf-sans);
	font-size: 0.62rem;
	letter-spacing: 0.34em;
	color: var(--bf-mist);
	margin-top: 0.25rem;
}

.bf-nav ul {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bf-nav a {
	font-size: 0.94rem;
	font-weight: 300;
	color: var(--bf-ink);
	text-decoration: none;
	padding-block: 0.4rem;
	border-bottom: 1px solid transparent;
	transition: color 0.25s ease, border-color 0.25s ease;
}
.bf-nav a:hover,
.bf-nav .current-menu-item > a,
.bf-nav .current_page_item > a {
	color: var(--bf-ink-deep);
	border-bottom-color: var(--bf-sky);
}

/* Alt menü */
.bf-nav li { position: relative; }
.bf-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	background: #fff;
	border: 1px solid var(--bf-line);
	padding: 0.5rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.bf-nav li:hover > .sub-menu,
.bf-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.bf-nav .sub-menu a {
	display: block;
	padding: 0.6rem 1.2rem;
	border-bottom: none;
	font-size: 0.9rem;
}
.bf-nav .sub-menu a:hover { background: var(--bf-sky-soft); }

.bf-header__cta { display: none; }
@media (min-width: 1100px) { .bf-header__cta { display: inline-block; } }

/* Mobil menü düğmesi */
.bf-burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.bf-burger span {
	display: block;
	height: 1px;
	width: 26px;
	background: var(--bf-ink-deep);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.bf-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bf-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bf-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1099px) {
	.bf-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(88vw, 380px);
		background: #fff;
		border-left: 1px solid var(--bf-line);
		padding: 6.5rem 2rem 2rem;
		transform: translateX(100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		overflow-y: auto;
	}
	.bf-nav.is-open { transform: translateX(0); }
	.bf-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
	.bf-nav > div > ul > li { border-bottom: 1px solid var(--bf-line); }
	.bf-nav a { display: block; padding: 1rem 0; font-size: 1.05rem; }
	.bf-nav .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: none;
		padding: 0 0 0.6rem 1rem;
		min-width: 0;
	}
	.bf-nav .sub-menu a { padding: 0.5rem 0; color: var(--bf-ink); }
}
@media (min-width: 1100px) { .bf-burger { display: none; } }

/* ==========================================================================
   8. HERO
   ========================================================================== */

.bf-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(5rem, 12vw, 9.5rem);
	background: var(--bf-paper);
}

.bf-hero__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(760px, 118%);
	opacity: 0.09;
	pointer-events: none;
	z-index: 0;
}

.bf-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 780px;
	margin-inline: auto;
}

.bf-hero h1 {
	font-size: var(--bf-fs-hero);
	letter-spacing: 0.01em;
	margin-bottom: 0.5em;
}

.bf-hero .bf-lead { margin-inline: auto; margin-bottom: 2.6rem; }

.bf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	justify-content: center;
}

/* Sayfa başlığı (iç sayfalar) */
.bf-pagehead {
	padding-block: clamp(3.5rem, 7vw, 6rem) clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid var(--bf-line);
}
.bf-pagehead h1 { margin-bottom: 0.35em; }
.bf-pagehead .bf-lead { margin-bottom: 0; }

.bf-breadcrumb {
	font-size: 0.82rem;
	color: var(--bf-mist);
	margin-bottom: 1.4rem;
}
.bf-breadcrumb a { color: var(--bf-ink); text-decoration: none; }
.bf-breadcrumb a:hover { color: var(--bf-sky-deep); }
.bf-breadcrumb span { margin-inline: 0.5rem; }

/* ==========================================================================
   9. IZGARA VE KARTLAR
   ========================================================================== */

.bf-grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
}
.bf-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.bf-grid--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.bf-grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.bf-card {
	background: var(--bf-paper);
	border: 1px solid var(--bf-line);
	padding: clamp(1.7rem, 3vw, 2.3rem);
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease;
}
.bf-card:hover { border-color: var(--bf-mist); }
.bf-card h3 { margin-bottom: 0.55em; }
.bf-card p { font-size: 0.95rem; margin-bottom: 1.4rem; }
.bf-card__foot { margin-top: auto; }
.bf-card__link {
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	color: var(--bf-ink-deep);
	text-decoration: none;
	border-bottom: 1px solid var(--bf-sky);
	padding-bottom: 2px;
}
.bf-card__link:hover { color: var(--bf-sky-deep); border-bottom-color: var(--bf-sky-deep); }

.bf-card__mark { width: 34px; margin-bottom: 1.3rem; }

/* Süreç adımları: gerçekten sıralı olduğu için numaralandırılmıştır */
.bf-steps { counter-reset: bfstep; }
.bf-step { position: relative; padding-left: 3.4rem; }
.bf-step::before {
	counter-increment: bfstep;
	content: counter(bfstep);
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 2.3rem;
	height: 2.3rem;
	display: grid;
	place-items: center;
	border: 1px solid var(--bf-sky);
	border-radius: 50%;
	font-family: var(--bf-serif);
	font-size: 1.05rem;
	color: var(--bf-ink-deep);
}
.bf-step h3 { font-size: 1.1rem; margin-bottom: 0.4em; }
.bf-step p { font-size: 0.93rem; margin-bottom: 0; }

/* ==========================================================================
   10. İKİ SÜTUN / ANLATIM
   ========================================================================== */

.bf-split {
	display: grid;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: start;
}
@media (min-width: 900px) {
	.bf-split { grid-template-columns: 1fr 1fr; align-items: center; }
	.bf-split--narrow-first { grid-template-columns: 0.85fr 1fr; }
}

.bf-figure {
	position: relative;
	background: var(--bf-mist-soft);
	aspect-ratio: 4 / 3;
	display: grid;
	place-items: center;
	overflow: hidden;
}
.bf-figure img { width: 100%; height: 100%; object-fit: cover; }
.bf-figure__placeholder {
	width: 90px;
	opacity: 0.5;
}

.bf-facts { list-style: none; margin: 0; padding: 0; }
.bf-facts li {
	display: flex;
	gap: 0.9rem;
	padding-block: 0.85rem;
	border-bottom: 1px solid var(--bf-line);
	font-size: 0.97rem;
}
.bf-facts li:last-child { border-bottom: none; }
.bf-facts svg { flex: none; width: 18px; margin-top: 0.4rem; }

/* ==========================================================================
   11. SSS (akordeon)
   ========================================================================== */

.bf-faq { border-top: 1px solid var(--bf-line); }
.bf-faq__item { border-bottom: 1px solid var(--bf-line); }
.bf-faq__q {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	background: none;
	border: none;
	padding: 1.5rem 0;
	font-family: var(--bf-sans);
	font-size: 1.04rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--bf-ink-deep);
	text-align: left;
	cursor: pointer;
}
.bf-faq__icon {
	position: relative;
	flex: none;
	width: 16px;
	height: 16px;
	margin-top: 0.35rem;
}
.bf-faq__icon::before,
.bf-faq__icon::after {
	content: "";
	position: absolute;
	background: var(--bf-sky-deep);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.bf-faq__icon::before { top: 7px; left: 0; width: 16px; height: 1px; }
.bf-faq__icon::after  { top: 0; left: 7px; width: 1px; height: 16px; }
.bf-faq__q[aria-expanded="true"] .bf-faq__icon::after { transform: scaleY(0); }

.bf-faq__a {
	display: none;
	padding-bottom: 1.7rem;
}
.bf-faq__a.is-open { display: block; }
.bf-faq__a p { font-size: 0.97rem; margin-bottom: 0.9em; max-width: 68ch; }
.bf-faq__a p:last-child { margin-bottom: 0; }

/* ==========================================================================
   12. YAZILAR
   ========================================================================== */

.bf-postmeta {
	font-size: 0.85rem;
	color: var(--bf-mist);
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.bf-entry > *:first-child { margin-top: 0; }
.bf-entry h2 { margin-top: 2.4em; }
.bf-entry h3 { margin-top: 2em; }
.bf-entry ul,
.bf-entry ol { max-width: 68ch; padding-left: 1.3rem; margin-bottom: 1.5em; }
.bf-entry li { margin-bottom: 0.6em; }
.bf-entry img { margin-block: 2.2rem; }
.bf-entry table { width: 100%; border-collapse: collapse; margin-block: 2rem; font-size: 0.94rem; }
.bf-entry th,
.bf-entry td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--bf-line); text-align: left; }
.bf-entry th { font-weight: 500; color: var(--bf-ink-deep); background: var(--bf-paper-warm); }

.bf-postcard { display: flex; flex-direction: column; }
.bf-postcard__thumb {
	aspect-ratio: 16 / 10;
	background: var(--bf-mist-soft);
	margin-bottom: 1.3rem;
	overflow: hidden;
	display: grid;
	place-items: center;
}
.bf-postcard__thumb img { width: 100%; height: 100%; object-fit: cover; }
.bf-postcard h3 { font-size: 1.15rem; margin-bottom: 0.5em; }
.bf-postcard h3 a { text-decoration: none; }
.bf-postcard p { font-size: 0.93rem; }
.bf-postcard__date { font-size: 0.8rem; color: var(--bf-mist); margin-bottom: 0.7rem; }

.bf-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 3.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--bf-line);
}
.bf-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 0.7rem;
	border: 1px solid var(--bf-line);
	text-decoration: none;
	font-size: 0.92rem;
}
.bf-pagination .page-numbers.current,
.bf-pagination .page-numbers:hover {
	background: var(--bf-ink-deep);
	border-color: var(--bf-ink-deep);
	color: #fff;
}

/* ==========================================================================
   13. YASAL UYARI KUTUSU
   Yönetmelik gereği görsel ve işlem içeriklerinde zorunlu ibare.
   ========================================================================== */

.bf-notice {
	display: flex;
	gap: 1rem;
	background: var(--bf-sky-soft);
	border-left: 2px solid var(--bf-sky);
	padding: 1.3rem 1.5rem;
	font-size: 0.9rem;
	line-height: 1.6;
	margin-block: 2.5rem;
	color: var(--bf-ink);
}
.bf-notice p { margin: 0; max-width: none; }
.bf-notice svg { flex: none; width: 20px; margin-top: 0.15rem; }

/* ==========================================================================
   14. İLETİŞİM / FORM
   ========================================================================== */

.bf-contact-grid {
	display: grid;
	gap: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 900px) {
	.bf-contact-grid { grid-template-columns: 1fr 1.15fr; }
}

.bf-contact-list { list-style: none; margin: 0; padding: 0; }
.bf-contact-list li { margin-bottom: 1.8rem; }
.bf-contact-list dt,
.bf-contact-list .bf-label {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	color: var(--bf-mist);
	margin-bottom: 0.35rem;
}
.bf-contact-list a { text-decoration: none; }

.bf-map {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--bf-mist-soft);
	border: 1px solid var(--bf-line);
}
.bf-map iframe { width: 100%; height: 100%; border: 0; display: block; }

.bf-form label {
	display: block;
	font-size: 0.86rem;
	color: var(--bf-ink-deep);
	margin-bottom: 0.4rem;
}
.bf-form input[type="text"],
.bf-form input[type="email"],
.bf-form input[type="tel"],
.bf-form select,
.bf-form textarea {
	width: 100%;
	font-family: var(--bf-sans);
	font-size: 0.97rem;
	font-weight: 300;
	color: var(--bf-ink);
	padding: 0.85rem 1rem;
	margin-bottom: 1.3rem;
	background: #fff;
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	transition: border-color 0.25s ease;
}
.bf-form input:focus,
.bf-form select:focus,
.bf-form textarea:focus { border-color: var(--bf-sky-deep); }
.bf-form textarea { min-height: 150px; resize: vertical; }
.bf-form .bf-consent {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	font-size: 0.86rem;
	line-height: 1.55;
	margin-bottom: 1.6rem;
}
.bf-form .bf-consent input { margin-top: 0.25rem; flex: none; }

/* ==========================================================================
   15. ÇAĞRI BÖLÜMÜ
   ========================================================================== */

.bf-cta {
	position: relative;
	overflow: hidden;
	background: var(--bf-ink-deep);
	color: rgba(255,255,255,0.88);
	text-align: center;
}
.bf-cta h2 { color: #fff; }
.bf-cta p { color: rgba(255,255,255,0.78); margin-inline: auto; }
.bf-cta__bg {
	position: absolute;
	right: -8%;
	top: 50%;
	transform: translateY(-50%);
	width: 420px;
	opacity: 0.1;
	pointer-events: none;
}
.bf-cta__inner { position: relative; z-index: 1; max-width: 640px; margin-inline: auto; }
.bf-cta__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-top: 2rem; }

/* ==========================================================================
   16. ALT BİLGİ
   ========================================================================== */

.bf-footer {
	background: var(--bf-paper-warm);
	border-top: 1px solid var(--bf-line);
	padding-top: clamp(3.5rem, 7vw, 5.5rem);
	font-size: 0.92rem;
}

.bf-footer__grid {
	display: grid;
	gap: 2.8rem;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	padding-bottom: 3rem;
}
.bf-footer h4 {
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	color: var(--bf-mist);
	margin-bottom: 1.1rem;
	font-weight: 400;
}
.bf-footer ul { list-style: none; margin: 0; padding: 0; }
.bf-footer li { margin-bottom: 0.65rem; }
.bf-footer a { text-decoration: none; color: var(--bf-ink); }
.bf-footer a:hover { color: var(--bf-sky-deep); }
.bf-footer p { font-size: 0.92rem; }

.bf-footer__brand img { max-height: 76px; width: auto; margin-bottom: 1.2rem; }

/* Künye: yönetmelik gereği son güncelleme ve editör bilgisi */
.bf-colophon {
	border-top: 1px solid var(--bf-line);
	padding-block: 1.8rem 2.4rem;
	font-size: 0.82rem;
	color: var(--bf-mist);
	line-height: 1.7;
}
.bf-colophon__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 2rem;
	justify-content: space-between;
	align-items: baseline;
}
.bf-colophon a { color: var(--bf-ink); }

/* Sabit mobil iletişim çubuğu */
.bf-dock {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	border-top: 1px solid var(--bf-line);
	box-shadow: 0 -2px 14px rgba(86,96,106,0.08);
}
.bf-dock a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 0.5rem;
	font-size: 0.9rem;
	text-decoration: none;
	color: var(--bf-ink-deep);
}
.bf-dock a + a { border-left: 1px solid var(--bf-line); }
.bf-dock svg { width: 17px; }
@media (min-width: 1100px) { .bf-dock { display: none; } }
@media (max-width: 1099px) { body { padding-bottom: 54px; } }

/* ==========================================================================
   17. YARDIMCILAR
   ========================================================================== */

.bf-center { text-align: center; }
.bf-center p { margin-inline: auto; }
.bf-mt-0 { margin-top: 0; }
.bf-mb-0 { margin-bottom: 0; }
.bf-stack > * + * { margin-top: 1.2rem; }

.alignwide  { max-width: min(1180px, 92vw); margin-inline: auto; }
.alignfull  { width: 100%; }
.aligncenter { display: block; margin-inline: auto; }
.alignleft  { float: left; margin: 0.4rem 2rem 1.5rem 0; }
.alignright { float: right; margin: 0.4rem 0 1.5rem 2rem; }
.wp-caption-text,
.wp-block-image figcaption {
	font-size: 0.83rem;
	color: var(--bf-mist);
	text-align: center;
	margin-top: 0.7rem;
}

/* Yazdırma */
@media print {
	.bf-header, .bf-topbar, .bf-dock, .bf-cta, .bf-footer__grid { display: none; }
	body { color: #000; }
}
