/* ================================================================
   DanubeHandwerk Funnel – Landingpage & Funnel-Styles
   Premium-Industrie-Look: tiefes Nachtblau / Stahlgrau,
   Glassmorphismus-Karten, feine Innen-Schatten (Neumorphismus-Touch).
   Alle Regeln sind unter .df-landing bzw. .df-funnel gescoped.
   ================================================================ */

.df-landing,
.df-funnel {
	/* Nachtblau-Skala */
	--df-night-950: #04070d;
	--df-night-900: #070d17;
	--df-night-800: #0c1626;
	--df-night-700: #122036;
	--df-night-600: #182b44;

	/* Stahlgrau / Text */
	--df-text: #eef3f9;
	--df-steel: #c2cfdd;
	--df-muted: #8fa3b8;

	/* Linien & Glas */
	--df-line: rgba(148, 178, 209, 0.16);
	--df-line-strong: rgba(148, 178, 209, 0.32);
	--df-glass: rgba(14, 25, 43, 0.6);
	--df-glass-strong: rgba(18, 32, 54, 0.8);

	/* Akzent (Stahlblau) & Status */
	--df-accent: #4f9be0;
	--df-accent-strong: #7cbcf2;
	--df-accent-soft: rgba(79, 155, 224, 0.14);
	--df-danger: #e06767;
	--df-warn: #e8b456;
	--df-success: #3dae7d;

	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	color: var(--df-text);
	color-scheme: dark;
	-webkit-font-smoothing: antialiased;
}

.df-landing *,
.df-landing *::before,
.df-landing *::after,
.df-funnel *,
.df-funnel *::before,
.df-funnel *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.df-landing [hidden],
.df-funnel [hidden] {
	display: none !important;
}

.df-landing button,
.df-funnel button {
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
}

.df-landing :focus-visible,
.df-funnel :focus-visible {
	outline: 2px solid var(--df-accent-strong);
	outline-offset: 2px;
}

/* ================================================================
   1) Landingpage-Canvas
   ================================================================ */

.df-landing {
	position: relative;
	isolation: isolate;
	max-width: 1140px;
	margin: 2.5rem auto;
	padding: clamp(44px, 6vw, 76px) clamp(18px, 4vw, 56px) clamp(40px, 5vw, 64px);
	background:
		linear-gradient(168deg, #0e1b2e 0%, var(--df-night-900) 52%, var(--df-night-950) 100%);
	border: 1px solid rgba(148, 178, 209, 0.12);
	border-radius: 26px;
	overflow: hidden;
	box-shadow:
		0 60px 120px -48px rgba(2, 6, 12, 0.9),
		0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

/* Weiche Licht-Akzente hinter dem Inhalt */
.df-landing-glow {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(640px 420px at 14% -6%, rgba(79, 155, 224, 0.2), transparent 62%),
		radial-gradient(760px 520px at 88% 4%, rgba(124, 188, 242, 0.1), transparent 60%),
		radial-gradient(900px 500px at 50% 108%, rgba(79, 155, 224, 0.08), transparent 65%);
	pointer-events: none;
}

/* Feines technisches Raster, nach unten ausgeblendet */
.df-landing-grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(148, 178, 209, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 178, 209, 0.05) 1px, transparent 1px);
	background-size: 46px 46px;
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
	pointer-events: none;
}

.df-landing-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
}

/* ================================================================
   2) Hero-Sektion
   ================================================================ */

.df-hero {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}

.df-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 7px 16px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--df-steel);
	background: rgba(148, 178, 209, 0.08);
	border: 1px solid var(--df-line);
	border-radius: 999px;
}

.df-hero-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	background: var(--df-accent);
	transform: rotate(45deg);
	flex: 0 0 auto;
	box-shadow: 0 0 12px rgba(79, 155, 224, 0.9);
}

.df-hero-title {
	margin-top: 22px;
	font-size: clamp(30px, 4.6vw, 50px);
	font-weight: 850;
	line-height: 1.12;
	letter-spacing: -0.022em;
	color: var(--df-text);
}

.df-hero-accent {
	display: block;
	background: linear-gradient(92deg, var(--df-accent-strong) 0%, #a9d4f7 55%, var(--df-accent) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.df-hero-sub {
	max-width: 62ch;
	margin: 18px auto 0;
	font-size: clamp(15.5px, 1.7vw, 18px);
	line-height: 1.65;
	color: var(--df-muted);
}

/* ================================================================
   3) Trust-Badges
   ================================================================ */

.df-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 30px auto 0;
	list-style: none;
}

.df-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--df-steel);
	background: linear-gradient(180deg, rgba(24, 43, 68, 0.55), rgba(12, 22, 38, 0.65));
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: 1px solid var(--df-line);
	border-radius: 999px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 14px 28px -20px rgba(2, 6, 12, 0.9);
}

.df-trust-icon {
	display: inline-flex;
	color: var(--df-accent-strong);
}

.df-trust-icon .df-icon {
	width: 19px;
	height: 19px;
}

/* ================================================================
   4) Funnel-Karte (Glassmorphismus)
   ================================================================ */

.df-funnel {
	position: relative;
	max-width: 720px;
	margin: 2.5rem auto;
	background: linear-gradient(180deg, rgba(22, 38, 62, 0.72), rgba(9, 17, 30, 0.82));
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
	border: 1px solid rgba(148, 178, 209, 0.18);
	border-radius: 18px;
	overflow: hidden;
	box-shadow:
		0 44px 88px -36px rgba(2, 6, 12, 0.9),
		0 12px 32px -18px rgba(79, 155, 224, 0.25),
		0 1px 0 rgba(255, 255, 255, 0.07) inset,
		0 -22px 44px -34px rgba(79, 155, 224, 0.35) inset;
}

.df-landing .df-funnel {
	margin: 38px auto 0;
}

/* ---------------- Kopfbereich ---------------- */

.df-topbar {
	height: 3px;
	background: linear-gradient(90deg, var(--df-accent) 0%, #a9d4f7 40%, rgba(124, 188, 242, 0.1) 100%);
}

.df-header {
	padding: 22px 32px 0;
}

.df-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.df-brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--df-steel);
	white-space: nowrap;
}

.df-brand::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--df-accent);
	transform: rotate(45deg);
	flex: 0 0 auto;
	box-shadow: 0 0 10px rgba(79, 155, 224, 0.8);
}

.df-steplabel {
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--df-muted);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.df-progress {
	position: relative;
	height: 4px;
	margin-top: 14px;
	background: rgba(148, 178, 209, 0.14);
	border-radius: 999px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(2, 6, 12, 0.6) inset;
}

.df-progress-fill {
	display: block;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--df-accent), var(--df-accent-strong));
	border-radius: inherit;
	box-shadow: 0 0 12px rgba(79, 155, 224, 0.7);
	transition: width 0.35s ease;
}

/* ---------------- Schritt-Container ---------------- */

.df-viewport {
	position: relative;
	padding: 6px 32px 8px;
	transition: height 0.3s ease;
}

.df-viewport.is-animating {
	overflow: hidden;
}

.df-step {
	display: none;
	padding: 20px 0 14px;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.df-step.is-active {
	display: block;
}

/* Übergangs-Zustände (Richtung: fwd = vorwärts, back = zurück) */
.df-step.df-leave-fwd  { opacity: 0; transform: translateX(-28px); }
.df-step.df-leave-back { opacity: 0; transform: translateX(28px); }
.df-step.df-enter-fwd  { opacity: 0; transform: translateX(28px); transition: none; }
.df-step.df-enter-back { opacity: 0; transform: translateX(-28px); transition: none; }

.df-step h2:focus {
	outline: none;
}

.df-noscript {
	padding: 24px 0;
	color: var(--df-muted);
	font-size: 14.5px;
}

/* ---------------- Intro / Pfadwahl ---------------- */

.df-title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.df-sub {
	margin-top: 8px;
	font-size: 15px;
	color: var(--df-muted);
}

.df-paths {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 22px;
}

.df-path-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 22px;
	text-align: left;
	background: linear-gradient(180deg, rgba(24, 43, 68, 0.6), rgba(12, 22, 38, 0.7));
	border: 1px solid var(--df-line);
	border-radius: 12px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.df-path-card:hover {
	border-color: var(--df-accent);
	transform: translateY(-2px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.05) inset,
		0 16px 32px -18px rgba(79, 155, 224, 0.55);
}

.df-path-top {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.df-path-tag {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 4px 8px;
	border: 1px solid var(--df-line-strong);
	border-radius: 4px;
	color: var(--df-steel);
	white-space: nowrap;
}

.df-path-eyebrow {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--df-muted);
}

.df-path-title {
	font-size: 19px;
	font-weight: 750;
	line-height: 1.3;
	color: var(--df-text);
}

.df-path-desc {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--df-muted);
}

.df-path-cta {
	margin-top: auto;
	padding-top: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--df-accent-strong);
}

/* ---------------- Frage-Schritte ---------------- */

.df-question {
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.df-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}

/* Bei ungerader Anzahl (z. B. 3 Optionen) nimmt die letzte die volle Breite ein */
.df-option:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.df-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 62px;
	padding: 16px 18px;
	font-size: 16.5px;
	font-weight: 650;
	text-align: left;
	color: var(--df-text);
	background: linear-gradient(180deg, rgba(28, 48, 74, 0.65), rgba(16, 29, 49, 0.72));
	border: 1px solid var(--df-line);
	border-radius: 12px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.05) inset,
		0 -8px 16px -12px rgba(2, 6, 12, 0.8) inset;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.df-option:hover {
	border-color: var(--df-accent);
	background: linear-gradient(180deg, rgba(34, 58, 88, 0.75), rgba(19, 34, 56, 0.8));
	transform: translateY(-1px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 12px 26px -16px rgba(79, 155, 224, 0.6);
}

.df-option:active {
	transform: translateY(0);
}

/* Icon-Variante (erste Frage: Gewerk/Szakma) */
.df-option--icon {
	justify-content: flex-start;
	min-height: 76px;
	padding: 14px 16px;
}

.df-option--icon .df-option-icon {
	margin-left: auto;
}

.df-option-media {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	color: var(--df-accent-strong);
	background: linear-gradient(160deg, rgba(38, 64, 96, 0.9), rgba(14, 26, 44, 0.95));
	border: 1px solid rgba(124, 188, 242, 0.28);
	border-radius: 12px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.1) inset,
		0 -6px 12px -8px rgba(2, 6, 12, 0.9) inset,
		0 8px 18px -10px rgba(79, 155, 224, 0.45);
	transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.df-option-media .df-icon {
	width: 26px;
	height: 26px;
}

.df-option:hover .df-option-media,
.df-option.is-selected .df-option-media {
	color: #ffffff;
	border-color: var(--df-accent-strong);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.14) inset,
		0 0 0 1px rgba(124, 188, 242, 0.25),
		0 10px 22px -10px rgba(79, 155, 224, 0.7);
	transform: scale(1.04);
}

.df-option-icon {
	flex: 0 0 auto;
	color: var(--df-muted);
	opacity: 0.55;
	transition: opacity 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.df-option:hover .df-option-icon {
	opacity: 1;
	color: var(--df-accent-strong);
	transform: translateX(2px);
}

.df-option.is-selected {
	border-color: var(--df-accent);
	background: var(--df-accent-soft);
	box-shadow: 0 0 0 1px var(--df-accent) inset;
}

.df-option.is-selected .df-option-icon {
	opacity: 1;
	color: var(--df-accent-strong);
}

/* ---------------- Kontakt-Formular ---------------- */

.df-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--df-muted);
}

.df-note-icon {
	flex: 0 0 auto;
	margin-top: 3px;
	color: var(--df-accent);
}

.df-form {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.df-field {
	display: block;
}

.df-field-label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--df-steel);
}

.df-req {
	color: var(--df-accent-strong);
}

.df-funnel input[type="text"],
.df-funnel input[type="tel"] {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font: inherit;
	font-size: 16px;
	color: var(--df-text);
	background: rgba(7, 14, 25, 0.75);
	border: 1px solid var(--df-line);
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(2, 6, 12, 0.4) inset;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.df-funnel input[type="text"]::placeholder,
.df-funnel input[type="tel"]::placeholder {
	color: #5c7186;
}

.df-funnel input[type="text"]:focus,
.df-funnel input[type="tel"]:focus {
	outline: none;
	border-color: var(--df-accent);
	box-shadow:
		0 2px 6px rgba(2, 6, 12, 0.4) inset,
		0 0 0 3px rgba(79, 155, 224, 0.22);
}

.df-funnel input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #0a1420 inset;
	-webkit-text-fill-color: var(--df-text);
	caret-color: var(--df-text);
}

.df-funnel input.is-invalid {
	border-color: var(--df-danger);
}

.df-funnel input.is-invalid:focus {
	box-shadow:
		0 2px 6px rgba(2, 6, 12, 0.4) inset,
		0 0 0 3px rgba(224, 103, 103, 0.2);
}

.df-field-error {
	display: none;
	margin-top: 7px;
	font-size: 13px;
	color: #f0a5a5;
}

.df-field-error.is-visible {
	display: block;
}

.df-alert {
	display: none;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #f3bcbc;
	background: rgba(224, 103, 103, 0.12);
	border: 1px solid rgba(224, 103, 103, 0.45);
	border-radius: 10px;
}

.df-alert.is-visible {
	display: block;
}

/* Honeypot – visuell komplett aus dem Layout genommen */
.df-hp {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* Senden-Button */
.df-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 56px;
	padding: 15px 20px;
	font-size: 16.5px;
	font-weight: 750;
	letter-spacing: 0.02em;
	color: #ffffff;
	background: linear-gradient(180deg, #5d9dd8, #3d7cb5);
	border: 1px solid #6aa7dd;
	border-radius: 10px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.2) inset,
		0 14px 30px -14px rgba(79, 155, 224, 0.75);
	transition: filter 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.df-submit:hover {
	filter: brightness(1.08);
}

.df-submit:active {
	transform: translateY(1px);
}

.df-submit:disabled {
	opacity: 0.65;
	cursor: default;
	transform: none;
	filter: none;
}

.df-spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: df-spin 0.7s linear infinite;
}

.df-form.is-sending .df-spinner {
	display: inline-block;
}

@keyframes df-spin {
	to { transform: rotate(360deg); }
}

/* ---------------- Erfolgs-Screen ---------------- */

.df-success {
	padding: 26px 0 20px;
	text-align: center;
}

.df-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 18px;
	color: var(--df-success);
	background: rgba(61, 174, 125, 0.12);
	border: 1px solid rgba(61, 174, 125, 0.45);
	border-radius: 50%;
	box-shadow: 0 0 32px -8px rgba(61, 174, 125, 0.5);
	animation: df-pop 0.4s ease;
}

@keyframes df-pop {
	0%   { transform: scale(0.6); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

.df-success-title {
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.df-success-text {
	max-width: 46ch;
	margin: 10px auto 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--df-muted);
}

/* Hinweis-Box: wp_mail fehlgeschlagen, Lead lokal gespeichert */
.df-mailnotice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 52ch;
	margin: 20px auto 0;
	padding: 13px 16px;
	text-align: left;
	font-size: 13.5px;
	line-height: 1.55;
	color: #f2d9a6;
	background: rgba(232, 180, 86, 0.1);
	border: 1px solid rgba(232, 180, 86, 0.4);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.df-mailnotice-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-top: 1px;
	color: var(--df-warn);
}

.df-mailnotice-icon .df-icon {
	width: 18px;
	height: 18px;
}

/* ---------------- Fußbereich ---------------- */

.df-footer {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 0 32px 20px;
}

.df-back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 14px;
	font-size: 14px;
	font-weight: 650;
	color: var(--df-muted);
	border: 1px solid transparent;
	border-radius: 8px;
	transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.df-back:hover {
	color: var(--df-text);
	border-color: var(--df-line);
	background: rgba(24, 43, 68, 0.6);
}

/* ================================================================
   5) 3-Schritte-Ablauf
   ================================================================ */

.df-howto {
	margin-top: clamp(40px, 6vw, 64px);
}

.df-howto-title {
	text-align: center;
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--df-text);
}

.df-howto-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 26px;
	list-style: none;
	counter-reset: none;
}

.df-howto-step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 26px 20px 24px;
	text-align: center;
	background: linear-gradient(180deg, rgba(22, 38, 62, 0.55), rgba(9, 17, 30, 0.65));
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border: 1px solid var(--df-line);
	border-radius: 16px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.05) inset,
		0 26px 52px -30px rgba(2, 6, 12, 0.9);
}

/* Pfeil-Verbinder zwischen den Boxen (Desktop) */
.df-howto-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	width: 11px;
	height: 11px;
	border-top: 2px solid var(--df-accent);
	border-right: 2px solid var(--df-accent);
	transform: translateY(-50%) rotate(45deg);
	opacity: 0.75;
}

/* Nummern-Medaillon mit Neumorphismus-Schattierung */
.df-howto-num {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	font-size: 21px;
	font-weight: 850;
	font-variant-numeric: tabular-nums;
	color: var(--df-accent-strong);
	background: linear-gradient(160deg, var(--df-night-600), var(--df-night-800));
	border: 1px solid rgba(124, 188, 242, 0.3);
	border-radius: 50%;
	box-shadow:
		0 2px 4px rgba(255, 255, 255, 0.08) inset,
		0 -6px 12px rgba(2, 6, 12, 0.5) inset,
		0 12px 26px -12px rgba(79, 155, 224, 0.5);
}

.df-howto-steptitle {
	margin-top: 4px;
	font-size: 16.5px;
	font-weight: 750;
	color: var(--df-text);
}

.df-howto-text {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--df-muted);
}

/* ================================================================
   6) Responsive
   ================================================================ */

@media (max-width: 900px) {
	.df-howto-list {
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}

	.df-howto-step:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -15px;
		transform: translateX(50%) rotate(135deg);
	}
}

@media (max-width: 620px) {
	.df-landing {
		margin: 1.25rem auto;
		border-radius: 18px;
	}

	.df-funnel {
		margin: 1.5rem auto;
		border-radius: 14px;
	}

	.df-header {
		padding: 18px 20px 0;
	}

	.df-viewport {
		padding: 4px 20px 6px;
	}

	.df-footer {
		padding: 0 20px 16px;
	}

	.df-title {
		font-size: 22px;
	}

	.df-question {
		font-size: 19.5px;
	}

	.df-paths,
	.df-options {
		grid-template-columns: 1fr;
	}

	.df-option:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.df-option--icon {
		min-height: 68px;
	}

	.df-trust {
		gap: 8px;
	}

	.df-trust-badge {
		padding: 9px 15px;
		font-size: 13px;
	}
}

/* ================================================================
   7) Reduzierte Bewegung
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
	.df-landing *,
	.df-funnel .df-step,
	.df-funnel .df-viewport,
	.df-funnel .df-progress-fill,
	.df-funnel .df-option,
	.df-funnel .df-option-media,
	.df-funnel .df-path-card,
	.df-funnel .df-submit {
		transition: none !important;
	}

	.df-funnel .df-success-icon {
		animation: none;
	}
}
