/* Lidera Fest Ica · Equipo y postulaciones */
body.lfi-equipo-landing-page {
	margin: 0;
	background: #fff;
}

body.lfi-equipo-landing-page .wp-site-blocks,
body.lfi-equipo-landing-page .wp-block-post-content,
body.lfi-equipo-landing-page .entry-content,
body.lfi-equipo-landing-page .wp-block-shortcode {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.lfi-equipo-landing-page .wp-block-post-title,
body.lfi-equipo-landing-page .entry-title {
	display: none !important;
}

.lfi-page {
	--lfi-navy: #0d2138;
	--lfi-navy-2: #123754;
	--lfi-teal: #25b8b4;
	--lfi-teal-dark: #0e9898;
	--lfi-coral: #f36b43;
	--lfi-gold: #f2b632;
	--lfi-ink: #10243c;
	--lfi-muted: #5d6b7b;
	--lfi-line: #dce6eb;
	--lfi-mist: #f6fafb;
	--lfi-white: #fff;
	--lfi-shell: 1320px;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	color: var(--lfi-ink);
	background: #fff;
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: clip;
	-webkit-font-smoothing: antialiased;
}

.lfi-page *,
.lfi-page *::before,
.lfi-page *::after {
	box-sizing: border-box;
}

.lfi-page h1,
.lfi-page h2,
.lfi-page h3,
.lfi-page p,
.lfi-page ul,
.lfi-page figure,
.lfi-page fieldset {
	max-width: none;
	margin-top: 0;
}

.lfi-page img,
.lfi-page svg {
	display: block;
	max-width: 100%;
}

.lfi-page svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lfi-page a {
	color: inherit;
	text-decoration: none;
}

.lfi-shell {
	width: min(calc(100% - 48px), var(--lfi-shell));
	margin-inline: auto;
}

.lfi-section {
	padding: 34px 0 0;
}

.lfi-section h2 {
	margin: 0 0 22px;
	color: var(--lfi-navy);
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
	text-align: center;
}

.lfi-section h2 > span,
.lfi-form-card > header h2 > span {
	color: var(--lfi-gold);
	font-weight: 800;
}

/* Hero */
.lfi-hero {
	position: relative;
	isolation: isolate;
	min-height: 410px;
	color: #fff;
	background: #011a38;
	overflow: hidden;
}

.lfi-hero::before,
.lfi-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.lfi-hero::before {
	left: -66px;
	bottom: -70px;
	width: 170px;
	height: 170px;
	border: 2px solid rgba(243, 107, 67, .9);
	border-radius: 50%;
	box-shadow: 0 0 0 22px rgba(37, 184, 180, .05);
}

.lfi-hero::after {
	right: -62px;
	top: -72px;
	width: 190px;
	height: 190px;
	border: 2px solid rgba(242, 182, 50, .85);
	border-radius: 50%;
}

.lfi-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	align-items: stretch;
	min-height: 410px;
}

.lfi-hero__copy {
	align-self: center;
	padding: 34px 34px 32px 0;
}

.lfi-hero__copy h1 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(2.45rem, 4.1vw, 3.8rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: .98;
}

.lfi-hero__copy h1 strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 1em;
	font-weight: 800;
}

.lfi-brand-line {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: .16em;
	font-size: .82em;
	font-weight: 400;
	letter-spacing: -0.035em;
}

.lfi-brand-line b:first-child,
.lfi-brand-line b:last-child {
	color: var(--lfi-teal);
	font-weight: 500;
}

.lfi-brand-line em {
	color: var(--lfi-coral);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.06em;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -0.055em;
}

.lfi-hero__copy > p {
	max-width: 520px;
	margin: 0 0 19px;
	color: rgba(255,255,255,.94);
	font-size: .93rem;
	line-height: 1.58;
}

.lfi-primary-button {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 12px 24px;
	color: #fff !important;
	background: linear-gradient(100deg, #ff552d 0%, #ff6d31 100%);
	border-radius: 999px;
	box-shadow: 0 12px 25px rgba(243,107,67,.26);
	font-size: 1.05rem;
	font-weight: 800;
	transition: transform .2s ease, box-shadow .2s ease;
}

.lfi-primary-button:hover,
.lfi-primary-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(243,107,67,.34);
}

.lfi-primary-button svg {
	width: 25px;
	height: 25px;
	stroke-width: 2.3;
}

.lfi-event-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 20px;
	color: rgba(255,255,255,.94);
	font-size: .77rem;
	line-height: 1.22;
}

.lfi-event-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.lfi-event-meta > span + span::before {
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	margin-right: 10px;
	background: rgba(37,184,180,.34);
	transform: skewX(-18deg);
}

.lfi-event-meta svg {
	width: 27px;
	height: 27px;
	color: var(--lfi-teal);
	stroke-width: 2.05;
}

.lfi-hero__visual {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-width: 0;
	overflow: hidden;
	background: #011a38;
}

.lfi-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 410px;
	object-fit: contain;
	object-position: right bottom;
}

/* Áreas */
.lfi-areas {
	padding-top: 18px;
}

.lfi-area-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.lfi-area-card {
	--tone: var(--lfi-teal);
	position: relative;
	min-height: 382px;
	padding: 24px 24px 28px;
	background: #fff;
	border: 1px solid var(--lfi-line);
	border-top: 4px solid var(--tone);
	border-radius: 22px;
	box-shadow: 0 12px 34px rgba(13,33,56,.055);
	overflow: hidden;
}

.lfi-tone-coral { --tone: var(--lfi-coral); }
.lfi-tone-gold { --tone: var(--lfi-gold); }
.lfi-tone-teal { --tone: var(--lfi-teal); }

.lfi-area-card__head {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	align-items: start;
}

.lfi-area-card__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	color: #fff;
	background: var(--tone);
	border-radius: 50%;
}

.lfi-area-card__icon svg {
	width: 43px;
	height: 43px;
	stroke-width: 3.2;
}

.lfi-area-card h3 {
	margin: 3px 0 5px;
	color: var(--tone);
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.12;
}

.lfi-area-card__head p {
	margin: 0;
	color: var(--lfi-ink);
	font-size: .77rem;
	font-weight: 600;
	line-height: 1.55;
}

.lfi-area-card ul {
	margin: 18px 0 0;
	padding: 0 0 0 19px;
	color: var(--lfi-ink);
	font-size: .79rem;
	line-height: 1.55;
}

.lfi-area-card li {
	padding-left: 3px;
	margin: 0 0 7px;
}

.lfi-area-card li::marker {
	color: var(--tone);
}

.lfi-area-card__watermark {
	position: absolute;
	right: 18px;
	bottom: 13px;
	width: 64px;
	height: 64px;
	color: var(--tone);
	opacity: .9;
}

.lfi-area-card__watermark svg {
	width: 100%;
	height: 100%;
	stroke-width: 2.6;
}

/* Experiencia */
.lfi-experience {
	padding-top: 15px;
}

.lfi-experience h2 {
	margin-bottom: 14px;
}

.lfi-spark {
	color: var(--lfi-gold) !important;
	font-size: .9em;
}

.lfi-rays {
	color: var(--lfi-gold) !important;
}

.lfi-experience-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.lfi-experience-card {
	min-height: 125px;
	padding: 13px 10px 12px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--lfi-line);
	border-radius: 14px;
}

.lfi-experience-card > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 7px;
	color: var(--tone);
	background: color-mix(in srgb, var(--tone) 12%, white);
	border-radius: 50%;
}

.lfi-experience-card svg {
	width: 31px;
	height: 31px;
	stroke-width: 3.2;
}

.lfi-experience-card p {
	margin: 0;
	color: var(--lfi-ink);
	font-size: .72rem;
	font-weight: 750;
	line-height: 1.36;
}

/* Beneficios */
.lfi-benefits {
	padding-top: 20px;
}

.lfi-benefits h2 {
	margin-bottom: 13px;
}

.lfi-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--lfi-line);
	border-radius: 18px;
	overflow: hidden;
}

.lfi-benefit-card {
	--tone: var(--lfi-teal);
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0,1fr) 64px;
	gap: 10px;
	min-height: 145px;
	padding: 18px 15px;
	background: #fff;
	border-right: 1px solid var(--lfi-line);
	border-bottom: 1px solid var(--lfi-line);
}

/* El tono de cada beneficio debe respetar la secuencia del mockup. */
.lfi-benefit-card.lfi-tone-teal { --tone: var(--lfi-teal); }
.lfi-benefit-card.lfi-tone-coral { --tone: var(--lfi-coral); }
.lfi-benefit-card.lfi-tone-gold { --tone: var(--lfi-gold); }

.lfi-benefit-card:nth-child(4n) { border-right: 0; }
.lfi-benefit-card:nth-child(n+5) { border-bottom: 0; }

.lfi-benefit-card__number {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	color: #fff;
	background: var(--tone);
	border-radius: 50%;
	font-size: .75rem;
	font-weight: 800;
}

.lfi-benefit-card h3 {
	margin: 1px 0 7px;
	color: var(--tone);
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.18;
}

.lfi-benefit-card p {
	margin: 0;
	color: var(--lfi-ink);
	font-size: .72rem;
	line-height: 1.52;
}

.lfi-benefit-card__icon {
	align-self: end;
	justify-self: end;
	width: 58px;
	height: 58px;
	color: var(--tone);
}

.lfi-benefit-card__icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 2.7;
}

/* Kit */
.lfi-kit {
	padding: 18px 0 0;
}

.lfi-kit__panel {
	padding: 0 18px 20px;
	border: 1px solid var(--lfi-line);
	border-radius: 22px;
}

.lfi-kit h2 {
	margin: -1px 0 0;
	color: var(--lfi-coral);
	font-size: 1.55rem;
}

.lfi-kit__lead {
	margin: 0 0 11px;
	color: var(--lfi-navy);
	font-size: .88rem;
	text-align: center;
}

.lfi-kit-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.05fr 1.12fr 1.16fr .88fr 1.1fr;
	gap: 13px;
	align-items: end;
}

.lfi-kit-item {
	min-width: 0;
	margin: 0;
}

.lfi-kit-item figcaption {
	min-height: 28px;
	margin: 0 0 5px;
	color: var(--lfi-navy);
	font-size: .69rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.lfi-kit-item__image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 151px;
	overflow: hidden;
}

.lfi-kit-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

/* Formulario */
.lfi-form-section {
	padding: 0 0 54px;
	scroll-margin-top: 105px;
}

.lfi-form-card {
	margin-top: 0;
	background: #fff;
	border: 1px solid var(--lfi-line);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(13,33,56,.055);
}

.lfi-form-card > header {
	padding: 9px 18px;
	background: var(--lfi-navy);
}

.lfi-form-card > header h2 {
	margin: 0;
	color: #fff;
	font-size: 1.62rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.lfi-alert {
	margin: 18px 24px 0;
	padding: 13px 16px;
	border-radius: 10px;
	font-weight: 700;
}

.lfi-alert--success {
	color: #0c684d;
	background: #e9f8f2;
	border: 1px solid #a8e4d1;
}

.lfi-alert--error {
	color: #9a2d20;
	background: #fff0ed;
	border: 1px solid #ffc2b7;
}

.lfi-form {
	padding: 22px 24px 24px;
}

.lfi-form-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.lfi-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.lfi-form legend {
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	color: var(--lfi-navy);
	font-size: 1rem;
	font-weight: 800;
}

.lfi-field {
	display: block;
	margin: 0 0 10px;
	color: var(--lfi-navy);
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.28;
}

.lfi-field > span {
	display: block;
	min-height: 18px;
	margin: 0 0 4px;
}

.lfi-field b {
	margin-left: 2px;
	color: var(--lfi-coral);
}

.lfi-field input,
.lfi-field select,
.lfi-field textarea {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 8px 10px;
	color: var(--lfi-navy);
	background: #fff;
	border: 1px solid #cfdde5;
	border-radius: 6px;
	box-shadow: none;
	font: inherit;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.35;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.lfi-field input,
.lfi-field select {
	height: 36px;
}

.lfi-field textarea {
	min-height: 75px;
	resize: vertical;
}

.lfi-field input:focus,
.lfi-field select:focus,
.lfi-field textarea:focus {
	border-color: var(--lfi-teal);
	box-shadow: 0 0 0 3px rgba(37,184,180,.15);
}

.lfi-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.lfi-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 12px 0 15px;
	color: var(--lfi-navy);
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.45;
}

.lfi-consent input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	accent-color: var(--lfi-teal);
}

.lfi-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 188px;
	min-height: 46px;
	padding: 12px 24px;
	color: #fff;
	background: linear-gradient(100deg, #ff552d 0%, #ff6d31 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(243,107,67,.25);
	font: inherit;
	font-size: .92rem;
	font-weight: 800;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.lfi-submit:hover,
.lfi-submit:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(243,107,67,.35);
}

@supports not (background: color-mix(in srgb, red 50%, white)) {
	.lfi-experience-card > span { background: #eef8f8; }
}

@media (max-width: 1180px) {
	.lfi-hero__grid {
		grid-template-columns: minmax(0, 44%) minmax(0, 56%);
	}
	.lfi-event-meta { gap: 16px; font-size: .8rem; }
	.lfi-area-grid { gap: 20px; }
	.lfi-area-card { padding-inline: 20px; }
	.lfi-benefit-card { grid-template-columns: 32px 1fr; }
	.lfi-benefit-card__icon { display: none; }
}

@media (max-width: 960px) {
	.lfi-shell { width: min(calc(100% - 32px), var(--lfi-shell)); }
	.lfi-hero__grid { grid-template-columns: 1fr; }
	.lfi-hero__copy { padding: 40px 0 22px; }
	.lfi-hero__visual { min-height: 0; }
	.lfi-hero__visual img { width: min(100%, 760px); min-height: 0; max-height: none; margin-inline: auto; object-position: center bottom; }
	.lfi-area-grid { grid-template-columns: 1fr; }
	.lfi-area-card { min-height: 0; }
	.lfi-experience-grid { grid-template-columns: repeat(3, 1fr); }
	.lfi-benefit-grid { grid-template-columns: repeat(2, 1fr); }
	.lfi-benefit-card:nth-child(4n) { border-right: 1px solid var(--lfi-line); }
	.lfi-benefit-card:nth-child(2n) { border-right: 0; }
	.lfi-benefit-card:nth-child(n+5) { border-bottom: 1px solid var(--lfi-line); }
	.lfi-benefit-card:nth-child(n+7) { border-bottom: 0; }
	.lfi-kit-grid { grid-template-columns: repeat(4, 1fr); row-gap: 20px; }
	.lfi-form-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	.lfi-shell { width: min(calc(100% - 24px), var(--lfi-shell)); }
	.lfi-section { padding-top: 27px; }
	.lfi-section h2 { margin-bottom: 17px; }
	.lfi-hero__copy h1 { font-size: 2.65rem; }
	.lfi-hero__copy > p { font-size: .96rem; }
	.lfi-event-meta { flex-wrap: wrap; gap: 13px 18px; }
	.lfi-event-meta > span { white-space: normal; }
	.lfi-hero__visual { min-height: 0; }
	.lfi-hero__visual img { min-height: 0; }
	.lfi-area-card__head { grid-template-columns: 58px 1fr; }
	.lfi-area-card__icon { width: 54px; height: 54px; }
	.lfi-area-card__icon svg { width: 35px; height: 35px; }
	.lfi-experience-grid { grid-template-columns: repeat(2, 1fr); }
	.lfi-benefit-grid { grid-template-columns: 1fr; }
	.lfi-benefit-card,
	.lfi-benefit-card:nth-child(2n),
	.lfi-benefit-card:nth-child(4n),
	.lfi-benefit-card:nth-child(n+5),
	.lfi-benefit-card:nth-child(n+7) { border-right: 0; border-bottom: 1px solid var(--lfi-line); }
	.lfi-benefit-card:last-child { border-bottom: 0; }
	.lfi-kit__panel { padding-inline: 10px; }
	.lfi-kit-grid { grid-template-columns: repeat(2, 1fr); }
	.lfi-kit-item__image { height: 160px; }
	.lfi-form { padding: 19px 16px 22px; }
	.lfi-form-grid { grid-template-columns: 1fr; gap: 10px; }
	.lfi-form-card > header h2 { font-size: 1.3rem; }
	.lfi-submit { width: 100%; }
}
