/* ScentMatch Quiz v1.1.0 – freigegebene Palette: #FAF6F0 / #2B2622 / #B5622F / #EFE6DA, Manrope */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap");

/* Hero (Startseite) */
.smq-wrap {
	background: #faf6f0;
}

.smq-hero {
	font-family: "Manrope", system-ui, -apple-system, sans-serif;
	color: #2b2622;
	max-width: 640px;
	margin: 0 auto;
	padding: 48px 16px 0;
	text-align: left;
}

.smq-hero-titel {
	font-family: inherit;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 14px;
	color: #2b2622;
}

.smq-hero-text {
	font-family: inherit;
	font-size: 1.1rem;
	line-height: 1.55;
	margin: 0;
	color: #2b2622;
}

@media (min-width: 600px) {
	.smq-hero-titel {
		font-size: 2.8rem;
	}
}

.smq {
	font-family: "Manrope", system-ui, -apple-system, sans-serif;
	color: #2b2622;
	background: #faf6f0;
	max-width: 640px;
	margin: 0 auto;
	padding: 24px 16px 40px;
	line-height: 1.55;
}

.smq * {
	box-sizing: border-box;
}

/* Fortschritt */
.smq-progress {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}

.smq-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #efe6da;
}

.smq-dot--on {
	background: #b5622f;
}

.smq-step {
	font-size: 0.85rem;
	font-weight: 600;
	color: #8a7d6f;
	margin: 0 0 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.smq-frage {
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 20px;
	line-height: 1.25;
}

/* Antwort-Buttons: große Tap-Flächen */
.smq-optionen {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.smq-option {
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	text-align: left;
	color: #2b2622;
	background: #efe6da;
	border: 2px solid transparent;
	border-radius: 14px;
	padding: 18px 20px;
	min-height: 56px;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.smq-option:hover {
	border-color: #b5622f;
}

.smq-option:focus-visible,
.smq-zurueck:focus-visible,
.smq-neustart:focus-visible,
.smq-link:focus-visible {
	outline: 3px solid #b5622f;
	outline-offset: 2px;
}

.smq-zurueck {
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	color: #8a7d6f;
	background: none;
	border: none;
	padding: 14px 4px;
	margin-top: 16px;
	cursor: pointer;
}

.smq-zurueck:hover {
	color: #b5622f;
}

/* Ergebnis */
.smq-eyebrow {
	font-size: 0.85rem;
	font-weight: 600;
	color: #b5622f;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 6px;
}

.smq-typ {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 12px;
	line-height: 1.15;
}

.smq-typtext {
	font-size: 1.05rem;
	margin: 0 0 24px;
}

.smq-affiliate {
	font-size: 0.85rem;
	color: #8a7d6f;
	border-top: 1px solid #efe6da;
	padding-top: 14px;
	margin: 0 0 16px;
}

.smq-karten {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.smq-karte {
	background: #ffffff;
	border: 1px solid #efe6da;
	border-radius: 14px;
	padding: 20px;
	position: relative;
}

.smq-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #b5622f;
	border-radius: 999px;
	padding: 4px 10px;
	margin-bottom: 8px;
}

.smq-parfum {
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0 0 4px;
}

.smq-meta {
	font-size: 0.9rem;
	color: #8a7d6f;
	margin: 0 0 10px;
}

.smq-ueberbudget {
	color: #b5622f;
	font-weight: 600;
}

.smq-begruendung {
	margin: 0 0 16px;
}

.smq-link {
	display: inline-block;
	font-weight: 800;
	font-size: 1rem;
	color: #ffffff;
	background: #b5622f;
	text-decoration: none;
	border-radius: 12px;
	padding: 14px 22px;
	min-height: 48px;
}

.smq-link:hover {
	background: #9a5226;
	color: #ffffff;
}

.smq-leer {
	background: #efe6da;
	border-radius: 14px;
	padding: 20px;
	margin-bottom: 24px;
}

.smq-neustart {
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	color: #2b2622;
	background: #efe6da;
	border: none;
	border-radius: 12px;
	padding: 14px 22px;
	min-height: 48px;
	cursor: pointer;
}

.smq-neustart:hover {
	background: #e4d8c8;
}

@media (prefers-reduced-motion: reduce) {
	.smq-option {
		transition: none;
	}
}

@media (min-width: 600px) {
	.smq-frage {
		font-size: 1.75rem;
	}

	.smq-typ {
		font-size: 2.4rem;
	}
}
