/**
 * TestimonialFlow public landing — dark glass + 3D hero.
 */

/* Type scale aligned with app (rem-based sizes) */
html:has(body.tf-landing-page) {
	font-size: 91%;
}

body.tf-landing-page {
	margin: 0;
	background: #04060c;
	color: #e8f1f4;
	/* Clip horizontal bleed here — not on .tf-landing — so the fixed 3D canvas
	   stays viewport-fixed and visible in the hero (overflow on .tf-landing traps fixed). */
	overflow-x: clip;
}

body.tf-landing-page .site-header,
body.tf-landing-page .site-footer,
body.tf-landing-page header.wp-block-template-part,
body.tf-landing-page footer.wp-block-template-part,
body.tf-landing-page .wp-site-blocks > header,
body.tf-landing-page .wp-site-blocks > footer {
	display: none !important;
}

body.tf-landing-page .site-content,
body.tf-landing-page .entry-content,
body.tf-landing-page .wp-block-post-content,
body.tf-landing-page main,
body.tf-landing-page .wp-block-group,
body.tf-landing-page .is-layout-constrained,
body.tf-landing-page .is-layout-flow {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	overflow: visible !important;
}

body.tf-landing-page .entry-content > *,
body.tf-landing-page .wp-block-post-content > *,
body.tf-landing-page .is-layout-constrained > * {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tf-landing {
	--tfl-bg: #04060c;
	--tfl-text: #e8f1f4;
	--tfl-muted: #9db0be;
	--tfl-muted-2: #8aa0b0;
	--tfl-teal: #2dd4bf;
	--tfl-cyan: #22d3ee;
	--tfl-teal-soft: #5eead4;
	--tfl-ink: #04222b;
	--tfl-glass: linear-gradient(180deg, rgba(12, 20, 27, 0.44), rgba(8, 13, 19, 0.28));
	--tfl-border: rgba(255, 255, 255, 0.09);
	--tfl-font: "Sora", system-ui, sans-serif;
	--tfl-display: "Space Grotesk", system-ui, sans-serif;
	--tfl-container: 1180px;
	--tfl-gutter: clamp(1.1rem, 3.5vw, 2rem);

	position: relative;
	z-index: 0;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	overflow-x: visible;
	color: var(--tfl-text);
	font-family: var(--tfl-font);
	font-size: 1rem;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	background:
		radial-gradient(120% 80% at 78% -10%, rgba(20, 184, 166, 0.09), transparent 55%),
		radial-gradient(90% 70% at 4% 8%, rgba(6, 182, 212, 0.07), transparent 52%),
		var(--tfl-bg);
}

.tf-landing *,
.tf-landing *::before,
.tf-landing *::after {
	box-sizing: border-box;
}

.tf-landing a {
	color: var(--tfl-teal-soft);
	text-decoration: none;
}

.tf-landing a:hover {
	color: #99f6e4;
}

.tf-landing ::selection {
	background: rgba(45, 212, 191, 0.3);
	color: #eafffb;
}

@keyframes tfl-pulse {
	0%,
	100% {
		opacity: 0.55;
	}
	50% {
		opacity: 1;
	}
}

@keyframes tfl-sheen {
	0% {
		transform: translateX(-120%);
	}
	60%,
	100% {
		transform: translateX(220%);
	}
}

.tf-landing__skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 0.75rem 1rem;
	background: #fff;
	color: #000;
}

.tf-landing__skip:focus {
	left: 1rem;
	top: 1rem;
}

.tf-landing__canvas {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	z-index: 0;
	display: block;
	pointer-events: none;
	visibility: visible;
	opacity: 1;
}

.tf-landing__veil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	z-index: 0;
	pointer-events: none;
	visibility: visible;
	background: linear-gradient(
		180deg,
		rgba(4, 6, 12, 0.22),
		rgba(4, 6, 12, 0.4) 42%,
		rgba(4, 6, 12, 0.36) 72%,
		rgba(4, 6, 12, 0.56)
	);
}

.tf-landing__container {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tfl-container);
	margin-inline: auto;
	padding-inline: var(--tfl-gutter);
}

.tf-landing__header {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background: rgba(4, 6, 12, 0.62);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.tf-landing__nav {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.tf-landing__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #f2fbfa !important;
}

.tf-landing__brand:hover {
	color: #fff !important;
}

.tf-landing__brand-mark {
	width: 34px;
	height: 34px;
	border-radius: 11px;
	display: inline-grid;
	place-items: center;
	background: linear-gradient(145deg, #2dd4bf, #0891b2);
	box-shadow:
		0 8px 26px rgba(45, 212, 191, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
	color: var(--tfl-ink);
}

.tf-landing__brand-mark--sm {
	width: 28px;
	height: 28px;
	border-radius: 9px;
	box-shadow: none;
}

.tf-landing__brand-mark--sm svg {
	width: 15px;
	height: 15px;
}

.tf-landing__brand-text {
	font-family: var(--tfl-display);
	font-size: 1.12rem;
}

.tf-landing__nav-links {
	display: flex;
	gap: 1.6rem;
	font-size: 0.92rem;
}

.tf-landing__nav-links a {
	color: #a9bccb;
}

.tf-landing__nav-links a:hover {
	color: #e8f1f4;
}

.tf-landing__nav-actions {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.tf-landing__link-signin {
	font-size: 0.9rem;
	font-weight: 600;
	color: #c7d6e2 !important;
	padding: 0.5rem 0.3rem;
}

.tf-landing__main {
	position: relative;
	z-index: 1;
}

.tf-landing__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 14px;
	border: 0;
	cursor: pointer;
	transition:
		transform 0.18s ease,
		box-shadow 0.25s ease,
		background 0.2s ease,
		color 0.2s ease;
}

.tf-landing__btn:hover {
	transform: translateY(-1px);
}

.tf-landing__btn--primary {
	color: var(--tfl-ink) !important;
	padding: 0.95rem 1.55rem;
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
	box-shadow:
		0 16px 40px rgba(13, 148, 136, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.tf-landing__btn--sm {
	font-size: 0.9rem;
	padding: 0.62rem 1.15rem;
	border-radius: 12px;
	box-shadow:
		0 10px 28px rgba(13, 148, 136, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tf-landing__btn--ghost {
	color: #dbe7ef !important;
	padding: 0.95rem 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(6px);
	font-weight: 600;
}

.tf-landing__btn--ghost:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08);
}

.tf-landing__btn--light {
	color: var(--tfl-ink) !important;
	padding: 1.05rem 1.8rem;
	border-radius: 15px;
	font-size: 1.05rem;
	background: linear-gradient(140deg, #ffffff, #d8fff7);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.tf-landing__btn--sheen {
	position: relative;
	overflow: hidden;
}

.tf-landing__btn--sheen::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	animation: tfl-sheen 5s ease-in-out infinite;
	pointer-events: none;
}

.tf-landing__hero {
	position: relative;
	z-index: 1;
	min-height: clamp(640px, 94vh, 940px);
	display: flex;
	align-items: center;
	overflow: visible;
}

.tf-landing__hero-shade {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(78% 62% at 16% 52%, rgba(4, 6, 12, 0.6), transparent 74%);
}

.tf-landing__hero-inner {
	position: relative;
	z-index: 2;
}

.tf-landing__hero-copy {
	max-width: 640px;
}

.tf-landing__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7dd3c8;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(45, 212, 191, 0.3);
	border-radius: 999px;
	background: rgba(45, 212, 191, 0.07);
}

.tf-landing__pill-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--tfl-teal);
	box-shadow: 0 0 12px var(--tfl-teal);
	animation: tfl-pulse 2.4s ease-in-out infinite;
}

.tf-landing__hero h1 {
	font-family: var(--tfl-display);
	font-weight: 700;
	font-size: clamp(2.7rem, 6.4vw, 5rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	margin: 1.4rem 0 0;
	color: #f2fbfa;
}

.tf-landing__gradient-text {
	background: linear-gradient(120deg, #5eead4 10%, #22d3ee 60%, #38bdf8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.tf-landing__hero-lead {
	font-size: clamp(1.05rem, 1.7vw, 1.28rem);
	color: #aebfcd;
	margin: 1.5rem 0 0;
	max-width: 520px;
	text-wrap: pretty;
}

.tf-landing__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2.1rem;
}

.tf-landing__hero-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 1.9rem;
	margin-top: 2.4rem;
	color: var(--tfl-muted-2);
	font-size: 0.88rem;
}

.tf-landing__hero-checks span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.tf-landing__hero-hint {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.4rem;
	z-index: 2;
	margin: 0;
	text-align: center;
	color: #4f6473;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.tf-landing__section,
.tf-landing__hero,
.tf-landing__footer {
	width: 100%;
}

.tf-landing__section {
	position: relative;
	z-index: 1;
	padding: clamp(4rem, 8vw, 6.5rem) 0;
}

#features {
	padding-top: clamp(4.5rem, 9vw, 7.5rem);
	padding-bottom: clamp(4.5rem, 9vw, 7.5rem);
}

.tf-landing__section-heading {
	max-width: 640px;
	margin-bottom: 3rem;
}

.tf-landing__section-heading h2 {
	font-family: var(--tfl-display);
	font-size: clamp(1.9rem, 3.8vw, 2.9rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	margin: 0;
	color: #f2fbfa;
}

.tf-landing__section-heading > p:not(.tf-landing__eyebrow) {
	color: var(--tfl-muted);
	margin: 1rem 0 0;
	font-size: 1.05rem;
}

.tf-landing__eyebrow {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--tfl-teal-soft);
	margin: 0 0 0.9rem;
}

.tf-landing__eyebrow--light {
	color: #a7f3e6;
}

.tf-landing__glass-card {
	position: relative;
	padding: 1.7rem 1.6rem 1.9rem;
	border-radius: 22px;
	border: 1px solid var(--tfl-border);
	background: var(--tfl-glass);
	backdrop-filter: blur(11px) saturate(1.25);
	-webkit-backdrop-filter: blur(11px) saturate(1.25);
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
	transform-style: preserve-3d;
	transition:
		transform 0.18s ease,
		box-shadow 0.3s ease;
}

.tf-landing__feature-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 22px;
	background: radial-gradient(120% 90% at 50% -10%, rgba(45, 212, 191, 0.14), transparent 60%);
	pointer-events: none;
}

.tf-landing__feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.3rem;
}

.tf-landing__feature-card h3 {
	position: relative;
	font-family: var(--tfl-display);
	font-size: 1.28rem;
	letter-spacing: -0.01em;
	margin: 0 0 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #f2fbfa;
}

.tf-landing__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
	box-shadow: 0 0 14px rgba(45, 212, 191, 0.8);
}

.tf-landing__feature-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
}

.tf-landing__feature-card li {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

.tf-landing__icon-box {
	flex: none;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	color: var(--tfl-teal-soft);
	background: rgba(45, 212, 191, 0.1);
	border: 1px solid rgba(45, 212, 191, 0.22);
}

.tf-landing__icon-box svg {
	width: 19px;
	height: 19px;
}

.tf-landing__icon-box--lg {
	width: 50px;
	height: 50px;
	border-radius: 14px;
}

.tf-landing__icon-box--lg svg {
	width: 24px;
	height: 24px;
}

.tf-landing__feature-card strong {
	display: block;
	font-weight: 600;
	font-size: 0.98rem;
	color: #eef6f8;
}

.tf-landing__plan-badge {
	display: inline-block;
	margin-left: 0.45rem;
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
	vertical-align: middle;
	font-family: var(--tfl-sans, inherit);
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #99f6e4;
	background: rgba(45, 212, 191, 0.12);
	border: 1px solid rgba(45, 212, 191, 0.28);
	white-space: nowrap;
}

.tf-landing__showcard-meta h3 .tf-landing__plan-badge {
	margin-left: 0.4rem;
}

.tf-landing__feature-card li > div > span:not(.tf-landing__plan-badge) {
	display: block;
	color: #93a7b6;
	font-size: 0.87rem;
	line-height: 1.5;
}

.tf-landing__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.3rem;
}

.tf-landing__step {
	padding: 2rem 1.7rem;
	overflow: hidden;
}

.tf-landing__step-watermark {
	position: absolute;
	top: -14px;
	right: 6px;
	font-family: var(--tfl-display);
	font-weight: 700;
	font-size: 5.2rem;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.4px rgba(94, 234, 212, 0.22);
}

.tf-landing__step-icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	color: var(--tfl-ink);
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
	box-shadow: 0 12px 30px rgba(13, 148, 136, 0.45);
}

.tf-landing__step-icon svg {
	width: 24px;
	height: 24px;
}

.tf-landing__step h3 {
	position: relative;
	font-family: var(--tfl-display);
	font-size: 1.24rem;
	margin: 1.3rem 0 0.5rem;
	letter-spacing: -0.01em;
	color: #f2fbfa;
}

.tf-landing__step p {
	position: relative;
	color: #98abba;
	margin: 0;
	font-size: 0.96rem;
}

.tf-landing__section--showcase {
	overflow: hidden;
}

.tf-landing__showcase-head {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}

.tf-landing__showcase-head .tf-landing__section-heading {
	margin-bottom: 0;
}

.tf-landing__strip-controls {
	display: flex;
	gap: 0.7rem;
}

.tf-landing__strip-btn {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	cursor: pointer;
	color: #dbe7ef;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	place-items: center;
	padding: 0;
}

.tf-landing__strip-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.tf-landing__strip {
	display: flex;
	gap: 1.3rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tfl-container);
	margin-inline: auto;
	padding: 0.5rem var(--tfl-gutter) 1.4rem;
	cursor: grab;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.tf-landing__strip::-webkit-scrollbar {
	display: none;
}

.tf-landing__strip.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.tf-landing__showcard {
	scroll-snap-align: center;
	flex: none;
	width: min(420px, 82vw);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(12, 20, 27, 0.5), rgba(8, 13, 19, 0.32));
	backdrop-filter: blur(11px) saturate(1.25);
	-webkit-backdrop-filter: blur(11px) saturate(1.25);
	overflow: hidden;
	box-shadow: 0 40px 70px -34px rgba(0, 0, 0, 0.85);
}

.tf-landing__showcard-preview {
	height: 230px;
	padding: 1.3rem;
	background: radial-gradient(120% 90% at 50% 0%, rgba(45, 212, 191, 0.12), transparent 60%);
	display: grid;
}

.tf-landing__showcard-preview--wall {
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	align-content: center;
}

.tf-landing__showcard-preview--wall span {
	height: 58px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 9px;
	position: relative;
}

.tf-landing__showcard-preview--wall span::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
}

.tf-landing__showcard-preview--wall span::after {
	content: "";
	display: block;
	height: 4px;
	width: 80%;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 9px 0 -1px rgba(255, 255, 255, 0.13);
}

.tf-landing__showcard-preview--carousel {
	place-items: center;
}

.tf-landing__carousel-stack {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}

.tf-landing__carousel-side {
	position: absolute;
	width: 70%;
	height: 78%;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	transform: translateX(-38px) scale(0.9);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.tf-landing__carousel-side--right {
	transform: translateX(38px) scale(0.9);
}

.tf-landing__carousel-main {
	position: relative;
	width: 74%;
	border-radius: 16px;
	padding: 18px;
	background: linear-gradient(180deg, rgba(45, 212, 191, 0.14), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(94, 234, 212, 0.35);
}

.tf-landing__carousel-row {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 10px;
}

.tf-landing__avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
	color: var(--tfl-ink);
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 13px;
}

.tf-landing__stars {
	color: var(--tfl-teal-soft);
	font-size: 13px;
}

.tf-landing__carousel-main p {
	margin: 0;
	color: #dceef2;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
}

.tf-landing__showcard-preview--badge {
	place-items: center;
}

.tf-landing__badge-block {
	text-align: center;
	padding: 22px 30px;
	border-radius: 20px;
	background: linear-gradient(160deg, rgba(45, 212, 191, 0.16), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(94, 234, 212, 0.3);
}

.tf-landing__badge-block strong {
	display: block;
	font-family: var(--tfl-display);
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	color: #eafffb;
}

.tf-landing__badge-block span {
	display: block;
	color: var(--tfl-teal-soft);
	font-size: 20px;
	margin: 6px 0;
}

.tf-landing__badge-block small {
	display: block;
	color: var(--tfl-muted);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tf-landing__showcard-preview--media {
	grid-template-columns: 1.5fr 1fr;
	gap: 10px;
	align-content: center;
}

.tf-landing__media-video {
	position: relative;
	border-radius: 14px;
	min-height: 150px;
	background: linear-gradient(160deg, #0b3b3f, #06232b);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	place-items: center;
}

.tf-landing__play {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	display: grid;
	place-items: center;
	backdrop-filter: blur(4px);
}

.tf-landing__play::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #eafffb;
	margin-left: 3px;
}

.tf-landing__media-side {
	display: grid;
	gap: 10px;
}

.tf-landing__media-audio {
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	color: var(--tfl-teal-soft);
	font-size: 12px;
}

.tf-landing__media-audio span {
	color: #cfe0e7;
}

.tf-landing__media-bars {
	flex: 1;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(45, 212, 191, 0.14), transparent);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: flex-end;
	gap: 3px;
	padding: 10px;
	min-height: 70px;
}

.tf-landing__media-bars i {
	flex: 1;
	border-radius: 3px;
	background: rgba(94, 234, 212, 0.6);
	display: block;
}

.tf-landing__media-bars i:nth-child(1) {
	height: 10px;
}
.tf-landing__media-bars i:nth-child(2) {
	height: 20px;
}
.tf-landing__media-bars i:nth-child(3) {
	height: 14px;
}
.tf-landing__media-bars i:nth-child(4) {
	height: 26px;
}
.tf-landing__media-bars i:nth-child(5) {
	height: 18px;
}
.tf-landing__media-bars i:nth-child(6) {
	height: 30px;
}
.tf-landing__media-bars i:nth-child(7) {
	height: 16px;
}
.tf-landing__media-bars i:nth-child(8) {
	height: 22px;
}

.tf-landing__showcard-preview--mixed {
	place-items: center;
}

.tf-landing__quote-card {
	width: 90%;
	border-radius: 18px;
	padding: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tf-landing__quote-mark {
	display: block;
	color: var(--tfl-teal-soft);
	font-size: 30px;
	line-height: 0.8;
	margin-bottom: 6px;
	font-family: var(--tfl-display);
}

.tf-landing__quote-card p {
	margin: 0 0 14px;
	color: #e6f2f5;
	font-size: 15px;
	line-height: 1.5;
}

.tf-landing__quote-card small {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--tfl-muted);
	font-size: 12px;
}

.tf-landing__quote-card small::before {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(140deg, #2dd4bf, #06b6d4);
}

.tf-landing__showcard-meta {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	padding: 1.3rem 1.4rem 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tf-landing__showcard-meta h3 {
	font-family: var(--tfl-display);
	font-size: 1.15rem;
	margin: 0 0 0.25rem;
	color: #f2fbfa;
}

.tf-landing__showcard-meta p {
	color: #98abba;
	margin: 0;
	font-size: 0.9rem;
}

.tf-landing__use-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.3rem;
}

.tf-landing__use-card {
	padding: 1.8rem 1.6rem;
}

.tf-landing__use-card h3 {
	font-family: var(--tfl-display);
	font-size: 1.2rem;
	margin: 1.2rem 0 0.45rem;
	color: #f2fbfa;
}

.tf-landing__use-card p {
	color: #98abba;
	margin: 0;
	font-size: 0.92rem;
}

.tf-landing__cta {
	padding-top: clamp(3rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 9vw, 7rem);
}

.tf-landing__cta-panel {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: clamp(2.4rem, 5vw, 4rem);
	border: 1px solid rgba(45, 212, 191, 0.28);
	background:
		linear-gradient(135deg, rgba(13, 148, 136, 0.35), rgba(8, 145, 178, 0.22)),
		#06131a;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 50px 90px -40px rgba(13, 148, 136, 0.7);
}

.tf-landing__cta-panel::before {
	content: "";
	position: absolute;
	width: 340px;
	height: 340px;
	right: -60px;
	top: -120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(94, 234, 212, 0.4), transparent 68%);
	pointer-events: none;
}

.tf-landing__cta-panel > div {
	position: relative;
	max-width: 560px;
}

.tf-landing__cta-panel h2 {
	font-family: var(--tfl-display);
	font-size: clamp(1.8rem, 3.6vw, 2.7rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	margin: 0;
	color: #f2fbfa;
}

.tf-landing__cta-panel p:not(.tf-landing__eyebrow) {
	color: #cbeee7;
	margin: 1rem 0 0;
	font-size: 1.05rem;
}

.tf-landing__cta-panel .tf-landing__btn {
	position: relative;
	z-index: 1;
}

.tf-landing__footer {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 2.4rem 0;
	background: rgba(4, 6, 12, 0.5);
}

.tf-landing__footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	align-items: center;
	justify-content: space-between;
	color: #7f95a5;
	font-size: 0.88rem;
}

[data-tf-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition:
		opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-tf-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 900px) {
	.tf-landing__nav-links {
		display: none;
	}

	.tf-landing__hero {
		min-height: clamp(560px, 88vh, 760px);
	}

	.tf-landing__hero h1 {
		font-size: clamp(2.2rem, 10vw, 3.4rem);
	}
}

@media (max-width: 640px) {
	.tf-landing__link-signin {
		display: none;
	}

	.tf-landing__hero-hint {
		letter-spacing: 0.12em;
		font-size: 0.65rem;
	}

	.tf-landing__cta-panel {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tf-landing__pill-dot,
	.tf-landing__btn--sheen::after {
		animation: none;
	}

	[data-tf-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
