@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/inter-medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-semibold.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter-bold.woff2') format('woff2');
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	color: #CBD5E1;
	background-color: #0B1120;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #F1F5F9;
	line-height: 1.2;
}

a {
	color: #0D9488;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #0A7A6F;
}

img {
	max-width: 100%;
	height: auto;
}

.tg-section {
	padding: 96px 0;
}

.tg-section-dark {
	background-color: #050B17;
}

.tg-section-base {
	background-color: #0B1120;
}

.tg-section-alt {
	background-color: #111827;
}

.tg-heading-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0D9488;
	background-color: rgba(13, 148, 136, 0.12);
	padding: 4px 12px;
	border-radius: 6px;
	margin-bottom: 16px;
}

.tg-section-title {
	font-size: 36px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.tg-section-subtitle {
	font-size: 16px;
	color: #CBD5E1;
	max-width: 560px;
	margin: 0 auto 48px;
}

.tg-btn-primary {
	display: inline-block;
	background-color: #0D9488;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 12px 28px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none;
}

.tg-btn-primary:hover {
	background-color: #0A7A6F;
	color: #FFFFFF;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.tg-btn-outline {
	display: inline-block;
	background-color: transparent;
	color: #0D9488;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 8px 18px;
	border-radius: 6px;
	border: 1px solid #0D9488;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
	text-decoration: none;
}

.tg-btn-outline:hover {
	background-color: rgba(13, 148, 136, 0.12);
	color: #0D9488;
}

.tg-btn-gradient {
	display: inline-block;
	background: linear-gradient(135deg, #0D9488 0%, #7C3AED 100%);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 12px 28px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
	text-decoration: none;
}

.tg-btn-gradient:hover {
	opacity: 0.9;
	color: #FFFFFF;
}

.tg-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 20px 0;
	background-color: transparent;
	transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.tg-nav.tg-nav-scrolled {
	background-color: rgba(5, 11, 23, 0.97);
	padding: 12px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.tg-nav .navbar-brand {
	font-size: 22px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.01em;
}

.tg-nav .navbar-brand span {
	color: #0D9488;
}

.tg-nav .nav-link {
	font-size: 15px;
	font-weight: 500;
	color: #CBD5E1;
	padding: 8px 14px;
	transition: color 0.2s ease;
}

.tg-nav .nav-link:hover,
.tg-nav .nav-link.active {
	color: #F1F5F9;
}

.tg-nav .navbar-toggler {
	border-color: #2A3A52;
}

.tg-nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23CBD5E1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.tg-nav-cta {
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #0D9488;
	padding: 8px 20px;
	border-radius: 6px;
	margin-left: 8px;
	transition: background-color 0.2s ease;
	text-decoration: none;
}

.tg-nav-cta:hover {
	background-color: #0A7A6F;
	color: #FFFFFF;
}

.tg-hero {
	min-height: 100vh;
	background-color: #050B17;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.tg-hero-bg {
	position: absolute;
	inset: 0;
	background-image: url('../img/hero-bg.webp');
	background-size: cover;
	background-position: center;
	opacity: 0.18;
	z-index: 0;
}

.tg-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(5, 11, 23, 0.92) 0%, rgba(13, 148, 136, 0.08) 100%);
	z-index: 1;
}

.tg-hero-content {
	position: relative;
	z-index: 2;
	padding: 140px 0 80px;
}

.tg-hero h1 {
	font-size: 64px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 24px;
}

.tg-hero h1 .tg-accent {
	color: #0D9488;
}

.tg-hero .tg-hero-sub {
	font-size: 18px;
	color: #94A3B8;
	line-height: 1.65;
	margin-bottom: 36px;
	max-width: 520px;
}

.tg-hero-actions {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.tg-trust-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #64748B;
}

.tg-trust-badge i {
	color: #0D9488;
}

.tg-hero-mockup {
	position: relative;
	z-index: 2;
}

.tg-hero-mockup img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.tg-subpage-hero {
	padding: 140px 0 80px;
	background-color: #050B17;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.tg-subpage-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(13, 148, 136, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.tg-subpage-hero h1 {
	font-size: 42px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 20px;
}

.tg-subpage-hero p {
	font-size: 18px;
	color: #94A3B8;
	max-width: 580px;
	margin: 0 auto;
}

.tg-feature-card {
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 12px;
	padding: 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tg-feature-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	border-color: #0D9488;
	transform: translateY(-4px);
}

.tg-feature-icon {
	width: 52px;
	height: 52px;
	background-color: rgba(13, 148, 136, 0.12);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.tg-feature-icon i {
	font-size: 22px;
	color: #0D9488;
}

.tg-feature-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: #F1F5F9;
	margin-bottom: 12px;
}

.tg-feature-card p {
	font-size: 15px;
	color: #CBD5E1;
	line-height: 1.65;
	flex: 1;
	margin: 0;
}

.tg-step-wrap {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.tg-step {
	flex: 1;
	text-align: center;
}

.tg-step-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #0D9488 0%, #7C3AED 100%);
	border-radius: 20px;
	margin-bottom: 24px;
}

.tg-step-icon-wrap i {
	font-size: 32px;
	color: #FFFFFF;
}

.tg-step-num {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	background-color: #7C3AED;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tg-step h3 {
	font-size: 20px;
	font-weight: 600;
	color: #F1F5F9;
	margin-bottom: 12px;
}

.tg-step p {
	font-size: 15px;
	color: #CBD5E1;
}

.tg-step-connector {
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #0D9488, #7C3AED);
	align-self: 40px;
	margin-top: 40px;
	flex-shrink: 0;
}

.tg-integrations-strip {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.tg-integration-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 10px;
	padding: 14px 22px;
	font-size: 15px;
	font-weight: 600;
	color: #F1F5F9;
	transition: border-color 0.2s ease;
}

.tg-integration-badge:hover {
	border-color: #0D9488;
}

.tg-integration-badge i {
	font-size: 20px;
}

.tg-integration-badge .fa-twitch { color: #9146FF; }
.tg-integration-badge .fa-youtube { color: #FF0000; }
.tg-integration-badge .fa-tiktok { color: #F1F5F9; }

.tg-stat-box {
	text-align: center;
	padding: 32px 24px;
}

.tg-stat-number {
	font-size: 48px;
	font-weight: 700;
	color: #0D9488;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 8px;
}

.tg-stat-label {
	font-size: 15px;
	color: #94A3B8;
}

.tg-quote-card {
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 12px;
	padding: 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.tg-quote-card blockquote {
	font-size: 16px;
	color: #CBD5E1;
	line-height: 1.65;
	font-style: italic;
	flex: 1;
	margin: 0 0 20px;
}

.tg-quote-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tg-quote-author-info strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #F1F5F9;
}

.tg-quote-author-info span {
	font-size: 13px;
	color: #64748B;
}

.tg-quote-star {
	color: #F59E0B;
	font-size: 14px;
	margin-bottom: 12px;
}

.tg-cta-banner {
	background-color: #050B17;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 96px 0;
}

.tg-cta-banner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 400px;
	background: radial-gradient(ellipse, rgba(13, 148, 136, 0.18) 0%, transparent 70%);
	pointer-events: none;
}

.tg-cta-banner h2 {
	font-size: 40px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
	position: relative;
}

.tg-cta-banner p {
	font-size: 18px;
	color: #94A3B8;
	margin-bottom: 36px;
	position: relative;
}

.tg-cta-banner .tg-cta-actions {
	position: relative;
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.tg-footer {
	background-color: #050B17;
	border-top: 1px solid #1E2D42;
	padding: 64px 0 32px;
}

.tg-footer-brand {
	font-size: 20px;
	font-weight: 700;
	color: #F1F5F9;
	margin-bottom: 12px;
	display: inline-block;
}

.tg-footer-brand span {
	color: #0D9488;
}

.tg-footer-tagline {
	font-size: 14px;
	color: #475569;
	margin-bottom: 24px;
}

.tg-footer-social {
	display: flex;
	gap: 12px;
}

.tg-footer-social a {
	width: 36px;
	height: 36px;
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748B;
	font-size: 16px;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.tg-footer-social a:hover {
	color: #0D9488;
	border-color: #0D9488;
}

.tg-footer-heading {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F1F5F9;
	margin-bottom: 20px;
}

.tg-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tg-footer-links li {
	margin-bottom: 10px;
}

.tg-footer-links a {
	font-size: 14px;
	color: #64748B;
	transition: color 0.2s ease;
}

.tg-footer-links a:hover {
	color: #CBD5E1;
}

.tg-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.tg-footer-contact-item i {
	font-size: 14px;
	color: #0D9488;
	margin-top: 3px;
	flex-shrink: 0;
}

.tg-footer-contact-item span {
	font-size: 14px;
	color: #64748B;
}

.tg-footer-contact-item a {
	font-size: 14px;
	color: #64748B;
}

.tg-footer-contact-item a:hover {
	color: #CBD5E1;
}

.tg-footer-bottom {
	border-top: 1px solid #1E2D42;
	margin-top: 48px;
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.tg-footer-copyright {
	font-size: 13px;
	color: #475569;
}

.tg-footer-legal {
	display: flex;
	gap: 20px;
}

.tg-footer-legal a {
	font-size: 13px;
	color: #475569;
	transition: color 0.2s ease;
}

.tg-footer-legal a:hover {
	color: #CBD5E1;
}

.tg-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111827;
	border-top: 1px solid #2A3A52;
	padding: 16px 0;
	z-index: 2000;
	display: none;
}

.tg-cookie-banner.tg-cookie-visible {
	display: block;
}

.tg-cookie-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tg-cookie-text {
	font-size: 14px;
	color: #94A3B8;
	flex: 1;
	min-width: 240px;
}

.tg-cookie-text a {
	color: #0D9488;
	text-decoration: underline;
}

.tg-cookie-actions {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.tg-cookie-accept {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #0D9488;
	border: none;
	border-radius: 6px;
	padding: 8px 18px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.tg-cookie-accept:hover {
	background-color: #0A7A6F;
}

.tg-cookie-decline {
	font-size: 14px;
	font-weight: 600;
	color: #64748B;
	background-color: transparent;
	border: 1px solid #2A3A52;
	border-radius: 6px;
	padding: 8px 18px;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.tg-cookie-decline:hover {
	color: #CBD5E1;
	border-color: #64748B;
}

.tg-blog-card {
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tg-blog-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	border-color: #0D9488;
	transform: translateY(-4px);
}

.tg-blog-card-img {
	display: block;
	overflow: hidden;
}

.tg-blog-card-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.tg-blog-card:hover .tg-blog-card-img img {
	transform: scale(1.04);
}

.tg-blog-card-body {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.tg-blog-card-meta {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0D9488;
	margin-bottom: 10px;
}

.tg-blog-card-title {
	font-size: 17px;
	font-weight: 600;
	color: #F1F5F9;
	line-height: 1.4;
	margin-bottom: 10px;
	flex: 1;
}

.tg-blog-card-title a {
	color: #F1F5F9;
	transition: color 0.2s ease;
}

.tg-blog-card-title a:hover {
	color: #0D9488;
}

.tg-blog-card-excerpt {
	font-size: 14px;
	color: #94A3B8;
	line-height: 1.6;
	margin-bottom: 16px;
}

.tg-blog-read-more {
	font-size: 14px;
	font-weight: 600;
	color: #0D9488;
	margin-top: auto;
	transition: color 0.2s ease;
}

.tg-blog-read-more:hover {
	color: #0A7A6F;
}

.tg-blog-read-more i {
	margin-left: 4px;
	font-size: 12px;
}

.tg-team-card {
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 12px;
	padding: 32px 20px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	height: 100%;
}

.tg-team-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	border-color: #0D9488;
}

.tg-team-card-img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 18px;
}

.tg-team-card-body {
	padding: 0;
	width: 100%;
}

.tg-team-card-name {
	font-size: 20px;
	font-weight: 700;
	color: #F1F5F9;
	margin-bottom: 6px;
}

.tg-team-card-title {
	font-size: 14px;
	font-weight: 500;
	color: #0D9488;
	margin-bottom: 12px;
}

.tg-team-card-bio {
	font-size: 14px;
	color: #94A3B8;
	line-height: 1.6;
}

.tg-product-feature {
	padding: 80px 0;
}

.tg-product-feature-img {
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.tg-product-feature-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #0D9488;
	background-color: rgba(13, 148, 136, 0.12);
	padding: 6px 14px;
	border-radius: 6px;
	margin-bottom: 16px;
}

.tg-product-feature-badge i {
	font-size: 14px;
}

.tg-product-feature h2 {
	font-size: 32px;
	font-weight: 700;
	color: #F1F5F9;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.tg-product-feature p {
	font-size: 16px;
	color: #CBD5E1;
	line-height: 1.65;
	margin-bottom: 24px;
}

.tg-product-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}

.tg-product-feature-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #CBD5E1;
	margin-bottom: 12px;
}

.tg-product-feature-list li i {
	color: #0D9488;
	font-size: 14px;
	flex-shrink: 0;
}

.tg-value-card {
	background-color: #1A2235;
	border: 1px solid #2A3A52;
	border-radius: 12px;
	padding: 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease;
}

.tg-value-card:hover {
	border-color: #0D9488;
}

.tg-value-card-icon {
	width: 48px;
	height: 48px;
	background-color: rgba(13, 148, 136, 0.12);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.tg-value-card-icon i {
	font-size: 20px;
	color: #0D9488;
}

.tg-value-card h3 {
	font-size: 18px;
	font-weight: 600;
	color: #F1F5F9;
	margin-bottom: 10px;
}

.tg-value-card p {
	font-size: 15px;
	color: #CBD5E1;
	line-height: 1.65;
	flex: 1;
	margin: 0;
}

.tg-form-label {
	font-size: 14px;
	font-weight: 500;
	color: #94A3B8;
	margin-bottom: 6px;
	display: block;
}

.tg-form-control {
	width: 100%;
	background-color: #1E2D42;
	border: 1px solid #2A3A52;
	border-radius: 6px;
	padding: 12px 16px;
	font-size: 15px;
	color: #F1F5F9;
	font-family: 'Inter', sans-serif;
	transition: border-color 0.2s ease;
	outline: none;
}

.tg-form-control::placeholder {
	color: #4A5A70;
}

.tg-form-control:focus {
	border-color: #0D9488;
}

textarea.tg-form-control {
	resize: vertical;
	min-height: 120px;
}

.tg-contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
}

.tg-contact-icon {
	width: 48px;
	height: 48px;
	background-color: rgba(13, 148, 136, 0.12);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tg-contact-icon i {
	font-size: 18px;
	color: #0D9488;
}

.tg-contact-info-text strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #F1F5F9;
	margin-bottom: 4px;
}

.tg-contact-info-text span,
.tg-contact-info-text a {
	font-size: 15px;
	color: #94A3B8;
}

.tg-legal-content {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 24px;
}

.tg-legal-content h2 {
	font-size: 24px;
	font-weight: 600;
	color: #F1F5F9;
	margin-top: 48px;
	margin-bottom: 16px;
	letter-spacing: -0.01em;
}

.tg-legal-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #F1F5F9;
	margin-top: 32px;
	margin-bottom: 12px;
}

.tg-legal-content p,
.tg-legal-content li {
	font-size: 15px;
	color: #CBD5E1;
	line-height: 1.75;
}

.tg-legal-content ul,
.tg-legal-content ol {
	padding-left: 24px;
	margin-bottom: 16px;
}

.tg-legal-content a {
	color: #0D9488;
}

.tg-404-page {
	min-height: 100vh;
	background-color: #050B17;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tg-404-num {
	font-size: 120px;
	font-weight: 700;
	color: #0D9488;
	letter-spacing: -0.05em;
	line-height: 1;
	margin-bottom: 8px;
}

.tg-404-title {
	font-size: 36px;
	font-weight: 700;
	color: #F1F5F9;
	margin-bottom: 16px;
}

.tg-404-sub {
	font-size: 16px;
	color: #94A3B8;
	margin-bottom: 36px;
	max-width: 440px;
}

.tg-about-story-img {
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	width: 100%;
}

@media (max-width: 991.98px) {
	.tg-hero h1 {
		font-size: 44px;
	}
	.tg-step-wrap {
		flex-direction: column;
		gap: 24px;
	}
	.tg-step-connector {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.tg-section {
		padding: 64px 0;
	}
	.tg-hero h1 {
		font-size: 36px;
	}
	.tg-subpage-hero h1 {
		font-size: 30px;
	}
	.tg-section-title {
		font-size: 28px;
	}
	.tg-cta-banner h2 {
		font-size: 28px;
	}
	.tg-hero-content {
		padding: 120px 0 60px;
	}
	.tg-footer-bottom {
		flex-direction: column;
		text-align: center;
	}
	.tg-footer-legal {
		justify-content: center;
	}
}

/* Logo dark/light variant swap */
.logo-img {
  max-height: 40px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
/* Dark hero default: show light logo */
.tg-nav .logo-img--dark { display: none; }
.tg-nav .logo-img--light { display: inline-block; }
/* When nav scrolled/on light bg, show dark logo */
.tg-nav.scrolled .logo-img--dark,
.tg-nav.on-light .logo-img--dark,
body.light-nav .tg-nav .logo-img--dark { display: inline-block; }
.tg-nav.scrolled .logo-img--light,
.tg-nav.on-light .logo-img--light,
body.light-nav .tg-nav .logo-img--light { display: none; }
