.ai-data-page {
	padding-top: var(--nav-height);
	background: #020617;
}

.ai-data-stack {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ai-data-frame {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	overflow: hidden;
}

.ai-data-frame.is-loading {
	min-height: 100vh;
}

#footer-container .footer-inner {
	padding-top: 28px;
}

#footer-container .cta-card.ai-data-footer-cta {
	max-width: 860px;
	margin: 0 auto 48px;
	padding: 56px 48px;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(34, 211, 238, 0.08) 0%, transparent 70%),
		radial-gradient(ellipse at 50% 100%, rgba(139, 92, 246, 0.06) 0%, transparent 70%),
		linear-gradient(180deg, rgba(10, 16, 31, 0.82) 0%, rgba(2, 6, 23, 0.96) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 24px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	text-align: center;
	overflow: hidden;
}

#footer-container .cta-card.ai-data-footer-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	pointer-events: none;
}

#footer-container .ai-data-cta-title {
	margin: 0 0 18px;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

#footer-container .ai-data-cta-highlight {
	background: linear-gradient(135deg, #22d3ee, #6366f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

#footer-container .ai-data-cta-subtitle {
	max-width: 760px;
	margin: 0 auto 34px;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(226, 232, 240, 0.76);
}

#footer-container .ai-data-cta-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

#footer-container .ai-data-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	height: 52px;
	padding: 0 32px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#footer-container .ai-data-cta-button:hover {
	transform: translateY(-2px);
}

#footer-container .ai-data-cta-button-primary {
	background: linear-gradient(135deg, #22d3ee, #38bdf8);
	color: #020617;
	box-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}

#footer-container .ai-data-cta-button-primary:hover {
	box-shadow: 0 0 42px rgba(34, 211, 238, 0.4);
}

#footer-container .ai-data-cta-button-outline {
	border: 1px solid rgba(148, 163, 184, 0.28);
	color: #fff;
	background: rgba(15, 23, 42, 0.36);
}

#footer-container .ai-data-cta-button-outline:hover {
	border-color: rgba(34, 211, 238, 0.4);
	background: rgba(34, 211, 238, 0.08);
}

@media (max-width: 1040px) {
	.ai-data-page {
		padding-top: var(--nav-height);
	}

	#footer-container .footer-inner {
		padding-top: 20px;
	}

	#footer-container .cta-card.ai-data-footer-cta {
		margin-bottom: 40px;
		padding: 42px 20px 32px;
	}

	#footer-container .ai-data-cta-title {
		font-size: clamp(28px, 8vw, 38px);
	}

	#footer-container .ai-data-cta-subtitle {
		font-size: 15px;
		line-height: 1.75;
	}
}
