/* ============================================================================
   Berekenhulp – shortcode [berekenhulp]
   ========================================================================= */

.kti-berekenhulp {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
	border: 1px solid #efe6c8;
}


html body .kti-berekenhulp,
html body .kti-berekenhulp *,
html body .kti-berekenhulp *::before,
html body .kti-berekenhulp *::after,
html body .kti-berekenhulp input,
html body .kti-berekenhulp select,
html body .kti-berekenhulp button {
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
}

/* Headings binnen de berekenhulp gebruiken DM Sans (zoals de rest van het thema)
   en moeten de globale h2 gradient-text override krijgen. */
html body .kti-berekenhulp .kti-berekenhulp__eyebrow,
html body .kti-berekenhulp .kti-berekenhulp__title,
html body .kti-berekenhulp .kti-berekenhulp__result-title {
	font-family: "DM Sans", sans-serif !important;
	background: none !important;
	-webkit-background-clip: initial !important;
	background-clip: initial !important;
	-webkit-text-fill-color: currentColor !important;
}

html body .kti-berekenhulp .kti-berekenhulp__title,
html body .kti-berekenhulp .kti-berekenhulp__result-title,
html body .kti-berekenhulp .kti-berekenhulp__title.fusion-responsive-typography-calculated,
html body .kti-berekenhulp .kti-berekenhulp__result-title.fusion-responsive-typography-calculated {
	font-size: 32px !important;
	line-height: 1.2 !important;
	--fontSize: 32 !important;
	--minFontSize: 32 !important;
	--maxFontSize: 32 !important;
}

html body .kti-berekenhulp .kti-berekenhulp__eyebrow {
	font-size: 12px !important;
	line-height: 1.4 !important;
	--fontSize: 12 !important;
	--minFontSize: 12 !important;
	--maxFontSize: 12 !important;
}

.kti-berekenhulp--empty {
	padding: 20px;
	border-radius: 16px;
	background: #f8f7f3;
	color: #3a4653;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

/* ------------------------------------------------------------------ Form */

.kti-berekenhulp__form {
	padding: 36px 36px 40px;
	background: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 16px 0 30px -12px rgba(17, 24, 39, 0.25);
}

.kti-berekenhulp__eyebrow {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #3a4653;
	font-weight: 700;
	margin-bottom: 14px;
}

.kti-berekenhulp__title {
	font-weight: 800;
	color: #13222f;
	margin: 0 0 24px;
}

/* Toggle (Koop/Huur + Ja/Nee) */
.kti-berekenhulp__toggle {
	display: inline-flex;
	background: #fff;
	border: 1px solid #efe6c8;
	border-radius: 999px;
	padding: 6px;
	gap: 6px;
	margin-bottom: 24px;
	box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.kti-berekenhulp__toggle--inline {
	margin-bottom: 0;
	margin-top: 8px;
}

.kti-berekenhulp__toggle-btn {
	font-family: "DM Sans", sans-serif !important;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	color: #13222f;
	font-size: 18px;
	font-weight: 700;
	padding: 7px 56px;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
	line-height: 1;
}

.kti-berekenhulp__toggle-btn.is-active {
	font-family: "DM Sans", sans-serif !important;
	background: #f08008;
	color: #fff;
}

.kti-berekenhulp__field {
	margin-bottom: 16px;
}

.kti-berekenhulp__field > label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #13222f;
	margin-bottom: 6px;
}

.kti-berekenhulp__field select,
.kti-berekenhulp__field input[type="number"] {
	width: 100%;
	max-width: var(--kti-bh-field-width, 480px);
	padding: 12px 38px 12px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #13222f;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(17, 24, 39, 0.03);
	appearance: none;
	-webkit-appearance: none;
}

.kti-berekenhulp__field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2313222f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 8 10 13 15 8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px 16px;
}

.kti-berekenhulp__field input:focus,
.kti-berekenhulp__field select:focus {
	outline: none;
	border-color: #f08008;
	box-shadow: 0 0 0 3px rgba(240, 128, 8, 0.25);
}

html body .kti-berekenhulp .kti-berekenhulp__legend {
	display: block;
	font-family: "Inter", sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	color: #13222f;
	line-height: 1.2;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0 0 6px;
	padding: 0;
}

html body .kti-berekenhulp .kti-berekenhulp__legend small {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #6b7280;
	margin-left: 4px;
	letter-spacing: normal;
	word-spacing: normal;
}

.kti-berekenhulp__checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	max-width: var(--kti-bh-field-width, 480px);
}

.kti-berekenhulp__checkbox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 1 1 0;
	min-width: 0;
	padding: 10px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #13222f;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(17, 24, 39, 0.03);
	transition: border-color .15s ease, background-color .15s ease, box-shadow .2s ease;
}

.kti-berekenhulp__checkbox:hover {
	border-color: #f08008;
}

.kti-berekenhulp__checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	margin: 0;
	border: 1.5px solid #c9cdd2;
	border-radius: 4px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: background-color .15s ease, border-color .15s ease;
}

.kti-berekenhulp__checkbox input[type="checkbox"]:checked {
	background: #f08008;
	border-color: #f08008;
}

.kti-berekenhulp__checkbox input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.kti-berekenhulp__checkbox:has(input[type="checkbox"]:checked) {
	border-color: #f08008;
	background: #fff7ee;
}

.kti-berekenhulp__input-suffix {
	position: relative;
	max-width: var(--kti-bh-field-width, 480px);
}

.kti-berekenhulp__input-suffix > input {
	max-width: 100% !important;
}

.kti-berekenhulp__input-suffix > span {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #6b7280;
	font-size: 14px;
	font-weight: 600;
	pointer-events: none;
}

/* ------------------------------------------------------------------ Result */

.kti-berekenhulp__result {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 25%),
		radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.18), transparent 50%),
		linear-gradient(135deg, #ff9520 0%, #f08008 45%, #c45e00 100%);
	padding: 36px 36px 40px;
	color: #13222f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.kti-berekenhulp__result::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -20%;
	width: 60%;
	height: 60%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.kti-berekenhulp__result > * {
	position: relative;
	z-index: 1;
}

.kti-berekenhulp__arrow {
	position: absolute !important;
	top: 50%;
	right: 0;
	height: 100%;
	width: auto;
	opacity: 0.12;
	pointer-events: none;
	z-index: 0 !important;
	transform: translate(0, -50%);
	will-change: transform;
}

html body .kti-berekenhulp .kti-berekenhulp__result-title {
	font-weight: 800;
	color: #fff !important;
	margin: 0 0 18px;
	text-align: center !important;
}

.kti-berekenhulp__how {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #13222f;
	text-decoration: underline;
	margin-bottom: 22px;
}

.kti-berekenhulp__cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 22px;
}

.kti-berekenhulp__card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: linear-gradient(160deg, #ffffff 0%, #f3f4f6 100%);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.6) inset,
		0 18px 32px -12px rgba(17, 24, 39, 0.35),
		0 8px 16px -8px rgba(196, 94, 0, 0.45),
		0 2px 4px rgba(17, 24, 39, 0.08);
}

.kti-berekenhulp__icon {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f08008;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

html body .kti-berekenhulp .kti-berekenhulp__icon svg {
	stroke: #fff;
	fill: none;
}

.kti-berekenhulp__card-body {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

html body .kti-berekenhulp .kti-berekenhulp__card-label,
html body .kti-berekenhulp .kti-berekenhulp__primary {
	font-family: "Proxima Nova", "ProximaNova", "DM Sans", sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #000 !important;
	line-height: 1.2;
}

html body .kti-berekenhulp .kti-berekenhulp__card-label small {
	display: block;
	font-family: "Inter", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #6b7280 !important;
	margin-top: 2px;
}

.kti-berekenhulp__card-values {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
}

.kti-berekenhulp__primary {
	white-space: nowrap;
}

.kti-berekenhulp__sub {
	font-family: "Inter", sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-weight: 600;
}

html body .kti-berekenhulp .kti-berekenhulp__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #13222f;
	border: 0;
	border-radius: 999px;
	padding: 16px 26px;
	font-family: "Proxima Nova", "ProximaNova", "DM Sans", sans-serif !important;
	font-weight: 700 !important;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 22px 40px -14px rgba(17, 24, 39, 0.45),
		0 12px 22px -8px rgba(196, 94, 0, 0.55),
		0 3px 6px rgba(17, 24, 39, 0.12);
	transition: transform .2s ease, box-shadow .25s ease, background-color .2s ease;
}

html body .kti-berekenhulp .kti-berekenhulp__cta:hover,
html body .kti-berekenhulp .kti-berekenhulp__cta:focus {
	transform: translateY(-3px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 30px 50px -14px rgba(17, 24, 39, 0.55),
		0 18px 28px -8px rgba(196, 94, 0, 0.65),
		0 4px 8px rgba(17, 24, 39, 0.15);
	color: #13222f;
	text-decoration: none !important;
}

html body .kti-berekenhulp .kti-berekenhulp__cta:active {
	transform: translateY(-1px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 16px 28px -12px rgba(17, 24, 39, 0.4),
		0 8px 16px -8px rgba(196, 94, 0, 0.5),
		0 2px 4px rgba(17, 24, 39, 0.1);
}

html body .kti-berekenhulp .kti-berekenhulp__discount {
	font-family: "Proxima Nova", "ProximaNova", "DM Sans", sans-serif !important;
	margin: 14px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

html body .kti-berekenhulp.is-disqualified .kti-berekenhulp__primary[data-besparing] {
	font-size: 15px !important;
}

/* ------------------------------------------------------------------ Multistep mode */

/* Multistep elementen zijn standaard verborgen; alleen tonen als --multistep class actief is. */
.kti-berekenhulp:not(.kti-berekenhulp--multistep) .kti-berekenhulp__compact-bar,
.kti-berekenhulp:not(.kti-berekenhulp--multistep) .kti-berekenhulp__progress,
.kti-berekenhulp:not(.kti-berekenhulp--multistep) .kti-berekenhulp__nav,
.kti-berekenhulp:not(.kti-berekenhulp--multistep) .kti-berekenhulp__field[data-step="resultaat"] {
	display: none !important;
}

.kti-berekenhulp--multistep {
	grid-template-columns: 1fr;
}

.kti-berekenhulp--multistep .kti-berekenhulp__result {
	display: none !important;
}

.kti-berekenhulp--multistep .kti-berekenhulp__form {
	padding: 36px 36px 32px;
	position: relative;
}

.kti-berekenhulp--multistep .kti-berekenhulp__field[data-step] {
	display: none;
	animation: ktiBhStepIn 0.35s ease both;
}

.kti-berekenhulp--multistep .kti-berekenhulp__field[data-step].is-active {
	display: block;
}

@keyframes ktiBhStepIn {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}

.kti-berekenhulp__compact-bar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px;
	padding: 16px 24px;
	background: linear-gradient(135deg, #ff9520 0%, #f08008 50%, #c45e00 100%);
	color: #fff;
}

.kti-berekenhulp__compact-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: center;
}

html body .kti-berekenhulp .kti-berekenhulp__compact-label {
	font-family: "Inter", sans-serif !important;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

html body .kti-berekenhulp .kti-berekenhulp__compact-value {
	font-family: "DM Sans", sans-serif !important;
	font-size: 22px;
	font-weight: 800;
	color: #fff !important;
	line-height: 1.1;
}

.kti-berekenhulp__progress {
	margin-bottom: 32px;
}

.kti-berekenhulp__progress-bar {
	height: 8px;
	background: #f3f4f6;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 8px;
}

.kti-berekenhulp__progress-bar > span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #ff9520, #f08008);
	border-radius: 999px;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.kti-berekenhulp__progress-text {
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
}

.kti-berekenhulp__nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #f3f4f6;
}

.kti-berekenhulp__nav-btn {
	font-family: "DM Sans", sans-serif !important;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid transparent;
	background: transparent;
	color: #13222f;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}

.kti-berekenhulp__nav-btn--prev {
	border-color: #e5e7eb;
	color: #6b7280;
}

.kti-berekenhulp__nav-btn--prev:hover {
	border-color: #d1d5db;
	color: #13222f;
}

.kti-berekenhulp__nav-btn--next {
	background: #f08008;
	color: #fff;
	margin-left: auto;
}

.kti-berekenhulp__nav-btn--next:hover {
	background: #d96e00;
}

.kti-berekenhulp__nav-btn:disabled,
.kti-berekenhulp__nav-btn[hidden] {
	display: none;
}

html body .kti-berekenhulp .kti-berekenhulp__step-title {
	font-family: "DM Sans", sans-serif !important;
	font-size: 22px !important;
	font-weight: 800;
	color: #13222f !important;
	margin: 0 0 18px;
	text-align: center;
	--fontSize: 22 !important;
	--minFontSize: 22 !important;
	--maxFontSize: 22 !important;
}

.kti-berekenhulp--multistep .kti-berekenhulp__field[data-step="resultaat"] .kti-berekenhulp__cta {
	display: block;
	width: fit-content;
	margin: 8px auto 0;
}

.kti-berekenhulp--multistep .kti-berekenhulp__field[data-step="resultaat"] .kti-berekenhulp__discount {
	text-align: center;
}

.kti-berekenhulp__step-result {
	background: #fff7ee;
	border: 1px solid #ffe1c2;
	border-radius: 14px;
	padding: 18px 22px;
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kti-berekenhulp__step-result-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 14px;
	font-size: 14px;
}

.kti-berekenhulp__step-result-row > span {
	color: #3a4653;
	font-weight: 600;
}

html body .kti-berekenhulp .kti-berekenhulp__step-result-row strong {
	font-family: "DM Sans", sans-serif !important;
	font-weight: 800;
	color: #13222f !important;
	font-size: 18px;
}

.kti-berekenhulp__discount--dark {
	color: #d96e00 !important;
	text-align: center;
}

@media (max-width: 640px) {
	.kti-berekenhulp__compact-bar {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px 18px;
	}

	.kti-berekenhulp__compact-item {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	html body .kti-berekenhulp .kti-berekenhulp__compact-value {
		font-size: 18px;
	}

	.kti-berekenhulp--multistep .kti-berekenhulp__form {
		padding: 24px 18px 24px;
	}
}

/* ------------------------------------------------------------------ Modal / Popup */

.kti-berekenhulp__modal[hidden] {
	display: none !important;
}

html body .kti-berekenhulp__modal,
html body .kti-berekenhulp__modal *,
html body .kti-berekenhulp__modal *::before,
html body .kti-berekenhulp__modal *::after,
html body .kti-berekenhulp__modal input,
html body .kti-berekenhulp__modal select,
html body .kti-berekenhulp__modal textarea,
html body .kti-berekenhulp__modal button {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	box-sizing: border-box;
}

.kti-berekenhulp__modal {
	position: fixed;
	inset: 0;
	z-index: 2147483647;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.kti-berekenhulp__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.55);
	backdrop-filter: blur(2px);
	cursor: pointer;
}

.kti-berekenhulp__modal-dialog {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 60px rgba(17, 24, 39, 0.35);
	width: 100%;
	max-width: 1200px;
	height: 90vh;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 48px 48px 40px;
}

.kti-berekenhulp__modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	background: transparent;
	border: 0;
	font-size: 28px;
	line-height: 1;
	color: #6b7280;
	cursor: pointer;
	padding: 6px 10px;
	border-radius: 8px;
}

.kti-berekenhulp__modal-close:hover {
	background: #f3f4f6;
	color: #13222f;
}

html body .kti-berekenhulp__modal .kti-berekenhulp__modal-title,
html body .kti-berekenhulp__modal .kti-berekenhulp__modal-title.fusion-responsive-typography-calculated {
	font-family: "DM Sans", sans-serif !important;
	font-size: 24px !important;
	line-height: 1.25 !important;
	font-weight: 800;
	color: #13222f !important;
	margin: 0 0 18px;
	background: none !important;
	-webkit-background-clip: initial !important;
	background-clip: initial !important;
	-webkit-text-fill-color: currentColor !important;
	--fontSize: 24 !important;
	--minFontSize: 24 !important;
	--maxFontSize: 24 !important;
}

.kti-berekenhulp__modal-intro {
	color: #3a4653;
	font-size: 14px;
	margin: 0 0 18px;
}

.kti-berekenhulp__modal-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	text-align: center;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.kti-berekenhulp__modal-loader.is-fading-out {
	opacity: 0;
	transform: scale(0.85);
	pointer-events: none;
}

.kti-berekenhulp__modal-loader[hidden] {
	display: none !important;
}

.kti-berekenhulp__modal-form {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.kti-berekenhulp__modal-form.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.kti-berekenhulp__modal-loader .kti-berekenhulp__modal-title {
	text-align: center !important;
	margin-bottom: 28px !important;
}

.kti-berekenhulp__checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
}

.kti-berekenhulp__checklist li {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 15px;
	font-weight: 600;
	color: #6b7280;
	transition: color 0.3s ease;
}

.kti-berekenhulp__checklist li.is-done {
	color: #13222f;
}

.kti-berekenhulp__check {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #e5e7eb;
	background: #fff;
	position: relative;
	flex-shrink: 0;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.kti-berekenhulp__checklist li:not(.is-done) .kti-berekenhulp__check::before {
	content: "";
	position: absolute;
	inset: 3px;
	border: 2px solid #d1d5db;
	border-top-color: #f08008;
	border-radius: 50%;
	animation: ktiBhSpin 0.8s linear infinite;
}

.kti-berekenhulp__checklist li.is-done .kti-berekenhulp__check {
	background: #f08008;
	border-color: #f08008;
}

.kti-berekenhulp__checklist li.is-done .kti-berekenhulp__check::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

@keyframes ktiBhSpin {
	to { transform: rotate(360deg); }
}

.kti-berekenhulp__modal-form .gform_wrapper {
	margin: 0;
}

html body .kti-berekenhulp__modal .gform_wrapper input[type="text"],
html body .kti-berekenhulp__modal .gform_wrapper input[type="email"],
html body .kti-berekenhulp__modal .gform_wrapper input[type="tel"],
html body .kti-berekenhulp__modal .gform_wrapper input[type="number"],
html body .kti-berekenhulp__modal .gform_wrapper select,
html body .kti-berekenhulp__modal .gform_wrapper textarea {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	font-size: 15px !important;
	color: #13222f !important;
	padding: 12px 16px !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 2px 6px rgba(17, 24, 39, 0.03) !important;
}

html body .kti-berekenhulp__modal .gform_wrapper input:focus,
html body .kti-berekenhulp__modal .gform_wrapper select:focus,
html body .kti-berekenhulp__modal .gform_wrapper textarea:focus {
	outline: none !important;
	border-color: #f08008 !important;
	box-shadow: 0 0 0 3px rgba(240, 128, 8, 0.25) !important;
}

html body .kti-berekenhulp__modal .gform_wrapper label,
html body .kti-berekenhulp__modal .gform_wrapper .gfield_label {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	color: #13222f !important;
}

html body .kti-berekenhulp__modal .gform_wrapper .gform_button,
html body .kti-berekenhulp__modal .gform_wrapper input[type="submit"] {
	font-family: "Proxima Nova", "Inter", sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	background: #f08008 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 14px 28px !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

html body .kti-berekenhulp__modal .gform_wrapper .gform_button:hover,
html body .kti-berekenhulp__modal .gform_wrapper input[type="submit"]:hover {
	background: #d96e00 !important;
}

/* ------------------------------------------------------------------ Responsive */

@media (max-width: 860px) {
	.kti-berekenhulp {
		grid-template-columns: 1fr;
		border-radius: 20px;
	}

	.kti-berekenhulp__form,
	.kti-berekenhulp__result {
		padding: 28px 22px 32px;
	}

	html body .kti-berekenhulp .kti-berekenhulp__title,
	html body .kti-berekenhulp .kti-berekenhulp__result-title {
		font-size: 24px !important;
		--fontSize: 24 !important;
		--minFontSize: 24 !important;
		--maxFontSize: 24 !important;
	}

	.kti-berekenhulp__field select,
	.kti-berekenhulp__field input[type="number"],
	.kti-berekenhulp__input-suffix,
	.kti-berekenhulp__checkbox-group {
		max-width: 100%;
	}

	.kti-berekenhulp__toggle-btn {
		padding: 12px 32px;
		font-size: 16px;
	}

	.kti-berekenhulp__modal {
		padding: 12px;
	}

	.kti-berekenhulp__modal-dialog {
		height: auto;
		max-height: calc(100vh - 24px);
		padding: 28px 20px 24px;
		border-radius: 16px;
	}

	html body .kti-berekenhulp__modal .kti-berekenhulp__modal-title,
	html body .kti-berekenhulp__modal .kti-berekenhulp__modal-title.fusion-responsive-typography-calculated {
		font-size: 20px !important;
		--fontSize: 20 !important;
		--minFontSize: 20 !important;
		--maxFontSize: 20 !important;
		margin-bottom: 14px !important;
	}

	.kti-berekenhulp__modal-close {
		top: 6px;
		right: 8px;
		font-size: 26px;
	}

	.kti-berekenhulp__modal-intro {
		font-size: 13px;
		margin-bottom: 14px;
	}

	html body .kti-berekenhulp__modal .gform_wrapper input[type="text"],
	html body .kti-berekenhulp__modal .gform_wrapper input[type="email"],
	html body .kti-berekenhulp__modal .gform_wrapper input[type="tel"],
	html body .kti-berekenhulp__modal .gform_wrapper input[type="number"],
	html body .kti-berekenhulp__modal .gform_wrapper select,
	html body .kti-berekenhulp__modal .gform_wrapper textarea {
		font-size: 16px !important;
		padding: 11px 14px !important;
	}
}

@media (max-width: 480px) {
	.kti-berekenhulp__modal {
		padding: 0;
	}

	.kti-berekenhulp__modal-dialog {
		border-radius: 0;
		height: 100vh;
		max-height: 100vh;
		width: 100%;
	}

	.kti-berekenhulp__checkbox {
		flex-basis: 100%;
	}
}
