.aitop-page.aitop-hero,
.aitop-page .aitop-hero {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
}

.aitop-page .aitop-hero-container,
.aitop-hero.aitop-page .aitop-hero-container {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.aitop-page .aitop-hero-img,
.aitop-hero.aitop-page .aitop-hero-img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 768px) {

	.aitop-page.aitop-hero,
	.aitop-page .aitop-hero {
		height: 100vh;
		height: 100svh;
	}

	.aitop-page .aitop-hero-container,
	.aitop-hero.aitop-page .aitop-hero-container {
		height: 100%;
	}

	.aitop-page .aitop-hero-img,
	.aitop-hero.aitop-page .aitop-hero-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

.aitop-page .aitop-intro {
	position: relative;
	width: 100%;
	padding: 100px 0 120px;
	background-color: #0b0d14;
	background-image: url('../images/intro.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.aitop-page .aitop-intro__header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 70px;
}

.aitop-page .aitop-intro__eyebrow {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
}

.aitop-page .aitop-gradient-text {
	--bg-size: 400%;
	--color-one: #333ACC;
	--color-two: #46E6E6;

	background: linear-gradient(90deg,
			var(--color-one),
			var(--color-two),
			var(--color-one)) 0 0 / var(--bg-size) 100%;

	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;

	animation: aitop-move-bg 10s linear infinite;
	display: inline-block;
}

@keyframes aitop-move-bg {
	0% {
		background-position: 0% 0;
	}

	100% {
		background-position: 400% 0;
	}
}

.aitop-page .aitop-intro__title {
	margin-top: 0;
	margin-bottom: 20px;
}

.aitop-page .aitop-intro__description {
	margin: 0 auto;
}

.aitop-page .aitop-intro__advantages {
	width: 100%;
	margin: 0 auto;
}

.aitop-page .aitop-intro__advantages-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.aitop-page .aitop-intro__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 30px;
}

@media (min-width: 600px) {
	.aitop-page .aitop-intro__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.aitop-page .aitop-intro__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.aitop-page .aitop-intro__item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.aitop-page .aitop-intro__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 60px;
	flex-shrink: 0;
}

.aitop-page .aitop-intro__icon {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.aitop-page .aitop-intro__label {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	color: var(--theme-text-color);
}

.aitop-page .aitop-intro__label strong {
	color: var(--theme-palette-color-4);
	display: block;
}

.aitop-page .aitop-intro__label::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 132px;
	height: 2px;
	background: linear-gradient(90deg, #333ACC 0%, #46E6E6 100%);
}

.aitop-page .aitop-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: none;
}

.aitop-page .aitop-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.45s ease, transform 0.45s ease;
	transition-delay: calc(var(--reveal-index, 0) * 50ms);
}

@media (prefers-reduced-motion: reduce) {
	.aitop-page .aitop-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.aitop-page .aitop-insights {
	position: relative;
	width: 100%;
	padding-top: clamp(110px, 10vw, 160px);
	padding-bottom: clamp(90px, 8vw, 140px);
	background-color: #08090d;
	background-image: url('../images/bg-utility.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.aitop-page .aitop-insights {
		background-attachment: scroll;
	}
}

.aitop-page .aitop-insights__header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 48px;
}

.aitop-page .aitop-insights__eyebrow {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
}

.aitop-page .aitop-insights__title {
	margin-top: 0;
	margin-bottom: 16px;
}

.aitop-page .aitop-insights__description {
	margin: 0 auto;
}

.aitop-page .aitop-insights__swiper-container {
	position: relative;
	width: 100%;
}

.aitop-page .aitop-insights__swiper {
	width: 100%;
	overflow: hidden;
}

.aitop-page .aitop-insights .swiper-wrapper {
	align-items: stretch;
}

.aitop-page .aitop-insights__slide {
	height: auto;
	display: flex;
}

.aitop-page .aitop-insights__card {
	background-color: rgba(87, 87, 87, 0.42);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	backdrop-filter: blur(20px) saturate(180%);
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.aitop-page .aitop-insights__card-header {
	display: block;
	height: auto;
	min-height: 0;
	margin-bottom: 28px;
}

.aitop-page .aitop-insights__card-title {
	display: block;
	height: auto;
	min-height: 0;
	margin: 0 0 6px;
	align-self: auto;
	color: var(--theme-palette-color-4);
}

.aitop-page .aitop-insights__context {
	margin: 0;
	color: var(--theme-text-color);
	opacity: 0.8;
}

.aitop-page .aitop-insights__card-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 0;
}

.aitop-page .aitop-count,
.aitop-page .aitop-stat-static {
	display: inline-block;
	min-width: 4ch;
	text-align: left;
	font-variant-numeric: tabular-nums lining-nums;
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-family: ct_font_aguda, Sans-Serif;
	font-size: clamp(32px, 3vw, 52px);
	background: linear-gradient(180deg, #2356FF 0%, #6EFFFF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.aitop-page .aitop-insights__stat-primary {
	margin-bottom: 8px;
}

.aitop-page .aitop-benchmark-chart {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}

.aitop-page .aitop-benchmark-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.aitop-page .aitop-benchmark-label {
	width: 140px;
	flex-shrink: 0;
	color: var(--theme-text-color);
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aitop-page .aitop-benchmark-track {
	flex: 1;
	height: 8px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.aitop-page .aitop-benchmark-fill {
	display: block;
	height: 100%;
	width: var(--bar, 0%);
	background: rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	transition: width 0.8s ease-out;
}

.aitop-page .aitop-benchmark-value {
	width: 36px;
	text-align: right;
	flex-shrink: 0;
	color: var(--theme-text-color);
	opacity: 0.8;
}

.aitop-page .aitop-benchmark-row--highlight .aitop-benchmark-label {
	color: var(--theme-palette-color-4);
	opacity: 1;
}

.aitop-page .aitop-benchmark-row--highlight .aitop-benchmark-track {
	background: rgba(70, 230, 230, 0.15);
}

.aitop-page .aitop-benchmark-row--highlight .aitop-benchmark-fill {
	background: linear-gradient(90deg, #2356FF 0%, #6EFFFF 100%);
}

.aitop-page .aitop-benchmark-row--highlight .aitop-benchmark-value {
	color: var(--theme-palette-color-1, #46E6E6);
	opacity: 1;
}

.aitop-page .aitop-insights__summary-block {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}

.aitop-page .aitop-insights__hero-stat {
	flex-shrink: 0;
}

.aitop-page .aitop-insights__takeaway {
	margin: 0;
	color: var(--theme-text-color);
}

@media (max-width: 480px) {
	.aitop-page .aitop-benchmark-label {
		width: 100px;
	}

	.aitop-page .aitop-insights__summary-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

.aitop-page .aitop-insights__benchmark-inline {
	margin: 0;
	color: var(--theme-text-color);
	opacity: 0.75;
}

.aitop-page .aitop-insights__statement {
	margin: 0;
	color: var(--theme-text-color);
}

.aitop-page .aitop-insights__key-statement {
	color: var(--theme-palette-color-4);
	display: block;
}

.aitop-page .aitop-insights__stats-duo {
	display: flex;
	align-items: center;
	gap: 16px;
}

.aitop-page .aitop-insights__stat-item {
	flex: 1;
}

.aitop-page .aitop-insights__stat-item p {
	margin: 4px 0 0;
	color: var(--theme-text-color);
}

.aitop-page .aitop-insights__arrow-divider {
	color: var(--theme-palette-color-1, #46E6E6);
	flex-shrink: 0;
}

.aitop-page .aitop-insights__stats-trio {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.aitop-page .aitop-insights__stat-trio-item p {
	margin: 4px 0 0;
	color: var(--theme-text-color);
}

.aitop-page .aitop-insights__event-box {
	padding: 12px;
	background: rgba(0, 0, 0, 0.2);
	border-left: 3px solid var(--theme-palette-color-1, #46E6E6);
}

.aitop-page .aitop-insights__event-title {
	margin: 0 0 4px;
	color: var(--theme-palette-color-4);
}

.aitop-page .aitop-insights__event-desc {
	margin: 0;
	color: var(--theme-text-color);
}

.aitop-page .aitop-insights__grid-2x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.aitop-page .aitop-insights__grid-item p {
	margin: 4px 0 0;
	color: var(--theme-text-color);
}

.aitop-page .aitop-insights__card-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 12px;
	margin-top: 24px;
}

.aitop-page .aitop-insights__source {
	font-style: normal;
	color: var(--theme-text-color);
	opacity: 0.65;
	display: block;
}

.aitop-page .aitop-insights__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 32px;
}

.aitop-page .aitop-insights__pagination {
	position: static !important;
	width: auto !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

.aitop-page .aitop-insights__pagination .swiper-pagination-bullet {
	width: 24px;
	height: 3px;
	border-radius: 1px;
	background: rgba(255, 255, 255, 0.25);
	opacity: 1;
	margin: 0 !important;
	transition: all 0.3s ease;
	cursor: pointer;
}

.aitop-page .aitop-insights__pagination .swiper-pagination-bullet-active {
	width: 44px;
	background: var(--theme-palette-color-1, #46E6E6);
}

.aitop-page .aitop-insights__autoplay-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-palette-color-4);
	cursor: pointer;
	padding: 0;
	transition: all 0.2s ease;
}

.aitop-page .aitop-insights__autoplay-toggle:hover {
	border-color: var(--theme-palette-color-1, #46E6E6);
	color: var(--theme-palette-color-1, #46E6E6);
}

.aitop-page .aitop-pc-comparison {
	position: relative;
	width: 100%;
	padding: clamp(80px, 8vw, 140px) 0;
	background-color: #242427;
	overflow: hidden;
}

.aitop-page .aitop-pc-comparison__header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 48px;
}

.aitop-page .aitop-pc-comparison__eyebrow {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: center;
}

.aitop-page .aitop-pc-comparison__title {
	margin-top: 0;
	margin-bottom: 16px;
	color: var(--theme-palette-color-4);
}

.aitop-page .aitop-pc-comparison__description {
	margin: 0 auto;
	color: var(--theme-text-color);
}

.aitop-page .aitop-pc-comparison__table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.aitop-page .aitop-pc-comparison__table,
.aitop-page .aitop-pc-comparison__table thead,
.aitop-page .aitop-pc-comparison__table tbody,
.aitop-page .aitop-pc-comparison__table tr,
.aitop-page .aitop-pc-comparison__table th,
.aitop-page .aitop-pc-comparison__table td {
	border: none;
	box-shadow: none;
	outline: none;
}

.aitop-page .aitop-pc-comparison__table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
	min-width: 1000px;
}

.aitop-page .aitop-pc-comparison__col-label {
	width: 220px;
	padding: 20px 16px;
	vertical-align: bottom;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.aitop-page .aitop-pc-comparison__product-head {
	width: calc((100% - 220px) / 4);
	padding: 20px 16px;
	vertical-align: bottom;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.aitop-page .aitop-pc-comparison__product-media {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.aitop-page .aitop-pc-comparison__product-media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.aitop-page .aitop-pc-comparison__product-name {
	margin: 0;
	color: #ffffff;
	font-family: ct_font_aguda, Sans-Serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.aitop-page .aitop-pc-comparison__table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	transition: background-color 0.2s ease;
}

.aitop-page .aitop-pc-comparison__table tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

.aitop-page .aitop-pc-comparison__table tbody th[scope="row"] {
	padding: 20px 16px;
	font-weight: 600;
	color: #ffffff;
	vertical-align: top;
	background-color: inherit;
}

.aitop-page .aitop-pc-comparison__table tbody td {
	padding: 20px 16px;
	color: #ffffff;
	vertical-align: top;
}

@media (max-width: 1024px) {
	.aitop-page .aitop-pc-comparison__table {
		min-width: 1080px;
	}

	.aitop-page .aitop-pc-comparison__col-label,
	.aitop-page .aitop-pc-comparison__table tbody th[scope="row"] {
		width: 160px;
		min-width: 160px;
		max-width: 160px;
		position: sticky;
		left: 0;
		z-index: 3;
		background-color: #242427 !important;
		padding: 16px 14px;
		box-shadow: 12px 0 14px -10px rgba(0, 0, 0, 0.65);
	}

	.aitop-page .aitop-pc-comparison__col-label::after,
	.aitop-page .aitop-pc-comparison__table tbody th[scope="row"]::after {
		content: "";
		position: absolute;
		top: 0;
		right: -14px;
		width: 14px;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%);
	}

	.aitop-page .aitop-pc-comparison__product-head {
		width: 230px;
		min-width: 230px;
		padding: 16px 14px;
	}

	.aitop-page .aitop-pc-comparison__product-media {
		margin-bottom: 8px;
	}

	.aitop-page .aitop-pc-comparison__product-name {
		font-size: 1.15rem;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		word-break: break-word;
	}

	.aitop-page .aitop-pc-comparison__table tbody td {
		padding: 16px 14px;
	}
}