/*
Theme Name: Dr. Şule Eren — Longevity & Estetik Tıp
Theme URI: https://dgssaglik.com/
Author: DGS Healthcare
Author URI: https://dgssaglik.com/
Description: Dr. Şule Eren için tek sayfalık (one-page), iki dilli (TR birincil / EN ikincil), tam genişlikte ve SEO + GEO uyumlu WordPress teması. Longevity, biohacking, epigenetik ve plastik cerrahi süreç yönetimi içerikleri; Schema.org Physician + FAQPage + MedicalBusiness çıktısı, hreflang ve yerel SEO meta etiketleriyle birlikte gelir.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sule-eren
Tags: one-page, two-columns, full-width-template, custom-colors, translation-ready, accessibility-ready
*/

/* ════════════════════════════════════════════════════════════
   DR. ŞULE YILDIRIM EREN — BİYOGRAFİ · BRO SERİSİ · v4
   Palet: suleyildirim.com birebir —
   BEYAZ zemin · siyah header/footer · mor gradyan bantlar
   #8d6dc4 mor vurgu · #0a0a0a koyu başlık
   Fontlar: MySky (Manrope + Caveat)
   ════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
section[id], footer[id] { scroll-margin-top: 92px; }
em, i, blockquote, cite, q { font-style: normal; }
ul { list-style: none; }

:root {
	--sye-ink: #0a0a0a;
	--sye-body: #4b4653;
	--sye-dim: #8d8798;
	--sye-purple: #8d6dc4;
	--sye-purple-2: #6a4fa0;
	--sye-deep: #140038;
	--sye-night: #04000b;
	--sye-soft: #f7f6fa;
	--sye-line: #e8e5ef;
	--sye-line-p: rgba(141, 109, 196, .35);
	--sye-p-06: rgba(141, 109, 196, .06);
	--sye-p-10: rgba(141, 109, 196, .1);
	--sye-p-18: rgba(141, 109, 196, .18);
	--sye-p-45: rgba(141, 109, 196, .45);
	--sye-grad: linear-gradient(110deg, #9d7fd0 0%, var(--sye-purple) 35%, var(--sye-deep) 100%);
	--sye-side: 50px;
	--ease-lux: cubic-bezier(.2, .7, .2, 1);
	--f-main: 'Manrope', 'Manrope-fb', -apple-system, system-ui, sans-serif;
	--f-script: 'Caveat', 'Caveat-fb', cursive;
}
@media (max-width: 1024px) { :root { --sye-side: 32px; } }
@media (max-width: 640px)  { :root { --sye-side: 20px; } }

@font-face { font-family: 'Manrope-fb'; src: local('Arial'); size-adjust: 103%; ascent-override: 100%; descent-override: 28%; line-gap-override: 0%; }
@font-face { font-family: 'Caveat-fb'; src: local('Arial'); size-adjust: 72%; ascent-override: 94%; descent-override: 32%; line-gap-override: 0%; }

body {
	font-family: var(--f-main);
	color: var(--sye-body);
	background: #ffffff;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.container { padding-inline: var(--sye-side); }
::selection { background: var(--sye-purple); color: #fff; }
:focus-visible { outline: 2px solid var(--sye-purple); outline-offset: 3px; border-radius: 6px; }

/* ── Okuma çubuğu (sitedeki mor üst şerit gibi) ── */
.progress { position: fixed; top: 0; left: 0; z-index: 400; width: 100%; height: 4px; pointer-events: none; background: #eee; }
.progress i { display: block; height: 100%; width: 0; background: var(--sye-grad); }

/* ════════════════ NAV — siyah kapsül (sitedeki siyah bar) ════════════════ */
.nav {
	position: fixed; top: 16px; left: var(--sye-side); right: var(--sye-side); z-index: 300;
	display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 9px 9px 9px 24px;
	background: rgba(10, 10, 10, .94);
	-webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 999px;
	box-shadow: 0 22px 44px -24px rgba(10, 0, 30, .55);
	transition: box-shadow .35s;
}
.nav.on { box-shadow: 0 24px 50px -22px rgba(20, 0, 56, .6); }
.nav__brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.nav__sig { font-family: var(--f-script); font-weight: 700; font-size: 25px; color: #fff; white-space: nowrap; }
.nav__sig .tone { color: #b49bdd; }
.nav__tag { margin-top: 2px; font-size: 9.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a {
	padding: 9px 14px;
	font-size: 13.5px; font-weight: 600;
	color: rgba(255, 255, 255, .72); text-decoration: none;
	border-radius: 999px;
	transition: color .25s, background-color .25s;
}
.nav__links a:hover { color: #fff; background: rgba(141, 109, 196, .22); }
.nav__cta {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 11px 22px;
	font-size: 13.5px; font-weight: 700; color: #fff; text-decoration: none;
	border-radius: 999px;
	background: var(--sye-grad);
	transition: transform .25s var(--ease-lux), box-shadow .25s;
}
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px var(--sye-p-45); }
.nav__cta svg { width: 14px; height: 14px; }
@media (max-width: 1080px) { .nav__links { display: none; } }
@media (max-width: 480px) { .nav__tag { display: none; } .nav__sig { font-size: 22px; } }

/* ── Butonlar ── */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 14.5px; font-weight: 700; letter-spacing: .01em;
	text-decoration: none; border: 1px solid transparent; cursor: pointer;
	transition: transform .25s var(--ease-lux), box-shadow .25s, background-color .25s, border-color .25s, color .25s;
}
.btn svg { width: 16px; height: 16px; flex: none; }
.btn--purple { background: var(--sye-grad); color: #fff; box-shadow: 0 14px 30px -12px var(--sye-p-45); }
.btn--purple:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px var(--sye-p-45); }
.btn--line { border-color: #d9d5e3; color: var(--sye-ink); background: #fff; }
.btn--line:hover { border-color: var(--sye-purple); color: var(--sye-purple); transform: translateY(-2px); }

/* ── Çipler ── */
.chip {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 8px 14px;
	font-size: 12px; font-weight: 700; letter-spacing: .03em;
	color: var(--sye-purple-2);
	border: 1px solid var(--sye-line-p);
	border-radius: 999px;
	background: #fff;
	white-space: nowrap;
}
.chip svg { width: 13px; height: 13px; color: var(--sye-purple); flex: none; }

/* ── Bölüm iskeleti ── */
.sec { padding-block: clamp(50px, 6vw, 84px); position: relative; }
.sec--soft { background: linear-gradient(180deg, var(--sye-soft), #ffffff); }

.shead { position: relative; margin-bottom: clamp(28px, 3.6vw, 48px); }
.shead--center { text-align: center; max-width: 780px; margin-inline: auto; }
.shead--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; }
.shead[data-ghost]::before {
	content: attr(data-ghost);
	position: absolute; top: -.5em; left: 0;
	font-size: clamp(64px, 9vw, 128px);
	font-weight: 800; letter-spacing: .06em; line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.5px var(--sye-ink);
	opacity: .05;
	white-space: nowrap; pointer-events: none;
}
.shead--center[data-ghost]::before { left: 50%; transform: translateX(-50%); }
.shead__eyebrow {
	display: inline-block;
	font-family: var(--f-script); font-weight: 700;
	font-size: clamp(26px, 2.6vw, 32px); line-height: 1;
	color: var(--sye-purple);
	transform: rotate(-2deg);
	margin-bottom: 10px;
}
.shead__title {
	font-size: clamp(30px, 3.8vw, 50px);
	font-weight: 800; letter-spacing: -.025em; line-height: 1.08;
	color: var(--sye-ink);
	position: relative;
}
.shead__title .tone { color: var(--sye-purple); }
.shead__sub { margin-top: 14px; max-width: 640px; font-size: 16px; color: var(--sye-body); }
.shead--center .shead__sub { margin-inline: auto; }
.shead--split .shead__sub { margin-top: 0; max-width: 360px; font-size: 15px; }
.shead__sub strong { color: var(--sye-ink); font-weight: 700; }

/* ── Reveal ── */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease-lux), transform .85s var(--ease-lux); }
.rv.in { opacity: 1; transform: none; }
.rv--l { transform: translateX(-40px); }
.rv--r { transform: translateX(40px); }
.rv--z { transform: scale(.94); }
.rv--l.in, .rv--r.in, .rv--z.in { transform: none; }
@media (prefers-reduced-motion: reduce) {
	.rv { opacity: 1; transform: none; transition: none; }
	* { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ════════════════ HERO — sol metin, sağda zarif foto kartı, altta stat bandı ════════════════ */
.hero {
	position: relative;
	padding: clamp(118px, 13vh, 148px) var(--sye-side) 0;
	background:
		radial-gradient(900px 520px at 88% -10%, var(--sye-p-10), transparent 60%),
		linear-gradient(180deg, var(--sye-soft) 0%, #ffffff 88%);
	overflow: clip;
}
.hero__grid {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: 1fr clamp(430px, 36vw, 560px);
	gap: clamp(28px, 3.4vw, 52px);
	align-items: stretch;
}
.hero__txt { display: flex; flex-direction: column; }
.hero__kicker {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
	color: var(--sye-purple-2);
}
.hero__kicker::before { content: ''; width: 34px; height: 2px; background: linear-gradient(90deg, var(--sye-purple), transparent); }
.hero__h1 {
	margin-top: 20px;
	font-size: clamp(42px, 5.6vw, 76px);
	font-weight: 800; line-height: 1.02; letter-spacing: -.03em;
	color: var(--sye-ink);
}
.hero__h1 .grad {
	background: linear-gradient(100deg, var(--sye-purple) 0%, var(--sye-purple-2) 55%, var(--sye-deep) 100%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__roles { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 22px; }
.hero__role { font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--sye-purple-2); }
.hero__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sye-purple); }
.hero__lead { margin-top: 20px; max-width: 52em; font-size: 17px; color: var(--sye-body); }
.hero__lead strong { color: var(--sye-ink); font-weight: 700; }
.hero__feats { display: grid; grid-template-columns: 1fr auto; justify-content: space-between; gap: 11px 26px; margin-top: clamp(18px, 2.6vh, 26px); }
.hero__feat { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--sye-ink); }
.hero__feat i {
	width: 20px; height: 20px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: var(--sye-grad);
}
.hero__feat i svg { width: 11px; height: 11px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: clamp(16px, 2.4vh, 24px); }
.hero__tag {
	flex: 1 1 auto; text-align: center;
	padding: 9px 16px;
	font-size: 12px; font-weight: 700; letter-spacing: .03em;
	color: var(--sye-purple-2); text-decoration: none;
	border: 1px solid var(--sye-line-p);
	border-radius: 999px;
	background: #fff;
	transition: background .25s, color .25s, transform .25s var(--ease-lux);
}
.hero__tag:hover { background: var(--sye-grad); color: #fff; transform: translateY(-2px); }
.hero__btns { display: flex; flex-wrap: wrap; gap: 13px; margin-top: clamp(20px, 3vh, 28px); }
.hero__btns .btn { flex: 1 1 220px; }
.hero__contact {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
	margin-top: auto;
	padding-top: clamp(18px, 2.6vh, 26px);
	border-top: 1px solid var(--sye-line);
}
.hf__block { display: flex; align-items: center; gap: 12px; }
.hf__ic {
	width: 38px; height: 38px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	color: var(--sye-purple);
	background: #fff;
	border: 1px solid var(--sye-line);
	box-shadow: 0 10px 22px -14px rgba(20, 0, 56, .3);
}
.hf__ic svg { width: 16px; height: 16px; }
.hf__lbl { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sye-dim); }
.hf__val { display: block; font-size: 13.5px; font-weight: 700; color: var(--sye-ink); text-decoration: none; line-height: 1.5; }
a.hf__val:hover { color: var(--sye-purple); }

/* Portre kartı — çok hafif zemin + siyah imza şeridi */
.hero__vis { position: relative; display: flex; }
.hero__panel {
	position: relative;
	width: 100%;
	aspect-ratio: 470 / 560;
	border-radius: 22px 22px 0 0;
	overflow: hidden;
	border: 1px solid var(--sye-line);
	border-bottom: 0;
	box-shadow: 0 44px 80px -44px rgba(20, 0, 56, .38);
}
.hero__bg {
	position: absolute; inset: 0 0 54px 0;
	background:
		radial-gradient(85% 60% at 24% 10%, rgba(255, 255, 255, .8), transparent 55%),
		linear-gradient(150deg, #f6f4fa 0%, #ebe6f4 48%, #d9d0e9 100%);
}
.hero__bg::before {
	content: '';
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(141, 109, 196, .38) 1px, transparent 1.4px);
	background-size: 20px 20px;
	-webkit-mask-image: radial-gradient(85% 60% at 50% 0%, #000, transparent 80%);
	mask-image: radial-gradient(85% 60% at 50% 0%, #000, transparent 80%);
	opacity: .4;
}
.hero__bg::after {
	content: '';
	position: absolute; inset: 14px;
	border: 1px solid rgba(20, 0, 56, .1);
	border-radius: 12px;
	pointer-events: none;
}
.hero__photo {
	position: absolute; left: 50%; bottom: 54px; transform: translateX(-50%);
	width: 90%;
	filter: drop-shadow(0 24px 36px rgba(20, 0, 56, .4));
	transition: transform .5s var(--ease-lux);
	z-index: 2;
}
.hero__strip {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
	height: 54px;
	display: flex; align-items: center; justify-content: center; gap: 16px;
	background: #0a0a0a;
	padding-inline: 24px;
}
.hero__strip::before, .hero__strip::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, .35); }
.hero__strip-sig { font-family: var(--f-script); font-weight: 700; font-size: 24px; line-height: 1; color: #fff; white-space: nowrap; }
@media (max-width: 900px) {
	.hero { padding-top: 108px; }
	.hero__grid { grid-template-columns: 1fr; align-items: center; }
	.hero__txt { text-align: center; padding-bottom: 26px; }
	.hero__kicker::before { display: none; }
	.hero__lead { margin-inline: auto; }
	.hero__roles, .hero__btns, .hero__contact { justify-content: center; }
	.hero__vis { justify-content: center; }
	.hero__panel { width: min(100%, 390px); }
}

/* İstatistik bandı — beyaz kart */
.hero__band {
	position: relative; z-index: 3;
	display: grid; grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(34px, 4vw, 52px);
	border: 1px solid var(--sye-line);
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	background: #fff;
	box-shadow: 0 -18px 44px -34px rgba(20, 0, 56, .25);
	overflow: hidden;
}
.hstat {
	position: relative;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 22px 14px 20px;
	text-align: center;
}
.hstat + .hstat::before { content: ''; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: var(--sye-line); }
.hstat__num {
	display: flex; align-items: baseline; justify-content: center;
	font-size: clamp(26px, 2.5vw, 34px);
	font-weight: 800; letter-spacing: -.02em; line-height: 1;
	color: var(--sye-ink);
}
.hstat__sup { font-size: .6em; font-weight: 800; color: var(--sye-purple); margin-left: 2px; }
.hstat__lbl { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sye-dim); }
@media (max-width: 900px) {
	.hero__band { grid-template-columns: repeat(2, 1fr); }
	.hstat:nth-child(3)::before { display: none; }
	.hstat:nth-child(n+3) { border-top: 1px solid var(--sye-line); }
}

/* ── Kayan şerit — sitedeki mor CTA bandı ── */
.ticker {
	background: var(--sye-grad);
	overflow: hidden;
	padding-block: 15px;
	position: relative;
}
.ticker::before, .ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, #9d7fd0, transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, var(--sye-deep), transparent); }
.ticker__track { display: flex; width: max-content; animation: slide 32s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.ticker__seq { display: flex; align-items: center; }
.ticker__seq .t-up { font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #fff; padding-inline: 24px; white-space: nowrap; }
.ticker__seq .t-scr { font-family: var(--f-script); font-weight: 700; font-size: 21px; color: rgba(255, 255, 255, .92); padding-inline: 24px; white-space: nowrap; transform: rotate(-2deg); }
.ticker__seq svg { width: 11px; height: 11px; color: rgba(255, 255, 255, .65); flex: none; }

/* ════════════════ HAKKINDA ════════════════ */
.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 4.6vw, 66px); align-items: stretch; }
.about__vis { display: flex; flex-direction: column; }
.about__frame {
	position: relative; flex: 1; min-height: 340px;
	border-radius: 20px; overflow: hidden;
	box-shadow: 0 34px 70px -40px rgba(20, 0, 56, .45);
}
.about__frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 60%, rgba(10, 10, 10, .62)); }
.about__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about__cap {
	position: absolute; left: 20px; right: 20px; bottom: 17px; z-index: 2;
	display: flex; align-items: center; gap: 10px;
	color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .05em;
}
.about__cap svg { width: 15px; height: 15px; color: #cdb9ec; flex: none; }
.about__quote {
	margin-top: 18px;
	position: relative;
	padding: 20px 24px 20px 58px;
	background: var(--sye-soft);
	border: 1px solid var(--sye-line);
	border-left: 3px solid var(--sye-purple);
	border-radius: 16px;
}
.about__quote::before {
	content: '“';
	position: absolute; left: 18px; top: 4px;
	font-family: var(--f-script);
	font-size: 58px; font-weight: 700; line-height: 1;
	color: var(--sye-purple);
}
.about__qtext { font-size: 15px; font-weight: 600; line-height: 1.6; color: var(--sye-purple-2); }
.about__qsig { margin-top: 7px; font-family: var(--f-script); font-weight: 700; font-size: 21px; color: var(--sye-purple); }
.about__txt { display: flex; flex-direction: column; }
.about__txt .shead { margin-bottom: 16px; }
.about__p { margin-top: 12px; color: var(--sye-body); font-size: 15.5px; }
.about__p strong { color: var(--sye-ink); font-weight: 700; }
.about__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; padding-top: 22px; }
.fact {
	display: flex; align-items: center; gap: 12px;
	padding: 13px 16px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 14px;
	transition: transform .3s var(--ease-lux), border-color .3s, box-shadow .3s;
}
.fact:hover { transform: translateY(-3px); border-color: var(--sye-line-p); box-shadow: 0 16px 32px -22px var(--sye-p-45); }
.fact__ic {
	width: 38px; height: 38px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 11px;
	color: var(--sye-purple);
	background: var(--sye-p-10);
}
.fact__ic svg { width: 18px; height: 18px; }
.fact__name { display: block; font-size: 13.5px; font-weight: 800; color: var(--sye-ink); line-height: 1.25; }
.fact__sub { display: block; font-size: 12px; color: var(--sye-dim); }
@media (max-width: 900px) {
	.about { grid-template-columns: 1fr; }
	.about__frame { min-height: 0; }
	.about__frame img { position: static; aspect-ratio: 1; }
	.about__facts { margin-top: 22px; padding-top: 0; }
}
@media (max-width: 520px) { .about__facts { grid-template-columns: 1fr; } }

/* ════════════════ LONGEVITY — 8 UZMANLIK ════════════════ */
.lng__dna {
	position: absolute; right: -36px; top: 44px;
	width: 250px; opacity: .08; pointer-events: none;
	color: var(--sye-purple);
}
.lng__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.meter {
	position: relative;
	padding: 20px 20px 22px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.meter:hover { transform: translateY(-5px); border-color: var(--sye-line-p); box-shadow: 0 30px 56px -32px var(--sye-p-45); }
.meter__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.meter__ic {
	width: 40px; height: 40px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 12px;
	color: var(--sye-purple);
	background: var(--sye-p-10);
	transition: background .35s, color .35s;
}
.meter__ic svg { width: 20px; height: 20px; }
.meter:hover .meter__ic { background: var(--sye-grad); color: #fff; }
.meter__pct { display: flex; align-items: baseline; font-size: 24px; font-weight: 800; letter-spacing: -.02em; line-height: 1; color: var(--sye-ink); white-space: nowrap; }
.meter__unit { font-size: 13px; font-weight: 800; color: var(--sye-purple); margin-left: 1px; }
.meter__name { display: block; margin-top: 13px; font-size: 14px; font-weight: 800; line-height: 1.3; color: var(--sye-ink); }
.meter__desc { display: block; margin-top: 3px; font-size: 12px; line-height: 1.5; color: var(--sye-dim); }
.meter__bar { margin-top: 12px; height: 6px; border-radius: 99px; background: #efecf5; overflow: hidden; }
.meter__bar i {
	display: block; height: 100%; width: 0;
	border-radius: 99px;
	background: var(--sye-grad);
	transition: width 1.4s var(--ease-lux);
}
.lng__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 15px; }
.pillar {
	position: relative;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.pillar::before {
	content: '';
	position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
	background: var(--sye-grad);
	opacity: 0; transition: opacity .35s;
}
.pillar:hover { transform: translateY(-5px); border-color: var(--sye-line-p); box-shadow: 0 30px 56px -32px var(--sye-p-45); }
.pillar:hover::before { opacity: 1; }
.pillar__ic {
	width: 44px; height: 44px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 13px;
	color: #fff;
	background: var(--sye-grad);
	box-shadow: 0 12px 24px -10px var(--sye-p-45);
}
.pillar__ic svg { width: 20px; height: 20px; }
.pillar__name { margin-top: 15px; font-size: 16.5px; font-weight: 800; letter-spacing: -.01em; color: var(--sye-ink); }
.pillar__desc { margin-top: 7px; font-size: 13.5px; line-height: 1.6; color: var(--sye-body); }
@media (max-width: 1024px) { .lng__grid { grid-template-columns: repeat(2, 1fr); } .lng__pillars { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .lng__grid { grid-template-columns: 1fr; } .lng__dna { display: none; } }

/* ════════════════ ODAK ALANLARI — video sekmeleri ════════════════ */
.tk__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: clamp(28px, 3.4vw, 44px); }
.tk__tab {
	padding: 13px 30px;
	font-family: var(--f-main);
	font-size: 14px; font-weight: 700; letter-spacing: .01em;
	color: var(--sye-ink);
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 10px 24px -18px rgba(20, 0, 56, .3);
	transition: color .3s, background-color .3s, border-color .3s, transform .3s var(--ease-lux), box-shadow .3s;
}
.tk__tab:hover { border-color: var(--sye-line-p); transform: translateY(-2px); }
.tk__tab.on { color: #fff; background: var(--sye-grad); border-color: transparent; box-shadow: 0 14px 28px -12px var(--sye-p-45); }
.tk__panes { position: relative; display: grid; }
.tk__pane {
	grid-area: 1 / 1;
	display: grid; grid-template-columns: .95fr 1.05fr;
	gap: clamp(26px, 4vw, 60px);
	align-items: stretch;
	opacity: 0; transform: translateY(18px);
	transition: opacity .5s var(--ease-lux), transform .5s var(--ease-lux);
	pointer-events: none; visibility: hidden;
}
.tk__pane.on { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
.tk__media {
	position: relative; min-height: 300px;
	border-radius: 22px; overflow: hidden;
	box-shadow: 0 40px 80px -44px rgba(20, 0, 56, .5);
}
.tk__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.tk__no {
	position: absolute; top: 16px; right: 16px;
	padding: 8px 16px;
	font-size: 13px; font-weight: 800; letter-spacing: .06em;
	color: #fff;
	background: rgba(10, 10, 10, .72);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
}
.tk__eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sye-purple); }
.tk__name { margin-top: 10px; font-size: clamp(24px, 2.6vw, 34px); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; color: var(--sye-ink); }
.tk__desc { margin-top: 12px; font-size: 15.5px; line-height: 1.7; color: var(--sye-body); max-width: 560px; }
.tk__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 18px; }
.tk__check { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--sye-ink); }
.tk__check i { width: 20px; height: 20px; flex: none; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--sye-grad); }
.tk__specs { margin-top: 20px; background: #fff; border: 1px solid var(--sye-line); border-radius: 16px; padding-inline: 20px; box-shadow: 0 18px 40px -32px rgba(20, 0, 56, .3); }
.tk__spec { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 13px; border-bottom: 1px solid var(--sye-line); }
.tk__spec:last-child { border-bottom: 0; }
.tk__spec-l { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sye-dim); }
.tk__spec-v { font-size: 14.5px; font-weight: 800; color: var(--sye-ink); text-align: right; }
.tk__cta {
	display: flex; align-items: center; justify-content: center; gap: 9px;
	margin-top: 18px; padding: 15px 26px;
	font-size: 14.5px; font-weight: 700; color: #fff; text-decoration: none;
	background: var(--sye-grad); border-radius: 999px;
	box-shadow: 0 14px 30px -12px var(--sye-p-45);
	transition: transform .25s var(--ease-lux), box-shadow .25s;
}
.tk__cta:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px var(--sye-p-45); }
@media (max-width: 900px) {
	.tk__pane { grid-template-columns: 1fr; gap: 22px; }
	.tk__tabs { flex-wrap: nowrap; gap: 8px; }
	.tk__tab { flex: 1 1 0; min-width: 0; padding: 11px 8px; font-size: 12.5px; white-space: nowrap; }
}
@media (max-width: 400px) { .tk__tab { font-size: 11.5px; padding: 10px 5px; letter-spacing: -.01em; } }
@media (max-width: 760px) { .tk__checks { grid-template-columns: 1fr; } }

/* DGS görsel kartı (siyah panelin yerine) */
.dgs__figure {
	position: relative; min-height: 380px;
	border-radius: 22px; overflow: hidden;
	border: 1px solid var(--sye-line);
	box-shadow: 0 40px 80px -44px rgba(20, 0, 56, .45);
}
.dgs__figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dgs__figure figcaption {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	display: flex; align-items: center; gap: 10px;
	padding: 46px 22px 18px;
	background: linear-gradient(to top, rgba(6, 3, 16, .88), transparent);
	color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em;
}
.dgs__figure figcaption svg { width: 15px; height: 15px; color: #cdb9ec; flex: none; }

/* ════════════════ SERTİFİKA & KONGRE ════════════════ */
.cred { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(26px, 4vw, 56px); align-items: stretch; }
.cred__awards { display: flex; flex-direction: column; gap: 14px; }
.award {
	flex: 1;
	display: flex; gap: 16px; align-items: center;
	padding: 20px 22px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.award:hover { transform: translateY(-4px); border-color: var(--sye-line-p); box-shadow: 0 26px 50px -30px var(--sye-p-45); }
.award__ic {
	width: 50px; height: 50px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 15px;
	background: var(--sye-grad);
	box-shadow: 0 14px 26px -10px var(--sye-p-45);
}
.award__ic svg { width: 24px; height: 24px; fill: #fff; }
.award__name { display: block; font-size: 15.5px; font-weight: 800; letter-spacing: -.01em; color: var(--sye-ink); line-height: 1.3; }
.award__desc { display: block; margin-top: 4px; font-size: 13px; color: var(--sye-body); line-height: 1.55; }
.cred__side { display: flex; flex-direction: column; }
.cred__side-t { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 800; color: var(--sye-ink); }
.cred__side-t svg { width: 17px; height: 17px; color: var(--sye-purple); flex: none; }
.cred__congress { display: flex; flex-direction: column; gap: 11px; margin-top: 14px; flex: 1; }
.cong {
	flex: 1;
	display: flex; align-items: center; gap: 13px;
	padding: 13px 16px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 14px;
	transition: transform .3s var(--ease-lux), border-color .3s, box-shadow .3s;
}
.cong:hover { transform: translateX(5px); border-color: var(--sye-line-p); box-shadow: 0 16px 32px -22px var(--sye-p-45); }
.cong__abbr {
	min-width: 64px; text-align: center; flex: none;
	padding: 8px 10px;
	font-size: 12.5px; font-weight: 800; letter-spacing: .05em;
	color: var(--sye-purple-2);
	background: var(--sye-p-10);
	border-radius: 10px;
}
.cong__desc { font-size: 13px; color: var(--sye-body); line-height: 1.45; }
.cred__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.cred__chips .chip { flex: 1 1 0; justify-content: center; }
@media (max-width: 900px) { .cred { grid-template-columns: 1fr; } }

/* ════════════════ KLİNİK GALERİ ════════════════ */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gal figure {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 26px 52px -32px rgba(20, 0, 56, .4);
}
.gal figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 4.4; transition: transform .8s var(--ease-lux); }
.gal figure:hover img { transform: scale(1.05); }
.gal figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 60%, rgba(10, 10, 10, .6)); }
@media (max-width: 760px) { .gal { grid-template-columns: 1fr; } .gal figure img { aspect-ratio: 4 / 3; } }

/* ════════════════ FELSEFE — mor gradyan CTA bandı ════════════════ */
.creed {
	position: relative;
	background: var(--sye-grad);
	color: #fff;
	overflow: clip;
}
.creed::before {
	content: '';
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .18) 1px, transparent 1.5px);
	background-size: 26px 26px;
	-webkit-mask-image: radial-gradient(60% 90% at 50% 0%, #000, transparent 80%);
	mask-image: radial-gradient(60% 90% at 50% 0%, #000, transparent 80%);
}
.creed__in { position: relative; max-width: 900px; margin-inline: auto; text-align: center; }
.creed__script { display: inline-block; font-family: var(--f-script); font-weight: 700; font-size: clamp(28px, 3vw, 38px); line-height: 1; color: rgba(255, 255, 255, .92); transform: rotate(-2deg); }
.creed__q { margin-top: 20px; font-size: clamp(20px, 2.5vw, 30px); font-weight: 800; line-height: 1.45; letter-spacing: -.015em; color: #fff; }
.creed__dim { display: block; margin-top: 14px; font-size: .76em; font-weight: 600; color: rgba(255, 255, 255, .8); }
.creed__sig { margin-top: 26px; display: flex; flex-direction: column; align-items: center; }
.creed__sig::before { content: ''; width: 40px; height: 2px; margin-bottom: 14px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent); }
.creed__sig-name { font-family: var(--f-script); font-weight: 700; font-size: 30px; line-height: 1; color: #fff; }
.creed__sig-role { margin-top: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }

/* ════════════════ DGS ════════════════ */
.dgs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: stretch; }
.dgs__left { display: flex; flex-direction: column; }
.dgs__lead { font-size: 15.5px; color: var(--sye-body); }
.dgs__lead strong { color: var(--sye-ink); font-weight: 700; }
.dgs__list { display: flex; flex-direction: column; gap: 11px; margin-top: 20px; flex: 1; }
.dgsi {
	flex: 1;
	display: flex; align-items: flex-start; gap: 13px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 14px;
	box-shadow: 0 16px 36px -30px rgba(20, 0, 56, .3);
	transition: transform .3s var(--ease-lux), border-color .3s, box-shadow .3s;
}
.dgsi:hover { transform: translateX(5px); border-color: var(--sye-line-p); box-shadow: 0 16px 32px -22px var(--sye-p-45); }
.dgsi__ic {
	width: 34px; height: 34px; flex: none;
	display: flex; align-items: center; justify-content: center;
	margin-top: 2px;
	border-radius: 10px;
	color: var(--sye-purple);
	background: var(--sye-p-10);
}
.dgsi__ic svg { width: 17px; height: 17px; }
.dgsi__name { display: block; font-size: 14px; font-weight: 800; color: var(--sye-ink); line-height: 1.35; }
.dgsi__desc { display: block; font-size: 12.5px; color: var(--sye-body); margin-top: 2px; line-height: 1.5; }
/* Panel — sitedeki siyah header dili: siyah + mor ışıma */
.dgs__panel {
	position: relative;
	display: flex; flex-direction: column;
	padding: clamp(26px, 3.2vw, 40px);
	border-radius: 22px;
	background:
		radial-gradient(70% 60% at 80% 0%, rgba(141, 109, 196, .4), transparent 60%),
		linear-gradient(155deg, #16121f, #0a0a0a);
	color: #fff;
	overflow: hidden;
	box-shadow: 0 40px 80px -42px rgba(10, 0, 30, .6);
}
.dgs__panel::before {
	content: '';
	position: absolute; inset: 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	pointer-events: none;
}
.dgs__panel-eyebrow { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #b49bdd; }
.dgs__panel-t { position: relative; margin-top: 10px; font-size: clamp(20px, 2vw, 25px); font-weight: 800; letter-spacing: -.02em; line-height: 1.22; color: #fff; }
.dgs__princ { position: relative; display: flex; flex-direction: column; margin-top: 18px; flex: 1; }
.princ {
	display: flex; align-items: flex-start; gap: 15px;
	padding-block: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	flex: 1;
}
.princ:last-child { border-bottom: 0; }
.princ__no {
	flex: none;
	font-size: 15px; font-weight: 800; line-height: 1.4;
	color: #b49bdd;
}
.princ__name { display: block; font-size: 14.5px; font-weight: 800; color: #fff; line-height: 1.35; }
.princ__desc { display: block; margin-top: 2px; font-size: 12.5px; line-height: 1.55; color: rgba(255, 255, 255, .62); }
.dgs__panel-foot {
	position: relative;
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	margin-top: 18px; padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.dgs__langs { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #cdb9ec; }
.dgs__langs svg { width: 15px; height: 15px; color: #b49bdd; flex: none; }
.dgs__award { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #cdb9ec; }
.dgs__award svg { width: 15px; height: 15px; fill: #b49bdd; flex: none; }
@media (max-width: 900px) { .dgs { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .dgs__panel-foot { flex-direction: column; align-items: flex-start; } }

/* ════════════════ FOOTER — sitedeki siyah bar ════════════════ */
.foot {
	background:
		radial-gradient(1000px 420px at 85% -20%, rgba(141, 109, 196, .18), transparent 60%),
		#0a0a0a;
	color: rgba(255, 255, 255, .62);
	position: relative; overflow: clip;
}
.foot::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--sye-grad); }
.foot__top {
	display: grid;
	grid-template-columns: minmax(0, 390px) max-content max-content minmax(230px, 292px);
	justify-content: space-between;
	column-gap: 24px; row-gap: 36px;
	align-items: stretch;
	padding: 56px var(--sye-side) 44px;
}
.foot__brand { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.foot__sig { font-family: var(--f-script); font-weight: 700; font-size: 40px; line-height: 1; color: #fff; }
.foot__sig .tone { color: #b49bdd; }
.foot__about {
	margin-top: 18px; margin-bottom: 20px;
	font-size: 14.5px; line-height: 1.8;
	max-width: 420px;
	padding-left: 16px;
	border-left: 2px solid rgba(141, 109, 196, .55);
}
.foot__seals { display: flex; flex-wrap: nowrap; gap: 8px; margin-top: auto; }
.foot__sealchip {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 10.5px; font-weight: 700; letter-spacing: .03em;
	color: rgba(244, 245, 255, .85);
	border: 1px solid rgba(141, 109, 196, .4);
	background: rgba(141, 109, 196, .12);
	border-radius: 100px;
	padding: 7px 11px;
	white-space: nowrap;
}
.foot__sealchip svg { width: 12px; height: 12px; fill: #b49bdd; flex: none; }
.foot__col { display: flex; flex-direction: column; height: 100%; }
.foot__col-t {
	display: flex; align-items: center; gap: 10px;
	font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
	color: #b49bdd;
	margin-bottom: 16px;
}
.foot__col-t::after { content: ''; flex: 1; max-width: 42px; height: 1px; background: linear-gradient(90deg, rgba(141, 109, 196, .55), transparent); }
.foot__col ul { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; }
.foot__col a { font-size: 14px; color: rgba(255, 255, 255, .7); text-decoration: none; transition: color .25s, transform .25s; display: inline-block; }
.foot__col a:hover { color: #fff; transform: translateX(4px); }
.foot__boxes { display: grid; grid-template-columns: 1fr; gap: 9px; align-content: space-between; }
.fbox {
	display: flex; align-items: center; gap: 12px;
	background: rgba(244, 245, 255, .05);
	border: 1px solid rgba(244, 245, 255, .12);
	border-radius: 14px;
	padding: 10px 14px;
	text-decoration: none;
	transition: border-color .3s, background .3s, transform .3s;
}
.fbox:hover { border-color: rgba(141, 109, 196, .6); background: rgba(141, 109, 196, .12); transform: translateY(-3px); }
.fbox__ic {
	flex: none;
	width: 36px; height: 36px;
	border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(141, 109, 196, .16);
	border: 1px solid rgba(141, 109, 196, .4);
}
.fbox__ic svg { width: 19px; height: 19px; fill: #b49bdd; }
.fbox__t { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.fbox__t em { font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(244, 245, 255, .45); }
.fbox__t strong { font-size: 13.5px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.foot__badges {
	display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 26px var(--sye-side) 34px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	flex-wrap: wrap;
}
.fbadge { display: flex; align-items: center; gap: 12px; min-width: 0; }
.fbadge__ic {
	flex: none;
	width: 40px; height: 40px;
	border-radius: 13px;
	display: flex; align-items: center; justify-content: center;
	background: rgba(141, 109, 196, .12);
	border: 1px solid rgba(141, 109, 196, .4);
}
.fbadge__ic svg { width: 20px; height: 20px; fill: #b49bdd; }
.fbadge__name { display: block; font-size: 13px; font-weight: 800; color: rgba(255, 255, 255, .92); line-height: 1.25; }
.fbadge__sub { display: block; font-size: 11.5px; color: rgba(255, 255, 255, .45); white-space: nowrap; }
@media (max-width: 1080px) {
	.foot__top { grid-template-columns: 1fr 1fr; }
	.foot__brand { grid-column: 1 / -1; }
	.foot__boxes { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
	.foot__badges { justify-content: flex-start; column-gap: 40px; }
}
@media (max-width: 620px) {
	.foot__top { grid-template-columns: 1fr 1fr; column-gap: 20px; }
	.foot__brand { grid-column: 1 / -1; }
	.foot__boxes { grid-column: 1 / -1; grid-template-columns: 1fr; }
	.foot__seals { flex-wrap: nowrap; gap: 6px; width: 100%; }
	.foot__sealchip { flex: 1 1 0; justify-content: center; padding: 6px 6px; font-size: 9.5px; gap: 5px; }
}

/* ════════════════ WHATSAPP CTA BANDI — SacEkim ritmi ════════════════ */
.wacta {
	position: relative;
	background: var(--sye-grad);
	overflow: clip;
}
.wacta::before {
	content: ''; position: absolute; top: -60%; bottom: -60%; width: 34%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .26), transparent);
	transform: skewX(-18deg);
	animation: wactaShine 5s ease-in-out infinite;
	pointer-events: none;
}
@keyframes wactaShine { 0% { left: -45%; } 60%, 100% { left: 115%; } }
.wacta::after {
	content: ''; position: absolute; inset: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(4, 0, 11, .3);
	pointer-events: none;
}
.wacta__in {
	display: flex; align-items: center; justify-content: space-between; gap: clamp(26px, 4vw, 60px);
	padding: clamp(30px, 5vh, 52px) var(--sye-side);
}
.wacta__t { min-width: 0; }
.wacta__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px;
	font-size: 10.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
	color: #fff;
	background: linear-gradient(160deg, rgba(20, 0, 56, .85), rgba(4, 0, 11, .95));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 10px 22px -12px rgba(4, 0, 11, .5);
}
.wacta__eyebrow svg { width: 14px; height: 14px; fill: #25d366; flex: none; }
.wacta__title {
	margin-top: 14px;
	font-weight: 800; font-size: clamp(22px, 2.7vw, 34px); letter-spacing: -.015em; line-height: 1.15;
	color: #fff;
}
.wacta__em { color: var(--sye-deep); text-shadow: 0 1px 0 rgba(255, 255, 255, .18); }
.wacta__text { margin-top: 8px; font-size: 14.5px; line-height: 1.55; font-weight: 500; color: rgba(255, 255, 255, .82); max-width: 64ch; }
.wacta__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.wacta__chip {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 9px 15px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .02em;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .16); border-radius: 11px;
	background: linear-gradient(160deg, rgba(20, 0, 56, .85), rgba(4, 0, 11, .95));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 10px 22px -12px rgba(4, 0, 11, .5);
}
.wacta__chip svg { width: 12px; height: 12px; fill: #cdb9ec; flex: none; }
.wacta__acts { display: flex; flex-direction: column; gap: 10px; flex: none; }
.wacta__btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-width: 300px;
	padding: 16px 28px;
	border: 1px solid rgba(255, 255, 255, .18); border-radius: 14px;
	background: linear-gradient(160deg, rgba(20, 0, 56, .95), rgba(4, 0, 11, .99));
	color: #fff; text-decoration: none;
	font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
	white-space: nowrap;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 34px -14px rgba(4, 0, 11, .65);
	transition: transform .25s var(--ease-lux), box-shadow .25s, border-color .25s;
}
.wacta__btn:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, .38); box-shadow: 0 22px 44px -16px rgba(4, 0, 11, .75); }
.wacta__btn svg { width: 18px; height: 18px; fill: #25d366; flex: none; }
.wacta__tel {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-width: 300px;
	padding: 15px 28px;
	border: 1px solid rgba(4, 0, 11, .15); border-radius: 14px;
	background: #fff;
	color: var(--sye-ink); text-decoration: none;
	font-weight: 800; font-size: 14.5px; letter-spacing: .02em;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	box-shadow: 0 12px 26px -14px rgba(4, 0, 11, .55);
	transition: transform .25s var(--ease-lux), box-shadow .25s;
}
.wacta__tel:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -16px rgba(4, 0, 11, .65); }
.wacta__tel svg { width: 16px; height: 16px; fill: var(--sye-purple); flex: none; }
@media (max-width: 900px) {
	.wacta__in { flex-direction: column; align-items: stretch; }
	.wacta__eyebrow { align-self: flex-start; }
	.wacta__chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wacta__chip { justify-content: center; padding-inline: 8px; }
	.wacta__btn, .wacta__tel { min-width: 0; width: 100%; }
}

/* ════════════════ SSS — Beauty faqd düzeni: sorular solda, videolu kart sağda ════════════════ */
.faqd__grid {
	display: grid; grid-template-columns: 1.2fr .8fr;
	gap: clamp(36px, 5vw, 72px);
	align-items: stretch;
}
.faqd__side { display: flex; flex-direction: column; }
.faqd__media {
	position: relative; flex: 1; min-height: 300px;
	border-radius: 20px; overflow: hidden;
	border: 1px solid var(--sye-line-p);
	box-shadow: 0 24px 56px rgba(20, 0, 56, .18);
}
.faqd__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.faqd__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 5, 22, .85), rgba(10, 5, 22, .15) 55%); }
.faqd__copy { position: absolute; left: 28px; right: 28px; bottom: 24px; }
.faqd__copy-eyebrow {
	display: inline-block;
	font-family: var(--f-script); font-weight: 700;
	font-size: 27px; line-height: 1;
	color: #cdb9ec;
	transform: rotate(-2deg);
	margin-bottom: 8px;
}
.faqd__copy-title { font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #fff; }
.faqd__foot {
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	margin-top: 20px;
	padding: 18px 22px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 16px;
}
.faqd__foot-p { flex: 1; min-width: 200px; color: var(--sye-body); font-size: 13.5px; line-height: 1.6; }
.faqd__wa {
	display: inline-flex; align-items: center; gap: 12px;
	background: #25D366; color: #fff; text-decoration: none;
	font-weight: 700; font-size: 14.5px;
	border-radius: 100px;
	padding: 13px 26px;
	box-shadow: 0 14px 34px rgba(37, 211, 102, .35);
	transition: transform .3s ease, box-shadow .3s ease;
}
.faqd__wa:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(37, 211, 102, .45); }
.faqd__wa svg { width: 20px; height: 20px; fill: #fff; flex: none; }
.faq__item {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 16px;
	overflow: hidden;
	transition: border-color .35s ease, box-shadow .35s ease;
}
.faq__item:last-child { margin-bottom: 0; }
.faq__item.open { border-color: var(--sye-line-p); box-shadow: 0 14px 34px rgba(20, 0, 56, .1); }
.faq__q {
	width: 100%;
	display: flex; align-items: center; justify-content: flex-start; gap: 16px;
	text-align: left;
	background: none; border: 0;
	padding: 18px 22px;
	font-family: var(--f-main);
	font-size: 15.5px; font-weight: 700;
	color: var(--sye-ink);
	cursor: pointer;
}
.faq__no { flex: none; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; color: var(--sye-purple); min-width: 30px; }
.faq__qt { flex: 1; }
.faq__q i { flex: none; position: relative; width: 18px; height: 18px; }
.faq__q i::before, .faq__q i::after {
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 12px; height: 2px; border-radius: 2px;
	background: var(--sye-purple);
	transform: translate(-50%, -50%);
	transition: transform .35s ease;
}
.faq__q i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.open .faq__q i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.22, 1, .36, 1); }
.faq__item.open .faq__a { grid-template-rows: 1fr; }
.faq__a-in { overflow: hidden; }
.faq__a-in p { padding: 0 22px 18px 68px; font-size: 14.5px; line-height: 1.7; color: var(--sye-body); }
@media (max-width: 900px) {
	.faqd__grid { grid-template-columns: 1fr; }
	.faqd__media { min-height: 320px; }
	.faq__a-in p { padding-left: 22px; }
}

/* ════════════════ MOBİL UYUM ════════════════ */
@media (max-width: 900px) {
	.hero__feats { grid-template-columns: 1fr; width: 100%; }
	.hero__feat { width: 100%; justify-content: flex-start; text-align: left; }
	.hero__roles { justify-content: center; }
	.hero__lead { margin-inline: 0; max-width: none; text-align: left; }
	.hero__contact { justify-content: center; row-gap: 14px; }
	.hero__tags { justify-content: center; }
}
@media (max-width: 760px) {
	.shead--split { flex-direction: column; align-items: flex-start; }
	.shead--split .shead__sub { max-width: none; margin-top: 10px; }
	.wacta__title br { display: none; }
}
@media (max-width: 620px) {
	.foot__badges { flex-direction: column; align-items: flex-start; gap: 16px; }
	.fbadge__sub { white-space: normal; }
	.faqd__foot { flex-direction: column; align-items: stretch; text-align: center; }
	.faqd__wa { justify-content: center; }
	.creed__q br { display: none; }
}
@media (max-width: 480px) {
	.nav { top: 10px; padding: 8px 8px 8px 16px; }
	.nav__sig { font-size: 19px; }
	.nav__cta { padding: 9px 14px; font-size: 12.5px; }
	.hero__h1 { font-size: 37px; }
	.hero__roles { flex-wrap: nowrap; gap: 6px 8px; }
	.hero__role { font-size: 10px; letter-spacing: .07em; white-space: nowrap; }
	.hero__btns .btn { flex: 1 1 100%; }
	.hstat__num { font-size: 23px; }
	.shead__title { font-size: 27px; }
	.hero__contact { row-gap: 12px; }
	.hf__val { font-size: 12.5px; }
	.about__quote { padding-left: 50px; }
	.faq__q { font-size: 14px; padding: 15px 16px; }
	.faq__a-in p { padding: 0 16px 16px; }
	.wacta__chips { grid-template-columns: 1fr; }
}

/* ── Yukarı çık ── */
.top {
	position: fixed; right: 22px; bottom: 22px; z-index: 250;
	width: 46px; height: 46px;
	display: flex; align-items: center; justify-content: center;
	border: 0; border-radius: 50%; cursor: pointer;
	color: #fff;
	background: var(--sye-grad);
	box-shadow: 0 16px 32px -12px var(--sye-p-45);
	opacity: 0; transform: translateY(14px); pointer-events: none;
	transition: opacity .35s, transform .35s var(--ease-lux);
}
.top.on { opacity: 1; transform: none; pointer-events: auto; }
.top svg { width: 18px; height: 18px; }

/* ════════════════ WORDPRESS TEMELLERİ ════════════════ */
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 500;
	padding: 12px 20px;
	background: var(--sye-ink); color: #fff;
	font-size: 13.5px; font-weight: 700; text-decoration: none;
	border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }
.admin-bar .nav { top: 48px; }
@media (min-width: 783px) { .admin-bar .nav { top: 44px; } }
@media (max-width: 480px) { .admin-bar .nav { top: 42px; } }
main { display: block; }

/* ════════════════ DİL ANAHTARI (nav sağ blok) ════════════════ */
.nav__right { display: flex; align-items: center; gap: 10px; flex: none; }
.nav__lang {
	display: flex; align-items: center; gap: 2px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
}
.nav__lang-a {
	padding: 6px 11px;
	font-size: 11.5px; font-weight: 800; letter-spacing: .06em;
	color: rgba(255, 255, 255, .6); text-decoration: none;
	border-radius: 999px;
	transition: color .25s, background-color .25s;
}
.nav__lang-a:hover { color: #fff; background: rgba(141, 109, 196, .28); }
.nav__lang-a.on { color: #fff; background: var(--sye-grad); }
@media (max-width: 480px) {
	.nav__right { gap: 7px; }
	.nav__lang { padding: 2px; }
	.nav__lang-a { padding: 5px 8px; font-size: 10.5px; }
}

/* nav bağlantıları tek satırda kalsın (EN etiketleri daha uzun) */
.nav__links a { white-space: nowrap; }
.nav__tag { white-space: nowrap; }
@media (max-width: 1250px) {
	.nav__links a { padding: 9px 10px; font-size: 12.5px; }
}

/* ════════════════ KISA BİLGİ — GEO cevap kutusu ════════════════ */
.qf {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.qf__row {
	display: flex; flex-direction: column; justify-content: flex-start;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 16px;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.qf__row:hover { transform: translateY(-4px); border-color: var(--sye-line-p); box-shadow: 0 28px 52px -32px var(--sye-p-45); }
.qf__l {
	display: flex; align-items: center; gap: 8px;
	font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
	color: var(--sye-dim);
}
.qf__l::before { content: ''; width: 14px; height: 2px; border-radius: 2px; background: var(--sye-grad); flex: none; }
.qf__v { margin-top: 9px; font-size: 14.5px; font-weight: 700; line-height: 1.55; color: var(--sye-ink); }
@media (max-width: 1024px) { .qf { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .qf { grid-template-columns: 1fr; } }

/* ════════════════ SÜREÇ — hasta yolculuğu ════════════════ */
.jr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; list-style: none; }
.jr__step {
	position: relative;
	display: flex; flex-direction: column;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.jr__step::before {
	content: '';
	position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
	background: var(--sye-grad);
	opacity: 0; transition: opacity .35s;
}
.jr__step:hover { transform: translateY(-5px); border-color: var(--sye-line-p); box-shadow: 0 30px 56px -32px var(--sye-p-45); }
.jr__step:hover::before { opacity: 1; }
.jr__no {
	font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.02em;
	background: var(--sye-grad);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.jr__name { margin-top: 13px; font-size: 16.5px; font-weight: 800; letter-spacing: -.01em; color: var(--sye-ink); line-height: 1.3; }
.jr__desc { margin-top: 8px; font-size: 13.5px; line-height: 1.6; color: var(--sye-body); }
.jr__note {
	display: flex; align-items: flex-start; gap: 11px;
	margin-top: 15px;
	padding: 15px 20px;
	font-size: 13px; line-height: 1.6; color: var(--sye-body);
	background: var(--sye-p-06);
	border: 1px solid var(--sye-line-p);
	border-radius: 14px;
}
.jr__note svg { flex: none; margin-top: 2px; color: var(--sye-purple); }
@media (max-width: 1024px) { .jr { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .jr { grid-template-columns: 1fr; } }

/* ════════════════ FOOTER — yasal satır ════════════════ */
.foot__legal {
	display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 10px 26px;
	padding: 20px var(--sye-side) 28px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 12px; line-height: 1.6;
	color: rgba(255, 255, 255, .42);
}
.foot__legal p { max-width: 74ch; }
@media (max-width: 620px) { .foot__legal { flex-direction: column; align-items: flex-start; } }

/* ════════════════ INSTAGRAM — son paylaşımlar ════════════════ */
.ig { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.igc {
	position: relative;
	display: flex; flex-direction: column;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.igc:hover { transform: translateY(-5px); border-color: var(--sye-line-p); box-shadow: 0 30px 56px -32px var(--sye-p-45); }
.igc__media { position: relative; display: block; overflow: hidden; }
.igc__media::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(200deg, transparent 55%, rgba(10, 10, 10, .5));
	opacity: 0; transition: opacity .35s;
}
.igc:hover .igc__media::after { opacity: 1; }
.igc__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .8s var(--ease-lux); }
.igc:hover .igc__media img { transform: scale(1.06); }
.igc__ov {
	position: absolute; top: 14px; right: 14px; z-index: 2;
	width: 32px; height: 32px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: rgba(10, 10, 10, .55);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, .28);
	transition: background-color .35s;
}
.igc__ov svg { width: 17px; height: 17px; fill: currentColor; }
.igc:hover .igc__ov { background: var(--sye-purple); }
.igc__cap {
	display: block;
	padding: 15px 18px 17px;
	font-size: 13px; font-weight: 600; line-height: 1.55;
	color: var(--sye-body);
}
.ig__foot { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.ig__foot .btn svg { fill: currentColor; }
.ig__handle { font-size: 13.5px; font-weight: 700; letter-spacing: .02em; color: var(--sye-dim); }
.igcta {
	display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
	padding: 22px 26px;
	background: #fff;
	border: 1px solid var(--sye-line);
	border-radius: 18px;
	text-decoration: none;
	box-shadow: 0 20px 44px -36px rgba(20, 0, 56, .3);
	transition: transform .35s var(--ease-lux), border-color .35s, box-shadow .35s;
}
.igcta:hover { transform: translateY(-4px); border-color: var(--sye-line-p); box-shadow: 0 28px 52px -32px var(--sye-p-45); }
.igcta__ic {
	width: 52px; height: 52px; flex: none;
	display: flex; align-items: center; justify-content: center;
	border-radius: 16px;
	color: #fff;
	background: var(--sye-grad);
	box-shadow: 0 14px 26px -10px var(--sye-p-45);
}
.igcta__ic svg { width: 26px; height: 26px; fill: currentColor; }
.igcta__t { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 180px; }
.igcta__t strong { font-size: 16px; font-weight: 800; color: var(--sye-ink); }
.igcta__t em { font-size: 13.5px; color: var(--sye-body); }
.igcta__btn {
	flex: none;
	padding: 12px 24px;
	font-size: 13.5px; font-weight: 700; color: #fff;
	border-radius: 999px;
	background: var(--sye-grad);
	box-shadow: 0 14px 30px -12px var(--sye-p-45);
}
@media (max-width: 1024px) { .ig { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .ig { grid-template-columns: repeat(2, 1fr); } .igc__cap { padding: 12px 14px 14px; font-size: 12.5px; } }
@media (max-width: 480px) {
	.ig { gap: 12px; }
	.igcta { flex-direction: column; align-items: flex-start; }
	.igcta__btn { width: 100%; text-align: center; }
}

/* ════════════════ FOOTER — geliştirici satırı ════════════════ */
.foot__legal-end { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.foot__dev {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: 12px; font-weight: 700; letter-spacing: .02em;
	color: rgba(180, 155, 221, .9); text-decoration: none;
	transition: color .25s;
}
.foot__dev:hover { color: #fff; }
.foot__dev svg { flex: none; }
@media (max-width: 620px) { .foot__legal-end { align-items: flex-start; } }
