/* =========================================================================
   MC Leads Landing — Estilos de frontend
   Nota: los controles de Estilo de cada widget en Elementor generan CSS
   inline con mayor especificidad que sobreescribe estos valores por defecto,
   por lo que estos colores/tipografías son solo un fallback prolijo.
   ========================================================================= */

.mc-ll-hero,
.mc-ll-benefits,
.mc-ll-trust {
	box-sizing: border-box;
}

.mc-ll-hero *,
.mc-ll-benefits *,
.mc-ll-trust * {
	box-sizing: border-box;
}

/* ---------- HERO + FORMULARIO ---------- */
.mc-ll-hero {
	position: relative;
	padding: 60px 20px;
	background-color: #09347a;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mc-ll-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(9, 52, 122, 0.95) 40%, rgba(6, 35, 84, 0.9) 100%);
	z-index: 0;
}

.mc-ll-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.mc-ll-hero__inner {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.mc-ll-hero__text {
	color: #ffffff;
}

.mc-ll-badge {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 8px 15px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 20px;
	border-left: 4px solid #f38218;
	color: #ffffff;
}

.mc-ll-heading {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #ffffff;
}

.mc-ll-heading-highlight {
	color: #f38218;
}

.mc-ll-body-text {
	font-size: 1.05rem;
	margin: 0 0 15px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
}

.mc-ll-checklist {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.mc-ll-checklist li {
	margin-bottom: 10px;
}

.mc-ll-features-intro {
	font-size: 0.85rem;
	opacity: 0.85;
	margin-bottom: 8px !important;
}

.mc-ll-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mc-ll-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: rgba(255, 255, 255, 0.1);
	border-left: 3px solid #f38218;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
	color: #ffffff;
}

/* ---------- TARJETA DE FORMULARIO ---------- */
.mc-ll-form-card {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
	color: #333333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.mc-ll-form-card__title {
	font-size: 1.3rem;
	color: #09347a;
	margin: 0 0 10px;
	font-weight: 700;
}

.mc-ll-form-card__subtitle {
	font-size: 0.85rem;
	color: #666666;
	margin: 0 0 20px;
}

.mc-ll-field {
	margin-bottom: 15px;
}

.mc-ll-field label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #09347a;
}

.mc-ll-input {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-family: inherit;
	font-size: 0.9rem;
	transition: border-color 0.3s;
	background-color: #ffffff;
	color: #333333;
}

.mc-ll-input:focus {
	outline: none;
	border-color: #09347a;
}

textarea.mc-ll-input {
	resize: vertical;
}

/* Honeypot: oculto visualmente pero accesible a bots que ignoran CSS. */
.mc-ll-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mc-ll-submit {
	display: block;
	width: 100%;
	background-color: #f38218;
	color: #ffffff;
	border: none;
	padding: 12px;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.3s, opacity 0.2s;
	text-transform: uppercase;
	margin-top: 10px;
}

.mc-ll-submit:hover {
	background-color: #d66f0e;
}

.mc-ll-submit[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.mc-ll-privacy {
	font-size: 0.75rem;
	color: #888888;
	margin: 10px 0 0;
	text-align: center;
}

.mc-ll-form-message {
	margin-top: 12px;
	font-size: 0.9rem;
	font-weight: 600;
	display: none;
	padding: 10px 12px;
	border-radius: 5px;
}

.mc-ll-form-message.is-success {
	display: block;
	background-color: #e6f4ea;
	color: #1e7e34;
}

.mc-ll-form-message.is-error {
	display: block;
	background-color: #fdecea;
	color: #b32424;
}

/* ---------- BENEFICIOS ---------- */
.mc-ll-benefits {
	padding: 60px 20px;
}

.mc-ll-benefits__header {
	text-align: center;
	margin-bottom: 40px;
}

.mc-ll-benefits-title {
	font-size: 2rem;
	color: #09347a;
	font-weight: 700;
	margin: 0 0 10px;
}

.mc-ll-benefits-subtitle {
	font-size: 1rem;
	color: #666666;
	margin: 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.mc-ll-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.mc-ll-benefits-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.mc-ll-benefits-grid {
		grid-template-columns: 1fr !important;
	}
}

.mc-ll-benefit-card {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border-top: 4px solid #09347a;
	transition: transform 0.3s;
	text-align: center;
}

.mc-ll-benefit-card:hover {
	transform: translateY(-5px);
}

.mc-ll-benefit-card--alt {
	border-top-color: #f38218;
}

.mc-ll-benefit-icon {
	font-size: 3.4rem;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	line-height: 1;
}

.mc-ll-benefit-icon svg {
	width: 68px;
	height: 68px;
	display: inline-block;
}

.mc-ll-benefit-card h4 {
	color: #09347a;
	font-size: 1.15rem;
	margin: 0 0 10px;
	font-weight: 600;
}

.mc-ll-benefit-card p {
	font-size: 0.9rem;
	color: #555555;
	margin: 0;
}

/* ---------- CONFIANZA / LOGOS ---------- */
.mc-ll-trust {
	padding: 50px 20px;
	text-align: center;
}

.mc-ll-trust-title {
	font-weight: 700;
	color: #09347a;
	font-size: 1.4rem;
	margin: 0 0 5px;
}

.mc-ll-trust-subtitle {
	color: #666666;
	font-size: 1rem;
	margin: 0 0 8px;
}

.mc-ll-trust-description {
	color: #666666;
	margin: 0 0 25px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.mc-ll-trust-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.mc-ll-trust-logos img {
	max-height: 50px;
	width: auto;
	transition: filter 0.3s;
}

.mc-ll-trust-logos--grayscale img {
	filter: grayscale(100%);
	opacity: 0.85;
}

.mc-ll-trust-logos--grayscale img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* ---------- WHATSAPP FLOTANTE ---------- */
.mc-ll-whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	background-color: #25d366;
	color: #ffffff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 999;
	transition: transform 0.3s, background-color 0.3s;
}

.mc-ll-whatsapp-float:hover {
	transform: scale(1.08);
	background-color: #128c7e;
}

.mc-ll-whatsapp-icon {
	width: 52%;
	height: 52%;
	display: block;
}

.mc-ll-whatsapp-float--right {
	right: 30px;
}

.mc-ll-whatsapp-float--left {
	left: 30px;
}

@media (max-width: 767px) {
	.mc-ll-hide-mobile {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.mc-ll-hide-desktop {
		display: none !important;
	}
}
