.setr-estimator {
	--setr-navy: #000b58;
	--setr-ink: #1b252f;
	--setr-blue: #3442a3;
	--setr-blue-dark: #24327f;
	--setr-orange: #ff5a0f;
	--setr-orange-hover: #c43f00;
	--setr-orange-active: #a93600;
	--setr-surface: #f4f8ff;
	--setr-border: #d9e2ec;
	--setr-muted: #526173;
	--setr-success: #147d43;
	--setr-error: #b42318;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: clamp(1.35rem, 3.5vw, 2.35rem);
	border: 1px solid var(--setr-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(0, 11, 88, 0.1);
	color: var(--setr-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	overflow-wrap: anywhere;
}

.setr-estimator::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--setr-orange) 0 18%, var(--setr-blue) 18% 100%);
	content: "";
}

.setr-estimator *,
.setr-estimator *::before,
.setr-estimator *::after {
	box-sizing: border-box;
}

.setr-estimator__heading,
.setr-estimator__step,
.setr-estimator__step-heading,
.setr-estimator__step-heading > div,
.setr-estimator__zip-row,
.setr-estimator__field,
.setr-estimator__question,
.setr-estimator__choices,
.setr-estimator__actions,
.setr-estimator__result,
.setr-estimator__price,
.setr-estimator__pricebook-options,
.setr-estimator__pricebook-option,
.setr-estimator__pricebook-option > span,
.setr-estimator__answers,
.setr-estimator__cta-grid {
	max-width: 100%;
	min-width: 0;
}

.setr-estimator__preview-notice {
	margin: 0 0 1.5rem;
	padding: 0.9rem 1rem;
	border-left: 4px solid var(--setr-blue);
	border-radius: 8px;
	background: #eef4ff;
	color: var(--setr-blue-dark);
	font-size: 0.88rem;
	line-height: 1.45;
}

.setr-estimator__preview-notice strong {
	display: block;
	color: var(--setr-navy);
}

.setr-estimator__heading {
	margin-bottom: 1.75rem;
}

.setr-estimator__eyebrow,
.setr-estimator__result-kicker {
	margin: 0 0 0.4rem;
	color: var(--setr-orange);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.setr-estimator__title {
	margin: 0;
	color: var(--setr-navy);
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1.7rem, 4vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.setr-estimator__description {
	max-width: 50rem;
	margin: 0.6rem 0 0;
	color: var(--setr-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.setr-estimator__step[hidden] {
	display: none !important;
}

.setr-estimator__step-heading {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	margin-bottom: 1.35rem;
}

.setr-estimator__step-number {
	display: inline-flex;
	flex: 0 0 2rem;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--setr-orange);
	color: var(--setr-navy);
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 800;
}

.setr-estimator__step-heading h3,
.setr-estimator__question-title,
.setr-estimator__result-title,
.setr-estimator__outside h3 {
	margin: 0;
	color: var(--setr-navy);
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	font-weight: 800;
	line-height: 1.25;
}

.setr-estimator__step-heading p,
.setr-estimator__question-help {
	margin: 0.25rem 0 0;
	color: var(--setr-muted);
	line-height: 1.5;
}

.setr-estimator__zip-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.45fr) minmax(220px, 0.55fr);
	gap: 1rem;
	align-items: end;
}

.setr-estimator__field label {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--setr-ink);
	font-size: 0.92rem;
	font-weight: 700;
}

.setr-estimator__field input {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 0.78rem 0.9rem;
	border: 1px solid #b9c5d3;
	border-radius: 9px;
	background: #fbfcff;
	color: var(--setr-ink);
	font: inherit;
}

.setr-estimator__field input:focus {
	border-color: var(--setr-blue);
	outline: none;
	box-shadow: 0 0 0 4px rgba(52, 66, 163, 0.15);
}

.setr-estimator .setr-estimator__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	height: auto !important;
	margin: 0;
	padding: 0.8rem 1.3rem;
	border: 2px solid var(--setr-blue);
	border-radius: 7px;
	background: var(--setr-blue);
	box-shadow: 0 5px 12px rgba(52, 66, 163, 0.24);
	color: #fff;
	font: inherit;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: normal;
	cursor: pointer;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.setr-estimator button.setr-estimator__button:hover,
.setr-estimator a.setr-estimator__button:hover {
	border-color: var(--setr-orange-hover) !important;
	background: var(--setr-orange-hover) !important;
	box-shadow: 0 7px 16px rgba(196, 63, 0, 0.3);
	color: #fff !important;
	transform: translateY(-2px);
}

.setr-estimator button.setr-estimator__button:active,
.setr-estimator a.setr-estimator__button:active {
	border-color: var(--setr-orange-active) !important;
	background: var(--setr-orange-active) !important;
	color: #fff !important;
	transform: translateY(0);
}

.setr-estimator .setr-estimator__button--secondary {
	border-color: var(--setr-navy);
	background: var(--setr-navy);
	color: #fff;
}

.setr-estimator__progress {
	margin-bottom: 1rem;
	color: var(--setr-orange);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.setr-estimator__question {
	margin-bottom: 1.25rem;
}

.setr-estimator__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.setr-estimator__choice {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 64px;
	height: auto !important;
	padding: 0.9rem 1rem;
	border: 2px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	color: var(--setr-navy);
	font: inherit;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 750;
	line-height: 1.3;
	text-align: left;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: normal;
	cursor: pointer;
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.setr-estimator button.setr-estimator__choice:hover {
	border-color: var(--setr-orange-hover) !important;
	background: var(--setr-orange-hover) !important;
	box-shadow: 0 5px 14px rgba(196, 63, 0, 0.22);
	color: #fff !important;
	transform: translateY(-1px);
}

.setr-estimator button.setr-estimator__choice:active {
	border-color: var(--setr-orange-active) !important;
	background: var(--setr-orange-active) !important;
	color: #fff !important;
	transform: translateY(0);
}

.setr-estimator__choice:focus-visible,
.setr-estimator__button:focus-visible,
.setr-estimator__link-button:focus-visible,
.setr-estimator__pricebook-option:focus-within {
	outline: 3px solid rgba(52, 66, 163, 0.4);
	outline-offset: 3px;
}

.setr-estimator__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 1.25rem;
}

.setr-estimator__link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 0;
	min-height: 44px;
	height: auto !important;
	padding: 0.4rem 0;
	border: 0;
	background: transparent;
	color: var(--setr-blue);
	font: inherit;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: underline;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: normal;
	cursor: pointer;
}

.setr-estimator__result {
	padding: clamp(1.1rem, 3vw, 1.65rem);
	border: 1px solid #cfe0f5;
	border-radius: 12px;
	background: var(--setr-surface);
}

.setr-estimator__zone-notice {
	margin: 0.6rem 0 1rem;
	color: var(--setr-muted);
	line-height: 1.5;
}

.setr-estimator__starting-price {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: baseline;
	margin: 1rem 0;
	color: var(--setr-navy);
}

.setr-estimator__starting-price span {
	font-size: 1rem;
	font-weight: 700;
}

.setr-estimator__starting-price strong {
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(2rem, 6vw, 3rem);
	font-weight: 850;
	letter-spacing: -0.035em;
}

.setr-estimator__estimate-message {
	margin: 1rem 0;
	padding: 1rem;
	border-left: 4px solid var(--setr-success);
	border-radius: 8px;
	background: #ebfbf2;
	color: #0d6333;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.55;
}

.setr-estimator__pricebook-options h4,
.setr-estimator__answers h4 {
	margin: 1.25rem 0 0.65rem;
	color: var(--setr-navy);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
}

.setr-estimator__pricebook-option {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin: 0.6rem 0;
	padding: 0.9rem;
	border: 2px solid #cbd5e1;
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
}

.setr-estimator__pricebook-option.is-selected {
	border-color: var(--setr-blue);
	box-shadow: 0 0 0 3px rgba(52, 66, 163, 0.12);
}

.setr-estimator__pricebook-option input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	accent-color: var(--setr-blue);
}

.setr-estimator__pricebook-option > span {
	display: flex;
	flex: 1;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.setr-estimator__pricebook-option strong {
	color: var(--setr-ink);
}

.setr-estimator__pricebook-option > span > span {
	color: var(--setr-navy);
	font-weight: 800;
	white-space: normal;
	overflow-wrap: anywhere;
}

.setr-estimator__single-option {
	margin: 0.5rem 0 1rem;
	color: var(--setr-ink);
	font-weight: 700;
}

.setr-estimator__answers ul {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--setr-muted);
	line-height: 1.55;
}

.setr-estimator__disclaimer {
	margin: 1.25rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #cbd5e1;
	color: var(--setr-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.setr-estimator__cta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.setr-estimator__outside {
	padding: clamp(1.2rem, 4vw, 2rem);
	border-left: 5px solid var(--setr-orange);
	border-radius: 10px;
	background: #fff5ef;
}

.setr-estimator__outside p {
	max-width: 48rem;
	margin: 0.65rem 0 1rem;
	color: var(--setr-muted);
	line-height: 1.55;
}

.setr-estimator__status {
	min-height: 0;
	margin: 0;
	color: var(--setr-success);
	font-weight: 700;
}

.setr-estimator__status:not(:empty) {
	margin-bottom: 1rem;
	padding: 0.8rem 1rem;
	border-left: 4px solid currentColor;
	border-radius: 7px;
	background: #ebfbf2;
}

.setr-estimator__status.is-error {
	color: var(--setr-error);
	background: #fff1f0;
}

@media (min-width: 768px) {
	.setr-estimator__step {
		min-height: clamp(440px, 42vw, 520px);
	}
}

@media (max-width: 991px) {
	.setr-estimator__cta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.setr-estimator__zip-row,
	.setr-estimator__choices,
	.setr-estimator__cta-grid {
		grid-template-columns: 1fr;
	}

	.setr-estimator__pricebook-option > span {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.setr-estimator__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 479px) {
	.setr-estimator .setr-estimator__button,
	.setr-estimator .setr-estimator__link-button,
	.setr-estimator .setr-estimator__choice {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.setr-estimator *,
	.setr-estimator *::before,
	.setr-estimator *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
