/* EVXPERTZ Location detail — premium centre page */

.lp {
	--lp-max: 1080px;
	position: relative;
	z-index: 2;
	max-width: var(--lp-max);
	margin: 0 auto;
	padding: 5.5rem 1.25rem 5.5rem;
}

.lp-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.5rem;
	margin-bottom: 1.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--text-dim);
}

.lp-crumbs a {
	color: var(--neon-blue);
	text-decoration: none;
}

.lp-crumbs a:hover {
	text-decoration: underline;
}

.lp-crumbs span {
	color: var(--text-muted);
	max-width: 14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Skeleton */
.lp-skeleton .lp-sk-hero {
	height: min(52vw, 280px);
	border-radius: var(--radius-xl);
	margin-bottom: 1.25rem;
	background: linear-gradient(90deg, #e9e9ee 25%, #f4f4f7 50%, #e9e9ee 75%);
	background-size: 200% 100%;
	animation: lpShimmer 1.2s infinite;
}

.lp-skeleton .lp-sk-bar {
	height: 14px;
	border-radius: 8px;
	margin-bottom: 0.75rem;
	background: linear-gradient(90deg, #e9e9ee 25%, #f4f4f7 50%, #e9e9ee 75%);
	background-size: 200% 100%;
	animation: lpShimmer 1.2s infinite;
}

.lp-skeleton .w80 {
	width: 80%;
}
.lp-skeleton .w60 {
	width: 60%;
}
.lp-skeleton .w40 {
	width: 40%;
}

@keyframes lpShimmer {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}

/* Hero */
.lp-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: var(--radius-xl);
	min-height: min(58vw, 340px);
	margin-bottom: 1.5rem;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-lux);
	animation: lpRise 0.7s var(--ease-out) both;
}

.lp-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.lp-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04);
	animation: lpKen 18s var(--ease) infinite alternate;
}

.lp-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(115deg, rgba(10, 14, 28, 0.82) 0%, rgba(10, 14, 28, 0.55) 48%, rgba(0, 148, 255, 0.28) 100%),
		linear-gradient(0deg, rgba(10, 14, 28, 0.55) 0%, transparent 55%);
}

.lp-hero__glow {
	position: absolute;
	width: 42%;
	height: 70%;
	right: -8%;
	top: -20%;
	z-index: 1;
	background: radial-gradient(circle, rgba(76, 255, 0, 0.22), transparent 68%);
	pointer-events: none;
	animation: lpPulse 5s var(--ease) infinite;
}

.lp-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.85rem;
	min-height: inherit;
	padding: 1.6rem 1.5rem 1.55rem;
	color: #fff;
}

.lp-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
	animation: lpRise 0.75s var(--ease-out) 0.08s both;
}

.lp-brand img {
	height: 22px;
	width: auto;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.lp-hero__title {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.7rem;
	font-size: clamp(1.35rem, 4.2vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	max-width: 100%;
	text-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	animation: lpRise 0.8s var(--ease-out) 0.12s both;
}

.lp-hero__title-text {
	background: linear-gradient(135deg, #fff 20%, #b8e6ff 55%, #c8ff9a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lp-hero__title span {
	background: linear-gradient(135deg, #fff 20%, #b8e6ff 55%, #c8ff9a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lp-heart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 50%;
	flex-shrink: 0;
	text-decoration: none;
	color: #ff4d6d;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(255, 77, 109, 0.28);
	animation: lpHeartPulse 1.35s var(--ease) infinite;
	transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}

.lp-heart:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 28px rgba(255, 77, 109, 0.42);
	color: #ff3355;
}

.lp-heart:focus-visible {
	outline: 2px solid var(--neon-blue);
	outline-offset: 3px;
}

.lp-heart svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	fill: currentColor;
}

.lp-heart::after {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 2px solid rgba(255, 77, 109, 0.45);
	animation: lpHeartRing 1.35s var(--ease) infinite;
	pointer-events: none;
}

.lp-hero__sub {
	margin: 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.84);
	animation: lpRise 0.8s var(--ease-out) 0.18s both;
}

.lp-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	animation: lpRise 0.8s var(--ease-out) 0.22s both;
}

.lp-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.32rem 0.72rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
}

.lp-pill--live::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--neon-green);
	box-shadow: 0 0 0 0 rgba(76, 255, 0, 0.55);
	animation: lpDot 1.8s ease infinite;
}

.lp-pill--hq {
	background: linear-gradient(135deg, rgba(0, 148, 255, 0.45), rgba(76, 255, 0, 0.28));
	border-color: rgba(255, 255, 255, 0.35);
}

.lp-pill--rating {
	background: rgba(255, 193, 7, 0.18);
	border-color: rgba(255, 193, 7, 0.45);
	color: #fff8e1;
}

.lp-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.25rem;
	animation: lpRise 0.85s var(--ease-out) 0.28s both;
}

.lp-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background 0.25s;
}

.lp-cta--primary {
	color: #041018;
	background: linear-gradient(135deg, var(--neon-blue), var(--neon-green));
	box-shadow: 0 10px 28px rgba(0, 148, 255, 0.35);
}

.lp-cta--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(0, 148, 255, 0.45);
	color: #041018;
}

.lp-cta--ghost {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(10px);
}

.lp-cta--ghost:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

/* Services strip */
.lp-services {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 1.5rem;
	animation: lpRise 0.7s var(--ease-out) 0.2s both;
}

.lp-service {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--text);
	background: var(--bg-glass);
	border: 1px solid var(--border);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow);
}

.lp-service svg {
	color: var(--neon-blue);
	flex-shrink: 0;
}

/* Extra services */
.lp-extra {
	margin: 0 0 1.5rem;
	animation: lpRise 0.7s var(--ease-out) 0.21s both;
}

.lp-extra__inner {
	padding: 1.15rem 1.2rem 1.25rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(76, 255, 0, 0.05), rgba(0, 148, 255, 0.06));
	border: 1px solid rgba(76, 255, 0, 0.18);
}

.lp-extra__label {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neon-green-dim, #2db300);
}

.lp-extra__sub {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--text-muted);
}

.lp-extra__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lp-extra__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 650;
	color: var(--text);
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

a.lp-extra__chip--cta {
	text-decoration: none;
	font-weight: 800;
	color: #041018;
	background: linear-gradient(135deg, #d6efff, #e9ffe0);
	border-color: rgba(0, 148, 255, 0.35);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a.lp-extra__chip--cta:hover {
	filter: brightness(1.03);
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 148, 255, 0.18);
}

a.lp-extra__chip--cta:focus-visible {
	outline: 2px solid var(--neon-blue);
	outline-offset: 2px;
}

/* Serving areas */
.lp-serving {
	margin: 0 0 1.5rem;
	animation: lpRise 0.7s var(--ease-out) 0.22s both;
}

.lp-serving__inner {
	padding: 1.15rem 1.2rem 1.25rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(0, 148, 255, 0.06), rgba(76, 255, 0, 0.05));
	border: 1px solid rgba(0, 148, 255, 0.16);
}

.lp-serving__label {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neon-blue-dim);
}

.lp-serving__sub {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--text-muted);
}

.lp-serving__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.lp-serving__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.8rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--text);
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.lp-serving__chip--home {
	color: #041018;
	background: linear-gradient(135deg, var(--neon-blue), var(--neon-green));
	border-color: transparent;
}

a.lp-serving__chip--cta,
a.lp-serving__chip--call {
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a.lp-serving__chip--cta {
	font-weight: 800;
	color: #041018;
	background: linear-gradient(135deg, #d6efff, #e9ffe0);
	border-color: rgba(0, 148, 255, 0.35);
}

a.lp-serving__chip--call {
	font-weight: 800;
	color: var(--neon-blue-dim, #007acc);
	background: #fff;
	border-color: rgba(0, 148, 255, 0.28);
}

a.lp-serving__chip--cta:hover,
a.lp-serving__chip--call:hover {
	filter: brightness(1.03);
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 148, 255, 0.16);
}

a.lp-serving__chip--cta:focus-visible,
a.lp-serving__chip--call:focus-visible {
	outline: 2px solid var(--neon-blue);
	outline-offset: 2px;
}

.lp-serving__note {
	margin: 0.75rem 0 0;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--text-dim);
}

/* More about centre */
.lp-more {
	margin: 0 0 1.5rem;
	animation: lpRise 0.72s var(--ease-out) 0.24s both;
}

.lp-more__inner {
	padding: 1.2rem 1.25rem 1.3rem;
	border-radius: var(--radius-lg);
	background: var(--bg-card);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.lp-more__label {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neon-blue-dim);
}

.lp-more__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.lp-more__list li {
	position: relative;
	padding-left: 1.35rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.55;
	color: var(--text);
}

.lp-more__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--neon-blue), var(--neon-green));
	box-shadow: 0 0 0 3px rgba(0, 148, 255, 0.12);
}

/* Layout grid */
.lp-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 1.15rem;
	margin-bottom: 1.35rem;
	animation: lpRise 0.75s var(--ease-out) 0.24s both;
}

@media (max-width: 860px) {
	.lp-grid {
		grid-template-columns: 1fr;
	}
}

.lp-panel {
	padding: 1.25rem 1.2rem 1.3rem;
	border-radius: var(--radius-lg);
	background: var(--bg-card);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.lp-panel__label {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neon-blue-dim);
}

.lp-info-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.lp-info {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 0.65rem;
	align-items: start;
}

.lp-info svg {
	margin-top: 2px;
	color: var(--neon-blue);
}

.lp-info__k {
	display: block;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-dim);
	margin-bottom: 0.15rem;
}

.lp-info__v {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--text);
	font-weight: 600;
}

.lp-info__v a {
	color: var(--neon-blue);
	text-decoration: none;
	font-weight: 700;
}

.lp-info__v a:hover {
	text-decoration: underline;
}

/* Action tiles — interaction containers */
.lp-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
}

@media (max-width: 480px) {
	.lp-actions {
		grid-template-columns: 1fr;
	}
}

.lp-action {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.85rem 0.9rem;
	border-radius: var(--radius-sm);
	text-decoration: none;
	color: inherit;
	background: linear-gradient(180deg, #fff, #f7f8fb);
	border: 1px solid var(--border);
	transition: transform 0.22s var(--ease-out), border-color 0.22s, box-shadow 0.22s;
}

.lp-action:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 148, 255, 0.35);
	box-shadow: 0 10px 24px var(--neon-blue-glow);
	color: inherit;
}

.lp-action--primary {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, rgba(0, 148, 255, 0.1), rgba(76, 255, 0, 0.08));
	border-color: rgba(0, 148, 255, 0.28);
}

.lp-action__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--border);
	color: var(--neon-blue);
	flex-shrink: 0;
	line-height: 0;
}

.lp-action__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
}

.lp-action__text {
	display: block;
	min-width: 0;
}

.lp-action__text strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	color: var(--text);
}

.lp-action__text span {
	display: block;
	font-size: 0.76rem;
	color: var(--text-muted);
	margin-top: 0.1rem;
}

/* Map */
.lp-map {
	margin: 0 0 1.35rem;
	border-radius: var(--radius-xl);
	overflow: hidden;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-lux);
	background: var(--bg-elevated);
	animation: lpRise 0.8s var(--ease-out) 0.28s both;
}

.lp-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.95rem 1.1rem;
	background: linear-gradient(90deg, rgba(0, 148, 255, 0.08), rgba(76, 255, 0, 0.06));
	border-bottom: 1px solid var(--border);
}

.lp-map__head h2 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
}

.lp-map__head a {
	font-size: 0.8rem;
	font-weight: 750;
	color: var(--neon-blue);
	text-decoration: none;
}

.lp-map iframe {
	display: block;
	width: 100%;
	height: min(52vw, 380px);
	border: 0;
}

/* Photos strip */
.lp-photos {
	margin: 0 0 1.35rem;
	animation: lpRise 0.8s var(--ease-out) 0.3s both;
}

.lp-photos__inner {
	padding: 1rem 1.1rem 1.15rem;
	border-radius: var(--radius-xl);
	background: var(--bg-card);
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.lp-photos__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.lp-photos__head h2 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
}

.lp-photos__count {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	color: var(--text-dim);
	background: var(--bg-elevated);
	border: 1px solid var(--border);
	transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

a.lp-photos__count {
	color: var(--neon-blue, #0094ff);
	cursor: pointer;
}

a.lp-photos__count:hover {
	color: #fff;
	background: var(--neon-blue, #0094ff);
	border-color: var(--neon-blue, #0094ff);
	box-shadow: 0 6px 16px var(--neon-blue-glow, rgba(0, 148, 255, 0.35));
}

a.lp-photos__count:focus-visible {
	outline: 2px solid var(--neon-blue, #0094ff);
	outline-offset: 2px;
}

.lp-photos__row {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	overflow-x: auto;
	padding-bottom: 0.25rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.lp-photos__thumb {
	flex: 0 0 auto;
	width: 112px;
	height: 84px;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: 12px;
	overflow: hidden;
	background: var(--bg-elevated);
	cursor: pointer;
	transition: transform 0.2s var(--ease-out), border-color 0.2s, box-shadow 0.2s;
}

.lp-photos__thumb:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 148, 255, 0.4);
	box-shadow: 0 8px 20px var(--neon-blue-glow);
}

.lp-photos__thumb:focus-visible {
	outline: 2px solid var(--neon-blue);
	outline-offset: 2px;
}

.lp-photos__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Lightbox */
body.lp-lightbox-open {
	overflow: hidden;
}

.lp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(8, 12, 22, 0.86);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.lp-lightbox[hidden] {
	display: none !important;
}

.lp-lightbox__stage {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(92vw, 1100px);
	height: min(78vh, 820px);
	max-width: 100%;
	max-height: 100%;
}

.lp-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
	margin: auto;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
	background: transparent;
}

.lp-lightbox__close,
.lp-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.2s ease, background 0.2s ease;
}

.lp-lightbox__close:hover,
.lp-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.22);
	transform: scale(1.05);
}

.lp-lightbox__close {
	top: max(1rem, env(safe-area-inset-top));
	right: max(1rem, env(safe-area-inset-right));
}

.lp-lightbox__nav--prev {
	left: max(0.75rem, env(safe-area-inset-left));
	top: 50%;
	transform: translateY(-50%);
}

.lp-lightbox__nav--next {
	right: max(0.75rem, env(safe-area-inset-right));
	top: 50%;
	transform: translateY(-50%);
}

.lp-lightbox__nav--prev:hover,
.lp-lightbox__nav--next:hover {
	transform: translateY(-50%) scale(1.05);
}

.lp-lightbox__nav[hidden] {
	display: none !important;
}

.lp-lightbox__counter {
	position: absolute;
	left: 50%;
	bottom: max(1rem, env(safe-area-inset-bottom));
	transform: translateX(-50%);
	margin: 0;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 640px) {
	.lp-lightbox__stage {
		width: 94vw;
		height: 68vh;
	}

	.lp-lightbox__nav {
		width: 40px;
		height: 40px;
	}
}

/* Codes */
.lp-codes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	animation: lpRise 0.8s var(--ease-out) 0.32s both;
}

@media (max-width: 720px) {
	.lp-codes {
		grid-template-columns: 1fr;
	}
}

.lp-code {
	padding: 1rem 1.05rem;
	border-radius: var(--radius-lg);
	background: var(--bg-glass);
	border: 1px solid var(--border);
	backdrop-filter: blur(12px);
}

.lp-code__k {
	margin: 0 0 0.35rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-dim);
}

.lp-code__v {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--text);
	word-break: break-word;
}

.lp-digipin {
	display: inline-block;
	font-family: var(--font);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.lp-digipin__blk {
	color: #1a1a24;
}

.lp-digipin__red {
	color: #e10600;
}

.lp-code a {
	display: inline-block;
	margin-top: 0.45rem;
	font-size: 0.78rem;
	font-weight: 750;
	color: var(--neon-blue);
	text-decoration: none;
}

.lp-code a:hover {
	text-decoration: underline;
}

/* Share */
/* Google reviews */
.lp-reviews {
	margin: 0 0 1.5rem;
	animation: lpRise 0.8s var(--ease-out) 0.34s both;
}

.lp-reviews__inner {
	padding: 1.2rem 1.2rem 1.3rem;
	border-radius: var(--radius-xl);
	background: var(--bg-card);
	border: 1px solid var(--border);
	box-shadow: var(--shadow-lux);
}

.lp-reviews__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border);
}

.lp-reviews__score {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
}

.lp-reviews__avg {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	background: linear-gradient(135deg, var(--neon-blue), var(--neon-green-dim));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lp-reviews__stars,
.lp-review__stars {
	display: inline-flex;
	gap: 0.08rem;
	color: #d0d0d8;
	letter-spacing: 0;
}

.lp-star.is-on {
	color: #f5b400;
}

.lp-reviews__count {
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--text-muted);
}

.lp-reviews__label {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neon-blue-dim);
}

.lp-reviews__cta {
	font-size: 0.86rem;
	font-weight: 750;
	color: var(--neon-blue);
	text-decoration: none;
}

.lp-reviews__cta:hover {
	text-decoration: underline;
}

.lp-reviews__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

@media (max-width: 720px) {
	.lp-reviews__grid {
		grid-template-columns: 1fr;
	}
}

.lp-review {
	padding: 0.95rem 1rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, #fff, #f7f8fb);
	border: 1px solid var(--border);
}

.lp-review__head {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	margin-bottom: 0.55rem;
}

.lp-review__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid var(--border);
	flex-shrink: 0;
	background: var(--bg-elevated);
}

.lp-review__meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.lp-review__name {
	font-size: 0.9rem;
	font-weight: 800;
	color: var(--text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lp-review__when {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--text-dim);
}

.lp-review__comment {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--text-muted);
	font-weight: 600;
}

.lp-review--more {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.35rem;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
	background: linear-gradient(135deg, rgba(0, 148, 255, 0.08), rgba(76, 255, 0, 0.07));
	border: 1px dashed rgba(0, 148, 255, 0.35);
	transition: transform 0.2s var(--ease-out), border-color 0.2s, box-shadow 0.2s;
}

.lp-review--more:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 148, 255, 0.55);
	box-shadow: 0 10px 24px var(--neon-blue-glow);
	color: inherit;
}

.lp-review__more-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--border);
	margin-bottom: 0.25rem;
}

.lp-review__more-title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--text);
}

.lp-review__more-sub {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--text-muted);
}

.lp-review__more-cta {
	margin-top: 0.35rem;
	font-size: 0.84rem;
	font-weight: 750;
	color: var(--neon-blue);
}

.lp-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0.5rem 0 1.5rem;
	padding: 1rem 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.lp-share-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--text-dim);
	margin-right: 0.25rem;
}

.lp-share a,
.lp-share button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	color: var(--text);
	background: #fff;
	border: 1px solid var(--border);
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lp-share a:hover,
.lp-share button:hover {
	transform: translateY(-2px);
	border-color: var(--neon-blue);
	color: var(--neon-blue);
}

.lp-share button[hidden] {
	display: none;
}

/* Nav + related */
.lp-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	margin: 0 0 1.75rem;
}

.lp-nav-btn {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1rem 1.05rem;
	border-radius: var(--radius-lg);
	text-decoration: none;
	color: inherit;
	background: var(--bg-card);
	border: 1px solid var(--border);
	transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.lp-nav-btn:hover {
	border-color: rgba(0, 148, 255, 0.35);
	transform: translateY(-2px);
	box-shadow: var(--shadow);
	color: inherit;
}

.lp-nav-btn--next {
	text-align: right;
	align-items: flex-end;
}

.lp-nav-dir {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--neon-blue);
}

.lp-nav-title {
	font-size: 0.95rem;
	font-weight: 750;
	color: var(--text);
}

.lp-nav-empty {
	min-height: 1px;
}

.lp-related {
	margin: 0 0 1.75rem;
}

.lp-related h2 {
	margin: 0 0 0.9rem;
	font-size: 1.05rem;
	font-weight: 800;
}

.lp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

@media (max-width: 720px) {
	.lp-related-grid {
		grid-template-columns: 1fr;
	}
}

.lp-related a {
	display: block;
	padding: 1rem 1.05rem;
	border-radius: var(--radius-lg);
	text-decoration: none;
	color: inherit;
	background: var(--bg-card);
	border: 1px solid var(--border);
	transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.lp-related a:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 148, 255, 0.35);
	box-shadow: var(--shadow);
	color: inherit;
}

.lp-related strong {
	display: block;
	font-size: 0.98rem;
	font-weight: 800;
	margin-bottom: 0.2rem;
}

.lp-related span {
	font-size: 0.8rem;
	color: var(--text-muted);
	font-weight: 600;
}

.lp-back {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.9rem;
	font-weight: 750;
	color: var(--neon-blue);
	text-decoration: none;
}

.lp-back:hover {
	text-decoration: underline;
}

/* Mobile dock */
.lp-dock {
	position: fixed;
	left: 0.75rem;
	right: 0.75rem;
	bottom: calc(0.75rem + env(safe-area-inset-bottom));
	z-index: 40;
	display: none;
	align-items: center;
	gap: 0.55rem;
	padding: 0.7rem 0.75rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--border);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.lp-dock.is-visible {
	display: flex;
}

.lp-dock__meta {
	flex: 1;
	min-width: 0;
}

.lp-dock__meta strong {
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lp-dock__meta span {
	display: block;
	font-size: 0.72rem;
	color: var(--text-muted);
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lp-dock a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.85rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
	color: #041018;
	background: linear-gradient(135deg, var(--neon-blue), var(--neon-green));
}

.lp-dock a.lp-dock--ghost {
	background: #fff;
	color: var(--neon-blue);
	border: 1px solid rgba(0, 148, 255, 0.28);
	padding: 0;
	width: 42px;
}

@media (min-width: 861px) {
	.lp-dock {
		display: none !important;
	}
}

@keyframes lpRise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes lpKen {
	from {
		transform: scale(1.02) translate3d(0, 0, 0);
	}
	to {
		transform: scale(1.08) translate3d(-1.5%, -1%, 0);
	}
}

@keyframes lpPulse {
	0%,
	100% {
		opacity: 0.55;
		transform: scale(1);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.08);
	}
}

@keyframes lpDot {
	0% {
		box-shadow: 0 0 0 0 rgba(76, 255, 0, 0.55);
	}
	70% {
		box-shadow: 0 0 0 8px rgba(76, 255, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(76, 255, 0, 0);
	}
}

@keyframes lpHeartPulse {
	0%,
	100% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.12);
	}
	70% {
		transform: scale(0.96);
	}
}

@keyframes lpHeartRing {
	0% {
		opacity: 0.7;
		transform: scale(0.85);
	}
	100% {
		opacity: 0;
		transform: scale(1.35);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lp-hero__media img,
	.lp-hero__glow,
	.lp-pill--live::before,
	.lp-hero,
	.lp-services,
	.lp-grid,
	.lp-map,
	.lp-codes,
	.lp-heart,
	.lp-heart::after {
		animation: none !important;
	}
}
