/*
Theme Name: Lampista Native
Theme URI: https://lampista.me/
Description: Tema hijo ligero de GeneratePress para las páginas nativas de Lampista.me.
Author: Lampista.me
Template: generatepress
Version: 1.0.0
Text Domain: lampista-native
*/

:root {
	--ln-navy: #071c34;
	--ln-navy-2: #0b2b4d;
	--ln-blue: #087ea4;
	--ln-sky: #dff5fb;
	--ln-green: #28c76f;
	--ln-green-dark: #159653;
	--ln-yellow: #f7c84b;
	--ln-ink: #10243b;
	--ln-muted: #5c6c7e;
	--ln-line: #dce7ef;
	--ln-paper: #f4f8fb;
	--ln-white: #fff;
	--ln-shadow: 0 18px 55px rgba(7, 28, 52, .11);
	--ln-radius: 24px;
}

html {
	scroll-behavior: smooth;
}

body.ln-barcelona-template {
	margin: 0;
	background: var(--ln-white);
	color: var(--ln-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.ln-barcelona-template *,
.ln-barcelona-template *::before,
.ln-barcelona-template *::after {
	box-sizing: border-box;
}

.ln-page {
	min-height: 100vh;
	overflow: clip;
	background: var(--ln-white);
}

.ln-page img {
	display: block;
	max-width: 100%;
}

.ln-page a {
	color: inherit;
}

.ln-page h1,
.ln-page h2,
.ln-page h3,
.ln-page p {
	margin-top: 0;
}

.ln-page h1,
.ln-page h2,
.ln-page h3 {
	color: var(--ln-navy);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ln-page h1 {
	margin-bottom: 24px;
	font-size: clamp(2.65rem, 6vw, 5.5rem);
}

.ln-page h2 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 4vw, 3.55rem);
}

.ln-page h3 {
	margin-bottom: 12px;
	font-size: 1.25rem;
}

.ln-wrap {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ln-section {
	padding: 96px 0;
}

.ln-section--paper {
	background: var(--ln-paper);
}

.ln-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--ln-blue);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ln-eyebrow::before {
	width: 28px;
	height: 4px;
	border-radius: 999px;
	background: var(--ln-green);
	content: "";
}

.ln-lead {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--ln-muted);
	font-size: 1.1rem;
	line-height: 1.8;
}

.ln-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 24px;
	border: 0;
	border-radius: 13px;
	text-decoration: none;
	font-weight: 850;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ln-btn:hover {
	transform: translateY(-2px);
}

.ln-btn:focus-visible,
.ln-page a:focus-visible,
.ln-page summary:focus-visible {
	outline: 3px solid var(--ln-yellow);
	outline-offset: 3px;
}

.ln-btn--primary {
	background: var(--ln-green);
	box-shadow: 0 12px 30px rgba(40, 199, 111, .25);
	color: #052b18;
}

.ln-btn--primary:hover {
	background: #39d37d;
}

.ln-btn--dark {
	background: var(--ln-navy);
	box-shadow: 0 12px 30px rgba(7, 28, 52, .16);
	color: var(--ln-white);
}

.ln-btn--light {
	border: 1px solid rgba(7, 28, 52, .11);
	background: var(--ln-white);
	box-shadow: 0 10px 25px rgba(7, 28, 52, .08);
	color: var(--ln-navy);
}

.ln-icon {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.ln-topbar {
	background: var(--ln-navy);
	color: #d9e8f6;
	font-size: .78rem;
}

.ln-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 34px;
}

.ln-topbar__note {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ln-topbar__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ln-green);
	box-shadow: 0 0 0 5px rgba(40, 199, 111, .15);
}

.ln-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid var(--ln-line);
	background: rgba(255, 255, 255, .96);
}

.ln-header__main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 35px;
	min-height: 82px;
}

.ln-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--ln-navy);
	text-decoration: none;
}

.ln-brand__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: var(--ln-navy);
	color: var(--ln-green);
}

.ln-brand__name {
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -.035em;
}

.ln-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 27px;
}

.ln-nav a {
	color: #31465c;
	font-size: .9rem;
	font-weight: 750;
	text-decoration: none;
}

.ln-nav a:hover {
	color: var(--ln-blue);
}

.ln-header__call {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 10px 15px 10px 11px;
	border: 1px solid var(--ln-line);
	border-radius: 14px;
	text-decoration: none;
}

.ln-header__call-icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--ln-green);
	color: #06331c;
}

.ln-header__call small,
.ln-header__call strong {
	display: block;
	line-height: 1.2;
}

.ln-header__call small {
	margin-bottom: 3px;
	color: var(--ln-muted);
	font-size: .67rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ln-header__call strong {
	color: var(--ln-navy);
	font-size: .92rem;
}

.ln-hero {
	position: relative;
	background:
		radial-gradient(circle at 15% 15%, rgba(8, 126, 164, .08), transparent 30%),
		linear-gradient(180deg, #fff, #f7fafc);
}

.ln-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 65px;
	min-height: 690px;
	padding: 68px 0 95px;
}

.ln-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 25px;
	color: #6f7f90;
	font-size: .83rem;
}

.ln-breadcrumb a {
	text-decoration: none;
}

.ln-breadcrumb span:last-child {
	color: var(--ln-navy);
	font-weight: 750;
}

.ln-hero__title-accent {
	position: relative;
	display: inline;
	color: var(--ln-blue);
}

.ln-hero__title-accent::after {
	position: absolute;
	right: 0;
	bottom: -.02em;
	left: 0;
	z-index: -1;
	height: .18em;
	border-radius: 999px;
	background: rgba(40, 199, 111, .32);
	content: "";
}

.ln-hero__copy > p {
	max-width: 690px;
	margin-bottom: 0;
	color: var(--ln-muted);
	font-size: 1.16rem;
	line-height: 1.75;
}

.ln-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ln-hero__micro {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 27px 0 0;
	padding: 0;
	color: #42566b;
	font-size: .87rem;
	list-style: none;
}

.ln-hero__micro li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ln-hero__micro li::before {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #dff7e9;
	color: #0f8647;
	content: "✓";
	font-size: .72rem;
	font-weight: 900;
}

.ln-hero__visual {
	position: relative;
}

.ln-hero__photo {
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(7, 28, 52, .18);
}

.ln-hero__photo img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.ln-hero__badge {
	position: absolute;
	right: -28px;
	bottom: 38px;
	width: min(285px, 72%);
	padding: 19px 20px;
	border-radius: 18px;
	background: var(--ln-white);
	box-shadow: var(--ln-shadow);
}

.ln-hero__badge strong {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--ln-navy);
}

.ln-hero__badge strong::before {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--ln-green);
	box-shadow: 0 0 0 6px rgba(40, 199, 111, .13);
	content: "";
}

.ln-hero__badge span {
	display: block;
	margin-top: 7px;
	color: var(--ln-muted);
	font-size: .83rem;
}

.ln-trust {
	position: relative;
	z-index: 3;
	margin-top: -52px;
}

.ln-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border: 1px solid #e5edf3;
	border-radius: 22px;
	background: var(--ln-white);
	box-shadow: var(--ln-shadow);
}

.ln-trust__item {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 25px 20px;
	border-right: 1px solid #e6edf3;
}

.ln-trust__item:last-child {
	border-right: 0;
}

.ln-trust__icon {
	display: grid;
	place-items: center;
	flex: 0 0 39px;
	width: 39px;
	height: 39px;
	border-radius: 12px;
	background: var(--ln-sky);
	color: var(--ln-blue);
}

.ln-trust__item strong,
.ln-trust__item span {
	display: block;
}

.ln-trust__item strong {
	margin-bottom: 3px;
	color: var(--ln-navy);
	font-size: .91rem;
}

.ln-trust__item span {
	color: var(--ln-muted);
	font-size: .78rem;
	line-height: 1.45;
}

.ln-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 45px;
}

.ln-heading__copy {
	max-width: 760px;
}

.ln-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ln-service {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: 29px;
	overflow: hidden;
	border: 1px solid var(--ln-line);
	border-radius: 22px;
	background: var(--ln-white);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ln-service:hover {
	transform: translateY(-5px);
	border-color: #9ed8ea;
	box-shadow: 0 20px 45px rgba(7, 28, 52, .09);
}

.ln-service__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 25px;
	border-radius: 16px;
	background: var(--ln-sky);
	color: var(--ln-blue);
}

.ln-service p {
	margin-bottom: 0;
	color: var(--ln-muted);
	font-size: .92rem;
}

.ln-service__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 20px;
	color: var(--ln-blue);
	font-size: .9rem;
	font-weight: 850;
}

.ln-service__more::after {
	content: "→";
	font-size: 1.15rem;
}

.ln-promise {
	background: var(--ln-navy);
	color: #d8e7f4;
}

.ln-promise h2,
.ln-promise h3 {
	color: var(--ln-white);
}

.ln-promise .ln-eyebrow {
	color: #75d7f4;
}

.ln-promise__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: 70px;
}

.ln-promise__intro p {
	max-width: 590px;
	margin-bottom: 0;
	color: #bcd0e1;
	font-size: 1.05rem;
}

.ln-promise__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ln-promise__item {
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .055);
}

.ln-promise__item span {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	margin-bottom: 18px;
	border-radius: 11px;
	background: var(--ln-green);
	color: #05321a;
	font-weight: 900;
}

.ln-promise__item p {
	margin-bottom: 0;
	color: #bcd0e1;
	font-size: .88rem;
}

.ln-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 48px;
}

.ln-step {
	position: relative;
	padding-right: 28px;
}

.ln-step:not(:last-child)::after {
	position: absolute;
	top: 26px;
	right: 15px;
	left: 68px;
	height: 2px;
	background: #d7e5ed;
	content: "";
}

.ln-step__number {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 17px;
	background: var(--ln-blue);
	box-shadow: 0 9px 24px rgba(8, 126, 164, .2);
	color: var(--ln-white);
	font-weight: 900;
}

.ln-step h3 {
	margin-top: 20px;
}

.ln-step p {
	margin-bottom: 0;
	color: var(--ln-muted);
	font-size: .9rem;
}

.ln-local {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	align-items: stretch;
	gap: 28px;
}

.ln-local__photo {
	overflow: hidden;
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
}

.ln-local__photo img {
	width: 100%;
	height: 100%;
	min-height: 590px;
	object-fit: cover;
}

.ln-local__content {
	padding: 54px;
	border-radius: var(--ln-radius);
	background: var(--ln-paper);
}

.ln-local__content > p {
	color: var(--ln-muted);
}

.ln-zones {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 27px;
}

.ln-zone {
	padding: 9px 13px;
	border: 1px solid #d6e4ec;
	border-radius: 999px;
	background: var(--ln-white);
	color: #30475e;
	font-size: .84rem;
	font-weight: 750;
}

.ln-local__note {
	margin-top: 27px;
	padding: 18px 20px;
	border-left: 4px solid var(--ln-green);
	border-radius: 0 14px 14px 0;
	background: var(--ln-white);
	color: #294359;
	font-size: .92rem;
}

.ln-cluster {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
	margin-top: 40px;
}

.ln-cluster a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 19px 21px;
	border: 1px solid var(--ln-line);
	border-radius: 16px;
	background: var(--ln-white);
	color: var(--ln-navy);
	text-decoration: none;
	font-weight: 800;
	transition: transform .2s ease, border-color .2s ease;
}

.ln-cluster a:hover {
	transform: translateX(4px);
	border-color: #9dd7e9;
}

.ln-cluster a span:last-child {
	color: var(--ln-blue);
	font-size: 1.2rem;
}

.ln-faq {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	align-items: start;
	gap: 70px;
}

.ln-faq__side {
	position: sticky;
	top: 28px;
}

.ln-faq__contact {
	margin-top: 28px;
	padding: 22px;
	border-radius: 18px;
	background: var(--ln-sky);
}

.ln-faq__contact strong {
	display: block;
	color: var(--ln-navy);
}

.ln-faq__contact a {
	display: inline-block;
	margin-top: 9px;
	color: var(--ln-blue);
	font-weight: 850;
}

.ln-faq__list {
	border-top: 1px solid var(--ln-line);
}

.ln-faq details {
	border-bottom: 1px solid var(--ln-line);
}

.ln-faq summary {
	position: relative;
	padding: 23px 45px 23px 0;
	cursor: pointer;
	list-style: none;
	color: var(--ln-navy);
	font-weight: 850;
}

.ln-faq summary::-webkit-details-marker {
	display: none;
}

.ln-faq summary::after {
	position: absolute;
	top: 15px;
	right: 5px;
	color: var(--ln-blue);
	content: "+";
	font-size: 1.7rem;
	font-weight: 400;
}

.ln-faq details[open] summary::after {
	content: "−";
}

.ln-faq__answer {
	padding: 0 45px 23px 0;
	color: var(--ln-muted);
}

.ln-final {
	padding: 32px 0 96px;
}

.ln-final__box {
	position: relative;
	overflow: hidden;
	padding: 61px;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--ln-navy-2), var(--ln-navy));
	box-shadow: 0 28px 70px rgba(7, 28, 52, .19);
	color: #d9e7f4;
}

.ln-final__box::after {
	position: absolute;
	top: -130px;
	right: -75px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: rgba(40, 199, 111, .12);
	content: "";
}

.ln-final h2 {
	position: relative;
	z-index: 1;
	max-width: 790px;
	color: var(--ln-white);
}

.ln-final p {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin-bottom: 0;
}

.ln-final .ln-actions {
	position: relative;
	z-index: 1;
}

.ln-footer {
	padding: 52px 0 90px;
	border-top: 1px solid var(--ln-line);
	background: var(--ln-white);
}

.ln-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	align-items: start;
	gap: 60px;
}

.ln-footer__about {
	max-width: 580px;
	margin-top: 18px;
	color: var(--ln-muted);
	font-size: .88rem;
}

.ln-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 22px;
}

.ln-footer__links a {
	color: #3f556a;
	font-size: .86rem;
	font-weight: 750;
	text-decoration: none;
}

.ln-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid var(--ln-line);
	color: #718092;
	font-size: .78rem;
}

.ln-mobile-bar {
	display: none;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1050px) {
	.ln-nav {
		display: none;
	}

	.ln-header__main {
		grid-template-columns: 1fr auto;
	}

	.ln-hero__grid {
		gap: 42px;
	}

	.ln-hero__badge {
		right: -10px;
	}

	.ln-promise__grid,
	.ln-local,
	.ln-faq {
		gap: 42px;
	}
}

@media (max-width: 820px) {
	.ln-section {
		padding: 76px 0;
	}

	.ln-hero__grid,
	.ln-promise__grid,
	.ln-local,
	.ln-faq {
		grid-template-columns: 1fr;
	}

	.ln-hero__grid {
		padding: 55px 0 100px;
	}

	.ln-hero__copy {
		order: 1;
	}

	.ln-hero__visual {
		order: 2;
		max-width: 590px;
	}

	.ln-hero__photo img {
		aspect-ratio: 16 / 11;
	}

	.ln-trust__grid,
	.ln-services,
	.ln-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ln-trust__item:nth-child(2) {
		border-right: 0;
	}

	.ln-trust__item:nth-child(-n + 2) {
		border-bottom: 1px solid #e6edf3;
	}

	.ln-step:nth-child(2)::after {
		display: none;
	}

	.ln-step:nth-child(-n + 2) {
		margin-bottom: 35px;
	}

	.ln-faq__side {
		position: static;
	}

	.ln-local__photo img {
		min-height: 440px;
	}
}

@media (max-width: 640px) {
	.ln-wrap {
		width: min(100% - 26px, 1180px);
	}

	.ln-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.ln-topbar__inner > span:last-child {
		display: none;
	}

	.ln-header__main {
		min-height: 70px;
	}

	.ln-header__call {
		display: none;
	}

	.ln-brand__mark {
		width: 38px;
		height: 38px;
	}

	.ln-hero__grid {
		min-height: auto;
		padding: 44px 0 92px;
	}

	.ln-page h1 {
		font-size: clamp(2.5rem, 12vw, 3.65rem);
	}

	.ln-page h2 {
		font-size: clamp(1.9rem, 9vw, 2.7rem);
	}

	.ln-hero__copy > p {
		font-size: 1rem;
	}

	.ln-actions {
		flex-direction: column;
	}

	.ln-btn {
		width: 100%;
	}

	.ln-hero__photo {
		border-radius: 22px;
	}

	.ln-hero__photo img {
		aspect-ratio: 4 / 5;
	}

	.ln-hero__badge {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 24px);
		margin: -31px auto 0;
	}

	.ln-trust {
		margin-top: -38px;
	}

	.ln-trust__grid,
	.ln-services,
	.ln-promise__list,
	.ln-process__grid,
	.ln-cluster {
		grid-template-columns: 1fr;
	}

	.ln-trust__item {
		border-right: 0;
		border-bottom: 1px solid #e6edf3;
	}

	.ln-trust__item:last-child {
		border-bottom: 0;
	}

	.ln-heading {
		align-items: start;
		flex-direction: column;
	}

	.ln-service {
		min-height: 255px;
	}

	.ln-step {
		padding-right: 0;
	}

	.ln-step:not(:last-child) {
		margin-bottom: 30px;
	}

	.ln-step:not(:last-child)::after {
		top: 62px;
		right: auto;
		bottom: -20px;
		left: 26px;
		width: 2px;
		height: 18px;
	}

	.ln-local__photo img {
		min-height: 360px;
	}

	.ln-local__content {
		padding: 34px 24px;
	}

	.ln-faq__answer {
		padding-right: 0;
	}

	.ln-final__box {
		padding: 42px 24px;
	}

	.ln-footer {
		padding-bottom: 110px;
	}

	.ln-footer__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ln-footer__links {
		justify-content: flex-start;
	}

	.ln-footer__bottom {
		flex-direction: column;
	}

	.ln-mobile-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		box-shadow: 0 -8px 28px rgba(7, 28, 52, .16);
	}

	.ln-mobile-bar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 58px;
		color: var(--ln-white);
		text-decoration: none;
		font-size: .87rem;
		font-weight: 850;
	}

	.ln-mobile-bar a:first-child {
		background: #2672c9;
	}

	.ln-mobile-bar a:last-child {
		background: #26b84f;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ln-btn,
	.ln-service,
	.ln-cluster a {
		transition: none;
	}
}
