/* Prolat Material Advisor Wizard Styles */
/* Integrated from prototype (prototype/index.html) */

:root {
	--sans: 'PF Bague Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--serif: 'PF Bague Sans Pro', -apple-system, BlinkMacSystemFont, sans-serif;
	--ink: #1C1A17;
	--red: #d40f14;
	--brandred: #d40f14;
	--paper: #ffffff;
	--stone: #F1ECE3;
	--stone2: #E4DDD0;
	--line: #DDD6C9;
	--muted: #8A8477;
}

/* Font face declarations */
@font-face {
	font-family: 'PF Bague Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/pfbague-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'PF Bague Sans Pro';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/pfbague-medium.woff2') format('woff2');
}

@font-face {
	font-family: 'PF Bague Sans Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/pfbague-bold.woff2') format('woff2');
}

/* Global styles */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--sans);
	color: var(--ink);
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

button {
	font-family: inherit;
}

img {
	max-width: 100%;
}

:focus-visible {
	outline: 3px solid var(--red);
	outline-offset: 2px;
	border-radius: 4px;
}

/* Animations */
@keyframes advisorFade {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes popIn {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes wswSlide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-600px);
	}
}

/* TiNaValo badge */
.tag-tinavalo {
	background: var(--brandred);
	color: #fff;
	padding: 8px 16px;
	border-radius: 3px;
	font-weight: 700;
}

/* Wizard wrapper */
#prolat-wizard {
	background: var(--paper);
	padding: 64px 24px 88px;
	display: flex;
	justify-content: center;
}

.wizard-main {
	background: var(--paper);
	padding: 64px 24px 88px;
	display: flex;
	justify-content: center;
}

.wizard-inner {
	width: 100%;
	max-width: 1040px;
}

#screen {
	width: 100%;
}

#progress {
	width: 100%;
}

/* Progress bar */
.progress-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	max-width: 640px;
}

.back-link {
	border: none;
	background: none;
	font-size: 13px;
	color: var(--muted);
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.back-link:hover {
	color: var(--ink);
}

.progress-label {
	font-size: 11px;
	letter-spacing: 1px;
	color: var(--muted);
	font-weight: 600;
}

.progress-track {
	height: 3px;
	background: var(--stone2);
	border-radius: 3px;
	margin: 0 0 40px;
	max-width: 640px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background: var(--red);
	border-radius: 3px;
	transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Screen transitions */
.screen {
	animation: advisorFade 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Typography */
h1.q {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 46px;
	line-height: 1.12;
	margin: 0 0 18px;
	letter-spacing: -0.5px;
}

h2.q {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 32px;
	margin: 0 0 10px;
}

.q-sub {
	font-size: 15px;
	color: var(--muted);
	margin: 0 0 36px;
}

/* Welcome screen */
.welcome {
	display: flex;
	gap: 48px;
	align-items: center;
	flex-wrap: wrap-reverse;
}

.welcome-copy {
	flex: 1 1 420px;
	min-width: 300px;
	max-width: 480px;
}

.welcome-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.welcome-badge .who {
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
}

.welcome-lead {
	font-size: 16.5px;
	line-height: 1.6;
	color: #4a453d;
	max-width: 400px;
	margin: 0 0 32px;
}

.welcome-egtitle {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: var(--muted);
	margin: 2px 0 12px;
}

.wsw-viewport {
	position: relative;
	max-width: 470px;
	overflow: hidden;
	padding: 6px 0 24px;
	margin: 0 0 26px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.wsw-track {
	display: flex;
	width: max-content;
	animation: wswSlide 22s linear infinite;
}

.wsw-viewport:hover .wsw-track {
	animation-play-state: paused;
}

.wsw-viewport[data-reduced-motion="true"] .wsw-track {
	animation: none;
}

.wsw {
	position: relative;
	width: 168px;
	height: 168px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0 16px 30px -14px rgba(28, 26, 23, 0.42);
	margin-right: -18px;
	flex: none;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.wsw::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 17, 14, 0) 44%, rgba(20, 17, 14, 0.5));
}

.wsw .wsw-lbl {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	max-width: 80%;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ink);
	background: rgba(255, 255, 255, 0.96);
	padding: 6px 11px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

@media (prefers-reduced-motion: reduce) {
	.wsw-track {
		animation: none !important;
	}
}

@media (max-width: 520px) {
	.wsw {
		width: 132px;
		height: 132px;
	}
	.wsw-viewport {
		max-width: 360px;
	}
	@keyframes wswSlide {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-456px);
		}
	}
}

.btn-primary {
	border: none;
	background: var(--ink);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 18px 38px;
	border-radius: 6px;
	cursor: pointer;
	letter-spacing: 0.3px;
	transition: background 0.2s ease;
}

.btn-primary:hover {
	background: #000;
}

.welcome-fine {
	font-size: 12px;
	color: var(--muted);
	margin-top: 16px;
}

.welcome-art {
	flex: 1 1 380px;
	min-width: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 420px;
}

.welcome-art img {
	width: 326px;
	display: block;
}

/* Placement cards */
.grid-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(50% - 18px), 1fr));
	gap: 36px;
	max-width: 100%;
}

@media (max-width: 720px) {
	.grid-cards {
		grid-template-columns: 1fr;
	}
}

.card {
	cursor: pointer;
	border-radius: 14px;
	border: 1.5px solid var(--line);
	background: #fff;
	overflow: hidden;
	transition: all 0.25s ease;
}

.card:hover,
.card:focus-visible {
	border-color: var(--ink);
}

.card[aria-checked="true"] {
	border-color: var(--red);
}

.card-tex {
	height: 396px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card-check {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--ink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	animation: popIn 0.3s ease both;
}

.card-body {
	padding: 20px 22px 24px;
}

.card-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.card-desc {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.5;
}

/* Context rows */
.grid-ctx {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.ctx {
	cursor: pointer;
	border-radius: 14px;
	border: 1.5px solid var(--line);
	background: #fff;
	transition: all 0.25s ease;
	padding: 22px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.ctx:hover,
.ctx:focus-visible {
	border-color: var(--ink);
}

.ctx[aria-checked="true"] {
	border-color: var(--red);
}

.ctx-ico {
	flex: none;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--stone);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--ink);
}

.ctx-check {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--ink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	animation: popIn 0.3s ease both;
}

.ctx-title {
	font-size: 15.5px;
	font-weight: 700;
	margin-bottom: 3px;
}

.ctx-desc {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.4;
}

/* Style mosaic — variable-N layout (design doc §2).
   Tile count adapts to however many styles are reachable for the chosen
   (Placement, Context) pair (spec §5 style_reachability). Grid placement
   is driven entirely by CSS via :nth-child, keyed off a `.count-N` class
   on the container — the JS only decides how many tiles to render and
   which N-bucket they fall into (1 / 2 / 3 / 4 / 5+). */
.style-grid {
	display: grid;
	gap: 14px;
	max-width: 860px;
}

/* N = 1: single full-width hero tile */
.style-grid.count-1 {
	grid-template-columns: 1fr;
	grid-auto-rows: 360px;
}

/* N = 2: two equal tiles, side-by-side */
.style-grid.count-2 {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 280px;
}

/* N = 3: one hero + two compact */
.style-grid.count-3 {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 158px;
}
.style-grid.count-3 .style-tile:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.style-grid.count-3 .style-tile:nth-child(2) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.style-grid.count-3 .style-tile:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

/* N = 4: the original asymmetric mosaic (hero + wide + 2 compact) — the
   prototype's reference layout, unchanged. */
.style-grid.count-4 {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 158px;
}
.style-grid.count-4 .style-tile:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.style-grid.count-4 .style-tile:nth-child(2) {
	grid-column: 3 / 5;
	grid-row: 1 / 2;
}
.style-grid.count-4 .style-tile:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.style-grid.count-4 .style-tile:nth-child(4) {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}

/* N >= 5: uniform responsive grid, equal tiles, wraps */
.style-grid.count-5plus {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-rows: 190px;
}

.style-tile {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.style-tile:hover,
.style-tile:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px -16px rgba(28, 26, 23, 0.5);
}

.style-tile[aria-checked="true"] {
	border-color: var(--red);
}

.style-tile .tex {
	position: absolute;
	inset: 0;
}

.style-tile .veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 17, 14, 0) 30%, rgba(20, 17, 14, 0.76));
}

.style-tile .content {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	color: #fff;
}

.style-tile .extags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.style-tile .extag {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.2px;
	padding: 4px 9px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
}

.style-tile .st-name {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 3px;
}

.style-tile .st-desc {
	font-size: 12.5px;
	opacity: 0.9;
	line-height: 1.35;
}

.style-tile .st-check {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--ink);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	animation: popIn 0.3s ease both;
}

/* Placeholder tile for a Style with no photo (spec §5 `image` is optional;
   design §2: "never a broken/empty tile"). Applied directly to the visual
   element so the same pattern reuses cleanly across contexts (mosaic tile,
   alternative card, primary-card slide, placement card). */
.tex.no-photo,
.alt-tex.no-photo,
.best-slide.no-photo,
.card-tex.no-photo {
	background: repeating-linear-gradient(
		135deg,
		var(--stone) 0px,
		var(--stone) 14px,
		var(--stone2) 14px,
		var(--stone2) 28px
	);
}

@media (max-width: 640px) {
	.style-grid.count-1,
	.style-grid.count-2,
	.style-grid.count-3,
	.style-grid.count-4,
	.style-grid.count-5plus {
		grid-template-columns: 1fr;
		grid-auto-rows: 150px;
	}
	.style-grid .style-tile {
		grid-column: 1 / 2 !important;
		grid-row: auto !important;
	}
}

/* No-match fallback (spec §7.2: both pools empty — never a blank result) */
.fallback {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 36px 40px;
	max-width: 640px;
}

.fallback h3 {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 10px;
}

.fallback p {
	font-size: 14.5px;
	color: #4a453d;
	line-height: 1.6;
	margin: 0 0 20px;
}

/* Result screen */
.chips {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.chip {
	font-size: 11.5px;
	font-weight: 600;
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: 20px;
	color: #4a453d;
	background: #fff;
}

.eyebrow {
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	color: var(--red);
	margin-bottom: 14px;
	text-transform: uppercase;
}

h1.result {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 14px;
	max-width: 720px;
}

.result-reason {
	font-size: 15.5px;
	color: #4a453d;
	max-width: 640px;
	line-height: 1.6;
	margin: 0 0 40px;
}

.best {
	display: flex;
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.best-media {
	flex: 1 1 320px;
	min-height: 280px;
	position: relative;
	overflow: hidden;
}

.best-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.best-pause {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 6px;
	border: none;
	background: rgba(28, 26, 23, 0.72);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 7px 12px;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.best-pause:hover {
	background: rgba(28, 26, 23, 0.9);
}

.best-info {
	flex: 1.4 1 420px;
	padding: 36px 40px;
}

.badges {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.badge {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	border-radius: 20px;
	background: var(--stone);
	color: var(--ink);
	border: 1px solid var(--line);
}

.popular-badge {
	width: fit-content;
	border-radius: 16px;
	padding: 4px 16px;
	color: #fff;
	margin-bottom: 3%;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 720px) {
	.popular-badge {
		font-size: 11px;
		padding: 3px 12px;
		margin-bottom: 8px;
	}
}

.cat {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--muted);
	margin-bottom: 6px;
	text-transform: none;
}

.best-name {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 12px;
}

.best-tag {
	font-size: 14px;
	color: #4a453d;
	line-height: 1.55;
	margin: 0 0 18px;
}

.benefits {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}

.benefit {
	font-size: 13px;
	color: #3a362f;
	display: flex;
	gap: 8px;
}

.benefit .plus {
	color: var(--red);
}

.cost {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 22px;
}

.installation-notes {
	margin-bottom: 20px;
}

.install-toggle {
	width: 100%;
	border: none;
	background: var(--stone);
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: inherit;
	transition: background 0.2s ease;
}

.install-toggle:hover {
	background: var(--stone2);
}

.install-toggle strong {
	font-weight: 700;
	color: #4a453d;
	font-size: 13px;
	text-align: left;
	margin: 0;
}

.toggle-icon {
	font-size: 18px;
	font-weight: 300;
	color: #4a453d;
	transition: transform 0.2s ease;
}

.install-content {
	font-size: 13px;
	color: #4a453d;
	padding: 12px 12px 0;
	background: transparent;
	line-height: 1.5;
}

.install-content p {
	margin: 0 0 12px 0;
}

@media (max-width: 720px) {
	.install-toggle {
		font-size: 12px;
		padding: 10px;
	}

	.install-content {
		font-size: 12px;
		padding: 10px 10px 0;
	}
}

.cta-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-ink {
	border: none;
	background: var(--ink);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 28px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.btn-ink:hover {
	background: #000;
}

.btn-outline {
	border: 1px solid var(--ink);
	background: none;
	color: var(--ink);
	font-weight: 700;
	font-size: 14px;
	padding: 15px 24px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-outline:hover {
	background: var(--ink);
	color: #fff;
}

.quote-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 340px;
	margin-top: 16px;
}

.quote-form-row {
	display: flex;
	gap: 8px;
}

.quote-form-row input {
	flex: 1;
}

.quote-form input {
	font-family: inherit;
	font-size: 13px;
	padding: 11px 13px;
	border: 1px solid var(--line);
	border-radius: 6px;
	transition: border-color 0.2s ease;
}

.quote-form input:focus {
	outline: none;
	border-color: var(--red);
}

.quote-form input[aria-invalid="true"] {
	border-color: var(--red);
}

.quote-submit {
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 13.5px;
	padding: 12px;
	border-radius: 6px;
	cursor: not-allowed;
	background: var(--stone2);
	transition: background 0.2s ease;
	font-family: inherit;
}

.quote-submit.ready {
	background: var(--ink);
	cursor: pointer;
}

.quote-submit.ready:hover {
	background: #000;
}

.quote-ok {
	background: var(--stone);
	border-radius: 10px;
	padding: 16px;
	max-width: 340px;
	margin-top: 16px;
	animation: popIn 0.3s ease both;
}

.quote-ok-success {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.quote-ok-success .t {
	color: #155724;
}

.quote-ok .t {
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 4px;
}

.quote-ok .d {
	font-size: 12px;
	color: #4a453d;
	line-height: 1.5;
}

.err {
	font-size: 12px;
	color: var(--red);
	margin-top: -2px;
}

.alts-h {
	font-size: 26px;
	color: var(--red);
	margin-bottom: 16px;
	font-weight: 600;
}

@media (max-width: 720px) {
	.alts-h {
		font-size: 20px;
	}

	.alts {
		gap: 12px;
	}

	.alt {
		flex: 0 0 280px;
	}

	.alt-body {
		padding: 12px 14px 16px;
	}

	.alt-name {
		font-size: 14px;
	}

	.alt-tag {
		font-size: 11px;
	}
}

.alts {
	display: flex;
	gap: 18px;
	margin-bottom: 36px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
}

.alts::-webkit-scrollbar {
	height: 6px;
}

.alts::-webkit-scrollbar-track {
	background: var(--stone);
	border-radius: 3px;
}

.alts::-webkit-scrollbar-thumb {
	background: var(--line);
	border-radius: 3px;
}

.alts::-webkit-scrollbar-thumb:hover {
	background: var(--muted);
}

.alt {
	cursor: pointer;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	transition: all 0.2s ease;
	flex: 0 0 360px;
	display: flex;
	flex-direction: column;
}

.alt:hover,
.alt:focus-visible {
	border-color: var(--ink);
	box-shadow: 0 8px 16px rgba(28, 26, 23, 0.1);
}

.alt-tex {
	aspect-ratio: 3 / 2;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.alt-body {
	padding: 16px 18px 20px;
}

.alt-cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: var(--muted);
	margin-bottom: 4px;
	text-transform: uppercase;
}

.alt-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.alt-tag {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.45;
}

.disclaimer {
	font-size: 12px;
	color: var(--muted);
	margin-bottom: 28px;
}

.result-actions {
	display: flex;
	gap: 20px;
	font-size: 13px;
}

.result-actions button {
	border: none;
	background: none;
	color: var(--muted);
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.result-actions button:hover {
	color: var(--ink);
}

/* Utility class */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* Responsive */
@media (max-width: 720px) {
	#prolat-wizard,
	.wizard-main {
		padding: 40px 16px 64px;
	}

	h1.q {
		font-size: 34px;
	}

	h1.result {
		font-size: 28px;
	}

	.best-info {
		padding: 24px;
	}

	.welcome-art {
		min-height: 320px;
	}

	.welcome {
		gap: 24px;
	}
}
