:root {
	--lfc-color-primary: #de5636;
	--lfc-color-primary-dark: #bc4024;
	--lfc-color-text: #18181b;
	--lfc-color-text-muted: #71717a;
	--lfc-color-text-strong: #0c0a09;
	--lfc-color-bg-soft: #f4f4f5;
	--lfc-color-white: #ffffff;
	--lfc-font: Silka, Poppins, Arial, Helvetica, sans-serif;
	--lfc-gap: 20px;
	--lfc-section-pad-block: 48px;
	--lfc-section-pad-inline: 20px;
	--lfc-header-clearance: 170px;
}

.lfc-page {
	max-width: 1920px;
	margin-inline: auto;
	font-family: var(--lfc-font);
	color: var(--lfc-color-text);
}

.lfc-page section {
	padding-block: var(--lfc-section-pad-block);
	padding-inline: var(--lfc-section-pad-inline);
}

.lfc-page h1,
.lfc-page h2 {
	margin: 0;
}

.lfc-page section.lfc-hero {
	padding-top: var(--lfc-header-clearance);
	background-color: var(--lfc-color-white);
	background-size: 100% var(--lfc-header-clearance);
	background-position: top center;
	background-repeat: no-repeat;
}

.lfc-hero__row {
	display: flex;
	flex-direction: column;
	gap: var(--lfc-gap);
}

.lfc-hero__title {
	flex: none;
	margin: 0;
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 1.125;
	font-weight: 700;
	color: var(--lfc-color-text-strong);
}

.lfc-hero__subtitle-wrap {
	display: grid;
	gap: 12px;
}

.lfc-hero__subtitle {
	margin: 0;
	font-size: clamp(1.25rem, 3vw, 2.5rem);
	line-height: 1.2;
	color: var(--lfc-color-text-muted);
}

.lfc-hero__since {
	margin: 0;
	font-weight: 700;
	font-size: clamp(1.25rem, 3.5vw, 2.5rem);
	line-height: 1.2;
	color: var(--lfc-color-primary);
}

.lfc-banner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 338px;
	padding: 8px 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.lfc-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
}

.lfc-banner__content {
	position: relative;
	display: grid;
	gap: 0;
	max-width: 45rem;
	z-index: 1;
}

.lfc-banner__title {
	display: block;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.125;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--lfc-color-white);
}

.lfc-banner__cta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lfc-banner__year {
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.125;
	font-weight: 700;
	color: var(--lfc-color-white);
}

.lfc-intro {
	background: var(--lfc-color-white);
}

.lfc-intro__title {
	font-size: clamp(1.75rem, 5vw, 3.5rem);
	line-height: 1.15;
	font-weight: 400;
	color: var(--lfc-color-text);
}

.lfc-intro__cols {
	display: grid;
	gap: 32px;
	margin-top: 36px;
}

.lfc-intro__text {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--lfc-color-text-muted);
}

.lfc-stats {
	background: var(--lfc-color-bg-soft);
}

.lfc-page section.lfc-stats {
	padding-bottom: 0;
}

.lfc-stats__title {
	font-size: clamp(1.75rem, 5vw, 3.5rem);
	line-height: 1.15;
	font-weight: 700;
	color: var(--lfc-color-primary);
}

.lfc-stats__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 56px;
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

.lfc-kpi__head {
	display: flex;
	align-items: center;
	gap: 16px;
}

.lfc-kpi__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	padding: 8px;
	border-radius: 999px;
	background: var(--lfc-color-white);
}

.lfc-kpi__icon img {
	width: auto;
	height: 48px;
}

.lfc-kpi__value {
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 1.125;
	font-weight: 400;
	color: var(--lfc-color-primary);
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.lfc-kpi__text {
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--lfc-color-text-strong);
}

.lfc-kpi__text strong {
	font-weight: 700;
}

.lfc-page section.lfc-pillars {
	padding: 0;
}

.lfc-pillars__grid {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lfc-pillar__link {
	position: relative;
	display: block;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 15px solid var(--lfc-color-white);
	text-decoration: none;
	overflow: hidden;
}

.lfc-pillar__link::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(124deg, rgba(102, 102, 102, 0.08) 2.36%, rgba(0, 0, 0, 0.8) 93.5%);
}

.lfc-pillar__panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px 16px;
	max-height: 90px;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	transition: max-height 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lfc-pillar__link:hover .lfc-pillar__panel,
.lfc-pillar__link.is-active .lfc-pillar__panel {
	max-height: 360px;
}

.lfc-pillar__compact {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 16px;
	transition: opacity 0.5s ease;
}

.lfc-pillar__link:hover .lfc-pillar__compact,
.lfc-pillar__link.is-active .lfc-pillar__compact {
	opacity: 0;
}

.lfc-pillar__title {
	font-size: clamp(1.25rem, 4vw, 3rem);
	color: var(--lfc-color-white);
}

.lfc-pillar__arrow {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
}

.lfc-pillar__expanded {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	color: var(--lfc-color-white);
	opacity: 0;
	transition: opacity 0.7s ease 0.15s;
}

.lfc-pillar__link:hover .lfc-pillar__expanded,
.lfc-pillar__link.is-active .lfc-pillar__expanded {
	opacity: 1;
}

.lfc-pillar__reveal-title {
	margin: 0 0 22px;
	font-size: clamp(1.25rem, 3vw, 2.5rem);
	line-height: 1.2;
}

.lfc-pillar__reveal-text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.286;
	color: var(--lfc-color-white);
}

.lfc-cta {
	background: var(--lfc-color-white);
	text-align: center;
}

.lfc-cta__title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.15;
	font-weight: 400;
	color: var(--lfc-color-text);
}

.lfc-cta__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 60px;
}

.lfc-cta-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: 100%;
	padding: 24px 8px 40px;
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5), rgba(244, 244, 245, 0.5));
}

.lfc-cta-block__text {
	margin: 0;
	padding: 30px 0;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--lfc-color-text-muted);
}

.lfc-cta-block__text strong {
	color: var(--lfc-color-text-muted);
	font-weight: 700;
}

.lfc-cta-block__btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background: var(--lfc-color-primary);
	color: var(--lfc-color-white);
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.2px;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.lfc-cta .lfc-cta-block__btn:hover,
.lfc-cta .lfc-cta-block__btn:focus {
	background: var(--lfc-color-primary-dark);
	color: var(--lfc-color-white);
}

@media only screen and (min-width: 768px) {
	:root {
		--lfc-section-pad-block: 72px;
		--lfc-section-pad-inline: 48px;
	}

	.lfc-banner__content {
		gap: 8px;
	}

	.lfc-hero__row {
		flex-direction: row;
		align-items: center;
		gap: 64px;
	}

	.lfc-hero__title {
		width: auto;
	}

	.lfc-hero__subtitle-wrap {
		flex: 1;
	}

	.lfc-banner {
		padding: 60px 96px;
		min-height: 420px;
	}

	.lfc-intro__cols {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 60px;
	}

	.lfc-intro__text {
		font-size: 1.5rem;
		line-height: 1.333;
	}

	.lfc-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 64px 32px;
		margin-top: 80px;
	}

	.lfc-kpi__head {
		gap: 24px;
	}

	.lfc-kpi__text {
		margin-top: 24px;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.lfc-pillars__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lfc-pillar__link:hover .lfc-pillar__panel,
	.lfc-pillar__link.is-active .lfc-pillar__panel {
		max-height: 550px;
	}

	.lfc-pillar__reveal-text {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	.lfc-cta__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px;
	}

	.lfc-cta-block {
		padding: 32px 24px;
	}

	.lfc-cta-block__text {
		font-size: 1.5rem;
		line-height: 1.333;
	}

	.lfc-cta-block__btn {
		padding: 20px 40px;
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 1024px) {
	:root {
		--lfc-section-pad-block: 116px;
		--lfc-section-pad-inline: 160px;
		--lfc-header-clearance: 386px;
	}

	.lfc-intro__title,
	.lfc-stats__title,
	.lfc-cta__title {
		line-height: 0.86;
	}

	.lfc-stats__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.lfc-kpi {
		min-height: 250px;
	}

	.lfc-kpi__icon {
		width: 90px;
		height: 90px;
	}

	.lfc-banner {
		padding: 91px 154px;
		min-height: 743px;
	}

	.lfc-banner__title {
		line-height: 0.857;
	}

	.lfc-banner__year {
		line-height: 1.286;
	}

	.lfc-pillar__link {
		min-height: 612px;
	}

	.lfc-pillar__panel {
		padding: 80px;
		max-height: 224px;
	}

	.lfc-pillar__link:hover .lfc-pillar__panel,
	.lfc-pillar__link.is-active .lfc-pillar__panel {
		max-height: 650px;
	}

	.lfc-pillar__reveal-title {
		margin-bottom: 40px;
	}

	.lfc-pillar__arrow {
		width: 64px;
		height: 64px;
	}

	.lfc-cta-block {
		padding: 50px 80px 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
	.lfc-page section.lfc-cta {
		padding-inline: 2rem;
	}
}

/* ── Lead-gate modal (memòria download) ── */

.lfc-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(24, 24, 27, 0.6);
}

.lfc-modal.is-open {
	display: flex;
}

body.lfc-modal-open {
	overflow: hidden;
}

.lfc-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 768px;
	max-height: 95vh;
	overflow-y: auto;
	background: var(--lfc-color-white);
	border-radius: 16px;
	padding: 25px;
	font-family: var(--lfc-font);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.lfc-modal__dialog {
		padding: 45px;
	}
}

.lfc-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	cursor: pointer;
	color: var(--lfc-color-text-muted);
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

.lfc-modal__close:hover {
	color: var(--lfc-color-text);
}

.lfc-modal__title {
	margin: 0 0 8px;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--lfc-color-text-strong);
}

.lfc-modal__subtitle {
	margin: 0 0 24px;
	font-size: 0.9375rem;
	color: var(--lfc-color-text-muted);
}

.lfc-modal__hp {
	position: absolute;
	left: -9999px;
}

.lfc-modal__field {
	margin-bottom: 16px;
}

.lfc-modal__field label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--lfc-color-text);
}

.lfc-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lfc-modal__field input {
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(24, 24, 27, 0.15);
	border-radius: 10px;
	font-family: var(--lfc-font);
	font-size: 0.9375rem;
	color: var(--lfc-color-text);
}

.lfc-modal__field input::placeholder {
	color: var(--lfc-color-text-muted);
}

.lfc-modal__field input:focus {
	outline: none;
	border-color: var(--lfc-color-primary);
	box-shadow: 0 0 0 3px rgba(222, 86, 54, 0.12);
}

.lfc-modal__required-note {
	margin: -4px 0 14px;
	font-size: 0.75rem;
	color: var(--lfc-color-text-muted);
}

.lfc-modal__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	font-size: 0.6125rem;
	line-height: 1.5;
	color: var(--lfc-color-text-muted);
	cursor: pointer;
}

.lfc-modal__checkbox input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: var(--lfc-color-primary);
}

.lfc-modal__checkbox a {
	color: var(--lfc-color-primary);
}

.lfc-modal__error {
	display: none;
	margin: 0 0 16px;
	padding: 10px 14px;
	border-radius: 8px;
	background: rgba(219, 75, 104, 0.08);
	color: #db4b68;
	font-size: 0.8125rem;
}

.lfc-modal__error.is-visible {
	display: block;
}

.lfc-modal__submit {
	width: 100%;
	margin-top: 8px;
	padding: 14px 24px;
	background: var(--lfc-color-primary);
	color: var(--lfc-color-white);
	font-weight: 600;
	font-size: 1rem;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.lfc-modal__submit:hover,
.lfc-modal__submit:focus {
	background: var(--lfc-color-primary-dark);
}

.lfc-modal__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
