/**
 * Talepify — /ads
 * Premium reklam landing (site header ile)
 */

.tdl-page {
	--tdl-crimson: #dc143c;
	--tdl-soft: #ff2a55;
	--tdl-dark: #0b1220;
	--tdl-muted: #64748b;
	--tdl-text: #334155;
	--tdl-glass: rgba(255, 255, 255, 0.78);
	--tdl-ticker-h: 42px;
	--tdl-line: rgba(15, 23, 42, 0.08);
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	color: var(--tdl-text);
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
}

html:has(body.tdl-page) {
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
}

body.tdl-page .wow-bg {
	width: 100%;
	max-width: 100%;
}

/* ---------- TOP FEATURE TICKER ---------- */
.tdl-ticker {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	height: var(--tdl-ticker-h, 42px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dc143c;
	border-top: 3px solid #1a1a1a;
	box-shadow: 0 6px 18px rgba(220, 20, 60, 0.28);
	overflow: hidden;
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	transition: none;
}

.tdl-ticker.is-hidden {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	box-shadow: none;
}

.tdl-ticker__inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
}

.tdl-ticker__text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 1rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(0.78rem, 2.4vw, 0.95rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #fff;
	text-align: center;
	line-height: 1.25;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.45s ease, transform 0.45s ease;
	pointer-events: none;
}

.tdl-ticker__text.is-on {
	opacity: 1;
	transform: translateY(0);
}

.tdl-ticker__text.is-out {
	opacity: 0;
	transform: translateY(-10px);
}

.tdl-page.has-tdl-ticker.tf-island-nav .navbar-wrapper {
	top: calc(max(16px, env(safe-area-inset-top)) + var(--tdl-ticker-h));
	width: min(1180px, calc(100% - 7.5rem));
	max-width: 1180px;
}

.tdl-page.has-tdl-ticker.tdl-ticker-hidden.tf-island-nav .navbar-wrapper {
	top: max(16px, env(safe-area-inset-top));
}

@media (max-width: 1199.98px) {
	.tdl-page.has-tdl-ticker.tf-island-nav .navbar-wrapper {
		width: min(calc(100% - 2.5rem), 720px);
	}
}

@media (max-width: 575.98px) {
	.tdl-page.has-tdl-ticker.tf-island-nav .navbar-wrapper {
		width: calc(100% - 3rem);
	}
}

.tdl-page.has-tdl-ticker .tdl-hero {
	padding-top: calc(clamp(118px, 13vw, 150px) + var(--tdl-ticker-h));
}

.tdl-page h1,
.tdl-page h2,
.tdl-page strong,
.tdl-page em,
.tdl-page .tdl-store__txt strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.tdl-main {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	max-width: 100%;
}

.tdl-hero {
	position: relative;
	padding: clamp(118px, 13vw, 150px) 0 clamp(2.5rem, 5vw, 4.5rem);
	min-height: 100svh;
}

.tdl-hero__aura {
	position: absolute;
	inset: 2% 0 auto;
	height: min(78vh, 720px);
	border-radius: 50%;
	background:
		radial-gradient(ellipse 55% 70% at 82% 28%, rgba(220, 20, 60, 0.22), transparent 62%),
		radial-gradient(ellipse 45% 55% at 8% 72%, rgba(255, 42, 85, 0.12), transparent 58%),
		radial-gradient(ellipse 40% 40% at 48% 8%, rgba(255, 255, 255, 0.55), transparent 70%);
	pointer-events: none;
	filter: blur(8px);
	opacity: 0.95;
}

.tdl-shell {
	position: relative;
	z-index: 1;
	max-width: 1220px;
	width: 100%;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	margin-left: auto;
	margin-right: auto;
}

body.tdl-page .container {
	width: 100%;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	margin-left: auto;
	margin-right: auto;
}

.tdl-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4.5vw, 3.75rem);
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	overflow: visible;
}

/* ---------- COPY ---------- */
.tdl-copy {
	position: relative;
	z-index: 1;
}

.tdl-free {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 100%;
	margin-bottom: 1.15rem;
	padding: 0.48rem 0.95rem 0.48rem 0.48rem;
	border-radius: 999px;
	text-decoration: none !important;
	color: inherit !important;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow:
		0 16px 40px rgba(220, 20, 60, 0.14),
		0 0 0 1px rgba(220, 20, 60, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	animation: tdlFreeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tdl-free:hover {
	transform: translateY(-2px);
	border-color: rgba(220, 20, 60, 0.22);
	box-shadow:
		0 20px 44px rgba(220, 20, 60, 0.18),
		0 0 0 1px rgba(220, 20, 60, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 1);
	color: inherit !important;
}

.tdl-free__glow {
	position: absolute;
	inset: -40% -20%;
	background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.55) 48%, transparent 65%);
	animation: tdlFreeShine 3.4s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

@keyframes tdlFreeShine {
	0% { transform: translateX(-35%) skewX(-16deg); opacity: 0; }
	25% { opacity: 0.7; }
	55%, 100% { transform: translateX(55%) skewX(-16deg); opacity: 0; }
}

@keyframes tdlFreeIn {
	from { opacity: 0; transform: translateY(10px) scale(0.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.tdl-free__badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #c41236 0%, #dc143c 45%, #ff2a55 100%);
	color: #fff;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 18px rgba(220, 20, 60, 0.35);
	animation: tdlFreePulse 2.4s ease-in-out infinite;
}

.tdl-free__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
	animation: tdlFreeDot 1.7s infinite;
}

@keyframes tdlFreeDot {
	0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
	70% { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes tdlFreePulse {
	0%, 100% { box-shadow: 0 8px 18px rgba(220, 20, 60, 0.35); }
	50% { box-shadow: 0 10px 26px rgba(220, 20, 60, 0.55); }
}

.tdl-free__text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	line-height: 1.15;
	min-width: 0;
}

.tdl-free__text strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--tdl-dark);
}

.tdl-free__text em {
	font-style: normal;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--tdl-muted);
}

.tdl-free__arrow {
	position: relative;
	z-index: 1;
	margin-left: 0.15rem;
	font-size: 0.95rem;
	color: var(--tdl-crimson);
	opacity: 0.75;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.tdl-free:hover .tdl-free__arrow {
	transform: translateX(3px);
	opacity: 1;
}

.tdl-brandline {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: clamp(0.9rem, 1.25vw, 1.05rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #64748b;
	line-height: 1.35;
}

.tdl-brandline__mark {
	flex-shrink: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dc143c, #ff2a55);
	box-shadow: 0 0 0 5px rgba(220, 20, 60, 0.12);
	animation: tdlLive 1.8s infinite;
}

@keyframes tdlLive {
	0% { box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.45); }
	70% { box-shadow: 0 0 0 8px rgba(220, 20, 60, 0); }
	100% { box-shadow: 0 0 0 0 rgba(220, 20, 60, 0); }
}

.tdl-proof {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	margin: 0 0 1.05rem;
	padding: 0.7rem 1.05rem 0.7rem 0.7rem;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 246, 248, 0.88) 55%, rgba(255, 255, 255, 0.82) 100%);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow:
		0 18px 40px rgba(220, 20, 60, 0.12),
		0 8px 18px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 1);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	overflow: hidden;
	isolation: isolate;
}

.tdl-proof--stage {
	margin: 0;
	align-self: center;
	max-width: min(100%, 420px);
	animation: tdlProofIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes tdlProofIn {
	from { opacity: 0; transform: translateY(10px) scale(0.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.tdl-proof__glow {
	position: absolute;
	inset: -40% auto -40% -20%;
	width: 55%;
	background: radial-gradient(circle, rgba(220, 20, 60, 0.18) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
	animation: tdlProofGlow 3.2s ease-in-out infinite;
}

@keyframes tdlProofGlow {
	0%, 100% { opacity: 0.55; transform: scale(0.95); }
	50% { opacity: 1; transform: scale(1.08); }
}

.tdl-proof__avatars {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.tdl-proof__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2.5px solid #fff;
	margin-left: -10px;
	display: grid;
	place-items: center;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
	box-shadow:
		0 6px 14px rgba(15, 23, 42, 0.16),
		0 0 0 1px rgba(220, 20, 60, 0.08);
	transition: transform 0.25s ease;
}

.tdl-proof__avatar:first-child { margin-left: 0; }

.tdl-proof:hover .tdl-proof__avatar {
	transform: translateY(-2px);
}

.tdl-proof:hover .tdl-proof__avatar:nth-child(2) { transition-delay: 0.03s; }
.tdl-proof:hover .tdl-proof__avatar:nth-child(3) { transition-delay: 0.06s; }
.tdl-proof:hover .tdl-proof__avatar:nth-child(4) { transition-delay: 0.09s; }
.tdl-proof:hover .tdl-proof__avatar:nth-child(5) { transition-delay: 0.12s; }

.tdl-proof__avatar--1 { background: linear-gradient(145deg, #ff5a7a, #c41236); z-index: 5; }
.tdl-proof__avatar--2 { background: linear-gradient(145deg, #64748b, #1e293b); z-index: 4; }
.tdl-proof__avatar--3 { background: linear-gradient(145deg, #fbbf24, #d97706); z-index: 3; }
.tdl-proof__avatar--4 { background: linear-gradient(145deg, #60a5fa, #1d4ed8); z-index: 2; }

.tdl-proof__avatar--more {
	z-index: 1;
	background: linear-gradient(145deg, #0b1220, #334155);
	font-size: 0.78rem;
	font-weight: 900;
}

.tdl-proof__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
	text-align: left;
}

.tdl-proof__top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.tdl-proof__stars {
	display: inline-flex;
	align-items: center;
	gap: 0.12rem;
}

.tdl-proof__stars i {
	width: 11px;
	height: 11px;
	display: block;
	background: linear-gradient(145deg, #fbbf24, #f59e0b);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.35));
}

.tdl-proof__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	padding: 0.18rem 0.5rem;
	border-radius: 999px;
	background: rgba(220, 20, 60, 0.08);
	border: 1px solid rgba(220, 20, 60, 0.12);
	color: var(--tdl-crimson);
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tdl-proof__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
	animation: tdlProofLive 1.6s infinite;
}

@keyframes tdlProofLive {
	0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
	70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
	100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.tdl-proof__text {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.45rem;
	line-height: 1.2;
}

.tdl-proof__text strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	background: linear-gradient(120deg, #9f1239, #dc143c 50%, #ff2a55);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-proof__text span {
	font-size: 0.82rem;
	font-weight: 600;
	color: #475569;
	letter-spacing: -0.015em;
}

.tdl-title {
	font-size: clamp(2.25rem, 4.6vw, 3.65rem);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.05em;
	color: var(--tdl-dark);
	margin-bottom: 1.15rem;
	text-wrap: balance;
}

.tdl-title__line {
	display: inline;
}

.tdl-title em {
	font-style: normal;
	background: linear-gradient(120deg, #ff3d66 0%, #dc143c 42%, #9f1239 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-lead {
	font-size: clamp(1.02rem, 1.5vw, 1.16rem);
	line-height: 1.72;
	color: #64748b;
	max-width: 34rem;
	margin-bottom: 1.25rem;
}

.tdl-lead strong {
	color: var(--tdl-dark);
	font-weight: 800;
}

.tdl-features {
	margin: 0 0 1.5rem;
	max-width: 40rem;
	padding: 0.15rem 0 0.35rem;
	border-top: 1px solid var(--tdl-line);
	border-bottom: 1px solid var(--tdl-line);
}

.tdl-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
}

.tdl-list--hot {
	grid-template-columns: 1fr;
	gap: 0;
	margin-bottom: 0.35rem;
}

.tdl-list--more {
	grid-template-columns: 1fr 1fr;
	gap: 0.35rem 1rem;
	padding: 0.55rem 0 0.85rem;
}

.tdl-feat {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #64748b;
	font-weight: 500;
	min-width: 0;
}

.tdl-feat__ico {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(220, 20, 60, 0.1);
	color: var(--tdl-crimson);
	font-size: 0.42rem;
}

.tdl-feat__body {
	min-width: 0;
}

.tdl-feat b {
	font-weight: 700;
	color: #334155;
}

/* Ana / öne çıkan özellikler — açık satır stili */
.tdl-feat--hot {
	gap: 0.85rem;
	padding: 0.92rem 0.15rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #334155;
	font-weight: 600;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--tdl-line);
	box-shadow: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.tdl-feat--hot:last-child {
	border-bottom: 0;
}

.tdl-feat--hot:hover {
	transform: translateX(3px);
	border-color: rgba(220, 20, 60, 0.18);
	box-shadow: none;
	color: var(--tdl-dark);
}

.tdl-feat--hot .tdl-feat__ico {
	width: 24px;
	height: 24px;
	margin-top: 1px;
	background: linear-gradient(145deg, #c41236, #ff2a55);
	color: #fff;
	font-size: 0.55rem;
	box-shadow: 0 8px 16px rgba(220, 20, 60, 0.28);
}

.tdl-feat--hot b {
	font-weight: 800;
	color: var(--tdl-dark);
	background: linear-gradient(120deg, #9f1239, #dc143c 55%, #ff2a55);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-feat--cap {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 0.45rem;
	padding: 0.55rem 0.15rem 0.15rem;
	border: 0;
	border-top: 1px solid var(--tdl-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #475569;
	font-weight: 600;
}

.tdl-feat--cap__badge {
	flex-shrink: 0;
	min-width: 0;
	height: auto;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--tdl-crimson);
	background: rgba(220, 20, 60, 0.08);
	border: 1px solid rgba(220, 20, 60, 0.12);
	box-shadow: none;
}

.tdl-feat--cap .tdl-feat__body {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.4rem;
	min-width: 0;
}

.tdl-feat--cap strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--tdl-dark);
	line-height: 1.3;
}

.tdl-feat--cap em {
	font-style: normal;
	font-size: 0.78rem;
	font-weight: 600;
	color: #64748b;
	letter-spacing: -0.01em;
	line-height: 1.35;
}

.tdl-feat--cap b {
	color: var(--tdl-dark);
	font-weight: 800;
}

.tdl-features__more {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0.55rem 0 0.55rem;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #94a3b8;
}

.tdl-features__more::before,
.tdl-features__more::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.4), transparent);
}

.tdl-features__more span {
	flex-shrink: 0;
}

/* ---------- EXPLORE FEATURES ---------- */
.tdl-explore {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	max-width: 420px;
	margin: 0.35rem 0 1.5rem;
	padding: 0.85rem 0.35rem 0.85rem 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid var(--tdl-line);
	background: transparent;
	box-shadow: none;
	color: var(--tdl-dark) !important;
	text-decoration: none !important;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.tdl-explore:hover {
	transform: translateX(4px);
	border-color: rgba(220, 20, 60, 0.28);
	box-shadow: none;
	color: var(--tdl-dark) !important;
}

.tdl-explore:active {
	transform: translateX(2px);
}

.tdl-explore__ico {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: linear-gradient(145deg, #c41236, #ff2a55);
	color: #fff;
	font-size: 0.95rem;
	box-shadow: 0 12px 24px rgba(220, 20, 60, 0.3);
}

.tdl-explore__txt {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
	text-align: left;
}

.tdl-explore__txt strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.tdl-explore__txt small {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--tdl-muted);
	letter-spacing: 0.01em;
}

.tdl-explore__arrow {
	margin-left: auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: rgba(220, 20, 60, 0.08);
	color: var(--tdl-crimson);
	font-size: 0.95rem;
	opacity: 0.9;
	transition: transform 0.25s ease, background 0.25s ease;
}

.tdl-explore:hover .tdl-explore__arrow {
	transform: translateX(4px);
	background: rgba(220, 20, 60, 0.16);
}

/* ---------- DOWNLOAD ---------- */
.tdl-tagline {
	margin: 0.35rem 0 1.25rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--tdl-dark);
	opacity: 0.72;
}

.tdl-download {
	margin-bottom: 0.35rem;
	padding-top: 0.25rem;
	scroll-margin-top: 120px;
}

.tdl-download__label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 1rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--tdl-dark);
	letter-spacing: -0.025em;
}

.tdl-download__free {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(220, 20, 60, 0.12), rgba(255, 42, 85, 0.08));
	color: var(--tdl-crimson);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	border: 1px solid rgba(220, 20, 60, 0.12);
}

.tdl-stores {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.tdl-store {
	position: relative;
	overflow: visible;
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 210px;
	padding: 1rem 1.2rem;
	border-radius: 18px;
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.tdl-store__shine {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	overflow: hidden;
	pointer-events: none;
}

.tdl-store__shine::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	width: 40%;
	height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	transform: skewX(-18deg);
	animation: tdlShine 3.4s ease-in-out infinite;
}

@keyframes tdlShine {
	0% { left: -40%; }
	55%, 100% { left: 140%; }
}

.tdl-store__bubble {
	position: absolute;
	top: -0.65rem;
	right: 0.85rem;
	z-index: 2;
	padding: 0.26rem 0.6rem;
	border-radius: 999px;
	background: #fff;
	color: #0f172a;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16);
	animation: tdlBubble 2.4s ease-in-out infinite;
}

@keyframes tdlBubble {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.tdl-store:hover {
	transform: translateY(-4px) scale(1.015);
	color: #fff !important;
	filter: brightness(1.05);
}

.tdl-store:active {
	transform: translateY(-1px) scale(0.99);
}

.tdl-store--primary {
	background: linear-gradient(135deg, #c41236 0%, #dc143c 42%, #ff2a55 100%);
	box-shadow: 0 16px 36px rgba(220, 20, 60, 0.38);
	animation: tdlBtnGlow 2.5s ease-in-out infinite;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

@keyframes tdlBtnGlow {
	0%, 100% { box-shadow: 0 16px 36px rgba(220, 20, 60, 0.38); }
	50% { box-shadow: 0 18px 48px rgba(220, 20, 60, 0.55); }
}

.tdl-store--primary:hover {
	animation: none;
	box-shadow: 0 24px 52px rgba(220, 20, 60, 0.55);
	border-color: rgba(255, 255, 255, 0.22);
}

.tdl-store--dark {
	background: linear-gradient(145deg, #1a1020 0%, #0f172a 48%, #1e293b 100%);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tdl-store--dark:hover {
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.4);
	border-color: rgba(220, 20, 60, 0.35);
}

.tdl-store__icon {
	position: relative;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.12);
}

.tdl-store--primary .tdl-store__icon {
	background: rgba(255, 255, 255, 0.18);
}

.tdl-store__icon svg {
	width: 22px;
	height: 22px;
}

.tdl-store__txt {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	line-height: 1.12;
	text-align: left;
}

.tdl-store__txt small {
	font-size: 0.68rem;
	font-weight: 600;
	opacity: 0.82;
	letter-spacing: 0.03em;
}

.tdl-store__txt strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.tdl-store__arrow {
	position: relative;
	z-index: 1;
	margin-left: auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.95rem;
	opacity: 0.9;
	transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.tdl-store:hover .tdl-store__arrow {
	transform: translateX(4px);
	opacity: 1;
	background: rgba(255, 255, 255, 0.22);
}

.tdl-store--dark:hover .tdl-store__arrow {
	background: rgba(220, 20, 60, 0.85);
}

.tdl-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	margin-top: 0.25rem;
	padding: 1rem 0 0;
	border-top: 1px solid var(--tdl-line);
}

.tdl-stats div {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.15rem 1.35rem 0.15rem 0;
	margin-right: 1.15rem;
	border-right: 1px solid var(--tdl-line);
}

.tdl-stats div:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.tdl-stats strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 900;
	color: var(--tdl-dark);
	letter-spacing: -0.04em;
	background: linear-gradient(120deg, #0b1220 30%, #9f1239 120%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-stats span {
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--tdl-muted);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* ---------- STAGE / FLOATING SHOWCASE ---------- */
.tdl-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.1rem;
	min-width: 0;
	position: relative;
}

.tdl-stage {
	position: relative;
	isolation: isolate;
	z-index: 1;
	width: 100%;
	min-height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 8.75rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	perspective: 1400px;
}

.tdl-stage__halo {
	position: absolute;
	inset: 8% 4% 12%;
	pointer-events: none;
	z-index: 0;
}

.tdl-stage__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	animation: tdlBlobDrift 10s ease-in-out infinite;
}

.tdl-stage__blob--a {
	width: min(78%, 340px);
	aspect-ratio: 1;
	top: 6%;
	left: 50%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(220, 20, 60, 0.32) 0%, rgba(255, 42, 85, 0.12) 42%, transparent 70%);
	filter: blur(28px);
	animation-duration: 9s;
}

.tdl-stage__blob--b {
	width: min(48%, 220px);
	aspect-ratio: 1;
	bottom: 18%;
	left: 6%;
	background: radial-gradient(circle, rgba(255, 42, 85, 0.22) 0%, transparent 70%);
	filter: blur(22px);
	animation-duration: 12s;
	animation-delay: -3s;
}

.tdl-stage__blob--c {
	width: min(42%, 190px);
	aspect-ratio: 1;
	top: 22%;
	right: 4%;
	background: radial-gradient(circle, rgba(251, 191, 36, 0.16) 0%, transparent 70%);
	filter: blur(20px);
	animation-duration: 11s;
	animation-delay: -5s;
}

@keyframes tdlBlobDrift {
	0%, 100% { translate: 0 0; }
	50% { translate: 10px -14px; }
}

.tdl-stage__rings {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: none;
	z-index: 1;
}

.tdl-stage__ring {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(220, 20, 60, 0.14);
}

.tdl-stage__ring--outer {
	width: min(92%, 420px);
	aspect-ratio: 1;
	border-style: dashed;
	border-color: rgba(220, 20, 60, 0.18);
	animation: tdlSpin 42s linear infinite;
	box-shadow: 0 0 40px rgba(220, 20, 60, 0.06);
}

.tdl-stage__ring--inner {
	width: min(68%, 300px);
	aspect-ratio: 1;
	border-color: rgba(220, 20, 60, 0.1);
	animation: tdlSpin 28s linear infinite reverse;
}

.tdl-stage__ring--outer::before,
.tdl-stage__ring--inner::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	background: linear-gradient(135deg, #dc143c, #ff2a55);
	box-shadow: 0 0 0 4px rgba(220, 20, 60, 0.15), 0 0 16px rgba(220, 20, 60, 0.55);
}

.tdl-stage__ring--inner::before {
	width: 7px;
	height: 7px;
	top: -3.5px;
	margin-left: -3.5px;
	background: #fbbf24;
	box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18), 0 0 12px rgba(251, 191, 36, 0.5);
}

@keyframes tdlSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* Depth deck behind phone */
.tdl-deck {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: none;
	z-index: 1;
}

.tdl-deck__card {
	position: absolute;
	width: min(48%, 210px);
	aspect-ratio: 1290 / 2796;
	border-radius: 28px;
	overflow: hidden;
	background: #0f172a;
	box-shadow:
		0 24px 50px rgba(15, 23, 42, 0.18),
		0 0 0 1px rgba(15, 23, 42, 0.08);
	opacity: 0.5;
	filter: saturate(0.9) brightness(0.92);
}

.tdl-deck__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.tdl-deck__card--back {
	transform: translate(-42%, 4%) rotate(-14deg) scale(0.9);
	z-index: 0;
}

.tdl-deck__card--mid {
	transform: translate(40%, 2%) rotate(12deg) scale(0.9);
	z-index: 0;
	opacity: 0.48;
}

/* Device */
.tdl-device {
	position: relative;
	z-index: 3;
	width: min(58%, 268px);
	transform-style: preserve-3d;
	transform: rotateY(-6deg) rotateX(3deg);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	animation: tdlDeviceFloat 5.8s ease-in-out infinite;
	will-change: transform;
}

@keyframes tdlDeviceFloat {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -14px; }
}

.tdl-device__glow {
	position: absolute;
	inset: 4% -18% -2%;
	background: radial-gradient(ellipse at center, rgba(220, 20, 60, 0.42) 0%, rgba(220, 20, 60, 0.12) 45%, transparent 72%);
	filter: blur(26px);
	z-index: -1;
	animation: tdlDeviceGlow 3.4s ease-in-out infinite;
}

@keyframes tdlDeviceGlow {
	0%, 100% { opacity: 0.65; transform: scale(0.95); }
	50% { opacity: 1; transform: scale(1.06); }
}

.tdl-device__bezel {
	position: relative;
	border-radius: 36px;
	padding: 8px;
	background:
		linear-gradient(160deg, #2a2f3a 0%, #0b0f16 38%, #1a1f2a 100%);
	box-shadow:
		0 40px 70px rgba(15, 23, 42, 0.28),
		0 12px 28px rgba(220, 20, 60, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}

.tdl-device__btn {
	position: absolute;
	width: 3px;
	border-radius: 2px;
	background: linear-gradient(180deg, #3a4150, #1a1f28);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.35);
}

.tdl-device__btn--silent {
	left: -2px;
	top: 18%;
	height: 18px;
}

.tdl-device__btn--vol {
	left: -2px;
	top: 26%;
	height: 48px;
}

.tdl-device__btn--power {
	right: -2px;
	top: 28%;
	height: 56px;
}

.tdl-appshot {
	position: relative;
	width: 100%;
	aspect-ratio: 1290 / 2796;
	overflow: hidden;
	border-radius: 28px;
	background: #05070c;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.tdl-shot {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	opacity: 0;
	transform: translate3d(12%, 0, 0);
	transition:
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 1;
	pointer-events: none;
}

.tdl-shot.is-from-left {
	transform: translate3d(-12%, 0, 0);
}

.tdl-shot.is-from-right {
	transform: translate3d(12%, 0, 0);
}

.tdl-shot.is-on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.tdl-shot.is-exit-left {
	opacity: 0;
	transform: translate3d(-10%, 0, 0);
	z-index: 1;
}

.tdl-shot.is-exit-right {
	opacity: 0;
	transform: translate3d(10%, 0, 0);
	z-index: 1;
}

.tdl-device__floor {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: -28px;
	height: 36px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.28) 0%, transparent 72%);
	filter: blur(6px);
	pointer-events: none;
	z-index: -1;
}

/* Stage meta: feature badge + nav */
.tdl-stage__meta {
	position: absolute;
	z-index: 6;
	left: 0;
	right: 0;
	bottom: 0.15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.15rem;
	pointer-events: none;
}

.tdl-badge {
	position: relative;
	pointer-events: none;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: min(92%, 300px);
	margin-top: 0.35rem;
	padding: 0.75rem 1rem 0.75rem 0.75rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.98);
	box-shadow:
		0 18px 40px rgba(15, 23, 42, 0.14),
		0 0 0 1px rgba(220, 20, 60, 0.06);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transform: translateY(10px) scale(0.96);
	opacity: 0;
}

.tdl-badge.is-show {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.tdl-badge.is-pop {
	animation: tdlBadgePop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes tdlBadgePop {
	0% { transform: translateY(8px) scale(0.94); opacity: 0.4; }
	100% { transform: translateY(0) scale(1); opacity: 1; }
}

.tdl-badge__pulse {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #dc143c;
	box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.5);
	animation: tdlLivePulse 1.5s infinite;
}

@keyframes tdlLivePulse {
	0% { box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.5); }
	70% { box-shadow: 0 0 0 8px rgba(220, 20, 60, 0); }
	100% { box-shadow: 0 0 0 0 rgba(220, 20, 60, 0); }
}

.tdl-badge__ico {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(220, 20, 60, 0.1);
	color: var(--tdl-crimson);
}

.tdl-badge__ico svg {
	width: 18px;
	height: 18px;
	display: block;
}

.tdl-badge__ico--gold {
	background: rgba(234, 179, 8, 0.14);
	color: #ca8a04;
}

.tdl-badge__ico--blue {
	background: rgba(37, 99, 235, 0.12);
	color: #2563eb;
}

.tdl-badge__ico--green {
	background: rgba(34, 197, 94, 0.12);
	color: #16a34a;
}

.tdl-badge__body {
	min-width: 0;
	text-align: left;
}

.tdl-badge__body strong {
	display: block;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--tdl-dark);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.tdl-badge__body span {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.72rem;
	color: var(--tdl-muted);
	font-weight: 600;
	line-height: 1.3;
}

.tdl-stage__nav {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.45rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.tdl-stage__arrow {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.06);
	color: var(--tdl-dark);
	font-size: 1.05rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tdl-stage__arrow:hover {
	background: rgba(220, 20, 60, 0.12);
	color: var(--tdl-crimson);
	transform: scale(1.05);
}

.tdl-stage__dots {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.28rem;
	max-width: 140px;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 0 0.1rem;
}

.tdl-stage__dots::-webkit-scrollbar { display: none; }

.tdl-dot {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.18);
	cursor: pointer;
	transition: width 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.tdl-dot.is-on {
	width: 16px;
	background: linear-gradient(90deg, #dc143c, #ff2a55);
	box-shadow: 0 0 10px rgba(220, 20, 60, 0.4);
}

.tdl-stage__count {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	color: #64748b;
	letter-spacing: 0.02em;
	padding: 0 0.35rem 0 0.15rem;
	white-space: nowrap;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
	.tdl-page {
		--tdl-ticker-h: 46px;
	}

	.tdl-hero {
		padding: clamp(108px, 16vw, 130px) 0 2rem;
		min-height: auto;
	}

	.tdl-page.has-tdl-ticker .tdl-hero {
		padding-top: calc(clamp(108px, 16vw, 130px) + var(--tdl-ticker-h));
	}

	.tdl-panel {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		padding: 0;
		gap: 1.15rem;
		border-radius: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.tdl-copy {
		display: contents;
	}

	.tdl-intro {
		order: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.tdl-visual {
		order: 2;
	}

	.tdl-chips {
		order: 3;
	}

	.tdl-tagline {
		order: 4;
	}

	.tdl-stats {
		order: 5;
	}

	.tdl-free {
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		text-align: left;
	}

	.tdl-brandline {
		justify-content: center;
		text-align: center;
	}

	.tdl-title {
		font-size: clamp(1.85rem, 8vw, 2.4rem);
		text-align: center;
	}

	.tdl-lead {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		text-align: center;
	}

	.tdl-features {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}

	.tdl-features__more {
		width: 100%;
	}

	.tdl-explore {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.tdl-download {
		display: none;
	}

	.tdl-download__label {
		justify-content: center;
	}

	.tdl-tagline {
		text-align: center;
		width: 100%;
	}

	.tdl-stats {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		width: 100%;
		max-width: 22rem;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid var(--tdl-line);
	}

	.tdl-stats div {
		align-items: center;
		text-align: center;
		padding: 0.85rem 0.65rem;
		margin-right: 0;
		border-right: 1px solid var(--tdl-line);
	}

	.tdl-stats div:nth-child(2n) {
		border-right: 0;
	}

	.tdl-stats div:nth-child(-n+2) {
		border-bottom: 1px solid var(--tdl-line);
	}

	.tdl-stats div:last-child {
		border-right: 0;
	}

	.tdl-visual {
		order: 2;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.tdl-proof--stage {
		width: auto;
		max-width: min(100%, 380px);
		padding: 0.65rem 0.9rem 0.65rem 0.65rem;
		gap: 0.75rem;
		border-radius: 20px;
	}

	.tdl-proof__avatar {
		width: 32px;
		height: 32px;
		font-size: 0.56rem;
		margin-left: -9px;
	}

	.tdl-proof__text strong {
		font-size: 1.05rem;
	}

	.tdl-proof__text span {
		font-size: 0.78rem;
	}

	.tdl-stage {
		min-height: 520px;
		padding: 1.25rem 0 7.75rem;
		perspective: none;
		overflow: hidden;
	}

	.tdl-device {
		width: min(52%, 230px);
		transform: none;
		animation: tdlDeviceFloat 5.5s ease-in-out infinite;
	}

	.tdl-deck__card--back {
		transform: translate(-22%, 6%) rotate(-11deg) scale(0.84);
	}

	.tdl-deck__card--mid {
		transform: translate(22%, 4%) rotate(10deg) scale(0.84);
	}

	.tdl-stage__ring--outer {
		width: min(88%, 340px);
	}

	.tdl-stage__ring--inner {
		width: min(64%, 240px);
	}

	.tdl-badge {
		max-width: min(94%, 280px);
		padding: 0.65rem 0.85rem 0.65rem 0.65rem;
		gap: 0.6rem;
	}

	.tdl-badge__ico {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.tdl-badge__ico svg {
		width: 15px;
		height: 15px;
	}

	.tdl-badge__body strong { font-size: 0.82rem; }
	.tdl-badge__body span { font-size: 0.68rem; }

	.tdl-stage__dots {
		max-width: 110px;
	}

	.tdl-list--hot,
	.tdl-list--more {
		grid-template-columns: 1fr;
	}

	.tdl-feat--hot {
		padding: 0.85rem 0.1rem;
		font-size: 0.9rem;
		text-align: left;
	}

	.tdl-free__text em {
		font-size: 0.64rem;
	}
}

@media (max-width: 480px) {
	.tdl-stage { min-height: 460px; padding-bottom: 7.25rem; }
	.tdl-device { width: min(58%, 210px); }
	.tdl-deck { opacity: 0.85; }

	.tdl-free {
		padding: 0.4rem 0.7rem 0.4rem 0.4rem;
		gap: 0.55rem;
	}

	.tdl-free__badge {
		font-size: 0.72rem;
		padding: 0.38rem 0.65rem;
	}

	.tdl-free__text strong {
		font-size: 0.84rem;
	}

	.tdl-brandline {
		font-size: 0.86rem;
	}
}

/* ---------- MOBILE SCROLL CUE ---------- */
.tdl-scrollcue {
	display: none;
}

@media (max-width: 991px) {
	.tdl-scrollcue {
		position: fixed;
		left: 50%;
		bottom: max(1.5rem, env(safe-area-inset-bottom, 0px) + 1.15rem);
		z-index: 980;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.45rem;
		width: 72px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		opacity: 0;
		pointer-events: none;
		transform: translateX(-50%);
		animation:
			tdlCueIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards,
			tdlCueFloat 2.8s ease-in-out 1.6s infinite;
	}

	.tdl-scrollcue.is-hidden {
		opacity: 0 !important;
		transform: translateX(-50%) translateY(18px) scale(0.92);
		pointer-events: none;
		animation: none;
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.tdl-scrollcue__aura {
		position: absolute;
		top: 4px;
		left: 50%;
		width: 88px;
		height: 88px;
		border-radius: 50%;
		transform: translateX(-50%);
		background: radial-gradient(circle, rgba(220, 20, 60, 0.35) 0%, rgba(220, 20, 60, 0.08) 48%, transparent 72%);
		filter: blur(2px);
		pointer-events: none;
		animation: tdlCueAura 2.4s ease-in-out infinite;
	}

	.tdl-scrollcue__rings {
		position: absolute;
		top: 10px;
		left: 50%;
		width: 64px;
		height: 64px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.tdl-scrollcue__rings span {
		position: absolute;
		inset: 0;
		border-radius: 50%;
		border: 1.5px solid rgba(220, 20, 60, 0.35);
		opacity: 0;
		animation: tdlCueRing 2.4s ease-out infinite;
	}

	.tdl-scrollcue__rings span:last-child {
		animation-delay: 1.2s;
	}

	.tdl-scrollcue__orb {
		position: relative;
		z-index: 1;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		display: grid;
		place-items: center;
		background:
			linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 244, 247, 0.88) 48%, rgba(255, 255, 255, 0.78) 100%);
		border: 1px solid rgba(255, 255, 255, 0.85);
		box-shadow:
			0 14px 34px rgba(220, 20, 60, 0.28),
			0 6px 14px rgba(15, 23, 42, 0.1),
			inset 0 1px 0 rgba(255, 255, 255, 1),
			inset 0 -8px 16px rgba(220, 20, 60, 0.06);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
	}

	.tdl-scrollcue__orb::before {
		content: "";
		position: absolute;
		inset: -2px;
		border-radius: 50%;
		background: linear-gradient(145deg, rgba(220, 20, 60, 0.55), rgba(255, 42, 85, 0.15) 42%, rgba(255, 255, 255, 0.5));
		z-index: -1;
		opacity: 0.9;
	}

	.tdl-scrollcue__track {
		position: relative;
		width: 18px;
		height: 28px;
		border-radius: 999px;
		border: 2px solid rgba(220, 20, 60, 0.55);
		background: linear-gradient(180deg, rgba(220, 20, 60, 0.06), rgba(220, 20, 60, 0.02));
		box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
	}

	.tdl-scrollcue__dot {
		position: absolute;
		top: 4px;
		left: 50%;
		width: 5px;
		height: 8px;
		margin-left: -2.5px;
		border-radius: 999px;
		background: linear-gradient(180deg, #ff2a55, #dc143c);
		box-shadow: 0 4px 10px rgba(220, 20, 60, 0.45);
		animation: tdlCueDot 1.55s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	}

	.tdl-scrollcue__chevs {
		position: relative;
		z-index: 1;
		width: 18px;
		height: 16px;
		margin-top: -0.1rem;
	}

	.tdl-scrollcue__chevs span {
		position: absolute;
		left: 50%;
		width: 9px;
		height: 9px;
		border-right: 2.5px solid #dc143c;
		border-bottom: 2.5px solid #dc143c;
		border-radius: 1px;
		transform: translateX(-50%) rotate(45deg);
		opacity: 0;
		animation: tdlCueChev 1.55s ease-in-out infinite;
		filter: drop-shadow(0 2px 4px rgba(220, 20, 60, 0.25));
	}

	.tdl-scrollcue__chevs span:first-child {
		top: -1px;
		animation-delay: 0s;
	}

	.tdl-scrollcue__chevs span:last-child {
		top: 5px;
		animation-delay: 0.16s;
	}

	.tdl-scrollcue__label {
		position: relative;
		z-index: 1;
		padding: 0.28rem 0.7rem;
		border-radius: 999px;
		font-family: "Plus Jakarta Sans", system-ui, sans-serif;
		font-size: 0.66rem;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #fff;
		line-height: 1;
		background: linear-gradient(135deg, #c41236 0%, #dc143c 48%, #ff2a55 100%);
		box-shadow:
			0 8px 18px rgba(220, 20, 60, 0.35),
			inset 0 1px 0 rgba(255, 255, 255, 0.28);
	}

	@keyframes tdlCueIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
			pointer-events: auto;
		}
	}

	@keyframes tdlCueFloat {
		0%, 100% { transform: translateX(-50%) translateY(0); }
		50% { transform: translateX(-50%) translateY(-7px); }
	}

	@keyframes tdlCueAura {
		0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(0.92); }
		50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
	}

	@keyframes tdlCueRing {
		0% {
			opacity: 0.65;
			transform: scale(0.72);
		}
		80%, 100% {
			opacity: 0;
			transform: scale(1.55);
		}
	}

	@keyframes tdlCueDot {
		0% {
			top: 4px;
			opacity: 1;
		}
		70% {
			top: 14px;
			opacity: 0.2;
		}
		100% {
			top: 4px;
			opacity: 0;
		}
	}

	@keyframes tdlCueChev {
		0% {
			opacity: 0;
			transform: translateX(-50%) translateY(-3px) rotate(45deg);
		}
		35%, 50% {
			opacity: 1;
			transform: translateX(-50%) translateY(1px) rotate(45deg);
		}
		100% {
			opacity: 0;
			transform: translateX(-50%) translateY(7px) rotate(45deg);
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.tdl-ticker__text {
		transition: none;
	}

	.tdl-scrollcue,
	.tdl-scrollcue__aura,
	.tdl-scrollcue__rings span,
	.tdl-scrollcue__dot,
	.tdl-scrollcue__chevs span {
		animation: none !important;
	}

	.tdl-scrollcue {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(-50%);
	}

	.tdl-scrollcue__dot {
		top: 8px;
		opacity: 1;
	}

	.tdl-scrollcue__chevs span {
		opacity: 0.85;
		transform: translateX(-50%) rotate(45deg);
	}

	.tdl-scrollcue__rings span,
	.tdl-scrollcue__aura {
		display: none;
	}

	.tdl-brandline__mark,
	.tdl-free,
	.tdl-free__glow,
	.tdl-free__badge,
	.tdl-free__pulse,
	.tdl-store__bubble,
	.tdl-store__shine::before,
	.tdl-store--primary,
	.tdl-proof--stage,
	.tdl-proof__glow,
	.tdl-proof__dot,
	.tdl-stage__ring--outer,
	.tdl-stage__ring--inner,
	.tdl-stage__blob,
	.tdl-device,
	.tdl-device__glow,
	.tdl-badge__pulse,
	.tdl-badge.is-pop {
		animation: none !important;
	}

	.tdl-shot,
	.tdl-feat--hot,
	.tdl-badge,
	.tdl-device,
	.tdl-free,
	.tdl-explore,
	.tdl-store { transition: none; transform: none; }

	.tdl-badge.is-show {
		opacity: 1;
		transform: none;
	}
}

/* ---------- HERO CHIPS ---------- */
.tdl-chips {
	list-style: none;
	padding: 0;
	margin: 0 0 1.65rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	max-width: 26.5rem;
}

.tdl-chips li {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.72rem 0.95rem 0.72rem 0.72rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow:
		0 12px 28px rgba(15, 23, 42, 0.055),
		inset 0 1px 0 rgba(255, 255, 255, 1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tdl-chips li:hover {
	transform: translateX(4px);
	border-color: rgba(220, 20, 60, 0.18);
	box-shadow: 0 16px 32px rgba(220, 20, 60, 0.1);
}

.tdl-chips__ico {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, #c41236, #ff2a55);
	color: #fff;
	font-size: 0.92rem;
	box-shadow: 0 10px 18px rgba(220, 20, 60, 0.28);
}

.tdl-chips li div {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	min-width: 0;
}

.tdl-chips strong {
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--tdl-dark);
	line-height: 1.2;
}

.tdl-chips span:not(.tdl-chips__ico) {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--tdl-muted);
	line-height: 1.35;
}

/* ---------- FEATURE MARQUEE ---------- */
.tdl-marquee {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	padding: 0.85rem 0;
	border-top: 1px solid var(--tdl-line);
	border-bottom: 1px solid var(--tdl-line);
	background: rgba(255, 255, 255, 0.38);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.tdl-marquee__track {
	display: flex;
	width: max-content;
	max-width: none;
	gap: 0;
	animation: tdlMarquee 32s linear infinite;
	will-change: transform;
}

.tdl-marquee__track span {
	flex-shrink: 0;
	padding: 0 1.65rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--tdl-dark);
	white-space: nowrap;
}

.tdl-marquee__track span::before {
	content: "✦";
	margin-right: 1.65rem;
	color: var(--tdl-crimson);
	font-size: 0.62rem;
	vertical-align: middle;
}

@keyframes tdlMarquee {
	to { transform: translateX(-50%); }
}

.tdl-marquee:hover .tdl-marquee__track {
	animation-play-state: paused;
}

/* ---------- SECTION HEADS ---------- */
.tdl-sechead {
	max-width: 38rem;
	margin: 0 0 2.25rem;
}

.tdl-sechead__kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.85rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--tdl-dark);
}

.tdl-sechead__kicker span {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: var(--tdl-crimson);
	font-variant-numeric: tabular-nums;
}

.tdl-sechead__kicker::before {
	content: "";
	width: 2.2rem;
	height: 1.5px;
	background: var(--tdl-crimson);
	border-radius: 2px;
}

.tdl-sechead h2 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.75rem, 3.4vw, 2.55rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
	color: var(--tdl-dark);
}

.tdl-sechead h2 em {
	font-style: normal;
	background: linear-gradient(120deg, #ff3d66 0%, #dc143c 42%, #9f1239 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-sechead p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.6;
	color: var(--tdl-muted);
	font-weight: 500;
}

/* ---------- PILLARS ---------- */
.tdl-pillars {
	position: relative;
	z-index: 1;
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
	scroll-margin-top: 100px;
}

.tdl-pillars__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.05rem;
}

.tdl-pillar {
	position: relative;
	padding: 1.55rem 1.4rem 1.45rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow:
		0 18px 40px rgba(15, 23, 42, 0.055),
		inset 0 1px 0 #fff;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.tdl-pillar::before {
	content: "";
	position: absolute;
	inset: auto -20% -40% auto;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(220, 20, 60, 0.12), transparent 68%);
	pointer-events: none;
}

.tdl-pillar:hover {
	transform: translateY(-7px);
	border-color: rgba(220, 20, 60, 0.16);
	box-shadow:
		0 28px 50px rgba(220, 20, 60, 0.12),
		inset 0 1px 0 #fff;
}

.tdl-pillar__n {
	position: absolute;
	top: 1.15rem;
	right: 1.2rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(15, 23, 42, 0.22);
}

.tdl-pillar__ico {
	width: 46px;
	height: 46px;
	margin-bottom: 1.05rem;
	border-radius: 15px;
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, #c41236, #ff2a55);
	color: #fff;
	font-size: 1.05rem;
	box-shadow: 0 12px 22px rgba(220, 20, 60, 0.28);
}

.tdl-pillar h3 {
	margin: 0 0 0.45rem;
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--tdl-dark);
}

.tdl-pillar p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--tdl-muted);
	font-weight: 500;
}

/* ---------- MODULES ---------- */
.tdl-modules {
	position: relative;
	z-index: 1;
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.tdl-modules__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.tdl-mod {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.28rem;
	padding: 1.15rem 1.1rem 1.1rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tdl-mod:hover {
	transform: translateY(-4px);
	border-color: rgba(220, 20, 60, 0.14);
	box-shadow: 0 18px 32px rgba(220, 20, 60, 0.1);
}

.tdl-mod > i {
	width: 34px;
	height: 34px;
	margin-bottom: 0.45rem;
	border-radius: 11px;
	display: grid;
	place-items: center;
	background: rgba(220, 20, 60, 0.1);
	color: var(--tdl-crimson);
	font-size: 0.82rem;
}

.tdl-mod strong {
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: var(--tdl-dark);
	line-height: 1.25;
}

.tdl-mod span {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--tdl-muted);
	line-height: 1.4;
}

.tdl-mod--cap {
	justify-content: center;
	background: linear-gradient(160deg, #1a0a12 0%, #3b0d1c 55%, #dc143c 160%);
	border-color: transparent;
	box-shadow: 0 18px 36px rgba(220, 20, 60, 0.22);
}

.tdl-mod--cap:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 42px rgba(220, 20, 60, 0.3);
}

.tdl-mod--cap strong,
.tdl-mod--cap span {
	color: #fff;
	-webkit-text-fill-color: #fff;
	background: none;
}

.tdl-mod--cap span {
	opacity: 0.78;
}

.tdl-modules .tdl-explore {
	max-width: none;
	width: 100%;
	margin: 1.35rem 0 0;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(220, 20, 60, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 36px rgba(220, 20, 60, 0.08);
}

.tdl-modules .tdl-explore:hover {
	transform: translateY(-3px);
	border-color: rgba(220, 20, 60, 0.22);
	box-shadow: 0 22px 44px rgba(220, 20, 60, 0.14);
}

/* ---------- CLOSE CTA ---------- */
.tdl-close {
	position: relative;
	z-index: 1;
	padding: 0 0 clamp(3.5rem, 7vw, 5.5rem);
}

.tdl-close__card {
	position: relative;
	overflow: hidden;
	padding: clamp(2.4rem, 5vw, 3.6rem) clamp(1.5rem, 4vw, 3.2rem);
	border-radius: 32px;
	background:
		radial-gradient(ellipse 70% 90% at 88% 0%, rgba(255, 42, 85, 0.45), transparent 55%),
		radial-gradient(ellipse 50% 70% at 8% 100%, rgba(159, 18, 57, 0.55), transparent 58%),
		linear-gradient(145deg, #16060c 0%, #2a0a14 48%, #4a0e1e 100%);
	color: #fff;
	box-shadow: 0 32px 70px rgba(220, 20, 60, 0.28);
	text-align: center;
}

.tdl-close__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 20%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 20%, transparent 75%);
	pointer-events: none;
}

.tdl-close__kicker {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.85rem;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
}

.tdl-close__kicker span {
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	color: #ff8aa0;
}

.tdl-close__card h2 {
	position: relative;
	margin: 0 0 0.7rem;
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
	color: #fff;
}

.tdl-close__card h2 em {
	font-style: normal;
	background: linear-gradient(120deg, #fff 10%, #ff8aa0 55%, #ff2a55);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tdl-close__card > p {
	position: relative;
	margin: 0 auto 1.65rem;
	max-width: 28rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

.tdl-close__actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.tdl-close__actions .tdl-store {
	min-width: 200px;
}

.tdl-close__actions .tdl-store--primary {
	box-shadow: 0 16px 32px rgba(220, 20, 60, 0.4);
}

.tdl-demo {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-width: 200px;
	padding: 1rem 1.35rem;
	border-radius: 18px;
	text-decoration: none !important;
	color: #fff !important;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.tdl-demo__shine {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.tdl-demo__shine::before {
	content: "";
	position: absolute;
	top: 0;
	left: -45%;
	width: 40%;
	height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.38), transparent);
	transform: skewX(-18deg);
	animation: tdlShine 3.2s ease-in-out infinite;
}

.tdl-demo i,
.tdl-demo span {
	position: relative;
	z-index: 1;
}

.tdl-demo:hover,
.tdl-demo:focus-visible {
	transform: translateY(-4px);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 18px 36px rgba(220, 20, 60, 0.35);
}

.tdl-demo:active {
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.tdl-modules__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.tdl-chips {
		width: 100%;
		max-width: 26rem;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.tdl-sechead {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.tdl-sechead__kicker {
		justify-content: center;
	}

	.tdl-pillars__grid {
		grid-template-columns: 1fr 1fr;
	}

	.tdl-modules__grid {
		grid-template-columns: 1fr 1fr;
	}

	.tdl-close__actions {
		display: none;
	}
}

@media (max-width: 640px) {
	.tdl-pillars__grid,
	.tdl-modules__grid {
		grid-template-columns: 1fr;
	}

	.tdl-close__card {
		border-radius: 24px;
		padding: 2rem 1.2rem 1.85rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tdl-marquee__track {
		animation: none;
	}

	.tdl-chips li,
	.tdl-pillar,
	.tdl-mod {
		transition: none;
		transform: none;
	}

	.tdl-dock__demo-shine::before,
	.tdl-demo__shine::before {
		animation: none;
	}
}

/* ---------- MOBILE STORE + DEMO DOCK ---------- */
.tdl-dock {
	display: none;
}

@media (max-width: 991px) {
	.tdl-page.has-tdl-dock {
		--tdl-dock-h: 152px;
	}

	.tdl-page.tdl-dock-on {
		padding-bottom: calc(var(--tdl-dock-h) + env(safe-area-inset-bottom, 0px));
	}

	.tdl-page.tdl-dock-on a.scrollup.text-center {
		bottom: calc(var(--tdl-dock-h) + 12px);
	}

	.tdl-page.tdl-dock-on .tdl-scrollcue {
		bottom: calc(var(--tdl-dock-h) + 0.85rem);
	}

	.tdl-dock {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: max(10px, env(safe-area-inset-bottom, 0px));
		z-index: 990;
		padding: 0.55rem 0.55rem 0.6rem;
		border-radius: 26px;
		background: rgba(255, 255, 255, 0.82);
		border: 1px solid rgba(255, 255, 255, 0.95);
		box-shadow:
			0 18px 50px rgba(15, 23, 42, 0.18),
			0 0 0 1px rgba(220, 20, 60, 0.06),
			inset 0 1px 0 rgba(255, 255, 255, 1);
		backdrop-filter: blur(22px) saturate(1.35);
		-webkit-backdrop-filter: blur(22px) saturate(1.35);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(calc(100% + 18px));
		transition:
			opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0.42s;
	}

	.tdl-dock.is-on {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.tdl-dock__stores {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
	}

	.tdl-dock__store {
		display: flex;
		align-items: center;
		gap: 0.55rem;
		min-width: 0;
		padding: 0.55rem 0.7rem;
		border-radius: 16px;
		text-decoration: none !important;
		color: #fff !important;
		background: linear-gradient(145deg, #1a1020 0%, #0f172a 48%, #1e293b 100%);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
		transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
		-webkit-tap-highlight-color: transparent;
	}

	.tdl-dock__store.is-primary {
		background: linear-gradient(135deg, #c41236 0%, #dc143c 42%, #ff2a55 100%);
		box-shadow: 0 10px 22px rgba(220, 20, 60, 0.32);
		border-color: rgba(255, 255, 255, 0.16);
	}

	.tdl-dock__store:active {
		transform: scale(0.97);
		filter: brightness(1.06);
	}

	.tdl-dock__ico {
		flex-shrink: 0;
		width: 28px;
		height: 28px;
		display: grid;
		place-items: center;
	}

	.tdl-dock__ico svg {
		width: 18px;
		height: 18px;
	}

	.tdl-dock__txt {
		display: flex;
		flex-direction: column;
		min-width: 0;
		line-height: 1.1;
		text-align: left;
	}

	.tdl-dock__txt small {
		font-size: 0.58rem;
		font-weight: 650;
		opacity: 0.78;
		letter-spacing: 0.01em;
	}

	.tdl-dock__txt strong {
		font-family: "Plus Jakarta Sans", system-ui, sans-serif;
		font-size: 0.86rem;
		font-weight: 800;
		letter-spacing: -0.02em;
		color: #fff;
		-webkit-text-fill-color: #fff;
		background: none;
	}

	.tdl-dock__demo {
		position: relative;
		overflow: hidden;
		isolation: isolate;
		display: flex;
		align-items: center;
		gap: 0.7rem;
		padding: 0.62rem 0.75rem 0.62rem 0.62rem;
		border-radius: 16px;
		text-decoration: none !important;
		color: #fff !important;
		background: linear-gradient(135deg, #c41236 0%, #dc143c 48%, #ff2a55 100%);
		box-shadow: 0 12px 26px rgba(220, 20, 60, 0.32);
		border: 1px solid rgba(255, 255, 255, 0.16);
		transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
		-webkit-tap-highlight-color: transparent;
		animation: tdlDockGlow 2.6s ease-in-out infinite;
	}

	@keyframes tdlDockGlow {
		0%, 100% { box-shadow: 0 12px 26px rgba(220, 20, 60, 0.32); }
		50% { box-shadow: 0 14px 34px rgba(220, 20, 60, 0.5); }
	}

	.tdl-dock__demo-shine {
		position: absolute;
		inset: 0;
		pointer-events: none;
		z-index: 0;
	}

	.tdl-dock__demo-shine::before {
		content: "";
		position: absolute;
		top: 0;
		left: -45%;
		width: 38%;
		height: 100%;
		background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.42), transparent);
		transform: skewX(-18deg);
		animation: tdlShine 2.8s ease-in-out infinite;
	}

	.tdl-dock__demo-ico,
	.tdl-dock__demo-txt,
	.tdl-dock__demo-go {
		position: relative;
		z-index: 1;
	}

	.tdl-dock__demo-ico {
		width: 36px;
		height: 36px;
		border-radius: 12px;
		display: grid;
		place-items: center;
		flex-shrink: 0;
		background: rgba(255, 255, 255, 0.18);
		font-size: 0.92rem;
	}

	.tdl-dock__demo-txt {
		display: flex;
		flex-direction: column;
		gap: 0.06rem;
		min-width: 0;
		text-align: left;
	}

	.tdl-dock__demo-txt strong {
		font-family: "Plus Jakarta Sans", system-ui, sans-serif;
		font-size: 0.95rem;
		font-weight: 800;
		letter-spacing: -0.025em;
		color: #fff;
		-webkit-text-fill-color: #fff;
		background: none;
		line-height: 1.15;
	}

	.tdl-dock__demo-txt small {
		font-size: 0.68rem;
		font-weight: 600;
		opacity: 0.82;
	}

	.tdl-dock__demo-go {
		margin-left: auto;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		display: grid;
		place-items: center;
		background: rgba(255, 255, 255, 0.18);
		font-size: 0.9rem;
		transition: transform 0.22s ease, background 0.22s ease;
	}

	.tdl-dock__demo:hover,
	.tdl-dock__demo:focus-visible {
		transform: translateY(-2px);
		color: #fff !important;
		box-shadow: 0 16px 32px rgba(220, 20, 60, 0.45);
		animation: none;
	}

	.tdl-dock__demo:hover .tdl-dock__demo-go,
	.tdl-dock__demo:focus-visible .tdl-dock__demo-go {
		transform: translateX(3px);
		background: rgba(255, 255, 255, 0.28);
	}

	.tdl-dock__demo:active {
		transform: translateY(0) scale(0.985);
	}
}

@media (max-width: 380px) {
	.tdl-page.has-tdl-dock {
		--tdl-dock-h: 144px;
	}

	.tdl-dock__txt small {
		display: none;
	}

	.tdl-dock__demo-txt small {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tdl-dock,
	.tdl-dock__demo {
		animation: none !important;
		transition: none !important;
	}
}

/* Ads sayfası — mobilde cam blur (GPU) kalksın, görünüm aynı kalsın */
@media (max-width: 991px) {
	.tdl-page .tdl-free,
	.tdl-page .tdl-proof--stage,
	.tdl-page .tdl-chips li,
	.tdl-page .tdl-pillar,
	.tdl-page .tdl-mod,
	.tdl-page .tdl-dock {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}
