.doofinder-ai {
	
}


.doofinder-ai .hero {
	background: radial-gradient(412.45% 101.88% at 54.06% -1.88%, #050072 0%, #715DFF 60%, #FFF 95%);
	padding: 126px 0 116px;
}

.doofinder-ai .hero h1 {
	color: #FFF;
	font-family: PlutoRegular;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px; /* 108.333% */
	letter-spacing: -2.76px;
	margin-bottom: 5px;
}

.doofinder-ai .hero p {
	color: #FFF;	
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 25.16px */
	margin-bottom: 22px;
}

.doofinder-ai .hero p.subtitle {
	color: #FFF031;
	
	/* EYE BROWN */
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px; /* 116.667% */
	text-transform: uppercase;
	margin-bottom: 9px;
}


.doofinder-ai .hero .ctas {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.doofinder-ai .hero .ctas {
		margin-bottom: 75px;
	}
	
}

.doofinder-ai .hero .ctas .trial {
	padding: 9px 35px;
	border-radius: 40px;
	background: #FFF031;
	border: 2px solid #FFF031;
	color: #030038;
	text-align: right;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: capitalize;
}

.doofinder-ai .hero .ctas .trial:hover {
	background: white;
	border-color: white;
	text-decoration: none;
}

.doofinder-ai .hero .ctas .demo {
	padding: 9px 35px;
	border-radius: 40px;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.49);
	color: #1B1851;
	text-align: center;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
}

.doofinder-ai .hero .ctas .demo:hover {
	background: white;
	color: #1b1851;
	text-decoration: none;
}

.doofinder-ai .hero .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.doofinder-ai .hero .inner-img {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.doofinder-ai .hero h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.doofinder-ai .hero .ctas {
		gap: 8px;
	}
	.doofinder-ai .hero .ctas a {
		padding: 9px 20px;
	}
}



.doofinder-ai .features {
	padding: 40px 0;
}

.doofinder-ai .features p.subtitle {
	color: #3A3A3A;
	
	/* H4 */
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
	margin-bottom: 4px;
}

.doofinder-ai .features h2 {
	color: #1B1851;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
	margin-bottom: 24px;
}

.doofinder-ai .features p {
	color: #3A3A3A;
	
	/* Paragraph */
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 25.16px */
	margin-bottom: 0px;
}

.doofinder-ai .features .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 766px) {
	.doofinder-ai .features.left .inner {
		text-align: right;
	}
}

.doofinder-ai .testimonials-section {
	padding: 0px 0;
	background: white;
}

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

.doofinder-ai .testimonials-section .slider .slides-track {
	position: relative;
}

/* --- estados del slide --- */
.doofinder-ai .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);
}

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

.doofinder-ai .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 --- */
.doofinder-ai .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 --- */
.doofinder-ai .testimonials-section .slider .single-slide.active .content h3 {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}
.doofinder-ai .testimonials-section .slider .single-slide.active .content .description {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}
.doofinder-ai .testimonials-section .slider .single-slide.active .content .person {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}
.doofinder-ai .testimonials-section .slider .single-slide.active .content .numbers {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
.doofinder-ai .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 --- */
.doofinder-ai .testimonials-section .slider .slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 48px;
}

.doofinder-ai .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;
}

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

.doofinder-ai .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;
}

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

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

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

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

.doofinder-ai .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;
}

.doofinder-ai .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;
}

.doofinder-ai .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;
}

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

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

.doofinder-ai .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;
}

.doofinder-ai .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;
}

.doofinder-ai .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;
}

.doofinder-ai .why-section {
	padding: 28px 0;
	background: white;
}

.doofinder-ai .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;
}

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

.doofinder-ai .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;
}

.doofinder-ai .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;
}

.doofinder-ai .why-section .content img {
	width: 89px;
}

@media (max-width: 991.98px) {
	.doofinder-ai .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;
	}

	.doofinder-ai .why-section .row::-webkit-scrollbar {
		display: none;
	}

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

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

.doofinder-ai .platforms-section {
	background: linear-gradient(0deg, #3C36B5 35.03%, #FFF 72.04%);
	padding: 64px 100px;
}

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

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

	.doofinder-ai .platforms-section .box {
		padding: 50px 48px;
	}
}

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

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

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

.doofinder-ai .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;
}

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

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

.doofinder-ai .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;
}

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


.doofinder-ai .footer-form {
	background: linear-gradient(0deg, #000 0%, #3D36B7 100%);
	padding: 84px 0;
}

.doofinder-ai .footer-form h2 {
	color: #FFF;
	text-align: right;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
	margin-bottom: 14px;
}

.doofinder-ai .footer-form p.description {
	color: #FFF;
	text-align: right;
	
	/* Paragraph L */
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 35.52px */
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.doofinder-ai .footer-form p.description {
		text-align: center;
	}
	
	.doofinder-ai .footer-form h2 {
		text-align: center;
	}
}





/* ── Reset general del wrapper ── */
.doofinder-ai .footer-form .gform_wrapper {
	margin: 0;
}

.doofinder-ai .footer-form .gform_wrapper form {
	margin: 0;
}

/* ── Grid 2 columnas ── */
.doofinder-ai .footer-form .gform_wrapper .gform_fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ── Cada campo ── */
.doofinder-ai .footer-form .gform_wrapper .gfield {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ── Labels ── */
.doofinder-ai .footer-form .gform_wrapper .gfield_label {
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

/* Ocultar labels completamente */
.doofinder-ai .footer-form .gform_wrapper .gfield_label {
	display: none;
}

/* Input con fondo blanco */
.doofinder-ai .footer-form .gform_wrapper .gfield input[type="text"],
.doofinder-ai .footer-form .gform_wrapper .gfield input[type="email"],
.doofinder-ai .footer-form .gform_wrapper .gfield input[type="tel"],
.doofinder-ai .footer-form .gform_wrapper .gfield input[type="url"] {
	background-color: #ffffff;
	border: none;
	border-radius: 10px;
	color: #333;
	font-size: 1rem;
	padding: 14px 18px;
	width: 100%;
	box-sizing: border-box;
	transition: box-shadow 0.2s ease;
	outline: none;
	line-height: 0;
}

.doofinder-ai .footer-form .gform_wrapper .gfield input:focus {
	box-shadow: 0 0 0 2px rgba(245, 230, 66, 0.6);
}

.doofinder-ai .footer-form .gform_wrapper .gfield input::placeholder {
	color: #aaa;
}

/* ── Campo consentimiento: ocupa todo el ancho ── */
.doofinder-ai .footer-form .gform_wrapper .gfield--type-consent,
.doofinder-ai .footer-form .gform_wrapper .gfield--type-html {
	grid-column: 1 / -1;
}

/* ── Texto legal del consentimiento ── */
.doofinder-ai .footer-form .gform_wrapper .ginput_container_consent .gfield_consent_description,
.doofinder-ai .footer-form .gform_wrapper .gfield--type-html p {
	color: rgba(192, 200, 224, 0.8);
	font-size: 0.8rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.doofinder-ai .footer-form .gform_wrapper .gfield_consent_description span {
	color: white;
	font-size: 13px;
	line-height: 1.29em !important;
}

.doofinder-ai .footer-form .gform_wrapper .gfield_consent_description span a {
	color: #f5e642;
}

/* ── Checkbox de consentimiento ── */
.doofinder-ai .footer-form .gform_wrapper .ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px;
}

.doofinder-ai .footer-form .gform_wrapper .ginput_container_consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-width: 18px;
	accent-color: #f5e642;
	margin-top: 2px;
	cursor: pointer;
}

.doofinder-ai .footer-form .gform_wrapper .ginput_container_consent label {
	color: white;
	font-size: 0.85rem;
	line-height: 1.5;
}

.doofinder-ai .footer-form .gform_wrapper .ginput_container_consent label a {
	color: #f5e642;
	text-decoration: underline;
}

/* ── Botón Enviar ── */
.doofinder-ai .footer-form .gform_wrapper .gform_footer,
.doofinder-ai .footer-form .gform_wrapper .gform_page_footer {
	grid-column: 1 / -1;
	margin-top: 8px;
	padding: 0;
}

.doofinder-ai .footer-form .gform_wrapper input[type="submit"] {
	background-color: #f5e642;
	border: none;
	border-radius: 50px;
	color: #111;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	padding: 14px 48px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.doofinder-ai .footer-form .gform_wrapper input[type="submit"]:hover {
	background-color: #e0d000;
	transform: translateY(-1px);
}

/* ── Mensajes de validación ── */
.doofinder-ai .footer-form .gform_wrapper .validation_message {
	color: #ff6b6b;
	font-size: 0.78rem;
	margin-top: 4px;
}

.doofinder-ai .footer-form .gform_wrapper .gfield_error input {
	border-color: rgba(255, 107, 107, 0.6) !important;
}

/* Mensaje de error general (título) */
.doofinder-ai .footer-form .gform_wrapper .gform_validation_errors,
.doofinder-ai .footer-form .gform_wrapper .validation_error {
	font-size: 0.95rem;
	font-weight: 600;
	text-align: left;
	padding: 12px 16px;
	border-radius: 8px;
	background-color: rgba(255, 107, 107, 0.1);
	border: 1px solid rgba(255, 107, 107, 0.3);
	color: #ff6b6b;
	margin-bottom: 16px;
}

/* Ocultar el h2 gigante que genera GForms */
.doofinder-ai .footer-form .gform_wrapper .gform_validation_errors h2,
.doofinder-ai .footer-form .gform_wrapper .validation_error h2 {
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0;
	color: #ff6b6b;
	text-align: center;
}



.doofinder-ai .icons {
	padding-top: 0px;
	background: white;
	margin-bottom: 80px;
}

.doofinder-ai .icons h2 {
	text-align: center;
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 35px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
}

.doofinder-ai .icons .inner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

.doofinder-ai .icons img {
	margin-bottom: 36px;
}

.doofinder-ai .icons p {
	color: #1B1851;
	text-align: center;
	
	/* H4 */
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
	margin-bottom: 36px;
}

.doofinder-ai .icons p.description {
	color: #3A3A3A;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 25.16px */
	margin-bottom: 0;
}

.doofinder-ai .content-section h2 span{
	color: #000 !important;
	text-align: center;
	font-family: Roboto;
	font-size: 35px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
}

.doofinder-ai .content-section {
	border-radius: 46px;
	border: 2px solid #FFF;
	background: linear-gradient(0deg, #FFF 68.27%, #E8E7FF 100%);
}

.doofinder-ai .content-section [data-block="slider"][data-block-layout="slider-special"]{
	background: transparent;
}


.doofinder-ai .content-section .counter {
	display: none !important;
}


.doofinder-ai .content-section .pluto-bold {
	color: #000;
	text-align: center;
	
	/* H4 */
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
}

.doofinder-ai .content-section .subtitle span {
	color: #000 !important;
	text-align: center;
	
	/* H6 */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 137.5% */
	text-transform: uppercase;
}
