.appbtp-assistant {
	--appbtp-ink: #20231f;
	--appbtp-muted: #66706a;
	--appbtp-line: #d8ddd7;
	--appbtp-surface: #ffffff;
	--appbtp-soft: #f5f7f2;
	--appbtp-accent: #1f6f5b;
	--appbtp-accent-soft: #dcece6;
	--appbtp-button-text: #ffffff;
	--appbtp-warning: #8a5a16;
	--appbtp-radius: 8px;
	color: var(--appbtp-ink);
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.appbtp-card {
	background: var(--appbtp-surface);
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	box-shadow: 0 18px 50px rgba(32, 35, 31, 0.08);
	margin: 0 auto;
	max-width: 920px;
	overflow: hidden;
}

.appbtp-top,
.appbtp-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 18px 22px;
}

.appbtp-kicker,
.appbtp-time {
	color: var(--appbtp-muted);
	font-size: 13px;
	font-weight: 650;
}

.appbtp-progress {
	background: var(--appbtp-soft);
	height: 6px;
}

.appbtp-progress span {
	background: var(--appbtp-accent);
	display: block;
	height: 100%;
	transition: width 220ms ease;
}

.appbtp-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: var(--appbtp-line);
}

.appbtp-steps span,
.appbtp-steps .appbtp-step-jump {
	background: #f9faf7;
	color: var(--appbtp-muted);
	font-size: 12px;
	font-weight: 650;
	padding: 10px 8px;
	text-align: center;
}

.appbtp-steps .appbtp-step-jump {
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.appbtp-steps .is-active {
	background: var(--appbtp-accent-soft);
	color: var(--appbtp-accent);
}

.appbtp-before-after {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.appbtp-before-after figure {
	margin: 0;
}

.appbtp-before-after img {
	aspect-ratio: 4 / 3;
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	display: block;
	object-fit: cover;
	width: 100%;
}

.appbtp-before-after figcaption {
	color: var(--appbtp-muted);
	font-size: 12px;
	font-weight: 650;
	margin-top: 6px;
	text-align: center;
}

@media (max-width: 540px) {
	.appbtp-before-after {
		grid-template-columns: 1fr;
	}
}

.appbtp-body {
	display: grid;
	gap: 22px;
	padding: 30px;
}

.appbtp-body h2 {
	font-size: clamp(26px, 4vw, 40px);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.appbtp-body h3 {
	font-size: 17px;
	margin: 0 0 12px;
}

.appbtp-intro,
.appbtp-help {
	color: var(--appbtp-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.appbtp-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.appbtp-option {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	color: var(--appbtp-ink);
	cursor: pointer;
	display: grid;
	gap: 6px;
	min-height: 98px;
	padding: 14px;
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.appbtp-option.has-no-icon {
	min-height: 74px;
}

.appbtp-option:hover,
.appbtp-option:focus-visible,
.appbtp-option.is-selected {
	border-color: var(--appbtp-accent);
	box-shadow: 0 10px 24px rgba(31, 111, 91, 0.14);
	outline: none;
	transform: translateY(-1px);
}

.appbtp-option-icon {
	align-items: center;
	background: var(--appbtp-soft);
	border-radius: 999px;
	color: var(--appbtp-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.appbtp-option-label {
	font-size: 15px;
	font-weight: 750;
}

.appbtp-option-hint {
	color: var(--appbtp-muted);
	font-size: 13px;
	line-height: 1.35;
}

.appbtp-location,
.appbtp-contact,
.appbtp-question {
	display: grid;
	gap: 12px;
}

.appbtp-field,
.appbtp-note,
.appbtp-field-label {
	display: grid;
	gap: 7px;
}

.appbtp-field span,
.appbtp-note span,
.appbtp-field-label {
	color: var(--appbtp-muted);
	font-size: 13px;
	font-weight: 700;
}

.appbtp-assistant input[type="text"],
.appbtp-assistant input[type="email"],
.appbtp-assistant input[type="tel"],
.appbtp-assistant input[type="file"],
.appbtp-assistant textarea {
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	box-sizing: border-box;
	color: var(--appbtp-ink);
	font: inherit;
	padding: 12px 13px;
	width: 100%;
}

.appbtp-file-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.appbtp-file-list li {
	background: var(--appbtp-soft);
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	color: var(--appbtp-ink);
	font-size: 14px;
	padding: 9px 11px;
}

.appbtp-upload-control {
	align-items: center;
	background: #ffffff;
	border: 1px dashed var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	color: var(--appbtp-accent);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	justify-self: start;
	min-height: 40px;
	padding: 9px 12px;
	position: relative;
	transition: border-color 160ms ease, background 160ms ease;
}

.appbtp-upload-control:hover,
.appbtp-upload-control:focus-within {
	background: var(--appbtp-accent-soft);
	border-color: var(--appbtp-accent);
}

.appbtp-upload-control input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.appbtp-media-list {
	display: grid;
	gap: 8px;
	max-width: 520px;
}

.appbtp-media-tile {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	display: grid;
	gap: 10px;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	min-height: 76px;
	padding: 8px;
}

.appbtp-media-thumb {
	align-items: center;
	background: var(--appbtp-soft);
	border: 1px solid var(--appbtp-line);
	border-radius: calc(var(--appbtp-radius) - 2px);
	display: flex;
	height: 60px;
	justify-content: center;
	overflow: hidden;
	width: 60px;
}

.appbtp-media-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.appbtp-media-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.appbtp-media-copy strong,
.appbtp-media-copy span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.appbtp-media-copy strong {
	color: var(--appbtp-ink);
	font-size: 14px;
}

.appbtp-media-copy span {
	color: var(--appbtp-muted);
	font-size: 12px;
}

.appbtp-media-copy a {
	color: var(--appbtp-accent);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.appbtp-media-remove {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--appbtp-line);
	border-radius: 999px;
	color: var(--appbtp-muted);
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 30px;
}

.appbtp-media-remove:hover,
.appbtp-media-remove:focus-visible {
	border-color: #b84242;
	color: #b84242;
	outline: none;
}

.appbtp-assistant input:focus,
.appbtp-assistant textarea:focus {
	border-color: var(--appbtp-accent);
	box-shadow: 0 0 0 3px var(--appbtp-accent-soft);
	outline: none;
}

.appbtp-suggestions {
	border-radius: var(--appbtp-radius);
	display: grid;
	gap: 6px;
}

.appbtp-suggestions button {
	align-items: center;
	background: var(--appbtp-soft);
	border: 1px solid transparent;
	border-radius: var(--appbtp-radius);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 10px 12px;
	text-align: left;
}

.appbtp-realisations {
	display: flex;
	gap: 12px;
	height: 400px;
	margin-inline: -2px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 2px 2px 10px;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.appbtp-realisations img {
	aspect-ratio: 4 / 3;
	border-radius: var(--appbtp-radius);
	flex: 0 0 min(72%, 260px);
	height: auto;
	object-fit: cover;
	scroll-snap-align: start;
	width: 100%;
}

.appbtp-consent {
	align-items: flex-start;
	color: var(--appbtp-muted);
	display: flex;
	gap: 10px;
	font-size: 14px;
}

.appbtp-actions {
	background: #f9faf7;
	border-top: 1px solid var(--appbtp-line);
	gap: 12px;
}

.appbtp-primary,
.appbtp-secondary {
	border-radius: var(--appbtp-radius);
	cursor: pointer;
	font-weight: 750;
	padding: 12px 16px;
}

.appbtp-primary {
	background: var(--appbtp-accent);
	border: 1px solid var(--appbtp-accent);
	color: var(--appbtp-button-text);
}

.appbtp-primary:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.appbtp-secondary {
	background: #ffffff;
	border: 1px solid var(--appbtp-line);
	color: var(--appbtp-ink);
}

.appbtp-secondary:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.appbtp-notice {
	color: var(--appbtp-warning);
	font-size: 14px;
	margin: 0;
	padding: 0 30px 18px;
}

.appbtp-ai-projection {
	background: var(--appbtp-soft);
	border: 1px solid var(--appbtp-line);
	border-radius: var(--appbtp-radius);
	max-width: 560px;
	padding: 14px;
}

.appbtp-ai-projection .appbtp-primary,
.appbtp-ai-projection .appbtp-secondary {
	justify-self: start;
}

.appbtp-ai-preview {
	display: grid;
	gap: 10px;
}

.appbtp-ai-preview img {
	aspect-ratio: 4 / 3;
	border-radius: var(--appbtp-radius);
	object-fit: cover;
	width: 100%;
}

.appbtp-ai-preview p {
	color: var(--appbtp-muted);
	font-size: 14px;
	margin: 0;
}

.appbtp-done {
	padding: 30px;
}

.appbtp-done dl {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
}

.appbtp-done dl div {
	border-bottom: 1px solid var(--appbtp-line);
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.appbtp-done dt {
	color: var(--appbtp-muted);
	font-weight: 700;
}

.appbtp-done dd {
	margin: 0;
	text-align: right;
}

@media (max-width: 720px) {
	.appbtp-top,
	.appbtp-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.appbtp-body {
		padding: 22px;
	}

	.appbtp-steps {
		grid-template-columns: 1fr;
	}

	.appbtp-steps span {
		display: none;
	}

	.appbtp-steps span.is-current {
		display: block;
	}

	.appbtp-options {
		grid-template-columns: 1fr;
	}

	.appbtp-media-tile {
		grid-template-columns: 60px minmax(0, 1fr) auto;
	}
}
