:root {
	--lh-mab-ink: #102f44;
	--lh-mab-brand: #008ad1;
	--lh-mab-whatsapp: #159f50;
	--lh-mab-surface: #ffffff;
	--lh-mab-reserve: 156px;
	--lh-im-brand: #008ad1;
	--lh-im-brand-dark: #005ca8;
	--lh-im-navy: #102f44;
	--lh-im-muted: #617385;
	--lh-im-border: #dbe6ee;
	--lh-im-surface: #ffffff;
	--lh-im-whatsapp: #25d366;
}

.lh-mab,
.lh-helpdesk {
	display: none;
}

.lh-mab__footer-reserve {
	display: none;
}

@media (max-width: 767px) {
	html {
		scroll-padding-bottom: calc(var(--lh-mab-reserve) + env(safe-area-inset-bottom));
	}

	body.lh-mab-enabled {
		box-sizing: border-box;
		padding-bottom: calc(var(--lh-mab-reserve) + env(safe-area-inset-bottom)) !important;
	}

	body.lh-mab-enabled.lh-mab-has-footer {
		padding-bottom: 0 !important;
	}

	body.lh-mab-enabled.lh-mab-has-footer .lh-mab__footer-reserve {
		display: block;
		height: calc(var(--lh-mab-reserve) + env(safe-area-inset-bottom));
		background: var(--lh-mab-footer-end-color, #0a1128);
	}

	body.lh-mab-enabled .lh-a11y-launcher {
		bottom: calc(72px + env(safe-area-inset-bottom) + 16px) !important;
		left: 12px !important;
	}

	body.lh-mab-suspended .lh-a11y-launcher {
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.lh-mab {
		display: block;
		position: fixed;
		z-index: 9990;
		left: 50%;
		bottom: 0;
		width: min(430px, calc(100vw - 16px));
		margin: 0;
		transform: translateX(-50%);
		color: var(--lh-mab-ink);
		font-family: Montserrat, Arial, sans-serif;
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.lh-mab.is-suspended {
		opacity: 0;
		pointer-events: none;
		transform: translate(-50%, calc(100% + 36px));
	}

	.lh-mab__surface {
		display: grid;
		grid-template-columns: 1fr 1fr 1.14fr 1fr 1fr;
		grid-template-rows: 58px;
		align-items: end;
		height: calc(72px + env(safe-area-inset-bottom));
		padding: 7px 5px calc(6px + env(safe-area-inset-bottom));
		box-sizing: border-box;
		border: 1px solid rgba(16, 47, 68, 0.09);
		border-bottom: 0;
		border-radius: 16px 16px 0 0;
		background: var(--lh-mab-surface);
		box-shadow: 0 -3px 20px rgba(16, 47, 68, 0.09), 0 10px 28px rgba(16, 47, 68, 0.1);
	}

	.lh-mab__action {
		appearance: none;
		-webkit-appearance: none;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: flex-end;
		flex-direction: column;
		min-width: 0;
		min-height: 44px;
		margin: 0;
		padding: 4px 2px 2px;
		border: 0;
		border-radius: 10px;
		outline: 0;
		background: transparent;
		box-shadow: none;
		color: var(--lh-mab-ink);
		font: inherit;
		text-align: center;
		text-decoration: none !important;
		-webkit-tap-highlight-color: transparent;
		cursor: pointer;
	}

	.lh-mab__action + .lh-mab__action::before {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		bottom: 8px;
		width: 1px;
		background: rgba(16, 47, 68, 0.045);
		pointer-events: none;
	}

	.lh-mab__action:active {
		background: #f3f8fb;
		color: var(--lh-mab-ink);
	}

	.lh-mab__action:focus-visible {
		outline: 3px solid var(--lh-mab-brand);
		outline-offset: 2px;
	}

	.lh-mab__icon-wrap {
		display: grid;
		place-items: center;
		width: 22px;
		height: 22px;
		margin-bottom: 7px;
	}

	.lh-mab__icon {
		display: block;
		width: 19px;
		height: 19px;
		object-fit: contain;
	}

	.lh-mab__label {
		display: block;
		width: 100%;
		min-height: 22px;
		color: inherit;
		font-size: clamp(9.8px, 2.75vw, 11px);
		font-weight: 700;
		line-height: 1.12;
		letter-spacing: -0.03em;
		overflow-wrap: normal;
		white-space: normal;
		text-wrap: balance;
	}

	.lh-mab__action[data-action-id="results"] .lh-mab__label {
		white-space: nowrap;
	}

	.lh-mab__action--whatsapp {
		color: var(--lh-mab-whatsapp);
	}

	.lh-mab__action--primary {
		align-self: end;
		justify-content: flex-end;
		height: 58px;
		min-height: 58px;
		padding: 0 1px 2px;
		overflow: visible;
		color: var(--lh-mab-brand);
	}

	.lh-mab__action--primary:active {
		background: transparent;
		color: var(--lh-mab-brand);
	}

	.lh-mab__action--primary .lh-mab__icon-wrap {
		position: absolute;
		top: -45px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin: 0;
		border: 2px solid rgba(0, 138, 209, 0.32);
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 8px 20px rgba(16, 47, 68, 0.18), 0 2px 5px rgba(16, 47, 68, 0.08);
		transform: translateX(-50%);
	}

	.lh-mab__action--primary .lh-mab__icon {
		width: 32px;
		height: 32px;
	}

	.lh-mab__action--primary .lh-mab__label {
		position: relative;
		bottom: 8px;
		z-index: 1;
		max-width: 48px;
		min-height: 22px;
		font-size: clamp(11.2px, 3.15vw, 12.4px);
		font-weight: 750;
		line-height: 1.08;
		letter-spacing: -0.025em;
		white-space: normal;
	}

	@media (max-width: 350px) {
		.lh-mab__surface {
			padding-inline: 3px;
		}

		.lh-mab__label {
			font-size: 9.6px;
			letter-spacing: -0.04em;
		}

		.lh-mab__action[data-action-id="appointments"] .lh-mab__label {
			font-size: 9.4px;
			letter-spacing: -0.04em;
		}

		.lh-mab__action--primary .lh-mab__icon-wrap {
			top: -41px;
			width: 56px;
			height: 56px;
		}

		.lh-mab__action--primary .lh-mab__icon {
			width: 30px;
			height: 30px;
		}
	}
}

@media (min-width: 768px) {
	.lh-helpdesk,
	.lh-helpdesk *,
	.lh-helpdesk *::before,
	.lh-helpdesk *::after {
		box-sizing: border-box;
	}

	.lh-helpdesk {
		display: block;
		position: fixed;
		z-index: 9988;
		right: 24px;
		bottom: 24px;
		width: 0;
		height: 0;
		font-family: Montserrat, Arial, sans-serif;
		color: var(--lh-im-navy);
		transition: bottom 220ms ease;
	}

	.lh-helpdesk.has-cookie-collision {
		bottom: var(--lh-im-cookie-offset, 24px);
	}

	.lh-helpdesk.is-suspended {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.lh-helpdesk__launcher {
		appearance: none;
		-webkit-appearance: none;
		display: grid;
		position: absolute;
		right: 0;
		bottom: 0;
		place-items: center;
		width: 66px;
		height: 66px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(0, 92, 168, 0.14);
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 14px 34px rgba(16, 47, 68, 0.2), 0 4px 12px rgba(16, 47, 68, 0.09);
		cursor: pointer;
		overflow: visible;
		transition: transform 220ms cubic-bezier(0.2, 0.75, 0.2, 1), box-shadow 220ms ease;
	}

	.lh-helpdesk__launcher:hover {
		transform: translateY(-2px);
		box-shadow: 0 18px 40px rgba(16, 47, 68, 0.23), 0 5px 14px rgba(16, 47, 68, 0.1);
	}

	.lh-helpdesk__launcher:active {
		transform: translateY(0) scale(0.98);
	}

	.lh-helpdesk__launcher:focus-visible,
	.lh-helpdesk a:focus-visible,
	.lh-helpdesk button:focus-visible {
		outline: 3px solid rgba(0, 138, 209, 0.48);
		outline-offset: 3px;
	}

	.lh-helpdesk__launcher-icon {
		display: grid;
		position: absolute;
		inset: 0;
		place-items: center;
		opacity: 0;
		transform: translateX(115%) scale(0.88);
		transition: opacity 360ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
		pointer-events: none;
	}

	.lh-helpdesk__launcher-icon.is-active {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.lh-helpdesk__launcher-icon.is-leaving {
		opacity: 0;
		transform: translateX(-115%) scale(0.88);
	}

	.lh-helpdesk__launcher-icon img {
		display: block;
		object-fit: contain;
	}

	.lh-helpdesk__status-dot {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 13px;
		height: 13px;
		border: 3px solid #fff;
		border-radius: 50%;
		background: var(--lh-im-brand);
		box-shadow: 0 2px 6px rgba(0, 92, 168, 0.35);
	}

	.lh-helpdesk__panel {
		display: flex;
		position: absolute;
		right: 0;
		bottom: 80px;
		flex-direction: column;
		width: min(390px, calc(100vw - 48px));
		max-height: calc(100dvh - 104px);
		border: 1px solid rgba(16, 47, 68, 0.1);
		border-radius: 22px;
		background: var(--lh-im-surface);
		box-shadow: 0 26px 70px rgba(16, 47, 68, 0.25), 0 8px 24px rgba(16, 47, 68, 0.1);
		overflow: hidden;
		opacity: 0;
		transform: translateY(18px) scale(0.96);
		transform-origin: right bottom;
		transition: opacity 220ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.lh-helpdesk__panel[hidden] {
		display: none;
	}

	.lh-helpdesk.is-open .lh-helpdesk__panel {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.lh-helpdesk__header {
		position: relative;
		flex: 0 0 132px;
		height: 132px;
		overflow: hidden;
		background: #0e436c;
	}

	.lh-helpdesk__header-image {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.lh-helpdesk__header-shade {
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(4, 35, 61, 0.1) 20%, rgba(4, 35, 61, 0.74) 100%);
		pointer-events: none;
	}

	.lh-helpdesk__brand {
		display: flex;
		position: absolute;
		left: 16px;
		bottom: 12px;
		align-items: center;
		gap: 10px;
		color: #fff;
		text-shadow: 0 1px 10px rgba(4, 35, 61, 0.35);
	}

	.lh-helpdesk__brand-mark {
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		border: 1px solid rgba(255, 255, 255, 0.8);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 5px 14px rgba(4, 35, 61, 0.18);
	}

	.lh-helpdesk__brand-mark img {
		display: block;
	}

	.lh-helpdesk__brand strong,
	.lh-helpdesk__brand small {
		display: block;
	}

	.lh-helpdesk__brand strong {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: -0.015em;
	}

	.lh-helpdesk__brand small {
		margin-top: 2px;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.2;
		opacity: 0.88;
	}

	.lh-helpdesk__close {
		appearance: none;
		-webkit-appearance: none;
		display: grid;
		position: absolute;
		top: 14px;
		right: 14px;
		place-items: center;
		width: 36px;
		height: 36px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-radius: 50%;
		background: rgba(8, 37, 61, 0.56);
		box-shadow: none;
		cursor: pointer;
		backdrop-filter: blur(8px);
	}

	.lh-helpdesk__close span,
	.lh-helpdesk__close span::after {
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		transform: rotate(45deg);
	}

	.lh-helpdesk__close span::after {
		content: "";
		transform: rotate(90deg);
	}

	.lh-helpdesk__body {
		padding: 13px 16px 14px;
		overflow: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
		scrollbar-color: #bfd2df transparent;
	}

	.lh-helpdesk__availability {
		display: flex;
		align-items: center;
		gap: 7px;
		margin-bottom: 8px;
		color: #557084;
		font-size: 11px;
		font-weight: 650;
		line-height: 1.3;
		letter-spacing: 0.01em;
	}

	.lh-helpdesk__availability span {
		width: 8px;
		height: 8px;
		border: 2px solid rgba(0, 138, 209, 0.2);
		border-radius: 50%;
		background: var(--lh-im-brand);
		box-shadow: 0 0 0 3px rgba(0, 138, 209, 0.08);
	}

	.lh-helpdesk__message {
		padding: 12px 14px 13px;
		border: 1px solid #e4edf3;
		border-radius: 15px;
		background: #f6f9fb;
	}

	.lh-helpdesk__message h2 {
		margin: 0 0 4px !important;
		color: var(--lh-im-navy) !important;
		font-family: inherit !important;
		font-size: 16px !important;
		font-weight: 750 !important;
		line-height: 1.28 !important;
		letter-spacing: -0.025em !important;
		text-transform: none !important;
	}

	.lh-helpdesk__message p {
		margin: 0 !important;
		max-width: 44ch;
		color: #4f6475 !important;
		font-family: inherit !important;
		font-size: 12px !important;
		font-weight: 450 !important;
		line-height: 1.48 !important;
	}

	.lh-helpdesk__actions {
		display: grid;
		gap: 7px;
		margin-top: 9px;
	}

	.lh-helpdesk__action {
		appearance: none;
		-webkit-appearance: none;
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr) 20px;
		align-items: center;
		gap: 10px;
		width: 100%;
		min-height: 52px;
		margin: 0;
		padding: 6px 10px 6px 7px;
		border: 1px solid var(--lh-im-border);
		border-radius: 14px;
		background: #fff;
		box-shadow: none;
		color: var(--lh-im-navy) !important;
		font: inherit;
		text-align: left;
		text-decoration: none !important;
		cursor: pointer;
		transition: border-color 190ms ease, background 190ms ease, transform 190ms ease, box-shadow 190ms ease;
	}

	.lh-helpdesk__action:hover {
		border-color: rgba(0, 138, 209, 0.35);
		background: #f8fbfd;
		box-shadow: 0 8px 20px rgba(16, 47, 68, 0.07);
		color: var(--lh-im-navy) !important;
		transform: translateY(-1px);
	}

	.lh-helpdesk__action:active {
		transform: translateY(0) scale(0.995);
	}

	.lh-helpdesk__action-icon {
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		border-radius: 12px;
		background: #edf6fb;
	}

	.lh-helpdesk__action--whatsapp .lh-helpdesk__action-icon {
		background: #eafaf0;
	}

	.lh-helpdesk__action-icon img {
		display: block;
		object-fit: contain;
	}

	.lh-helpdesk__action strong,
	.lh-helpdesk__action small {
		display: block;
	}

	.lh-helpdesk__action strong {
		color: var(--lh-im-navy);
		font-size: 13px;
		font-weight: 700;
		line-height: 1.25;
	}

	.lh-helpdesk__action small {
		margin-top: 2px;
		color: #5d7182;
		font-size: 10.5px;
		font-weight: 500;
		line-height: 1.25;
	}

	.lh-helpdesk__arrow {
		color: #7c94a6;
		font-size: 17px;
		line-height: 1;
		transition: transform 190ms ease, color 190ms ease;
	}

	.lh-helpdesk__action:hover .lh-helpdesk__arrow {
		color: var(--lh-im-brand-dark);
		transform: translateX(2px);
	}

	.lh-helpdesk__privacy {
		margin: 8px 2px 0 !important;
		color: #5f7280 !important;
		font-family: inherit !important;
		font-size: 9.5px !important;
		font-weight: 450 !important;
		line-height: 1.42 !important;
	}

	.lh-helpdesk__greeting {
		position: absolute;
		right: 0;
		bottom: 80px;
		width: min(252px, calc(100vw - 48px));
		padding: 0;
		background: #fff;
		border: 1px solid #dbe6ee;
		border-radius: 14px;
		box-shadow: 0 12px 30px rgba(16, 47, 68, 0.16);
		overflow: hidden;
		opacity: 0;
		transform: translateY(12px);
		transform-origin: right bottom;
		transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.lh-helpdesk__greeting::before {
		content: "";
		display: block;
		height: 2px;
		background: linear-gradient(90deg, rgba(0, 92, 168, 0.72), rgba(0, 138, 209, 0.5));
	}

	.lh-helpdesk__greeting[hidden] {
		display: none;
	}

	.lh-helpdesk__greeting.is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	.lh-helpdesk__greeting-open {
		appearance: none;
		-webkit-appearance: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 13px 42px 13px 15px;
		border: 0;
		background: transparent;
		box-shadow: none;
		color: var(--lh-im-navy);
		font: inherit;
		text-align: left;
		cursor: pointer;
	}

	.lh-helpdesk__greeting-open strong {
		display: block;
		color: #173a50;
		font-size: 12.5px;
		font-weight: 700;
		line-height: 1.32;
		letter-spacing: -0.01em;
	}

	.lh-helpdesk__greeting-close {
		appearance: none;
		-webkit-appearance: none;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 27px;
		height: 27px;
		margin: 0;
		padding: 0;
		border: 1px solid #dbe6ee;
		border-radius: 50%;
		background: #f7fafc;
		box-shadow: none;
		color: #728493;
		font: inherit;
		transform: translateY(-50%);
		transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
		cursor: pointer;
	}

	.lh-helpdesk__greeting-close:hover {
		border-color: #bfd3e0;
		background: #eef5f8;
		color: var(--lh-im-navy);
	}

	.lh-helpdesk__utility-dock {
		display: grid;
		position: fixed;
		left: 50%;
		bottom: 24px;
		grid-template-columns: 1fr 1fr;
		width: min(390px, calc(100vw - 190px));
		min-width: 330px;
		height: 56px;
		padding: 5px;
		border: 1px solid rgba(16, 47, 68, 0.11);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 16px 38px rgba(16, 47, 68, 0.16), 0 3px 10px rgba(16, 47, 68, 0.07);
		transform: translateX(-50%);
		backdrop-filter: blur(14px);
		transition: opacity 180ms ease, transform 240ms ease;
	}

	.lh-helpdesk__utility-dock a {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		min-width: 0;
		padding: 3px 6px;
		border-radius: 14px;
		color: #123c63 !important;
		font-size: 13px;
		font-weight: 750;
		line-height: 1.2;
		letter-spacing: -0.015em;
		text-decoration: none !important;
	}

	.lh-helpdesk__utility-action-surface {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		height: 100%;
		min-width: 0;
		padding: 0 8px;
		border-radius: 12px;
		background: transparent;
		transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
	}

	.lh-helpdesk__utility-dock a + a::before {
		content: "";
		position: absolute;
		left: -1px;
		top: 8px;
		bottom: 8px;
		width: 1px;
		background: #d5e1e9;
		pointer-events: none;
	}

	.lh-helpdesk__utility-dock a:hover .lh-helpdesk__utility-action-surface {
		background: #f0f7fb;
		color: var(--lh-im-brand-dark) !important;
	}

	.lh-helpdesk__utility-dock a:focus-visible {
		outline: none;
	}

	.lh-helpdesk__utility-dock a:focus-visible .lh-helpdesk__utility-action-surface {
		box-shadow: 0 0 0 3px rgba(0, 138, 209, 0.38);
	}

	.lh-helpdesk__utility-dock a:active .lh-helpdesk__utility-action-surface {
		transform: scale(0.985);
	}

	.lh-helpdesk__utility-dock img {
		display: block;
		flex: 0 0 auto;
		object-fit: contain;
	}

	.lh-helpdesk.is-suspended .lh-helpdesk__utility-dock {
		opacity: 0;
		pointer-events: none;
		transform: translate(-50%, 12px);
	}

	.lh-helpdesk.has-cookie-surface .lh-helpdesk__utility-dock {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, 12px);
	}

	@media (max-width: 920px) {
		.lh-helpdesk__utility-dock {
			left: 22px;
			width: 360px;
			min-width: 0;
			transform: none;
		}

		.lh-helpdesk.is-suspended .lh-helpdesk__utility-dock {
			transform: translateY(12px);
		}

		.lh-helpdesk.has-cookie-surface .lh-helpdesk__utility-dock {
			transform: translateY(12px);
		}
	}
}

/* Approved liquid-glass, spacing, edge-to-edge mobile, and scroll-to-top release styles. */

.lh-scrolltop {
	appearance: none;
	-webkit-appearance: none;
	display: grid;
	position: fixed;
	z-index: 9989;
	left: auto;
	right: 36px;
	bottom: 102px;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: #0e436c;
	box-shadow: 0 10px 24px rgba(16, 47, 68, 0.24);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity 620ms ease, visibility 620ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.lh-scrolltop.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 140ms;
}

.lh-scrolltop:hover {
	background: #102f44;
	box-shadow: 0 13px 28px rgba(16, 47, 68, 0.28);
	transform: translateY(-2px) scale(1.02);
}

.lh-scrolltop:active {
	transform: translateY(0) scale(0.97);
}

.lh-scrolltop:focus-visible {
	outline: 3px solid rgba(0, 138, 209, 0.48);
	outline-offset: 3px;
}

.lh-scrolltop svg {
	display: block;
}

body.lh-callback-modal-open {
	overflow: hidden;
}

.lh-callback-modal,
.lh-callback-modal *,
.lh-callback-modal *::before,
.lh-callback-modal *::after {
	box-sizing: border-box;
}

.lh-callback-modal {
	display: flex;
	position: fixed;
	z-index: 10050;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(6, 29, 48, 0.68);
	-webkit-backdrop-filter: blur(8px) saturate(115%);
	backdrop-filter: blur(8px) saturate(115%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 200ms ease, visibility 200ms ease;
}

.lh-callback-modal[hidden] {
	display: none !important;
}

.lh-callback-modal.is-visible {
	opacity: 1;
	visibility: visible;
}

.lh-callback-modal__dialog {
	display: flex;
	flex-direction: column;
	width: min(560px, 100%);
	max-height: min(640px, calc(100dvh - 64px));
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 34px 90px rgba(3, 24, 40, 0.38), 0 8px 28px rgba(3, 24, 40, 0.16);
	overflow: hidden;
	opacity: 0;
	transform: translateY(18px) scale(0.975);
	transition: opacity 200ms ease, transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lh-callback-modal.is-visible .lh-callback-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.lh-callback-modal__header {
	display: flex;
	position: relative;
	flex: 0 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px 13px;
	background:
		radial-gradient(circle at 94% 0%, rgba(65, 185, 235, 0.42), transparent 43%),
		linear-gradient(135deg, #0e3653, #006ab5 64%, #008ad1);
	color: #fff;
}

.lh-callback-modal__eyebrow {
	display: block;
	margin-bottom: 4px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	opacity: 0.82;
}

.lh-callback-modal__header h2 {
	margin: 0 !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: clamp(22px, 2.4vw, 27px) !important;
	font-weight: 750 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.035em !important;
	text-transform: none !important;
}

.lh-callback-modal__header p {
	margin: 5px 0 0 !important;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.86) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 450 !important;
	line-height: 1.5 !important;
}

.lh-callback-modal__close {
	appearance: none;
	-webkit-appearance: none;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	background: rgba(5, 32, 52, 0.28);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transition: background 170ms ease, transform 170ms ease;
}

.lh-callback-modal__close:hover {
	background: rgba(5, 32, 52, 0.48);
	transform: scale(1.04);
}

.lh-callback-modal__close:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.92);
	outline-offset: 3px;
}

.lh-callback-modal__body {
	padding: 18px 20px 22px;
	overflow: auto;
	overscroll-behavior: contain;
	background: #fff;
	font-family: Montserrat, Arial, sans-serif;
	scrollbar-width: thin;
	scrollbar-color: #b9cedd transparent;
}

.lh-callback-modal__body--frame {
	position: relative;
	min-height: min(480px, calc(100dvh - 170px));
	padding: 0;
	overflow: hidden;
}

.lh-callback-modal__frame {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: min(480px, calc(100dvh - 170px));
	min-height: 300px;
	border: 0;
	background: #fff;
}

.lh-callback-modal__loading {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin: 0 !important;
	color: #5f7280;
	font-size: 13px;
	transform: translate(-50%, -50%);
}

.lh-callback-modal__loading[hidden] {
	display: none !important;
}

body.lh-callback-frame {
	min-height: 100%;
}

body.lh-callback-frame {
	margin: 0;
	background: #fff;
	font-family: Montserrat, Arial, sans-serif;
	color: #0f2f46;
}

.lh-callback-modal--frame {
	display: block;
	position: static;
	inset: auto;
	min-height: 100%;
	padding: 0;
	background: #fff;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	opacity: 1;
	visibility: visible;
	transition: none;
}

.lh-callback-modal--frame .lh-callback-modal__body {
	padding: 14px 16px 16px;
	overflow: visible;
}

.lh-callback-modal .quform-default-submit {
	display: none !important;
}

.lh-callback-modal .quform-element-row.quform-2-columns {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 12px;
	margin: 0 !important;
}

.lh-callback-modal .quform-element-row.quform-2-columns::before,
.lh-callback-modal .quform-element-row.quform-2-columns::after {
	display: none !important;
}

.lh-callback-modal .quform-element-row.quform-2-columns > .quform-element-column {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.lh-callback-modal .quform-spacer {
	margin-bottom: 10px !important;
}

.lh-callback-modal .quform-label {
	margin-bottom: 4px !important;
}

.lh-callback-modal .quform {
	margin: 0 !important;
}

/* The isolated callback frame intentionally keeps a compact single-column flow. */
.lh-callback-modal--frame .quform-element-row.quform-2-columns {
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}

.lh-callback-modal--frame .quform-element-row,
.lh-callback-modal--frame .quform-element-column {
	margin: 0 !important;
}

.lh-callback-modal--frame .quform-spacer {
	margin: 0 0 12px !important;
	padding: 0 !important;
}

.lh-callback-modal--frame .quform-element-checkbox .quform-spacer {
	margin-bottom: 12px !important;
}

.lh-callback-modal--frame .quform-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 0;
	padding: 11px 12px;
	border: 1px solid #dbe7ef;
	border-radius: 11px;
	background: #f7fafc;
}

.lh-callback-modal--frame .quform-option-label {
	display: block !important;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: #52687b;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.lh-callback-modal--frame .quform-option-label a {
	color: #006bb6;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lh-callback-modal.lh-callback-modal--frame input[type="checkbox"].quform-field {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: block;
	flex: 0 0 20px;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	border: 1px solid #a9bdca !important;
	border-radius: 5px;
	background: #fff center / 13px 13px no-repeat;
	box-shadow: none !important;
	cursor: pointer;
}

.lh-callback-modal.lh-callback-modal--frame input[type="checkbox"].quform-field:checked {
	border-color: #0072bc !important;
	background-color: #0072bc;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3.2 8.2 3 3 6.6-7'/%3E%3C/svg%3E");
}

.lh-callback-modal.lh-callback-modal--frame input[type="checkbox"].quform-field:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 114, 188, 0.18) !important;
}

.lh-callback-modal :where(.quform-label, .quform-label > label) {
	color: #173a50 !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}

.lh-callback-modal :where(input.quform-field:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select.quform-field, textarea.quform-field) {
	width: 100% !important;
	height: 42px !important;
	min-height: 42px !important;
	padding: 8px 11px !important;
	border: 1px solid #cbdce7 !important;
	border-radius: 11px !important;
	background: #f9fbfc !important;
	box-shadow: none !important;
	color: #173a50 !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

.lh-callback-modal :where(input.quform-field:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select.quform-field, textarea.quform-field):focus {
	border-color: #008ad1 !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(0, 138, 209, 0.14) !important;
	outline: 0 !important;
}

.lh-callback-modal textarea.quform-field {
	height: auto !important;
	min-height: 88px !important;
	resize: vertical;
}

.lh-callback-modal input[type="checkbox"].quform-field {
	width: 18px !important;
	height: 18px !important;
	min-height: 0 !important;
	margin: 2px 0 0 !important;
	accent-color: #008ad1;
}

.lh-callback-modal :where(.quform-button-submit, .quform-submit) button {
	min-height: 42px !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 11px !important;
	background: linear-gradient(135deg, #006bb6, #008ad1) !important;
	box-shadow: 0 9px 22px rgba(0, 106, 181, 0.22) !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	cursor: pointer;
	transition: transform 170ms ease, box-shadow 170ms ease !important;
}

.lh-callback-modal :where(.quform-button-submit, .quform-submit) button:hover {
	box-shadow: 0 12px 26px rgba(0, 106, 181, 0.28) !important;
	transform: translateY(-1px);
}

.lh-callback-modal :where(.quform-button-submit, .quform-submit) button:focus-visible {
	outline: 3px solid rgba(0, 138, 209, 0.38) !important;
	outline-offset: 3px !important;
}

.lh-callback-modal :where(.quform-error, .quform-error-message) {
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

@media (max-width: 700px) {
	.lh-callback-modal {
		align-items: flex-end;
		padding: 0;
	}

	.lh-callback-modal__dialog {
		width: 100%;
		max-height: 94dvh;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 22px 22px 0 0;
		transform: translateY(24px);
	}

	.lh-callback-modal__header {
		padding: 16px 64px 14px 18px;
	}

	.lh-callback-modal__header > div {
		min-width: 0;
	}

	.lh-callback-modal__header h2 {
		font-size: 24px !important;
	}

	.lh-callback-modal__header p {
		font-size: 12px !important;
	}

	.lh-callback-modal__close {
		position: absolute;
		top: 16px;
		right: 16px;
		width: 42px;
		height: 42px;
	}

	.lh-callback-modal__body {
		padding: 20px 18px calc(24px + env(safe-area-inset-bottom));
	}

	.lh-callback-modal .quform-element-row > .quform-child-elements {
		display: block !important;
		margin: 0 !important;
	}

	.lh-callback-modal .quform-element-column {
		float: none !important;
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.lh-callback-modal .quform-element-row.quform-2-columns {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}
}

@media (min-width: 768px) {
	body.lh-mab-enabled.lh-mab-has-footer .lh-mab__footer-reserve {
		display: block;
		height: 112px;
		background: var(--lh-mab-footer-end-color, #0a1128);
	}

	/* Simple, high-contrast welcome card. */
	.lh-helpdesk__greeting {
		width: min(252px, calc(100vw - 48px));
		min-height: 48px;
		background: #fff;
		border: 1px solid #dbe6ee;
		border-radius: 14px;
		box-shadow: 0 12px 30px rgba(16, 47, 68, 0.16);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.lh-helpdesk__greeting::before,
	.lh-helpdesk__greeting::after {
		display: none;
	}

	.lh-helpdesk__greeting-open {
		display: flex;
		position: relative;
		z-index: 1;
		align-items: center;
		min-height: 48px;
		padding: 12px 42px 12px 15px;
	}

	.lh-helpdesk__greeting-open strong {
		font-size: 12.5px;
		line-height: 1.3;
		text-wrap: balance;
	}

	.lh-helpdesk__greeting-close {
		z-index: 2;
		top: 50%;
		right: 10px;
		width: 27px;
		height: 27px;
		border: 1px solid #dbe6ee;
		background: #f7fafc;
		transform: translateY(-50%);
		transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
	}

	.lh-helpdesk__greeting-close:hover {
		border-color: #bfd3e0;
		background: #eef5f8;
	}

	/* The opened helpdesk—not the message bubble—gets the breathing room. */
	.lh-helpdesk__header {
		flex-basis: 150px;
		height: 150px;
	}

	.lh-helpdesk__body {
		padding: 16px 18px 18px;
	}

	.lh-helpdesk__availability {
		margin-bottom: 11px;
	}

	.lh-helpdesk__message {
		padding: 15px 16px 16px;
		border-radius: 16px;
	}

	.lh-helpdesk__message h2 {
		margin-bottom: 6px !important;
	}

	.lh-helpdesk__actions {
		gap: 9px;
		margin-top: 12px;
	}

	.lh-helpdesk__action {
		min-height: 58px;
		padding: 8px 11px 8px 8px;
	}

	.lh-helpdesk__privacy {
		margin-top: 11px !important;
	}
}

@media (max-width: 767px) {
	.lh-scrolltop {
		z-index: 9991;
		left: auto;
		right: 12px;
		bottom: calc(82px + env(safe-area-inset-bottom) + 14px);
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.lh-scrolltop svg {
		width: 18px;
		height: 18px;
	}

	.lh-mab {
		left: 0;
		width: 100%;
		max-width: none;
		transform: none;
	}

	.lh-mab.is-suspended {
		transform: translateY(calc(100% + 36px));
	}

	.lh-mab__surface {
		grid-template-rows: 64px;
		height: calc(82px + env(safe-area-inset-bottom));
		padding: 9px 8px calc(9px + env(safe-area-inset-bottom));
		border-right: 0;
		border-left: 0;
		border-radius: 16px 16px 0 0;
	}

	.lh-mab__action {
		min-height: 50px;
		padding-top: 6px;
		padding-bottom: 4px;
	}

	.lh-mab__action + .lh-mab__action::before {
		top: 7px;
		bottom: 7px;
	}

	.lh-mab__icon-wrap {
		margin-bottom: 8px;
	}

	.lh-mab__action--primary {
		height: 64px;
		min-height: 64px;
		padding-bottom: 4px;
	}

	.lh-mab__action--primary .lh-mab__icon-wrap {
		top: -44px;
	}

	.lh-mab__action--primary .lh-mab__label {
		bottom: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lh-mab,
	.lh-callback-modal,
	.lh-callback-modal *,
	.lh-callback-modal *::before,
	.lh-callback-modal *::after,
	.lh-helpdesk *,
	.lh-helpdesk *::before,
	.lh-helpdesk *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}

	/* Keep state changes readable without directional launcher movement. */
	.lh-helpdesk__launcher-icon,
	.lh-helpdesk__launcher-icon.is-active,
	.lh-helpdesk__launcher-icon.is-leaving {
		transform: none !important;
		transition: opacity 180ms ease !important;
	}

	/* A short opacity transition prevents threshold flicker without translating the control. */
	.lh-scrolltop,
	.lh-scrolltop.is-visible {
		transform: none !important;
		transition: opacity 180ms ease, visibility 180ms ease, box-shadow 180ms ease !important;
	}
}

@media print {
	.lh-mab,
	.lh-helpdesk,
	.lh-callback-modal,
	.lh-scrolltop {
		display: none !important;
	}
}
