/**
 * =============================================================================
 * UBICACIÓN:		/assets/css/pages/home.css
 * ARCHIVO:		home.css
 * DESCRIPCIÓN TÉCNICA:	Estilos específicos de la Home pública de MERCAFUT.
 *			Implementación mobile-first, premium y semántica,
 *			preparada para convivir con la arquitectura CSS modular
 *			del proyecto y con la Home pública orientada a conversión.
 *			Refactor UX final F12:
 *			- limpieza de reglas heredadas no usadas
 *			- reducción de deuda visual y responsive redundante
 *			- ajuste de densidad vertical
 *			- mejora de percepción premium mobile-first
 *			- mantenimiento total de la identidad visual actual
 * DESCRIPCIÓN FÁCIL:	Diseña la Home pública de MERCAFUT con apariencia
 *			premium, estructura clara y comportamiento visual
 *			más limpio, consistente y preparado para producción.
 * =============================================================================
 * ÍNDICE
 * 1. Variables y base global
 * 2. Shell, layout general y espaciado
 * 3. Tipografía y encabezados
 * 4. Superficies, cards y contenedores
 * 5. Hero principal
 * 5.1 Bloque de credibilidad
 * 5.2 Bloque visual central
 * 5.3 Franja CTA corporativa
 * 5.4 Bloque visibilidad de perfil
 * 5.5 Bloque confianza y seguridad
 * 5.6 Bloque antiacoso y protección
 * 5.7 Bloque mayor control
 * 5.8 Bloque notificaciones y actividad
 * 5.9 Bloque cómo funciona
 * 5.10 Futbolistas registrados
 * 5.11 Bloque app móvil
 * 5.12 Crecimiento natural
 * 5.13 Extiende tu búsqueda
 * 5.14 Preguntas frecuentes
 * 5.15 CTA final
 * 6. Botones, chips y meta del hero
 * 7. Panel premium, métricas y validadores
 * 8. Bloques auxiliares y contenido editorial
 * 9. Ajustes UX mobile
 * 10. Responsive tablet
 * 11. Responsive desktop
 * 12. Footer público home
 * =============================================================================
 */

/* =============================================================================
 * 1. VARIABLES Y BASE GLOBAL
 * ============================================================================= */
.mf-home {
	--mf-home-bg: #07111f;
	--mf-home-bg-soft: #0d1b2d;
	--mf-card-width: 580px;

	--mf-home-surface: rgba(255, 255, 255, 0.06);
	--mf-home-surface-strong: rgba(255, 255, 255, 0.1);
	--mf-home-border: rgba(255, 255, 255, 0.12);
	--mf-home-text: #f5f7fb;
	--mf-home-text-soft: rgba(245, 247, 251, 0.76);
	--mf-home-text-muted: rgba(245, 247, 251, 0.58);

	--mf-home-brand: var(--brand-primary, #002171);
	--mf-home-brand-dark: var(--brand-primary-dark, #001a5a);
	--mf-home-brand-light: var(--brand-primary-light, #163a8f);
	--mf-home-brand-hover: var(--brand-primary-hover, #001856);

	--mf-home-accent: var(--brand-accent, #2ABAF9);
	--mf-home-accent-dark: var(--brand-accent-dark, #159fdb);
	--mf-home-accent-light: var(--brand-accent-light, #7dd8fb);
	--mf-home-accent-hover: var(--brand-accent-hover, #0f96cf);

	--mf-home-accent-soft: rgba(42, 186, 249, 0.14);
	--mf-home-brand-soft: rgba(0, 33, 113, 0.12);
	--mf-home-brand-soft-strong: rgba(0, 33, 113, 0.18);

	--mf-home-white: #ffffff;
	--mf-home-black: #111111;
	--mf-home-ink: #1f3658;
	--mf-home-ink-strong: #13263f;
	--mf-home-line: #d9e1ec;
	--mf-home-line-strong: #c4d1e3;
	--mf-home-surface-light: #eaf3fb;
	--mf-home-surface-neutral: #e9e9e9;

	--mf-home-cta-bg: linear-gradient(180deg, var(--mf-home-brand) 0%, var(--mf-home-brand-dark) 100%);
	--mf-home-cta-shadow: 0 16px 30px rgba(0, 33, 113, 0.24);
	--mf-home-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);

	background:
		radial-gradient(circle at top left, rgba(42, 186, 249, 0.12), transparent 26rem),
		radial-gradient(circle at top right, rgba(0, 33, 113, 0.16), transparent 24rem),
		linear-gradient(180deg, #07111f 0%, #0a1422 100%);
	color: var(--mf-home-text);
	min-height: 100vh;
	overflow-x: hidden;
	padding-bottom: 3rem;
}

.mf-home *,
.mf-home *::before,
.mf-home *::after {
	box-sizing: border-box;
}

.mf-home * {
	max-width: 100%;
}

/* =============================================================================
 * 2. SHELL, LAYOUT GENERAL Y ESPACIADO
 * ============================================================================= */
.mf-home-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 1rem;
}

.mf-home-hero,
.mf-home-section,
.mf-home-cta {
	padding: 1.25rem 0;
}

.mf-home-strip {
	padding: 0.5rem 0 1rem;
}

.mf-home-section + .mf-home-section,
.mf-home-section + .mf-home-cta,
.mf-home-hero + .mf-home-section {
	margin-top: 0.5rem;
}

.mf-home-grid,
.mf-home-hero__grid,
.mf-home-grid--why,
.mf-home-grid--steps,
.mf-home-grid--product,
.mf-home-grid--offers,
.mf-home-grid--profiles,
.mf-home-grid--network,
.mf-home-grid--articles,
.mf-home-grid--testimonials,
.mf-home-grid--features,
.mf-home-strip__grid {
	display: grid;
	gap: 1rem;
}

/* =============================================================================
 * 3. TIPOGRAFÍA Y ENCABEZADOS
 * ============================================================================= */
.mf-home-section__head {
	margin: 0 0 1.1rem;
	max-width: 860px;
}

.mf-home-section__kicker,
.mf-home-kicker {
	color: var(--mf-home-accent);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-title,
.mf-home-section__title,
.mf-home-cta__title,
.mf-home-card__title,
.mf-home-message__name,
.mf-home-step__title {
	margin: 0;
}

.mf-home-title {
	font-size: clamp(2rem, 7vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-wrap: balance;
}

.mf-home-section__title {
	font-size: clamp(1.55rem, 4.5vw, 2.7rem);
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin-bottom: 0.75rem;
	text-wrap: balance;
}

.mf-home-card__title {
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.mf-home-lead,
.mf-home-section__intro,
.mf-home-card__text,
.mf-home-cta__text,
.mf-home-panel__text,
.mf-home-message__body,
.mf-home-bullets li,
.mf-home-links li,
.mf-home-step__text,
.mf-home-strip__item span,
.mf-home-feature-point span,
.mf-home-panel__note {
	color: var(--mf-home-text-soft);
	line-height: 1.72;
}

.mf-home-lead,
.mf-home-cta__text {
	font-size: 1rem;
	max-width: 68ch;
}

/* =============================================================================
 * 4. SUPERFICIES, CARDS Y CONTENEDORES
 * ============================================================================= */
.mf-home-panel,
.mf-home-card,
.mf-home-cta__box,
.mf-home-step,
.mf-home-strip__item {
	backdrop-filter: blur(18px);
	background: var(--mf-home-surface);
	border: 1px solid var(--mf-home-border);
	border-radius: 24px;
	box-shadow: var(--mf-home-shadow);
}

.mf-home-card,
.mf-home-panel,
.mf-home-cta__box {
	padding: 1rem;
}

.mf-home-step,
.mf-home-strip__item {
	padding: 1rem;
}

.mf-home-card--elevated {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
	border-color: rgba(255, 255, 255, 0.16);
}

.mf-home-section--accent .mf-home-card,
.mf-home-section--accent .mf-home-cta__box,
.mf-home-section--accent .mf-home-panel,
.mf-home-section--accent .mf-home-step {
	background: rgba(255, 255, 255, 0.08);
}

.mf-home-section--dark {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.mf-home-section--editorial {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.mf-home-section--editorial-soft {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
}

.mf-home-card__header {
	margin-bottom: 0.8rem;
}

.mf-home-card__header .mf-home-card__title {
	margin-top: 0.8rem;
}

/* =============================================================================
 * 5. HERO PRINCIPAL
 * ============================================================================= */
.mf-home-hero {
	padding: 0;
}

.mf-home-hero__full {
	width: 100%;
}

.mf-home-hero__frame {
	background: #ffffff;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mf-home-hero__top {
	position: relative;
	z-index: 1;
}

.mf-home-hero__top::after {
	background:
		linear-gradient(180deg, rgba(4, 14, 36, 0.22) 0%, rgba(4, 14, 36, 0.42) 55%, rgba(4, 14, 36, 0.54) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mf-home-hero__media-placeholder {
	background-image: url("/assets/img/Hero_WEBP.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 580px;
	width: 100%;
}

.mf-home-hero__filter-wrap {
	inset: 0;
	padding: 1.25rem 1rem 1.25rem;
	position: absolute;
	z-index: 2;
}

.mf-home-hero__intro {
	display: block;
	margin: 0 auto;
	max-width: 340px;
	padding-top: 0.15rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.mf-home-hero__eyebrow {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.mf-home-hero__headline {
	color: #ffffff;
	font-size: clamp(2rem, 8.4vw, 3.1rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.94;
	margin: 0 0 0.9rem;
	text-shadow:
		0 2px 10px rgba(0, 0, 0, 0.28),
		0 10px 28px rgba(0, 0, 0, 0.24);
	text-wrap: balance;
}

.mf-home-hero__subheadline {
	color: rgba(255, 255, 255, 0.96);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.24),
		0 8px 22px rgba(0, 0, 0, 0.2);
}

.mf-home-hero__mobile-trigger {
	background: var(--mf-home-cta-bg);
	border: 0;
	border-radius: 999px;
	bottom: 1.25rem;
	box-shadow: var(--mf-home-cta-shadow);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.08rem;
	font-weight: 800;
	justify-content: center;
	left: 50%;
	min-height: 56px;
	padding: 0.95rem 1.25rem;
	position: absolute;
	transform: translateX(-50%);
	width: min(320px, calc(100% - 2rem));
	z-index: 4;
}

.mf-home-hero__mobile-overlay {
	background: rgba(5, 10, 18, 0.34);
	inset: 0;
	position: absolute;
	z-index: 4;
}

.mf-home-hero__filter-card {
	background: linear-gradient(180deg, #f6f6f6 0%, #ececec 100%);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 22px;
	box-shadow:
		0 22px 50px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	left: 50%;
	max-width: 450px;
	padding: 1.75rem 1.4rem 1.4rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
	z-index: 5;
}

.mf-home-hero__close {
	align-items: center;
	background: rgba(0, 33, 113, 0.08);
	border: 0;
	border-radius: 999px;
	color: var(--mf-home-brand);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0.9rem;
	top: 0.9rem;
	width: 42px;
}

.mf-home-hero__brand {
	color: var(--mf-home-brand);
	font-size: clamp(2rem, 5vw, 3.3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 1.25rem;
	text-align: center;
}

.mf-home-hero__logo {
	display: block;
	height: auto;
	margin: 0 auto;
	width: clamp(140px, 12vw, 200px);
}

.mf-home-hero__filter {
	display: grid;
	gap: 1rem;
}

.mf-home-hero__label {
	color: var(--mf-home-ink);
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 0.45rem;
}

.mf-home-hero__field {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--mf-home-line);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
	padding: 0.65rem 0.9rem 0.35rem;
}

.mf-home-hero__field--boxed {
	border: 2px solid color-mix(in srgb, var(--mf-home-brand) 28%, var(--mf-home-line));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 6px 18px rgba(0, 33, 113, 0.06);
}

.mf-home-hero__field select {
	appearance: none;
	background: transparent;
	border: 0;
	color: #475467;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.4;
	min-height: 40px;
	outline: none;
	padding: 0;
	width: 100%;
}

.mf-home-hero__submit {
	background: var(--mf-home-cta-bg);
	border: 0;
	border-radius: 999px;
	box-shadow: var(--mf-home-cta-shadow);
	color: #ffffff;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 800;
	min-height: 56px;
	padding: 0.95rem 1.25rem;
	width: 100%;
}

.mf-home-hero__mobile-trigger:hover,
.mf-home-hero__submit:hover {
	filter: brightness(1.03);
}

.mf-home-hero__bottom {
	background: #e7e7e7;
	padding: 1.8rem 1rem 1.95rem;
	position: relative;
	z-index: 3;
}

.mf-home-hero__benefits {
	display: grid;
	gap: 1.8rem;
	margin: 0 auto;
	max-width: 360px;
	position: relative;
	z-index: 4;
}

.mf-home-hero__benefit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	text-align: center;
}

.mf-home-hero__benefit-dot {
	align-items: center;
	background: #ffffff;
	border: 2px solid rgba(0, 33, 113, 0.08);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	color: var(--mf-home-brand);
	display: flex;
	font-size: 1.5rem;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.mf-home-hero__benefit p {
	color: #111827;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.22;
	margin: 0;
	max-width: 18ch;
}

/* =============================================================================
 * 5.1 BLOQUE DE CREDIBILIDAD
 * ============================================================================= */
.mf-home-proof {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-proof__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-proof__head {
	margin: 0 auto 1.3rem;
	max-width: 980px;
	text-align: center;
}

.mf-home-proof__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-proof__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 0.85rem;
	text-wrap: balance;
}

.mf-home-proof__intro {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 74ch;
	text-wrap: balance;
}

.mf-home-proof__grid {
	display: grid;
	gap: 1rem;
	margin: 0 auto;
	max-width: 1220px;
}

.mf-home-proof__item {
	align-items: start;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 24px;
	box-shadow:
		0 12px 28px rgba(0, 33, 113, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.38);
	display: grid;
	gap: 1rem;
	grid-template-columns: 64px minmax(0, 1fr);
	overflow: hidden;
	padding: 1rem;
	position: relative;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		border-color 0.18s ease,
		background-color 0.18s ease;
}

.mf-home-proof__item::before {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 16%, transparent 84%),
		transparent 68%
	);
	content: "";
	height: 180px;
	inset: -35% -35% auto auto;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
	transform: translate(18%, -10%);
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: 180px;
}

.mf-home-proof__item:hover {
	background: rgba(255, 255, 255, 0.9);
	border-color: color-mix(in srgb, rgba(0, 33, 113, 0.08) 52%, var(--mf-home-brand) 48%);
	box-shadow:
		0 18px 34px rgba(0, 33, 113, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.48);
	transform: translateY(-2px);
}

.mf-home-proof__item:hover::before {
	opacity: 0.62;
	transform: translate(12%, -6%);
}

.mf-home-proof__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--mf-home-brand), var(--mf-home-accent));
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 33, 113, 0.14);
	color: #ffffff;
	display: flex;
	font-size: 1.35rem;
	height: 56px;
	justify-content: center;
	position: relative;
	width: 56px;
	z-index: 1;
}

.mf-home-proof__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 28ch;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.mf-home-proof__body h3 {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.16;
	margin: 0 0 0.35rem;
	text-align: center;
	text-wrap: balance;
	width: 100%;
}

.mf-home-proof__body p {
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
	text-align: center;
	text-wrap: balance;
	width: 100%;
}

/* =============================================================================
 * 5.2 BLOQUE VISUAL CENTRAL
 * ============================================================================= */
.mf-home-showcase {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-showcase__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-showcase__head {
	margin: 0 auto 1.3rem;
	max-width: 980px;
	text-align: center;
}

.mf-home-showcase__kicker {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-showcase__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 0.85rem;
	text-wrap: balance;
}

.mf-home-showcase__intro {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 78ch;
}

.mf-home-showcase__body {
	align-items: center;
	display: grid;
	gap: 1.25rem;
}

.mf-home-showcase__visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mf-home-showcase__image-wrap {
	position: relative;
	width: min(100%, 540px);
}

.mf-home-showcase__image-wrap::before {
	background: linear-gradient(135deg, rgba(0, 33, 113, 0.08), rgba(42, 186, 249, 0.1));
	border-radius: 28px;
	content: "";
	height: 78%;
	inset: auto -0.9rem -0.9rem -0.9rem;
	position: absolute;
	z-index: 0;
}

.mf-home-showcase__image-wrap::after {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 24%, transparent) 0%,
		transparent 72%
	);
	border-radius: 32px;
	content: "";
	filter: blur(26px);
	inset: -20px;
	opacity: 0.35;
	position: absolute;
	z-index: -1;
}

.mf-home-showcase__image {
	border-radius: 24px;
	box-shadow:
		0 26px 60px rgba(0, 0, 0, 0.16),
		0 10px 24px rgba(0, 33, 113, 0.14);
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mf-home-showcase__copy {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 24px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.05);
	padding: 1.1rem 1rem;
}

.mf-home-showcase__copy-eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.mf-home-showcase__copy-title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.6rem;
	text-wrap: balance;
}

.mf-home-showcase__copy-text {
	color: #475569;
	font-size: 1rem;
	line-height: 1.62;
	margin: 0;
}

/* =============================================================================
 * 5.3 FRANJA CTA CORPORATIVA
 * ============================================================================= */
.mf-home-cta-band {
	background: linear-gradient(135deg, var(--mf-home-brand) 0%, var(--mf-home-brand-dark) 100%);
	padding: 2.1rem 0 2.3rem;
}

.mf-home-cta-band__inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

.mf-home-cta-band__title {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.6rem, 3.2vw, 2.6rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 auto;
	max-width: 980px;
	text-wrap: balance;
}

.mf-home-cta-band__button {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: var(--mf-home-brand);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.7rem;
	justify-content: center;
	margin-top: 1.45rem;
	min-height: 46px;
	padding: 0.8rem 1.45rem;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mf-home-cta-band__button:hover {
	background: #f7fbff;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
	transform: translateY(-1px);
}

.mf-home-cta-band__button-icon {
	align-items: center;
	color: var(--mf-home-accent);
	display: inline-flex;
	font-size: 1.15rem;
	justify-content: center;
	line-height: 1;
}

/* =============================================================================
 * 5.4 BLOQUE VISIBILIDAD DE PERFIL
 * ============================================================================= */
.mf-home-visibility {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-visibility__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-visibility__grid {
	align-items: center;
	display: grid;
	gap: 1.35rem;
}

.mf-home-visibility__content {
	max-width: 860px;
	min-width: 0;
}

.mf-home-visibility__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-visibility__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.mf-home-visibility__lead {
	color: #111111;
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.62;
	margin: 0 0 1rem;
}

.mf-home-visibility__content p {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 0 1rem;
}

.mf-home-visibility__content p:last-child {
	margin-bottom: 0;
}

.mf-home-visibility__content a {
	color: var(--mf-home-brand);
	font-weight: 700;
	text-decoration: none;
}

.mf-home-visibility__content a:hover {
	text-decoration: underline;
}

.mf-home-visibility__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.mf-home-visibility__image-wrap {
	position: relative;
	width: min(100%, 540px);
}

.mf-home-visibility__image-wrap::before {
	background: linear-gradient(135deg, rgba(0, 33, 113, 0.08), rgba(42, 186, 249, 0.1));
	border-radius: 28px;
	content: "";
	height: 78%;
	inset: auto -1rem -1rem -1rem;
	position: absolute;
	z-index: 0;
}

.mf-home-visibility__image-wrap::after {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 20%, transparent) 0%,
		transparent 72%
	);
	border-radius: 34px;
	content: "";
	filter: blur(26px);
	inset: -18px;
	opacity: 0.4;
	position: absolute;
	z-index: -1;
}

.mf-home-visibility__image {
	border-radius: 24px;
	box-shadow:
		0 24px 54px rgba(0, 0, 0, 0.16),
		0 10px 24px rgba(0, 33, 113, 0.12);
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mf-home-visibility__note {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 24px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.05);
	margin-top: 1.15rem;
	padding: 1.1rem 1rem;
}

.mf-home-visibility__note h3 {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.55rem;
	text-wrap: balance;
}

.mf-home-visibility__note p {
	color: #475569;
	font-size: 1rem;
	line-height: 1.62;
	margin: 0;
}

/* =============================================================================
 * 9. AJUSTES UX MOBILE
 * ============================================================================= */
@media (max-width: 767.98px) {
	.mf-home-hero__media-placeholder {
		background-position: center top;
		background-size: cover;
	}

	.mf-home-proof,
	.mf-home-showcase,
	.mf-home-visibility {
		padding: 2.6rem 0 2.8rem;
	}

	.mf-home-proof__panel,
	.mf-home-showcase__panel,
	.mf-home-visibility__panel {
		border-radius: 24px;
		padding: 1.2rem 0.9rem 0.9rem;
	}

	.mf-home-proof__title,
	.mf-home-showcase__title,
	.mf-home-visibility__title {
		font-size: clamp(1.6rem, 7vw, 2.05rem);
	}

	.mf-home-proof__intro,
	.mf-home-showcase__intro {
		font-size: 1rem;
		max-width: none;
	}

	.mf-home-proof__item {
		border-radius: 20px;
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0.95rem;
	}

	.mf-home-proof__icon {
		border-radius: 16px;
		font-size: 1.2rem;
		height: 50px;
		width: 50px;
	}

	.mf-home-proof__body {
		align-items: flex-start;
		margin: 0;
		max-width: none;
		text-align: left;
		width: 100%;
	}

	.mf-home-proof__body h3,
	.mf-home-proof__body p {
		text-align: left;
	}

	.mf-home-proof__body h3 {
		font-size: 1.12rem;
	}

	.mf-home-proof__body p {
		font-size: 0.95rem;
	}

	.mf-home-showcase__visual {
		margin: 1.8rem auto 1.55rem;
	}

	.mf-home-showcase__image-wrap,
	.mf-home-visibility__image-wrap {
		width: min(100%, 430px);
	}

	.mf-home-showcase__image {
		border-radius: 18px;
	}

	.mf-home-showcase__copy,
	.mf-home-visibility__note {
		border-radius: 20px;
		padding: 1rem 0.95rem;
	}

	.mf-home-showcase__copy-title,
	.mf-home-visibility__note h3 {
		font-size: 1.28rem;
	}

	.mf-home-showcase__copy-text,
	.mf-home-visibility__note p {
		font-size: 0.98rem;
	}

	.mf-home-visibility__lead,
	.mf-home-visibility__content p {
		max-width: none;
	}
}

/* =============================================================================
 * 10. RESPONSIVE TABLET
 * ============================================================================= */
@media (min-width: 768px) {
	.mf-home-shell {
		padding: 0 1.5rem;
	}

	.mf-home-section,
	.mf-home-cta {
		padding: 2rem 0;
	}

	.mf-home-card,
	.mf-home-panel,
	.mf-home-cta__box {
		padding: 1.35rem;
	}

	.mf-home-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mf-home-grid--why,
	.mf-home-grid--offers,
	.mf-home-grid--profiles,
	.mf-home-grid--network {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mf-home-grid--steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-grid--product {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.mf-home-grid--testimonials,
	.mf-home-grid--features,
	.mf-home-grid--articles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mf-home-featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-hero__media-placeholder {
		min-height: 728px;
	}

	.mf-home-hero__filter-wrap {
		inset: 0;
		padding: 0;
		position: absolute;
	}

	.mf-home-hero__intro {
		display: block;
		left: 2rem;
		max-width: 420px;
		padding-top: 0;
		position: absolute;
		text-align: left;
		top: 2.2rem;
		z-index: 3;
	}

	.mf-home-hero__headline {
		font-size: clamp(2.5rem, 5vw, 4rem);
		max-width: 10ch;
	}

	.mf-home-hero__subheadline {
		font-size: 1rem;
		max-width: 38ch;
	}

	.mf-home-hero__mobile-trigger {
		display: none;
	}

	.mf-home-hero__mobile-overlay {
		display: none !important;
	}

	.mf-home-hero__filter-card {
		display: block !important;
		left: auto;
		max-width: 430px;
		padding: 1.6rem 1.35rem 1.35rem;
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		width: min(430px, calc(100% - 4rem));
	}

	.mf-home-hero__close {
		display: none;
	}

	.mf-home-hero__bottom {
		padding: 0 1.25rem 1.2rem;
		position: relative;
		z-index: 3;
	}

	.mf-home-hero__benefits {
		align-items: start;
		gap: 0.95rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 980px;
		position: relative;
		transform: translateY(-30px);
		z-index: 4;
	}

	.mf-home-hero__benefit {
		gap: 0.75rem;
	}

	.mf-home-hero__benefit-dot {
		height: 64px;
		width: 64px;
	}

	.mf-home-hero__benefit p {
		max-width: 19ch;
	}

	.mf-home-proof,
	.mf-home-showcase,
	.mf-home-visibility {
		padding: 3.2rem 0 3.4rem;
	}

	.mf-home-proof__panel,
	.mf-home-showcase__panel,
	.mf-home-visibility__panel {
		padding: 1.6rem 1.4rem 1.15rem;
	}

	.mf-home-proof__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.mf-home-proof__item {
		align-content: start;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 100%;
		text-align: center;
	}

	.mf-home-proof__icon {
		margin: 0 auto 0.2rem;
	}

	.mf-home-proof__body {
		margin: 0 auto;
		max-width: 26ch;
		text-align: center;
	}

	.mf-home-showcase__head {
		margin-bottom: 1.6rem;
	}

	.mf-home-showcase__body {
		align-items: center;
		gap: 1.6rem;
		grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
	}

	.mf-home-showcase__visual {
		justify-content: flex-end;
		order: 2;
	}

	.mf-home-showcase__copy {
		order: 1;
		padding: 1.2rem 1.1rem;
	}

	.mf-home-cta-band {
		padding: 2.6rem 0 2.8rem;
	}

	.mf-home-cta-band__button {
		margin-top: 1.65rem;
		min-height: 50px;
		padding: 0.9rem 1.7rem;
	}

	.mf-home-visibility__grid {
		gap: 1.8rem;
		grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	}

	.mf-home-visibility__visual {
		justify-content: flex-end;
	}

	.mf-home-visibility__note {
		margin-top: 1.45rem;
		padding: 1.2rem 1.15rem;
	}
}

/* =============================================================================
 * 5.5 BLOQUE CONFIANZA Y SEGURIDAD
 * ============================================================================= */
.mf-home-security {
	background: #ffffff;
	overflow: hidden;
	padding: 3rem 0 3.2rem;
}

.mf-home-security__grid {
	align-items: center;
	display: grid;
	gap: 1.85rem;
}

.mf-home-security__visual {
	order: 2;
}

.mf-home-security__content {
	max-width: 700px;
	order: 1;
}

.mf-home-security__stack {
	display: grid;
	gap: 1rem;
	margin: 0 auto;
	max-width: 620px;
}

.mf-home-security__card {
	align-items: flex-start;
	background: #f4f8fc;
	border: 1px solid rgba(0, 33, 113, 0.1);
	border-radius: 22px;
	box-shadow: 0 14px 32px rgba(0, 33, 113, 0.08);
	display: grid;
	gap: 1rem;
	grid-template-columns: 72px minmax(0, 1fr);
	padding: 1.1rem;
}

.mf-home-security__card--primary {
	background: linear-gradient(135deg, rgba(0, 33, 113, 0.08), rgba(42, 186, 249, 0.08));
	border-color: rgba(0, 33, 113, 0.14);
}

.mf-home-security__icon {
	align-items: center;
	background: linear-gradient(135deg, var(--mf-home-brand), var(--mf-home-accent));
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 33, 113, 0.16);
	color: #ffffff;
	display: flex;
	font-size: 1.55rem;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.mf-home-security__card-body h3 {
	color: #111111;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.35rem;
}

.mf-home-security__card-body p {
	color: #334155;
	font-size: 0.96rem;
	line-height: 1.5;
	margin: 0;
}

.mf-home-security__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 2.8vw, 2.1rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.mf-home-security__content p {
	color: #111111;
	font-size: 1.02rem;
	line-height: 1.62;
	margin: 0 0 1rem;
}

/* =============================================================================
 * 5.6 BLOQUE ANTIACOSO Y PROTECCIÓN
 * ============================================================================= */
.mf-home-antiabuse {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-antiabuse__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-antiabuse__grid {
	display: grid;
	gap: 1.35rem;
}

.mf-home-antiabuse__content {
	max-width: 760px;
}

.mf-home-antiabuse__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-antiabuse__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3.2vw, 2.85rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 1rem;
	max-width: 16ch;
	text-wrap: balance;
}

.mf-home-antiabuse__lead {
	color: #111111;
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 1rem;
	max-width: 62ch;
}

.mf-home-antiabuse__content p {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 0 1rem;
	max-width: 68ch;
}

.mf-home-antiabuse__actions {
	display: grid;
	gap: 1rem;
}

.mf-home-antiabuse__card {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.06);
	display: grid;
	gap: 1rem;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 1rem;
}

.mf-home-antiabuse__card-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--mf-home-brand), var(--mf-home-accent));
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 33, 113, 0.14);
	color: #ffffff;
	display: flex;
	font-size: 1.35rem;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.mf-home-antiabuse__card-body h3 {
	color: #111111;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.35rem;
}

.mf-home-antiabuse__card-body p {
	color: #475569;
	font-size: 0.96rem;
	line-height: 1.55;
	margin: 0;
	max-width: none;
}

.mf-home-antiabuse__note {
	background: linear-gradient(135deg, var(--mf-home-brand) 0%, var(--mf-home-brand-dark) 100%);
	border-radius: 24px;
	box-shadow: 0 18px 36px rgba(0, 33, 113, 0.18);
	margin-top: 1.15rem;
	padding: 1.15rem 1rem;
}

.mf-home-antiabuse__note h3 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.55rem;
	text-wrap: balance;
}

.mf-home-antiabuse__note p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	line-height: 1.58;
	margin: 0;
	max-width: 78ch;
}

/* =============================================================================
 * 5.7 BLOQUE MAYOR CONTROL
 * ============================================================================= */
.mf-home-control {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-control__grid {
	align-items: stretch;
	display: grid;
	gap: 1.4rem;
}

.mf-home-control__content {
	background: linear-gradient(180deg, #f6f9fc 0%, #eef4fa 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 26px;
	box-shadow:
		0 16px 34px rgba(0, 33, 113, 0.06),
		0 6px 14px rgba(15, 23, 42, 0.04);
	max-width: 100%;
	min-width: 0;
	padding: 1.2rem 1rem;
}

.mf-home-control__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-control__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 1rem;
	max-width: 15ch;
	text-wrap: balance;
}

.mf-home-control__lead {
	color: #111111;
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 1rem;
	max-width: 58ch;
}

.mf-home-control__content p {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 0 1rem;
	max-width: 62ch;
}

.mf-home-control__content p:last-child {
	margin-bottom: 0;
}

.mf-home-control__features {
	display: grid;
	gap: 1rem;
}

.mf-home-control__item {
	align-items: start;
	background: linear-gradient(180deg, #f3f7fb 0%, #edf2f8 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 24px;
	box-shadow:
		0 14px 32px rgba(0, 33, 113, 0.06),
		0 6px 14px rgba(15, 23, 42, 0.04);
	display: grid;
	gap: 1rem;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 1rem;
}

.mf-home-control__marker {
	align-items: center;
	background: rgba(0, 33, 113, 0.06);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 18px;
	color: var(--mf-home-brand);
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.06em;
	width: 56px;
}

.mf-home-control__text h3 {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28rem;
	font-weight: 500;
	line-height: 1.18;
	margin: 0 0 0.45rem;
	text-wrap: balance;
}

.mf-home-control__text p {
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
	max-width: none;
}

@media (max-width: 767.98px) {
	.mf-home-control {
		padding: 2.6rem 0 2.8rem;
	}

	.mf-home-control__content {
		border-radius: 22px;
		padding: 1.05rem 0.95rem;
	}

	.mf-home-control__title {
		font-size: clamp(1.6rem, 7vw, 2.05rem);
		max-width: none;
	}

	.mf-home-control__lead,
	.mf-home-control__content p {
		max-width: none;
	}

	.mf-home-control__item {
		border-radius: 20px;
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0.95rem;
	}

	.mf-home-control__marker {
		border-radius: 16px;
		font-size: 0.94rem;
		height: 50px;
		width: 50px;
	}

	.mf-home-control__text h3 {
		font-size: 1.16rem;
	}
}

@media (min-width: 768px) {
	.mf-home-control {
		padding: 3.2rem 0 3.4rem;
	}

	.mf-home-control__grid {
		gap: 1.4rem;
		grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	}

	.mf-home-control__content {
		padding: 1.35rem 1.2rem;
	}

	.mf-home-control__features {
		align-content: stretch;
	}

	.mf-home-control__item {
		min-height: 100%;
		padding: 1.05rem;
	}
}

@media (min-width: 1024px) {
	.mf-home-control {
		padding: 3.6rem 0 3.8rem;
	}

	.mf-home-control__grid {
		align-items: stretch;
		gap: 1.6rem;
		grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
	}

	.mf-home-control__content {
		border-radius: 28px;
		padding: 1.55rem 1.45rem;
	}

	.mf-home-control__title {
		font-size: clamp(1.95rem, 2.4vw, 2.8rem);
		max-width: 14ch;
	}

	.mf-home-control__lead {
		font-size: 1.1rem;
		max-width: 60ch;
	}

	.mf-home-control__content p {
		font-size: 1.05rem;
		max-width: 62ch;
	}

	.mf-home-control__features {
		gap: 1rem;
	}

	.mf-home-control__item {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 1.15rem;
	}

	.mf-home-control__marker {
		font-size: 1.02rem;
		height: 60px;
		width: 60px;
	}

	.mf-home-control__text h3 {
		font-size: 1.34rem;
	}

	.mf-home-control__text p {
		font-size: 0.99rem;
		line-height: 1.58;
	}
}

/* =============================================================================
 * 5.8 BLOQUE NOTIFICACIONES Y ACTIVIDAD
 * ============================================================================= */
.mf-home-notify {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-notify__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-notify__grid {
	display: grid;
	gap: 1.35rem;
}

.mf-home-notify__content {
	max-width: 760px;
}

.mf-home-notify__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-notify__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3.2vw, 2.85rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 1rem;
	max-width: 17ch;
	text-wrap: balance;
}

.mf-home-notify__lead {
	color: #111111;
	font-size: 1.06rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 1rem;
	max-width: 62ch;
}

.mf-home-notify__content p {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 0 1rem;
	max-width: 68ch;
}

.mf-home-notify__cards {
	display: grid;
	gap: 1rem;
}

.mf-home-notify__card {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.06);
	display: grid;
	gap: 1rem;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 1rem;
}

.mf-home-notify__card-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--mf-home-brand), var(--mf-home-accent));
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(0, 33, 113, 0.14);
	color: #ffffff;
	display: flex;
	font-size: 1.35rem;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.mf-home-notify__card-body h3 {
	color: #111111;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.35rem;
}

.mf-home-notify__card-body p {
	color: #475569;
	font-size: 0.96rem;
	line-height: 1.55;
	margin: 0;
	max-width: none;
}

.mf-home-notify__note {
	background: linear-gradient(135deg, var(--mf-home-brand) 0%, var(--mf-home-brand-dark) 100%);
	border-radius: 24px;
	box-shadow: 0 18px 36px rgba(0, 33, 113, 0.18);
	margin-top: 1.15rem;
	padding: 1.15rem 1rem;
}

.mf-home-notify__note h3 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.55rem;
	text-wrap: balance;
}

.mf-home-notify__note p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	line-height: 1.58;
	margin: 0;
	max-width: 78ch;
}

/* =============================================================================
 * 5.9 BLOQUE CÓMO FUNCIONA
 * ============================================================================= */
.mf-home-steps {
	background: linear-gradient(180deg, #eef4fa 0%, #ffffff 100%);
	padding: 3.2rem 0 3.8rem;
}

.mf-home-steps__header {
	margin: 0 0 2.15rem;
	text-align: center;
}

.mf-home-steps__title {
	color: var(--mf-home-brand);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 0.45rem;
	text-wrap: balance;
}

.mf-home-steps__subtitle {
	color: #111111;
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 0;
}

.mf-home-steps__grid {
	display: grid;
	gap: 1.4rem;
	margin: 0 auto;
	max-width: 1280px;
}

.mf-home-steps__card-wrap {
	display: grid;
	gap: 0.9rem;
}

.mf-home-steps__card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	overflow: visible;
	position: relative;
}

.mf-home-steps__icon {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	color: var(--mf-home-brand);
	display: flex;
	font-size: 1.35rem;
	height: 52px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 52px;
	z-index: 3;
}

.mf-home-steps__image {
	background: linear-gradient(135deg, #d7d7d7, #f2f2f2);
	border-radius: 20px 20px 0 0;
	height: 200px;
	margin: 0.8rem 0 1rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mf-home-steps__image::after {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 25%, transparent) 0%,
		transparent 70%
	);
	border-radius: 24px;
	content: "";
	filter: blur(22px);
	inset: -16px;
	opacity: 0.3;
	position: absolute;
	z-index: -1;
}

.mf-home-steps__image img {
	border-radius: 18px;
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.14),
		0 8px 18px rgba(0, 33, 113, 0.12);
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.mf-home-steps__card:hover .mf-home-steps__image img {
	transform: scale(1.03);
}

.mf-home-steps__content {
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	padding: 1.55rem 1.45rem 1.45rem;
}

.mf-home-steps__content h3 {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.42rem;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.95rem;
}

.mf-home-steps__content p {
	color: #111111;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 0.85rem;
}

.mf-home-steps__content p:last-child {
	margin-bottom: 0;
}

.mf-home-steps__cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.mf-home-steps__cta {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

/* =============================================================================
 * 5.10 FUTBOLISTAS REGISTRADOS
 * ============================================================================= */
.mf-home-success {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-success__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1320px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-success__header {
	margin: 0 auto 1.25rem;
	max-width: 980px;
	text-align: center;
}

.mf-home-success__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-success__heading {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 0.8rem;
	text-wrap: balance;
}

.mf-home-success__intro {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 78ch;
}

.mf-home-success__grid {
	align-items: start;
	display: grid;
	gap: 1.25rem;
}

.mf-home-success__content {
	max-width: 760px;
	min-width: 0;
}

.mf-home-success__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.95rem);
	font-weight: 500;
	line-height: 1.14;
	margin: 0 0 0.85rem;
	text-wrap: balance;
}

.mf-home-success__content p {
	color: #475569;
	font-size: 1rem;
	line-height: 1.62;
	margin: 0;
}

.mf-home-success__cards {
	display: grid;
	gap: 0.9rem;
	min-width: 0;
}

.mf-home-success__card-wrap {
	min-width: 0;
}

.mf-home-success__card {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 22px;
	box-shadow:
		0 12px 28px rgba(0, 33, 113, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
	color: inherit;
	display: flex;
	gap: 0.9rem;
	isolation: isolate;
	min-height: 90px;
	min-width: 0;
	overflow: hidden;
	padding: 0.9rem;
	position: relative;
	text-decoration: none;
	transition:
		transform 0.16s ease,
		box-shadow 0.16s ease,
		border-color 0.16s ease,
		background-color 0.16s ease;
}

.mf-home-success__card::before {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 18%, transparent 82%),
		transparent 65%
	);
	content: "";
	height: 200px;
	inset: -40% -40% auto auto;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
	transform: translate(18%, -8%);
	transition: opacity 0.16s ease, transform 0.16s ease;
	width: 200px;
}

.mf-home-success__card:hover {
	background: rgba(255, 255, 255, 0.92);
	border-color: color-mix(in srgb, rgba(0, 33, 113, 0.08) 52%, var(--mf-home-brand) 48%);
	box-shadow:
		0 18px 34px rgba(0, 33, 113, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.55);
	transform: translateY(-2px);
}

.mf-home-success__card:hover::before {
	opacity: 0.62;
	transform: translate(12%, -6%);
}

.mf-home-success__card--placeholder:hover {
	transform: none;
}

.mf-home-success__card-media {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
}

.mf-home-success__card-avatar,
.mf-home-success__card-avatar-fallback {
	border-radius: 999px;
	height: 58px;
	width: 58px;
}

.mf-home-success__card-avatar {
	background: #ffffff;
	border: 2px solid rgba(0, 33, 113, 0.08);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	display: block;
	object-fit: cover;
}

.mf-home-success__card-avatar-fallback {
	background: linear-gradient(135deg, var(--mf-home-brand), var(--mf-home-accent));
	box-shadow: 0 10px 24px rgba(0, 33, 113, 0.14);
	color: #ffffff;
	display: grid;
	font-size: 1rem;
	font-weight: 800;
	place-items: center;
}

.mf-home-success__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.mf-home-success__card-title {
	color: #111111;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mf-home-success__card-meta {
	color: #64748b;
	font-size: 0.92rem;
	line-height: 1.25;
	margin-top: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mf-home-success__card-pill {
	align-items: center;
	align-self: flex-start;
	background: color-mix(in srgb, var(--mf-home-brand) 10%, #ffffff 90%);
	border: 1px solid color-mix(in srgb, var(--mf-home-brand) 18%, rgba(0, 33, 113, 0.08) 82%);
	border-radius: 999px;
	color: #1f3658;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.35rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	max-width: 100%;
	overflow: hidden;
	padding: 0.28rem 0.65rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mf-home-success__card-chev {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	color: #64748b;
	display: grid;
	flex: 0 0 auto;
	font-size: 1.2rem;
	height: 28px;
	line-height: 1;
	place-items: center;
	position: relative;
	transition: transform 0.16s ease, color 0.16s ease, background-color 0.16s ease;
	width: 28px;
	z-index: 1;
}

.mf-home-success__card:hover .mf-home-success__card-chev {
	background: color-mix(in srgb, var(--mf-home-brand) 10%, #ffffff 90%);
	color: #111111;
	transform: translateX(2px);
}

/* =============================================================================
 * 9. AJUSTES UX MOBILE
 * ============================================================================= */
@media (max-width: 767.98px) {
	.mf-home-security,
	.mf-home-antiabuse,
	.mf-home-control,
	.mf-home-notify,
	.mf-home-success {
		padding: 2.6rem 0 2.8rem;
	}

	.mf-home-antiabuse__panel,
	.mf-home-notify__panel,
	.mf-home-success__panel {
		border-radius: 24px;
		padding: 1.2rem 0.9rem 0.9rem;
	}

	.mf-home-security__card {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 1rem;
	}

	.mf-home-security__icon {
		border-radius: 16px;
		font-size: 1.4rem;
		height: 58px;
		width: 58px;
	}

	.mf-home-security__visual {
		margin-top: 1.25rem;
	}

	.mf-home-antiabuse__title,
	.mf-home-control__title,
	.mf-home-notify__title,
	.mf-home-success__heading {
		font-size: clamp(1.6rem, 7vw, 2.05rem);
		max-width: none;
	}

	.mf-home-antiabuse__lead,
	.mf-home-antiabuse__content p,
	.mf-home-control__lead,
	.mf-home-control__content p,
	.mf-home-notify__lead,
	.mf-home-notify__content p {
		max-width: none;
	}

	.mf-home-antiabuse__card,
	.mf-home-notify__card {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0.95rem;
	}

	.mf-home-antiabuse__card-icon,
	.mf-home-notify__card-icon {
		border-radius: 16px;
		font-size: 1.25rem;
		height: 50px;
		width: 50px;
	}

	.mf-home-antiabuse__note,
	.mf-home-notify__note {
		border-radius: 20px;
		padding: 1rem 0.95rem;
	}

	.mf-home-control__item {
		border-radius: 20px;
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0.95rem;
	}

	.mf-home-control__marker {
		border-radius: 16px;
		font-size: 0.94rem;
		height: 50px;
		width: 50px;
	}

	.mf-home-control__text h3 {
		font-size: 1.16rem;
	}

	.mf-home-steps {
		padding: 2.9rem 0 3.3rem;
	}

	.mf-home-steps__grid {
		gap: 2.25rem;
		max-width: 420px;
	}

	.mf-home-steps__card-wrap {
		gap: 1rem;
	}

	.mf-home-steps__card {
		border-radius: 18px;
	}

	.mf-home-steps__image {
		border-radius: 18px 18px 0 0;
		height: 220px;
	}

	.mf-home-steps__content {
		border-radius: 0 0 18px 18px;
		padding: 1.45rem 1.3rem 1.35rem;
	}

	.mf-home-steps__content h3 {
		font-size: 1.7rem;
	}

	.mf-home-steps__content p {
		font-size: 1.02rem;
	}

	.mf-home-success__intro {
		font-size: 1rem;
		max-width: none;
	}

	.mf-home-success__content {
		max-width: none;
	}

	.mf-home-success__card {
		border-radius: 20px;
		min-height: 88px;
		padding: 0.85rem;
	}

	.mf-home-success__card-avatar,
	.mf-home-success__card-avatar-fallback {
		height: 54px;
		width: 54px;
	}

	.mf-home-success__card-title {
		font-size: 0.98rem;
	}

	.mf-home-success__card-meta {
		font-size: 0.88rem;
	}
}

/* =============================================================================
 * 10. RESPONSIVE TABLET
 * ============================================================================= */
@media (min-width: 768px) {
	.mf-home-security,
	.mf-home-antiabuse,
	.mf-home-control,
	.mf-home-notify,
	.mf-home-success {
		padding: 3.2rem 0 3.4rem;
	}

	.mf-home-security__grid {
		gap: 2.35rem;
		grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
	}

	.mf-home-security__visual {
		order: 1;
	}

	.mf-home-security__content {
		order: 2;
	}

	.mf-home-security__stack {
		max-width: 100%;
	}

	.mf-home-security__card {
		padding: 1.2rem;
	}

	.mf-home-antiabuse__panel,
	.mf-home-notify__panel,
	.mf-home-success__panel {
		padding: 1.6rem 1.4rem 1.15rem;
	}

	.mf-home-antiabuse__grid,
	.mf-home-notify__grid {
		align-items: start;
		gap: 1.8rem;
		grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	}

	.mf-home-antiabuse__note,
	.mf-home-notify__note {
		margin-top: 1.45rem;
		padding: 1.3rem 1.2rem;
	}

	.mf-home-control__grid {
		gap: 2rem;
		grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
	}

	.mf-home-control__item {
		padding: 1.05rem;
	}

	.mf-home-steps {
		padding: 3.5rem 0 4rem;
	}

	.mf-home-steps__grid {
		align-items: start;
		gap: 1.35rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 1320px;
	}

	.mf-home-steps__card-wrap {
		align-self: start;
	}

	.mf-home-steps__image {
		height: 250px;
	}

	.mf-home-steps__content {
		min-height: 340px;
	}

	.mf-home-steps__content h3 {
		font-size: 1.32rem;
	}

	.mf-home-steps__content p {
		font-size: 1rem;
	}

	.mf-home-success__grid {
		gap: 1.8rem;
		grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	}

	.mf-home-success__cards {
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* =============================================================================
 * 11. RESPONSIVE DESKTOP
 * ============================================================================= */
@media (min-width: 1024px) {
	.mf-home-security,
	.mf-home-antiabuse,
	.mf-home-control,
	.mf-home-notify,
	.mf-home-success {
		padding: 3.6rem 0 3.8rem;
	}

	.mf-home-security__grid {
		gap: 3rem;
		grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
	}

	.mf-home-security__card {
		grid-template-columns: 78px minmax(0, 1fr);
		padding: 1.25rem;
	}

	.mf-home-security__icon {
		font-size: 1.7rem;
		height: 68px;
		width: 68px;
	}

	.mf-home-security__card-body h3 {
		font-size: 1.12rem;
	}

	.mf-home-security__card-body p {
		font-size: 0.98rem;
	}

	.mf-home-security__content p {
		font-size: 1.06rem;
	}

	.mf-home-antiabuse__panel,
	.mf-home-notify__panel {
		border-radius: 32px;
		padding: 2rem 1.8rem 1.35rem;
	}

	.mf-home-antiabuse__grid,
	.mf-home-notify__grid {
		gap: 2.2rem;
		grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	}

	.mf-home-antiabuse__lead,
	.mf-home-notify__lead {
		font-size: 1.1rem;
	}

	.mf-home-antiabuse__content p,
	.mf-home-notify__content p {
		font-size: 1.05rem;
	}

	.mf-home-antiabuse__card,
	.mf-home-notify__card {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 1.1rem;
	}

	.mf-home-antiabuse__card-icon,
	.mf-home-notify__card-icon {
		font-size: 1.45rem;
		height: 60px;
		width: 60px;
	}

	.mf-home-antiabuse__card-body h3,
	.mf-home-notify__card-body h3 {
		font-size: 1.12rem;
	}

	.mf-home-antiabuse__card-body p,
	.mf-home-notify__card-body p {
		font-size: 0.98rem;
	}

	.mf-home-antiabuse__note,
	.mf-home-notify__note {
		margin-top: 1.6rem;
		padding: 1.45rem 1.35rem;
	}

	.mf-home-antiabuse__note p,
	.mf-home-notify__note p {
		font-size: 1.03rem;
	}

	.mf-home-control__grid {
		gap: 2.35rem;
		grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.38fr);
	}

	.mf-home-control__title {
		font-size: clamp(1.95rem, 2.4vw, 2.8rem);
	}

	.mf-home-control__lead {
		font-size: 1.1rem;
	}

	.mf-home-control__content p {
		font-size: 1.05rem;
	}

	.mf-home-control__item {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 1.1rem;
	}

	.mf-home-control__marker {
		font-size: 1.02rem;
		height: 60px;
		width: 60px;
	}

	.mf-home-control__text h3 {
		font-size: 1.3rem;
	}

	.mf-home-control__text p {
		font-size: 0.98rem;
		line-height: 1.56;
	}

	.mf-home-steps {
		padding: 3.8rem 0 4.4rem;
	}

	.mf-home-steps__grid {
		gap: 1.55rem;
		max-width: 1360px;
	}

	.mf-home-steps__image {
		height: 290px;
	}

	.mf-home-steps__icon {
		height: 56px;
		width: 56px;
	}

	.mf-home-steps__content {
		min-height: 360px;
		padding: 1.65rem 1.6rem 1.55rem;
	}

	.mf-home-steps__content h3 {
		font-size: 1.48rem;
	}

	.mf-home-steps__content p {
		font-size: 1.04rem;
	}

	.mf-home-success__panel {
		border-radius: 32px;
		max-width: 1420px;
		padding: 2rem 2rem 1.35rem;
	}

	.mf-home-success__header {
		margin-bottom: 1.45rem;
		max-width: 1100px;
	}

	.mf-home-success__heading {
		font-size: clamp(1.9rem, 2.4vw, 2.8rem);
	}

	.mf-home-success__intro {
		font-size: 1.05rem;
		max-width: 82ch;
	}

	.mf-home-success__grid {
		gap: 2rem;
		grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
	}

	.mf-home-success__content {
		max-width: none;
		padding-right: 0.35rem;
	}

	.mf-home-success__title {
		font-size: clamp(1.4rem, 1.7vw, 1.9rem);
	}

	.mf-home-success__content p {
		font-size: 1.02rem;
		max-width: none;
	}

	.mf-home-success__cards {
		gap: 1rem;
		grid-template-columns: 1fr;
		justify-items: start;
		padding-right: 0.6rem;
	}

	.mf-home-success__card {
		max-width: 100%;
		min-height: 92px;
		padding: 0.95rem;
		width: 500px;
	}

	.mf-home-success__card-title {
		font-size: 1rem;
	}

	.mf-home-success__card-meta {
		font-size: 0.9rem;
	}
}

/* =============================================================================
 * 5.11 BLOQUE APP MÓVIL
 * ============================================================================= */
.mf-home-app {
	background: linear-gradient(135deg, var(--mf-home-brand) 0%, var(--mf-home-accent) 100%);
	padding: 0;
}

.mf-home-app__grid {
	align-items: stretch;
	display: grid;
	gap: 0;
}

.mf-home-app__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 260px;
	padding: 1.9rem 1rem;
}

.mf-home-app__image-wrap {
	position: relative;
	width: min(100%, 420px);
}

.mf-home-app__image-wrap::after {
	background: radial-gradient(
		circle,
		color-mix(in srgb, var(--mf-home-brand) 25%, transparent) 0%,
		transparent 70%
	);
	border-radius: 28px;
	content: "";
	filter: blur(26px);
	inset: -20px;
	opacity: 0.35;
	position: absolute;
	z-index: -1;
}

.mf-home-app__image {
	border-radius: 22px;
	box-shadow:
		0 26px 60px rgba(0, 0, 0, 0.18),
		0 10px 24px rgba(0, 33, 113, 0.14);
	display: block;
	height: auto;
	width: 100%;
}

.mf-home-app__content {
	color: #ffffff;
	padding: 1.95rem 1.35rem;
}

.mf-home-app__title {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.85rem, 3.2vw, 2.7rem);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 0.95rem;
	text-wrap: balance;
}

.mf-home-app__text {
	color: rgba(255, 255, 255, 0.96);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.48;
	margin: 0 0 1.1rem;
	max-width: 34ch;
}

.mf-home-app__stores {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.1rem;
}

.mf-home-app__store {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.14);
	color: #ffffff;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-height: 56px;
	min-width: 140px;
	padding: 0.55rem 0.95rem;
	text-decoration: none;
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.mf-home-app__store:hover {
	box-shadow: 0 16px 32px rgba(0, 33, 113, 0.18);
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.mf-home-app__store-small {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	opacity: 0.9;
	text-transform: uppercase;
}

.mf-home-app__store-big {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.15;
	margin-top: 0.12rem;
}

/* =============================================================================
 * 5.12 CRECIMIENTO NATURAL
 * ============================================================================= */
.mf-home-cities {
	background: linear-gradient(180deg, #edf3f9 0%, #e7edf5 100%);
	overflow: hidden;
	padding: 2.9rem 0 3.15rem;
	position: relative;
}

.mf-home-cities::before {
	background: radial-gradient(circle at top left, rgba(42, 186, 249, 0.12), transparent 34rem);
	content: "";
	height: 100%;
	inset: 0 auto auto 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.mf-home-cities__header {
	margin: 0 0 1.85rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.mf-home-cities__title {
	color: var(--mf-home-brand);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 0 0.7rem;
	text-wrap: balance;
}

.mf-home-cities__subtitle {
	color: #1f2937;
	font-size: 1.02rem;
	line-height: 1.52;
	margin: 0 auto;
	max-width: 60ch;
}

.mf-home-cities__grid {
	display: grid;
	gap: 1.2rem;
	margin: 0 auto 1.85rem;
	position: relative;
	z-index: 1;
}

.mf-home-cities__card {
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 28px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.1),
		0 8px 18px rgba(15, 23, 42, 0.08);
	isolation: isolate;
	min-height: 410px;
	overflow: hidden;
	position: relative;
}

.mf-home-cities__card::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.mf-home-cities__media {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mf-home-cities__media::after {
	background: linear-gradient(180deg, rgba(7, 17, 31, 0.12) 0%, rgba(7, 17, 31, 0.38) 48%, rgba(7, 17, 31, 0.84) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.mf-home-cities__card:nth-child(1) .mf-home-cities__media {
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 18rem),
		linear-gradient(135deg, rgba(42, 186, 249, 0.24), rgba(0, 33, 113, 0.18)),
		linear-gradient(180deg, #6f819a 0%, #314763 100%);
}

.mf-home-cities__card:nth-child(2) .mf-home-cities__media {
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.16), transparent 16rem),
		linear-gradient(135deg, rgba(22, 58, 143, 0.28), rgba(42, 186, 249, 0.14)),
		linear-gradient(180deg, #53667f 0%, #1f3048 100%);
}

.mf-home-cities__card:nth-child(3) .mf-home-cities__media {
	background:
		radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.16), transparent 14rem),
		linear-gradient(135deg, rgba(42, 186, 249, 0.18), rgba(0, 33, 113, 0.22)),
		linear-gradient(180deg, #60758f 0%, #24374f 100%);
}

.mf-home-cities__overlay {
	bottom: 0;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: flex-end;
	padding: 1.55rem 1.25rem 1.35rem;
	position: relative;
	z-index: 3;
}

.mf-home-cities__overlay h3 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 2.4vw, 2.25rem);
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 0.8rem;
	max-width: 11ch;
	text-wrap: balance;
}

.mf-home-cities__overlay p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.98rem;
	line-height: 1.5;
	margin: 0 0 0.95rem;
	max-width: 30ch;
}

.mf-home-cities__overlay p:last-child {
	margin-bottom: 0;
}

.mf-home-cities__footer {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.mf-home-cities__footer h3 {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 0.6rem;
	text-wrap: balance;
}

.mf-home-cities__footer p {
	color: #374151;
	font-size: 1.02rem;
	line-height: 1.58;
	margin: 0 auto;
	max-width: 64ch;
}

/* =============================================================================
 * 5.13 EXTIENDE TU BÚSQUEDA
 * ============================================================================= */
.mf-home-expand {
	background:
		radial-gradient(circle at top center, rgba(42, 186, 249, 0.12), transparent 30rem),
		linear-gradient(135deg, #12243c 0%, #1b3150 100%);
	overflow: hidden;
	padding: 2.05rem 0 2.15rem;
	position: relative;
}

.mf-home-expand__inner {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 28px;
	box-shadow:
		0 22px 50px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	margin: 0 auto;
	max-width: 1320px;
	padding: 1.35rem 1rem 1.1rem;
	position: relative;
	text-align: center;
}

.mf-home-expand__header {
	margin: 0 0 1.1rem;
}

.mf-home-expand__eyebrow {
	color: var(--mf-home-accent-light);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.mf-home-expand__title {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.9vw, 2.55rem);
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 0.55rem;
	text-wrap: balance;
}

.mf-home-expand__subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.52;
	margin: 0 auto;
	max-width: 68ch;
}

.mf-home-expand__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 0.85rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 1180px;
}

.mf-home-expand__pill {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 249, 0.94));
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow:
		0 10px 22px rgba(0, 0, 0, 0.12),
		0 4px 10px rgba(0, 33, 113, 0.06);
	color: #1f3658;
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 190px;
	padding: 0.78rem 1.25rem;
	text-align: center;
}

/* =============================================================================
 * 5.14 PREGUNTAS FRECUENTES
 * ============================================================================= */
.mf-home-faq {
	background: #ffffff;
	padding: 2.8rem 0 3rem;
}

.mf-home-faq__panel {
	background: linear-gradient(180deg, #edf3f9 0%, #e8eef6 100%);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 30px;
	box-shadow:
		0 22px 50px rgba(0, 33, 113, 0.08),
		0 8px 20px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	padding: 1.45rem 1rem 1rem;
}

.mf-home-faq__head {
	margin: 0 auto 1.35rem;
	max-width: 1040px;
	text-align: center;
}

.mf-home-faq__eyebrow {
	color: var(--mf-home-brand);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-faq__title {
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.85rem, 3.4vw, 2.85rem);
	font-weight: 500;
	line-height: 1.08;
	margin: 0 auto 0.85rem;
	max-width: 22ch;
	text-align: center;
	text-wrap: balance;
}

.mf-home-faq__intro {
	color: #334155;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 78ch;
	text-align: center;
}

.mf-home-faq__list {
	display: grid;
	gap: 0.85rem;
	margin: 0 auto;
	max-width: 980px;
}

.mf-home-faq__item {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(0, 33, 113, 0.05);
	overflow: hidden;
}

.mf-home-faq__question {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111111;
	cursor: pointer;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 1.05rem 1rem;
	text-align: left;
	width: 100%;
}

.mf-home-faq__question span:first-child {
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.35;
}

.mf-home-faq__icon {
	align-items: center;
	background: rgba(0, 33, 113, 0.06);
	border: 1px solid rgba(0, 33, 113, 0.08);
	border-radius: 999px;
	color: var(--mf-home-brand);
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	line-height: 1;
	width: 36px;
}

.mf-home-faq__answer {
	padding: 0 1rem 1.05rem;
}

.mf-home-faq__answer p {
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.62;
	margin: 0 0 0.75rem;
	max-width: none;
}

.mf-home-faq__answer p:last-child {
	margin-bottom: 0;
}

/* =============================================================================
 * 5.15 CTA FINAL
 * ============================================================================= */
.mf-home-final-cta {
	background:
		radial-gradient(circle at top left, rgba(42, 186, 249, 0.16), transparent 28rem),
		linear-gradient(135deg, #09172a 0%, #0d2240 100%);
	padding: 2.9rem 0 3.05rem;
}

.mf-home-final-cta__panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 1.35rem;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	padding: 1.45rem 1.15rem;
	position: relative;
}

.mf-home-final-cta__panel::after {
	background: radial-gradient(circle, rgba(42, 186, 249, 0.18) 0%, transparent 70%);
	border-radius: 50%;
	content: "";
	filter: blur(10px);
	height: 260px;
	inset: auto -8% -35% auto;
	pointer-events: none;
	position: absolute;
	width: 260px;
}

.mf-home-final-cta__content {
	position: relative;
	text-align: center;
	z-index: 1;
}

.mf-home-final-cta__eyebrow {
	color: var(--mf-home-accent-light);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.mf-home-final-cta__title {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 0.8rem;
	text-wrap: balance;
}

.mf-home-final-cta__text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 66ch;
}

.mf-home-final-cta__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.mf-home-final-cta__button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	min-height: 50px;
	min-width: 220px;
	padding: 0.9rem 1.6rem;
	text-align: center;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease;
	white-space: nowrap;
}

.mf-home-final-cta__button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.mf-home-final-cta__button-text {
	display: inline-block;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.2;
	white-space: nowrap;
}

.mf-home-final-cta__button--primary {
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
	color: var(--mf-home-brand);
}

.mf-home-final-cta__button--primary:visited,
.mf-home-final-cta__button--primary:focus,
.mf-home-final-cta__button--primary:active,
.mf-home-final-cta__button--primary .mf-home-final-cta__button-text {
	color: var(--mf-home-brand);
}

.mf-home-final-cta__button--primary:hover {
	background: #f7fbff;
	border-color: #f7fbff;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
	color: var(--mf-home-brand);
}

.mf-home-final-cta__button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: none;
	color: #ffffff;
}

.mf-home-final-cta__button--secondary:visited,
.mf-home-final-cta__button--secondary:focus,
.mf-home-final-cta__button--secondary:active,
.mf-home-final-cta__button--secondary .mf-home-final-cta__button-text {
	color: #ffffff;
}

.mf-home-final-cta__button--secondary:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
	color: #ffffff;
}

/* =============================================================================
 * 9. AJUSTES UX MOBILE
 * ============================================================================= */
@media (max-width: 767.98px) {
	.mf-home-app__content {
		padding: 1.8rem 1.2rem 1.9rem;
	}

	.mf-home-app__text {
		max-width: none;
	}

	.mf-home-app__store {
		flex: 1 1 140px;
	}

	.mf-home-cities {
		padding: 2.6rem 0 2.9rem;
	}

	.mf-home-cities__card {
		border-radius: 24px;
		min-height: 400px;
	}

	.mf-home-cities__overlay {
		padding: 1.3rem 1.05rem 1.15rem;
	}

	.mf-home-cities__overlay h3 {
		font-size: clamp(1.55rem, 7vw, 2rem);
		max-width: none;
	}

	.mf-home-cities__overlay p {
		font-size: 0.98rem;
		line-height: 1.48;
		max-width: none;
	}

	.mf-home-cities__footer h3 {
		font-size: 1.55rem;
	}

	.mf-home-cities__footer p {
		font-size: 1rem;
		max-width: none;
	}

	.mf-home-expand {
		padding: 1.8rem 0 1.95rem;
	}

	.mf-home-expand__inner {
		border-radius: 22px;
		padding: 1.15rem 0.9rem 0.95rem;
	}

	.mf-home-expand__title {
		font-size: clamp(1.5rem, 7.4vw, 2rem);
	}

	.mf-home-expand__subtitle {
		font-size: 0.98rem;
		max-width: none;
	}

	.mf-home-expand__links {
		gap: 0.75rem;
	}

	.mf-home-expand__pill {
		min-width: 100%;
		padding: 0.78rem 1.1rem;
	}

	.mf-home-faq {
		padding: 2.6rem 0 2.8rem;
	}

	.mf-home-faq__panel {
		border-radius: 24px;
		padding: 1.2rem 0.9rem 0.9rem;
	}

	.mf-home-faq__title {
		font-size: clamp(1.6rem, 7vw, 2.05rem);
		max-width: none;
	}

	.mf-home-faq__intro {
		font-size: 1rem;
		max-width: none;
	}

	.mf-home-faq__question {
		gap: 0.85rem;
		padding: 1.05rem 0.95rem;
	}

	.mf-home-faq__question span:first-child {
		font-size: 1rem;
		padding-left: 0.05rem;
	}

	.mf-home-faq__icon {
		flex-shrink: 0;
		font-size: 1rem;
		height: 34px;
		margin-right: 0.05rem;
		width: 34px;
	}

	.mf-home-faq__answer {
		padding: 0 0.95rem 1rem;
	}

	.mf-home-faq__answer p {
		font-size: 0.97rem;
		max-width: none;
	}

	.mf-home-final-cta {
		padding: 2.8rem 0 2.95rem;
	}

	.mf-home-final-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mf-home-final-cta__button {
		min-width: 0;
		width: 100%;
	}

	.mf-home-final-cta__text {
		font-size: 1.02rem;
	}
}

/* =============================================================================
 * 10. RESPONSIVE TABLET
 * ============================================================================= */
@media (min-width: 768px) {
	.mf-home-app__grid {
		align-items: center;
		grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
	}

	.mf-home-app__media {
		padding: 2.4rem 1.5rem;
	}

	.mf-home-app__image-wrap {
		width: min(100%, 480px);
	}

	.mf-home-app__text {
		max-width: 42ch;
	}

	.mf-home-cities {
		padding: 3.15rem 0 3.4rem;
	}

	.mf-home-cities__grid {
		gap: 1.2rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-cities__card {
		min-height: 430px;
	}

	.mf-home-cities__overlay {
		padding: 1.5rem 1.2rem 1.25rem;
	}

	.mf-home-cities__overlay h3 {
		font-size: clamp(1.5rem, 2vw, 2rem);
		max-width: 10ch;
	}

	.mf-home-cities__overlay p {
		font-size: 0.95rem;
		max-width: 24ch;
	}

	.mf-home-cities__footer {
		max-width: 980px;
	}

	.mf-home-expand {
		padding: 2rem 0 2.1rem;
	}

	.mf-home-expand__inner {
		padding: 1.55rem 1.3rem 1.2rem;
	}

	.mf-home-expand__pill {
		min-width: 185px;
	}

	.mf-home-faq {
		padding: 3.2rem 0 3.4rem;
	}

	.mf-home-faq__panel {
		padding: 1.6rem 1.4rem 1.15rem;
	}

	.mf-home-faq__head {
		margin-bottom: 1.45rem;
	}

	.mf-home-faq__list {
		max-width: 1000px;
	}

	.mf-home-faq__question {
		padding: 1.15rem;
	}

	.mf-home-faq__answer {
		padding: 0 1.15rem 1.15rem;
	}

	.mf-home-final-cta {
		padding: 3.25rem 0 3.45rem;
	}

	.mf-home-final-cta__panel {
		padding: 1.9rem 1.7rem;
	}
}

/* =============================================================================
 * 11. RESPONSIVE DESKTOP
 * ============================================================================= */
@media (min-width: 1024px) {
	.mf-home-app__grid {
		gap: 2rem;
		grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
	}

	.mf-home-app__media {
		justify-content: flex-end;
		padding: 2.8rem 1.5rem;
	}

	.mf-home-app__image-wrap {
		transform: translateX(-10px);
		width: min(100%, 540px);
	}

	.mf-home-app__image {
		border-radius: 26px;
		box-shadow:
			0 30px 70px rgba(0, 0, 0, 0.18),
			0 12px 28px rgba(0, 33, 113, 0.14);
	}

	.mf-home-app__content {
		max-width: 720px;
		padding: 2.6rem 2.2rem;
	}

	.mf-home-app__title {
		font-size: clamp(1.6rem, 2.2vw, 2.3rem);
		line-height: 1.1;
	}

	.mf-home-app__text {
		font-size: 0.98rem;
		line-height: 1.45;
		max-width: 46ch;
	}

	.mf-home-cities {
		padding: 3.3rem 0 3.6rem;
	}

	.mf-home-cities__title {
		font-size: clamp(2rem, 2.5vw, 2.75rem);
	}

	.mf-home-cities__subtitle {
		font-size: 1.08rem;
		max-width: 66ch;
	}

	.mf-home-cities__grid {
		gap: 1.3rem;
		max-width: 1320px;
	}

	.mf-home-cities__card {
		min-height: 445px;
	}

	.mf-home-cities__overlay {
		padding: 1.65rem 1.3rem 1.4rem;
	}

	.mf-home-cities__overlay h3 {
		font-size: clamp(1.7rem, 1.9vw, 2.2rem);
		max-width: 10ch;
	}

	.mf-home-cities__overlay p {
		font-size: 0.98rem;
		line-height: 1.5;
		max-width: 26ch;
	}

	.mf-home-cities__footer h3 {
		font-size: 2rem;
	}

	.mf-home-cities__footer p {
		font-size: 1.05rem;
	}

	.mf-home-expand {
		padding: 2.15rem 0 2.25rem;
	}

	.mf-home-expand__inner {
		padding: 1.75rem 1.7rem 1.35rem;
	}

	.mf-home-expand__title {
		font-size: clamp(1.8rem, 2.3vw, 2.55rem);
	}

	.mf-home-expand__subtitle {
		font-size: 1.05rem;
		max-width: 72ch;
	}

	.mf-home-expand__pill {
		min-width: 198px;
	}

	.mf-home-faq {
		padding: 3.45rem 0 3.65rem;
	}

	.mf-home-faq__panel {
		border-radius: 32px;
		padding: 2rem 1.8rem 1.35rem;
	}

	.mf-home-faq__head {
		margin-bottom: 1.65rem;
		max-width: 1120px;
	}

	.mf-home-faq__title {
		font-size: clamp(2rem, 2.5vw, 2.9rem);
		max-width: 24ch;
	}

	.mf-home-faq__intro {
		font-size: 1.05rem;
		max-width: 82ch;
	}

	.mf-home-faq__list {
		gap: 1rem;
		max-width: 1040px;
	}

	.mf-home-faq__question {
		padding: 1.15rem 1.2rem;
	}

	.mf-home-faq__question span:first-child {
		font-size: 1.06rem;
	}

	.mf-home-faq__icon {
		font-size: 1.08rem;
		height: 38px;
		width: 38px;
	}

	.mf-home-faq__answer {
		padding: 0 1.2rem 1.2rem;
	}

	.mf-home-faq__answer p {
		font-size: 1rem;
		line-height: 1.65;
	}

	.mf-home-final-cta {
		padding: 3.55rem 0 3.75rem;
	}

	.mf-home-final-cta__panel {
		gap: 1.65rem;
		padding: 2.2rem 2.2rem;
	}

	.mf-home-final-cta__text {
		font-size: 1.06rem;
		max-width: 70ch;
	}
}

/* =============================================================================
 * 6. BOTONES, CHIPS Y META DEL HERO
 * ============================================================================= */
.mf-home-hero__actions,
.mf-home-card__actions,
.mf-home-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.mf-home-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.2rem;
	text-align: center;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		border-color 0.18s ease,
		background 0.18s ease,
		box-shadow 0.18s ease,
		opacity 0.18s ease;
}

.mf-home-btn:hover {
	transform: translateY(-1px);
}

.mf-home-btn:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 2px rgba(7, 17, 31, 0.95),
		0 0 0 4px rgba(42, 186, 249, 0.35);
}

.mf-home-btn--primary {
	background: linear-gradient(135deg, var(--mf-home-brand) 0%, var(--mf-home-accent) 100%);
	border: 1px solid transparent;
	color: #ffffff;
}

.mf-home-btn--primary:hover {
	box-shadow: 0 14px 34px rgba(0, 33, 113, 0.22);
}

.mf-home-btn--secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	color: var(--mf-home-text);
}

.mf-home-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
}

.mf-home-hero__meta {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mf-home-hero__meta li {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 16px;
	color: var(--mf-home-text-soft);
	padding: 0.75rem 0.9rem;
}

.mf-home-panel__eyebrow,
.mf-home-chip,
.mf-home-message__status {
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mf-home-panel__eyebrow,
.mf-home-chip {
	background: var(--mf-home-accent-soft);
	border: 1px solid color-mix(in srgb, var(--mf-home-accent) 28%, transparent);
	border-radius: 999px;
	color: var(--mf-home-accent);
	padding: 0.36rem 0.7rem;
}

/* =============================================================================
 * 7. PANEL PREMIUM, MÉTRICAS Y VALIDADORES
 * ============================================================================= */
.mf-home-metrics {
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
}

.mf-home-metric {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 18px;
	padding: 0.9rem;
}

.mf-home-metric__value {
	display: block;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 0.2rem;
}

.mf-home-metric__label {
	color: var(--mf-home-text-soft);
	display: block;
	font-size: 0.92rem;
}

.mf-home-strip__item {
	border-radius: 18px;
	display: grid;
	gap: 0.28rem;
	padding: 0.95rem;
}

.mf-home-strip__item strong {
	font-size: 0.95rem;
	font-weight: 800;
}

/* =============================================================================
 * 7.1 PLACEHOLDERS VISUALES DEL HERO
 * ============================================================================= */
.mf-home-placeholder {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
	padding: 1rem;
}

.mf-home-placeholder--xl {
	min-height: 240px;
}

.mf-home-placeholder--card {
	min-height: 140px;
}

.mf-home-placeholder__badge {
	background: rgba(54, 194, 117, 0.14);
	border: 1px solid rgba(54, 194, 117, 0.2);
	border-radius: 999px;
	color: var(--mf-home-accent);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.34rem 0.6rem;
	text-transform: uppercase;
}

.mf-home-placeholder__line {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	height: 10px;
	margin-top: 0.8rem;
	width: 100%;
}

.mf-home-placeholder__line--lg {
	height: 14px;
	width: 72%;
}

.mf-home-placeholder__line--sm {
	width: 48%;
}

.mf-home-placeholder__stats {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
}

.mf-home-placeholder__stat {
	align-items: center;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: 42px 1fr;
}

.mf-home-placeholder__mini {
	background: linear-gradient(135deg, rgba(54, 194, 117, 0.22), rgba(119, 174, 246, 0.22));
	border-radius: 12px;
	height: 42px;
	width: 42px;
}

.mf-home-placeholder__mini-text {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	height: 10px;
	width: 70%;
}

.mf-home-placeholder__bubble {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 14px 14px 14px 6px;
	height: 18px;
	margin-top: 0.8rem;
	width: 88%;
}

.mf-home-placeholder__bubble--short {
	width: 62%;
}

/* =============================================================================
 * 8. BLOQUES AUXILIARES Y CONTENIDO EDITORIAL
 * ============================================================================= */
.mf-home-step {
	border-radius: 22px;
}

.mf-home-step__number {
	color: var(--mf-home-accent);
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 0.7rem;
}

.mf-home-step__title {
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 0.55rem;
}

.mf-home-step__text {
	margin: 0;
}

.mf-home-conversation {
	display: grid;
	gap: 0.85rem;
}

.mf-home-message {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 18px;
	padding: 0.9rem;
}

.mf-home-message--reply {
	margin-left: 1rem;
}

.mf-home-message__header {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.mf-home-message__name {
	font-size: 1rem;
	font-weight: 800;
}

.mf-home-message__status {
	color: var(--mf-home-accent);
	margin-top: 0.18rem;
}

.mf-home-message__body {
	margin: 0;
}

.mf-home-skills {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.mf-home-skill__top {
	align-items: center;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.mf-home-skill__bar {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
}

.mf-home-skill__bar span {
	background: linear-gradient(90deg, var(--mf-home-accent), #68d4a0);
	border-radius: 999px;
	display: block;
	height: 100%;
}

.mf-home-feature-points {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.mf-home-feature-point {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 18px;
	display: grid;
	gap: 0.3rem;
	padding: 0.9rem;
}

.mf-home-feature-point strong {
	font-size: 0.96rem;
	font-weight: 800;
}

.mf-home-offers {
	display: grid;
	gap: 0.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mf-home-offers__item {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 18px;
	display: grid;
	gap: 0.3rem;
	padding: 0.95rem;
}

.mf-home-offers__item time {
	color: var(--mf-home-text-muted);
	font-size: 0.9rem;
}

.mf-home-featured {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
}

.mf-home-avatar-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mf-home-border);
	border-radius: 18px;
	display: flex;
	gap: 0.75rem;
	min-height: 68px;
	padding: 0.9rem;
}

.mf-home-avatar-card::before {
	background: linear-gradient(135deg, var(--mf-home-accent), #77aef6);
	border-radius: 50%;
	content: "";
	flex: 0 0 42px;
	height: 42px;
}

.mf-home-avatar-card span {
	font-weight: 700;
}

.mf-home-testimonial__name,
.mf-home-testimonial__role {
	display: block;
}

.mf-home-testimonial__name {
	font-size: 1rem;
	font-weight: 800;
	margin-top: 0.85rem;
}

.mf-home-testimonial__role {
	color: var(--mf-home-text-muted);
	margin-top: 0.18rem;
}

.mf-home-links,
.mf-home-bullets {
	display: grid;
	gap: 0.6rem;
	margin: 1rem 0 0;
	padding-left: 1.2rem;
}

.mf-home-links li::marker,
.mf-home-bullets li::marker {
	color: var(--mf-home-accent);
}

.mf-home-card--article .mf-home-card__title {
	margin-bottom: 0.8rem;
}

.mf-home-card--article .mf-home-card__text {
	max-width: 74ch;
}

.mf-home-section--editorial .mf-home-section__head,
.mf-home-section--editorial-soft .mf-home-section__head {
	max-width: 920px;
}

/* =============================================================================
 * 9. AJUSTES UX MOBILE
 * ============================================================================= */
@media (max-width: 767.98px) {
	body.mf-home-search-open .fab-menu,
	body.mf-home-search-open .fab-toggle,
	body.mf-home-search-open .js-fab-toggle {
		opacity: 0;
		pointer-events: none;
	}

	.mf-home-message--reply {
		margin-left: 1rem;
	}

	.mf-home-cta {
		padding-top: 2rem;
	}

	.mf-home-cta__box {
		padding: 1.2rem;
		text-align: center;
	}

	.mf-home-cta__title {
		font-size: clamp(2rem, 7vw, 3.5rem);
		font-weight: 900;
		letter-spacing: -0.05em;
		line-height: 0.95;
		margin-bottom: 0.8rem;
	}
}

/* =============================================================================
 * 10. RESPONSIVE TABLET
 * ============================================================================= */
@media (min-width: 768px) {
	.mf-home-featured {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* =============================================================================
 * 11. RESPONSIVE DESKTOP
 * ============================================================================= */
@media (min-width: 1024px) {
	.mf-home-strip {
		padding: 0.25rem 0 1.25rem;
	}

	.mf-home-strip__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mf-home-grid--features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-grid--articles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mf-home-grid--testimonials {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mf-home-message--reply {
		margin-left: 2rem;
	}
}

/* =============================================================================
 * 12. FOOTER PÚBLICO HOME
 * ============================================================================= */
.mf-public-footer,
.mf-home-footer-public {
	background:
		radial-gradient(circle at top left, rgba(42, 186, 249, 0.08), transparent 26rem),
		linear-gradient(180deg, #07111f 0%, #06111e 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	padding: 2.3rem 0 2.45rem;
	position: relative;
}

.mf-public-footer::before,
.mf-home-footer-public::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.mf-public-footer__inner,
.mf-home-footer-public__inner {
	display: grid;
	gap: 1.5rem;
	position: relative;
	z-index: 1;
}

.mf-public-footer__brand,
.mf-home-footer-public__brand,
.mf-public-footer__nav,
.mf-home-footer-public__nav,
.mf-public-footer__meta,
.mf-home-footer-public__meta {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	box-shadow:
		0 14px 30px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.03);
	padding: 1rem;
}

.mf-public-footer__name,
.mf-home-footer-public__title {
	color: #ffffff;
	font-size: 1.18rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0 0 0.5rem;
}

.mf-public-footer__text,
.mf-home-footer-public__text,
.mf-public-footer__meta p,
.mf-home-footer-public__meta p {
	color: rgba(245, 247, 251, 0.74);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}

.mf-public-footer__nav,
.mf-home-footer-public__nav {
	display: grid;
	gap: 0.8rem;
}

.mf-public-footer__nav a,
.mf-home-footer-public__nav a,
.mf-public-footer__meta a,
.mf-home-footer-public__meta a {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.mf-public-footer__nav a:hover,
.mf-home-footer-public__nav a:hover,
.mf-public-footer__meta a:hover,
.mf-home-footer-public__meta a:hover {
	text-decoration: underline;
}

.mf-public-footer__meta,
.mf-home-footer-public__meta {
	display: grid;
	gap: 0.35rem;
}

@media (max-width: 767.98px) {
	.mf-public-footer,
	.mf-home-footer-public {
		padding: 2.05rem 0 2.2rem;
	}

	.mf-public-footer__brand,
	.mf-home-footer-public__brand,
	.mf-public-footer__nav,
	.mf-home-footer-public__nav,
	.mf-public-footer__meta,
	.mf-home-footer-public__meta {
		border-radius: 18px;
		padding: 0.95rem;
	}
}

@media (min-width: 768px) {
	.mf-public-footer,
	.mf-home-footer-public {
		padding: 2.45rem 0 2.6rem;
	}

	.mf-public-footer__inner,
	.mf-home-footer-public__inner {
		align-items: start;
		gap: 1.2rem 1.2rem;
		grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	}

	.mf-public-footer__meta,
	.mf-home-footer-public__meta {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1024px) {
	.mf-public-footer,
	.mf-home-footer-public {
		padding: 2.7rem 0 2.9rem;
	}

	.mf-public-footer__inner,
	.mf-home-footer-public__inner {
		gap: 1.3rem;
		grid-template-columns: minmax(340px, 1.15fr) minmax(260px, 0.8fr) minmax(300px, 0.95fr);
	}

	.mf-public-footer__brand,
	.mf-home-footer-public__brand,
	.mf-public-footer__nav,
	.mf-home-footer-public__nav,
	.mf-public-footer__meta,
	.mf-home-footer-public__meta {
		min-height: 100%;
		padding: 1.1rem 1.05rem;
	}

	.mf-public-footer__meta,
	.mf-home-footer-public__meta {
		grid-column: auto;
	}
}

/* =============================================================================
 * 12.1 ACCESIBILIDAD Y REDUCCIÓN DE MOVIMIENTO
 * ============================================================================= */
@media (prefers-reduced-motion: reduce) {
	.mf-home-btn,
	.mf-home-proof__item,
	.mf-home-success__card,
	.mf-home-steps__image img,
	.mf-home-cta-band__button,
	.mf-home-final-cta__button,
	.mf-home-app__store {
		transition: none;
	}

	.mf-home-btn:hover,
	.mf-home-proof__item:hover,
	.mf-home-success__card:hover,
	.mf-home-cta-band__button:hover,
	.mf-home-final-cta__button:hover,
	.mf-home-app__store:hover {
		transform: none;
	}
}

/* =============================================================================
   HOME - logo modal hero (compacto real tipo marca)
============================================================================= */

.mf-home-hero__brand {
	display: inline-flex; /* clave */
	align-items: center;
	justify-content: center;
	gap: 0; /* eliminamos separación */
	margin-bottom: 1rem;
}

/* =============================================================================
   HOME - marca en modal hero igual que navegación
============================================================================= */

.mf-home-hero__brand.mf-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 1rem;
	text-decoration: none;
	white-space: nowrap;
}

.mf-home-hero__brand .mf-brand__logo {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.mf-home-hero__brand .mf-brand__text {
	color: var(--text-1, rgba(0,0,0,.92));
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: -0.3px;
	line-height: 1;
}

/* =============================================================================
   HOME - marca en modal hero (todo en color corporativo)
============================================================================= */

.mf-home-hero__brand .mf-brand__text {
	color: #105aa3 !important;
}

/* IMPORTANTE: anulamos el split SOLO en el modal */
.mf-home-hero__brand .mf-brand__text--accent {
	color: #105aa3 !important;
}

/* =============================================================================
   HOME - botón desactivado modal
============================================================================= */

.mf-home-hero__submit--disabled {
	background: #1a1a1a;
	color: #999;
	cursor: not-allowed;
	opacity: .7;
}

.mf-home-hero__submit--disabled:hover {
	transform: none;
	box-shadow: none;
}

/* =============================================================================
   HOME - CTA disabled (steps section)
============================================================================= */

.mf-home-steps__cta--disabled {
	background: #1a1a1a;
	color: #999;
	cursor: not-allowed;
	opacity: .7;
	pointer-events: auto; /* importante para capturar click JS */
}

.mf-home-steps__cta--disabled:hover {
	transform: none;
	box-shadow: none;
}