/* Landing pages (lp CPT) — navy / gold, polished odo-landings look */

.sy-lp-main,
.sy-lp-content,
.sy-lp-content > .sy-lp {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100%;
}

.sy-lp {
	--sy-lp-navy: #021938;
	--sy-lp-gold: #caa668;
	--sy-lp-gold-soft: #cca668;
	--sy-lp-white: #f7fbff;
	color: #1a1a1a;
	font-family: "Manrope", "Avenir Next", Arial, sans-serif;
	background: #f3f3f3;
}

/* Same content rail as .sy-header / homepage blocks */
.sy-lp-shell {
	box-sizing: border-box;
	width: min(calc(100% - var(--page-inline-space)), var(--page-max-width));
	margin: 0 auto;
}

/* Shared eyebrow (homepage / hero_8 language) */
.sy-lp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 16px;
	color: #087fcf;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .24em;
	line-height: 1;
	text-transform: uppercase;
}

.sy-lp-eyebrow::before {
	content: "";
	width: 36px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, #0875c5, #39b4ff);
}

.sy-lp-eyebrow--on-dark,
.sy-lp-section--dark .sy-lp-eyebrow {
	color: #7ecfff;
}

.sy-lp-eyebrow--on-dark::before,
.sy-lp-section--dark .sy-lp-eyebrow::before {
	background: linear-gradient(90deg, #178bea, #7ecfff);
}

.sy-lp-section-head {
	display: grid;
	justify-items: center;
	margin: 0 0 18px;
	text-align: center;
}

.sy-lp-section-head .sy-lp-eyebrow {
	justify-content: center;
}

/* ----- Hero ----- */
.sy-lp-hero {
	position: relative;
	isolation: isolate;
	min-height: min(72svh, 640px);
	display: grid;
	align-items: center;
	color: #fff;
	background-color: var(--sy-lp-navy);
	background-image:
		linear-gradient(105deg, rgba(2, 25, 56, .97) 0%, rgba(2, 25, 56, .9) 40%, rgba(2, 25, 56, .5) 70%, rgba(2, 25, 56, .32) 100%),
		var(--sy-lp-hero-image);
	background-size: cover;
	background-position: center;
}

.sy-lp-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 18%;
	background: linear-gradient(180deg, transparent, var(--sy-lp-navy));
	pointer-events: none;
	z-index: 0;
}

.sy-lp-hero-shell {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(calc(100% - var(--page-inline-space)), var(--page-max-width));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(420px, 520px);
	gap: clamp(32px, 4vw, 64px);
	padding: clamp(88px, 8vw, 110px) 0 clamp(28px, 3.5vw, 40px);
	align-items: center;
}

.sy-lp-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #4dbaff;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: .22em;
	line-height: 1;
	text-transform: uppercase;
}

.sy-lp-hero-eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	background: linear-gradient(90deg, #178bea, #4dbaff);
}

.sy-lp-hero-title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(42px, 5.4vw, 78px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.06em;
	color: #f7fbff;
}

.sy-lp-hero-title span {
	color: #4dbaff;
}

.sy-lp-hero-lead {
	margin: 22px 0 0;
	max-width: 34em;
	color: rgba(230, 241, 255, .82);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.65;
	font-weight: 500;
}

/* Hero form — homepage consultation language */
.sy-lp-hero-form-wrap {
	width: 100%;
	justify-self: end;
}

.sy-lp-consult {
	width: 100%;
	padding: 34px 34px 28px;
	border: 1px solid rgba(207, 233, 255, .48);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(6, 29, 79, .92), rgba(6, 29, 79, .96));
	box-shadow:
		0 24px 70px rgba(1, 16, 53, .34),
		inset 0 1px 0 rgba(255, 255, 255, .1);
	backdrop-filter: blur(14px);
}

.sy-lp-form-kicker {
	margin: 0 0 10px;
	color: #4dbaff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .22em;
}

.sy-lp-form-title {
	margin: 0;
	max-width: 18ch;
	color: #fff;
	font-size: clamp(22px, 1.7vw, 28px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.14;
}

.sy-lp-form-copy {
	margin: 10px 0 18px;
	color: rgba(225, 241, 255, .66);
	font-size: 14px;
	line-height: 1.5;
}

.sy-lp-steps {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin: 0 0 22px;
	color: rgba(225, 241, 255, .5);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.sy-lp-steps-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.sy-lp-steps-item:not(:last-child)::after {
	content: "";
	width: 28px;
	height: 1px;
	background: rgba(224, 242, 255, .28);
}

.sy-lp-steps-item.is-active {
	color: #4dbaff;
}

.sy-lp-steps-item.is-active:not(:last-child)::after {
	background: linear-gradient(90deg, #4dbaff, rgba(224, 242, 255, .28));
}

.sy-lp-steps-item.is-done {
	color: rgba(132, 213, 255, .86);
}

.sy-lp-form--hero {
	width: 100%;
}

.sy-lp-step {
	animation: sy-lp-step-in .3s ease both;
}

@keyframes sy-lp-step-in {
	from { opacity: 0; transform: translateX(10px); }
	to { opacity: 1; transform: translateX(0); }
}

.sy-lp-form-q {
	margin: 0 0 12px;
	color: #f6fbff;
	font-size: 14.5px;
	font-weight: 800;
	line-height: 1.4;
	text-align: left;
}

.sy-lp-form-choices {
	display: grid;
	gap: 8px;
	margin: 0 0 4px;
}

.sy-lp-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid rgba(207, 233, 255, .2);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
	color: rgba(233, 244, 255, .78);
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.sy-lp-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.sy-lp-option svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	color: rgba(225, 242, 255, .7);
}

.sy-lp-option:hover {
	color: #fff;
	border-color: rgba(77, 186, 255, .7);
	background: rgba(77, 186, 255, .1);
}

.sy-lp-option:has(input:checked) {
	color: #fff;
	border-color: #158de8;
	background: rgba(77, 186, 255, .14);
	box-shadow: inset 3px 0 0 #158de8;
}

.sy-lp-option:has(input:checked) svg {
	color: #4dbaff;
}

.sy-lp-age {
	display: grid;
	gap: 14px;
	margin: 0 0 8px;
	color: #fff;
}

.sy-lp-age .sy-lp-form-q {
	margin: 0;
}

.sy-lp-age input[type="range"] {
	width: 100%;
	height: 8px;
	accent-color: #33b0ff;
	border-radius: 99px;
	background: rgba(255, 255, 255, .18);
	cursor: pointer;
}

.sy-lp-age-hint {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1;
	color: #fff;
}

.sy-lp-age-hint::after {
	content: "yaş";
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: 0;
	color: rgba(225, 241, 255, .55);
}

.sy-lp[data-lang="en"] .sy-lp-age-hint::after {
	content: "yrs";
}

.sy-lp-form-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0 0 4px;
}

.sy-lp-field {
	display: grid;
	gap: 6px;
	margin: 0;
	color: rgba(230, 243, 255, .72);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sy-lp-field.is-full {
	grid-column: 1 / -1;
}

.sy-lp-field input,
.sy-lp-field textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(207, 233, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .045);
	color: #f7fbff;
	padding: 0 14px;
	font: inherit;
	font-size: 14.5px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.sy-lp-field textarea {
	min-height: 78px;
	padding-top: 12px;
	resize: vertical;
}

.sy-lp-field input:focus,
.sy-lp-field textarea:focus {
	outline: none;
	border-color: rgba(77, 186, 255, .75);
	background: rgba(77, 186, 255, .08);
	box-shadow: 0 0 0 3px rgba(21, 141, 232, .12);
}

.sy-lp-field input::placeholder,
.sy-lp-field textarea::placeholder {
	color: rgba(225, 241, 255, .4);
}

.sy-lp-form-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 49px;
	margin-top: 18px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(100deg, #147ee0, #33b0ff);
	color: #fff;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 26px rgba(23, 139, 234, .26);
	transition: transform .2s ease, filter .2s ease;
}

.sy-lp-form-btn svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
}

.sy-lp-form-btn:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
	color: #fff;
}

.sy-lp-step-actions {
	display: grid;
	grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
	margin-top: 18px;
}

.sy-lp-step-actions .sy-lp-form-btn {
	margin-top: 0;
}

.sy-lp-form-btn--ghost {
	min-width: 108px;
	width: auto;
	background: rgba(255, 255, 255, .035);
	border: 1px solid rgba(207, 233, 255, .24);
	box-shadow: none;
	color: rgba(235, 246, 255, .86);
	letter-spacing: .06em;
}

.sy-lp-form-btn--ghost:hover {
	filter: none;
	transform: none;
	color: #fff;
	border-color: rgba(207, 233, 255, .54);
	background: rgba(255, 255, 255, .08);
}

.sy-lp-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
}

.sy-lp-form-msg {
	margin: 12px 0 0;
	color: #fff;
	font-size: 14.5px;
}

.sy-lp-form--hero .sy-lp-consent {
	margin: 4px 0 12px;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
}

/* ----- Nav pills ----- */
.sy-lp-nav {
	background: var(--sy-lp-navy);
	padding: 8px 0 40px;
}

.sy-lp-nav-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.sy-lp-nav-item {
	display: grid;
	place-items: center;
	min-height: 56px;
	padding: 14px 16px;
	border: 1.5px solid var(--sy-lp-gold);
	border-radius: 8px;
	background: rgba(10, 10, 10, .12);
	color: var(--sy-lp-gold) !important;
	text-align: center;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .01em;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.sy-lp-nav-item:hover {
	background: rgba(255, 255, 255, .06);
	border-color: #fff;
	color: #fff !important;
	transform: translateY(-1px);
}

/* ----- Sections ----- */
.sy-lp-section {
	padding: clamp(52px, 6.5vw, 88px) 0;
	background: #fff;
}

.sy-lp-section--dark {
	background:
		linear-gradient(180deg, rgba(2, 25, 56, .9), rgba(2, 25, 56, .94)),
		#021938;
	color: #fff;
}

.sy-lp-section-title {
	margin: 0;
	text-align: center;
	color: #092d70;
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.1;
}

.sy-lp-section--dark .sy-lp-section-title {
	color: #f7fbff;
}

.sy-lp-section-head + .sy-lp-section-text,
.sy-lp-section-head + .sy-lp-ba-grid {
	margin-top: 20px;
}

.sy-lp-section-text {
	margin: 0 0 32px;
	max-width: none;
	width: 100%;
	text-align: center;
	color: #57667e;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: 500;
	line-height: 1.7;
}

.sy-lp-section--dark .sy-lp-section-text {
	color: rgba(255, 255, 255, .92);
}

/* ----- Zigzag: text | media inside the shared page rail ----- */
.sy-lp-section--zigzag .sy-lp-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 420px);
	gap: clamp(36px, 4.5vw, 64px);
	align-items: center;
}

.sy-lp-section--zigzag.is-flip .sy-lp-shell {
	grid-template-columns: minmax(300px, 420px) minmax(0, 1.25fr);
}

.sy-lp-section--zigzag.is-flip .sy-lp-zigzag-copy {
	order: 2;
}

.sy-lp-section--zigzag.is-flip .sy-lp-ba-grid,
.sy-lp-section--zigzag.is-flip .sy-lp-img-grid {
	order: 1;
}

.sy-lp-section--zigzag .sy-lp-zigzag-copy {
	display: grid;
	align-content: center;
	justify-items: start;
	width: 100%;
	min-width: 0;
	max-width: none;
	text-align: left;
	justify-self: stretch;
}

.sy-lp-section--zigzag .sy-lp-eyebrow {
	justify-content: flex-start;
	margin-bottom: 16px;
}

.sy-lp-section--zigzag .sy-lp-section-title {
	text-align: left;
	margin: 0 0 18px;
	max-width: none;
	width: 100%;
	font-size: clamp(34px, 3.6vw, 50px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.sy-lp-section--zigzag .sy-lp-section-text {
	margin: 0;
	max-width: none;
	width: 100%;
	text-align: left;
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.7;
}

/* Sized BA, pinned to the outer page-rail edge (matches header). */
.sy-lp-section--zigzag .sy-lp-ba-grid,
.sy-lp-section--zigzag .sy-lp-img-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	max-width: 420px;
	margin: 0;
	justify-self: stretch;
	min-width: 0;
}

.sy-lp-section--zigzag:not(.is-flip) .sy-lp-ba-grid,
.sy-lp-section--zigzag:not(.is-flip) .sy-lp-img-grid {
	justify-self: end;
}

.sy-lp-section--zigzag.is-flip .sy-lp-ba-grid,
.sy-lp-section--zigzag.is-flip .sy-lp-img-grid {
	justify-self: start;
}

/* Before / after — rounded, elegant frame */
.sy-lp-ba-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 8px;
}

.sy-ba {
	position: relative;
	width: 100%;
	border: 1.5px solid rgba(202, 166, 104, .85);
	border-radius: 18px;
	background: #0a1628;
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
}

.sy-ba-frame {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	min-height: 0;
	overflow: hidden;
	user-select: none;
	touch-action: none;
	cursor: ew-resize;
	border-radius: inherit;
}

/* Base layer = ÖNCESİ (visible on the left of the handle). */
.sy-ba-before {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
	z-index: 0;
}

/*
  After reveal grows from the RIGHT so labels match:
  left = ÖNCESİ, right = SONRASI.
*/
.sy-ba-after-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	width: 50%;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

/* Full-frame after image, anchored to the right; wrap clips it. */
.sy-ba-after {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	height: 100% !important;
	width: var(--sy-ba-frame-w, 100%) !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.sy-ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 3;
	transform: translateX(-50%);
}

.sy-ba-handle-line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(255, 255, 255, .95);
	transform: translateX(-50%);
	box-shadow: 0 0 0 1px rgba(2, 25, 56, .15);
}

.sy-ba-handle-knob {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #333;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.sy-ba-labels {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding: 12px 14px;
	background: linear-gradient(180deg, transparent, rgba(2, 25, 56, .88));
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
}

.sy-lp-img-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.sy-lp-img {
	margin: 0;
	border: 1.5px solid rgba(202, 166, 104, .85);
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
}

.sy-lp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ----- About (video + bio) ----- */
.sy-lp-about {
	padding: clamp(56px, 7vw, 96px) 0;
	background: #fff;
}

.sy-lp-about-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}

.sy-lp-about-video {
	position: relative;
	display: block;
	border-radius: 18px;
	overflow: hidden;
	background: #0a1628;
	box-shadow: 0 24px 48px rgba(4, 36, 91, .16);
	margin: 0 0 22px;
}

.sy-lp-about-video img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.sy-lp-about-play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(202, 166, 104, .92);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.sy-lp-about-clinic {
	margin: 0 0 12px;
	color: var(--sy-lp-gold);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 650;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.sy-lp-about-clinic-text {
	margin: 0;
	color: #222;
	font-size: 15.5px;
	line-height: 1.75;
}

.sy-lp-about-doctor {
	margin: 0 0 22px;
	color: var(--sy-lp-navy);
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 300;
	letter-spacing: -.03em;
	line-height: 1.2;
}

.sy-lp-about-bio p {
	margin: 0 0 14px;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.7;
}

.sy-lp-about-bio p:last-child {
	margin-bottom: 0;
}

/* ----- Logo rail ----- */
.sy-lp-logos {
	padding: 28px 0 48px;
	background: #fff;
}

.sy-lp-logos-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: center;
}

.sy-lp-logo {
	margin: 0;
	display: grid;
	place-items: center;
	min-height: 120px;
	padding: 18px 16px;
	border: 1.5px solid rgba(202, 166, 104, .65);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(4, 36, 91, .05);
}

.sy-lp-logo img {
	max-width: 100%;
	max-height: 78px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

/* ----- CTA — light rail so it breaks runs of navy sections ----- */
.sy-lp-cta {
	padding: clamp(48px, 6vw, 72px) 0;
	background:
		radial-gradient(circle at 88% 18%, rgba(77, 186, 255, .1), transparent 34%),
		radial-gradient(circle at 12% 80%, rgba(202, 166, 104, .1), transparent 30%),
		#eef4fa;
}

.sy-lp-cta-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
	padding: clamp(28px, 4vw, 40px) clamp(24px, 3.5vw, 40px);
	border: 1px solid rgba(202, 166, 104, .42);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 42%),
		linear-gradient(160deg, #0a2148 0%, #021938 100%);
	box-shadow: 0 28px 56px rgba(4, 36, 91, .16);
	color: #fff;
}

.sy-lp-cta-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: var(--sy-lp-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.sy-lp-cta-eyebrow::before {
	content: "";
	width: 28px;
	height: 1.5px;
	background: linear-gradient(90deg, var(--sy-lp-gold), transparent);
}

.sy-lp-cta-copy h2 {
	margin: 0 0 12px;
	font-size: clamp(30px, 3.2vw, 42px);
	font-weight: 750;
	color: #fff;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.sy-lp-cta-lead {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	line-height: 1.65;
	max-width: 34em;
}

.sy-lp-form--cta {
	padding: 8px 0 0;
}

.sy-lp-form--cta .sy-lp-form-cta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: end;
}

.sy-lp-form--cta .sy-lp-field {
	margin: 0;
}

.sy-lp-form--cta .sy-lp-field span {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.sy-lp-form--cta .sy-lp-field input {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 12px;
	color: #fff;
	min-height: 50px;
}

.sy-lp-form--cta .sy-lp-field input:focus {
	border-color: var(--sy-lp-gold);
	background: rgba(255, 255, 255, .12);
}

.sy-lp-form--cta .sy-lp-form-btn {
	width: 100%;
	margin-top: 14px;
	min-height: 50px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(100deg, #147ee0, #33b0ff);
	color: #fff;
	box-shadow: 0 10px 26px rgba(23, 139, 234, .26);
	text-transform: uppercase;
	letter-spacing: .12em;
}

.sy-lp-form--cta .sy-lp-field input:focus {
	border-color: rgba(77, 186, 255, .75);
}

.sy-lp-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-top: 14px;
	color: rgba(225, 241, 255, .55);
	font-size: 13px;
	line-height: 1.45;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
}

.sy-lp-form--hero .sy-lp-consent {
	margin: 12px 0 0;
	color: rgba(225, 241, 255, .62);
	font-size: 13px;
	line-height: 1.5;
}

/* ----- Journey — white band between navy procedure blocks ----- */
.sy-lp-journey {
	padding: clamp(64px, 8vw, 100px) 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(77, 186, 255, .08), transparent 42%),
		#fff;
	color: #1a1a1a;
	border-top: 1px solid #e6eef7;
	border-bottom: 1px solid #e6eef7;
}

.sy-lp-journey-head {
	display: grid;
	justify-items: center;
	margin: 0 0 44px;
	text-align: center;
}

.sy-lp-journey .sy-lp-section-title {
	color: #092d70;
	font-size: clamp(30px, 3.2vw, 42px);
}

/* Journey is on white even if older markup still has --on-dark */
.sy-lp-journey .sy-lp-eyebrow,
.sy-lp-journey .sy-lp-eyebrow--on-dark {
	color: #087fcf;
}

.sy-lp-journey .sy-lp-eyebrow::before,
.sy-lp-journey .sy-lp-eyebrow--on-dark::before {
	background: linear-gradient(90deg, #0875c5, #39b4ff);
}

.sy-lp-journey-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 28px);
}

.sy-lp-journey-step {
	text-align: center;
	padding: 22px 16px 20px;
	border: 1px solid #e2eef8;
	border-radius: 18px;
	background: linear-gradient(180deg, #f9fcff, #fff);
	box-shadow: 0 12px 28px rgba(4, 36, 91, .05);
}

.sy-lp-journey-icon {
	width: 64px;
	height: 64px;
	object-fit: contain;
	margin: 0 auto 16px;
	display: block;
	/* Line icons → navy/cyan on white */
	filter: brightness(0) saturate(100%) invert(18%) sepia(42%) saturate(1800%) hue-rotate(192deg) brightness(.95);
}

.sy-lp-journey-step h3 {
	margin: 0 0 10px;
	color: #0a2c69;
	font-size: clamp(16px, 1.4vw, 19px);
	font-weight: 750;
	letter-spacing: -.01em;
}

.sy-lp-journey-step p {
	margin: 0;
	color: #57667e;
	font-size: 14px;
	line-height: 1.65;
}

/* ----- Process + FAQ (combined) ----- */
.sy-lp-info {
	padding: clamp(56px, 7vw, 96px) 0;
	background:
		radial-gradient(circle at 14% 22%, rgba(77, 186, 255, .08), transparent 32%),
		#fff;
}

.sy-lp-info .sy-lp-section-title {
	color: #092d70;
	margin-bottom: 8px;
}

.sy-lp-info-grid {
	display: grid;
	gap: clamp(28px, 4vw, 40px);
}

.sy-lp-info-grid.has-both {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: start;
}

.sy-lp-info-sub {
	margin: 0 0 16px;
	color: #0a2c69;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sy-lp-process {
	min-width: 0;
}

.sy-lp-process-switch {
	margin: 0;
}

.sy-lp-process-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0 0 18px;
}

.sy-lp-process-tab {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 14px 18px;
	border: 1px solid #dfeaf5;
	border-radius: 14px;
	background: #f9fcff;
	color: #0a3475;
	cursor: pointer;
	text-align: left;
	font: inherit;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.sy-lp-process-tab:hover {
	border-color: #9fd0f6;
}

.sy-lp-process-tab.is-active {
	border-color: #158de8;
	background: #fff;
	box-shadow: 0 14px 30px rgba(4, 36, 91, .08);
}

.sy-lp-process-num {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: #e8f4ff;
	color: #0752a0;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: .04em;
}

.sy-lp-process-tab.is-active .sy-lp-process-num {
	background: linear-gradient(100deg, #147ee0, #33b0ff);
	color: #fff;
}

.sy-lp-process-label {
	flex: 1 1 auto;
	min-width: 0;
	color: #0a2c69;
	font-size: 15px;
	font-weight: 750;
	letter-spacing: -.015em;
	line-height: 1.3;
}

.sy-lp-process-panels {
	border: 1px solid #dfeaf5;
	border-radius: 16px;
	background: #f9fcff;
	padding: clamp(22px, 3vw, 28px);
	box-shadow: 0 14px 30px rgba(4, 36, 91, .05);
}

.sy-lp-process-panel {
	color: #57667e;
	font-size: 14.5px;
	line-height: 1.75;
}

.sy-lp-process-panel[hidden] {
	display: none !important;
}

.sy-lp-process-panel p {
	margin: 0;
}

/* Anchor offset under sticky header */
.sy-lp [id] {
	scroll-margin-top: 96px;
}

.sy-lp-faq {
	min-width: 0;
}

.sy-lp-faq-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.sy-lp-faq-item {
	border: 1px solid #dfeaf5;
	border-radius: 14px;
	background: #f9fcff;
	color: #0a3475;
	overflow: hidden;
	box-shadow: none;
}

.sy-lp-faq-item[open] {
	border-color: #9fd0f6;
	background: #fff;
	box-shadow: 0 14px 30px rgba(4, 36, 91, .09);
}

.sy-lp-faq-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 22px;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -.01em;
	color: #0a3475;
}

.sy-lp-faq-item summary::-webkit-details-marker { display: none; }
.sy-lp-faq-item summary::marker { content: ""; }

.sy-lp-faq-toggle {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e8f4ff;
	color: #0752a0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	transition: background .25s ease, color .25s ease, transform .3s ease;
}

.sy-lp-faq-item[open] .sy-lp-faq-toggle {
	background: #0869c2;
	color: #fff;
	transform: rotate(45deg);
}

.sy-lp-faq-body {
	padding: 0 22px 22px;
	background: transparent;
	color: #57667e;
	font-size: 14px;
	line-height: 1.75;
}

.sy-lp-faq-body p {
	margin: 0;
}

/* ----- Social proof ----- */
.sy-lp-social {
	padding: clamp(48px, 6vw, 80px) 0 0;
	background: #fff;
}

.sy-lp-social-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: start;
	padding-bottom: clamp(36px, 5vw, 56px);
}

.sy-lp-social .sy-lp-section-title {
	text-align: left;
	margin-bottom: 18px;
	font-size: clamp(22px, 2.4vw, 30px);
}

.sy-lp-video-rail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}

.sy-lp-video-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #0a1628;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 16px 36px rgba(4, 36, 91, .14);
}

.sy-lp-video-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 9 / 14;
	overflow: hidden;
	background: #0a1628;
}

/* Portrait YouTube covers must fill via absolute inset —
   percentage height + height:auto from WP otherwise overflows. */
.sy-lp-video-thumb img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.sy-lp-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(202, 166, 104, .92);
	border: 0;
	color: #fff;
	font-size: 16px;
	pointer-events: none;
}

.sy-lp-video-label {
	display: block;
	padding: 12px 14px 14px;
	background: linear-gradient(135deg, #0a1628, #152a45);
	color: var(--sy-lp-gold);
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.35;
}

.sy-lp-map-wrap {
	width: 100%;
	line-height: 0;
}

.sy-lp-map {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

@media (max-width: 980px) {
	.sy-lp-hero-shell {
		grid-template-columns: 1fr;
		padding-top: 100px;
		gap: 24px;
	}
	.sy-lp-hero { min-height: auto; }
	.sy-lp-hero-title { max-width: none; }
	.sy-lp-hero-form-wrap { justify-self: stretch; }
	.sy-lp-consult { padding: 26px 22px 22px; }
	.sy-lp-form-fields { grid-template-columns: 1fr; }
	.sy-lp-nav-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sy-lp-info-grid.has-both { grid-template-columns: 1fr; }
	.sy-lp-process-tabs { grid-template-columns: 1fr; }
	.sy-lp-ba-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		max-width: none;
		margin-inline: 0;
	}
	.sy-lp-section--zigzag .sy-lp-shell,
	.sy-lp-section--zigzag.is-flip .sy-lp-shell,
	.sy-lp-about-grid,
	.sy-lp-cta-panel,
	.sy-lp-journey-grid,
	.sy-lp-form--cta .sy-lp-form-cta-grid,
	.sy-lp-logos-rail,
	.sy-lp-social-grid { grid-template-columns: 1fr; }
	.sy-lp-video-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 420px;
	}
	.sy-lp-img-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		max-width: 420px;
		margin-inline: auto;
	}
	.sy-lp-img {
		border-radius: 12px;
		aspect-ratio: 3 / 4;
		box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
	}
	.sy-lp-section--zigzag.is-flip .sy-lp-zigzag-copy,
	.sy-lp-section--zigzag.is-flip .sy-lp-ba-grid,
	.sy-lp-section--zigzag.is-flip .sy-lp-img-grid { order: initial; }
	.sy-lp-section--zigzag .sy-lp-ba-grid,
	.sy-lp-section--zigzag .sy-lp-img-grid {
		justify-self: center;
		max-width: 420px;
		margin-inline: auto;
	}
	.sy-lp-section--zigzag .sy-lp-section-title {
		font-size: clamp(30px, 8vw, 40px);
	}
}

@media (max-width: 560px) {
	.sy-lp-ba-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.sy-lp-img-grid {
		max-width: none;
		gap: 8px;
	}
}

/* ---------- Form gönderim sonucu ---------- */
/* Başarıda alanlar gizlenir; yerine yeşil onay tiki + mesaj kalır. */
.sy-lp-form-msg.is-ok {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	/* Onay kutusu, üstündeki onay/gönder satırından ayrışsın. */
	margin: 18px 0 0;
	padding: 20px 22px;
	border: 1px solid #cfe9d8;
	border-left: 4px solid #1f8a5b;
	border-radius: 14px;
	background: linear-gradient(180deg, #f5fbf7, #eef7f1);
	color: #14603f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}

.sy-lp-form-msg.is-ok::before {
	content: "";
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #1f8a5b
		url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4 10-10'/%3E%3C/svg%3E")
		center / 15px 15px no-repeat;
}

.sy-lp-form.is-sent .sy-lp-form-title,
.sy-lp-form.is-sent .sy-lp-form-sub {
	display: none;
}
