.lm-city {
	--lm-ink: #071426;
	--lm-navy: #0a2245;
	--lm-navy-2: #103566;
	--lm-cyan: #1bc9d8;
	--lm-cyan-dark: #087987;
	--lm-green: #30d179;
	--lm-paper: #f3f7fa;
	--lm-line: #d9e4ec;
	--lm-muted: #586a7d;
	--lm-white: #fff;
	--lm-shadow: 0 22px 65px rgba(7, 20, 38, .13);
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	overflow: clip;
	background: var(--lm-white);
	color: var(--lm-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.68;
}

.lampista-core-page .entry-header {
	display: none;
}

.lm-city *,
.lm-city *::before,
.lm-city *::after {
	box-sizing: border-box;
}

.lm-city a {
	text-decoration: none;
}

.lm-city img {
	display: block;
	max-width: 100%;
}

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

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

.lm-breadcrumb {
	padding-block: 14px;
	color: #6e7f91;
	font-size: 13px;
}

.lm-breadcrumb a {
	color: #256a7d;
}

.lm-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(27, 201, 216, .13);
	color: var(--lm-cyan-dark);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.lm-hero {
	position: relative;
	display: grid;
	min-height: 650px;
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	background: var(--lm-navy);
	color: var(--lm-white);
}

.lm-hero::before,
.lm-hero::after {
	position: absolute;
	inset: 0;
	content: "";
}

.lm-hero::before {
	z-index: -2;
	background: var(--lm-hero-image, none) center / cover no-repeat;
	transform: scale(1.015);
}

.lm-hero::after {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(4, 15, 34, .98) 0%, rgba(4, 15, 34, .91) 48%, rgba(4, 15, 34, .48) 100%),
		linear-gradient(0deg, rgba(4, 15, 34, .38), transparent 50%);
}

.lm-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
	gap: 54px;
	align-items: center;
	padding-block: 88px;
}

.lm-hero h1 {
	max-width: 820px;
	margin: 18px 0 22px;
	color: var(--lm-white);
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.lm-lead {
	max-width: 740px;
	margin: 0 0 29px;
	color: #dce8f4;
	font-size: clamp(18px, 2vw, 22px);
}

.lm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lm-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 2px solid transparent;
	border-radius: 13px;
	font-weight: 850;
	line-height: 1.25;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.lm-btn:focus-visible,
.lm-city a:focus-visible,
.lm-faq summary:focus-visible {
	outline: 3px solid #f8d75b;
	outline-offset: 3px;
}

.lm-btn-main {
	background: var(--lm-green);
	box-shadow: 0 11px 28px rgba(48, 209, 121, .24);
	color: #042313;
}

.lm-btn-main:hover {
	background: #55df92;
	color: #042313;
}

.lm-btn-alt {
	background: var(--lm-white);
	color: var(--lm-navy);
}

.lm-btn-alt:hover {
	background: #eaf2f8;
	color: var(--lm-navy);
}

.lm-proof {
	display: grid;
	max-width: 710px;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 30px;
}

.lm-proof-item {
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 13px;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
}

.lm-proof-item strong,
.lm-proof-item span {
	display: block;
}

.lm-proof-item strong {
	color: var(--lm-white);
	font-size: 15px;
}

.lm-proof-item span {
	color: #bdccdc;
	font-size: 12px;
	line-height: 1.45;
}

.lm-hero-card {
	align-self: end;
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 23px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 75px rgba(0, 0, 0, .29);
	color: var(--lm-ink);
}

.lm-hero-card h2 {
	margin: 0 0 10px;
	color: var(--lm-ink);
	font-size: 23px;
	line-height: 1.22;
}

.lm-hero-card p {
	margin: 0;
	color: var(--lm-muted);
}

.lm-checks {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.lm-checks li {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #dfe7ef;
}

.lm-checks .lm-icon-svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #168f4d;
}

.lm-section {
	padding-block: 88px;
}

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

.lm-head {
	max-width: 790px;
	margin-bottom: 35px;
}

.lm-head h2,
.lm-copy h2,
.lm-process h2 {
	margin: 12px 0 14px;
	color: var(--lm-ink);
	font-size: clamp(31px, 4vw, 48px);
	font-weight: 880;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.lm-head p,
.lm-copy p,
.lm-process p {
	color: var(--lm-muted);
	font-size: 17px;
}

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

.lm-card {
	padding: 25px;
	border: 1px solid var(--lm-line);
	border-radius: 18px;
	background: var(--lm-white);
	box-shadow: 0 8px 30px rgba(10, 34, 69, .05);
}

.lm-icon-box {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 13px;
	background: #e2fafc;
	color: #087c8a;
}

.lm-icon-svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lm-card h3 {
	margin: 17px 0 9px;
	color: var(--lm-ink);
	font-size: 21px;
	line-height: 1.25;
}

.lm-card p {
	margin: 0;
	color: var(--lm-muted);
}

.lm-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	align-items: center;
}

.lm-photo {
	position: relative;
	margin: 0;
}

.lm-photo img {
	width: 100%;
	height: 500px;
	border-radius: 25px;
	box-shadow: var(--lm-shadow);
	object-fit: cover;
}

.lm-photo figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 11px 17px;
	border-radius: 12px;
	background: var(--lm-cyan);
	color: #032a31;
	font-weight: 900;
}

.lm-steps {
	display: grid;
	gap: 15px;
	margin-top: 25px;
}

.lm-step {
	display: grid;
	grid-template-columns: 45px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
}

.lm-step-number {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--lm-navy);
	color: var(--lm-white);
	font-weight: 900;
}

.lm-step h3 {
	margin: 0 0 4px;
	color: var(--lm-ink);
	font-size: 19px;
}

.lm-step p {
	margin: 0;
	color: var(--lm-muted);
	font-size: 16px;
}

.lm-safety-card {
	padding: 30px;
	border: 1px solid var(--lm-line);
	border-radius: 20px;
	background: var(--lm-white);
	box-shadow: 0 12px 38px rgba(10, 34, 69, .07);
}

.lm-safety-card h3 {
	margin-top: 0;
	color: var(--lm-ink);
	font-size: 24px;
}

.lm-note {
	margin-top: 18px;
	color: #6a7b8f;
	font-size: 13px;
}

.lm-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.lm-link {
	display: flex;
	min-height: 108px;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	border: 1px solid #d6e2eb;
	border-radius: 15px;
	background: var(--lm-white);
	color: var(--lm-navy);
	font-weight: 830;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.lm-link:hover {
	border-color: var(--lm-cyan);
	box-shadow: 0 12px 30px rgba(7, 20, 38, .08);
	transform: translateY(-2px);
}

.lm-link span {
	color: #087d8b;
}

.lm-city-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 32px 0 0;
	list-style: none;
}

.lm-city-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 12px 15px;
	border: 1px solid var(--lm-line);
	border-radius: 12px;
	background: var(--lm-white);
	color: var(--lm-navy);
	font-weight: 760;
}

.lm-city-links a:hover {
	border-color: var(--lm-cyan);
	color: #075e69;
}

.lm-faq {
	display: grid;
	gap: 12px;
}

.lm-faq details {
	padding: 18px 20px;
	border: 1px solid var(--lm-line);
	border-radius: 14px;
	background: var(--lm-white);
}

.lm-faq details[open] {
	border-color: #aadfe5;
	box-shadow: 0 8px 24px rgba(10, 34, 69, .05);
}

.lm-faq summary {
	cursor: pointer;
	color: var(--lm-ink);
	font-size: 17px;
	font-weight: 850;
}

.lm-faq p {
	margin: 12px 0 0;
	color: var(--lm-muted);
}

.lm-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 52px;
	border-radius: 27px;
	background: linear-gradient(135deg, var(--lm-ink), var(--lm-navy-2));
	box-shadow: var(--lm-shadow);
	color: var(--lm-white);
}

.lm-cta h2 {
	margin: 0 0 11px;
	color: var(--lm-white);
	font-size: clamp(30px, 4vw, 47px);
	line-height: 1.1;
}

.lm-cta p {
	max-width: 720px;
	margin: 0;
	color: #cad8e7;
}

.lm-phone-inline {
	color: inherit;
	font-weight: 800;
}

@media (max-width: 900px) {
	.lm-hero-grid,
	.lm-split {
		grid-template-columns: 1fr;
	}

	.lm-hero {
		min-height: 0;
	}

	.lm-hero-card {
		max-width: 660px;
	}

	.lm-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-city-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-cta {
		grid-template-columns: 1fr;
	}
}

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

	.lm-hero-grid {
		padding-block: 66px;
	}

	.lm-proof,
	.lm-grid,
	.lm-links,
	.lm-city-links {
		grid-template-columns: 1fr;
	}

	.lm-actions .lm-btn {
		width: 100%;
	}

	.lm-section {
		padding-block: 64px;
	}

	.lm-photo img {
		height: 350px;
	}

	.lm-cta {
		padding: 32px 23px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-city *,
	.lm-city *::before,
	.lm-city *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
