/* TekDes: masaustu sabit sade CTA + mobil alt serit */

/* --- Masaustu: sag altta sabit kutu (%33 genislik) --- */
.tekdes-cta-banner {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 9985;
	width: 33vw;
	min-width: 250px;
	max-width: 400px;
	margin: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	animation: tekdes-cta-banner-ready 0s linear 3s forwards;
}

@keyframes tekdes-cta-banner-ready {
	to {
		opacity: 1;
		visibility: visible;
	}
}

.tekdes-cta-banner__link {
	display: block;
	pointer-events: auto;
	text-decoration: none !important;
	color: #fff !important;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: none;
	clip-path: inset(0 0 0 100%);
	will-change: clip-path;
	animation: tekdes-cta-sweep-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) 3s forwards;
	transition: box-shadow 0.25s ease;
}

.tekdes-cta-banner__link:hover,
.tekdes-cta-banner__link:focus,
.tekdes-cta-banner__link:hover *,
.tekdes-cta-banner__link:focus * {
	color: #fff !important;
	text-decoration: none !important;
}

.tekdes-cta-banner__link:hover,
.tekdes-cta-banner__link:focus {
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

@keyframes tekdes-cta-sweep-in {
	to {
		clip-path: inset(0 0 0 0);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	}
}

.tekdes-cta-banner__panel {
	opacity: 0.9;
}

.tekdes-cta-banner__tagline-wrap {
	padding: 0.55rem 1rem;
	background: #d84d2b;
}

.tekdes-cta-banner__tagline {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: clamp(0.62rem, 0.78vw, 0.74rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.tekdes-cta-banner__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.65rem 1rem;
	background: #000;
}

.tekdes-cta-banner__action-text {
	font-family: "Oswald", sans-serif;
	font-size: clamp(0.68rem, 0.82vw, 0.78rem);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tekdes-cta-banner__action-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.tekdes-cta-banner__link:hover .tekdes-cta-banner__action-icon,
.tekdes-cta-banner__link:focus .tekdes-cta-banner__action-icon {
	background: #d84d2b;
	border-color: #d84d2b;
}

.tekdes-cta-banner__action-icon svg {
	width: 0.95rem;
	height: 0.95rem;
	fill: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
	.tekdes-cta-banner {
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.tekdes-cta-banner__link {
		animation: none;
		clip-path: inset(0 0 0 0);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	}
}

/* Anasayfada tekrarlayan kALITE bolumunu gizle */
.elementor-page-1088 .elementor-element.elementor-element-58e57e1b {
	display: none !important;
}

/* --- Mobil sabit alt serit --- */
.tekdes-cta-mobile {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 52px;
	padding: 0.65rem 1rem;
	background: #d84d2b;
	color: #fff !important;
	text-decoration: none !important;
	font-family: "Oswald", sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease;
}

.tekdes-cta-mobile:hover,
.tekdes-cta-mobile:focus {
	background: #000;
	color: #fff !important;
}

.tekdes-cta-mobile__icon {
	display: flex;
	flex-shrink: 0;
}

.tekdes-cta-mobile__icon svg {
	width: 1.15rem;
	height: 1.15rem;
	fill: currentColor;
}

.tekdes-cta-mobile__text {
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 767px) {
	.tekdes-cta-banner {
		display: none !important;
	}

	.tekdes-cta-mobile {
		display: flex;
	}

	body.tekdes-cta-mobile-active {
		padding-bottom: 52px;
	}

	body.tekdes-cta-mobile-active.offline-nav-menu-open {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.tekdes-cta-mobile {
		display: none !important;
	}

	body.tekdes-cta-mobile-active {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tekdes-cta-banner {
		width: 38vw;
		min-width: 230px;
		max-width: 340px;
		right: 0.85rem;
		bottom: 0.85rem;
	}
}
