/* Tüm standalone landing sayfaları — ortak hafif stiller */
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.landing-standalone {
	--lt-font-sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--bs-font-sans-serif: var(--lt-font-sans);
	--bs-body-font-family: var(--lt-font-sans);
	--lt-text-base: clamp(1rem, 0.97rem + 0.15vw, 1.0625rem);
	--lt-text-lead: clamp(1.0625rem, 1rem + 0.35vw, 1.1875rem);
	--lt-text-sm: clamp(0.875rem, 0.84rem + 0.15vw, 0.9375rem);
	--lt-line-body: 1.72;
	--lt-line-tight: 1.28;
	--lt-color-text: #1e293b;
	--lt-color-muted: #64748b;

	font-family: var(--lt-font-sans) !important;
	font-size: var(--lt-text-base);
	line-height: var(--lt-line-body);
	color: var(--lt-color-text);
	overflow-x: hidden;
	max-width: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
}

body.landing-standalone .btn,
body.landing-standalone .form-control,
body.landing-standalone .form-select,
body.landing-standalone .accordion-button,
body.landing-standalone .navbar,
body.landing-standalone .nav-link,
body.landing-standalone .dropdown-item,
body.landing-standalone .lt-btn-pill,
body.landing-standalone .lt-form-control,
body.landing-standalone .lt-mobile-bar-item,
body.landing-standalone .lt-advisor-chip,
body.landing-standalone .badge,
body.landing-standalone .table,
body.landing-standalone input,
body.landing-standalone button,
body.landing-standalone select,
body.landing-standalone textarea {
	font-family: var(--lt-font-sans) !important;
}

.landing-standalone p {
	margin-bottom: 1rem;
}

.landing-standalone .text-muted {
	color: var(--lt-color-muted) !important;
}

.landing-standalone h1,
.landing-standalone h2,
.landing-standalone h3,
.landing-standalone h4,
.landing-standalone h5,
.landing-standalone h6 {
	font-family: var(--lt-font-sans) !important;
	color: #0f172a;
	line-height: var(--lt-line-tight);
	letter-spacing: -0.02em;
	font-weight: 700;
}

.landing-standalone .lt-hero-title {
	font-size: clamp(1.625rem, 1.2rem + 2vw, 2.75rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.03em;
	margin-bottom: 1rem !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.landing-standalone .lt-hero-lead {
	font-size: var(--lt-text-lead);
	line-height: 1.65;
	font-weight: 400;
	max-width: 42rem;
}

.landing-standalone .lt-hero-media-img {
	display: block;
	object-fit: cover;
	min-height: 200px;
	max-height: 420px;
}

.landing-standalone .lt-section-title {
	font-size: clamp(1.375rem, 1.1rem + 1.4vw, 2rem);
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.landing-standalone .lt-trust-badge {
	font-size: var(--lt-text-sm);
	line-height: 1.4;
}

.landing-standalone .lt-btn-pair {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.landing-standalone .accordion-button {
	font-size: var(--lt-text-base);
	line-height: 1.5;
	padding: 1rem 1.125rem;
}

.landing-standalone .accordion-body {
	font-size: var(--lt-text-base);
	line-height: 1.68;
	color: var(--lt-color-muted);
}

.landing-standalone .lt-form-control,
.landing-standalone .form-control {
	font-size: 1rem;
	line-height: 1.5;
}

.landing-standalone .form-label {
	font-size: var(--lt-text-sm);
}

.landing-standalone .table {
	font-size: var(--lt-text-sm);
}

.landing-standalone .accordion-body {
	line-height: 1.72;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.landing-standalone .lt-consultant-avatar-icon {
	border: 1px solid rgba(11, 94, 215, 0.15);
}

/* Tablolar: mobilde yatay kaydırma (overflow:hidden asla kullanılmamalı) */
.landing-standalone .lt-price-table-wrap,
.landing-standalone .table-responsive,
.landing-standalone .price-table-wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
}

.landing-standalone .lt-price-table-wrap > .table-responsive {
	overflow-x: visible;
	display: block;
	width: max-content;
	min-width: 100%;
	max-width: none;
}

.landing-standalone .lt-price-table-wrap table,
.landing-standalone .table-responsive table,
.landing-standalone .price-table-wrapper table {
	width: 100%;
	min-width: 520px;
	margin-bottom: 0;
}

.landing-standalone .lt-price-table-wrap th,
.landing-standalone .lt-price-table-wrap td,
.landing-standalone .table-responsive th,
.landing-standalone .table-responsive td,
.landing-standalone .price-table-wrapper th,
.landing-standalone .price-table-wrapper td {
	white-space: nowrap;
}

/* İçerik: Bootstrap container genişlikleri (navbar hariç tam genişlik kalabilir) */
.landing-standalone .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(1rem, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
	padding-right: max(1rem, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
}

@media (min-width: 576px) {
	.landing-standalone .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.landing-standalone .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.landing-standalone .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.landing-standalone .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.landing-standalone .container {
		max-width: 1320px;
	}
}

.landing-standalone .lt-navbar-container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(12px, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
	padding-right: max(12px, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
}

@media (min-width: 1400px) {
	.landing-standalone .lt-navbar-container {
		max-width: 1520px;
	}
}

.landing-standalone img,
.landing-standalone video,
.landing-standalone iframe {
	max-width: 100%;
}

.landing-standalone .lt-test-banner {
	background: #fff3cd;
	border-bottom: 1px solid #ffc107;
	color: #856404;
	padding: 8px 15px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.landing-standalone .lt-navbar {
	background: rgba(255, 255, 255, 0.92) !important;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.landing-standalone .lt-navbar .navbar-brand img {
	max-height: 42px;
	width: auto;
}

.landing-standalone .lt-navbar {
	padding-top: 4px;
	padding-bottom: 4px;
}

body.landing-standalone .grecaptcha-badge,
body.landing-standalone iframe[title="reCAPTCHA"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	right: -9999px !important;
	bottom: -9999px !important;
}

/* Floating sosyal medya stack (YouTube / Instagram / WhatsApp) */
.landing-standalone .lt-social-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	left: auto;
	z-index: 99990;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	pointer-events: none;
}

.landing-standalone .lt-social-float-item {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	transition: transform 0.2s ease;
}

.landing-standalone .lt-social-float-item:hover {
	transform: translateY(-2px);
	color: #fff;
}

.landing-standalone .lt-social-float-btn {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.55rem;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	border: 3px solid #fff;
}

.landing-standalone .lt-social-float-wa .lt-social-float-btn {
	background: #25d366;
	filter: drop-shadow(0 8px 18px rgba(37, 211, 102, 0.4));
}

.landing-standalone .lt-social-float-ig .lt-social-float-btn {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
	filter: drop-shadow(0 8px 18px rgba(221, 42, 123, 0.35));
}

.landing-standalone .lt-social-float-yt .lt-social-float-btn {
	background: #ff0000;
	filter: drop-shadow(0 8px 18px rgba(255, 0, 0, 0.35));
}

.landing-standalone .lt-social-float-bubble {
	background: #fff;
	color: #0f172a;
	border-radius: 14px;
	padding: 9px 14px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 118px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}

.landing-standalone .lt-social-float-item:hover .lt-social-float-bubble,
.landing-standalone .lt-social-float-wa .lt-social-float-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.landing-standalone .lt-social-float-title {
	font-weight: 700;
	font-size: 0.9rem;
}

.landing-standalone .lt-social-float-wa .lt-social-float-title { color: #25d366; }
.landing-standalone .lt-social-float-ig .lt-social-float-title { color: #dd2a7b; }
.landing-standalone .lt-social-float-yt .lt-social-float-title { color: #ff0000; }

.landing-standalone .lt-social-float-sub {
	font-size: 0.72rem;
	color: #64748b;
}

/* Ofisler — iletişim formu altı */
.landing-standalone .lt-offices {
	padding: 3.5rem 0 3rem;
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, rgba(13, 110, 253, 0.06), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 100%, rgba(15, 23, 42, 0.04), transparent 50%),
		linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border-top: 1px solid #e2e8f0;
}

.landing-standalone .lt-offices-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary-color, #0d6efd);
	margin-bottom: 0.5rem;
}

.landing-standalone .lt-offices-lead {
	font-size: var(--lt-text-sm);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.landing-standalone .lt-office {
	height: 100%;
	padding: 1.5rem 1.35rem 1.35rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e8eef5;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.landing-standalone .lt-office:hover {
	border-color: color-mix(in srgb, var(--primary-color, #0d6efd) 35%, #e8eef5);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.landing-standalone .lt-office-head {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f1f5f9;
}

.landing-standalone .lt-office-pin {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: color-mix(in srgb, var(--primary-color, #0d6efd) 12%, #fff);
	color: var(--primary-color, #0d6efd);
	font-size: 1.15rem;
}

.landing-standalone .lt-office-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.2rem;
	line-height: 1.3;
	color: #0f172a;
}

.landing-standalone .lt-office-country {
	font-size: 0.75rem;
	font-weight: 600;
	color: #64748b;
	letter-spacing: 0.02em;
}

.landing-standalone .lt-office-block {
	margin-bottom: 1rem;
}

.landing-standalone .lt-office-block--last {
	margin-bottom: 0;
}

.landing-standalone .lt-office-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
	margin-bottom: 0.35rem;
}

.landing-standalone .lt-office-line {
	margin: 0 0 0.2rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #334155;
}

.landing-standalone .lt-office-line a {
	color: #0f172a;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.landing-standalone .lt-office-line a:hover {
	color: var(--primary-color, #0d6efd);
	border-bottom-color: color-mix(in srgb, var(--primary-color, #0d6efd) 40%, transparent);
}

.landing-standalone .lt-office-address {
	white-space: normal;
	font-weight: 500;
}

.landing-standalone .lt-office-address a {
	font-weight: 500;
	color: #475569;
}

@media (max-width: 991.98px) {
	.landing-standalone .lt-offices {
		padding: 2.75rem 0 2.25rem;
	}

	.landing-standalone .lt-office {
		padding: 1.25rem 1.15rem;
	}
}

.landing-standalone .lt-footer-minimal {
	background: #fff;
	padding: 12px 0 14px;
}

.landing-standalone .lt-footer-exit-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 600;
	font-size: 0.8rem;
	color: var(--primary-color, #4f46e5);
	line-height: 1.35;
}

.landing-standalone .lt-footer-exit-link:hover {
	color: #3730a3;
}

body.landing-standalone.landing-az-tip .lt-footer-exit-link {
	color: #4f46e5;
}

body.landing-standalone.landing-az-uni .lt-footer-exit-link {
	color: #0b5ed7;
}

body.landing-standalone.landing-az-uni .lt-mobile-bar-item i {
	color: #0b5ed7;
}

.landing-standalone .lt-footer-copy {
	margin: 6px 0 0;
	font-size: 0.68rem;
	color: #94a3b8;
	line-height: 1.3;
}

.landing-standalone .lt-social-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f1f5f9;
	color: #475569;
	font-size: 1.05rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-standalone .lt-social-icon:hover {
	background: #eef2ff;
	color: #4f46e5;
	transform: translateY(-1px);
}

/* Ortak pill butonlar ve navbar — tüm standalone landing sayfaları */
body.landing-standalone .lt-btn-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.landing-standalone .lt-btn-pill i {
	font-size: 1.05rem;
	flex-shrink: 0;
}

body.landing-standalone .lt-btn-pill-primary {
	background: var(--primary-color, #4f46e5);
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(79, 70, 229, 0.28);
}

body.landing-standalone .lt-btn-pill-success {
	background: #128c43;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(18, 140, 67, 0.28);
}

body.landing-standalone .lt-btn-pill-outline {
	background: #fff;
	color: var(--primary-color, #4f46e5) !important;
	border: 2px solid var(--primary-color, #4f46e5);
	box-shadow: none;
}

body.landing-standalone .lt-btn-pill-primary:hover,
body.landing-standalone .lt-btn-pill-success:hover {
	transform: translateY(-2px);
	color: #fff !important;
}

body.landing-standalone .lt-btn-pill-outline:hover {
	background: var(--soft-bg, #f8fafc);
	color: var(--primary-hover, #3730a3) !important;
	transform: translateY(-2px);
}

body.landing-standalone .lt-btn-pair {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

body.landing-standalone .lt-navbar-menu {
	flex-wrap: nowrap;
	min-width: 0;
}

body.landing-standalone .lt-navbar-menu .nav-item {
	flex-shrink: 0;
}

body.landing-standalone .lt-navbar-menu .nav-link {
	padding: 0.45rem 0.4rem !important;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
	color: #334155 !important;
	letter-spacing: -0.01em;
	text-decoration: none !important;
}

@media (min-width: 1400px) {
	body.landing-standalone .lt-navbar-menu .nav-link {
		font-size: 0.84rem;
		padding: 0.48rem 0.46rem !important;
	}
}

body.landing-standalone .lt-navbar-menu .nav-link:hover {
	color: var(--primary-color, #4f46e5) !important;
}

body.landing-standalone .lt-navbar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

body.landing-standalone .lt-navbar-actions .lt-btn-pair {
	width: auto;
	justify-content: flex-end;
	flex-shrink: 0;
}

body.landing-standalone .lt-navbar-actions .lt-btn-pair > .lt-btn-pill {
	flex: 0 0 auto;
	min-width: max-content;
	padding: 0 16px;
	font-size: 0.85rem;
	min-height: 40px;
}

body.landing-standalone .lt-navbar-social-desktop {
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	body.landing-standalone .lt-navbar-actions {
		width: 100%;
		margin-top: 8px;
		justify-content: center;
		flex-wrap: wrap;
	}

	body.landing-standalone .lt-navbar-actions .lt-btn-pair {
		width: 100%;
		justify-content: center;
	}
}

.landing-standalone .lt-mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99995;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #fff;
	border-top: 1px solid #e2e8f0;
	box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.08);
	padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
}

.landing-standalone .lt-mobile-bar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 6px 4px;
	text-decoration: none;
	color: #475569;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.1;
}

.landing-standalone .lt-mobile-bar-item i {
	font-size: 1.15rem;
	color: #4f46e5;
}

.landing-standalone .lt-mobile-bar-wa i {
	color: #128c43;
}

@media (max-width: 1199px) {
	body.landing-standalone {
		padding-bottom: 72px;
	}
}

.landing-standalone .lt-gallery-title {
	font-size: clamp(1.3rem, 1.05rem + 1.2vw, 1.85rem);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.landing-standalone .lt-gallery-title-accent {
	color: var(--primary-color, #4f46e5);
}

.landing-standalone .lt-gallery-item {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	text-decoration: none;
}

.landing-standalone .lt-gallery-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.landing-standalone .lt-gallery-item img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	width: 100%;
	transition: transform 0.35s ease;
}

.landing-standalone .lt-gallery-item:hover img {
	transform: scale(1.05);
}

.landing-standalone .lt-gallery-zoom {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.35);
	color: #fff;
	font-size: 2rem;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.landing-standalone .lt-gallery-item:hover .lt-gallery-zoom {
	opacity: 1;
}

.landing-standalone .fancybox__container {
	--fancybox-bg: rgba(15, 23, 42, 0.96);
}

.landing-standalone #ltGalleryOpenAll.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.landing-standalone .lt-gallery-more-badge {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.55);
	color: #fff;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	font-weight: 700;
	pointer-events: none;
}

.landing-standalone .lt-gallery-cell {
	animation: ltGalleryFadeIn 0.35s ease;
}

@keyframes ltGalleryFadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.landing-standalone .lt-seo-article {
	color: #334155;
	font-size: var(--lt-text-base);
	line-height: 1.75;
}

.landing-standalone .lt-seo-article-title {
	font-size: clamp(1.3rem, 1.05rem + 1.2vw, 1.75rem);
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 3px solid var(--primary-color, #0b5ed7);
	line-height: 1.32;
}

.landing-standalone .lt-seo-article h3 {
	font-size: clamp(1.0625rem, 0.98rem + 0.5vw, 1.2rem);
	font-weight: 600;
	color: #1e293b;
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	line-height: 1.4;
}

.landing-standalone .lt-seo-article p {
	text-align: left;
	margin-bottom: 1rem;
}

.landing-standalone .lt-seo-article strong {
	color: #0f172a;
	font-weight: 700;
}

.landing-standalone .lt-seo-article em {
	color: #475569;
	font-style: italic;
}

.landing-standalone .lt-seo-article u {
	text-decoration: underline;
	text-decoration-color: rgba(11, 94, 215, 0.45);
	text-underline-offset: 3px;
}

.landing-standalone .lt-seo-article a {
	color: var(--primary-color, #0b5ed7);
	font-weight: 600;
	text-decoration: none;
}

.landing-standalone .lt-seo-article a:hover {
	text-decoration: underline;
}

.landing-standalone .lt-seo-article ul {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}

.landing-standalone .lt-seo-article li {
	margin-bottom: 0.5rem;
	text-align: left;
	line-height: 1.68;
}

.landing-standalone .lt-seo-article .lt-seo-highlight {
	background: linear-gradient(135deg, #f0f6ff 0%, #f8fafc 100%);
	border-left: 4px solid var(--primary-color, #0b5ed7);
	padding: 1rem 1.25rem;
	border-radius: 0 12px 12px 0;
	margin: 1.5rem 0;
}

.landing-standalone .lt-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 99985;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0f172a;
	color: #fff;
	font-size: 1.35rem;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px) scale(0.92);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.2s ease;
}

.landing-standalone .lt-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.landing-standalone .lt-back-to-top:hover {
	background: var(--primary-color, #0b5ed7);
	color: #fff;
}

.landing-standalone .lt-back-to-top:focus-visible {
	outline: 3px solid rgba(11, 94, 215, 0.45);
	outline-offset: 2px;
}

body.landing-standalone.landing-az-tip .lt-back-to-top:hover {
	background: #4f46e5;
}

/* İletişim formu — tüm landing sayfaları */
body.landing-standalone .creative-form-card {
	background: #1e1b4b;
	border-radius: 30px;
	padding: 50px;
	color: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

body.landing-standalone .creative-form-card::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
	z-index: 0;
}

body.landing-standalone .creative-form-card h1,
body.landing-standalone .creative-form-card h2,
body.landing-standalone .creative-form-card h3,
body.landing-standalone .creative-form-card h4,
body.landing-standalone .creative-form-card h5,
body.landing-standalone .creative-form-card h6,
body.landing-standalone .creative-form-card .lt-contact-heading {
	color: #fff !important;
}

body.landing-standalone .lt-contact-lead {
	color: #cbd5e1;
}

body.landing-standalone .lt-advisor-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	padding: 22px;
	backdrop-filter: blur(8px);
}

body.landing-standalone .lt-advisor-top {
	margin-bottom: 18px;
}

body.landing-standalone .lt-advisor-label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 4px;
}

body.landing-standalone .lt-advisor-name {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 4px;
}

body.landing-standalone .lt-advisor-tagline {
	color: #cbd5e1;
	font-size: 0.84rem;
	margin: 0;
	line-height: 1.45;
}

body.landing-standalone .lt-advisor-perks {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: grid;
	gap: 8px;
}

body.landing-standalone .lt-advisor-perks li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #e2e8f0;
	font-size: 0.84rem;
}

body.landing-standalone .lt-advisor-perks i {
	color: #34d399;
	font-size: 0.95rem;
	flex-shrink: 0;
}

body.landing-standalone .lt-advisor-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

body.landing-standalone .lt-advisor-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 72px;
	padding: 10px 8px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.95);
	color: #1e293b;
	text-decoration: none;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.landing-standalone .lt-advisor-chip span {
	word-break: break-word;
}

body.landing-standalone .lt-advisor-chip i {
	font-size: 1.2rem;
	color: var(--primary-color, #4f46e5);
}

body.landing-standalone .lt-advisor-chip-wa {
	background: #dcfce7;
	color: #14532d;
}

body.landing-standalone .lt-advisor-chip-wa i {
	color: #128c43;
}

body.landing-standalone .lt-advisor-chip:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	color: #1e293b;
}

body.landing-standalone .lt-form-control {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	min-height: 48px;
	color: var(--lt-color-text, #1e293b);
}

body.landing-standalone .lt-form-control:focus {
	background: #fff;
	border-color: var(--primary-color, #4f46e5);
	box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.15);
}

body.landing-standalone .lt-contact-form-wrap .form-label {
	margin-bottom: 6px;
}

/* Pregitim danışmanlık bandı — tüm landing sayfaları */
body.landing-standalone .lt-pregitim-band {
	position: relative;
	overflow: hidden;
	padding: 3.5rem 0;
	background: linear-gradient(135deg, #063d8f 0%, var(--primary-color) 42%, #1a7cff 100%);
	color: #fff;
}

@media (min-width: 992px) {
	body.landing-standalone .lt-pregitim-band {
		padding: 4.5rem 0;
	}
}

body.landing-standalone .lt-pregitim-band__glow {
	position: absolute;
	inset: -40% -20% auto auto;
	width: min(520px, 70vw);
	height: min(520px, 70vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, transparent 68%);
	pointer-events: none;
}

body.landing-standalone .lt-pregitim-band__pattern {
	position: absolute;
	inset: 0;
	opacity: 0.07;
	background-image: radial-gradient(#fff 1px, transparent 1px);
	background-size: 22px 22px;
	pointer-events: none;
}

body.landing-standalone .lt-pregitim-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 14px;
	margin-bottom: 14px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #e8f1ff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

body.landing-standalone .lt-pregitim-title {
	font-size: clamp(1.55rem, 2.5vw, 2.1rem);
	line-height: 1.25;
}

body.landing-standalone .lt-pregitim-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.02rem;
	line-height: 1.65;
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	body.landing-standalone .lt-pregitim-lead {
		margin-left: 0;
		margin-right: 0;
	}
}

body.landing-standalone .lt-pregitim-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

body.landing-standalone .lt-pregitim-cta {
	background: #fff;
	color: var(--primary-dark);
	border: none;
	font-weight: 700;
	border-radius: 999px;
	padding: 12px 24px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.landing-standalone .lt-pregitim-cta:hover {
	background: #f8fbff;
	color: var(--primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

body.landing-standalone .lt-pregitim-card {
	position: relative;
	padding: 22px 20px 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

body.landing-standalone .lt-pregitim-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.32);
}

body.landing-standalone .lt-pregitim-card__step {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
}

body.landing-standalone .lt-pregitim-card__icon {
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: var(--primary-dark);
	background: linear-gradient(145deg, #fff 0%, #e8f1ff 100%);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

body.landing-standalone .lt-pregitim-card__title {
	color: #fff;
}

body.landing-standalone .lt-pregitim-card__text {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
}

.lt-form-feedback-modal .modal-dialog {
	max-width: min(420px, calc(100vw - 2rem));
}

.lt-form-feedback-icon {
	width: 72px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.lt-form-feedback-icon--success {
	background: rgba(34, 197, 94, 0.12);
	color: #16a34a;
}

.lt-form-feedback-icon--warning {
	background: rgba(245, 158, 11, 0.14);
	color: #d97706;
}

@media (max-width: 600px) {
	body.landing-standalone .creative-form-card {
		padding: 28px 18px;
	}
}

@media (max-width: 575px) {
	body.landing-standalone .lt-advisor-actions {
		grid-template-columns: 1fr;
	}

	body.landing-standalone .lt-advisor-chip {
		flex-direction: row;
		justify-content: flex-start;
		min-height: 48px;
		padding: 12px 14px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.landing-standalone .lt-back-to-top {
		bottom: 220px;
	}
}

@media (max-width: 1199px) {
	.landing-standalone .lt-social-float {
		right: 14px;
		bottom: calc(78px + env(safe-area-inset-bottom, 0px));
		gap: 8px;
	}

	/* Mobilde WhatsApp alt barda; float'ta sadece IG + YT */
	.landing-standalone .lt-social-float-wa {
		display: none;
	}

	.landing-standalone .lt-social-float-bubble {
		display: none;
	}

	.landing-standalone .lt-social-float-btn {
		width: 48px;
		height: 48px;
		font-size: 1.35rem;
		border-width: 2px;
	}

	.landing-standalone .lt-back-to-top {
		right: auto;
		left: 14px;
		bottom: calc(78px + env(safe-area-inset-bottom, 0px));
		width: 44px;
		height: 44px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.landing-standalone .lt-seo-article p {
		text-align: justify;
		hyphens: auto;
	}

	.landing-standalone .lt-hero-media-img {
		min-height: 320px;
		max-height: none;
	}
}

@media (max-width: 767px) {
	.landing-standalone section.py-5 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.landing-standalone .container {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	.landing-standalone .hero-section {
		padding-top: 2rem !important;
		padding-bottom: 1.75rem !important;
	}

	.landing-standalone .lt-hero-title {
		margin-bottom: 0.875rem !important;
	}

	.landing-standalone .lt-hero-lead {
		margin-bottom: 1.25rem !important;
	}

	.landing-standalone .lt-btn-pair {
		flex-direction: column;
		align-items: stretch;
		gap: 0.625rem;
	}

	.landing-standalone .lt-btn-pair > .lt-btn-pill {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.landing-standalone .lt-section-title {
		margin-bottom: 1.25rem !important;
	}

	.landing-standalone .lt-section-title br {
		display: none;
	}

	.landing-standalone .lt-seo-article .lt-seo-highlight {
		padding: 0.875rem 1rem;
		margin: 1.25rem 0;
	}

	.landing-standalone .lt-widget-card,
	.landing-standalone .lt-form-card,
	.landing-standalone .lt-uni-card-body {
		padding: 1.125rem;
	}

	.landing-standalone .lt-price-table-wrap th,
	.landing-standalone .lt-price-table-wrap td,
	.landing-standalone .table-responsive th,
	.landing-standalone .table-responsive td {
		padding: 0.75rem 0.625rem;
		font-size: 0.8125rem;
		white-space: nowrap;
	}

	.landing-standalone .lt-price-table-wrap,
	.landing-standalone .table-responsive,
	.landing-standalone .price-table-wrapper {
		margin-left: -0.25rem;
		margin-right: -0.25rem;
		padding-bottom: 0.35rem;
	}
}

@media (max-width: 575px) {
	.landing-standalone .lt-social-float {
		right: 12px;
		bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	}

	.landing-standalone .lt-social-float-btn {
		width: 46px;
		height: 46px;
		font-size: 1.25rem;
	}

	.landing-standalone .lt-trust-badge {
		width: 100%;
		margin-right: 0;
		justify-content: flex-start;
	}
}
