.tg-landing * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.tg-landing {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: #0a0e1a;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	line-height: 1.6;
}

.tg-landing a {
	text-decoration: none;
	color: inherit;
}

.tg-landing img {
	max-width: 100%;
}

.tg-landing section {
	position: relative;
}

.tg-section-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #4dc8ff;
	border: 1px solid rgba(77,200,255,0.2);
	border-radius: 100px;
	padding: 10px 24px;
	background: rgba(77,200,255,0.04);
	margin-bottom: 28px;
}

.tg-section-title {
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1.15;
	margin-bottom: 20px;
	color: #ffffff;
}

.tg-section-title .accent {
	color: #4dc8ff;
}

.tg-section-sub {
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 300;
	line-height: 1.7;
	color: #a0a8c0;
	max-width: 680px;
}

.tg-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.tg-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .4s ease;
	background: transparent;
}

.tg-nav.scrolled {
	background: rgba(10,14,26,0.92);
	border-bottom: 1px solid rgba(77,200,255,0.08);
	padding: 14px 40px;
}

.tg-nav-logo {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
}

.tg-nav-logo .accent {
	color: #4dc8ff;
}

.tg-nav-links {
	display: flex;
	align-items: center;
	gap: 36px;
}

.tg-nav-links a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #a0a8c0;
	transition: color .3s ease;
}

.tg-nav-links a:hover {
	color: #4dc8ff;
}

.tg-nav-cta {
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
	padding: 10px 22px;
	border: 1px solid rgba(77,200,255,0.3);
	border-radius: 6px;
	color: #4dc8ff !important;
	transition: all .3s ease;
}

.tg-nav-cta:hover {
	background: rgba(77,200,255,0.08);
	border-color: rgba(77,200,255,0.5);
}

.tg-hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 4px;
	background: none;
	border: none;
}

.tg-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #4dc8ff;
	border-radius: 2px;
	transition: all .3s ease;
}

.tg-mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10,14,26,0.97);
	z-index: 999;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.tg-mobile-menu.open {
	display: flex;
}

.tg-mobile-menu a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #a0a8c0;
	transition: color .3s ease;
}

.tg-mobile-menu a:hover {
	color: #4dc8ff;
}

.tg-mobile-close {
	position: absolute;
	top: 24px;
	right: 28px;
	font-size: 28px;
	color: #4dc8ff;
	cursor: pointer;
	background: none;
	border: none;
}

.tg-hero {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 24px 100px;
	overflow: hidden;
}

.tg-hero::before {
	content: '';
	position: absolute;
	background-image: linear-gradient(rgba(77,200,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(77,200,255,0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	pointer-events: none;
	z-index: 0;
}

.tg-glow-1 {
	position: absolute;
	top: 8%;
	left: 18%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(42,127,255,0.22), transparent 70%);
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
	z-index: 0;
	animation: tg-drift1 12s ease-in-out infinite alternate;
}

.tg-glow-2 {
	position: absolute;
	bottom: 5%;
	right: 12%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(77,200,255,0.1), transparent 70%);
	border-radius: 50%;
	filter: blur(100px);
	pointer-events: none;
	z-index: 0;
	animation: tg-drift2 14s ease-in-out infinite alternate;
}

.tg-glow-3 {
	position: absolute;
	top: 40%;
	left: 55%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(100,80,255,0.08), transparent 70%);
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
	animation: tg-drift3 10s ease-in-out infinite alternate;
}

@keyframes tg-drift1 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(40px, 30px);
	}
}

@keyframes tg-drift2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(-30px, -20px);
	}
}

@keyframes tg-drift3 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(20px, -25px);
	}
}

.tg-scanlines {
	position: absolute;
	background: repeating-linear-gradient(0deg,
    transparent,
    transparent 3px,
    rgba(77,200,255,0.008) 3px,
    rgba(77,200,255,0.008) 4px);
	pointer-events: none;
	z-index: 0;
}

.tg-vignette {
	position: absolute;
	background: linear-gradient(180deg,
    rgba(10,14,26,0.6) 0%,
    transparent 20%,
    transparent 80%,
    rgba(10,14,26,0.8) 100%);
	pointer-events: none;
	z-index: 0;
}

.tg-hero-content {
	position: relative;
	z-index: 1;
	max-width: 920px;
	text-align: center;
}

.tg-wordmark {
	font-size: clamp(60px, 10vw, 96px);
	font-weight: 900;
	letter-spacing: -4px;
	line-height: 1;
	margin-bottom: 12px;
	display: inline-flex;
	align-items: flex-start;
}

.tg-wordmark .accent {
	color: #4dc8ff;
}

.tg-wordmark .base {
	color: #ffffff;
}

.tg-wordmark .tm {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: rgba(77,200,255,0.55);
	letter-spacing: 1px;
	margin-left: 6px;
	position: relative;
	top: 4px;
	line-height: 1;
}

.tg-tagline {
	display: block;
	font-size: clamp(22px, 3.5vw, 32px);
	font-weight: 300;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #4dc8ff;
	opacity: .55;
	margin-bottom: 28px;
}

.tg-hero-bar {
	width: 80px;
	height: 2px;
	margin: 0 auto 32px;
	background: linear-gradient(90deg, transparent, rgba(77,200,255,0.4), transparent);
}

.tg-hero-pill {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #4dc8ff;
	border: 1px solid rgba(77,200,255,0.2);
	border-radius: 100px;
	padding: 10px 24px;
	background: rgba(77,200,255,0.04);
	margin-bottom: 36px;
}

.tg-hero-sub {
	font-size: clamp(17px, 2.4vw, 22px);
	font-weight: 300;
	line-height: 1.65;
	color: #a0a8c0;
	max-width: 720px;
	margin: 0 auto 56px;
}

.tg-hero-sub strong {
	color: #d0d4e0;
	font-weight: 500;
}

.tg-btn-row {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.tg-btn-primary {
	display: inline-block;
	padding: 18px 38px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(135deg, #4dc8ff 0%, #2a7fff 100%);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s ease;
}

.tg-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(77,200,255,0.3);
	color: #fff;
}

.tg-btn-outline {
	display: inline-block;
	padding: 18px 38px;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #4dc8ff;
	background: transparent;
	border: 1px solid rgba(77,200,255,0.3);
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s ease;
}

.tg-btn-outline:hover {
	background: rgba(77,200,255,0.06);
	border-color: rgba(77,200,255,0.5);
	transform: translateY(-2px);
	color: #4dc8ff;
}

.tg-hero-line {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(77,200,255,0.12), transparent);
	z-index: 1;
}

.tg-corner {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: .12;
}

.tg-corner-tl {
	top: 40px;
	left: 40px;
	border-top: 1px solid #4dc8ff;
	border-left: 1px solid #4dc8ff;
}

.tg-corner-tr {
	top: 40px;
	right: 40px;
	border-top: 1px solid #4dc8ff;
	border-right: 1px solid #4dc8ff;
}

.tg-corner-bl {
	bottom: 40px;
	left: 40px;
	border-bottom: 1px solid #4dc8ff;
	border-left: 1px solid #4dc8ff;
}

.tg-corner-br {
	bottom: 40px;
	right: 40px;
	border-bottom: 1px solid #4dc8ff;
	border-right: 1px solid #4dc8ff;
}

.tg-particle {
	position: absolute;
	width: 3px;
	height: 3px;
	background: rgba(77,200,255,0.25);
	border-radius: 50%;
	z-index: 0;
	animation: tg-float 8s ease-in-out infinite;
}

.tg-particle:nth-child(1) {
	top: 15%;
	left: 10%;
	animation-delay: 0;
	animation-duration: 10s;
}

.tg-particle:nth-child(2) {
	top: 25%;
	right: 15%;
	animation-delay: 2s;
	animation-duration: 8s;
	width: 2px;
	height: 2px;
}

.tg-particle:nth-child(3) {
	bottom: 20%;
	left: 20%;
	animation-delay: 4s;
	animation-duration: 12s;
}

.tg-particle:nth-child(4) {
	top: 60%;
	right: 25%;
	animation-delay: 1s;
	animation-duration: 9s;
	width: 2px;
	height: 2px;
}

.tg-particle:nth-child(5) {
	bottom: 30%;
	right: 8%;
	animation-delay: 3s;
	animation-duration: 11s;
}

.tg-particle:nth-child(6) {
	top: 35%;
	left: 30%;
	animation-delay: 5s;
	animation-duration: 7s;
	width: 2px;
	height: 2px;
}

@keyframes tg-float {
	0%, 100% {
		transform: translateY(0) translateX(0);
		opacity: .25;
	}
	
	25% {
		transform: translateY(-15px) translateX(8px);
		opacity: .5;
	}
	
	50% {
		transform: translateY(-5px) translateX(-5px);
		opacity: .2;
	}
	
	75% {
		transform: translateY(-20px) translateX(3px);
		opacity: .45;
	}
}

.tg-node-graph {
	position: absolute;
	z-index: 0;
	opacity: .06;
}

.tg-node-graph.left {
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

.tg-node-graph.right {
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}

.tg-node-graph circle {
	fill: #4dc8ff;
}

.tg-node-graph line {
	stroke: #4dc8ff;
}

.tg-problem {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
}

.tg-problem::before {
	content: '';
	position: absolute;
	background-image: linear-gradient(rgba(77,200,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(77,200,255,0.02) 1px, transparent 1px);
	background-size: 60px 60px;
	pointer-events: none;
}

.tg-problem-inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.tg-problem-quote {
	font-size: clamp(22px, 3.5vw, 36px);
	font-weight: 300;
	line-height: 1.5;
	color: #c8cce0;
	margin-bottom: 32px;
	font-style: italic;
	position: relative;
	padding: 0 20px;
}

.tg-problem-quote::before {
	content: '\201C';
	position: absolute;
	top: -20px;
	left: -10px;
	font-size: 80px;
	color: rgba(77,200,255,0.15);
	font-style: normal;
	line-height: 1;
}

.tg-problem-quote em {
	color: #4dc8ff;
	font-style: italic;
}

.tg-problem-source {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(77,200,255,0.5);
	margin-bottom: 60px;
}

.tg-problem-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 40px;
}

.tg-problem-card {
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(77,200,255,0.08);
	border-radius: 12px;
	padding: 36px 28px;
	text-align: left;
	transition: all .4s ease;
}

.tg-problem-card:hover {
	border-color: rgba(77,200,255,0.2);
	background: rgba(77,200,255,0.03);
	transform: translateY(-4px);
}

.tg-problem-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: rgba(77,200,255,0.06);
	border: 1px solid rgba(77,200,255,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.tg-problem-card h4 {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: -.3px;
}

.tg-problem-card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #8890a8;
}

.tg-diagram-svg {
	width: 85%;
	height: 85%;
}

.tg-how {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
}

.tg-how::before {
	content: '';
	position: absolute;
	background-image: linear-gradient(rgba(77,200,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(77,200,255,0.02) 1px, transparent 1px);
	background-size: 60px 60px;
	pointer-events: none;
}

.tg-how-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
}

.tg-how-header {
	text-align: center;
	margin-bottom: 80px;
}

.tg-how-header .tg-section-sub {
	margin: 0 auto;
}

.tg-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	position: relative;
}

.tg-steps::before {
	content: '';
	position: absolute;
	top: 48px;
	left: 12%;
	right: 12%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(77,200,255,0.15), rgba(77,200,255,0.15), transparent);
	z-index: 0;
}

.tg-step {
	text-align: center;
	position: relative;
	z-index: 1;
}

.tg-step-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(10,14,26,1);
	border: 2px solid rgba(77,200,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 18px;
	font-weight: 800;
	color: #4dc8ff;
	transition: all .4s ease;
}

.tg-step:hover .tg-step-num {
	background: rgba(77,200,255,0.1);
	border-color: rgba(77,200,255,0.5);
	box-shadow: 0 0 24px rgba(77,200,255,0.15);
}

.tg-step h4 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: -.2px;
}

.tg-step p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #8890a8;
	padding: 0 8px;
}

.tg-taxonomy {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(10,14,26,1) 0%, rgba(12,16,30,1) 50%, rgba(10,14,26,1) 100%);
}

.tg-taxonomy-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
}

.tg-taxonomy-header {
	text-align: center;
	margin-bottom: 72px;
}

.tg-taxonomy-header .tg-section-sub {
	margin: 0 auto;
}

.tg-taxonomy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.tg-tax-card {
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(77,200,255,0.08);
	border-radius: 14px;
	padding: 40px 28px 36px;
	text-align: left;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
}

.tg-tax-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #4dc8ff, #2a7fff);
	opacity: 0;
	transition: opacity .4s ease;
}

.tg-tax-card:hover {
	border-color: rgba(77,200,255,0.2);
	background: rgba(77,200,255,0.03);
	transform: translateY(-6px);
}

.tg-tax-card:hover::before {
	opacity: 1;
}

.tg-tax-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: rgba(77,200,255,0.06);
	border: 1px solid rgba(77,200,255,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	font-size: 22px;
}

.tg-tax-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: -.3px;
}

.tg-tax-card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #8890a8;
	margin-bottom: 16px;
}

.tg-tax-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(77,200,255,0.6);
	background: rgba(77,200,255,0.06);
	padding: 5px 12px;
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.tg-diff {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
}

.tg-diff-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
}

.tg-diff-header {
	text-align: center;
	margin-bottom: 72px;
}

.tg-diff-header .tg-section-sub {
	margin: 0 auto;
}

.tg-diff-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.tg-diff-card {
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(77,200,255,0.08);
	border-radius: 14px;
	padding: 40px 36px;
	display: flex;
	gap: 24px;
	align-items: flex-start;
	transition: all .4s ease;
}

.tg-diff-card:hover {
	border-color: rgba(77,200,255,0.2);
	background: rgba(77,200,255,0.03);
	transform: translateY(-4px);
}

.tg-diff-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: 12px;
	background: rgba(77,200,255,0.06);
	border: 1px solid rgba(77,200,255,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.tg-diff-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
	letter-spacing: -.3px;
}

.tg-diff-card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #8890a8;
}

.tg-metrics {
	padding: 100px 24px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(10,14,26,1) 0%, rgba(14,20,36,1) 50%, rgba(10,14,26,1) 100%);
}

.tg-metrics-inner {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto;
}

.tg-metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	text-align: center;
}

.tg-metric {
	padding: 32px 16px;
}

.tg-metric-num {
	font-size: clamp(36px, 5vw, 52px);
	font-weight: 900;
	letter-spacing: -2px;
	background: linear-gradient(135deg, #4dc8ff, #2a7fff);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 8px;
	line-height: 1.1;
}

.tg-metric-label {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6b7394;
}

.tg-use {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
}

.tg-use-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
}

.tg-use-header {
	text-align: center;
	margin-bottom: 72px;
}

.tg-use-header .tg-section-sub {
	margin: 0 auto;
}

.tg-use-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.tg-use-card {
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(77,200,255,0.08);
	border-radius: 14px;
	padding: 40px 32px;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
}

.tg-use-card:hover {
	border-color: rgba(77,200,255,0.2);
	background: rgba(77,200,255,0.03);
	transform: translateY(-4px);
}

.tg-use-card h4 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
	letter-spacing: -.3px;
}

.tg-use-card h4 .accent {
	color: #4dc8ff;
}

.tg-use-card p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #8890a8;
	margin-bottom: 20px;
}

.tg-use-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.tg-use-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(77,200,255,0.5);
	background: rgba(77,200,255,0.04);
	border: 1px solid rgba(77,200,255,0.1);
	padding: 5px 12px;
	border-radius: 4px;
}

.tg-cta {
	padding: 120px 24px;
	position: relative;
	overflow: hidden;
}

.tg-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.tg-cta-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(42,127,255,0.12), transparent 70%);
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
}

.tg-cta-title {
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #fff;
}

.tg-cta-title .accent {
	color: #4dc8ff;
}

.tg-cta-sub {
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 300;
	line-height: 1.7;
	color: #a0a8c0;
	max-width: 600px;
	margin: 0 auto 48px;
}

.tg-footer {
	padding: 60px 24px 40px;
	border-top: 1px solid rgba(77,200,255,0.06);
	position: relative;
}

.tg-footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

.tg-footer-logo {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1px;
}

.tg-footer-logo .accent {
	color: #4dc8ff;
}

.tg-footer-links {
	display: flex;
	gap: 28px;
}

.tg-footer-links a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6b7394;
	transition: color .3s ease;
}

.tg-footer-links a:hover {
	color: #4dc8ff;
}

.tg-footer-copy {
	width: 100%;
	text-align: center;
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.04);
	font-size: 12px;
	color: #3d4460;
	letter-spacing: .5px;
}

.tg-divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(77,200,255,0.1), transparent);
}

.tg-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .8s ease, transform .8s ease;
}

.tg-reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 900px) {
	.tg-problem-grid,
	  .tg-taxonomy-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.tg-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	
	.tg-steps::before {
		display: none;
	}
	
	.tg-solution-cols {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.tg-solution-visual {
		padding-bottom: 80%;
		max-width: 480px;
		margin: 0 auto;
	}
	
	.tg-metrics-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.tg-diff-grid {
		grid-template-columns: 1fr;
	}
	
	.tg-use-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.tg-nav-links {
		display: none;
	}
	
	.tg-hamburger {
		display: flex;
	}
	
	.tg-problem-grid,
	  .tg-taxonomy-grid {
		grid-template-columns: 1fr;
	}
	
	.tg-steps {
		grid-template-columns: 1fr;
	}
	
	.tg-metrics-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.tg-corner {
		display: none;
	}
	
	.tg-node-graph {
		display: none;
	}
	
	.tg-wordmark {
		letter-spacing: -2px;
	}
	
	.tg-wordmark .tm {
		font-size: 20px;
		top: 2px;
	}
	
	.tg-tagline {
		letter-spacing: 6px;
	}
	
	.tg-btn-row {
		flex-direction: column;
		align-items: center;
	}
	
	.tg-btn-primary, .tg-btn-outline {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
	
	.tg-footer-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.tg-footer-links {
		flex-wrap: wrap;
		justify-content: center;
	}
}
/* ===== CONTRAST BOOST ===== */

/* Body text: #8890a8 → #a8aec2 */
.tg-hero-sub,
.tg-problem-card p,
.tg-solution-text p,
.tg-solution-highlight p,
.tg-section-sub,
.tg-step p,
.tg-tax-card p,
.tg-diff-card p,
.tg-metric-label,
.tg-use-card p,
.tg-cta-sub {
  color: #a8aec2;
}

/* Nav links */
.tg-nav-links a {
  color: #a8aec2;
}

/* Mobile links */
.tg-mobile-link {
  color: #a8aec2;
}

/* Muted source text: #5a6178 → #7a8099 */
.tg-problem-source {
  color: #7a8099;
}

/* Footer links: #5a6178 → #7a8099 */
.tg-footer-links a {
  color: #7a8099;
}

/* Footer copyright: #3a3f52 → #5e6580 */
.tg-footer-copy {
  color: #5e6580;
}

/* Diagram satellite labels */
.tg-diagram-svg text[fill="#8890a8"] {
  fill: #a8aec2;
}

/* Tax tags and use tags — subtle boost */
.tg-tax-tag,
.tg-use-tag {
  color: rgba(77, 200, 255, 0.85);
  border-color: rgba(77, 200, 255, 0.18);
}
/* ═══ CONTRAST FIX — paste at end of CSS ═══ */

/* Card body text: #8890a8 → #b0b8d0 */
.tg-landing .tg-problem-card p,
.tg-landing .tg-step p,
.tg-landing .tg-tax-card p,
.tg-landing .tg-diff-card p,
.tg-landing .tg-use-card p {
  color: #b0b8d0;
}

/* Section subtitles & hero sub — slight boost */
.tg-landing .tg-section-sub,
.tg-landing .tg-hero-sub,
.tg-landing .tg-cta-sub {
  color: #b8c0d8;
}

/* Solution body text */
.tg-landing .tg-solution-text p {
  color: #b8c0d8;
}

/* Solution highlight */
.tg-landing .tg-solution-highlight p {
  color: #c8d0e4;
}

/* Nav links & mobile menu links */
.tg-landing .tg-nav-links a {
  color: #b8c0d8;
}
.tg-landing .tg-mobile-menu a {
  color: #b8c0d8;
}

/* Problem quote — already decent, small bump */
.tg-landing .tg-problem-quote {
  color: #d4d8e8;
}

/* Problem source: transparent blue → solid readable */
.tg-landing .tg-problem-source {
  color: #5eaad0;
}

/* Metric labels: #6b7394 → #9098b4 */
.tg-landing .tg-metric-label {
  color: #9098b4;
}

/* Taxonomy tags */
.tg-landing .tg-tax-tag {
  color: #6cbee0;
  background: rgba(77, 200, 255, 0.08);
}

/* Use-case tags */
.tg-landing .tg-use-tag {
  color: #6cbee0;
  border-color: rgba(77, 200, 255, 0.18);
  background: rgba(77, 200, 255, 0.08);
}

/* Footer links: #6b7394 → #8e96b4 */
.tg-landing .tg-footer-links a {
  color: #8e96b4;
}

/* Footer copyright: #3d4460 → #6b7394 */
.tg-landing .tg-footer-copy {
  color: #6b7394;
}

/* Hero tagline — bump opacity */
.tg-landing .tg-tagline {
  opacity: 0.72;
}

/* SVG diagram satellite labels */
.tg-landing .tg-diagram-svg text[fill="#8890a8"] {
  fill: #b0b8d0;
}

/* Hero sub bold text */
.tg-landing .tg-hero-sub strong {
  color: #e0e4f0;
}

/* Solution text bold */
.tg-landing .tg-solution-text p strong {
  color: #e0e4f0;
}

/* ═══ END CONTRAST FIX ═══ */