.price-page #hero-pricing {
	background: radial-gradient(175.14% 101.88% at 54.06% -1.88%, #050072 0%, #715DFF 65%, #FFF 100%);
	padding: 120px 0;
}

.price-page {
	background: white;
	overflow-x: hidden;
}

.price-page #hero-pricing h1 {
	color: #FFF;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2px;
	margin-bottom: 17px;
}

@media (max-width: 768px) {
	.price-page #hero-pricing h1 {
		font-size: 36px;
		line-height: 40px;
	}
}

.price-page #hero-pricing p {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 0;
}

.price-page .matriz-precios .title-switch h2 .subtitle {
	color: #000;
	
	/* Paragraph */
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
}

.price-page .price-calculator .logos-section .logos {
	background: white;
	padding-bottom: 60px;
}


.price-page .matriz-precios {
	padding-top: 0;
}

.price-page .matriz-precios .title-switch h2 {
	color: #1B1851;
	
	/* h3 */
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
}

.price-page .ai-assistant-cta .box {
	border-radius: 24px;
}

.price-page .ai-assistant-cta .box h2 {
	color: #FFF;
	
	/* h3 */
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 121.429% */
}

.price-page .cta-platforms .inner p {
	color: #1B1851;
	
	/* h3 */
	font-family: Roboto;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
}

.price-page .tabla-funcionalidades-precios-25 h2 {
	color: #4E00B2;
	
	/* H2 */
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
}

.price-page .tabla-funcionalidades-precios-25 h3 {
	color: #000;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.283px; 
	text-transform: uppercase;
}

.price-page .price-calculator .box .inner .title-box h2 {
	color: #1B1851;
	text-align: center;
	
	/* H2 */
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
}

.price-page .price-calculator .logos-section .logos h2 {
	color: #1B1851;
	text-align: center;
	
	/* H2 */
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px;
}


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

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

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

	.price-page .platforms-section .box {
		padding: 50px 48px;
	}
}

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

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

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

.price-page .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;
}

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

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

.price-page .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;
}

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


/* ── FAQs ── */
.price-page .faqs {
	padding: 92px 0;
	background: linear-gradient(180deg, #3C36B5 0%, #1B1850 100%);
}

.price-page .faqs h2 {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 36.4px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.price-page .faqs .inner {
	max-width: 860px;
	margin: 48px auto 0;
}

.price-page .faqs .faq-list {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.price-page .faqs .faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	cursor: pointer;
}

.price-page .faqs .faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 28px 0;
	user-select: none;
}

.price-page .faqs .faq-question-text {
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.price-page .faqs .expand-icon {
	color: #FFF;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.price-page .faqs .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding-bottom: 0;
}

.price-page .faqs .faq-item.open .faq-answer {
	max-height: 300px;
	padding-bottom: 28px;
}

.price-page .faqs .faq-answer p {
	color: rgba(255, 255, 255, 0.75);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.price-page .footer-form {
	background: linear-gradient(0deg, #000 0%, #1B1850 100%);
	padding: 84px 0;
}

.price-page .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;
}

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

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





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

.price-page .footer-form .gform_wrapper form {
	margin: 0;
}

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

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

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

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

/* Input con fondo blanco */
.price-page .footer-form .gform_wrapper .gfield input[type="text"],
.price-page .footer-form .gform_wrapper .gfield input[type="email"],
.price-page .footer-form .gform_wrapper .gfield input[type="tel"],
.price-page .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;
}

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

.price-page .footer-form .gform_wrapper .gfield input::placeholder {
	color: #aaa;
}

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

/* ── Texto legal del consentimiento ── */
.price-page .footer-form .gform_wrapper .ginput_container_consent .gfield_consent_description,
.price-page .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;
}

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

.price-page .footer-form .gform_wrapper .gfield_consent_description span a {
	color: #f5e642;
}

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

.price-page .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;
}

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

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

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

.price-page .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;
}

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

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

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

/* Mensaje de error general (título) */
.price-page .footer-form .gform_wrapper .gform_validation_errors,
.price-page .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 */
.price-page .footer-form .gform_wrapper .gform_validation_errors h2,
.price-page .footer-form .gform_wrapper .validation_error h2 {
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0;
	color: #ff6b6b;
	text-align: center;
}

















