.wallarte-estimator {
	--wa-ink: #161725;
	--wa-muted: #6b6d7d;
	--wa-line: #e7e7ed;
	--wa-surface: #ffffff;
	--wa-soft: #f7f5fa;
	--wa-brand: #cf168c;
	--wa-brand-dark: #9d0b6a;
	--wa-blue: #5877dc;
	--wa-viber: #7360f2;
	max-width: 1120px;
	margin: 48px auto;
	padding: clamp(22px, 4vw, 54px);
	border: 1px solid var(--wa-line);
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 0%, rgba(207, 22, 140, .09), transparent 27%),
		linear-gradient(150deg, #fff 0%, #fbfaff 100%);
	box-shadow: 0 24px 70px rgba(28, 20, 45, .09);
	color: var(--wa-ink);
	font-family: inherit;
}

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

.wallarte-header {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.wallarte-kicker {
	display: inline-block;
	margin-bottom: 9px;
	color: var(--wa-brand);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wallarte-header h2 {
	margin: 0 0 12px;
	color: var(--wa-ink);
	font-size: clamp(32px, 5vw, 54px);
	line-height: 1.06;
	letter-spacing: -.04em;
}

.wallarte-header p,
.wallarte-help,
.wallarte-fineprint,
.wallarte-copy-note {
	color: var(--wa-muted);
	line-height: 1.65;
}

.wallarte-header p {
	margin: 0;
	font-size: 17px;
}

.wallarte-progress {
	display: flex;
	max-width: 760px;
	margin: 0 auto 38px;
	align-items: center;
	gap: 16px;
}

.wallarte-progress-track {
	flex: 1;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #e9e6ed;
}

.wallarte-progress-track span {
	display: block;
	width: 16.666%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--wa-brand), var(--wa-blue));
	transition: width .3s ease;
}

.wallarte-progress p {
	margin: 0;
	color: var(--wa-muted);
	white-space: nowrap;
}

.wallarte-form,
.wallarte-success {
	max-width: 960px;
	margin: 0 auto;
}

.wallarte-form[hidden],
.wallarte-success[hidden],
.wallarte-step[hidden] {
	display: none !important;
}

.wallarte-step {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	animation: wallarte-in .25s ease both;
}

.wallarte-step legend {
	display: block;
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	color: var(--wa-ink);
	font-size: clamp(24px, 3.4vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.wallarte-step h3 {
	margin: 30px 0 14px;
	font-size: 19px;
	text-align: center;
}

.wallarte-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.wallarte-card {
	position: relative;
	display: flex;
	min-height: 174px;
	margin: 0;
	padding: 22px 18px;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--wa-line);
	border-radius: 19px;
	background: var(--wa-surface);
	box-shadow: 0 8px 25px rgba(30, 20, 45, .04);
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wallarte-card:hover {
	transform: translateY(-3px);
	border-color: rgba(207, 22, 140, .45);
	box-shadow: 0 14px 35px rgba(108, 33, 91, .11);
}

.wallarte-card.is-selected,
.wallarte-card:focus-within {
	border-color: var(--wa-brand);
	background: linear-gradient(145deg, #fff 35%, #fff1fa 100%);
	box-shadow: 0 0 0 3px rgba(207, 22, 140, .1);
}

.wallarte-card input,
.wallarte-choice-list input,
.wallarte-checks input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.wallarte-card-icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	place-items: center;
	border-radius: 12px;
	background: var(--wa-soft);
	color: var(--wa-brand);
	font-size: 24px;
}

.wallarte-card strong {
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 1.25;
}

.wallarte-card small {
	color: var(--wa-muted);
	font-size: 13px;
	line-height: 1.45;
}

.wallarte-help {
	max-width: 650px;
	margin: -10px auto 25px;
	text-align: center;
}

.wallarte-field {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--wa-ink);
	font-weight: 700;
}

.wallarte-field small {
	color: var(--wa-muted);
	font-weight: 400;
}

.wallarte-field input,
.wallarte-field select,
.wallarte-field textarea {
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #d9d8e1;
	border-radius: 12px;
	background: #fff;
	color: var(--wa-ink);
	font: inherit;
	font-weight: 400;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.wallarte-field textarea {
	resize: vertical;
}

.wallarte-field input:focus,
.wallarte-field select:focus,
.wallarte-field textarea:focus,
.wallarte-upload:focus-within {
	border-color: var(--wa-brand);
	box-shadow: 0 0 0 4px rgba(207, 22, 140, .1);
}

.wallarte-field-large {
	max-width: 420px;
	margin: 26px auto 0;
	text-align: center;
}

.wallarte-input-unit {
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #d9d8e1;
	border-radius: 16px;
	background: #fff;
}

.wallarte-input-unit input {
	border: 0;
	border-radius: 0;
	font-size: 28px;
	text-align: center;
}

.wallarte-input-unit b {
	padding: 0 18px;
	color: var(--wa-muted);
}

.wallarte-choice-list,
.wallarte-checks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 850px;
	margin: 0 auto;
}

.wallarte-choice-list-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wallarte-choice-list-property {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wallarte-choice-list label,
.wallarte-checks label {
	position: relative;
	cursor: pointer;
}

.wallarte-choice-list span,
.wallarte-checks span {
	display: flex;
	min-height: 58px;
	padding: 14px 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wa-line);
	border-radius: 13px;
	background: #fff;
	color: var(--wa-ink);
	font-weight: 650;
	text-align: center;
	transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.wallarte-choice-list label:hover span,
.wallarte-checks label:hover span {
	border-color: rgba(207, 22, 140, .45);
}

.wallarte-choice-list input:focus + span,
.wallarte-checks input:focus + span {
	box-shadow: 0 0 0 3px rgba(207, 22, 140, .12);
}

.wallarte-choice-list input:checked + span,
.wallarte-checks input:checked + span {
	border-color: var(--wa-brand);
	background: #fff2fa;
	color: var(--wa-brand-dark);
	box-shadow: 0 0 0 3px rgba(207, 22, 140, .09);
}

.wallarte-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
	max-width: 780px;
	margin: 0 auto;
}

.wallarte-field-full {
	grid-column: 1 / -1;
}

.wallarte-upload {
	display: grid;
	max-width: 780px;
	margin: 0 auto 22px;
	padding: 20px;
	gap: 9px;
	border: 1px dashed #cfc8d5;
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.wallarte-upload-title {
	color: var(--wa-ink);
	font-weight: 800;
}

.wallarte-upload input {
	max-width: 100%;
}

.wallarte-upload small {
	color: var(--wa-muted);
	line-height: 1.5;
}

.wallarte-file-count {
	color: var(--wa-brand-dark);
	font-size: 13px;
}

.wallarte-consent {
	display: flex;
	max-width: 780px;
	margin: 0 auto;
	padding: 14px;
	align-items: flex-start;
	gap: 11px;
	border-radius: 12px;
	background: var(--wa-soft);
	color: var(--wa-muted);
	font-size: 13px;
	line-height: 1.5;
}

.wallarte-consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.wallarte-consent a {
	color: var(--wa-brand-dark);
}

.wallarte-inline-error {
	margin: 12px 0 0;
	color: #b42318;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.wallarte-actions {
	display: flex;
	margin-top: 32px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wallarte-actions-end {
	justify-content: flex-end;
}

.wallarte-submit-group,
.wallarte-success-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wallarte-btn {
	display: inline-flex;
	min-height: 48px;
	padding: 12px 21px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 12px;
	font: inherit;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.wallarte-btn:hover {
	transform: translateY(-2px);
}

.wallarte-btn:disabled {
	opacity: .6;
	cursor: wait;
	transform: none;
}

.wallarte-btn-primary {
	border-color: var(--wa-brand);
	background: linear-gradient(135deg, var(--wa-brand), #9f1eb7);
	box-shadow: 0 10px 26px rgba(184, 21, 132, .22);
	color: #fff !important;
}

.wallarte-btn-viber {
	border-color: var(--wa-viber);
	background: var(--wa-viber);
	box-shadow: 0 10px 24px rgba(115, 96, 242, .2);
	color: #fff !important;
}

.wallarte-btn-ghost {
	border-color: var(--wa-line);
	background: #fff;
	color: var(--wa-ink) !important;
}

.wallarte-form-message {
	min-height: 22px;
	margin-top: 15px;
	font-weight: 700;
	text-align: center;
}

.wallarte-form-message.is-error {
	color: #b42318;
}

.wallarte-fineprint {
	margin: 20px 0 0;
	font-size: 12px;
	text-align: center;
}

.wallarte-success {
	padding: 40px 20px;
	text-align: center;
}

.wallarte-success-icon {
	display: grid;
	width: 70px;
	height: 70px;
	margin: 0 auto 18px;
	place-items: center;
	border-radius: 50%;
	background: #e9f9ef;
	color: #19723b;
	font-size: 34px;
	font-weight: 900;
}

.wallarte-success h3 {
	margin: 0 0 10px;
	font-size: 30px;
}

.wallarte-success > p {
	margin: 0 auto 22px;
	color: var(--wa-muted);
}

.wallarte-copy-note {
	margin-top: 14px !important;
	font-size: 13px;
}

.wallarte-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.wallarte-step.has-errors {
	animation: wallarte-shake .28s linear;
}

@keyframes wallarte-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes wallarte-shake {
	25% { transform: translateX(-4px); }
	75% { transform: translateX(4px); }
}

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

	.wallarte-choice-list-property {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.wallarte-estimator {
		margin: 18px auto;
		padding: 24px 16px;
		border-radius: 20px;
	}

	.wallarte-header h2 {
		font-size: clamp(31px, 10vw, 42px);
	}

	.wallarte-header p {
		font-size: 15px;
	}

	.wallarte-progress {
		margin-bottom: 28px;
	}

	.wallarte-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.wallarte-card {
		min-height: 150px;
		padding: 16px 13px;
	}

	.wallarte-card-icon {
		width: 38px;
		height: 38px;
		margin-bottom: 12px;
	}

	.wallarte-card strong {
		font-size: 15px;
	}

	.wallarte-card small {
		font-size: 12px;
	}

	.wallarte-choice-list,
	.wallarte-choice-list-2,
	.wallarte-choice-list-property,
	.wallarte-checks,
	.wallarte-fields-grid {
		grid-template-columns: 1fr;
	}

	.wallarte-field-full {
		grid-column: auto;
	}

	.wallarte-actions,
	.wallarte-submit-actions {
		flex-wrap: wrap-reverse;
	}

	.wallarte-actions > .wallarte-btn,
	.wallarte-submit-group,
	.wallarte-submit-group .wallarte-btn {
		width: 100%;
	}

	.wallarte-actions > .wallarte-btn {
		flex: 1 1 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wallarte-estimator *,
	.wallarte-estimator *::before,
	.wallarte-estimator *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
