/* 
Theme Name: LPS Dental
Theme URI: https://www.lpsdental.com/
Description: LPS Dental
Author: QB Team
Author URI: https://www.quistbuilder.com/
Template: hello-elementor
Version: 2.4.10
Text Domain: lps

*/

/* Replace Hello Elementor default pink (#c36 / #336) with LPS Dental blue. */
:root {
	--lps-blue: #186791;
	--lps-blue-dark: #11486E;
	--lps-sage: #CDE1D4;
	--lps-ink: #1a2b3c;
	--lps-muted: #5b6b7c;
	--lps-line: #d7dee6;
	--lps-soft: #F6F7FB;
}

/*
 * LPS button corner flip on hover (matches Elementor kit).
 * Per-widget border-radius rules beat the kit :hover selector, so Learn More
 * and other page buttons only changed color ? restore the radius flip here.
 */
.elementor-button {
	transition:
		border-radius 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}
.elementor-button:hover,
.elementor-button:focus {
	border-radius: 15px 15px 15px 0 !important;
}

/* Hero secondary CTA ? keep phone number on one line */
.elementor-element-9125445 .elementor-element-07ef590 .elementor-button,
.elementor-element-9125445 .elementor-element-07ef590 .elementor-button-text {
	white-space: nowrap;
}
.elementor-element-9125445 .elementor-element-d838351 {
	flex-wrap: wrap;
}
.elementor-element-9125445 .elementor-element-07ef590 {
	flex: 0 0 auto;
	max-width: 100%;
}

html {
	font-family: "Mulish", "Oxygen", sans-serif;
}

a {
	color: var(--lps-blue);
}

#appointment,
.lps-appointment-anchor {
	scroll-margin-top: 110px;
}

a:hover,
a:active,
a:focus {
	color: var(--lps-blue-dark);
}

.skip-link,
a.skip-link,
.skip-to-content-link {
	background-color: var(--lps-blue) !important;
	color: #ffffff !important;
}

/* How It Works: equal-height wrapping step cards */
.elementor-element-3e76df3 {
	align-items: stretch !important;
}
.elementor-element-3e76df3 > .e-con {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.elementor-element-3e76df3 > .e-con {
		width: calc(50% - 12px) !important;
		max-width: calc(50% - 12px);
	}
}
@media (max-width: 767px) {
	.elementor-element-3e76df3 > .e-con {
		width: 100% !important;
		max-width: 100%;
	}
}

/* Service / doctor focus cards: before-after sliders */
.qodef-qi-before-after {
	border-radius: 15px 0 15px 15px;
	overflow: hidden;
	width: 100%;
}
.qodef-qi-before-after .qodef-before-after-image-holder,
.qodef-qi-before-after .twentytwenty-container,
.qodef-qi-before-after img {
	border-radius: inherit;
}
.qodef-qi-before-after .twentytwenty-handle {
	width: 42px;
	height: 28px;
	font-size: 28px !important;
	margin-left: -21px !important;
	margin-top: -14px !important;
	color: var(--lps-blue);
	background: #ffffff !important;
	border: 2px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(17, 72, 110, 0.28);
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 2px;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(17, 72, 110, 0.12);
	margin: 0;
}
.qodef-qi-before-after .twentytwenty-handle-circle {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.qodef-qi-before-after .twentytwenty-handle-circle::before,
.qodef-qi-before-after .twentytwenty-handle-circle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-color: var(--lps-blue);
	transform: translateY(-50%) rotate(45deg);
}
.qodef-qi-before-after .twentytwenty-handle-circle::before {
	left: 9px;
	border-width: 0 0 2px 2px;
}
.qodef-qi-before-after .twentytwenty-handle-circle::after {
	right: 9px;
	border-width: 2px 2px 0 0;
}
.qodef-qi-before-after .twentytwenty-handle:hover {
	transform: none;
	box-shadow: 0 3px 14px rgba(17, 72, 110, 0.38);
}
.qodef-qi-before-after .twentytwenty-handle:hover .twentytwenty-handle-circle::before,
.qodef-qi-before-after .twentytwenty-handle:hover .twentytwenty-handle-circle::after {
	border-color: var(--lps-blue-dark);
}
/* Doctor Areas of Focus cards ? equal landscape images */
.lps-focus-card-img img,
.elementor-element-88f9567 img,
.elementor-element-15d874e img,
.elementor-element-1e38bf0 img,
.elementor-element-8b5b9fa img,
.elementor-element-0b33953 img,
.elementor-element-2f41ebe img,
.elementor-element-56636a3 img,
.elementor-element-7fcf947 img,
.elementor-element-b72a3ca img,
.elementor-element-c867dcb img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1.7 / 1;
	object-fit: cover;
	border-radius: 15px 0 15px 15px;
	display: block;
}

/* Services hub: consistent landscape image on every card */
.lps-hub-card,
.lps-svc-dir-card {
	min-height: 100%;
}
.lps-svc-card-img img,
.lps-hub-card .elementor-widget-image img,
.lps-svc-dir-card .elementor-widget-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 15px 0 15px 15px;
}

/* Why Choose (service pages): heading full-width, 2x2 cards beside video */
.lps-why-grid {
	align-content: flex-start;
}
.lps-why-grid > .e-con,
.elementor-element-a2dfd61 > .elementor-element {
	width: calc(50% - 6px) !important;
	max-width: calc(50% - 6px);
}
@media (max-width: 767px) {
	.lps-why-grid > .e-con,
	.elementor-element-a2dfd61 > .elementor-element {
		width: 100% !important;
		max-width: 100%;
	}
}
.elementor-element-025daa2 .elementor-widget-video,
.elementor-element-025daa2 .elementor-wrapper {
	width: 100%;
}
.elementor-element-025daa2 .elementor-wrapper {
	aspect-ratio: 16 / 9;
	background: #0f3d57;
}
.elementor-element-025daa2 iframe,
.elementor-element-025daa2 .elementor-video {
	width: 100%;
	height: 100%;
	border-radius: 15px 0 15px 15px;
	overflow: hidden;
}

/* Team photo sits above copy, uncropped, full group visible */
.lps-team-photo-wrap,
.lps-team-photo-wrap > .e-con,
.lps-team-photo-wrap .elementor-widget-image,
.lps-team-photo-wrap .elementor-widget-container {
	width: 100%;
	height: auto !important;
	max-height: none !important;
	overflow: visible;
}
.lps-team-photo-wrap img,
.lps-team-photo img,
.elementor-element-fb13bbc img {
	width: 100%;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center;
	border-radius: 15px 0 15px 15px;
}
.lps-team-copy {
	width: 100%;
}
.lps-team-copy > .e-con {
	width: 50%;
}
@media (max-width: 1024px) {
	.lps-team-copy > .e-con {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.lps-team-copy > .e-con {
		width: 100%;
	}
}

#cosmetic-care,
#general-care,
#restorative-care,
#specialty-care {
	scroll-margin-top: 120px;
}

/* Services hub ? category tabs */
.lps-svc-tabs {
	width: 100%;
}
.lps-svc-tabs__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 36px;
}
.lps-svc-tabs__eyebrow {
	margin: 0 0 10px;
	color: var(--lps-blue);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.lps-svc-tabs__title {
	margin: 0 0 12px;
	color: var(--lps-blue-dark);
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.2;
	font-weight: 800;
}
.lps-svc-tabs__lead {
	margin: 0;
	color: var(--lps-muted);
	font-size: 16px;
	line-height: 1.6;
}
.lps-svc-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 28px;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--lps-line);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(17, 72, 110, 0.06);
}
.lps-svc-tabs__tab {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--lps-blue-dark);
	cursor: pointer;
	padding: 12px 18px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.lps-svc-tabs__tab:hover {
	background: rgba(205, 225, 212, 0.55);
}
.lps-svc-tabs__tab.is-active {
	background: var(--lps-blue);
	color: #fff;
	box-shadow: 0 6px 16px rgba(24, 103, 145, 0.28);
}
.lps-svc-tabs__tab:focus-visible {
	outline: 2px solid var(--lps-blue);
	outline-offset: 2px;
}
.lps-svc-tabs__panel[hidden] {
	display: none !important;
}
.lps-svc-tabs__panel-intro {
	margin: 0 0 22px;
	text-align: center;
}
.lps-svc-tabs__panel-intro h3 {
	margin: 0 0 8px;
	color: var(--lps-blue-dark);
	font-size: 24px;
	font-weight: 800;
}
.lps-svc-tabs__panel-intro p {
	margin: 0 auto;
	max-width: 640px;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.55;
}
.lps-svc-tabs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.lps-svc-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--lps-line);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(17, 72, 110, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	min-height: 100%;
}
.lps-svc-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(17, 72, 110, 0.12);
}
.lps-svc-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8eef3;
}
.lps-svc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lps-svc-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
	flex: 1;
}
.lps-svc-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 800;
}
.lps-svc-card__title a {
	color: var(--lps-blue-dark);
	text-decoration: none;
}
.lps-svc-card__title a:hover {
	color: var(--lps-blue);
}
.lps-svc-card__text {
	margin: 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.55;
	flex: 1;
}
.lps-svc-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	color: var(--lps-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.lps-svc-card__link::after {
	content: "?";
	transition: transform 0.2s ease;
}
.lps-svc-card__link:hover::after {
	transform: translateX(3px);
}
@media (max-width: 1024px) {
	.lps-svc-tabs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.lps-svc-tabs__nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.lps-svc-tabs__tab {
		width: 100%;
		padding: 12px 10px;
		font-size: 13px;
	}
	.lps-svc-tabs__grid {
		grid-template-columns: 1fr;
	}
}

/* Category pages ? Service Overview rail (replaces dense card walls) */
.lps-offer-rail {
	width: 100%;
	--offer-gap: clamp(28px, 4vw, 48px);
}
.lps-offer-rail__head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto clamp(36px, 5vw, 56px);
}
.lps-offer-rail__eyebrow {
	margin: 0 0 10px;
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.lps-offer-rail__title {
	margin: 0 0 14px;
	color: var(--lps-blue-dark);
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.18;
	font-weight: 800;
}
.lps-offer-rail__lead {
	margin: 0;
	color: var(--lps-muted);
	font-size: 16px;
	line-height: 1.65;
}
.lps-offer-rail__list {
	display: flex;
	flex-direction: column;
	gap: var(--offer-gap);
}
.lps-offer-rail__item {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
	padding: clamp(12px, 2vw, 20px);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(205, 225, 212, 0.28), rgba(246, 247, 251, 0.9) 42%, #fff);
	border: 1px solid rgba(215, 222, 230, 0.9);
	box-shadow: 0 12px 36px rgba(17, 72, 110, 0.05);
	animation: lps-offer-rise 0.7s ease both;
}
.lps-offer-rail__item:nth-child(1) { animation-delay: 0.05s; }
.lps-offer-rail__item:nth-child(2) { animation-delay: 0.1s; }
.lps-offer-rail__item:nth-child(3) { animation-delay: 0.15s; }
.lps-offer-rail__item:nth-child(4) { animation-delay: 0.2s; }
.lps-offer-rail__item:nth-child(5) { animation-delay: 0.25s; }
.lps-offer-rail__item:nth-child(6) { animation-delay: 0.3s; }
.lps-offer-rail__item:nth-child(even) {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.lps-offer-rail__item:nth-child(even) .lps-offer-rail__media {
	order: 2;
}
.lps-offer-rail__item:nth-child(even) .lps-offer-rail__body {
	order: 1;
}
.lps-offer-rail__media {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	aspect-ratio: 16 / 11;
	background: #e8eef3;
	isolation: isolate;
}
.lps-offer-rail__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 38%;
	background: linear-gradient(to top, rgba(17, 72, 110, 0.28), transparent);
	pointer-events: none;
}
.lps-offer-rail__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}
.lps-offer-rail__item:hover .lps-offer-rail__media img {
	transform: scale(1.04);
}
.lps-offer-rail__body {
	padding: 4px 8px 4px 4px;
}
.lps-offer-rail__num {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(24, 103, 145, 0.1);
	color: var(--lps-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
}
.lps-offer-rail__name {
	margin: 0 0 10px;
	color: var(--lps-blue-dark);
	font-size: clamp(22px, 2.6vw, 28px);
	line-height: 1.2;
	font-weight: 800;
}
.lps-offer-rail__teaser {
	margin: 0 0 14px;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.6;
	max-width: 36em;
}
.lps-offer-rail__details {
	margin: 0 0 18px;
	max-width: 36em;
}
.lps-offer-rail__details summary {
	cursor: pointer;
	color: var(--lps-blue-dark);
	font-size: 13px;
	font-weight: 700;
	list-style: none;
	user-select: none;
}
.lps-offer-rail__details summary::-webkit-details-marker {
	display: none;
}
.lps-offer-rail__details summary::after {
	content: " +";
	color: var(--lps-blue);
}
.lps-offer-rail__details[open] summary::after {
	content: " ?";
}
.lps-offer-rail__details p {
	margin: 10px 0 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.65;
}
.lps-offer-rail__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	border: 1.5px solid var(--lps-blue-dark);
	border-radius: 15px 0 15px 15px;
	color: var(--lps-blue-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 0.25s ease,
		color 0.25s ease,
		border-radius 0.25s ease,
		transform 0.2s ease;
}
.lps-offer-rail__cta::after {
	content: "?";
	transition: transform 0.2s ease;
}
.lps-offer-rail__cta:hover {
	background: var(--lps-blue);
	border-color: var(--lps-blue);
	color: #fff;
	border-radius: 15px 15px 15px 0;
}
.lps-offer-rail__cta:hover::after {
	transform: translateX(3px);
}
@keyframes lps-offer-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 900px) {
	.lps-offer-rail__item,
	.lps-offer-rail__item:nth-child(even) {
		grid-template-columns: 1fr;
	}
	.lps-offer-rail__item:nth-child(even) .lps-offer-rail__media,
	.lps-offer-rail__item:nth-child(even) .lps-offer-rail__body {
		order: initial;
	}
	.lps-offer-rail__media {
		aspect-ratio: 16 / 10;
	}
	.lps-offer-rail__body {
		padding: 2px 2px 8px;
	}
}

/* How It Works ? process flow (services + category pages) */
.lps-how-flow {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.lps-how-flow__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(32px, 5vw, 52px);
}
.lps-how-flow__eyebrow {
	margin: 0 0 10px;
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.lps-how-flow__title {
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.2;
	font-weight: 800;
}
.lps-how-flow__track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	position: relative;
}
.lps-how-flow__track::before {
	content: "";
	position: absolute;
	left: 27px;
	top: 18px;
	bottom: 18px;
	width: 2px;
	background: linear-gradient(
		to bottom,
		rgba(24, 103, 145, 0.15),
		rgba(205, 225, 212, 0.95),
		rgba(24, 103, 145, 0.15)
	);
}
.lps-how-flow__step {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 10px 0;
	animation: lps-offer-rise 0.65s ease both;
}
.lps-how-flow__step:nth-child(1) { animation-delay: 0.04s; }
.lps-how-flow__step:nth-child(2) { animation-delay: 0.08s; }
.lps-how-flow__step:nth-child(3) { animation-delay: 0.12s; }
.lps-how-flow__step:nth-child(4) { animation-delay: 0.16s; }
.lps-how-flow__step:nth-child(5) { animation-delay: 0.2s; }
.lps-how-flow__step:nth-child(6) { animation-delay: 0.24s; }
.lps-how-flow__marker {
	position: relative;
	z-index: 1;
	width: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.lps-how-flow__icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	background: #fff;
	border: 1px solid var(--lps-line);
	box-shadow: 0 10px 24px rgba(17, 72, 110, 0.08);
	color: var(--lps-blue);
}
.lps-how-flow__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
.lps-how-flow__num {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--lps-blue);
}
.lps-how-flow__card {
	background: #fff;
	border: 1px solid rgba(215, 222, 230, 0.95);
	border-radius: 18px;
	padding: 18px 20px 16px;
	box-shadow: 0 10px 28px rgba(17, 72, 110, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.lps-how-flow__step:hover .lps-how-flow__card {
	transform: translateY(-2px);
	border-color: rgba(24, 103, 145, 0.28);
	box-shadow: 0 16px 34px rgba(17, 72, 110, 0.1);
}
.lps-how-flow__name {
	margin: 0 0 8px;
	color: var(--lps-blue-dark);
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1.25;
	font-weight: 800;
}
.lps-how-flow__teaser {
	margin: 0;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.6;
}
.lps-how-flow__details {
	margin: 10px 0 0;
}
.lps-how-flow__details summary {
	cursor: pointer;
	color: var(--lps-blue-dark);
	font-size: 13px;
	font-weight: 700;
	list-style: none;
	user-select: none;
}
.lps-how-flow__details summary::-webkit-details-marker {
	display: none;
}
.lps-how-flow__details summary::after {
	content: " +";
	color: var(--lps-blue);
}
.lps-how-flow__details[open] summary::after {
	content: " ?";
}
.lps-how-flow__details p {
	margin: 8px 0 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.65;
}
.lps-how-flow__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(28px, 4vw, 40px);
}
.lps-how-flow__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 22px;
	background: var(--lps-blue);
	border: 1.5px solid var(--lps-blue);
	border-radius: 15px 0 15px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.lps-how-flow__cta:hover {
	background: var(--lps-blue-dark);
	border-color: var(--lps-blue-dark);
	border-radius: 15px 15px 15px 0;
	color: #fff;
}
@media (min-width: 980px) {
	.lps-how-flow__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 28px;
	}
	.lps-how-flow__track::before {
		display: none;
	}
	.lps-how-flow__step {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 0;
		height: 100%;
	}
	/* Odd last step (e.g. 05 of 5) ? center under the two-column grid */
	.lps-how-flow__step:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: 100%;
		max-width: calc(50% - 14px);
		justify-self: center;
	}
	.lps-how-flow__card {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.lps-how-flow__teaser {
		flex: 1;
	}
}

/* Meet the Team ? wide group photo on top (shows all 4 people) */
.lps-team-spot {
	width: 100%;
	box-sizing: border-box;
}
.lps-team-spot__shell {
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid var(--lps-line);
	background: #fff;
	box-shadow: 0 18px 46px rgba(17, 72, 110, 0.08);
}
.lps-team-spot__visual {
	position: relative;
	background:
		radial-gradient(circle at 50% 0%, rgba(205, 225, 212, 0.55), transparent 55%),
		linear-gradient(180deg, #f4f8f5 0%, #fff 100%);
	padding: clamp(16px, 2.4vw, 32px) clamp(16px, 3vw, 40px) 4px;
}
.lps-team-spot__visual img {
	width: 100%;
	height: auto;
	max-width: 100%;
	min-height: 0;
	display: block;
	object-fit: contain;
	object-position: center center;
	margin: 0 auto;
}
.lps-team-spot__visual::after {
	display: none;
}
.lps-team-spot__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 18px 36px;
	align-items: start;
	padding: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 40px) clamp(24px, 3.5vw, 40px);
	background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
}
.lps-team-spot__eyebrow {
	grid-column: 1;
	margin: 0;
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.lps-team-spot__title {
	grid-column: 1;
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.15;
	font-weight: 800;
}
.lps-team-spot__lead {
	grid-column: 1;
	margin: 0;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.65;
}
.lps-team-spot__more {
	grid-column: 1;
	margin: 0;
}
.lps-team-spot__more summary {
	cursor: pointer;
	color: var(--lps-blue-dark);
	font-size: 13px;
	font-weight: 700;
	list-style: none;
	user-select: none;
}
.lps-team-spot__more summary::-webkit-details-marker {
	display: none;
}
.lps-team-spot__more summary::after {
	content: " +";
	color: var(--lps-blue);
}
.lps-team-spot__more[open] summary::after {
	content: " ?";
}
.lps-team-spot__more p {
	margin: 10px 0 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.65;
}
.lps-team-spot__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	grid-column: 2;
	grid-row: 1 / span 6;
}
.lps-team-spot__point {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(205, 225, 212, 0.35);
	border: 1px solid rgba(205, 225, 212, 0.85);
}
.lps-team-spot__check {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--lps-blue);
	color: #fff;
	flex-shrink: 0;
}
.lps-team-spot__check svg {
	width: 14px;
	height: 14px;
	display: block;
}
.lps-team-spot__point p {
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
}
.lps-team-spot__cta {
	display: inline-flex;
	align-items: center;
	align-self: start;
	grid-column: 1;
	gap: 8px;
	margin-top: 6px;
	padding: 12px 20px;
	border: 1.5px solid var(--lps-blue-dark);
	border-radius: 15px 0 15px 15px;
	color: var(--lps-blue-dark);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	background: #fff;
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease;
	justify-self: start;
}
.lps-team-spot__cta:hover {
	background: var(--lps-blue);
	border-color: var(--lps-blue);
	color: #fff;
	border-radius: 15px 15px 15px 0;
}
@media (max-width: 900px) {
	.lps-team-spot__panel {
		grid-template-columns: 1fr;
	}
	.lps-team-spot__eyebrow,
	.lps-team-spot__title,
	.lps-team-spot__lead,
	.lps-team-spot__more,
	.lps-team-spot__cta,
	.lps-team-spot__points {
		grid-column: 1;
		grid-row: auto;
	}
}

/* Why Choose LPS ? video stage + reason playlist */
.lps-why-stage {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(28px, 4vw, 48px) clamp(16px, 2vw, 28px);
	box-sizing: border-box;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55), transparent 42%),
		linear-gradient(160deg, #d8e8df 0%, var(--lps-sage) 48%, #c3d9cb 100%);
	border-radius: 28px;
	border: 1px solid rgba(17, 72, 110, 0.08);
	box-shadow: 0 18px 48px rgba(17, 72, 110, 0.08);
}
.lps-why-stage__head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto clamp(24px, 3.5vw, 36px);
}
.lps-why-stage__eyebrow {
	margin: 0 0 10px;
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.lps-why-stage__title {
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: clamp(26px, 3.6vw, 38px);
	line-height: 1.2;
	font-weight: 800;
}
.lps-why-stage__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(18px, 2.5vw, 28px);
	align-items: stretch;
}
.lps-why-stage__media {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.lps-why-stage__frame {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	background: #0f2f44;
	box-shadow:
		0 20px 44px rgba(17, 72, 110, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.35);
	aspect-ratio: 16 / 9;
	isolation: isolate;
}
.lps-why-stage__frame::before {
	content: "";
	position: absolute;
	inset: -18% auto auto -12%;
	width: 42%;
	height: 42%;
	border-radius: 50%;
	background: rgba(205, 225, 212, 0.35);
	filter: blur(2px);
	z-index: 0;
	pointer-events: none;
}
.lps-why-stage__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	z-index: 1;
}
.lps-why-stage__caption {
	margin: 0;
	padding-left: 4px;
	color: var(--lps-blue-dark);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	opacity: 0.85;
}
.lps-why-stage__reasons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
}
.lps-why-stage__reason {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(17, 72, 110, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lps-why-stage__reason[open] {
	box-shadow: 0 14px 28px rgba(17, 72, 110, 0.12);
	transform: translateY(-1px);
}
.lps-why-stage__reason summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	padding: 14px 14px 14px 12px;
	cursor: pointer;
	list-style: none;
	user-select: none;
}
.lps-why-stage__reason summary::-webkit-details-marker {
	display: none;
}
.lps-why-stage__num {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(24, 103, 145, 0.1);
	color: var(--lps-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.lps-why-stage__reason-copy {
	min-width: 0;
}
.lps-why-stage__name {
	display: block;
	margin: 0 0 4px;
	color: var(--lps-blue-dark);
	font-size: 16px;
	line-height: 1.3;
	font-weight: 800;
}
.lps-why-stage__teaser {
	display: block;
	margin: 0;
	color: var(--lps-muted);
	font-size: 13px;
	line-height: 1.45;
}
.lps-why-stage__plus {
	margin-top: 2px;
	color: var(--lps-blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.2s ease;
}
.lps-why-stage__reason[open] .lps-why-stage__plus {
	transform: rotate(45deg);
}
.lps-why-stage__body {
	padding: 0 16px 16px 66px;
}
.lps-why-stage__body p {
	margin: 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.65;
}
.lps-why-stage__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(22px, 3vw, 32px);
}
.lps-why-stage__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 22px;
	background: var(--lps-blue-dark);
	border: 1.5px solid var(--lps-blue-dark);
	border-radius: 15px 0 15px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease;
}
.lps-why-stage__cta:hover {
	background: var(--lps-blue);
	border-color: var(--lps-blue);
	border-radius: 15px 15px 15px 0;
	color: #fff;
}
@media (max-width: 900px) {
	.lps-why-stage__layout {
		grid-template-columns: 1fr;
	}
	.lps-why-stage__body {
		padding-left: 16px;
	}
}

/* Nested Services dropdown (ElementsKit + Elementor) */
@media (min-width: 1025px) {
	.elementskit-navbar-nav > li.elementskit-dropdown-has > .elementskit-dropdown-menu li.elementskit-dropdown-has > .elementskit-dropdown-menu,
	.elementor-nav-menu--main .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
		left: 100%;
		top: 0;
		margin-top: 0;
	}
}

/* Kill Global-CSS / lps-hl style-injector sections that create a white gap under the header */
.elementor-element-cf7ad97,
.elementor-element-3ef3817,
.elementor-element-16d8058,
.elementor-element-57b4f1a,
.elementor-element-193d011,
.elementor-element-3241cf7,
.elementor-element-3c25316,
.elementor-element-3216cac,
.elementor-element-fee96f5,
.elementor-element-8142b9f,
.elementor-element-408bf87,
.elementor-element-08c8238,
.elementor-element-ea4367d,
.elementor-element-656a13c,
.elementor-element-9641710,
.elementor > .e-con.e-parent:first-child:has(.elementor-widget-html style) {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
	--min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	border: 0 !important;
	overflow: hidden;
}
.elementor-element-cf7ad97 > .e-con-inner,
.elementor-element-3ef3817 > .e-con-inner,
.elementor-element-16d8058 > .e-con-inner,
.elementor-element-57b4f1a > .e-con-inner,
.elementor-element-193d011 > .e-con-inner,
.elementor-element-3241cf7 > .e-con-inner,
.elementor-element-8142b9f > .e-con-inner,
.elementor-element-08c8238 > .e-con-inner,
.elementor-element-656a13c > .e-con-inner,
.elementor > .e-con.e-parent:first-child:has(.elementor-widget-html style) .e-con-inner {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
}
/* Hide the injector widget itself so it consumes no layout space */
.elementor > .e-con.e-parent:first-child .elementor-widget-html:has(> style:only-child) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Hero: image above text on tablet/mobile (shared LPS hero row ids) */
@media (max-width: 1024px) {
	.elementor-element-05ff149,
	.elementor-element-5ac03d1,
	.elementor-element-750ce31,
	.elementor-element-4f76f8e,
	.elementor-element-d218522 {
		flex-direction: column-reverse !important;
		--flex-direction: column-reverse;
		gap: 24px !important;
		--gap: 24px;
	}
	.elementor-element-05ff149 > .elementor-element-cd707ab,
	.elementor-element-05ff149 > .elementor-element-23380a6,
	.elementor-element-5ac03d1 > .e-con,
	.elementor-element-750ce31 > .e-con,
	.elementor-element-4f76f8e > .e-con,
	.elementor-element-d218522 > .e-con {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100%;
	}
	.elementor-element-adbb66e,
	.elementor-element-9125445 {
		--padding-top: 24px !important;
		--padding-left: 20px !important;
		--padding-right: 20px !important;
	}
	.elementor-element-23380a6 img,
	.elementor-element-5ac03d1 img,
	.elementor-element-83bcda0 img {
		width: 100%;
		height: auto;
		display: block;
	}
	.elementor-element-e32f602 {
		flex-direction: column !important;
		--flex-direction: column;
	}
}

/* Biography / primary content card inset */
.elementor-element-9e8165f {
	--padding-top: 24px !important;
	--padding-right: 20px !important;
	--padding-bottom: 24px !important;
	--padding-left: 20px !important;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.elementor-element-9e8165f {
		--padding-top: 28px !important;
		--padding-right: 24px !important;
		--padding-bottom: 28px !important;
		--padding-left: 24px !important;
	}
}
@media (min-width: 1025px) {
	.elementor-element-9e8165f {
		--padding-top: 32px !important;
		--padding-right: 32px !important;
		--padding-bottom: 32px !important;
		--padding-left: 32px !important;
	}
}

/* Mobile header logo sizing + offcanvas menu full-height drawer */
@media (max-width: 1024px) {
	.elementor-location-header .elementor-element-26236311 img {
		height: 84px !important;
		max-height: 84px !important;
		width: auto !important;
		object-fit: contain;
	}

	/*
	 * Desktop bar used height:80px on .elementskit-menu-container.
	 * Keep that from expanding the header when closed, but NEVER shrink
	 * the open offcanvas drawer (it also uses .elementskit-menu-container).
	 */
	.elementor-location-header .elementskit-menu-container:not(.elementskit-menu-offcanvas-elements) {
		height: auto !important;
		min-height: 0 !important;
	}

	.elementor-location-header .elementskit-menu-container.elementskit-menu-offcanvas-elements {
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 100vh !important;
		min-height: 100dvh !important;
		max-height: 100vh !important;
		max-height: 100dvh !important;
		border-radius: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		padding: 0 0 28px !important;
		box-shadow: 4px 0 24px rgba(17, 72, 110, 0.18) !important;
	}

	.elementor-location-header .elementskit-nav-identity-panel {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 16px 16px !important;
		margin: 0 !important;
		border-bottom: 1px solid #e6eef4;
	}

	.elementor-location-header .elementskit-nav-logo {
		padding: 0 !important;
		margin: 0 !important;
	}

	.elementor-location-header .elementskit-nav-logo img {
		height: 84px !important;
		max-height: 84px !important;
		width: auto !important;
		object-fit: contain;
	}

	.elementor-location-header button.elementskit-menu-close {
		margin: 0 !important;
		flex-shrink: 0;
	}

	.elementor-location-header .elementskit-navbar-nav {
		margin: 0 !important;
		padding: 8px 0 16px !important;
	}

	.elementor-location-header .elementskit-navbar-nav > li {
		margin: 0 !important;
		border-bottom: 1px solid #eef3f7;
	}

	.elementor-location-header .elementskit-navbar-nav > li > a {
		padding: 14px 18px !important;
		line-height: 1.35 !important;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.elementor-location-header .elementskit-navbar-nav .elementskit-dropdown > li > a,
	.elementor-location-header .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
		padding: 10px 18px 10px 28px !important;
		line-height: 1.35 !important;
	}

	/*
	 * ElementsKit sets .ekit-nav-menu--overlay { display:none } inside
	 * .ekit_menu_responsive_tablet/mobile ? restore a full-viewport dimmer.
	 */
	.elementor-location-header .ekit_menu_responsive_tablet .elementskit-menu-overlay.ekit-nav-menu--overlay,
	.elementor-location-header .ekit_menu_responsive_mobile .elementskit-menu-overlay.ekit-nav-menu--overlay,
	.elementor-location-header .elementskit-menu-overlay {
		display: block !important;
		position: fixed !important;
		top: 0 !important;
		right: auto !important;
		bottom: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		background-color: rgba(17, 72, 110, 0.55) !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 100000 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	.elementor-location-header .ekit_menu_responsive_tablet .elementskit-menu-overlay.ekit-nav-menu--overlay:not(.active),
	.elementor-location-header .ekit_menu_responsive_mobile .elementskit-menu-overlay.ekit-nav-menu--overlay:not(.active),
	.elementor-location-header .elementskit-menu-overlay:not(.active) {
		left: -100% !important;
		pointer-events: none;
	}

	.elementor-location-header .ekit_menu_responsive_tablet .elementskit-menu-overlay.ekit-nav-menu--overlay.active,
	.elementor-location-header .ekit_menu_responsive_mobile .elementskit-menu-overlay.ekit-nav-menu--overlay.active,
	.elementor-location-header .elementskit-menu-overlay.active {
		left: 0 !important;
		pointer-events: auto;
	}

	.elementor-location-header .elementskit-menu-container.elementskit-menu-offcanvas-elements {
		z-index: 100001 !important;
	}

	/* Keep fixed overlay/drawer tied to the viewport while the menu is open */
	.elementor-location-header.lps-smart-header:has(.elementskit-menu-overlay.active),
	.elementor-location-header.lps-smart-header:has(.elementskit-menu-offcanvas-elements.active) {
		will-change: auto;
		transform: none !important;
		pointer-events: auto !important;
	}
}

/* ==========================================================================
   Meet Us + Doctor profiles ? responsive across tablet/mobile
   ========================================================================== */
.lps-team-responsive,
.lps-team-responsive .elementor,
.lps-team-responsive .e-con,
.lps-team-responsive .elementor-widget-container {
	max-width: 100%;
	box-sizing: border-box;
}
.lps-team-responsive img,
.lps-team-responsive video,
.lps-team-responsive iframe {
	max-width: 100%;
	height: auto;
}
.lps-team-responsive .elementor-button {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

/* Outside The Practice image + two-column content (doctor profiles only) */
.lps-doctor-profile-page .elementor-element-227f8b3,
.lps-doctor-profile-page .elementor-element-d60bbca,
.lps-doctor-profile-page .elementor-element-90f12d2 {
	width: 100% !important;
	max-width: 100%;
}
.lps-doctor-profile-page .elementor-element-afd344f img {
	width: 100%;
	height: auto;
	display: block;
}

/* Doctor profile pull-quote band */
.lps-doctor-profile-page .elementor-element-4cf7391 {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2rem, 4vw, 2.75rem) !important;
	padding-inline: clamp(1.25rem, 4vw, 2.5rem) !important;
	box-shadow: 0 18px 40px rgba(17, 72, 110, 0.18);
}

.lps-doctor-profile-page .elementor-element-4cf7391::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15));
	pointer-events: none;
}

.lps-doctor-profile-page .elementor-element-198d75a {
	max-width: 46rem;
	margin-inline: auto;
	text-align: center;
}

.lps-doctor-profile-page .elementor-element-198d75a .elementor-widget-container {
	position: relative;
	z-index: 1;
}

.lps-doctor-profile-page .elementor-element-198d75a .elementor-widget-container::before {
	content: "?";
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 4.25rem);
	line-height: 0.7;
	color: rgba(255, 255, 255, 0.28);
	margin-bottom: 0.65rem;
	pointer-events: none;
}

.lps-doctor-profile-page .elementor-element-198d75a p {
	color: #fff;
	margin: 0;
}

.lps-doctor-profile-page .elementor-element-198d75a p:first-child {
	font-size: clamp(1.35rem, 2.6vw, 1.95rem);
	font-weight: 600;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: 0.01em;
	margin-bottom: 1rem;
}

.lps-doctor-profile-page .elementor-element-198d75a p:last-child {
	font-size: 0.95rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 0.06em;
	opacity: 0.88;
}

.lps-doctor-profile-page .elementor-element-198d75a p:last-child::before {
	content: "";
	display: block;
	width: 2.75rem;
	height: 1px;
	margin: 0 auto 0.9rem;
	background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 767px) {
	.lps-doctor-profile-page .elementor-element-198d75a p:first-child {
		font-size: clamp(1.2rem, 5vw, 1.45rem);
	}

	.lps-doctor-profile-page .elementor-element-198d75a p:last-child {
		font-size: 0.875rem;
		letter-spacing: 0.04em;
	}
}

/* Focus / dentist / office card rows: wrap cleanly */
.lps-team-responsive .elementor-element-1b6b45e,
.lps-team-responsive .elementor-element-650255e,
.lps-team-responsive .elementor-element-496cb6f,
.lps-team-responsive .elementor-element-5dd19ba,
.lps-team-responsive .elementor-element-7e972b3,
.lps-team-responsive .elementor-element-74c9f2a,
.lps-team-responsive .elementor-element-64d34d1 {
	flex-wrap: wrap !important;
}

/* Doctor profiles: 3 cards per row on desktop (33% + gaps was wrapping the 3rd card) */
@media (min-width: 1025px) {
	.lps-doctor-profile-page .elementor-element-64d34d1,
	.lps-doctor-profile-page .elementor-element-1b6b45e,
	.lps-doctor-profile-page .elementor-element-650255e,
	.lps-doctor-profile-page .elementor-element-7e972b3 {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 24px !important;
		flex-wrap: nowrap !important;
		--flex-wrap: nowrap;
		align-items: stretch;
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}

	.lps-doctor-profile-page .elementor-element-64d34d1 > .e-con,
	.lps-doctor-profile-page .elementor-element-1b6b45e > .e-con,
	.lps-doctor-profile-page .elementor-element-650255e > .e-con,
	.lps-doctor-profile-page .elementor-element-7e972b3 > .e-con,
	.lps-doctor-profile-page .elementor-element-c4b0a84,
	.lps-doctor-profile-page .elementor-element-72be7cf,
	.lps-doctor-profile-page .elementor-element-5e6e2cc,
	.lps-doctor-profile-page .elementor-element-aca5ad2,
	.lps-doctor-profile-page .elementor-element-f45420d,
	.lps-doctor-profile-page .elementor-element-4a48e0b,
	.lps-doctor-profile-page .elementor-element-1ad4f15,
	.lps-doctor-profile-page .elementor-element-d533b4c,
	.lps-doctor-profile-page .elementor-element-aba48c0,
	.lps-doctor-profile-page .elementor-element-c47f120,
	.lps-doctor-profile-page .elementor-element-113bc96,
	.lps-doctor-profile-page .elementor-element-c233ecc {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		--width: 100%;
		min-width: 0;
	}
}

@media (max-width: 1024px) {
	.lps-team-responsive .elementor-element-05ff149,
	.lps-team-responsive .elementor-element-b72a3ca,
	.lps-team-responsive .elementor-element-525293e,
	.lps-team-responsive .elementor-element-90f12d2,
	.lps-team-responsive .elementor-element-fa7a89e {
		flex-direction: column !important;
		--flex-direction: column;
	}
	/* Hero only: image above copy */
	.lps-team-responsive .elementor-element-05ff149 {
		flex-direction: column-reverse !important;
		--flex-direction: column-reverse;
	}

	/* 33% cards -> two-up on tablet (Meet Us dentist cards + shared office/stats cards) */
	.lps-meet-us-page .elementor-element-d60bbca,
	.lps-meet-us-page .elementor-element-9fd47bf,
	.lps-meet-us-page .elementor-element-227f8b3,
	.lps-meet-us-page .elementor-element-300246b,
	.lps-meet-us-page .elementor-element-856a1c6,
	.lps-team-responsive .elementor-element-aca5ad2,
	.lps-team-responsive .elementor-element-f45420d,
	.lps-team-responsive .elementor-element-4a48e0b,
	.lps-team-responsive .elementor-element-1ad4f15,
	.lps-team-responsive .elementor-element-d533b4c,
	.lps-team-responsive .elementor-element-aba48c0,
	.lps-team-responsive .elementor-element-c47f120,
	.lps-team-responsive .elementor-element-113bc96,
	.lps-doctor-profile-page .elementor-element-c233ecc,
	.lps-meet-us-page .elementor-element-5f98417,
	.lps-meet-us-page .elementor-element-b0b3385,
	.lps-meet-us-page .elementor-element-bb9811f,
	.lps-team-responsive .elementor-element-c4b0a84,
	.lps-team-responsive .elementor-element-72be7cf,
	.lps-team-responsive .elementor-element-5e6e2cc {
		width: calc(50% - 12px) !important;
		max-width: calc(50% - 12px);
		--width: 50%;
	}

	/* Doctor Outside The Practice: keep image full-width; stack text columns */
	.lps-doctor-profile-page .elementor-element-227f8b3,
	.lps-doctor-profile-page .elementor-element-d60bbca,
	.lps-doctor-profile-page .elementor-element-90f12d2 {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}
	.lps-doctor-profile-page .elementor-element-otpleft,
	.lps-doctor-profile-page .elementor-element-otprght {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Hero / bio columns full width when stacked ? do NOT zero bio card padding */
	.lps-team-responsive .elementor-element-cd707ab,
	.lps-team-responsive .elementor-element-23380a6,
	.lps-team-responsive .elementor-element-9ae148e,
	.lps-team-responsive .elementor-element-866a0b1,
	.lps-team-responsive .elementor-element-0d5642f {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.lps-team-responsive .elementor-element-9e8165f,
	.lps-team-responsive .elementor-element-ebb6195 {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}
	/* Education memberships col ? only on doctor pages (ba5f692 is Directions on Meet Us) */
	.lps-doctor-profile-page .elementor-element-ba5f692 {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.lps-team-responsive .elementor-heading-title {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 767px) {
	.lps-team-responsive .elementor-element-aca5ad2,
	.lps-team-responsive .elementor-element-f45420d,
	.lps-team-responsive .elementor-element-4a48e0b,
	.lps-team-responsive .elementor-element-1ad4f15,
	.lps-team-responsive .elementor-element-d533b4c,
	.lps-team-responsive .elementor-element-aba48c0,
	.lps-team-responsive .elementor-element-d60bbca,
	.lps-team-responsive .elementor-element-9fd47bf,
	.lps-team-responsive .elementor-element-227f8b3,
	.lps-team-responsive .elementor-element-300246b,
	.lps-team-responsive .elementor-element-856a1c6,
	.lps-team-responsive .elementor-element-c47f120,
	.lps-team-responsive .elementor-element-113bc96,
	.lps-doctor-profile-page .elementor-element-c233ecc,
	.lps-team-responsive .elementor-element-5f98417,
	.lps-team-responsive .elementor-element-b0b3385,
	.lps-team-responsive .elementor-element-bb9811f,
	.lps-team-responsive .elementor-element-c4b0a84,
	.lps-team-responsive .elementor-element-72be7cf,
	.lps-team-responsive .elementor-element-5e6e2cc,
	.lps-team-responsive .elementor-element-otpleft,
	.lps-team-responsive .elementor-element-otprght {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}

	/* Meet Us dentist cards: on meet-us pages d60bbca/227f8b3 are cards, not outside image */
	.lps-meet-us-page .elementor-element-d60bbca,
	.lps-meet-us-page .elementor-element-227f8b3 {
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}

	.lps-team-responsive .elementor-element-adbb66e,
	.lps-team-responsive .elementor-element-8b7331c,
	.lps-team-responsive .elementor-element-dd57192,
	.lps-team-responsive .elementor-element-120bcd5,
	.lps-team-responsive .elementor-element-ba5f692,
	.lps-team-responsive .elementor-element-28ec45b,
	.lps-team-responsive .elementor-element-dc1076c,
	.lps-team-responsive .elementor-element-7771256,
	.lps-team-responsive .elementor-element-f15c9d8 {
		--padding-left: 16px !important;
		--padding-right: 16px !important;
	}

	.lps-team-responsive .elementor-button {
		width: 100%;
		justify-content: center;
	}

	.lps-team-responsive .elementor-icon-list-items {
		padding-left: 0;
	}
}

/* Meet Us ? center wrapping card rows when the last card is alone */
.lps-meet-us-page .elementor-element-64d34d1,
.lps-meet-us-page .elementor-element-5dd19ba,
.lps-meet-us-page .elementor-element-74c9f2a {
	justify-content: center !important;
	--justify-content: center;
	flex-wrap: wrap !important;
	--flex-wrap: wrap;
}

/* Keep hero/office cards equal width while wrapping */
.lps-meet-us-page .elementor-element-64d34d1 > .e-con,
.lps-meet-us-page .elementor-element-74c9f2a > .e-con {
	flex: 1 1 280px;
	max-width: 360px;
	width: auto !important;
	--width: auto;
}

@media (min-width: 1025px) {
	/* Desktop dentist cards ? force 3-column grid (Elementor width CSS was missing) */
	.lps-meet-us-page .elementor-element-496cb6f {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 24px !important;
		align-items: stretch;
		justify-content: initial !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		width: 100% !important;
		max-width: 100%;
		--width: 100%;
	}
	.lps-meet-us-page .elementor-element-496cb6f > .e-con,
	.lps-meet-us-page .elementor-element-d60bbca,
	.lps-meet-us-page .elementor-element-9fd47bf,
	.lps-meet-us-page .elementor-element-227f8b3,
	.lps-meet-us-page .elementor-element-300246b,
	.lps-meet-us-page .elementor-element-856a1c6 {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		--width: 100%;
		min-width: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.lps-meet-us-page .elementor-element-496cb6f {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}
	.lps-meet-us-page .elementor-element-496cb6f > .e-con,
	.lps-meet-us-page .elementor-element-d60bbca,
	.lps-meet-us-page .elementor-element-9fd47bf,
	.lps-meet-us-page .elementor-element-227f8b3,
	.lps-meet-us-page .elementor-element-300246b,
	.lps-meet-us-page .elementor-element-856a1c6 {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		--width: 100%;
	}
	/* Center leftover card when odd count on tablet */
	.lps-meet-us-page .elementor-element-496cb6f > .e-con:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
		justify-self: center;
	}
}

/* Meet Us dentist cards: equal square headshots (Sharmi PNG is taller than the rest) */
.lps-meet-us-page .elementor-element-496cb6f > .e-con,
.lps-meet-us-page .elementor-element-d60bbca,
.lps-meet-us-page .elementor-element-9fd47bf,
.lps-meet-us-page .elementor-element-227f8b3,
.lps-meet-us-page .elementor-element-300246b,
.lps-meet-us-page .elementor-element-856a1c6 {
	display: flex !important;
	flex-direction: column !important;
	height: 100%;
}

.lps-meet-us-page .elementor-element-496cb6f .elementor-widget-image,
.lps-meet-us-page .elementor-element-496cb6f .elementor-widget-image .elementor-widget-container {
	width: 100%;
	margin: 0;
}

.lps-meet-us-page .elementor-element-496cb6f .elementor-widget-image img,
.lps-meet-us-page .elementor-element-fa7a89e img,
.lps-meet-us-page .elementor-element-1fcf9a8 img,
.lps-meet-us-page .elementor-element-4282a52 img,
.lps-meet-us-page .elementor-element-dd57192 img,
.lps-meet-us-page .elementor-element-7ff31ad img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: cover !important;
	object-position: center top;
	max-height: none !important;
}

/* Appointment CTA band ? sitewide redesign */
.lps-book-band {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 48px) clamp(16px, 2.5vw, 28px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 12%, rgba(205, 225, 212, 0.22), transparent 42%),
		radial-gradient(circle at 8% 90%, rgba(255, 255, 255, 0.08), transparent 36%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 48%, #186791 100%);
	color: #fff;
	box-shadow: 0 22px 50px rgba(17, 72, 110, 0.22);
}
.lps-book-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(22px, 3vw, 36px);
	align-items: stretch;
	max-width: 100%;
	margin: 0 auto;
}
.lps-book-band__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	min-width: 0;
}
.lps-book-band__title,
.lps-book-band h2.lps-book-band__title,
.elementor-widget-html .lps-book-band__title {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(28px, 3.8vw, 42px);
	line-height: 1.15;
	font-weight: 800;
}
.lps-book-band__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.6;
	max-width: 38em;
}
.lps-book-band__more {
	margin: 0;
}
.lps-book-band__more summary {
	cursor: pointer;
	color: var(--lps-sage);
	font-size: 13px;
	font-weight: 700;
	list-style: none;
	user-select: none;
}
.lps-book-band__more summary::-webkit-details-marker { display: none; }
.lps-book-band__more summary::after { content: " +"; }
.lps-book-band__more[open] summary::after { content: " ?"; }
.lps-book-band__more p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.6;
}
.lps-book-band__locs {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}
.lps-book-band__loc {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(4px);
}
.lps-book-band__loc-name {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}
.lps-book-band__loc-addr {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.4;
}
.lps-book-band__loc-phone {
	color: var(--lps-sage);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 2px;
}
.lps-book-band__loc-phone:hover {
	color: #fff;
}
.lps-book-band__card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: clamp(22px, 3vw, 32px);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	text-align: center;
}
.lps-book-band__card-title {
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: clamp(22px, 2.4vw, 28px);
	line-height: 1.2;
	font-weight: 800;
}
.lps-book-band__card-text {
	margin: 0;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.55;
}
.lps-book-band__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-top: 6px;
	padding: 14px 22px;
	min-width: min(100%, 260px);
	border-radius: 15px 0 15px 15px;
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(24, 103, 145, 0.25);
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.lps-book-band__cta:hover {
	background: var(--lps-blue);
	color: #fff;
	border-radius: 15px 15px 15px 0;
}
.lps-book-band__or {
	margin: 4px 0 0;
	color: var(--lps-blue-dark);
	font-size: 14px;
	font-weight: 600;
}
.lps-book-band__or a {
	color: var(--lps-blue);
	font-weight: 800;
	text-decoration: none;
}
.lps-book-band__or a:hover {
	color: var(--lps-blue-dark);
}
@media (max-width: 900px) {
	.lps-book-band__inner {
		grid-template-columns: 1fr;
	}
	.lps-book-band__locs {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 901px) and (max-width: 1100px) {
	.lps-book-band__locs {
		grid-template-columns: 1fr;
	}
}

/*
 * FAQ accordion ? reduce excess left/right padding on smaller screens (all pages).
 * Service pages share containers 82cc1b2 / 542d486 / e390e67; :has() covers other FAQs too.
 */
@media (max-width: 1024px) {
	.elementor-element-82cc1b2 {
		--padding-left: 12px !important;
		--padding-right: 12px !important;
	}

	.elementor-element-542d486 > .e-con-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.elementor-element-2bbbdf8,
	.elementor-element-10c82fc,
	.elementor-element-e390e67 {
		--width: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		--padding-left: 0px !important;
		--padding-right: 0px !important;
	}
}

@media (max-width: 767px) {
	/* Shared service FAQ shell */
	.elementor-element-82cc1b2,
	.elementor > .e-con.e-parent:has(.elementor-widget-accordion) {
		--padding-left: 10px !important;
		--padding-right: 10px !important;
	}

	.e-con.e-con-boxed:has(.elementor-widget-accordion) > .e-con-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.e-con:has(> .elementor-widget-accordion),
	.e-con:has(> .elementor-element > .elementor-widget-accordion) {
		--width: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		--padding-left: 0px !important;
		--padding-right: 0px !important;
	}

	.elementor-widget-accordion {
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
	.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/*
 * Footer partner logo slider ? show ~3?4 icons on small screens
 * (ElementsKit defaults to 1 slide + oversized min-height on mobile).
 */
@media (max-width: 767px) {
	.elementor-location-footer .elementor-element-308bd1a .ekit-price-card-slider,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .ekit-price-card-slider {
		--ekit_client_logo_slidetosho: 3.5 !important;
	}

	.elementor-location-footer .elementor-element-308bd1a .elementskit-clients-slider .single-client,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .elementskit-clients-slider .single-client {
		min-height: 72px !important;
		height: auto !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.elementor-location-footer .elementor-element-308bd1a .elementskit-clients-slider .single-client img,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .elementskit-clients-slider .single-client img {
		max-height: 56px !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-location-footer .elementor-element-308bd1a .ekit-price-card-slider,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .ekit-price-card-slider {
		--ekit_client_logo_slidetosho: 4 !important;
	}

	.elementor-location-footer .elementor-element-308bd1a .elementskit-clients-slider .single-client,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .elementskit-clients-slider .single-client {
		min-height: 76px !important;
	}

	.elementor-location-footer .elementor-element-308bd1a .elementskit-clients-slider .single-client img,
	.elementor-location-footer .elementor-widget-elementskit-client-logo .elementskit-clients-slider .single-client img {
		max-height: 60px !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: contain;
	}
}

/* Footer breathing room on small screens
 * Elementor boxed containers apply side padding via CSS vars on .e-con, but
 * .e-con-inner hard-resets padding-inline to 0. Force gutters on the inner.
 */
.elementor-location-footer .elementor-element-0ad378f > .e-con-inner,
.elementor-location-footer.elementor-92 .elementor-element-0ad378f > .e-con-inner {
	padding-top: 40px !important;
}
.elementor-location-footer .elementor-element-cfaa774 {
	margin-top: 0 !important;
	padding-top: 8px !important;
}
.elementor-location-footer .elementor-element-cfaa774 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.elementor-location-footer.elementor-92 .elementor-element-0ad378f,
	.elementor-location-footer .elementor-element-0ad378f,
	.elementor-location-footer.elementor-92 .elementor-element-fc7a533,
	.elementor-location-footer .elementor-element-fc7a533 {
		--padding-left: 0px !important;
		--padding-right: 0px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-inline-start: 0 !important;
		padding-inline-end: 0 !important;
	}

	.elementor-location-footer.elementor-92 .elementor-element-0ad378f > .e-con-inner,
	.elementor-location-footer .elementor-element-0ad378f > .e-con-inner,
	.elementor-location-footer.elementor-92 .elementor-element-fc7a533 > .e-con-inner,
	.elementor-location-footer .elementor-element-fc7a533 > .e-con-inner {
		padding-left: 24px !important;
		padding-right: 24px !important;
		padding-inline-start: 24px !important;
		padding-inline-end: 24px !important;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.elementor-location-footer .elementor-element-20be2d2 {
		--padding-top: 28px !important;
		--padding-bottom: 28px !important;
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.elementor-location-footer .elementor-element-f2eae1b .elementor-heading-title {
		line-height: 1.45;
	}

	.elementor-location-footer .elementor-element-f3eedc3 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767px) {
	.elementor-location-footer.elementor-92 .elementor-element-0ad378f > .e-con-inner,
	.elementor-location-footer .elementor-element-0ad378f > .e-con-inner,
	.elementor-location-footer.elementor-92 .elementor-element-fc7a533 > .e-con-inner,
	.elementor-location-footer .elementor-element-fc7a533 > .e-con-inner {
		padding-left: 28px !important;
		padding-right: 28px !important;
		padding-inline-start: 28px !important;
		padding-inline-end: 28px !important;
	}

	.elementor-location-footer .elementor-element-0ad378f {
		--padding-top: 36px !important;
		--padding-bottom: 20px !important;
		padding-top: 36px !important;
		padding-bottom: 20px !important;
	}
	.elementor-location-footer .elementor-element-0ad378f > .e-con-inner {
		padding-top: 28px !important;
	}
	.elementor-location-footer .elementor-element-cfaa774 {
		padding-top: 4px !important;
	}
}

/*
 * New Patient Forms ? equal-height cards; pin Download PDF buttons to the bottom.
 */
.elementor-element-e4b8519 {
	align-items: stretch !important;
	--align-items: stretch;
}

.elementor-element-e4b8519 > .elementor-element-418d0a3,
.elementor-element-e4b8519 > .elementor-element-3684c90,
.elementor-element-e4b8519 > .elementor-element-3c0e422,
.elementor-element-e4b8519 > .elementor-element-c408b13 {
	display: flex !important;
	flex-direction: column !important;
	--display: flex;
	--flex-direction: column;
	align-self: stretch !important;
	height: auto !important;
	min-height: 100%;
}

.elementor-element-418d0a3 > .elementor-widget-button,
.elementor-element-3684c90 > .elementor-widget-button,
.elementor-element-3c0e422 > .elementor-widget-button,
.elementor-element-c408b13 > .elementor-widget-button {
	margin-top: auto !important;
}

/*
 * Smart sticky header ? hide on scroll down, slide in on scroll up.
 * Solid white background so content never shows through.
 */
.elementor-location-header,
.elementor-location-header.lps-smart-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background-color: #ffffff !important;
	background-image: none !important;
	box-shadow: 0 1px 0 rgba(17, 72, 110, 0.08);
	transition: transform 0.32s ease, box-shadow 0.32s ease;
	/* Avoid will-change:transform ? it makes position:fixed menu overlays
	   size to the header instead of the viewport. */
}
.elementor-location-header.lps-smart-header > .elementor,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-element-6c325d6,
.elementor-location-header .elementor-element-561032b2,
.elementor-location-header .elementor-element-1fc65a14,
.elementor-location-header .e-con {
	background-color: #ffffff !important;
	background-image: none !important;
}

/* Breathing room below logo / Book Now row (normal + sticky) */
.elementor-location-header .elementor-element-1fc65a14 {
	padding-bottom: 14px !important;
	--padding-bottom: 14px !important;
}
.elementor-location-header .elementor-element-26236311 {
	padding-bottom: 4px !important;
}
.elementor-location-header .elementor-element-26236311 img {
	display: block;
	vertical-align: middle;
}

.elementor-location-header.lps-smart-header--hidden {
	transform: translateY(-110%);
	box-shadow: none !important;
	pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
	.elementor-location-header.lps-smart-header {
		transition: none;
	}
}

/* ==========================================================================
   New Patients page ? responsive across tablet + mobile
   ========================================================================== */
.lps-new-patients-page,
.lps-new-patients-page .elementor,
.lps-new-patients-page .e-con,
.lps-new-patients-page .elementor-widget-container {
	max-width: 100%;
	box-sizing: border-box;
}
.lps-new-patients-page img,
.lps-new-patients-page video,
.lps-new-patients-page iframe {
	max-width: 100%;
	height: auto;
}
.lps-new-patients-page .elementor-heading-title {
	overflow-wrap: anywhere;
	word-break: break-word;
}
.lps-new-patients-page .elementor-button {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

/* Hero CTA button pair */
.lps-new-patients-page .elementor-element-35201aa {
	flex-wrap: wrap !important;
	gap: 12px !important;
	--gap: 12px;
}

@media (max-width: 1024px) {
	/* Hero already uses column-reverse via shared 4f76f8e rule; tighten spacing */
	.lps-new-patients-page .elementor-element-4f76f8e {
		gap: 24px !important;
		--gap: 24px;
	}
	.lps-new-patients-page .elementor-element-3853bbd,
	.lps-new-patients-page .elementor-element-b3c6db6 {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100%;
	}
	.lps-new-patients-page .elementor-element-b3c6db6 img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* Stat chips: 3 ? wrap nicely */
	.lps-new-patients-page .elementor-element-1e5d3ec {
		flex-wrap: wrap !important;
		gap: 16px !important;
		--gap: 16px;
	}
	.lps-new-patients-page .elementor-element-f7ad04b,
	.lps-new-patients-page .elementor-element-b0a4653,
	.lps-new-patients-page .elementor-element-82e0027 {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		--width: 50% !important;
		flex: 1 1 calc(50% - 10px) !important;
	}

	/* First-visit steps: 2?2 on tablet */
	.lps-new-patients-page .elementor-element-fd51e11 {
		flex-wrap: wrap !important;
		--flex-direction: row !important;
		flex-direction: row !important;
		gap: 16px !important;
		--gap: 16px;
	}
	.lps-new-patients-page .elementor-element-8d72213,
	.lps-new-patients-page .elementor-element-3e2698d,
	.lps-new-patients-page .elementor-element-f2cd6ca,
	.lps-new-patients-page .elementor-element-3ca1bfa {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		--width: 50% !important;
		flex: 1 1 calc(50% - 10px) !important;
	}

	/* PDF form cards: 2?2 on tablet; keep equal height + bottom-aligned buttons */
	.lps-new-patients-page .elementor-element-e4b8519 {
		flex-wrap: wrap !important;
		--flex-direction: row !important;
		flex-direction: row !important;
		align-items: stretch !important;
		--align-items: stretch;
		gap: 16px !important;
		--gap: 16px;
	}
	.lps-new-patients-page .elementor-element-418d0a3,
	.lps-new-patients-page .elementor-element-3684c90,
	.lps-new-patients-page .elementor-element-3c0e422,
	.lps-new-patients-page .elementor-element-c408b13 {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		--width: 50% !important;
		flex: 1 1 calc(50% - 10px) !important;
		display: flex !important;
		flex-direction: column !important;
		--flex-direction: column;
	}

	/* Insurance two-column ? stack */
	.lps-new-patients-page .elementor-element-bbbcb97 {
		flex-direction: column !important;
		--flex-direction: column;
		gap: 24px !important;
		--gap: 24px;
	}
	.lps-new-patients-page .elementor-element-dea27d2,
	.lps-new-patients-page .elementor-element-00e6e92 {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
		padding-right: 0 !important;
		--padding-right: 0px !important;
	}

	/* Payment option cards: 2 + 1 wrap */
	.lps-new-patients-page .elementor-element-4c894e4 {
		flex-wrap: wrap !important;
		gap: 16px !important;
		--gap: 16px;
	}
	.lps-new-patients-page .elementor-element-26f536f,
	.lps-new-patients-page .elementor-element-9e3b9eb,
	.lps-new-patients-page .elementor-element-32337e0 {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		--width: 50% !important;
		flex: 1 1 calc(50% - 10px) !important;
	}

	/* Policies / tech rows */
	.lps-new-patients-page .elementor-element-cdc6256,
	.lps-new-patients-page .elementor-element-d202154 {
		flex-direction: column !important;
		--flex-direction: column;
		gap: 24px !important;
		--gap: 24px;
	}
	.lps-new-patients-page .elementor-element-232068b,
	.lps-new-patients-page .elementor-element-35dc468,
	.lps-new-patients-page .elementor-element-45be58d,
	.lps-new-patients-page .elementor-element-cb0474f,
	.lps-new-patients-page .elementor-element-04bbca7 {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100%;
	}

	/* Boxed section side padding */
	.lps-new-patients-page .e-con-boxed > .e-con-inner {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (max-width: 767px) {
	.lps-new-patients-page .elementor-element-35201aa {
		flex-direction: column !important;
		--flex-direction: column;
		align-items: stretch !important;
	}
	.lps-new-patients-page .elementor-element-35201aa .elementor-button,
	.lps-new-patients-page .elementor-element-536f123 .elementor-button,
	.lps-new-patients-page .elementor-element-1947230 .elementor-button {
		width: 100%;
		justify-content: center;
	}

	/* All card grids ? single column */
	.lps-new-patients-page .elementor-element-f7ad04b,
	.lps-new-patients-page .elementor-element-b0a4653,
	.lps-new-patients-page .elementor-element-82e0027,
	.lps-new-patients-page .elementor-element-8d72213,
	.lps-new-patients-page .elementor-element-3e2698d,
	.lps-new-patients-page .elementor-element-f2cd6ca,
	.lps-new-patients-page .elementor-element-3ca1bfa,
	.lps-new-patients-page .elementor-element-418d0a3,
	.lps-new-patients-page .elementor-element-3684c90,
	.lps-new-patients-page .elementor-element-3c0e422,
	.lps-new-patients-page .elementor-element-c408b13,
	.lps-new-patients-page .elementor-element-26f536f,
	.lps-new-patients-page .elementor-element-9e3b9eb,
	.lps-new-patients-page .elementor-element-32337e0 {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
		flex: 1 1 100% !important;
	}

	.lps-new-patients-page .elementor-element-fd51e11,
	.lps-new-patients-page .elementor-element-e4b8519,
	.lps-new-patients-page .elementor-element-1e5d3ec,
	.lps-new-patients-page .elementor-element-4c894e4 {
		flex-direction: column !important;
		--flex-direction: column;
	}

	/* Readable type scale */
	.lps-new-patients-page .elementor-heading-title {
		font-size: clamp(22px, 7vw, 32px) !important;
		line-height: 1.25 !important;
	}
	.lps-new-patients-page .elementor-element-06d46df .elementor-heading-title,
	.lps-new-patients-page .elementor-element-e53306c .elementor-heading-title,
	.lps-new-patients-page .elementor-element-48a314d .elementor-heading-title {
		font-size: clamp(26px, 8vw, 36px) !important;
	}

	.lps-new-patients-page .e-con-boxed > .e-con-inner {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	/* PDF download buttons full-width inside cards */
	.lps-new-patients-page .elementor-element-418d0a3 .elementor-button,
	.lps-new-patients-page .elementor-element-3684c90 .elementor-button,
	.lps-new-patients-page .elementor-element-3c0e422 .elementor-button,
	.lps-new-patients-page .elementor-element-c408b13 .elementor-button {
		width: 100%;
		justify-content: center;
	}

	/* Testimonial / FAQ breathing room */
	.lps-new-patients-page .elementor-element-4569cec,
	.lps-new-patients-page .elementor-element-07eddaf {
		max-width: 100%;
		overflow: hidden;
	}
}

/* ==========================================================================
   Book Now page ? unique booking surface (matches LPS tokens)
   ========================================================================== */
.lps-book-now-page .lps-booknow-shell,
.lps-book-now-page .lps-booknow-shell > .e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.lps-book-now-page .elementor > .e-con.e-parent:first-child {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}
.lps-book-now-page .elementor > .e-con.e-parent.lps-booknow-shell {
	margin-top: 0 !important;
}
.lps-booknow {
	--bn-radius: 15px 0 15px 15px;
	--bn-radius-flip: 15px 15px 15px 0;
	color: var(--lps-ink);
	font-family: "Mulish", "Oxygen", sans-serif;
	overflow: clip;
}
.lps-booknow * {
	box-sizing: border-box;
}

/* Hero ? full-bleed background; constrained inner content */
.lps-booknow__hero {
	position: relative;
	isolation: isolate;
	display: block;
	min-height: min(68vh, 620px);
	padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 12% 18%, rgba(205, 225, 212, 0.28), transparent 42%),
		radial-gradient(circle at 88% 82%, rgba(24, 103, 145, 0.16), transparent 40%),
		linear-gradient(145deg, #0d3550 0%, #11486E 46%, #186791 100%);
	color: #fff;
	overflow: hidden;
}
.lps-booknow__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 380px);
	gap: clamp(20px, 2.5vw, 32px);
	align-items: center;
	width: min(1080px, 100%);
	margin: 0 auto;
}
.lps-booknow__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
	pointer-events: none;
	z-index: 0;
}
.lps-booknow__hero-copy,
.lps-booknow__hero-media {
	position: relative;
	z-index: 1;
}
.lps-booknow__hero-copy {
	width: auto;
	max-width: 34em;
	animation: lps-booknow-rise 0.8s ease both;
}
.lps-booknow__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lps-sage) !important;
}
.lps-booknow__title,
.lps-booknow h1.lps-booknow__title,
.elementor-widget-html .lps-booknow__title {
	margin: 0 !important;
	font-size: clamp(40px, 7vw, 68px) !important;
	line-height: 0.98 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #ffffff !important;
}
.lps-booknow__tagline,
.elementor-widget-html .lps-booknow__tagline {
	margin: 14px 0 0 !important;
	font-size: clamp(18px, 2.4vw, 24px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: rgba(255, 255, 255, 0.94) !important;
}
.lps-booknow__lead,
.elementor-widget-html .lps-booknow__lead {
	margin: 14px 0 0 !important;
	max-width: 36em;
	font-size: 16px !important;
	line-height: 1.65 !important;
	color: rgba(255, 255, 255, 0.86) !important;
}
.lps-booknow__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.lps-booknow__hero-meta {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 480px;
}
.lps-booknow__hero-meta li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.lps-booknow__hero-meta strong {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}
.lps-booknow__hero-meta span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}
.lps-booknow__hero-media {
	justify-self: stretch;
	width: 100%;
	max-width: 380px;
	aspect-ratio: 4 / 5;
	max-height: 460px;
	border-radius: 28px 8px 28px 28px;
	overflow: hidden;
	position: relative;
	box-shadow:
		0 28px 60px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.12);
	animation: lps-booknow-rise 0.9s ease 0.08s both;
	margin-left: auto;
}
.lps-booknow__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
	display: block;
	transform: scale(1.02);
}
.lps-booknow__hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(13, 53, 80, 0.72) 100%);
	pointer-events: none;
}
.lps-booknow__hero-badge {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(8px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.lps-booknow__hero-badge-label {
	color: var(--lps-blue-dark);
	font-size: 13px;
	font-weight: 800;
}
.lps-booknow__hero-badge-text {
	color: var(--lps-muted);
	font-size: 13px;
	line-height: 1.45;
}

/* Buttons */
.lps-booknow__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: var(--bn-radius);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lps-booknow__btn--primary {
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
}
.lps-booknow__btn--primary:hover {
	background: #fff;
	color: var(--lps-blue-dark);
	border-radius: var(--bn-radius-flip);
}
.lps-booknow__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.lps-booknow__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-radius: var(--bn-radius-flip);
}
.lps-booknow__btn--line {
	background: transparent;
	color: var(--lps-blue);
	border: 1.5px solid var(--lps-line);
}
.lps-booknow__btn--line:hover {
	border-color: var(--lps-blue);
	color: var(--lps-blue-dark);
	border-radius: var(--bn-radius-flip);
}

/* Availability pulse */
.lps-booknow__pulse {
	background: var(--lps-soft);
	border-bottom: 1px solid var(--lps-line);
}
.lps-booknow__pulse-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	padding: 18px 0;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.lps-booknow__pulse-dot {
	width: 12px;
	height: 12px;
	margin-top: 5px;
	border-radius: 50%;
	background: #3d9a6a;
	box-shadow: 0 0 0 0 rgba(61, 154, 106, 0.45);
	animation: lps-booknow-pulse 2s ease infinite;
	flex: 0 0 auto;
}
.lps-booknow__pulse-inner strong {
	display: block;
	color: var(--lps-blue-dark);
	font-size: 15px;
	font-weight: 800;
}
.lps-booknow__pulse-inner span {
	display: block;
	margin-top: 2px;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.5;
}

/* Sections */
.lps-booknow__section {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	padding: clamp(40px, 6vw, 72px) 0;
}
.lps-booknow__section-head {
	max-width: 640px;
	margin-bottom: clamp(24px, 4vw, 40px);
}
.lps-booknow__section-head--light .lps-booknow__eyebrow {
	color: var(--lps-sage);
}
.lps-booknow__section-head--light .lps-booknow__h2 {
	color: #fff;
}
.lps-booknow__h2 {
	margin: 0;
	font-size: clamp(26px, 4vw, 36px);
	line-height: 1.15;
	font-weight: 800;
	color: var(--lps-blue-dark);
	letter-spacing: -0.02em;
}
.lps-booknow__section-lead {
	margin: 12px 0 0;
	color: var(--lps-muted);
	font-size: 16px;
	line-height: 1.6;
}

/* Location cards */
.lps-booknow__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.lps-booknow__card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: clamp(22px, 3vw, 28px);
	border-radius: 22px;
	background:
		linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
	border: 1px solid var(--lps-line);
	box-shadow: 0 18px 40px rgba(17, 72, 110, 0.08);
	animation: lps-booknow-rise 0.7s ease both;
	min-width: 0;
}
.lps-booknow__card:nth-child(1) { animation-delay: 0.05s; }
.lps-booknow__card:nth-child(2) { animation-delay: 0.12s; }
.lps-booknow__card:nth-child(3) { animation-delay: 0.19s; }
.lps-booknow__card:hover {
	border-color: rgba(24, 103, 145, 0.35);
	transform: translateY(-3px);
	transition: transform 0.25s ease, border-color 0.25s ease;
}
.lps-booknow__card-top {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.lps-booknow__card-index {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--lps-blue);
}
.lps-booknow__card-name {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 24px);
	line-height: 1.2;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-booknow__card-addr {
	margin: 0;
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.55;
}
.lps-booknow__card-phone {
	display: inline-block;
	color: var(--lps-blue);
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: -0.01em;
}
.lps-booknow__card-phone:hover {
	color: var(--lps-blue-dark);
}
.lps-booknow__card-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
	padding-top: 8px;
}
.lps-booknow__card-actions .lps-booknow__btn {
	width: 100%;
}

/* How it works */
.lps-booknow__flow {
	background:
		radial-gradient(circle at 90% 10%, rgba(205, 225, 212, 0.18), transparent 40%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 50%, #186791 100%);
	color: #fff;
	padding: clamp(40px, 6vw, 72px) 0;
}
.lps-booknow__flow-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}
.lps-booknow__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.lps-booknow__step {
	padding: 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(4px);
}
.lps-booknow__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
	font-size: 14px;
	font-weight: 800;
}
.lps-booknow__step h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}
.lps-booknow__step p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.55;
}

/* Call strip */
.lps-booknow__callout {
	background: #fff;
	padding: clamp(36px, 5vw, 56px) 0;
	border-bottom: 1px solid var(--lps-line);
}
.lps-booknow__callout-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 28px;
	align-items: center;
}
.lps-booknow__callout-inner p {
	margin: 10px 0 0;
	color: var(--lps-muted);
	font-size: 16px;
	line-height: 1.6;
}
.lps-booknow__phones {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.lps-booknow__phones li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--lps-soft);
	border: 1px solid var(--lps-line);
}
.lps-booknow__phones span {
	color: var(--lps-muted);
	font-size: 13px;
	font-weight: 700;
}
.lps-booknow__phones a {
	color: var(--lps-blue-dark);
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}
.lps-booknow__phones a:hover {
	color: var(--lps-blue);
}

/* New patient forms band */
.lps-booknow__forms {
	background:
		linear-gradient(120deg, rgba(205, 225, 212, 0.45), rgba(246, 247, 251, 0.9));
	padding: clamp(36px, 5vw, 56px) 0 clamp(48px, 7vw, 80px);
}
.lps-booknow__forms-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.lps-booknow__forms-inner p:last-of-type {
	margin: 10px 0 0;
	max-width: 40em;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.6;
}

@keyframes lps-booknow-rise {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes lps-booknow-pulse {
	0% { box-shadow: 0 0 0 0 rgba(61, 154, 106, 0.45); }
	70% { box-shadow: 0 0 0 12px rgba(61, 154, 106, 0); }
	100% { box-shadow: 0 0 0 0 rgba(61, 154, 106, 0); }
}

@media (max-width: 1024px) {
	.lps-booknow__hero {
		min-height: 0;
		padding-top: clamp(40px, 6vw, 56px);
		padding-bottom: clamp(36px, 5vw, 48px);
	}
	.lps-booknow__hero-inner {
		grid-template-columns: 1fr;
		gap: 22px;
		width: min(720px, 100%);
	}
	.lps-booknow__hero-copy {
		width: 100%;
		max-width: none;
		order: 1;
	}
	.lps-booknow__hero-media {
		order: 0;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		aspect-ratio: 16 / 10;
		max-height: 360px;
		border-radius: 22px 6px 22px 22px;
		margin-left: 0;
	}
	.lps-booknow__grid,
	.lps-booknow__steps {
		grid-template-columns: 1fr 1fr;
	}
	.lps-booknow__card:nth-child(3) {
		grid-column: 1 / -1;
		max-width: 520px;
		justify-self: center;
		width: 100%;
	}
	.lps-booknow__callout-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.lps-booknow__hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.lps-booknow__hero-meta {
		grid-template-columns: 1fr;
		max-width: none;
	}
	.lps-booknow__hero-media {
		aspect-ratio: 5 / 4;
		max-height: 280px;
	}
	.lps-booknow__grid,
	.lps-booknow__steps {
		grid-template-columns: 1fr;
	}
	.lps-booknow__card:nth-child(3) {
		max-width: none;
	}
	.lps-booknow__phones li {
		flex-direction: column;
		align-items: flex-start;
	}
	.lps-booknow__forms-inner {
		flex-direction: column;
		align-items: stretch;
	}
	.lps-booknow__forms-inner .lps-booknow__btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lps-booknow__card,
	.lps-booknow__hero-copy,
	.lps-booknow__hero-media,
	.lps-booknow__pulse-dot {
		animation: none !important;
	}
	.lps-booknow__card:hover {
		transform: none;
	}
}

/* ==========================================================================
   Book Consult page
   ========================================================================== */
.lps-book-consult-page .lps-consult-shell,
.lps-book-consult-page .lps-consult-shell > .e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.lps-book-consult-page .elementor > .e-con.e-parent:first-child {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}
.lps-consult {
	--bn-radius: 15px 0 15px 15px;
	--bn-radius-flip: 15px 15px 15px 0;
	color: var(--lps-ink);
	font-family: "Mulish", "Oxygen", sans-serif;
	overflow: clip;
}
.lps-consult * { box-sizing: border-box; }

.lps-consult__hero {
	display: block;
	min-height: min(64vh, 580px);
	padding: clamp(48px, 7vw, 84px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 85% 15%, rgba(205, 225, 212, 0.35), transparent 42%),
		linear-gradient(155deg, #0d3550 0%, #11486E 52%, #1a6f9c 100%);
	color: #fff;
	position: relative;
	isolation: isolate;
}
.lps-consult__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 380px);
	gap: clamp(20px, 2.5vw, 32px);
	align-items: center;
	width: min(1080px, 100%);
	margin: 0 auto;
}
.lps-consult__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent 88%);
	pointer-events: none;
}
.lps-consult__hero-copy,
.lps-consult__hero-media { position: relative; z-index: 1; }
.lps-consult__hero-copy {
	width: auto;
	max-width: 34em;
	animation: lps-booknow-rise 0.8s ease both;
}
.lps-consult__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lps-sage) !important;
}
.lps-consult__eyebrow--dark { color: var(--lps-blue) !important; }
.lps-consult__title,
.elementor-widget-html .lps-consult__title {
	margin: 0 !important;
	font-size: clamp(36px, 6.5vw, 60px) !important;
	line-height: 1.02 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-consult__tagline,
.elementor-widget-html .lps-consult__tagline {
	margin: 14px 0 0 !important;
	font-size: clamp(17px, 2.3vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: rgba(255,255,255,0.94) !important;
}
.lps-consult__lead,
.elementor-widget-html .lps-consult__lead {
	margin: 14px 0 0 !important;
	max-width: 36em;
	font-size: 16px !important;
	line-height: 1.65 !important;
	color: rgba(255,255,255,0.86) !important;
}
.lps-consult__lead a { color: var(--lps-sage); font-weight: 800; text-decoration: none; }
.lps-consult__lead a:hover { color: #fff; }
.lps-consult__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.lps-consult__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: var(--bn-radius);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lps-consult__btn--primary {
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
}
.lps-consult__btn--primary:hover {
	background: #fff;
	color: var(--lps-blue-dark);
	border-radius: var(--bn-radius-flip);
}
.lps-consult__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,0.55);
}
.lps-consult__btn--ghost:hover {
	background: rgba(255,255,255,0.12);
	color: #fff;
	border-radius: var(--bn-radius-flip);
}
.lps-consult__hero-media {
	justify-self: stretch;
	width: 100%;
	max-width: 380px;
	aspect-ratio: 4 / 5;
	max-height: 460px;
	border-radius: 28px 8px 28px 28px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 28px 60px rgba(0,0,0,0.28), 0 0 0 1px rgba(255,255,255,0.12);
	animation: lps-booknow-rise 0.9s ease 0.08s both;
	margin-left: auto;
}
.lps-consult__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
.lps-consult__hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(13,53,80,0.75) 100%);
	pointer-events: none;
}
.lps-consult__hero-badge {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}
.lps-consult__hero-badge strong {
	color: var(--lps-blue-dark);
	font-size: 14px;
	font-weight: 800;
}
.lps-consult__hero-badge span {
	color: var(--lps-muted);
	font-size: 13px;
	line-height: 1.45;
}

.lps-consult__locs {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	padding: clamp(40px, 6vw, 64px) 0;
}
.lps-consult__section-head { max-width: 640px; margin-bottom: clamp(22px, 3vw, 32px); }
.lps-consult__h2,
.elementor-widget-html .lps-consult__h2 {
	margin: 0 !important;
	font-size: clamp(26px, 4vw, 34px) !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
	color: var(--lps-blue-dark) !important;
	letter-spacing: -0.02em;
}
.lps-consult__h2--light,
.elementor-widget-html .lps-consult__h2--light { color: #fff !important; }
.lps-consult__section-lead {
	margin: 12px 0 0;
	color: var(--lps-muted);
	font-size: 16px;
	line-height: 1.6;
}
.lps-consult__section-lead a { color: var(--lps-blue); font-weight: 700; text-decoration: none; }
.lps-consult__loc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.lps-consult__loc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--lps-line);
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(17, 72, 110, 0.06);
	transition: transform 0.25s ease, border-color 0.25s ease;
}
.lps-consult__loc:hover {
	transform: translateY(-3px);
	border-color: rgba(24, 103, 145, 0.35);
}
.lps-consult__loc-name {
	color: var(--lps-blue-dark);
	font-size: 18px;
	font-weight: 800;
}
.lps-consult__loc-addr {
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.45;
}
.lps-consult__loc-phone {
	color: var(--lps-blue);
	font-size: 16px;
	font-weight: 800;
	margin-top: 4px;
}

.lps-consult__team {
	background:
		radial-gradient(circle at 10% 80%, rgba(205, 225, 212, 0.2), transparent 40%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 55%, #186791 100%);
	color: #fff;
	padding: clamp(36px, 5vw, 56px) 0;
}
.lps-consult__team-inner {
	width: min(800px, calc(100% - 32px));
	margin: 0 auto;
	text-align: center;
}
.lps-consult__team-inner p:last-child {
	margin: 12px auto 0;
	max-width: 40em;
	color: rgba(255,255,255,0.84);
	font-size: 16px;
	line-height: 1.65;
}

.lps-consult__form-intro { margin-bottom: 12px; }
.lps-consult__form-intro .lps-consult__section-lead { margin-top: 10px; }
.lps-book-consult-page .lps-consult-form-section {
	background:
		radial-gradient(circle at 92% 8%, rgba(205, 225, 212, 0.35), transparent 36%),
		linear-gradient(180deg, #eef3f7 0%, #F6F7FB 48%, #eef3f7 100%) !important;
}
.lps-book-consult-page .lps-consult-form-section > .e-con-inner {
	max-width: 860px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.lps-book-consult-page .lps-consult-form-wrap {
	border: 1px solid rgba(215, 222, 230, 0.95) !important;
	box-shadow: 0 22px 50px rgba(17, 72, 110, 0.1) !important;
}
.lps-consult-form-group {
	margin: 18px 0 6px;
	padding: 14px 0 2px;
	border-top: 1px solid var(--lps-line);
}
.lps-consult-form-group:first-child {
	border-top: 0;
	margin-top: 4px;
	padding-top: 0;
}
.lps-consult-form-group h3 {
	margin: 0;
	color: var(--lps-blue-dark);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.01em;
}
.lps-book-consult-page .elementor-form {
	--lps-field-bg: #f8fafc;
}
.lps-book-consult-page .elementor-form .elementor-field-group {
	margin-bottom: 0;
}
/* Single border on real inputs only ? not on select wrappers */
.lps-book-consult-page .elementor-form .elementor-field-group input.elementor-field,
.lps-book-consult-page .elementor-form .elementor-field-group textarea.elementor-field {
	min-height: 52px;
	padding: 13px 16px !important;
	border: 1.5px solid #d7dee6 !important;
	border-radius: 12px !important;
	background: var(--lps-field-bg) !important;
	color: var(--lps-blue-dark) !important;
	box-shadow: none !important;
	outline: none !important;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lps-book-consult-page .elementor-form .elementor-field-group input.elementor-field:hover,
.lps-book-consult-page .elementor-form .elementor-field-group textarea.elementor-field:hover {
	border-color: #b8c7d4 !important;
	background: #fff !important;
}
.lps-book-consult-page .elementor-form .elementor-field-group input.elementor-field:focus,
.lps-book-consult-page .elementor-form .elementor-field-group textarea.elementor-field:focus {
	border-color: var(--lps-blue) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(24, 103, 145, 0.14) !important;
}
.lps-book-consult-page .elementor-form .elementor-field::placeholder {
	color: #8a97a6 !important;
	opacity: 1;
}
/* Select: border on wrapper only; caret from Elementor SVG, centered */
.lps-book-consult-page .elementor-form .elementor-select-wrapper {
	position: relative;
	display: flex !important;
	align-items: center;
	min-height: 52px;
	margin: 0;
	padding: 0 !important;
	border: 1.5px solid #d7dee6 !important;
	border-radius: 12px !important;
	background: var(--lps-field-bg) !important;
	box-shadow: none !important;
	overflow: hidden;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper:hover {
	border-color: #b8c7d4 !important;
	background: #fff !important;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper:focus-within {
	border-color: var(--lps-blue) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(24, 103, 145, 0.14) !important;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper select,
.lps-book-consult-page .elementor-form .elementor-select-wrapper .elementor-field {
	width: 100% !important;
	min-height: 52px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 13px 44px 13px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: var(--lps-blue-dark) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
	position: absolute !important;
	top: 50% !important;
	right: 14px !important;
	bottom: auto !important;
	left: auto !important;
	inset: auto 14px auto auto !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
	z-index: 2;
	line-height: 0 !important;
	font-size: 12px !important;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper svg,
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper i {
	position: static !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--lps-blue-dark) !important;
	fill: var(--lps-blue-dark) !important;
	display: block !important;
	transform: none !important;
	overflow: hidden !important;
}
/* SVG glyph is oddly offset in Elementor's viewBox ? use a clean CSS caret instead */
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper svg,
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper i {
	display: none !important;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper .select-caret-down-wrapper::after {
	content: "" !important;
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	border-right: 2px solid var(--lps-blue-dark);
	border-bottom: 2px solid var(--lps-blue-dark);
	transform: rotate(45deg) translate(-1px, -1px);
	box-sizing: border-box;
}
.lps-book-consult-page .elementor-form .elementor-select-wrapper::before {
	display: none !important;
	content: none !important;
}
.lps-book-consult-page .elementor-form textarea.elementor-field {
	min-height: 132px;
	resize: vertical;
}
.lps-book-consult-page .elementor-form .elementor-field-type-html {
	margin-top: 4px;
}
.lps-book-consult-page .elementor-form .elementor-button[type="submit"],
.lps-book-consult-page .elementor-form .elementor-button {
	min-height: 54px;
	margin-top: 8px;
	padding: 14px 22px !important;
	border-radius: 15px 0 15px 15px !important;
	background: var(--lps-blue) !important;
	color: #fff !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	box-shadow: 0 12px 28px rgba(24, 103, 145, 0.28);
	transition: border-radius 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.lps-book-consult-page .elementor-form .elementor-button:hover {
	background: var(--lps-blue-dark) !important;
	border-radius: 15px 15px 15px 0 !important;
	box-shadow: 0 14px 32px rgba(17, 72, 110, 0.32);
}

/* Prefer to call ? redesigned card strip */
.lps-consult__phones {
	background:
		radial-gradient(circle at 8% 20%, rgba(205, 225, 212, 0.45), transparent 40%),
		linear-gradient(180deg, #fff 0%, #f4f7fa 100%);
	padding: clamp(40px, 6vw, 72px) 0 clamp(52px, 7vw, 88px);
	border-top: 1px solid var(--lps-line);
}
.lps-consult__phones-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 4vw, 40px);
	align-items: center;
}
.lps-consult__phones-lead {
	margin: 12px 0 0;
	max-width: 30em;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.6;
}
.lps-consult__phone-grid {
	display: grid;
	gap: 12px;
}
.lps-consult__phone-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--lps-line);
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(17, 72, 110, 0.06);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.lps-consult__phone-card:hover {
	transform: translateY(-2px);
	border-color: rgba(24, 103, 145, 0.35);
	box-shadow: 0 16px 34px rgba(17, 72, 110, 0.12);
}
.lps-consult__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(205, 225, 212, 0.65);
	color: var(--lps-blue-dark);
	flex: 0 0 auto;
}
.lps-consult__phone-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.lps-consult__phone-name {
	color: var(--lps-blue-dark);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}
.lps-consult__phone-addr {
	color: var(--lps-muted);
	font-size: 12px;
	line-height: 1.4;
}
.lps-consult__phone-num {
	color: var(--lps-blue);
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
	letter-spacing: -0.01em;
}
.lps-consult__phone-card:hover .lps-consult__phone-num {
	color: var(--lps-blue-dark);
}

@media (max-width: 1024px) {
	.lps-consult__hero {
		min-height: 0;
		padding-top: clamp(40px, 6vw, 56px);
	}
	.lps-consult__hero-inner {
		grid-template-columns: 1fr;
		gap: 22px;
		width: min(720px, 100%);
	}
	.lps-consult__hero-copy { width: 100%; max-width: none; order: 1; }
	.lps-consult__hero-media {
		order: 0;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		aspect-ratio: 16 / 10;
		max-height: 340px;
		border-radius: 22px 6px 22px 22px;
		margin-left: 0;
	}
	.lps-consult__loc-grid { grid-template-columns: 1fr 1fr; }
	.lps-consult__loc:nth-child(3) {
		grid-column: 1 / -1;
		max-width: 420px;
		justify-self: center;
		width: 100%;
	}
	.lps-consult__phones-inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}
@media (max-width: 767px) {
	.lps-consult__hero-actions { flex-direction: column; align-items: stretch; }
	.lps-consult__hero-media { aspect-ratio: 5 / 4; max-height: 260px; }
	.lps-consult__loc-grid { grid-template-columns: 1fr; }
	.lps-consult__loc:nth-child(3) { max-width: none; }
	.lps-consult__phone-card {
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"icon meta"
			"num num";
	}
	.lps-consult__phone-icon { grid-area: icon; }
	.lps-consult__phone-meta { grid-area: meta; }
	.lps-consult__phone-num {
		grid-area: num;
		padding-left: 58px;
	}
	.lps-book-consult-page .elementor-form .elementor-field-group {
		width: 100% !important;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lps-consult__hero-copy,
	.lps-consult__hero-media,
	.lps-consult__loc,
	.lps-consult__phone-card { animation: none !important; }
	.lps-consult__loc:hover,
	.lps-consult__phone-card:hover { transform: none; }
}

/* ==========================================================================
   Case Studies ? hub + detail pages
   ========================================================================== */
.lps-case-studies-page .lps-cases-shell,
.lps-case-studies-page .lps-cases-shell > .e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.lps-case-studies-page .elementor > .e-con.e-parent:first-child {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}
.lps-cases,
.lps-case {
	--bn-radius: 15px 0 15px 15px;
	--bn-radius-flip: 15px 15px 15px 0;
	color: var(--lps-ink);
	font-family: "Mulish", "Oxygen", sans-serif;
	overflow: clip;
}
.lps-cases *,
.lps-case * { box-sizing: border-box; }

.lps-cases__eyebrow,
.elementor-widget-html .lps-cases__eyebrow {
	margin: 0 0 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lps-sage) !important;
}
.lps-cases__eyebrow--dark { color: var(--lps-blue) !important; }
.lps-cases__eyebrow a {
	color: inherit !important;
	text-decoration: none;
}
.lps-cases__eyebrow a:hover { color: #fff !important; }
.lps-cases__h2,
.elementor-widget-html .lps-cases__h2 {
	margin: 0 !important;
	font-size: clamp(26px, 4vw, 34px) !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
	color: var(--lps-blue-dark) !important;
	letter-spacing: -0.02em;
}
.lps-cases__h2--light,
.elementor-widget-html .lps-cases__h2--light { color: #fff !important; }

.lps-cases__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: var(--bn-radius);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lps-cases__btn--primary {
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
}
.lps-cases__btn--primary:hover {
	background: #fff;
	color: var(--lps-blue-dark);
	border-radius: var(--bn-radius-flip);
}
.lps-cases__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,0.55);
}
.lps-cases__btn--ghost:hover {
	background: rgba(255,255,255,0.12);
	color: #fff;
	border-radius: var(--bn-radius-flip);
}

/* Hub hero */
.lps-cases__hero {
	padding: clamp(56px, 8vw, 96px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 88% 18%, rgba(205, 225, 212, 0.28), transparent 40%),
		linear-gradient(150deg, #0d3550 0%, #11486E 48%, #186791 100%);
	color: #fff;
}
.lps-cases__hero-inner {
	width: min(820px, 100%);
	margin: 0 auto;
	text-align: center;
}
.lps-cases__title,
.elementor-widget-html .lps-cases__title {
	margin: 0 !important;
	font-size: clamp(40px, 7vw, 64px) !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-cases__tagline,
.elementor-widget-html .lps-cases__tagline {
	margin: 16px auto 0 !important;
	max-width: 28em;
	font-size: clamp(18px, 2.4vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: rgba(255,255,255,0.94) !important;
}
.lps-cases__lead,
.elementor-widget-html .lps-cases__lead {
	margin: 14px auto 0 !important;
	max-width: 42em;
	font-size: 16px !important;
	line-height: 1.65 !important;
	color: rgba(255,255,255,0.84) !important;
}

/* Hub grid */
.lps-cases__grid-wrap {
	background: linear-gradient(180deg, #f4f7fa 0%, #fff 100%);
	padding: clamp(40px, 6vw, 72px) 0;
}
.lps-cases__grid {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.lps-cases__card {
	display: flex;
	flex-direction: column;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lps-line);
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(17, 72, 110, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	animation: lps-booknow-rise 0.7s ease both;
}
.lps-cases__card:nth-child(1) { animation-delay: 0.04s; }
.lps-cases__card:nth-child(2) { animation-delay: 0.08s; }
.lps-cases__card:nth-child(3) { animation-delay: 0.12s; }
.lps-cases__card:nth-child(4) { animation-delay: 0.16s; }
.lps-cases__card:nth-child(5) { animation-delay: 0.2s; }
.lps-cases__card:hover {
	transform: translateY(-4px);
	border-color: rgba(24, 103, 145, 0.32);
	box-shadow: 0 22px 44px rgba(17, 72, 110, 0.14);
}
.lps-cases__card-media {
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: #dfe7ef;
}
.lps-cases__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.lps-cases__card:hover .lps-cases__card-media img { transform: scale(1.04); }
.lps-cases__card-media--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 24px;
	background:
		radial-gradient(circle at 50% 45%, #fff, #eef3f7);
}
.lps-cases__card-media--logo img {
	width: auto;
	height: auto;
	max-width: 72%;
	max-height: 78%;
	object-fit: contain;
}
.lps-cases__card:hover .lps-cases__card-media--logo img {
	transform: none;
}
.lps-cases__card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px 20px 22px;
	flex: 1;
}
.lps-cases__card-num {
	color: var(--lps-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.lps-cases__card-name {
	color: var(--lps-blue-dark);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}
.lps-cases__card-sub {
	color: var(--lps-muted);
	font-size: 13px;
	font-weight: 700;
}
.lps-cases__card-teaser {
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.5;
	margin-top: 2px;
}
.lps-cases__card-cta {
	margin-top: auto;
	padding-top: 12px;
	color: var(--lps-blue);
	font-size: 14px;
	font-weight: 800;
}
.lps-cases__card-cta::after { content: " ?"; }

/* Shared CTA */
.lps-cases__cta {
	background:
		radial-gradient(circle at 12% 80%, rgba(205, 225, 212, 0.2), transparent 42%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 55%, #186791 100%);
	color: #fff;
	padding: clamp(40px, 6vw, 64px) 0;
}
.lps-cases__cta-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}
.lps-cases__cta-inner p:last-of-type {
	margin: 10px 0 0;
	max-width: 40em;
	color: rgba(255,255,255,0.84);
	font-size: 15px;
	line-height: 1.6;
}
.lps-cases__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Detail hero */
.lps-case__hero {
	padding: clamp(48px, 7vw, 84px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 15% 20%, rgba(205, 225, 212, 0.22), transparent 40%),
		linear-gradient(155deg, #0d3550 0%, #11486E 52%, #1a6f9c 100%);
	color: #fff;
}
.lps-case__hero-inner {
	width: min(1080px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 400px);
	gap: clamp(22px, 3vw, 36px);
	align-items: center;
}
.lps-case__title,
.elementor-widget-html .lps-case__title {
	margin: 0 !important;
	font-size: clamp(40px, 7vw, 60px) !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-case__subtitle,
.elementor-widget-html .lps-case__subtitle {
	margin: 12px 0 0 !important;
	font-size: clamp(16px, 2.2vw, 20px) !important;
	font-weight: 700 !important;
	color: rgba(255,255,255,0.9) !important;
}
.lps-case__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}
.lps-case__hero-media {
	border-radius: 24px 8px 24px 24px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	max-height: 460px;
	box-shadow: 0 24px 50px rgba(0,0,0,0.28);
}
.lps-case__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lps-case__hero-media--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
	background:
		radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98), rgba(246, 247, 251, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.lps-case__hero-media--logo img {
	width: auto;
	height: auto;
	max-width: 78%;
	max-height: 70%;
	object-fit: contain;
}

/* Diagnosis / solution */
.lps-case__summary {
	background: #f4f7fa;
	padding: clamp(36px, 5vw, 56px) 0;
}
.lps-case__summary-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.lps-case__panel {
	padding: clamp(22px, 3vw, 28px);
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--lps-line);
	box-shadow: 0 14px 32px rgba(17, 72, 110, 0.06);
}
.lps-case__panel--accent {
	background:
		radial-gradient(circle at 90% 10%, rgba(205, 225, 212, 0.28), transparent 42%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 60%, #186791 100%);
	border-color: transparent;
	color: #fff;
}
.lps-case__panel p:last-child {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--lps-muted);
}
.lps-case__panel--accent p:last-child { color: rgba(255,255,255,0.86); }

/* Process */
.lps-case__process {
	padding: clamp(40px, 6vw, 72px) 0;
	background: #fff;
}
.lps-case__process-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
}
.lps-case__process-head { margin-bottom: clamp(24px, 4vw, 36px); }
.lps-case__steps { display: grid; gap: clamp(28px, 4vw, 44px); }
.lps-case__step {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(18px, 3vw, 32px);
	align-items: center;
}
.lps-case__step--rev { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
.lps-case__step--rev .lps-case__step-media { order: 2; }
.lps-case__step--rev .lps-case__step-copy { order: 1; }
.lps-case__step-media {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--lps-line);
	background: #eef3f7;
	box-shadow: 0 16px 36px rgba(17, 72, 110, 0.08);
}
.lps-case__step-media img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.lps-case__step-num {
	display: inline-block;
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.lps-case__step-label {
	margin: 6px 0 0;
	color: var(--lps-blue-dark);
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 800;
	line-height: 1.2;
}
.lps-case__step-copy p {
	margin: 12px 0 0;
	color: var(--lps-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* Related */
.lps-case__related {
	padding: clamp(36px, 5vw, 56px) 0 clamp(48px, 7vw, 72px);
	background: #f4f7fa;
	border-top: 1px solid var(--lps-line);
}
.lps-case__related-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
}
.lps-case__related-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.lps-case__related-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: none;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lps-line);
	transition: transform 0.22s ease, border-color 0.22s ease;
}
.lps-case__related-card:hover {
	transform: translateY(-2px);
	border-color: rgba(24, 103, 145, 0.3);
}
.lps-case__related-card img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	display: block;
}
.lps-case__related-media--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 11;
	padding: 18px;
	background:
		radial-gradient(circle at 50% 45%, #fff, #eef3f7);
}
.lps-case__related-media--logo img {
	width: auto !important;
	height: auto !important;
	max-width: 70%;
	max-height: 75%;
	aspect-ratio: auto;
	object-fit: contain;
}
.lps-case__related-card > span:last-child {
	padding: 0 14px 14px;
	color: var(--lps-blue-dark);
	font-size: 15px;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.lps-cases__grid { grid-template-columns: 1fr 1fr; }
	.lps-cases__card:nth-child(5) {
		grid-column: 1 / -1;
		max-width: 420px;
		justify-self: center;
		width: 100%;
	}
	.lps-case__hero-inner {
		grid-template-columns: 1fr;
		width: min(720px, 100%);
	}
	.lps-case__hero-media {
		order: -1;
		max-height: 340px;
		aspect-ratio: 16 / 10;
		width: 100%;
	}
	.lps-case__summary-inner { grid-template-columns: 1fr; }
	.lps-case__step,
	.lps-case__step--rev {
		grid-template-columns: 1fr;
	}
	.lps-case__step--rev .lps-case__step-media,
	.lps-case__step--rev .lps-case__step-copy { order: initial; }
	.lps-case__related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
	.lps-cases__grid { grid-template-columns: 1fr; }
	.lps-cases__card:nth-child(5) { max-width: none; }
	.lps-cases__cta-actions { width: 100%; flex-direction: column; }
	.lps-cases__cta-actions .lps-cases__btn { width: 100%; }
	.lps-case__hero-actions { flex-direction: column; align-items: stretch; }
	.lps-case__related-grid { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.lps-cases__card,
	.lps-case__related-card { animation: none !important; }
	.lps-cases__card:hover,
	.lps-case__related-card:hover { transform: none; }
	.lps-cases__card:hover .lps-cases__card-media img { transform: none; }
}

/* ==========================================================================
   Locations ? hub + detail pages
   ========================================================================== */
.lps-locations-page .lps-locs-shell,
.lps-locations-page .lps-loc-shell,
.lps-locations-page .lps-locs-shell > .e-con-inner,
.lps-locations-page .lps-loc-shell > .e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.lps-locations-page .elementor > .e-con.e-parent:first-child {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.lps-locs,
.lps-loc {
	--bn-radius: 15px 0 15px 15px;
	--bn-radius-flip: 15px 15px 15px 0;
	color: var(--lps-ink);
	font-family: "Mulish", "Oxygen", sans-serif;
	overflow: clip;
}
.lps-locs *,
.lps-loc * { box-sizing: border-box; }

.lps-locs__eyebrow,
.elementor-widget-html .lps-locs__eyebrow {
	margin: 0 0 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lps-sage) !important;
}
.lps-locs__eyebrow--dark { color: var(--lps-blue) !important; }
.lps-locs__eyebrow a { color: inherit !important; text-decoration: none; }
.lps-locs__eyebrow a:hover { color: #fff !important; }

.lps-locs__h2,
.elementor-widget-html .lps-locs__h2 {
	margin: 0 0 12px !important;
	font-size: clamp(26px, 4vw, 34px) !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
	color: var(--lps-blue-dark) !important;
	letter-spacing: -0.02em;
}
.lps-locs__h2--light,
.elementor-widget-html .lps-locs__h2--light { color: #fff !important; }

.lps-locs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: var(--bn-radius);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: border-radius 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.lps-locs__btn--primary {
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
}
.lps-locs__btn--primary:hover {
	background: #fff;
	color: var(--lps-blue-dark);
	border-radius: var(--bn-radius-flip);
}
.lps-locs__btn--dark {
	background: var(--lps-sage);
	color: var(--lps-blue-dark);
}
.lps-locs__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,0.55);
}
.lps-locs__btn--ghost:hover {
	background: rgba(255,255,255,0.12);
	color: #fff;
	border-radius: var(--bn-radius-flip);
}
.lps-locs__btn--outline {
	background: transparent;
	color: var(--lps-blue-dark);
	border: 1.5px solid rgba(17, 72, 110, 0.28);
}
.lps-locs__btn--outline:hover {
	border-color: var(--lps-blue);
	border-radius: var(--bn-radius-flip);
}

/* Hub */
.lps-locs__hero {
	padding: clamp(56px, 8vw, 96px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 12% 80%, rgba(205, 225, 212, 0.22), transparent 42%),
		linear-gradient(150deg, #0d3550 0%, #11486E 48%, #186791 100%);
	color: #fff;
}
.lps-locs__hero-inner {
	width: min(760px, 100%);
	margin: 0 auto;
	text-align: center;
}
.lps-locs__title,
.elementor-widget-html .lps-locs__title {
	margin: 0 !important;
	font-size: clamp(42px, 7vw, 68px) !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-locs__tagline,
.elementor-widget-html .lps-locs__tagline {
	margin: 14px 0 0 !important;
	font-size: clamp(20px, 2.6vw, 26px) !important;
	font-weight: 700 !important;
	color: rgba(255,255,255,0.95) !important;
}
.lps-locs__lead,
.elementor-widget-html .lps-locs__lead {
	margin: 14px auto 0 !important;
	max-width: 34em;
	font-size: 17px !important;
	line-height: 1.55 !important;
	color: rgba(255,255,255,0.88) !important;
}

.lps-locs__grid-wrap {
	padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 90% 10%, rgba(24, 103, 145, 0.06), transparent 40%),
		linear-gradient(180deg, #f4f8fb 0%, #fff 60%);
}
.lps-locs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: min(1100px, 100%);
	margin: 0 auto;
}
.lps-locs__card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 22px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	animation: lps-locs-rise 0.7s ease both;
}
.lps-locs__card:nth-child(2) { animation-delay: 0.08s; }
.lps-locs__card:nth-child(3) { animation-delay: 0.16s; }
.lps-locs__card:hover {
	transform: translateY(-4px);
	border-color: rgba(24, 103, 145, 0.28);
	box-shadow: 0 18px 40px rgba(17, 72, 110, 0.12);
}
.lps-locs__card-media {
	aspect-ratio: 4 / 3;
	padding: 0;
	background: #0d3550;
	display: block;
	overflow: hidden;
}
.lps-locs__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.lps-locs__card:hover .lps-locs__card-media img { transform: scale(1.04); }
.lps-locs__card-body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.lps-locs__card-name {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-locs__card-addr,
.lps-locs__card-phone {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: rgba(17, 40, 55, 0.78);
}
.lps-locs__card-phone {
	font-weight: 800;
	color: var(--lps-blue);
}
.lps-locs__card-cta {
	margin-top: auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-locs__card-cta::after { content: " ?"; }

.lps-locs__cta {
	padding: clamp(48px, 7vw, 80px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 80% 20%, rgba(205, 225, 212, 0.2), transparent 40%),
		linear-gradient(145deg, #0d3550 0%, #11486E 50%, #186791 100%);
	color: #fff;
}
.lps-locs__cta-inner {
	width: min(1000px, 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.lps-locs__cta p {
	margin: 8px 0 0;
	max-width: 36em;
	color: rgba(255,255,255,0.88);
	line-height: 1.5;
}
.lps-locs__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex-shrink: 0;
}

/* Detail hero */
.lps-loc__hero {
	padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 92% 12%, rgba(205, 225, 212, 0.2), transparent 38%),
		linear-gradient(145deg, #0d3550 0%, #11486E 48%, #186791 100%);
	color: #fff;
}
.lps-loc__hero-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}
.lps-loc__title,
.elementor-widget-html .lps-loc__title {
	margin: 0 !important;
	font-size: clamp(32px, 5vw, 48px) !important;
	line-height: 1.05 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-loc__subtitle,
.elementor-widget-html .lps-loc__subtitle {
	margin: 14px 0 0 !important;
	font-size: clamp(17px, 2.2vw, 20px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: rgba(255,255,255,0.95) !important;
}
.lps-loc__lead {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255,255,255,0.88);
	max-width: 40em;
}
.lps-loc__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}
.lps-loc__hero-addr {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255,255,255,0.8);
}
.lps-loc__hero-media {
	border-radius: 24px 8px 24px 24px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	max-height: 520px;
	box-shadow: 0 24px 50px rgba(0,0,0,0.28);
	animation: lps-locs-rise 0.85s ease 0.06s both;
	position: relative;
}
.lps-loc__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lps-loc__trust {
	padding: 0 clamp(16px, 4vw, 40px);
	margin-top: -28px;
	position: relative;
	z-index: 2;
}
.lps-loc__trust-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 18px;
	padding: 18px 12px;
	box-shadow: 0 16px 36px rgba(17, 72, 110, 0.08);
}
.lps-loc__trust-item {
	text-align: center;
	padding: 8px 10px;
}
.lps-loc__trust-item strong {
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-loc__trust-item span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: rgba(17, 40, 55, 0.68);
}

.lps-loc__intro {
	padding: clamp(48px, 7vw, 80px) clamp(16px, 4vw, 40px) clamp(24px, 4vw, 40px);
}
.lps-loc__intro-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}
.lps-loc__intro--split .lps-loc__intro-inner {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: clamp(22px, 4vw, 40px);
	align-items: center;
}
.lps-loc__intro-media {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: #e8f0f5;
}
.lps-loc__intro-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lps-loc__intro-copy p,
.lps-loc__intro-inner > p {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.86);
}
.lps-loc__intro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.lps-loc__section-head { margin-bottom: 22px; }
.lps-loc__section-head--center { text-align: center; }
.lps-loc__section-head p:last-child { margin-bottom: 0; }

.lps-loc__services {
	padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px) clamp(48px, 6vw, 72px);
	background: linear-gradient(180deg, #fff 0%, #f4f8fb 100%);
}
.lps-loc__services-inner,
.lps-loc__treats-inner,
.lps-loc__why-inner,
.lps-loc__split-inner,
.lps-loc__story-inner,
.lps-loc__team-inner,
.lps-loc__reviews-inner,
.lps-loc__visit-inner,
.lps-loc__faq-inner,
.lps-loc__related-inner,
.lps-loc__pillars-inner,
.lps-loc__feature-inner,
.lps-loc__band-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}
.lps-loc__svc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.lps-loc__svc-grid--compact { gap: 12px; }
.lps-loc__svc {
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 16px;
	padding: 22px 20px;
}
.lps-loc__svc--link {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px 18px;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.lps-loc__svc--link:hover {
	transform: translateY(-2px);
	border-color: rgba(24, 103, 145, 0.3);
	box-shadow: 0 12px 28px rgba(17, 72, 110, 0.08);
}
.lps-loc__svc h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-loc__svc p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(17, 40, 55, 0.72);
}
.lps-loc__svc a {
	font-size: 14px;
	font-weight: 800;
	color: var(--lps-blue);
	text-decoration: none;
}
.lps-loc__svc a:hover { text-decoration: underline; }

.lps-loc__treat-row,
.lps-loc__treat-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
	justify-content: center;
}
.lps-loc__treat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	color: var(--lps-blue-dark);
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 999px;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.lps-loc__treat:hover {
	background: #e8f1f6;
	border-color: rgba(24, 103, 145, 0.25);
}

.lps-loc__pillars {
	padding: 0 clamp(16px, 4vw, 40px) clamp(40px, 5vw, 56px);
}
.lps-loc__pillars-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
.lps-loc__pillar {
	background: #11486E;
	color: #fff;
	border-radius: 14px;
	padding: 18px 16px;
	text-align: center;
}
.lps-loc__pillar strong {
	display: block;
	font-size: 16px;
	font-weight: 800;
}
.lps-loc__pillar span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.85;
}

.lps-loc__feature {
	padding: clamp(40px, 5vw, 64px) clamp(16px, 4vw, 40px);
	background: #f4f8fb;
}
.lps-loc__feature-inner {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(22px, 4vw, 40px);
	align-items: center;
}
.lps-loc__feature-copy p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.84);
}
.lps-loc__feature-meta {
	font-size: 14px !important;
	font-weight: 700;
	color: var(--lps-blue) !important;
}
.lps-loc__feature-media {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 5 / 4;
}
.lps-loc__feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lps-loc__band {
	padding: clamp(36px, 5vw, 56px) clamp(16px, 4vw, 40px);
	background:
		linear-gradient(145deg, #0d3550 0%, #11486E 55%, #186791 100%);
	color: #fff;
}
.lps-loc__band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.lps-loc__band-names {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255,0.92);
}

.lps-loc__why {
	padding: clamp(40px, 5vw, 64px) clamp(16px, 4vw, 40px);
	background: #f4f8fb;
}
.lps-loc__why-lead {
	margin: 10px 0 0;
	max-width: 46em;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.8);
}
.lps-loc__why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}
.lps-loc__why-item {
	background: #fff;
	border-radius: 14px;
	padding: 18px 16px;
	border: 1px solid rgba(17, 72, 110, 0.08);
}
.lps-loc__why-item h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-loc__why-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(17, 40, 55, 0.75);
}

.lps-loc__split {
	padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 40px);
}
.lps-loc__split-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.lps-loc__split-inner p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.84);
}
.lps-loc__text-link {
	font-weight: 800;
	color: var(--lps-blue);
	text-decoration: none;
}
.lps-loc__text-link:hover { text-decoration: underline; }

.lps-loc__story {
	padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px) clamp(48px, 6vw, 72px);
	background: linear-gradient(180deg, #fff, #f4f8fb);
}
.lps-loc__story-inner {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(22px, 4vw, 40px);
	align-items: center;
}
.lps-loc__story-copy p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.84);
}
.lps-loc__story-media {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 5 / 4;
}
.lps-loc__story-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lps-loc__team {
	padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 40px);
}
.lps-loc__team-inner {
	width: min(760px, 100%);
	text-align: center;
}
.lps-loc__team-inner p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 40, 55, 0.84);
}
.lps-loc__team-names {
	font-weight: 800 !important;
	color: var(--lps-blue-dark) !important;
}

.lps-loc__reviews {
	padding: clamp(28px, 4vw, 48px) clamp(16px, 4vw, 40px);
	background: #fff;
}
.lps-loc__review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.lps-loc__review {
	margin: 0;
	background: #f4f8fb;
	border-radius: 16px;
	padding: 20px 18px;
	border: 0;
}
.lps-loc__review p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(17, 40, 55, 0.86);
}
.lps-loc__review footer {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}

.lps-loc__visit {
	padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 40px);
	background: #f4f8fb;
}
.lps-loc__visit-inner {
	display: block;
	width: min(1120px, 100%);
	margin: 0 auto;
}
.lps-loc__visit-head {
	margin-bottom: 22px;
	max-width: 40em;
}
.lps-loc__visit-stage {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 18px;
	margin-bottom: 18px;
	width: 100%;
}
.lps-loc__visit-photo {
	border-radius: 20px;
	overflow: hidden;
	min-height: 420px;
	height: 100%;
	aspect-ratio: auto;
	background: #d9e6ef;
}
.lps-loc__visit-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lps-loc__visit-panel {
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 20px;
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.lps-loc__visit-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.lps-loc__visit-label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lps-blue);
}
.lps-loc__visit-fact p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: rgba(17, 40, 55, 0.86);
}
.lps-loc__visit-fact a {
	color: var(--lps-blue-dark);
	font-weight: 800;
	text-decoration: none;
}
.lps-loc__visit-fact a:hover { color: var(--lps-blue); }
.lps-loc__visit-note {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(17, 40, 55, 0.68);
}
.lps-loc__hours--tiles {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	border: 0;
	background: transparent;
	overflow: visible;
}
.lps-loc__hours--tiles li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 12px;
	border: 0;
	border-radius: 12px;
	background: #f4f8fb;
	font-size: 13px;
}
.lps-loc__hours--tiles li span:first-child {
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-loc__hours--tiles li span:last-child {
	color: rgba(17, 40, 55, 0.75);
}

/* Elementor-editable hours table */
.lps-loc-hours,
.lps-loc-hours-widget .lps-loc-hours {
	width: 100%;
}
.lps-loc-hours__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.12);
	border-radius: 12px;
	overflow: hidden;
	font-family: "Mulish", "Oxygen", sans-serif;
}
.lps-loc-hours__table thead {
	display: none;
}
.lps-loc-hours__table tr:nth-child(odd) {
	background: #f4f8fb;
}
.lps-loc-hours__table tr:nth-child(even) {
	background: #fff;
}
.lps-loc-hours__table tr {
	border-bottom: 1px solid rgba(17, 72, 110, 0.08);
}
.lps-loc-hours__table tr:last-child {
	border-bottom: 0;
}
.lps-loc-hours__table td {
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1.3;
	vertical-align: middle;
}
.lps-loc-hours__table td:first-child {
	font-weight: 800;
	color: var(--lps-blue-dark);
	width: 40%;
}
.lps-loc-hours__table td:last-child {
	text-align: right;
	color: rgba(17, 40, 55, 0.78);
	font-weight: 600;
}
.lps-locations-page .lps-loc-hours-widget .elementor-widget-container,
.lps-locations-page .lps-loc-hours-widget .elementor-text-editor {
	margin: 0 !important;
	padding: 0 !important;
}
.lps-locations-page .lps-loc-visit-shell > .e-con-inner {
	max-width: 1120px !important;
	width: 100% !important;
}
.lps-locations-page .lps-loc__visit-stage {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	--display: flex !important;
	--flex-direction: row !important;
	--align-items: stretch !important;
	--flex-wrap: nowrap !important;
	--justify-content: flex-start !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: 100% !important;
}
.lps-locations-page .lps-loc__visit-photo-col,
.lps-locations-page .lps-loc__visit-panel {
	min-width: 0 !important;
	align-self: stretch !important;
	/* Elementor --width:55%/45% was not filling the row, leaving a large middle gap */
	width: auto !important;
	max-width: none !important;
	--width: 100% !important;
}
.lps-locations-page .lps-loc__visit-photo-col {
	display: flex !important;
	flex: 1.35 1 0% !important;
}
.lps-locations-page .lps-loc__visit-panel {
	flex: 1 1 0% !important;
	max-width: 460px !important;
	border: 1px solid rgba(17, 72, 110, 0.1);
	height: auto !important;
	overflow: visible !important;
}
.lps-locations-page .lps-loc__visit-photo-col > .e-con-inner,
.lps-locations-page .lps-loc__visit-photo-col .elementor-widget-html,
.lps-locations-page .lps-loc__visit-photo-col .elementor-widget-container {
	height: 100% !important;
	min-height: 0 !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}
.lps-locations-page .lps-loc__visit-panel .elementor-widget-container {
	margin: 0 !important;
}
.lps-locations-page .lps-loc__visit-photo {
	flex: 1 1 auto;
	width: 100%;
	height: 100% !important;
	min-height: 420px;
	aspect-ratio: auto !important;
}
.lps-locations-page .lps-loc__visit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.lps-locations-page .lps-loc__visit-actions .lps-locs__btn {
	flex: 1 1 auto;
	min-width: 140px;
}
.lps-locations-page .lps-loc-visit-shell .lps-loc__map--wide {
	margin-top: 2px;
}

.lps-loc__gallery {
	padding: clamp(36px, 5vw, 64px) clamp(16px, 4vw, 40px);
	background: #fff;
}
.lps-loc__gallery-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}
.lps-loc__gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
.lps-loc__gallery-item {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #e8f0f5;
}
.lps-loc__gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.lps-loc__gallery-item:hover img {
	transform: scale(1.04);
}
.lps-loc__visit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}
.lps-loc__map {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(17, 72, 110, 0.1);
	aspect-ratio: 16 / 11;
	background: #e8f0f5;
}
.lps-loc__map--wide {
	aspect-ratio: 21 / 9;
	min-height: 240px;
}
/* Elementor Google Maps widget + HTML iframe embeds */
.lps-loc__map .elementor-widget-container,
.lps-loc__map .elementor-custom-embed {
	height: 100%;
}
.lps-loc__map iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0;
	display: block;
}
.lps-loc__visit-media {
	display: none;
}

/* FAQ ? match Elementor accordion look used on service pages */
.lps-locations-page .lps-loc-faq-shell,
.lps-locations-page .lps-loc-faq-shell > .e-con-inner {
	max-width: 820px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-heading-title {
	margin: 0 0 18px !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-accordion {
	border: 0 !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-accordion-item {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #d7e3ec !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-tab-title {
	padding: 18px 4px !important;
	font-family: "Mulish", "Oxygen", sans-serif !important;
	font-weight: 800 !important;
	font-size: 17px !important;
	color: #11486E !important;
	cursor: pointer;
}
.lps-locations-page .lps-loc-faq-shell .elementor-tab-title.elementor-active {
	color: #186791 !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-tab-content {
	padding: 0 4px 18px !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	color: #475569 !important;
	/* Let Elementor jQuery slide animate height; don't force display */
	overflow: hidden;
}
.lps-locations-page .lps-loc-faq-shell .elementor-accordion-icon {
	color: #186791 !important;
}
.lps-locations-page .lps-loc-faq-shell .elementor-accordion-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}
.lps-locations-page .lps-loc-faq-shell .elementor-accordion-icon-closed,
.lps-locations-page .lps-loc-faq-shell .elementor-accordion-icon-opened {
	transition: opacity 0.2s ease;
}

.lps-loc__cta-meta {
	opacity: 0.9;
	font-size: 14px !important;
}

.lps-loc__related {
	padding: clamp(40px, 5vw, 64px) clamp(16px, 4vw, 40px) clamp(56px, 7vw, 88px);
}
.lps-loc__related-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 18px;
}
.lps-loc__related-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: center;
	padding: 10px;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(17, 72, 110, 0.1);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.lps-loc__related-card:hover {
	transform: translateY(-2px);
	border-color: rgba(24, 103, 145, 0.28);
}
.lps-loc__related-card img {
	grid-row: 1 / span 2;
	width: 120px;
	height: 88px;
	object-fit: cover;
	border-radius: 12px;
	background: #eef3f7;
	padding: 0;
}
.lps-loc__related-card span {
	font-size: 17px;
	font-weight: 800;
	color: var(--lps-blue-dark);
}
.lps-loc__related-card small {
	color: var(--lps-blue);
	font-size: 13px;
	font-weight: 700;
}

@keyframes lps-locs-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
	.lps-locs__grid { grid-template-columns: 1fr; max-width: 480px; }
	.lps-loc__hero-inner,
	.lps-loc__story-inner,
	.lps-loc__split-inner,
	.lps-loc__intro--split .lps-loc__intro-inner,
	.lps-loc__feature-inner,
	.lps-loc__visit-stage { grid-template-columns: 1fr; }
	.lps-locations-page .lps-loc__visit-stage {
		flex-direction: column !important;
	}
	.lps-locations-page .lps-loc__visit-photo-col,
	.lps-locations-page .lps-loc__visit-panel {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 auto !important;
		--width: 100% !important;
	}
	.lps-loc__hero-media {
		order: -1;
		max-height: 360px;
		aspect-ratio: 16 / 10;
		width: 100%;
	}
	.lps-loc__visit-photo {
		aspect-ratio: 16 / 10;
		min-height: 0;
		height: auto !important;
	}
	.lps-locations-page .lps-loc__visit-photo {
		min-height: 0;
		height: auto !important;
		aspect-ratio: 16 / 10 !important;
	}
	.lps-locations-page .lps-loc__visit-photo-col > .e-con-inner,
	.lps-locations-page .lps-loc__visit-photo-col .elementor-widget-html,
	.lps-locations-page .lps-loc__visit-photo-col .elementor-widget-container {
		height: auto !important;
		display: block !important;
	}
	.lps-loc__map--wide {
		aspect-ratio: 16 / 10;
		min-height: 220px;
	}
	.lps-loc__gallery-grid { grid-template-columns: 1fr 1fr; }
	.lps-loc__trust-inner { grid-template-columns: 1fr 1fr; }
	.lps-loc__svc-grid { grid-template-columns: 1fr 1fr; }
	.lps-loc__pillars-inner,
	.lps-loc__why-grid { grid-template-columns: 1fr 1fr; }
	.lps-loc__review-grid { grid-template-columns: 1fr; }
	.lps-locs__cta-inner,
	.lps-loc__band-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
	.lps-loc__trust-inner,
	.lps-loc__svc-grid,
	.lps-loc__related-grid,
	.lps-loc__pillars-inner { grid-template-columns: 1fr; }
	.lps-loc__why-grid { grid-template-columns: 1fr; }
	.lps-loc__visit-facts,
	.lps-loc__hours--tiles { grid-template-columns: 1fr; }
	.lps-loc__gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
	.lps-loc__hero-actions,
	.lps-loc__visit-actions,
	.lps-loc__intro-actions,
	.lps-locs__cta-actions { width: 100%; flex-direction: column; }
	.lps-loc__hero-actions .lps-locs__btn,
	.lps-loc__visit-actions .lps-locs__btn,
	.lps-loc__intro-actions .lps-locs__btn,
	.lps-locs__cta-actions .lps-locs__btn { width: 100%; }
	.lps-loc__related-card {
		grid-template-columns: 96px 1fr;
	}
	.lps-loc__related-card img {
		width: 96px;
		height: 72px;
	}
	.lps-loc-hours__table td {
		padding: 10px 12px;
		font-size: 13px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lps-loc__gallery-item:hover img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	.lps-locs__card,
	.lps-loc__hero-media { animation: none !important; }
	.lps-locs__card:hover { transform: none; }
	.lps-locs__card:hover .lps-locs__card-media img { transform: none; }
}

/* ?? Contact page ?? */
.lps-contact-page .lps-contact-phone,
.lps-contact-page .lps-contact-nowrap-btn .elementor-button,
.lps-contact-page .lps-contact-nowrap-btn .elementor-button-text,
.lps-contact-page .elementor-element-33c5596 .elementor-button,
.lps-contact-page .elementor-element-33c5596 .elementor-button-text,
.lps-contact-page .elementor-element-768d478 .elementor-button,
.lps-contact-page .elementor-element-768d478 .elementor-button-text,
.lps-contact-page .elementor-element-57d1624 .elementor-button,
.lps-contact-page .elementor-element-57d1624 .elementor-button-text {
	white-space: nowrap;
}

.lps-contact-page .lps-contact-map-actions,
.lps-contact-page .elementor-element-cbdc9a3 {
	--flex-direction: row !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	--flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 12px !important;
}
.lps-contact-page .lps-contact-map-actions > .elementor-element,
.lps-contact-page .elementor-element-cbdc9a3 > .elementor-element {
	width: auto !important;
	max-width: 100%;
	flex: 0 1 auto !important;
}
.lps-contact-page .elementor-element-768d478 .elementor-button,
.lps-contact-page .elementor-element-57d1624 .elementor-button {
	padding-left: 22px !important;
	padding-right: 22px !important;
}
@media (max-width: 767px) {
	.lps-contact-page .lps-contact-map-actions,
	.lps-contact-page .elementor-element-cbdc9a3 {
		flex-wrap: wrap !important;
	}
}

.lps-cmap {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(17, 72, 110, 0.12);
	background: #e8f0f5;
	box-shadow: 0 8px 28px rgba(17, 72, 110, 0.08);
}
.lps-cmap__viewport {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 280px;
	background: #d9e6ef;
}
.lps-cmap__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease;
}
.lps-cmap__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
.lps-cmap__slide iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.lps-cmap__bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 14px;
	background: #fff;
	border-top: 1px solid rgba(17, 72, 110, 0.08);
}
.lps-cmap__dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}
.lps-cmap__dot {
	width: auto;
	height: auto;
	min-height: 34px;
	padding: 7px 14px;
	border: 1px solid rgba(17, 72, 110, 0.18);
	border-radius: 999px;
	background: #eef5f0;
	color: #11486e;
	font-family: "Mulish", "Oxygen", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lps-cmap__dot.is-active {
	background: #11486e;
	border-color: #11486e;
	color: #fff;
	transform: none;
}
.lps-cmap__dot:hover {
	background: #2a6a94;
	border-color: #2a6a94;
	color: #fff;
}
.lps-cmap__dot.is-active:hover {
	background: #0d3a58;
	border-color: #0d3a58;
}
@media (max-width: 767px) {
	.lps-cmap__viewport {
		aspect-ratio: 1 / 1;
		min-height: 240px;
	}
	.lps-cmap__dot {
		padding: 6px 11px;
		font-size: 0.72rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lps-cmap__slide {
		transition: none;
	}
}

/* ?? Blog hub + single ?? */
.lps-blog-page .lps-blog-shell,
.lps-blog-page .lps-blog-shell > .e-con-inner {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}
.lps-blog-page .elementor-widget-html .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}
.lps-blog__hero {
	padding: clamp(56px, 8vw, 96px) clamp(16px, 4vw, 40px);
	background:
		radial-gradient(circle at 88% 18%, rgba(205, 225, 212, 0.28), transparent 40%),
		linear-gradient(150deg, #0d3550 0%, #11486E 48%, #186791 100%);
	color: #fff;
}
.lps-blog__hero-inner {
	width: min(820px, 100%);
	margin: 0 auto;
	text-align: center;
}
.lps-blog__eyebrow {
	margin: 0 0 12px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #cde1d4 !important;
}
.lps-blog__eyebrow--light { color: #cde1d4 !important; }
.lps-blog__title,
.elementor-widget-html .lps-blog__title {
	margin: 0 !important;
	font-size: clamp(40px, 7vw, 64px) !important;
	line-height: 1 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-blog__tagline {
	margin: 16px auto 0 !important;
	max-width: 30em;
	font-size: clamp(18px, 2.4vw, 22px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: rgba(255,255,255,0.94) !important;
}
.lps-blog__lead {
	margin: 14px auto 0 !important;
	max-width: 42em;
	font-size: 16px !important;
	line-height: 1.65 !important;
	color: rgba(255,255,255,0.84) !important;
}
.lps-blog__hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}
.lps-blog__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	font-family: "Mulish", "Oxygen", sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	border-radius: 15px 0 15px 15px;
	transition: background 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
.lps-blog__btn--primary {
	background: #fff;
	color: #11486e !important;
}
.lps-blog__btn--primary:hover {
	background: #cde1d4;
	border-radius: 15px 15px 15px 0;
}
.lps-blog__btn--ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,0.55);
}
.lps-blog__btn--ghost:hover {
	background: rgba(255,255,255,0.12);
	border-radius: 15px 15px 15px 0;
}
.lps-blog__topics {
	background: #fff;
	border-bottom: 1px solid var(--lps-line);
}
.lps-blog__topics-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	padding: 18px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
}
.lps-blog__topics-label {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	color: var(--lps-muted);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.lps-blog__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.lps-blog__chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef5f0;
	color: #11486e !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lps-blog__chip:hover {
	background: #dcebe1;
}
.lps-blog__chip.is-active {
	background: #11486e;
	color: #fff !important;
	border-color: #11486e;
}
.lps-blog__grid-wrap {
	background: linear-gradient(180deg, #f4f7fa 0%, #fff 55%);
	padding: clamp(36px, 5vw, 64px) 0;
}
.lps-blog__grid-inner {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}
.lps-blog__listing { display: flex; flex-direction: column; gap: 22px; }
.lps-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.lps-blog__card {
	display: flex;
	flex-direction: column;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--lps-line);
	text-decoration: none !important;
	box-shadow: 0 16px 36px rgba(17, 72, 110, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	animation: lps-booknow-rise 0.7s ease both;
	color: inherit;
}
.lps-blog__card:hover {
	transform: translateY(-4px);
	border-color: rgba(24, 103, 145, 0.32);
	box-shadow: 0 22px 44px rgba(17, 72, 110, 0.14);
}
.lps-blog__card--featured {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	min-height: 320px;
}
.lps-blog__card-media {
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: linear-gradient(145deg, #0d3550, #186791);
}
.lps-blog__card--featured .lps-blog__card-media {
	aspect-ratio: auto;
	min-height: 100%;
}
.lps-blog__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.lps-blog__card:hover .lps-blog__card-media img { transform: scale(1.04); }
.lps-blog__card-media--empty {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lps-blog__card-fallback {
	font-size: 42px;
	font-weight: 800;
	color: rgba(255,255,255,0.55);
	letter-spacing: 0.08em;
}
.lps-blog__card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px 20px 22px;
	flex: 1;
}
.lps-blog__card--featured .lps-blog__card-body {
	justify-content: center;
	padding: 32px 28px;
}
.lps-blog__card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
}
.lps-blog__card-cat {
	color: var(--lps-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.lps-blog__card-date {
	color: var(--lps-muted);
	font-size: 12px;
	font-weight: 600;
}
.lps-blog__card-title {
	color: var(--lps-blue-dark);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}
.lps-blog__card--featured .lps-blog__card-title {
	font-size: clamp(26px, 3vw, 34px);
}
.lps-blog__card-excerpt {
	color: var(--lps-muted);
	font-size: 14px;
	line-height: 1.55;
}
.lps-blog__card-cta {
	margin-top: auto;
	padding-top: 12px;
	color: var(--lps-blue);
	font-size: 14px;
	font-weight: 800;
}
.lps-blog__card-cta::after { content: " ?"; }
.lps-blog__pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 14px;
	margin-top: 36px;
}
.lps-blog__page-nums {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.lps-blog__page-num,
.lps-blog__page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: 12px 0 12px 12px;
	border: 1px solid var(--lps-line);
	background: #fff;
	color: #11486e !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lps-blog__page-num:hover,
.lps-blog__page-btn:hover {
	border-color: #186791;
	background: #eef5f0;
}
.lps-blog__page-num.is-active {
	background: #11486e;
	border-color: #11486e;
	color: #fff !important;
}
.lps-blog__page-meta {
	margin: 14px 0 0;
	text-align: center;
	color: var(--lps-muted);
	font-size: 13px;
	font-weight: 600;
}
.lps-blog__empty {
	text-align: center;
	color: var(--lps-muted);
	padding: 40px 16px;
}
.lps-blog__cta {
	background:
		radial-gradient(circle at 12% 80%, rgba(205, 225, 212, 0.2), transparent 42%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 55%, #186791 100%);
	color: #fff;
	padding: clamp(40px, 6vw, 64px) 0;
}
.lps-blog__cta-inner {
	width: min(1080px, calc(100% - 32px));
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}
.lps-blog__cta-title {
	margin: 0 0 10px !important;
	font-size: clamp(28px, 4vw, 40px) !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 1.1 !important;
}
.lps-blog__cta-inner p:last-of-type {
	margin: 0;
	max-width: 40em;
	color: rgba(255,255,255,0.84);
	font-size: 15px;
	line-height: 1.6;
}
.lps-blog__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Single post */
.lps-blog-single-page .site-main,
.single-post .site-main,
.lps-blog-single.site-main,
.lps-blog-single {
	background: #f4f7fa;
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding-inline: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.lps-blog-single-page #content.site-main,
.single-post #content.site-main {
	max-width: none !important;
	width: 100% !important;
}
.lps-blog-single__hero {
	width: 100%;
	max-width: none;
	padding: clamp(48px, 7vw, 84px) clamp(16px, 4vw, 40px) clamp(36px, 5vw, 56px);
	background:
		radial-gradient(circle at 88% 18%, rgba(205, 225, 212, 0.28), transparent 40%),
		linear-gradient(150deg, #0d3550 0%, #11486E 48%, #186791 100%);
	color: #fff;
	box-sizing: border-box;
}
.lps-blog-single__hero-inner {
	width: min(1100px, 100%);
	margin: 0 auto;
	text-align: center;
	padding-inline: 0;
	box-sizing: border-box;
}
.lps-blog-single__eyebrow {
	margin: 0 0 14px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #cde1d4 !important;
}
.lps-blog-single__eyebrow a {
	color: #cde1d4 !important;
	text-decoration: none !important;
}
.lps-blog-single__eyebrow a:hover {
	color: #fff !important;
}
.lps-blog-single__title {
	margin: 0 !important;
	font-size: clamp(32px, 5.5vw, 52px) !important;
	line-height: 1.08 !important;
	font-weight: 800 !important;
	letter-spacing: -0.03em;
	color: #fff !important;
}
.lps-blog-single__meta {
	margin: 16px 0 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: rgba(255,255,255,0.82) !important;
}
.lps-blog-single__shell {
	width: min(1100px, calc(100% - 32px));
	max-width: 1100px;
	margin: -28px auto 0;
	padding-bottom: clamp(40px, 6vw, 72px);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.lps-blog-single__media {
	margin: 0 0 22px;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(17, 72, 110, 0.1);
	box-shadow: 0 18px 40px rgba(17, 72, 110, 0.14);
	aspect-ratio: 16 / 9;
	background: #dfe7ef;
}
.lps-blog-single__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lps-blog-single__article {
	background: #fff;
	border: 1px solid var(--lps-line);
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(17, 72, 110, 0.06);
	overflow: hidden;
}
.lps-blog-single__content {
	padding: clamp(24px, 4vw, 44px);
	font-size: 17px;
	line-height: 1.75;
	color: var(--lps-ink);
}
.lps-blog-single__content > *:first-child {
	margin-top: 0;
}
.lps-blog-single__content h2,
.lps-blog-single__content h3 {
	color: var(--lps-blue-dark);
	font-weight: 800;
	margin-top: 1.6em;
	line-height: 1.25;
}
.lps-blog-single__content p {
	margin: 0 0 1.15em;
}
.lps-blog-single__content ul,
.lps-blog-single__content ol {
	margin: 0 0 1.25em;
	padding-left: 1.25em;
}
.lps-blog-single__content li {
	margin: 0.35em 0;
}
.lps-blog-single__content a {
	color: var(--lps-blue);
	font-weight: 700;
}
.lps-blog-single__content img {
	border-radius: 12px;
	max-width: 100%;
	height: auto;
}
.lps-blog-single__content blockquote {
	margin: 1.5em 0;
	padding: 16px 20px;
	border-left: 4px solid var(--lps-blue);
	background: #f4f7fa;
	border-radius: 0 12px 12px 0;
	color: var(--lps-blue-dark);
	font-weight: 600;
}
.lps-blog-cta {
	margin-top: 36px;
	padding: 22px 24px;
	border-radius: 16px;
	background: linear-gradient(145deg, #0f3f5c 0%, #186791 100%);
	color: #fff;
}
.lps-blog-cta p { margin: 0 0 12px; color: rgba(255,255,255,0.92); }
.lps-blog-cta__btn {
	display: inline-flex;
	margin-right: 12px;
	padding: 10px 18px;
	background: #fff;
	color: #11486e !important;
	font-weight: 800;
	text-decoration: none !important;
	border-radius: 15px 0 15px 15px;
}
.lps-blog-cta__link {
	color: #cde1d4 !important;
	font-weight: 700;
}
.lps-blog-single__related {
	margin-top: clamp(36px, 5vw, 56px);
}
.lps-blog-single__related-head {
	margin-bottom: 18px;
	text-align: center;
}
.lps-blog-single__related-eyebrow {
	margin: 0 0 8px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lps-blue) !important;
}
.lps-blog-single__related-title {
	margin: 0 !important;
	font-size: clamp(26px, 4vw, 34px) !important;
	font-weight: 800 !important;
	color: var(--lps-blue-dark) !important;
	line-height: 1.15 !important;
}
.lps-blog-single__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.lps-blog-single__band {
	margin-top: clamp(36px, 5vw, 56px);
	border-radius: 22px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 80%, rgba(205, 225, 212, 0.2), transparent 42%),
		linear-gradient(145deg, #0f3f5c 0%, #11486E 55%, #186791 100%);
	color: #fff;
	padding: clamp(28px, 4vw, 40px);
}
.lps-blog-single__band-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.lps-blog-single__band-title {
	margin: 0 0 10px !important;
	font-size: clamp(24px, 3.5vw, 32px) !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 1.15 !important;
}
.lps-blog-single__band-inner p:last-of-type {
	margin: 0;
	max-width: 36em;
	color: rgba(255,255,255,0.84);
	font-size: 15px;
	line-height: 1.6;
}
.lps-blog-single__band-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.lps-blog-single__band .lps-blog__btn--ghost {
	border-color: rgba(255,255,255,0.55);
	color: #fff !important;
}

/* Footer page links ? tablet + mobile (prevent overflow) */
@media (max-width: 1024px) {
	.elementor-location-footer {
		overflow-x: clip;
	}
	.elementor-location-footer .elementor-element-8df84b7 {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-widget-container {
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-icon {
		display: none !important;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-items {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		width: min(400px, 100%) !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 0 !important;
		flex-wrap: wrap !important;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-item {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-item a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 46px;
		padding: 10px 12px !important;
		border-radius: 14px 0 14px 14px;
		background: rgba(17, 72, 110, 0.06);
		border: 1px solid rgba(17, 72, 110, 0.1);
		text-align: center;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-text {
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.25 !important;
		color: #11486e !important;
	}
	.elementor-location-footer .elementor-element-8df84b7 .elementor-icon-list-item:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(100%, 170px);
	}
}

/* Footer page links ? mobile-only two-column lists */
@media (max-width: 767px) {
	.elementor-location-footer .elementor-element-99640d8 {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 12px !important;
		--flex-direction: column !important;
		flex-direction: column !important;
	}
	.elementor-location-footer .elementor-element-99640d8 > .e-con-inner {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 10px !important;
		width: min(360px, 100%) !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box;
	}
	.elementor-location-footer .elementor-element-7f2509c,
	.elementor-location-footer .elementor-element-7d61e3f {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
	}
	.elementor-location-footer .elementor-element-ade4a42 .elementor-icon-list-icon,
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-icon {
		display: none !important;
	}
	.elementor-location-footer .elementor-element-ade4a42 .elementor-icon-list-items,
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-items {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.elementor-location-footer .elementor-element-ade4a42 .elementor-icon-list-item,
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-item {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	.elementor-location-footer .elementor-element-ade4a42 .elementor-icon-list-item a,
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-item a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 46px;
		padding: 10px 12px !important;
		border-radius: 14px 0 14px 14px;
		background: rgba(17, 72, 110, 0.06);
		border: 1px solid rgba(17, 72, 110, 0.1);
		text-align: center;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.elementor-location-footer .elementor-element-ade4a42 .elementor-icon-list-text,
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-text {
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.25 !important;
		color: #11486e !important;
	}
	.elementor-location-footer .elementor-element-54121a0 .elementor-icon-list-item:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(100%, 170px);
	}
}

@media (max-width: 1199px) {
	.lps-blog-single__hero-inner,
	.lps-blog-single__shell {
		width: min(1100px, calc(100% - 40px));
	}
}
@media (max-width: 991px) {
	.lps-blog-single__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lps-blog-single__content {
		font-size: 16px;
		padding: clamp(20px, 3.5vw, 32px);
	}
	.lps-blog-single__media {
		aspect-ratio: 16 / 10;
		border-radius: 18px;
	}
	.lps-blog-single__article {
		border-radius: 18px;
	}
	.lps-blog-single__band {
		border-radius: 18px;
	}
	.lps-blog-single__title {
		font-size: clamp(28px, 5vw, 42px) !important;
	}
}
@media (max-width: 767px) {
	.lps-blog-single__hero {
		padding: clamp(36px, 8vw, 56px) 16px 32px;
	}
	.lps-blog-single__hero-inner,
	.lps-blog-single__shell {
		width: calc(100% - 24px);
		max-width: none;
	}
	.lps-blog-single__shell {
		margin-top: -16px;
	}
	.lps-blog-single__media {
		aspect-ratio: 4 / 3;
		border-radius: 16px;
		margin-bottom: 16px;
	}
	.lps-blog-single__article {
		border-radius: 16px;
	}
	.lps-blog-single__content {
		padding: 18px 16px 22px;
		font-size: 15.5px;
		line-height: 1.7;
	}
	.lps-blog-single__content h2 {
		font-size: 1.35em;
	}
	.lps-blog-single__content h3 {
		font-size: 1.18em;
	}
	.lps-blog-single__related-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.lps-blog-single__band {
		padding: 22px 18px;
		border-radius: 16px;
	}
	.lps-blog-single__band-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.lps-blog-single__band-actions {
		width: 100%;
	}
	.lps-blog-single__band-actions .lps-blog__btn {
		flex: 1 1 auto;
		justify-content: center;
		min-width: 0;
	}
	.lps-blog-cta {
		padding: 18px;
	}
	.lps-blog-cta__btn {
		display: inline-flex;
		margin: 0 8px 8px 0;
	}
}
@media (max-width: 480px) {
	.lps-blog-single__hero-inner,
	.lps-blog-single__shell {
		width: calc(100% - 20px);
	}
	.lps-blog-single__meta {
		font-size: 13px !important;
	}
	.lps-blog-single__band-actions {
		flex-direction: column;
	}
	.lps-blog-single__band-actions .lps-blog__btn {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.lps-blog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lps-blog__card--featured {
		grid-template-columns: 1fr;
	}
	.lps-blog__card--featured .lps-blog__card-media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}
}
@media (max-width: 767px) {
	.lps-blog__grid { grid-template-columns: 1fr; }
}
