.hswf-instant-quote {
	box-sizing: border-box;
	width: min(100% - 2rem, var(--ls-content-width, var(--wp--style--global--wide-size, 1280px)));
	margin-inline: auto;
	padding: clamp(1.25rem, 3vw, 2.5rem);
	color: var(--wp--preset--color--text, inherit);
	background: var(--wp--preset--color--surface, #fff);
	border: 1px solid var(--wp--preset--color--border, #d9dde3);
	border-radius: var(--ls-card-radius, var(--wp--custom--local-studio--radius--md, 12px));
	box-shadow: var(--ls-card-shadow, 0 12px 32px rgb(0 0 0 / 8%));
	font-family: var(--ls-font-body, var(--wp--preset--font-family--body, inherit));
}

body.ls-content-role-instant-quote main .wp-block-cover[class*="inner-hero"] { border-radius: 0; }
.hswf-instant-quote *, .hswf-instant-quote *::before, .hswf-instant-quote *::after { box-sizing: border-box; }
.hswf-instant-quote h2, .hswf-instant-quote h3, .hswf-instant-quote legend { font-family: var(--ls-font-heading, var(--wp--preset--font-family--heading, inherit)); }
.hswf-quote__intro { max-width: 48rem; margin-bottom: 1.5rem; }
.hswf-quote__intro > * { margin-block: 0 .65rem; }
.hswf-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.hswf-step legend { width: 100%; margin-bottom: .35rem; padding: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 700; }
.hswf-step__description { margin-top: 0; color: var(--wp--preset--color--muted, #58616b); }
.hswf-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; margin-top: 1.25rem; }
.hswf-option { position: relative; display: grid; grid-template-columns: 2.25rem minmax(0, 1fr) auto; gap: .75rem; align-items: center; min-height: 4.75rem; padding: 1rem; cursor: pointer; border: 2px solid var(--wp--preset--color--border, #d9dde3); border-radius: var(--ls-card-radius, 10px); background: var(--wp--preset--color--background, #f7f8fa); transition: border-color .15s ease, transform .15s ease; }
.hswf-option:has(input:checked) { border-color: var(--wp--preset--color--accent, #1769aa); background: color-mix(in srgb, var(--wp--preset--color--accent, #1769aa) 8%, var(--wp--preset--color--surface, #fff)); }
.hswf-option:focus-within { outline: 3px solid color-mix(in srgb, var(--wp--preset--color--accent, #1769aa) 40%, transparent); outline-offset: 2px; }
.hswf-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hswf-option__icon { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; color: var(--wp--preset--color--accent, #1769aa); background: var(--wp--preset--color--surface, #fff); border-radius: 999px; }
.hswf-option__copy { display: grid; gap: .2rem; }
.hswf-option__copy small { color: var(--wp--preset--color--muted, #58616b); }
.hswf-option__price { font-weight: 700; white-space: nowrap; }
.hswf-option--assessment { grid-column: 1 / -1; grid-template-columns: 2.25rem minmax(0, 1fr); align-items: start; }
.hswf-option--assessment .hswf-option__price { grid-column: 2; white-space: normal; font-weight: 600; }
.hswf-quantity { display: grid; gap: .65rem; max-width: 32rem; margin-top: 1.25rem; }
.hswf-quantity label { display: flex; align-items: stretch; }
.hswf-quantity input { min-width: 0; width: 100%; min-height: 3.25rem; padding: .7rem .8rem; color: inherit; background: var(--wp--preset--color--surface, #fff); border: 2px solid var(--wp--preset--color--border, #bfc5cc); border-radius: var(--ls-card-radius, 10px) 0 0 var(--ls-card-radius, 10px); font: inherit; font-size: 1.125rem; }
.hswf-quantity input:focus { border-color: var(--wp--preset--color--accent, #1769aa); outline: 3px solid color-mix(in srgb, var(--wp--preset--color--accent, #1769aa) 40%, transparent); outline-offset: 2px; }
.hswf-quantity__unit { display: grid; place-items: center; padding-inline: 1rem; background: var(--wp--preset--color--background, #f7f8fa); border: 2px solid var(--wp--preset--color--border, #bfc5cc); border-left: 0; border-radius: 0 var(--ls-card-radius, 10px) var(--ls-card-radius, 10px) 0; font-weight: 700; }
.hswf-quantity small { color: var(--wp--preset--color--muted, #58616b); }
.hswf-step__error { margin-bottom: 0; color: #b42318; font-weight: 700; }
.hswf-quote__navigation, .hswf-result__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.hswf-quote__navigation { justify-content: space-between; }
.hswf-quote__navigation .hswf-next { margin-left: auto; }
.hswf-instant-quote .wp-element-button { min-height: 44px; border: 0; cursor: pointer; font-family: inherit; }
.hswf-instant-quote .wp-element-button:disabled { cursor: wait; opacity: .72; }
.hswf-next.is-calculating { display: inline-flex; gap: .6rem; align-items: center; }
.hswf-next.is-calculating::before { width: 1rem; height: 1rem; content: ""; border: 2px solid currentColor; border-right-color: transparent; border-radius: 999px; animation: hswf-spin .75s linear infinite; }
.hswf-quote__steps[aria-busy="true"] .hswf-step { pointer-events: none; opacity: .72; }
.hswf-back { color: var(--wp--preset--color--text, inherit); background: transparent; border: 1px solid currentColor !important; }
.hswf-result { padding: clamp(1.5rem, 4vw, 3rem); text-align: center; background: var(--wp--preset--color--surface, #fff); border: 2px solid var(--wp--preset--color--accent, #1769aa); border-radius: var(--ls-card-radius, var(--wp--custom--local-studio--radius--md, 12px)); outline: 0; }
.hswf-instant-quote .hswf-result:focus { outline: 0 !important; box-shadow: none; }
.hswf-result__label { margin-bottom: .2rem; color: var(--wp--preset--color--muted, #58616b); }
.hswf-result__breakdown { display: grid; gap: .75rem; margin-block: .5rem 1.25rem; }
.hswf-result__price { display: grid; gap: .15rem; margin: 0; color: var(--wp--preset--color--primary, inherit); font-family: var(--ls-font-heading, inherit); line-height: 1.1; }
.hswf-result__price strong { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
.hswf-result__price span { color: var(--wp--preset--color--muted, #58616b); font-family: var(--ls-font-body, inherit); font-size: .9rem; font-weight: 700; }
.hswf-result__assessment { max-width: 42rem; margin: 1rem auto; padding: 1rem 1.25rem; color: var(--wp--preset--color--primary, inherit); background: color-mix(in srgb, var(--wp--preset--color--accent, #1769aa) 8%, var(--wp--preset--color--surface, #fff)); border: 1px solid var(--wp--preset--color--accent, #1769aa); border-radius: var(--ls-card-radius, 10px); font-weight: 700; }
.hswf-result__assessment p { margin: .35rem 0; }
.hswf-result__disclaimer { max-width: 44rem; margin-inline: auto; }
.hswf-result__actions { justify-content: center; }
.hswf-call { color: var(--wp--preset--color--text, inherit); background: transparent; border: 1px solid currentColor !important; }
.hswf-callback { max-width: 34rem; margin: 2rem auto 0; padding: 1.25rem; text-align: left; background: var(--wp--preset--color--background, #f7f8fa); border-radius: var(--ls-card-radius, 10px); }
.hswf-callback label:not(.hswf-honeypot) { display: grid; gap: .35rem; margin-bottom: 1rem; font-weight: 700; }
.hswf-callback input { width: 100%; min-height: 44px; padding: .7rem .8rem; color: inherit; background: var(--wp--preset--color--surface, #fff); border: 1px solid var(--wp--preset--color--border, #bfc5cc); border-radius: calc(var(--ls-card-radius, 10px) * .6); font: inherit; }
.hswf-consent, .hswf-callback__status { font-size: .875rem; }
.hswf-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@keyframes hswf-spin { to { transform: rotate(360deg); } }

@media (max-width: 700px) {
	.hswf-instant-quote { width: min(100% - 1rem, var(--ls-content-width, 1280px)); padding: 1.1rem; }
	.hswf-result { padding: 1.25rem; }
	.hswf-options { grid-template-columns: 1fr; }
	.hswf-option { grid-template-columns: 2.25rem minmax(0, 1fr); }
	.hswf-option__price { grid-column: 2; }
	.hswf-quote__navigation > *, .hswf-result__actions > * { flex: 1 1 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.hswf-option { transition: none; }
	.hswf-next.is-calculating::before { animation: none; }
}
