.lsa-quote {
	--lsa-quote-primary: var(--lsa-agency-primary, var(--ls-color-primary, #155eef));
	--lsa-quote-ink: #0b1f3a;
	--lsa-quote-text: #526581;
	--lsa-quote-border: #d6e1ef;
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 56px);
	border: 1px solid var(--lsa-quote-border);
	border-radius: var(--ls-radius-lg, 20px);
	background: #fff;
	box-shadow: 0 24px 70px rgba(20, 55, 98, .1);
	color: var(--lsa-quote-text);
}
.lsa-quote::before { position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--lsa-quote-primary), #4f8cff, #7b5cff); content: ""; }
.lsa-quote__header { max-width: 820px; margin: 0 auto clamp(32px, 5vw, 52px); text-align: center; }
.lsa-quote__eyebrow { color: var(--lsa-quote-primary); font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: 16px; font-weight: 700; text-transform: uppercase; }
.lsa-quote__header h2 { max-width: none; margin: 10px 0 14px; color: var(--lsa-quote-ink); font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: clamp(34px, 4vw, 45px); font-weight: 800; line-height: 1.08; }
.lsa-quote__header > p { max-width: 720px; margin: 0 auto; color: var(--lsa-quote-text); font-size: 17px; font-weight: 500; line-height: 1.65; }
.lsa-quote__currency { display: inline-flex; margin-top: 18px !important; padding: 8px 13px; border-radius: 999px; background: color-mix(in srgb, var(--lsa-quote-primary) 9%, #fff); color: var(--lsa-quote-primary) !important; font-size: 15px !important; font-weight: 700 !important; }
.lsa-quote__notice { display: flex; gap: 12px; align-items: center; max-width: 660px; margin: 20px auto 0; padding: 14px 16px; border: 1px solid color-mix(in srgb, var(--lsa-quote-primary) 24%, #fff); border-radius: 12px; background: color-mix(in srgb, var(--lsa-quote-primary) 6%, #fff); text-align: left; }
.lsa-quote__notice > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--lsa-quote-primary); color: #fff; font-weight: 800; place-items: center; }
.lsa-quote__notice p { margin: 0; color: var(--lsa-quote-text); font-size: 16px; font-weight: 500; line-height: 1.5; }
.lsa-quote__notice strong { color: var(--lsa-quote-ink); font-weight: 700; }
.lsa-quote form { display: block; }
.lsa-quote__progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0 0 26px; padding: 0; border: 1px solid var(--lsa-quote-border); border-radius: 15px; background: #f4f8fd; list-style: none; overflow: hidden; }
.lsa-quote__progress li { position: relative; display: flex; gap: 12px; align-items: center; min-height: 78px; margin: 0; padding: 15px 20px; color: #71839a; }
.lsa-quote__progress li + li { border-left: 1px solid var(--lsa-quote-border); }
.lsa-quote__progress li > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid #cdd9e8; border-radius: 12px; background: #fff; color: #6f829a; place-items: center; transition: 200ms ease; }
.lsa-quote__progress svg,
.lsa-quote__step-heading svg,
.lsa-quote__option-icon svg,
.lsa-quote__call svg { width: 22px; height: 22px; }
.lsa-quote__progress li > div { display: grid; gap: 2px; }
.lsa-quote__progress strong { color: inherit; font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: 16px; font-weight: 700; line-height: 1.2; }
.lsa-quote__progress small { color: inherit; font-size: 16px; font-weight: 500; line-height: 1.25; }
.lsa-quote__progress li.is-active { background: #fff; color: var(--lsa-quote-ink); }
.lsa-quote__progress li.is-active > span { border-color: var(--lsa-quote-primary); background: var(--lsa-quote-primary); box-shadow: 0 8px 20px color-mix(in srgb, var(--lsa-quote-primary) 24%, transparent); color: #fff; }
.lsa-quote__progress li.is-complete { color: var(--lsa-quote-primary); }
.lsa-quote__progress li.is-complete > span { border-color: color-mix(in srgb, var(--lsa-quote-primary) 28%, #fff); background: color-mix(in srgb, var(--lsa-quote-primary) 10%, #fff); color: var(--lsa-quote-primary); }
.lsa-quote__step { padding: clamp(22px, 3vw, 32px); border: 1px solid var(--lsa-quote-border); border-radius: 16px; background: #f9fbfe; }
.lsa-quote__step[hidden] { display: none !important; }
.lsa-quote__step.is-active { animation: lsa-quote-step-in 300ms ease both; }
@keyframes lsa-quote-step-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.lsa-quote__step-heading { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.lsa-quote__step-heading > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: var(--lsa-quote-primary); box-shadow: 0 8px 20px color-mix(in srgb, var(--lsa-quote-primary) 24%, transparent); color: #fff; font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: 15px; font-weight: 800; place-items: center; }
.lsa-quote__step-heading h3 { margin: 0 0 3px; color: var(--lsa-quote-ink); font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: 22px; font-weight: 700; line-height: 1.2; }
.lsa-quote__step-heading h3:focus { outline: 0; }
.lsa-quote__step-heading p { margin: 0; color: var(--lsa-quote-text); font-size: 16px; font-weight: 500; line-height: 1.5; }
.lsa-quote__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lsa-quote__field { display: grid; align-content: start; gap: 8px; }
.lsa-quote__field--wide { grid-column: 1 / -1; }
.lsa-quote__field label { color: var(--lsa-quote-ink); font-size: 16px; font-weight: 700; }
.lsa-quote__field label span { margin-left: 4px; color: #7f8da1; font-size: 16px; font-weight: 600; }
.lsa-quote em { color: #d92d4a; font-style: normal; }
.lsa-quote input:not([type="checkbox"]):not([type="radio"]), .lsa-quote select, .lsa-quote textarea { box-sizing: border-box; width: 100%; min-height: 52px; margin: 0; padding: 13px 15px; border: 1px solid #c6d4e5; border-radius: 10px; outline: 0; background: #fff; color: var(--lsa-quote-ink); font: inherit; font-size: 16px; font-weight: 500; line-height: 1.35; transition: border-color 180ms ease, box-shadow 180ms ease; }
.lsa-quote select { padding-right: 40px; }
.lsa-quote textarea { min-height: 126px; resize: vertical; }
.lsa-quote input:not([type="checkbox"]):not([type="radio"]):focus, .lsa-quote select:focus, .lsa-quote textarea:focus { border-color: var(--lsa-quote-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lsa-quote-primary) 13%, transparent); }
.lsa-quote input::placeholder, .lsa-quote textarea::placeholder { color: #8a98aa; opacity: 1; }
.lsa-quote__field small { color: #687a93; font-size: 16px; font-weight: 500; line-height: 1.45; }
.lsa-quote__choice-group { margin: 0; padding: 24px 0; border: 0; border-top: 1px solid var(--lsa-quote-border); }
.lsa-quote__choice-group:first-of-type { padding-top: 4px; border-top: 0; }
.lsa-quote__choice-group legend,
.lsa-quote__choice-heading h4 { padding: 0; color: var(--lsa-quote-ink); font-family: var(--ls-font-heading, Gabarito, sans-serif); font-size: 19px; font-weight: 700; line-height: 1.25; }
.lsa-quote__choice-group > p,
.lsa-quote__choice-heading p { margin: 7px 0 16px; color: var(--lsa-quote-text); font-size: 16px; font-weight: 500; line-height: 1.55; }
.lsa-quote__choice-heading h4 { margin: 0; }
.lsa-quote__choice-group.has-error { border-radius: 12px; box-shadow: 0 0 0 3px rgb(217 45 74 / 14%); }
.lsa-quote__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lsa-quote__choices--compact { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.lsa-quote__choices label { position: relative; display: grid; grid-template-columns: auto auto minmax(0, 1fr); gap: 12px; align-items: start; min-height: 126px; box-sizing: border-box; margin: 0; padding: 18px; border: 1px solid var(--lsa-quote-border); border-radius: 13px; background: #fff; cursor: pointer; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease; }
.lsa-quote__choices--compact label { grid-template-columns: auto minmax(0, 1fr); min-height: 132px; padding: 16px; }
.lsa-quote__choices label:hover { border-color: color-mix(in srgb, var(--lsa-quote-primary) 52%, #fff); box-shadow: 0 12px 26px rgb(31 71 122 / 10%); transform: translateY(-2px); }
.lsa-quote__choices label:has(input:checked) { border-color: var(--lsa-quote-primary); background: color-mix(in srgb, var(--lsa-quote-primary) 5%, #fff); box-shadow: 0 0 0 2px color-mix(in srgb, var(--lsa-quote-primary) 13%, transparent), 0 12px 26px rgb(31 71 122 / 10%); }
.lsa-quote__choices input { position: absolute; opacity: 0; pointer-events: none; }
.lsa-quote__radio { display: grid; flex: 0 0 auto; width: 22px; height: 22px; box-sizing: border-box; border: 2px solid #b8c8db; border-radius: 50%; background: #fff; place-items: center; transition: 180ms ease; }
.lsa-quote__choices input:checked + .lsa-quote__radio { border: 6px solid var(--lsa-quote-primary); }
.lsa-quote__choices input:focus-visible + .lsa-quote__radio { outline: 3px solid color-mix(in srgb, var(--lsa-quote-primary) 24%, transparent); outline-offset: 3px; }
.lsa-quote__choices input:checked + .lsa-quote__check { border-color: var(--lsa-quote-primary); background: var(--lsa-quote-primary); }
.lsa-quote__choices input:checked + .lsa-quote__check::after { width: 9px; height: 5px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; content: ""; transform: rotate(-45deg) translate(1px, -1px); }
.lsa-quote__choices input:focus-visible + .lsa-quote__check { outline: 3px solid color-mix(in srgb, var(--lsa-quote-primary) 22%, transparent); outline-offset: 2px; }
.lsa-quote__option-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 11px; background: color-mix(in srgb, var(--lsa-quote-primary) 10%, #fff); color: var(--lsa-quote-primary); place-items: center; }
.lsa-quote__choices--compact .lsa-quote__option-icon { grid-column: 1 / -1; }
.lsa-quote__choices strong { display: block; margin-bottom: 5px; color: var(--lsa-quote-ink); font-size: 16px; font-weight: 700; line-height: 1.3; }
.lsa-quote .lsa-quote__choices label small { display: block; color: var(--lsa-quote-text) !important; font-size: 16px; font-weight: 500; line-height: 1.45; }
.lsa-quote__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; border: 0; }
.lsa-quote__features label { display: grid; grid-template-columns: auto auto minmax(0, 1fr); gap: 12px; align-items: start; min-height: 116px; padding: 18px; border: 1px solid var(--lsa-quote-border); border-radius: 12px; background: #fff; cursor: pointer; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.lsa-quote__features label:hover { border-color: color-mix(in srgb, var(--lsa-quote-primary) 45%, #fff); box-shadow: 0 10px 24px rgba(34, 73, 121, .08); transform: translateY(-1px); }
.lsa-quote__features label:has(input:checked) { border-color: var(--lsa-quote-primary); background: color-mix(in srgb, var(--lsa-quote-primary) 5%, #fff); }
.lsa-quote__features input, .lsa-quote__consent input { position: absolute; opacity: 0; pointer-events: none; }
.lsa-quote__check { display: grid; width: 24px; height: 24px; border: 2px solid #b9c8da; border-radius: 7px; background: #fff; place-items: center; transition: 180ms ease; }
.lsa-quote__features input:checked + .lsa-quote__check, .lsa-quote__consent input:checked + .lsa-quote__check { border-color: var(--lsa-quote-primary); background: var(--lsa-quote-primary); }
.lsa-quote__features input:checked + .lsa-quote__check::after, .lsa-quote__consent input:checked + .lsa-quote__check::after { width: 9px; height: 5px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; content: ""; transform: rotate(-45deg) translate(1px, -1px); }
.lsa-quote__features input:focus-visible + .lsa-quote__check, .lsa-quote__consent input:focus-visible + .lsa-quote__check { outline: 3px solid color-mix(in srgb, var(--lsa-quote-primary) 22%, transparent); outline-offset: 2px; }
.lsa-quote__choice-error { margin: 12px 0 0 !important; color: #b4233b !important; font-size: 16px !important; font-weight: 700 !important; }
.lsa-quote__choice-error[hidden] { display: none !important; }
.lsa-quote__features strong { display: block; margin-bottom: 5px; color: var(--lsa-quote-ink); font-size: 16px; font-weight: 700; line-height: 1.3; }
.lsa-quote .lsa-quote__features label small { display: block; color: var(--lsa-quote-text); font-size: 16px; font-weight: 500; line-height: 1.45; }
.lsa-quote__field--notes { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--lsa-quote-border); }
.lsa-quote__field--notes > p { margin: 0; color: var(--lsa-quote-text); font-size: 16px; font-weight: 500; line-height: 1.55; }
.lsa-quote__consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin-top: 18px; color: var(--lsa-quote-text); cursor: pointer; font-size: 16px; font-weight: 500; line-height: 1.5; }
.lsa-quote .lsa-quote__consent > span:last-child { color: var(--lsa-quote-text); }
.lsa-quote__navigation { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--lsa-quote-border); }
.lsa-quote .lsa-quote__back { border: 1px solid #bfd0e4; background: #fff; box-shadow: none; color: var(--lsa-quote-ink); }
.lsa-quote .lsa-quote__back:hover { border-color: var(--lsa-quote-primary); color: var(--lsa-quote-primary); filter: none; }
.lsa-quote__final-actions { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: stretch; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--lsa-quote-border); }
.lsa-quote__action { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 22px 24px; border-radius: 14px; background: #0b1f3a; }
.lsa-quote__action > div { display: grid; gap: 3px; }
.lsa-quote__action strong { color: #fff; font-size: 17px; font-weight: 700; }
.lsa-quote__action > div span { color: #bdcbe0; font-size: 16px; font-weight: 500; }
.lsa-quote__action .lsa-quote__action-buttons { display: flex; gap: 12px; align-items: center; }
.lsa-quote__call { display: inline-flex; gap: 9px; align-items: center; justify-content: center; min-height: 50px; box-sizing: border-box; padding: 12px 18px; border: 1px solid #7195c3; border-radius: 10px; color: #fff !important; font-size: 16px; font-weight: 700; line-height: 1.15; text-decoration: none; }
.lsa-quote__call:hover { border-color: #fff; background: rgb(255 255 255 / 7%); }
.lsa-quote button { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 0; border-radius: 10px; background: var(--lsa-quote-primary); box-shadow: 0 10px 28px color-mix(in srgb, var(--lsa-quote-primary) 28%, transparent); color: #fff; cursor: pointer; font: inherit; font-size: 16px; font-weight: 700; line-height: 1; }
.lsa-quote button:hover:not(:disabled) { filter: brightness(.94); }
.lsa-quote button:disabled { box-shadow: none; cursor: not-allowed; opacity: .62; }
.lsa-quote__result { display: none; padding: 16px 18px; border-radius: 10px; font-size: 16px; font-weight: 700; line-height: 1.5; }
.lsa-quote__result:not(:empty) { display: block; }
.lsa-quote__result.is-loading { background: #eef4ff; color: var(--lsa-quote-primary); }
.lsa-quote__result.is-success { background: #eafaf2; color: #087443; }
.lsa-quote__result.is-error { background: #fff0f2; color: #b4233b; }
.lsa-quote__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 1080px) {
	.lsa-quote__choices--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.lsa-quote__action { align-items: stretch; flex-direction: column; }
	.lsa-quote__action .lsa-quote__action-buttons { width: 100%; }
	.lsa-quote__action-buttons > * { flex: 1 1 0; }
}
@media (max-width: 700px) {
	.lsa-quote { padding: 24px 16px; }
	.lsa-quote__header { margin-bottom: 30px; }
	.lsa-quote__header h2 { font-size: clamp(30px, 10vw, 36px); }
	.lsa-quote__header > p { font-size: 16px; }
	.lsa-quote__notice { align-items: flex-start; }
	.lsa-quote__progress li { justify-content: center; min-height: 64px; padding: 11px 8px; }
	.lsa-quote__progress li > div { display: none; }
	.lsa-quote__progress li > span { flex-basis: 38px; width: 38px; height: 38px; }
	.lsa-quote__step { padding: 20px 16px; }
	.lsa-quote__step-heading > span { flex-basis: 38px; width: 38px; height: 38px; }
	.lsa-quote__step-heading h3 { font-size: 20px; }
	.lsa-quote__grid, .lsa-quote__features, .lsa-quote__choices { grid-template-columns: 1fr; }
	.lsa-quote__choices--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lsa-quote__choices label { min-height: 0; }
	.lsa-quote__choices--compact label { grid-template-columns: auto minmax(0, 1fr); }
	.lsa-quote__choices--compact .lsa-quote__option-icon { grid-column: 1 / -1; }
	.lsa-quote__features label { min-height: 0; }
	.lsa-quote__navigation, .lsa-quote__final-actions { align-items: stretch; grid-template-columns: 1fr; flex-direction: column; }
	.lsa-quote__navigation > span { display: none; }
	.lsa-quote__action .lsa-quote__action-buttons { align-items: stretch; flex-direction: column; }
	.lsa-quote button { width: 100%; }
	.lsa-quote__call { width: 100%; }
}
