

.home-2026 .hero {
	padding: 120px 0 90px;
	background: radial-gradient(92.15% 92.15% at 50% 0%, #050072 0%, #8979ff 65%, #fff 100%);
}

.home-2026 .hero .title {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.home-2026 .hero .title h1 {
	color: #fff;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

.home-2026 .hero .title p {
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 28px;
}

@media (max-width: 768px) {
	.home-2026 .hero .title p span {
		display: none;
	}
}

.home-2026 .hero .buttons {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.home-2026 .hero .buttons .test {
	border-radius: 40px;
	border: 1px solid #fff031;
	background: #fff031;
	padding: 9px 27px;
	color: #1b1851;
	text-align: center;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
}

.home-2026 .hero .buttons .test:hover {
	background: white;
	border: 1px solid white;
	text-decoration: none;
}

.home-2026 .hero .buttons .demo {
	border-radius: 40px;
	border: 1px solid #fff;
	padding: 9px 27px;
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
}

.home-2026 .hero .buttons .demo:hover {
	background: white;
	color: #1b1851;
	text-decoration: none;
}

.home-2026 .hero .social-proof .g2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 13px;
	margin-bottom: 11px;
}

.home-2026 .hero .social-proof .g2 span {
	color: #fff;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.643px; /* 163.694% */
}

.home-2026 .hero .social-proof .claim {
	color: #fff031;
	text-align: center;
	font-family: Roboto;
	font-size: 20.722px;
	font-style: normal;
	font-weight: 400;
	line-height: 38.854px;
	margin-bottom: 40px;
}

.home-2026 .hero .video {
	filter: drop-shadow(0 3.785px 45.426px rgba(46, 37, 111, 0.15));
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.home-2026 .hero .video .inner {
	position: relative;
	padding: 4px;
	border-radius: 20px;
	background: linear-gradient(90deg, #85dfff, #3326bc, #8b1a5c, #c87c26, #fff030, #85dfff, #3326bc, #8b1a5c, #c87c26, #fff030, #85dfff);
	background-size: 200% 100%;
	animation: borderRotate 8s linear infinite;
}

.home-2026 .hero .video .inner::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: inherit;
	filter: blur(12px);
	opacity: 0.6;
	z-index: -1;
	animation:
		borderRotate 8s linear infinite,
		glowPulse 2s ease-in-out infinite;
}

.home-2026 .hero .video .inner > div {
	border-radius: 15px;
	overflow: hidden;
	background: #000;
}

.home-2026 .hero .video .inner iframe {
	border-radius: 15px;
	display: block;
}

@keyframes borderRotate {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}

@keyframes glowPulse {
	0%,
	100% {
		opacity: 0.4;
		filter: blur(10px);
	}
	50% {
		opacity: 0.7;
		filter: blur(16px);
	}
}
.home-2026 .clients {
	padding: 32px 0;
	background: white;
}

.home-2026 .clients h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 42px;
}

.home-2026 .clients .carousel-wrapper {
	position: relative;
	overflow: hidden;
}
.home-2026 .clients .carousel-wrapper::before,
.home-2026 .clients .carousel-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	z-index: 2;
	pointer-events: none;
}
.home-2026 .clients .carousel-wrapper::before {
	left: 0;
	background: linear-gradient(to right, white, transparent);
}
.home-2026 .clients .carousel-wrapper::after {
	right: 0;
	background: linear-gradient(to left, white, transparent);
}
.home-2026 .clients .carousel-track {
	display: flex;
	align-items: center;
	width: max-content;
}
.home-2026 .clients .logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 60px;
	flex-shrink: 0;
}
.home-2026 .clients .logo-item img {
	max-height: 40px;
	max-width: 140px;
	width: auto;
	object-fit: contain;
	transition: filter 0.3s ease;
}

.home-2026 .ai-platform {
	padding: 64px 0;
	background: white;
	position: relative;
	overflow: hidden;
}

.home-2026 .ai-platform .waves-bg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.home-2026 .ai-platform .waves-bg svg {
	width: 600px;
	height: 100%;
	max-width: 100%;
}

.home-2026 .ai-platform .wave-circle {
	fill: none;
	stroke: url(#waveGrad);
	stroke-width: 1.2;
	transform-origin: 300px 300px;
	animation: wave-pulse 4s ease-in-out infinite;
}

.home-2026 .ai-platform .wave-circle:nth-child(2) {
	animation-delay: 0.7s;
}
.home-2026 .ai-platform .wave-circle:nth-child(3) {
	animation-delay: 1.4s;
}

@keyframes wave-pulse {
	0%,
	100% {
		opacity: 0.4;
		transform: scale(1);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.03);
	}
}

.home-2026 .ai-platform .container {
	position: relative;
	z-index: 1;
}

.home-2026 .ai-platform p {
	color: #8979ff;
	text-align: center;
	font-family: Roboto;
	font-size: 31px;
	font-style: normal;
	font-weight: 900;
	line-height: 109.648px;
	letter-spacing: 3.1px;
	margin-bottom: 29px;
	text-transform: uppercase;
}

.home-2026 .ai-platform h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 32px;
}

.home-2026 .ai-platform .icons {
	display: flex;
	justify-content: center;
	position: relative;
	height: 100px;
	align-items: center;
}

.home-2026 .ai-platform .icons img {
	position: absolute;
	will-change: transform;
}

.home-2026 .ai-platform .icon-2 {
	z-index: 2;
}

/* START features-section */
.home-2026 .features-section {
	position: relative;
	background: white;
}

.home-2026 .feature-sticky-item {
	position: sticky;
	top: 70px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-2026 .features-section .feature-card {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	background: white;
	border-radius: 46px;
	border: 2px solid #fff;
	background: linear-gradient(0deg, #fff 68.27%, #e8e7ff 100%);
}

.home-2026 .features-section .feature-card .feature-card-body {
	padding: 40px 20px 0;
}

.home-2026 .features-section .feature-card .feature-card-body .subtitle {
	color: #8979ff;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.home-2026 .features-section .feature-card .feature-card-body h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 24px;
}

.home-2026 .features-section .feature-card .feature-card-body .description {
	color: #3a3a3a;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
}

.home-2026 .features-section .feature-card .feature-card-body .link {
	color: #33268C;
	font-family: Roboto;
	font-size: 16.024px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.44px; /* 165% */
	letter-spacing: 0.501px;
	text-decoration-line: underline;
}

@media (max-width: 992px) {
	.home-2026 .features-section .feature-card .feature-card-body {
		padding: 20px;
	}

	.home-2026 .features-section .feature-card .feature-card-body .subtitle {
		font-size: 20px;
	}

	.home-2026 .features-section .feature-card .feature-card-body h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.home-2026 .features-section .feature-card .feature-card-body .description {
		font-size: 16px;
		line-height: 110%;
	}
}

@media (max-height: 760px) {
	.home-2026 .feature-sticky-item {
		position: relative;
		height: auto;
		top: auto;
	}

	.home-2026 .features-section .feature-card {
		height: auto;
		min-height: auto;
		padding-bottom: 40px;
	}
}

.home-2026 .features-section .feature-card .feature-card-body .data {
	margin-bottom: 40px;
}

.home-2026 .features-section #card-1 .feature-card-body .stat-chip {
	display: inline-block;
	border-radius: 0;
	padding: 14px 24px 0;
	margin-bottom: 40px;
	text-align: left;
	overflow: hidden;
}

.home-2026 .features-section #card-1 .feature-card-body .stat-chip .stat-chip-inner {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 14px;
}

.home-2026 .features-section #card-1 .feature-card-body .stat-chip .stat-num {
	font-size: 24px;
	color: #1B1851;
	white-space: nowrap;
	flex-shrink: 0;
	font-style: normal;
	font-weight: 800;
	line-height: 27.402px; /* 114.173% */
	letter-spacing: 0.3px;
}

.home-2026 .features-section #card-1 .feature-card-body .stat-chip .stat-text {
	color: #1B1851;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px; /* 100% */
	letter-spacing: 0.501px;
}

.home-2026 .features-section #card-1 .feature-card-body .stat-chip .stat-bar-fill {
	height: 9px;
	background: #4842C1;
	margin: 0 -20px;
}

.home-2026 .features-section #card-0 .feature-card-body .content {
	position: relative;
	display: inline-block;
}

.home-2026 .features-section #card-0 .feature-card-body .content .main-img {
	display: block;
	margin: 0 auto;
}

.home-2026 .features-section #card-0 .feature-card-body .content .chat,
.home-2026 .features-section #card-0 .feature-card-body .content .testimonial {
	position: absolute;
	bottom: -15px;
	will-change: transform;
}

.home-2026 .features-section #card-0 .feature-card-body .content .chat {
	left: -40px;
}

.home-2026 .features-section #card-0 .feature-card-body .content .testimonial {
	right: -40px;
}

/* card-3 */
.home-2026 .features-section #card-3 .feature-card-body .content {
	position: relative;
	display: inline-block;
}

.home-2026 .features-section #card-3 .feature-card-body .content span {
	position: absolute;
	color: #252526;
	font-family: Roboto;
	font-size: 23.973px;
	font-style: normal;
	font-weight: 700;
	line-height: 23.973px;
	top: 25%;
}

.home-2026 .features-section #card-3 .feature-card-body .content span.a {
	left: 25%;
}
.home-2026 .features-section #card-3 .feature-card-body .content span.b {
	left: 51%;
}
.home-2026 .features-section #card-3 .feature-card-body .content span.c {
	left: 76.5%;
}

@media (max-width: 992px) {
	.home-2026 .features-section #card-3 .feature-card-body .content span {
		position: absolute;
		color: #252526;
		font-family: Roboto;
		font-size: 18.375px;
		font-style: normal;
		font-weight: 700;
		line-height: 18.375px;
		top: 29%;
	}

	.home-2026 .features-section #card-3 .feature-card-body .content span.a {
		left: 8%;
	}
	.home-2026 .features-section #card-3 .feature-card-body .content span.b {
		left: 56%;
	}
}

/* card-1 */
.home-2026 .features-section #card-1 .feature-card-body .content {
	position: relative;
	display: inline-block;
}

.home-2026 .features-section #card-1 .feature-card-body .content .search,
.home-2026 .features-section #card-1 .feature-card-body .content .categories,
.home-2026 .features-section #card-1 .feature-card-body .content .filters {
	position: absolute;
	will-change: transform;
	transform: scale(0.75);
}

.home-2026 .features-section #card-1 .feature-card-body .content .search {
	top: 10px;
	left: 50%;
	transform-origin: top center;
}

.home-2026 .features-section #card-1 .feature-card-body .content .categories {
	top: 90px;
	left: 50%;
	transform-origin: top center;
}

.home-2026 .features-section #card-1 .feature-card-body .content .filters {
	bottom: 6%;
	left: -20px;
	transform-origin: center center;
}

/* Mobile */
.home-2026 .features-section #card-1 .feature-card-body .content-mob {
	position: relative;
	display: inline-block;
}

.home-2026 .features-section #card-1 .feature-card-body .content-mob .search,
.home-2026 .features-section #card-1 .feature-card-body .content-mob .categories,
.home-2026 .features-section #card-1 .feature-card-body .content-mob .filters {
	position: absolute;
	will-change: transform;
	transform: scale(0.75);
}

.home-2026 .features-section #card-1 .feature-card-body .content-mob .search {
	top: 40px;
	left: 50%;
	transform: translateX(-50%) scale(0.75);
}

.home-2026 .features-section #card-1 .feature-card-body .content-mob .categories {
	top: 120px;
	left: 50%;
	transform: translateX(-50%) scale(0.75);
}

.home-2026 .features-section #card-1 .feature-card-body .content-mob .filters {
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%) scale(0.75);
}

.home-2026 .features-section #card-2 .feature-card-body .content .box {
	height: 100%;
	border-radius: 8px;
	border: 1px solid #d3d5d8;
	background: #fff;
	padding: 40px 33px 30px;
}

.home-2026 .features-section #card-2 .feature-card-body .content .box img {
	margin-bottom: 44px;
	max-height: 270px;
}

.home-2026 .features-section #card-2 .feature-card-body .content .box h3 {
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
	text-transform: capitalize;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.home-2026 .features-section #card-2 .feature-card-body .content .box p {
	color: #000;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 8px;
}

.home-2026 .features-section #card-2 .feature-card-body .content .box a {
	color: #33268c;
	font-family: Roboto;
	font-size: 16.024px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.44px; /* 165% */
	letter-spacing: 0.501px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@media (max-width: 768px) {
	.home-2026 .features-section #card-2 .feature-card-body .content .box img {
		max-height: 150px;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 12px;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .row > [class*='col-'] {
		flex: 0 0 80%;
		max-width: 80%;
		scroll-snap-align: start;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .box {
		padding: 25px 15px 17px;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .box h3 {
		color: #000;
		font-family: Roboto;
		font-size: 13px;
		font-style: normal;
		font-weight: 900;
		line-height: 22.461px; /* 187.5% */
		text-transform: capitalize;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .box p {
		color: #3a3a3a;
		font-family: Roboto;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 148%;
	}

	.home-2026 .features-section #card-2 .feature-card-body .content .box a {
		color: #33268c;
		font-family: Roboto;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 13.197px; /* 165% */
		letter-spacing: 0.25px;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
}

.home-2026 .testimonials-section {
	padding: 0px 0;
	background: white;
}

.home-2026 .testimonials-section .slider .slides-viewport {
	overflow: hidden;
	padding-top: 50px;
	position: relative;
	cursor: grab;
	user-select: none;
}

.home-2026 .testimonials-section .slider .slides-track {
	position: relative;
}

/* --- estados del slide --- */
.home-2026 .testimonials-section .slider .single-slide {
	width: 100%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.97) translateY(18px);
	filter: blur(4px);
	transition:
		opacity 0.48s cubic-bezier(0.4, 0, 1, 1),
		transform 0.48s cubic-bezier(0.4, 0, 1, 1),
		filter 0.48s cubic-bezier(0.4, 0, 1, 1);
}

.home-2026 .testimonials-section .slider .single-slide.active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transform: none;
	filter: none;
}

.home-2026 .testimonials-section .slider .single-slide.exiting {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	transform: scale(0.93) translateY(32px);
	filter: blur(10px);
}

/* --- stagger entrada: imágenes desde el lateral --- */
.home-2026 .testimonials-section .slider .single-slide.active .images {
	animation: tsm-images 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* --- stagger entrada: texto en cascada --- */
.home-2026 .testimonials-section .slider .single-slide.active .content h3 {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}
.home-2026 .testimonials-section .slider .single-slide.active .content .description {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}
.home-2026 .testimonials-section .slider .single-slide.active .content .person {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}
.home-2026 .testimonials-section .slider .single-slide.active .content .numbers {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
.home-2026 .testimonials-section .slider .single-slide.active .content a {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

@keyframes tsm-images {
	from {
		opacity: 0;
		transform: translateX(-52px);
		filter: blur(8px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		filter: blur(0);
	}
}

@keyframes tsm-up {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* --- dots como píldoras morphing --- */
.home-2026 .testimonials-section .slider .slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 48px;
}

.home-2026 .testimonials-section .slider .slider-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #d3d5d8;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s ease;
}

.home-2026 .testimonials-section .slider .slider-dots button.active {
	background: #8979ff;
}

.home-2026 .testimonials-section h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 50px;
}

.home-2026 .testimonials-section .slider .single-slide .images {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.home-2026 .testimonials-section .slider .single-slide .images img {
	width: calc(50% - 13px);
}

.home-2026 .testimonials-section .slider .single-slide .images img:first-child {
	margin-top: -50px;
}

.home-2026 .testimonials-section .slider .single-slide .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.home-2026 .testimonials-section .slider .single-slide .content h3 {
	color: #000;
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 124.735%;
	margin-bottom: 23px;
}

.home-2026 .testimonials-section .slider .single-slide .content .description {
	color: #585a56;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 122%;
	margin-bottom: 16px;
}

.home-2026 .testimonials-section .slider .single-slide .content .person {
	color: #8979ff;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 47px;
}

.home-2026 .testimonials-section .slider .single-slide .content .numbers {
	margin-bottom: 43px;
}

.home-2026 .testimonials-section .slider .single-slide .content .numbers div {
	margin-bottom: 6px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.home-2026 .testimonials-section .slider .single-slide .content .numbers span {
	color: #8979ff;
	font-family: Roboto;
	font-size: 21.339px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.579px;
}

.home-2026 .testimonials-section .slider .single-slide .content .numbers span:first-child {
	color: #000;
	font-family: Roboto;
	font-size: 56.903px;
	font-style: normal;
	font-weight: 900;
	line-height: 51.568px;
}

.home-2026 .testimonials-section .slider .single-slide .content a {
	color: #33268c;
	font-family: Roboto;
	font-size: 16.024px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.44px;
	letter-spacing: 0.501px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.home-2026 .why-section {
	padding: 50px 0 28px;
	background: white;
}

.home-2026 .why-section h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 80px;
}

.home-2026 .why-section .content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.home-2026 .why-section .content h3 {
	color: #4842c1;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 124.735%;
	margin-bottom: 0;
	letter-spacing: normal;
}

.home-2026 .why-section .content p {
	color: #3a3a3a;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
	margin-bottom: 0;
}

.home-2026 .why-section .content img {
	width: 89px;
}

@media (max-width: 991.98px) {
	.home-2026 .why-section .row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 16px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.home-2026 .why-section .row::-webkit-scrollbar {
		display: none;
	}

	.home-2026 .why-section .row > [class*='col-'] {
		flex: 0 0 47%;
		max-width: 47%;
		scroll-snap-align: start;
	}
}

@media (max-width: 575.98px) {
	.home-2026 .why-section .row > [class*='col-'] {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.home-2026 .platforms-section {
	background: linear-gradient(0deg, #4842c1 35.03%, #fff 72.04%);
	padding: 64px 100px;
}

.home-2026 .platforms-section .box {
	background: white;
	border-radius: 24px;
	padding: 70px 100px;
}

@media (max-width: 1199.98px) {
	.home-2026 .platforms-section {
		padding: 48px 32px;
	}

	.home-2026 .platforms-section .box {
		padding: 50px 48px;
	}
}

@media (max-width: 767.98px) {
	.home-2026 .platforms-section {
		padding: 32px 16px;
	}

	.home-2026 .platforms-section .box {
		padding: 36px 28px;
		border-radius: 16px;
	}
}

.home-2026 .platforms-section .box .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-2026 .platforms-section .box .content h2 {
	color: #000;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: normal;
}

.home-2026 .platforms-section .box .content .features {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.home-2026 .platforms-section .box .content .features .feature {
	display: flex;
	align-items: center;
	gap: 5px;
}

.home-2026 .platforms-section .box .content .features .feature span {
	color: #1b1851;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.9px;
}

.home-2026 .platforms-section .box .logos-platforms {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 23px;
}

.home-2026 .ambassadors-section {
	padding: 10px 0;
	background: #4943c1;
}

.home-2026 .ambassadors-section .content {
	padding: 32px 0;
}

.home-2026 .ambassadors-section .content h2 {
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 124.735%;
	margin-bottom: 60px;
	letter-spacing: normal;
}

.home-2026 .ambassadors-section .content .quote {
	color: #fff;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
	margin-bottom: 34px;
}

.home-2026 .ambassadors-section .content .person .name {
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.home-2026 .ambassadors-section .content .person .job {
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.home-2026 .ambassadors-section .content > .row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.home-2026 .ambassadors-section .content > .row::-webkit-scrollbar {
		display: none;
	}

	.home-2026 .ambassadors-section .content > .row > [class*='col-'] {
		flex: 0 0 85%;
		max-width: 85%;
		scroll-snap-align: start;
	}
}

/* ===== MOBILE ADJUSTMENTS (< 992px) ===== */
@media (max-width: 991.98px) {
	/* Hero */
	.home-2026 .hero {
		padding: 100px 0 48px;
	}
	.home-2026 .hero .title h1 {
		font-size: 32px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	.home-2026 .hero .social-proof .claim {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 28px;
	}

	/* Clients */
	.home-2026 .clients {
		padding: 40px 0;
	}
	.home-2026 .clients h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 28px;
	}

	/* AI Platform */
	.home-2026 .ai-platform p {
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 2px;
		margin-bottom: 16px;
	}

	/* Testimonials */
	.home-2026 .testimonials-section {
		padding: 48px 0;
	}
	.home-2026 .testimonials-section h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 32px;
	}
	.home-2026 .testimonials-section .slider .single-slide .content h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.home-2026 .testimonials-section .slider .single-slide .content .numbers span:first-child {
		font-size: 38px;
		line-height: 38px;
	}
	.home-2026 .testimonials-section .slider .single-slide .content .person {
		margin-bottom: 24px;
	}
	.home-2026 .testimonials-section .slider .single-slide .content .numbers {
		margin-bottom: 24px;
	}

	/* Why */
	.home-2026 .why-section h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	/* Platforms logos */
	.home-2026 .platforms-section .box .logos-platforms {
		gap: 16px;
	}
	.home-2026 .platforms-section .box .logos-platforms img {
		max-width: 110px;
	}

	/* Ambassadors */
	.home-2026 .ambassadors-section .content h2 {
		font-size: 26px;
		margin-bottom: 32px;
	}
	.home-2026 .ambassadors-section .content .col-lg-6 > .row {
		flex-wrap: nowrap;
		align-items: center;
	}
	.home-2026 .ambassadors-section .content .col-lg-6 .col-md-5 {
		flex: 0 0 38%;
		max-width: 38%;
	}
	.home-2026 .ambassadors-section .content .col-lg-6 .col-md-7 {
		flex: 0 0 62%;
		max-width: 62%;
	}
	.home-2026 .ambassadors-section .content .quote {
		font-size: 13px;
		line-height: 140%;
		margin-bottom: 12px;
	}
	.home-2026 .ambassadors-section .content .person .name,
	.home-2026 .ambassadors-section .content .person .job {
		font-size: 12px;
	}
}

.home-2026 .ambassadors-section .content .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* ===== RESOURCES SECTION ===== */
.home-2026 .resources-section {
	background: linear-gradient(180deg, #4943c1 0%, #1b1851 100%);
	padding: 80px 0;
}

.home-2026 .resources-section .resources-header {
	margin-bottom: 48px;
}

.home-2026 .resources-section .resources-header h2 {
	color: #fff;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 12px;
	letter-spacing: normal;
}

.home-2026 .resources-section .resources-header p {
	color: rgba(255, 255, 255, 0.7);
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.home-2026 .resources-section .resources-slider-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.home-2026 .resources-section .res-viewport {
	overflow: hidden;
	flex: 1;
}

.home-2026 .resources-section .res-track {
	display: flex;
	gap: 24px;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

.home-2026 .resources-section .res-card {
	flex-shrink: 0;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.home-2026 .resources-section .res-img {
	background: #d9d9d9;
	height: 180px;
	background-position: center center;
	background-size: cover;
}

.home-2026 .resources-section .res-body {
	padding: 16px;
}

.home-2026 .resources-section .res-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.home-2026 .resources-section .res-cat {
	color: #8979ff;
	font-family: Roboto;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.home-2026 .resources-section .res-date {
	color: #999;
	font-family: Roboto;
	font-size: 11px;
}

.home-2026 .resources-section .res-body p {
	color: #1b1851;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	line-height: 148%;
	margin: 0;
}

.home-2026 .resources-section .res-arrow {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.2s ease,
		opacity 0.2s ease;
	padding: 0;
}

.home-2026 .resources-section .res-arrow:hover {
	background: rgba(255, 255, 255, 0.28);
}

/* ===== CTA SECTION ===== */
.home-2026 .cta-section {
	background: #1b1851;
	padding: 96px 0;
}

.home-2026 .cta-section h2 {
	color: #fff;
	font-family: Roboto;
	font-size: 42px;
	font-weight: 900;
	line-height: 52px;
	margin-bottom: 16px;
	letter-spacing: normal;
}

.home-2026 .cta-section p {
	color: rgba(255, 255, 255, 0.7);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
}

.home-2026 .cta-section .cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.home-2026 .cta-section .cta-primary {
	border-radius: 40px;
	border: 1px solid #fff031;
	background: #fff031;
	padding: 12px 32px;
	color: #1b1851;
	font-family: Roboto;
	font-size: 15.4px;
	font-weight: 700;
	line-height: 23px;
	text-decoration: none;
	transition:
		background 0.2s,
		border-color 0.2s;
}

.home-2026 .cta-section .cta-primary:hover {
	background: #fff;
	border-color: #fff;
	text-decoration: none;
}

.home-2026 .cta-section .cta-outline {
	border-radius: 40px;
	border: 1px solid #fff031;
	padding: 12px 32px;
	color: #fff031;
	font-family: Roboto;
	font-size: 15.4px;
	font-weight: 700;
	line-height: 23px;
	text-decoration: none;
	transition:
		background 0.2s,
		color 0.2s;
}

.home-2026 .cta-section .cta-outline:hover {
	background: #fff031;
	color: #1b1851;
	text-decoration: none;
}

/* ===== FAQ SECTION ===== */
.home-2026 .faq-section {
	background: linear-gradient(180deg, #1b1851 0%, #000 100%);
	padding: 80px 0 100px;
}

.home-2026 .faq-section h2 {
	color: #fff;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 48px;
	letter-spacing: normal;
}

.home-2026 .faq-section .faq-list {
	max-width: 720px;
	margin: 0 auto;
}

.home-2026 .faq-section .faq-item {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-2026 .faq-section .faq-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-2026 .faq-section .faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	text-align: left;
}

.home-2026 .faq-section .faq-question span:first-child {
	color: #fff;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 148%;
}

.home-2026 .faq-section .faq-icon {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	flex-shrink: 0;
	line-height: 1;
	transition: transform 0.3s ease;
	display: inline-block;
}

.home-2026 .faq-section .faq-item.open .faq-icon {
	transform: rotate(45deg);
}

.home-2026 .faq-section .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition:
		max-height 0.35s ease,
		padding-bottom 0.35s ease;
}

.home-2026 .faq-section .faq-item.open .faq-answer {
	max-height: 300px;
	padding-bottom: 24px;
}

.home-2026 .faq-section .faq-answer p {
	color: rgba(255, 255, 255, 0.65);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 148%;
	margin: 0;
}

/* Mobile for new sections */
@media (max-width: 991.98px) {
	.home-2026 .resources-section {
		padding: 56px 0;
	}
	.home-2026 .resources-section .resources-header {
		margin-bottom: 32px;
	}
	.home-2026 .resources-section .resources-header h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.home-2026 .cta-section {
		padding: 64px 0;
	}
	.home-2026 .cta-section h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.home-2026 .faq-section {
		padding: 56px 0 72px;
	}
	.home-2026 .faq-section h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 32px;
	}
}

/* Page nav dots */
.page-nav {
	position: fixed;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.page-nav--visible {
	opacity: 1;
	pointer-events: auto;
}
.page-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.page-nav button {
	position: relative;
	display: block;
	width: 12px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 2px;
	overflow: visible;
}
.page-nav button::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d9d9d9;
	border: 1.5px solid #d9d9d9;
	transition:
		background 0.2s,
		transform 0.2s,
		border-color 0.2s;
}
.page-nav button.active::after {
	background: #8979ff;
	border-color: #8979ff;
	transform: scale(1.5);
}
.page-nav li {
	transition:
		opacity 0.3s,
		max-height 0.3s;
	max-height: 28px;
	overflow: visible;
	margin-bottom: 0;
}
.page-nav li.page-nav-hidden {
	opacity: 0;
	max-height: 0;
	pointer-events: none;
	margin: 0;
}
@media (max-width: 991.98px) {
	.page-nav {
		display: none;
	}
}

@media (max-width:768px) {
	.home-2026 {
		overflow-x: hidden;
	}
}