/* Immobilienbewertung Tool – scoped frontend styles */
.ivb-widget {
	--ivb-text: #17211f;
	--ivb-muted: #64706d;
	--ivb-surface: #ffffff;
	--ivb-surface-soft: #f5f8f7;
	--ivb-line: #dfe7e4;
	--ivb-danger: #b42318;
	--ivb-success: #157347;
	--ivb-radius: 28px;
	width: 100%;
	max-width: 1080px;
	margin: 2rem auto;
	color: var(--ivb-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	isolation: isolate;
}
.ivb-widget.ivb-width-compact { max-width: 780px; }
.ivb-widget.ivb-width-wide { max-width: 1240px; }
.ivb-widget *, .ivb-widget *::before, .ivb-widget *::after { box-sizing: border-box; }
.ivb-widget button, .ivb-widget input, .ivb-widget select, .ivb-widget textarea { font: inherit; }
.ivb-widget button { margin: 0; }
.ivb-widget svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ivb-widget [hidden] { display: none !important; }
.ivb-shell {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(var(--ivb-accent-rgb), .035), transparent 34%), var(--ivb-surface);
	border: 1px solid rgba(var(--ivb-accent-rgb), .14);
	border-radius: var(--ivb-radius);
	box-shadow: 0 26px 80px rgba(20, 40, 35, .12), 0 3px 12px rgba(20, 40, 35, .05);
}
.ivb-glow { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(3px); z-index: -1; }
.ivb-glow--one { width: 320px; height: 320px; top: -180px; right: -100px; background: radial-gradient(circle, rgba(var(--ivb-accent-rgb), .18), transparent 68%); }
.ivb-glow--two { width: 250px; height: 250px; left: -150px; bottom: -130px; background: radial-gradient(circle, rgba(var(--ivb-accent-rgb), .1), transparent 68%); }
.ivb-header { padding: 44px 50px 30px; text-align: center; border-bottom: 1px solid var(--ivb-line); }
.ivb-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(var(--ivb-accent-rgb), .2); border-radius: 999px; background: rgba(var(--ivb-accent-rgb), .08); color: var(--ivb-accent); font-size: 12px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.ivb-badge > span { font-size: 8px; }
.ivb-header h2 { max-width: 760px; margin: 15px auto 8px; color: var(--ivb-text); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; font-weight: 780; }
.ivb-header > p { max-width: 720px; margin: 0 auto; color: var(--ivb-muted); font-size: 17px; }
.ivb-trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 22px; color: var(--ivb-muted); font-size: 13px; font-weight: 600; }
.ivb-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.ivb-trust-row svg { width: 18px; height: 18px; color: var(--ivb-accent); }
.ivb-calculator-panel { padding: 0 50px 44px; }
.ivb-progress { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; margin: 28px auto 38px; }
.ivb-progress__track { position: absolute; top: 16px; left: calc(16.666% + 17px); right: calc(16.666% + 17px); height: 2px; overflow: hidden; background: var(--ivb-line); }
.ivb-progress__fill { display: block; width: 0; height: 100%; background: var(--ivb-accent); transition: width .35s ease; }
.ivb-progress__item { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--ivb-muted); font-size: 12px; font-weight: 650; }
.ivb-progress__item > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ivb-line); border-radius: 50%; background: var(--ivb-surface); color: var(--ivb-muted); transition: .25s ease; }
.ivb-progress__item.is-active > span, .ivb-progress__item.is-complete > span { border-color: var(--ivb-accent); background: var(--ivb-accent); color: #fff; box-shadow: 0 5px 16px rgba(var(--ivb-accent-rgb), .26); }
.ivb-progress__item.is-active small { color: var(--ivb-text); }
.ivb-notice, .ivb-lead-notice { margin: -12px 0 24px; padding: 12px 15px; border: 1px solid rgba(180, 35, 24, .24); border-radius: 12px; background: rgba(180, 35, 24, .06); color: var(--ivb-danger); font-size: 14px; font-weight: 650; }
.ivb-lead-notice.is-success { border-color: rgba(21, 115, 71, .24); background: rgba(21, 115, 71, .07); color: var(--ivb-success); }
.ivb-step { animation: ivbFade .3s ease; }
@keyframes ivbFade { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.ivb-step__head { margin-bottom: 26px; }
.ivb-step__head > span, .ivb-lead-panel__head > span { color: var(--ivb-accent); font-size: 12px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.ivb-step__head h3, .ivb-lead-panel__head h3 { margin: 5px 0 4px; color: var(--ivb-text); font-size: clamp(23px, 3vw, 30px); line-height: 1.2; letter-spacing: -.02em; }
.ivb-step__head p, .ivb-lead-panel__head p { margin: 0; color: var(--ivb-muted); }
.ivb-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; margin: 0; color: var(--ivb-text); }
.ivb-field > span, .ivb-choice-field legend { padding: 0; color: var(--ivb-text); font-size: 13px; font-weight: 700; }
.ivb-field em, .ivb-choice-field em { margin-left: 3px; color: var(--ivb-accent); font-style: normal; }
.ivb-fields { display: grid; gap: 18px; }
.ivb-fields--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ivb-fields--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ivb-field--full { grid-column: 1 / -1; }
.ivb-choice-field { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
.ivb-choice-field legend { margin-bottom: 10px; }
.ivb-property-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.ivb-property-choice { position: relative; min-width: 0; cursor: pointer; }
.ivb-property-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ivb-property-choice__body { position: relative; display: flex; min-height: 126px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 15px 9px; border: 1px solid var(--ivb-line); border-radius: 17px; background: var(--ivb-surface); text-align: center; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.ivb-property-choice:hover .ivb-property-choice__body { transform: translateY(-2px); border-color: rgba(var(--ivb-accent-rgb), .45); box-shadow: 0 8px 22px rgba(30, 50, 45, .08); }
.ivb-property-choice input:focus-visible + .ivb-property-choice__body { outline: 3px solid rgba(var(--ivb-accent-rgb), .18); outline-offset: 2px; }
.ivb-property-choice input:checked + .ivb-property-choice__body { border-color: var(--ivb-accent); background: rgba(var(--ivb-accent-rgb), .055); box-shadow: inset 0 0 0 1px var(--ivb-accent), 0 9px 24px rgba(var(--ivb-accent-rgb), .1); }
.ivb-property-choice__icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--ivb-accent); }
.ivb-property-choice__icon svg { width: 35px; height: 35px; stroke-width: 1.55; }
.ivb-property-choice__title { font-size: 12px; font-weight: 720; line-height: 1.2; }
.ivb-property-choice__check { position: absolute; top: 9px; right: 9px; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--ivb-line); border-radius: 50%; background: var(--ivb-surface); color: transparent; }
.ivb-property-choice__check svg { width: 14px; height: 14px; }
.ivb-property-choice input:checked + .ivb-property-choice__body .ivb-property-choice__check { border-color: var(--ivb-accent); background: var(--ivb-accent); color: #fff; }
.ivb-widget input[type="text"], .ivb-widget input[type="number"], .ivb-widget input[type="email"], .ivb-widget input[type="tel"], .ivb-widget select, .ivb-widget textarea { width: 100%; min-height: 50px; margin: 0; padding: 11px 14px; border: 1px solid var(--ivb-line); border-radius: 13px; outline: 0; background: var(--ivb-surface); color: var(--ivb-text); box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ivb-widget textarea { min-height: 88px; resize: vertical; }
.ivb-widget input::placeholder, .ivb-widget textarea::placeholder { color: #9aa4a1; opacity: 1; }
.ivb-widget input:focus, .ivb-widget select:focus, .ivb-widget textarea:focus { border-color: var(--ivb-accent); box-shadow: 0 0 0 4px rgba(var(--ivb-accent-rgb), .11); }
.ivb-input-wrap { position: relative; }
.ivb-input-wrap > svg { position: absolute; z-index: 1; top: 50%; left: 14px; width: 20px; height: 20px; transform: translateY(-50%); color: var(--ivb-muted); pointer-events: none; }
.ivb-input-wrap > svg + input { padding-left: 43px; }
.ivb-input-wrap--suffix input { padding-right: 48px; }
.ivb-input-wrap--suffix b { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); color: var(--ivb-muted); font-size: 13px; font-weight: 650; pointer-events: none; }
.ivb-field.is-invalid input, .ivb-field.is-invalid select, .ivb-field.is-invalid textarea, .ivb-choice-field.is-invalid .ivb-property-choice__body { border-color: var(--ivb-danger); box-shadow: 0 0 0 3px rgba(180, 35, 24, .08); }
.ivb-step__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.ivb-step__actions--end { justify-content: flex-end; }
.ivb-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-size: 14px; font-weight: 740; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; -webkit-appearance: none; appearance: none; }
.ivb-button svg { width: 19px; height: 19px; }
.ivb-button:hover { transform: translateY(-1px); }
.ivb-button:focus-visible { outline: 3px solid rgba(var(--ivb-accent-rgb), .2); outline-offset: 2px; }
.ivb-button:disabled { cursor: wait; opacity: .72; transform: none; }
.ivb-button--primary { border-color: var(--ivb-accent); background: var(--ivb-accent); color: #fff; box-shadow: 0 9px 22px rgba(var(--ivb-accent-rgb), .22); }
.ivb-button--primary:hover { color: #fff; box-shadow: 0 12px 28px rgba(var(--ivb-accent-rgb), .29); filter: brightness(.96); }
.ivb-button--ghost { border-color: var(--ivb-line); background: var(--ivb-surface); color: var(--ivb-text); box-shadow: none; }
.ivb-button--ghost:hover { border-color: rgba(var(--ivb-accent-rgb), .4); background: rgba(var(--ivb-accent-rgb), .04); color: var(--ivb-text); }
.ivb-button.is-loading svg { animation: ivbPulse .8s ease-in-out infinite alternate; }
@keyframes ivbPulse { to { opacity: .25; transform: scale(.85); } }
.ivb-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ivb-feature-choice { position: relative; cursor: pointer; }
.ivb-feature-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.ivb-feature-choice > span { display: flex; min-height: 67px; align-items: center; gap: 11px; padding: 13px 14px; border: 1px solid var(--ivb-line); border-radius: 14px; background: var(--ivb-surface); transition: .2s ease; }
.ivb-feature-choice:hover > span { border-color: rgba(var(--ivb-accent-rgb), .45); transform: translateY(-1px); }
.ivb-feature-choice input:focus-visible + span { outline: 3px solid rgba(var(--ivb-accent-rgb), .16); outline-offset: 2px; }
.ivb-feature-choice input:checked + span { border-color: var(--ivb-accent); background: rgba(var(--ivb-accent-rgb), .06); box-shadow: inset 0 0 0 1px var(--ivb-accent); }
.ivb-feature-choice__check { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid var(--ivb-line); border-radius: 7px; color: transparent; }
.ivb-feature-choice__check svg { width: 16px; height: 16px; }
.ivb-feature-choice input:checked + span .ivb-feature-choice__check { border-color: var(--ivb-accent); background: var(--ivb-accent); color: #fff; }
.ivb-feature-choice strong { font-size: 13px; line-height: 1.3; }
.ivb-summary-card { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-top: 26px; border: 1px solid var(--ivb-line); border-radius: 15px; background: var(--ivb-line); }
.ivb-summary-card > div { min-width: 0; padding: 14px; background: var(--ivb-surface-soft); }
.ivb-summary-card span { display: block; margin-bottom: 3px; color: var(--ivb-muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .035em; }
.ivb-summary-card strong { display: block; overflow: hidden; color: var(--ivb-text); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ivb-result { padding: 44px 50px 48px; animation: ivbFade .4s ease; }
.ivb-result__hero { padding: 34px; border: 1px solid rgba(var(--ivb-accent-rgb), .18); border-radius: 22px; background: linear-gradient(140deg, rgba(var(--ivb-accent-rgb), .1), rgba(var(--ivb-accent-rgb), .035)); text-align: center; }
.ivb-result__eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--ivb-accent); font-size: 12px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.ivb-result__eyebrow svg { width: 19px; height: 19px; }
.ivb-result__value { display: block; margin: 8px 0 3px; color: var(--ivb-text); font-size: clamp(43px, 7vw, 72px); line-height: 1; letter-spacing: -.055em; }
.ivb-result__hero p { margin: 10px 0 0; color: var(--ivb-muted); }
.ivb-result__hero p b { color: var(--ivb-text); }
.ivb-range-visual { position: relative; width: min(430px, 90%); height: 8px; margin: 24px auto 4px; border-radius: 999px; background: rgba(var(--ivb-accent-rgb), .13); }
.ivb-range-visual > span { position: absolute; inset: 0 14%; border-radius: inherit; background: linear-gradient(90deg, rgba(var(--ivb-accent-rgb), .35), var(--ivb-accent), rgba(var(--ivb-accent-rgb), .35)); }
.ivb-range-visual > i { position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; transform: translate(-50%, -50%); border: 4px solid var(--ivb-surface); border-radius: 50%; background: var(--ivb-accent); box-shadow: 0 3px 10px rgba(var(--ivb-accent-rgb), .35); }
.ivb-result__metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.ivb-result__metrics > div { padding: 18px; border: 1px solid var(--ivb-line); border-radius: 15px; background: var(--ivb-surface); }
.ivb-result__metrics span { display: block; margin-bottom: 5px; color: var(--ivb-muted); font-size: 12px; }
.ivb-result__metrics strong { display: block; color: var(--ivb-text); font-size: 15px; line-height: 1.3; }
.ivb-result__details { margin-top: 30px; }
.ivb-result__details h3 { margin: 0 0 13px; color: var(--ivb-text); font-size: 18px; }
.ivb-factor-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.ivb-factor-list li { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px; border: 1px solid var(--ivb-line); border-radius: 12px; background: var(--ivb-surface-soft); }
.ivb-factor-list li > span { min-width: 0; }
.ivb-factor-list strong, .ivb-factor-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ivb-factor-list strong { font-size: 12px; }
.ivb-factor-list small { margin-top: 2px; color: var(--ivb-muted); font-size: 11px; }
.ivb-factor-list b { flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; background: rgba(100, 112, 109, .1); color: var(--ivb-muted); font-size: 11px; }
.ivb-factor-list b.is-positive { background: rgba(21, 115, 71, .09); color: var(--ivb-success); }
.ivb-factor-list b.is-negative { background: rgba(180, 35, 24, .08); color: var(--ivb-danger); }
.ivb-disclaimer { display: flex; gap: 11px; margin-top: 22px; padding: 14px 16px; border-radius: 13px; background: var(--ivb-surface-soft); color: var(--ivb-muted); font-size: 12px; }
.ivb-disclaimer svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--ivb-accent); }
.ivb-disclaimer p { margin: 0; }
.ivb-result__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 26px; }
.ivb-lead-panel { margin-top: 30px; padding: 26px; border: 1px solid rgba(var(--ivb-accent-rgb), .2); border-radius: 20px; background: rgba(var(--ivb-accent-rgb), .04); animation: ivbFade .3s ease; }
.ivb-lead-panel__head { margin-bottom: 20px; }
.ivb-lead-notice { margin: 0 0 18px; }
.ivb-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--ivb-muted); cursor: pointer; font-size: 12px; }
.ivb-consent > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ivb-consent > span:first-of-type { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; border: 1px solid var(--ivb-line); border-radius: 6px; background: var(--ivb-surface); color: transparent; }
.ivb-consent > span:first-of-type svg { width: 16px; height: 16px; }
.ivb-consent input:checked + span { border-color: var(--ivb-accent); background: var(--ivb-accent); color: #fff; }
.ivb-consent input:focus-visible + span { outline: 3px solid rgba(var(--ivb-accent-rgb), .18); outline-offset: 2px; }
.ivb-consent a { color: var(--ivb-accent); font-weight: 700; }
.ivb-lead-form__actions { margin-top: 20px; text-align: right; }
.ivb-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ivb-theme-dark { --ivb-text: #f2f7f5; --ivb-muted: #aab8b4; --ivb-surface: #14201d; --ivb-surface-soft: #1a2925; --ivb-line: #30413c; }
.ivb-theme-dark .ivb-shell { box-shadow: 0 26px 80px rgba(0, 0, 0, .3); }
.ivb-theme-dark input::placeholder, .ivb-theme-dark textarea::placeholder { color: #7f918b; }
@media (max-width: 860px) {
	.ivb-header { padding: 38px 30px 26px; }
	.ivb-calculator-panel, .ivb-result { padding-left: 30px; padding-right: 30px; }
	.ivb-property-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ivb-fields--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ivb-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ivb-summary-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
	.ivb-widget { margin: 1rem auto; font-size: 15px; }
	.ivb-shell { border-radius: 20px; }
	.ivb-header { padding: 30px 20px 23px; }
	.ivb-header h2 { font-size: 31px; }
	.ivb-header > p { font-size: 15px; }
	.ivb-trust-row { align-items: center; flex-direction: column; gap: 7px; }
	.ivb-calculator-panel, .ivb-result { padding: 0 18px 26px; }
	.ivb-result { padding-top: 26px; }
	.ivb-progress { margin: 22px auto 30px; }
	.ivb-progress__item small { font-size: 10px; }
	.ivb-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ivb-property-choice:last-child { grid-column: 1 / -1; }
	.ivb-property-choice__body { min-height: 105px; }
	.ivb-fields--2, .ivb-fields--3, .ivb-feature-grid, .ivb-result__metrics, .ivb-factor-list { grid-template-columns: 1fr; }
	.ivb-step__actions { align-items: stretch; flex-direction: column-reverse; }
	.ivb-step__actions--end { flex-direction: column; }
	.ivb-button { width: 100%; }
	.ivb-summary-card { grid-template-columns: 1fr; }
	.ivb-result__hero { padding: 27px 14px; }
	.ivb-result__value { font-size: 44px; }
	.ivb-result__actions { align-items: stretch; flex-direction: column; }
	.ivb-lead-panel { padding: 20px 15px; }
}
@media (prefers-reduced-motion: reduce) {
	.ivb-widget *, .ivb-widget *::before, .ivb-widget *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Suchauftrag */
.ivb-progress--4 { grid-template-columns: repeat(4, 1fr); max-width: 720px; }
.ivb-progress--4 .ivb-progress__track { left: calc(12.5% + 17px); right: calc(12.5% + 17px); }
.ivb-choice-field legend small { margin-left: 7px; color: var(--ivb-muted); font-size: 11px; font-weight: 550; }
.ivb-intent-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 650px; }
.ivb-intent-choice .ivb-property-choice__body { min-height: 106px; flex-direction: row; justify-content: flex-start; padding: 18px 22px; text-align: left; }
.ivb-intent-choice .ivb-property-choice__icon { flex: 0 0 46px; width: 46px; height: 46px; }
.ivb-intent-choice .ivb-property-choice__icon svg { width: 42px; height: 42px; }
.ivb-intent-choice .ivb-property-choice__title { font-size: 17px; }
.ivb-search-property-field { margin-top: 28px; }
.ivb-search-property-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ivb-search-property-grid .ivb-property-choice__body { min-height: 116px; }
.ivb-search-fixed-intent { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 4px; padding: 13px 17px; border: 1px solid rgba(var(--ivb-accent-rgb), .2); border-radius: 15px; background: rgba(var(--ivb-accent-rgb), .055); }
.ivb-search-fixed-intent__icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ivb-accent); }
.ivb-search-fixed-intent__icon svg { width: 36px; height: 36px; }
.ivb-search-fixed-intent small, .ivb-search-fixed-intent strong { display: block; }
.ivb-search-fixed-intent small { color: var(--ivb-muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.ivb-search-fixed-intent strong { margin-top: 1px; font-size: 15px; }
.ivb-input-wrap--textarea > svg { top: 16px; transform: none; }
.ivb-input-wrap--textarea > svg + textarea { padding-left: 43px; }
.ivb-search-plot-field[hidden] { display: none !important; }
.ivb-search-features-field { margin-top: 28px; }
.ivb-search-notes { margin-top: 22px; }
.ivb-search-summary { margin: 0 0 26px; }
.ivb-search-contact-grid { margin-top: 0; }
.ivb-search-widget [data-search-budget-suffix] { min-width: 0; white-space: nowrap; }
.ivb-search-widget [name="budget_max"] { padding-right: 105px; }
.ivb-consent.is-invalid > span:first-of-type { border-color: var(--ivb-danger); box-shadow: 0 0 0 3px rgba(180, 35, 24, .08); }
.ivb-search-success { padding: 54px 50px 50px; text-align: center; animation: ivbFade .4s ease; }
.ivb-search-success__icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; background: rgba(var(--ivb-accent-rgb), .1); color: var(--ivb-accent); box-shadow: inset 0 0 0 1px rgba(var(--ivb-accent-rgb), .18); }
.ivb-search-success__icon svg { width: 46px; height: 46px; stroke-width: 2; }
.ivb-search-success h3 { max-width: 760px; margin: 9px auto 8px; color: var(--ivb-text); font-size: clamp(29px, 4vw, 43px); line-height: 1.12; letter-spacing: -.035em; }
.ivb-search-success > p { max-width: 690px; margin: 0 auto; color: var(--ivb-muted); font-size: 16px; }
.ivb-search-success__summary { margin: 30px 0 24px; text-align: left; }
.ivb-search-success > .ivb-button { margin-top: 2px; }
.ivb-search-complete .ivb-header { border-bottom-color: transparent; }

@media (max-width: 860px) {
	.ivb-search-property-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ivb-search-success { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 600px) {
	.ivb-progress--4 .ivb-progress__item small { max-width: 62px; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
	.ivb-intent-grid { grid-template-columns: 1fr; }
	.ivb-intent-choice .ivb-property-choice__body { min-height: 88px; }
	.ivb-search-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ivb-search-property-grid .ivb-property-choice:last-child { grid-column: 1 / -1; }
	.ivb-search-property-grid .ivb-property-choice__body { min-height: 103px; }
	.ivb-search-fixed-intent { width: 100%; }
	.ivb-search-success { padding: 34px 18px 30px; }
	.ivb-search-success__summary { text-align: center; }
}
