.lv-quote-page {
	background: linear-gradient(180deg, #edf5ff 0, #f7f9fc 33rem, #f7f9fc 100%);
	overflow: clip;
	padding: 0 0 5rem;
}

.lv-quote-hero {
	background: #04172f;
	color: #fff;
	min-height: 31.25rem;
	overflow: hidden;
	position: relative;
}

.lv-quote-hero__media,
.lv-quote-hero__shade {
	inset: 0;
	position: absolute;
}

.lv-quote-hero__media {
	height: 100%;
	/* object-fit: cover; Keep the complete 1500 × 500 artwork visible on desktop. */
	object-position: center;
	width: 100%;
}

.lv-quote-hero__shade {
	background:
		linear-gradient(90deg, rgba(2, 15, 34, .97) 0%, rgba(3, 23, 51, .9) 31%, rgba(3, 24, 53, .48) 58%, rgba(3, 24, 53, .08) 100%),
		linear-gradient(0deg, rgba(2, 15, 34, .28), transparent 45%);
}

.lv-quote-page__head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 31.25rem;
	padding-bottom: 5.5rem;
	padding-top: 3.5rem;
	position: relative;
	z-index: 1;
}

.lv-quote-page__head > div:first-child {
	max-width: 48rem;
}

.lv-quote-page__head .lv-eyebrow {
	color: #63a8ff;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .16em;
	margin: 0;
}

.lv-quote-page__head h1 {
	color: #fff;
	font-size: clamp(2.65rem, 5.2vw, 4.6rem);
	letter-spacing: -.045em;
	line-height: 1.02;
	margin: .75rem 0 1rem;
	max-width: 16ch;
}

.lv-quote-page__head > div:first-child > p:last-child {
	color: #e4effc;
	font-size: clamp(1rem, 1.55vw, 1.13rem);
	line-height: 1.65;
	margin: 0;
	max-width: 39rem;
}

.lv-quote-page__trust {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-top: 1.8rem;
}

.lv-quote-page__trust span {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	box-shadow: 0 .35rem 1.2rem rgba(0, 0, 0, .14);
	color: #0b4e9d;
	display: flex;
	font-size: .8rem;
	gap: .42rem;
	padding: .55rem .9rem;
	white-space: nowrap;
}

.lv-quote-page__trust .lv-icon {
	color: #0b66dc;
	height: 1rem;
	width: 1rem;
}

.lv-quote-page .lv-quote-layout {
	gap: 1.35rem;
	grid-template-columns: minmax(17rem, .68fr) minmax(0, 1.55fr);
	margin-top: -3.25rem;
	position: relative;
	z-index: 2;
}

.lv-quote-page .lv-quote-context {
	position: sticky;
	top: 6.7rem;
}

.lv-quote-context {
	background: linear-gradient(160deg, #092d50 0%, #061c32 100%);
	border: 1px solid #26618f;
	border-radius: 1.05rem;
	box-shadow: 0 1.1rem 3rem rgba(4, 23, 47, .2);
	color: #d6e5f5;
	padding: 1.25rem;
}

.lv-quote-context .lv-quote-provider {
	background: rgba(21, 65, 101, .8);
	border-color: #3a78a9;
	margin: 0 0 1rem;
}

.lv-quote-context .lv-quote-provider span {
	color: #8bc5ff;
}

.lv-quote-context .lv-quote-provider strong {
	color: #fff;
}

.lv-quote-context .lv-quote-provider small {
	color: #c3d8eb;
}

.lv-quote-provider__services {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	margin-top: .55rem;
}

.lv-quote-provider__services em {
	background: #17466f;
	border: 1px solid #3979aa;
	border-radius: 999px;
	color: #edf7ff;
	font-size: .68rem;
	font-style: normal;
	line-height: 1.25;
	padding: .3rem .52rem;
}

.lv-quote-context__notice {
	background: #edf7ff;
	border: 1px solid #a7d2f8;
	border-radius: .75rem;
	color: #123b60;
	padding: .9rem;
}

.lv-quote-context__notice strong {
	display: block;
	line-height: 1.35;
}

.lv-quote-context__notice p {
	font-size: .82rem;
	line-height: 1.5;
	margin: .35rem 0 0;
}

.lv-quote-context h2 {
	color: #fff;
	font-size: 1rem;
	margin: 1.2rem 0 .65rem;
}

.lv-quote-clarity {
	display: grid;
	font-size: .84rem;
	gap: .48rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lv-quote-clarity li::before {
	color: #69b1ff;
	content: "✓";
	font-weight: 850;
	margin-right: .5rem;
}

.lv-quote-context__privacy {
	border-top: 1px solid #31516e;
	color: #b8cadb;
	font-size: .76rem;
	line-height: 1.55;
	margin: 1.15rem 0 0;
	padding-top: 1rem;
}

.lv-quote-page .lv-quote-card {
	border-color: #cbdced;
	border-radius: 1.1rem;
	box-shadow: 0 1.2rem 3.5rem rgba(7, 31, 51, .13);
	padding: clamp(1.2rem, 3vw, 2rem);
}

.lv-quote-form fieldset {
	border: 0;
	border-bottom: 1px solid #dfe7ef;
	display: grid;
	gap: 1rem;
	margin: 0 0 .25rem;
	padding: 0 0 1.4rem;
}

.lv-quote-form fieldset + fieldset {
	padding-top: .45rem;
}

.lv-quote-form legend {
	align-items: center;
	color: #071f33;
	display: flex;
	font-size: 1.08rem;
	font-weight: 850;
	gap: .6rem;
	margin: 0 0 .85rem;
}

.lv-quote-form legend span {
	align-items: center;
	background: #0b66dc;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: .72rem;
	height: 1.7rem;
	justify-content: center;
	width: 1.7rem;
}

.lv-quote-form input,
.lv-quote-form select,
.lv-quote-form textarea {
	border-color: #a8b9ca;
	min-height: 3.2rem;
}

.lv-quote-form .lv-form-grid--three {
	grid-template-columns: minmax(13rem, 1.5fr) repeat(2, minmax(7rem, .6fr));
}

.lv-quote-pricing-note {
	background: #f0f7ff;
	border: 1px solid #b9d7f5;
	border-radius: .75rem;
	color: #264968;
	padding: .9rem 1rem;
}

.lv-quote-pricing-note p {
	font-size: .82rem;
	line-height: 1.5;
	margin: .3rem 0 0;
}

.lv-quote-receipt__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	justify-content: center;
	margin-top: 1rem;
}

.lv-quote-receipt__actions .lv-button {
	margin-top: 0;
}

.lv-quote-unavailable {
	padding: 1rem;
}

.lv-quote-unavailable h2 {
	font-size: 1.8rem;
	margin: .5rem 0;
}

.lv-quote-unavailable p {
	line-height: 1.6;
}

.lv-quote-unavailable .lv-action-row {
	margin-top: 1.2rem;
}

@media (max-width: 62rem) {
	.lv-quote-hero__media {
		object-fit: cover;
	}

	.lv-quote-hero,
	.lv-quote-page__head {
		min-height: 29rem;
	}

	.lv-quote-page .lv-quote-layout {
		grid-template-columns: 1fr;
		margin-top: -2.5rem;
	}

	.lv-quote-page .lv-quote-card {
		order: 1;
	}

	.lv-quote-page .lv-quote-context {
		order: 2;
		position: static;
	}

	.lv-quote-context {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lv-quote-context .lv-quote-provider,
	.lv-quote-context__privacy {
		grid-column: 1 / -1;
	}

	.lv-quote-context h2 {
		margin: 0;
	}

	.lv-quote-clarity {
		align-content: start;
	}
}

@media (max-width: 42rem) {
	.lv-quote-page {
		padding-bottom: 3.5rem;
	}

	.lv-quote-hero,
	.lv-quote-page__head {
		min-height: 35rem;
	}

	.lv-quote-hero__media {
		bottom: 0;
		height: 15rem;
		inset: auto 0 0;
		object-position: 73% center;
	}

	.lv-quote-hero__shade {
		background:
			linear-gradient(180deg, #04172f 0%, rgba(4, 23, 47, .98) 54%, rgba(4, 23, 47, .55) 75%, rgba(4, 23, 47, .16) 100%),
			linear-gradient(90deg, rgba(2, 15, 34, .3), transparent 80%);
	}

	.lv-quote-page__head {
		justify-content: flex-start;
		padding-bottom: 14.5rem;
		padding-top: 2rem;
	}

	.lv-quote-page__head h1 {
		font-size: clamp(2.15rem, 10.5vw, 2.85rem);
		line-height: 1.03;
		margin-top: .6rem;
		max-width: 13ch;
	}

	.lv-quote-page__head > div:first-child > p:last-child {
		font-size: .95rem;
		line-height: 1.55;
	}

	.lv-quote-page__trust {
		gap: .5rem;
		margin-top: 1.15rem;
	}

	.lv-quote-page__trust span {
		font-size: .72rem;
		padding: .48rem .68rem;
	}

	.lv-quote-page .lv-quote-layout {
		gap: 1rem;
		margin-top: -1.75rem;
	}

	.lv-quote-page .lv-quote-card,
	.lv-quote-context {
		border-radius: .9rem;
	}

	.lv-quote-page .lv-quote-card {
		padding: 1rem;
	}

	.lv-quote-context {
		display: block;
		padding: 1rem;
	}

	.lv-quote-context > * + * {
		margin-top: 1rem;
	}

	.lv-quote-form .lv-form-grid,
	.lv-quote-form .lv-form-grid--three {
		grid-template-columns: 1fr;
	}

	.lv-quote-form label {
		font-size: .86rem;
	}

	.lv-quote-form input,
	.lv-quote-form select,
	.lv-quote-form textarea {
		font-size: 1rem;
		min-height: 3.25rem;
	}

	.lv-quote-form textarea {
		min-height: 7rem;
	}

	.lv-quote-form .lv-button {
		min-height: 3.35rem;
	}

	.lv-quote-form .lv-consent {
		padding: .85rem;
	}

	.lv-quote-receipt__actions {
		flex-direction: column;
	}

	.lv-quote-receipt__actions .lv-button {
		width: 100%;
	}
}

@media (max-width: 24rem) {
	.lv-quote-page__trust {
		align-items: flex-start;
		flex-direction: column;
	}

	.lv-quote-page__head h1 {
		font-size: 2.05rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lv-quote-hero__media {
		scroll-behavior: auto;
	}
}
