.smith-hvac-quote,
.smith-hvac-quote * { box-sizing: border-box; }
.smith-hvac-quote {
	--smith-primary: #ffc43d;
	--smith-accent: #075b88;
	--smith-ink: #27343d;
	--smith-muted: #5f6d76;
	--smith-line: #d8e4ec;
	--smith-surface: #f1f6fa;
	position: relative;
	left: 50%;
	width: min(1280px, calc(100vw - 24px));
	max-width: none;
	min-height: 720px;
	margin: 24px auto;
	padding: clamp(26px, 5vw, 64px);
	transform: translateX(-50%);
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--smith-line);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(7, 91, 136, .14);
	color: var(--smith-ink);
	font-family: var(--et_global_body_font, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-weight: var(--et_global_body_font_weight, 400);
	line-height: 1.55;
}
.smith-hvac-quote h1,
.smith-hvac-quote h2,
.smith-hvac-quote h3,
.smith-hvac-quote h4,
.smith-hvac-quote h5,
.smith-hvac-quote h6 {
	font-family: var(--et_global_heading_font, var(--et_global_body_font, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
	font-weight: var(--et_global_heading_font_weight, 700);
}
.smith-hvac-quote::before { position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--smith-accent) 0 72%, var(--smith-primary) 72% 100%); content: ""; }
.smith-hvac-quote button,
.smith-hvac-quote input { font: inherit; }
.smith-hvac-quote button { font-weight: 700; }
.smith-hvac-quote__app-loader { position: absolute; inset: 6px 0 0; z-index: 5; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 32px; background: #fff; text-align: center; transition: opacity .55s cubic-bezier(.22, 1, .36, 1), visibility .55s; }
.smith-hvac-quote__app-loader > p { margin: 24px 0 5px; color: var(--smith-accent); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.smith-hvac-quote__app-loader h2 { margin: 0; color: var(--smith-accent); font-size: clamp(26px, 4vw, 40px); line-height: 1.15; letter-spacing: -.025em; }
.smith-hvac-quote__app { opacity: 0; transform: translateY(12px); visibility: hidden; transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1), visibility .65s; }
.smith-hvac-quote.is-ready .smith-hvac-quote__app-loader { opacity: 0; pointer-events: none; visibility: hidden; }
.smith-hvac-quote.is-ready .smith-hvac-quote__app { opacity: 1; transform: translateY(0); visibility: visible; }
.smith-hvac-quote__loader-mark { position: relative; width: 72px; height: 72px; border: 7px solid #e6f0f5; border-top-color: var(--smith-accent); border-right-color: var(--smith-primary); border-radius: 50%; animation: smith-hvac-spin 1.05s linear infinite; }
.smith-hvac-quote__loader-mark span { position: absolute; inset: 14px; border: 5px solid var(--smith-primary); border-radius: 50%; }
.smith-hvac-quote__loading-line { width: min(320px, 75vw); height: 6px; margin-top: 30px; overflow: hidden; background: #e7f0f5; border-radius: 999px; }
.smith-hvac-quote__loading-line span { display: block; width: 100%; height: 100%; transform: translateX(-100%); background: var(--smith-primary); border-radius: inherit; animation: smith-hvac-app-load 2s cubic-bezier(.22, 1, .36, 1) forwards; }
.smith-hvac-quote__topbar { margin-bottom: 42px; }
.smith-hvac-quote__progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.smith-hvac-quote__progress-copy strong { color: var(--smith-accent); font-size: 13px; font-weight: 800; letter-spacing: .025em; }
.smith-hvac-quote__progress-copy p { flex: 0 0 auto; margin: 0; color: var(--smith-muted); font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.smith-hvac-quote__progress-track { width: 100%; height: 5px; overflow: hidden; background: #e9eff2; border-radius: 10px; }
.smith-hvac-quote__progress-track span { display: block; width: 16.66%; height: 100%; background: var(--smith-primary); border-radius: inherit; transition: width .55s cubic-bezier(.22, 1, .36, 1); }
.smith-hvac-quote__progress-labels { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 11px 0 0; padding: 0; list-style: none; }
.smith-hvac-quote__progress-labels li { position: relative; margin: 0; padding-left: 13px; color: #88959c; font-size: 11px; font-weight: 650; letter-spacing: .025em; transition: color .3s; }
.smith-hvac-quote__progress-labels li::before { position: absolute; top: .48em; left: 0; width: 6px; height: 6px; border: 1px solid #aebac0; border-radius: 50%; content: ""; transition: border-color .3s, background .3s, box-shadow .3s; }
.smith-hvac-quote__progress-labels li.is-current { color: var(--smith-accent); }
.smith-hvac-quote__progress-labels li.is-current::before { border-color: var(--smith-primary); background: var(--smith-primary); box-shadow: 0 0 0 3px rgba(255, 196, 61, .2); }
.smith-hvac-quote__progress-labels li.is-complete { color: var(--smith-accent); }
.smith-hvac-quote__progress-labels li.is-complete::before { border-color: var(--smith-accent); background: var(--smith-accent); }
.smith-hvac-quote__header { max-width: 720px; margin-bottom: 34px; }
.smith-hvac-quote__header h2 { margin: 4px 0 10px; color: var(--smith-accent); font-size: clamp(28px, 4.4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.smith-hvac-quote__header > p:last-child { max-width: 640px; margin: 0; color: var(--smith-muted); font-size: 17px; }
.smith-hvac-quote__eyebrow,
.smith-hvac-quote__step-label { margin: 0 0 8px; color: var(--smith-accent); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.smith-hvac-quote__step { display: none; opacity: 0; transform: translateX(30px) scale(.992); }
.smith-hvac-quote__step.is-active { display: block; animation: smith-hvac-step-in .58s cubic-bezier(.22, 1, .36, 1) forwards; }
.smith-hvac-quote__step.is-leaving { display: block; pointer-events: none; animation: smith-hvac-step-out .24s cubic-bezier(.4, 0, 1, 1) forwards; }
.smith-hvac-quote__step-inner > h3 { max-width: 760px; margin: 0 0 28px; color: var(--smith-accent); font-size: clamp(22px, 3.4vw, 31px); line-height: 1.2; letter-spacing: -.02em; outline: none; }
.smith-hvac-quote__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.smith-hvac-choice { position: relative; display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 17px 20px; overflow: hidden; border: 1px solid var(--smith-line); border-radius: 12px; background: #fff; cursor: pointer; transition: border-color .25s, background .25s, box-shadow .25s, transform .25s cubic-bezier(.22, 1, .36, 1); }
.smith-hvac-choice::after { position: absolute; inset: auto 0 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--smith-primary); content: ""; transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.smith-hvac-choice:hover { border-color: rgba(7, 91, 136, .65); box-shadow: 0 10px 24px rgba(7, 91, 136, .1); transform: translateY(-2px); }
.smith-hvac-choice.is-selected { border-color: var(--smith-primary); background: var(--smith-surface); box-shadow: 0 0 0 3px rgba(255, 196, 61, .18); transform: translateY(-2px); }
.smith-hvac-choice.is-selected::after { transform: scaleX(1); }
.smith-hvac-choice input,
.smith-hvac-tier input { position: absolute; opacity: 0; pointer-events: none; }
.smith-hvac-choice__indicator { display: grid; flex: 0 0 34px !important; width: 34px; height: 34px; place-items: center; border: 1px solid #cbd8df; border-radius: 50%; background: #f8fbfc; color: transparent; transition: border-color .25s, background .25s, color .25s, transform .25s; }
.smith-hvac-choice.is-selected .smith-hvac-choice__indicator { border-color: var(--smith-accent); background: var(--smith-accent); color: #fff; transform: scale(1.06); }
.smith-hvac-choice__label { flex: 1; font-weight: 700; }
.smith-hvac-choice__arrow { flex: 0 0 auto; color: var(--smith-accent); transition: opacity .2s, transform .25s; }
.smith-hvac-choice:hover .smith-hvac-choice__arrow { transform: translateX(3px); }
.smith-hvac-choice.is-selected .smith-hvac-choice__arrow { opacity: 0; transform: translateX(8px); }
.smith-hvac-quote__nav { display: flex; justify-content: space-between; margin-top: 28px; }
.smith-hvac-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--smith-primary); border-radius: 999px; background: var(--smith-primary); color: var(--smith-accent) !important; font-size: 15px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none !important; cursor: pointer; transition: filter .22s, box-shadow .22s, transform .22s cubic-bezier(.22, 1, .36, 1); }
.smith-hvac-button:hover { filter: brightness(.98); box-shadow: 0 9px 20px rgba(7, 91, 136, .16); transform: translateY(-2px); }
.smith-hvac-button:focus-visible,
.smith-hvac-choice:has(input:focus-visible),
.smith-hvac-tier:has(input:focus-visible) { outline: 3px solid color-mix(in srgb, var(--smith-primary) 35%, transparent); outline-offset: 3px; }
.smith-hvac-button--ghost { border-color: var(--smith-line); background: #fff; color: var(--smith-accent) !important; }
.smith-hvac-button--light { border-color: #fff; background: #fff; color: var(--smith-accent) !important; }
.smith-hvac-quote__tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 14px; }
.smith-hvac-tier { position: relative; display: flex; min-height: 265px; flex-direction: column; padding: 26px 22px 22px; border: 1px solid var(--smith-line); border-radius: 14px; background: #fff; cursor: pointer; transition: border-color .18s, transform .18s, box-shadow .18s; }
.smith-hvac-tier:hover,
.smith-hvac-tier.is-selected { border-color: var(--smith-accent); transform: translateY(-3px); box-shadow: 0 14px 28px rgba(7, 91, 136, .12); }
.smith-hvac-tier--featured { border-color: rgba(7, 91, 136, .35); }
.smith-hvac-tier em { align-self: flex-start; margin: -40px 0 14px; padding: 5px 10px; border-radius: 20px; background: var(--smith-primary); color: var(--smith-accent); font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.smith-hvac-tier__check { width: 24px; height: 24px; margin-bottom: 18px; border: 2px solid var(--smith-line); border-radius: 50%; }
.smith-hvac-tier.is-selected .smith-hvac-tier__check { border: 7px solid var(--smith-accent); }
.smith-hvac-tier strong { color: var(--smith-accent); font-size: 24px; }
.smith-hvac-tier p { margin: 12px 0 0; color: var(--smith-muted); font-size: 14px; }
.smith-hvac-quote__review { overflow: hidden; border: 1px solid var(--smith-line); border-radius: 14px; }
.smith-hvac-quote__review div { display: grid; grid-template-columns: minmax(140px, .8fr) 1.4fr; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--smith-line); }
.smith-hvac-quote__review div:last-child { border-bottom: 0; }
.smith-hvac-quote__review span { color: var(--smith-muted); }
.smith-hvac-quote__review strong { color: var(--smith-accent); }
.smith-hvac-quote__estimate-card,
.smith-hvac-quote__custom-estimate { padding: clamp(24px, 5vw, 42px); border-radius: 16px; background: var(--smith-accent); color: #fff; }
.smith-hvac-quote__estimate-card > span,
.smith-hvac-quote__custom-estimate > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.smith-hvac-quote__estimate-card > strong,
.smith-hvac-quote__custom-estimate > strong { display: block; color: #fff; font-size: clamp(34px, 7vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.smith-hvac-quote__estimate-card > div { display: flex; justify-content: space-between; gap: 24px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.smith-hvac-quote__estimate-card b { color: #fff; }
.smith-hvac-quote__custom-estimate p { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.82); }
.smith-hvac-quote__calculation .smith-hvac-quote__step-inner { display: flex; min-height: 390px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.smith-hvac-quote__calculation .smith-hvac-quote__step-label { margin-top: 24px; }
.smith-hvac-quote__calculation .smith-hvac-quote__step-inner > h3 { max-width: 620px; margin-bottom: 12px; }
.smith-hvac-quote__calculation [data-calculation-message] { opacity: 1; transform: translateY(0); transition: opacity .17s ease, transform .17s ease; }
.smith-hvac-quote__calculation [data-calculation-message].is-changing { opacity: 0; transform: translateY(6px); }
.smith-hvac-quote__loader-mark--quote { width: 82px; height: 82px; }
.smith-hvac-quote__calculation-status { display: flex; gap: 8px; margin-top: 20px; }
.smith-hvac-quote__calculation-status span { width: 9px; height: 9px; background: var(--smith-accent); border-radius: 50%; animation: smith-hvac-dot 1.15s ease-in-out infinite; }
.smith-hvac-quote__calculation-status span:nth-child(2) { animation-delay: .15s; }
.smith-hvac-quote__calculation-status span:nth-child(3) { animation-delay: .3s; }
.smith-hvac-quote__disclaimer { margin: 20px 0 34px; padding-left: 15px; border-left: 3px solid var(--smith-primary); color: var(--smith-muted); font-size: 14px; }
.smith-hvac-quote__actions { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 16px; }
.smith-hvac-quote__action-card { display: flex; min-height: 252px; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--smith-line); border-radius: 14px; background: var(--smith-surface); transition: border-color .25s, box-shadow .25s, transform .25s; }
.smith-hvac-quote__action-card--primary { border-color: var(--smith-accent); background: var(--smith-accent); color: #fff; box-shadow: 0 16px 36px rgba(7, 91, 136, .18); }
.smith-hvac-quote__action-card--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(7, 91, 136, .22); }
.smith-hvac-quote__action-number { color: var(--smith-accent); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.smith-hvac-quote__action-card--primary .smith-hvac-quote__action-number { color: var(--smith-primary); }
.smith-hvac-quote__action-card h4 { margin: 16px 0 18px; color: var(--smith-accent); font-size: 21px; line-height: 1.25; }
.smith-hvac-quote__action-card--primary h4 { color: #fff; font-size: 24px; }
.smith-hvac-quote__action-card p { margin: -6px 0 20px; color: rgba(255,255,255,.78); font-size: 14px; }
.smith-hvac-quote__action-card--secondary { background: #fff; }
.smith-hvac-quote__action-card .smith-hvac-button { margin-top: auto; }
.smith-hvac-quote__lead-panel { margin-top: 22px; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--smith-line); border-radius: 14px; background: #fff; }
.smith-hvac-quote__lead-panel[hidden] { display: none; }
.smith-hvac-quote__lead-panel h4 { margin: 0 0 20px; color: var(--smith-accent); font-size: 22px; }
.smith-hvac-quote__fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.smith-hvac-quote__fields label { display: block; }
.smith-hvac-quote__fields label > span { display: block; margin-bottom: 6px; color: var(--smith-accent); font-size: 13px; font-weight: 750; }
.smith-hvac-quote__fields input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdcad1; border-radius: 8px; background: #fff; color: var(--smith-ink); }
.smith-hvac-quote__fields input:focus { border-color: var(--smith-accent); outline: 3px solid rgba(7, 91, 136, .13); }
.smith-hvac-quote__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.smith-hvac-quote__notice { margin-top: 14px; font-weight: 700; }
.smith-hvac-quote__notice.is-success { color: #16734b; }
.smith-hvac-quote__notice.is-error { color: #b42318; }
.smith-hvac-quote__restart { display: block; margin: 24px auto 0; padding: 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--smith-muted); cursor: pointer; }
.smith-hvac-button.is-loading { opacity: .65; cursor: wait; }
@keyframes smith-hvac-spin { to { transform: rotate(360deg); } }
@keyframes smith-hvac-app-load { to { transform: translateX(0); } }
@keyframes smith-hvac-step-in { to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes smith-hvac-step-out { to { opacity: 0; transform: translateX(-20px) scale(.992); } }
@keyframes smith-hvac-dot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-6px); } }
@media (max-width: 760px) {
	.smith-hvac-quote { width: min(1280px, calc(100vw - 28px)); min-height: 650px; margin: 12px auto; padding: 28px 18px 30px; border-radius: 14px; }
	.smith-hvac-quote__topbar { margin-bottom: 30px; }
	.smith-hvac-quote__progress-labels { display: none; }
	.smith-hvac-quote__header { margin-bottom: 28px; }
	.smith-hvac-quote__choices,
	.smith-hvac-quote__tiers,
	.smith-hvac-quote__actions,
	.smith-hvac-quote__fields { grid-template-columns: 1fr; }
	.smith-hvac-tier { min-height: auto; }
	.smith-hvac-tier--featured { margin-top: 14px; }
	.smith-hvac-quote__review div { grid-template-columns: 1fr; gap: 2px; }
	.smith-hvac-quote__estimate-card > div { align-items: flex-start; flex-direction: column; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
	.smith-hvac-quote *, .smith-hvac-quote *::before, .smith-hvac-quote *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
