.screen {
	display: none;
	height: calc((var(--vh, 1vh) * 100) - var(--wp-admin--admin-bar--height));
}
#panel-7 .stage-panel--left {
	display: flex;
	flex-direction: column;
	justify-content: space-between !important;
	min-height: calc((var(--vh, 1vh) * 100) - var(--wp-admin--admin-bar--height));
	max-width: 100% !important;
}
.stage-panel--complete {
	max-width: 440px;
}
.screen.active {
	display: flex;
}

/* ═══ DISCLAIMER ════════════════════════════════ */
#screen-disc {
	flex-direction: row;
	align-items: stretch;
}

.disc-left {
	width: 44%;
	background: var(--bg3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 48px;
	gap: 40px;
	position: relative;
	overflow: hidden;
	border-right: 1px solid var(--border);
}
.disc-left::before {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		var(--accent) 40%,
		var(--accent) 60%,
		transparent 100%
	);
	opacity: 0.4;
}
.disc-left::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		ellipse 60% 50% at 50% 20%,
		rgba(var(--accent-rgb), 0.1) 0%,
		transparent 70%
	);
	pointer-events: none;
}
.note {
	opacity: 0.65;
	font-size: 12px;
}
.logo-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.logo-icon {
	width: auto;
	height: auto;
	mix-blend-mode: screen;
	margin-top: 16px;
}
.logo-group--slogan {
	display: flex;
	align-items: center;
	gap: 4px;

}
.logo-group--slogan p span {
	font-size: 12px;
}
.logo-group--slogan span {
	font-size: 4px;
}
.logo-wordmark {
	width: 290px;
	height: auto;
	mix-blend-mode: screen;
}
.doa-icon {
	position: relative;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.doa-icon svg {
	width: 200px;
	height: 160px;
}
.doa-icon svg path {
	fill: #0DA16D !important;
}
.disc-photo {
	width: 100%;
	max-width: 380px;
	aspect-ratio: 4/3;
	border-radius: var(--r);
	overflow: hidden;
	border: 1px solid var(--border);
	position: relative;
	z-index: 1;
	background: var(--bg2);
}
.disc-left-icon {
	margin-top: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.disc-left-icon .vestra-icon .vestra-write.animate {
	animation: writeV 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	animation-delay: 360ms;
}
.disc-photo-ph {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.disc-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 6vw, 72px);
	position: relative;
	height: auto;
	overflow-y: auto;
}

.disc-tag {
	font-family: var(--sub);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 500;
	margin-bottom: 40px;
	/* 	display: flex;
	align-items: center;
	gap: 8px; */
}
/* .disc-tag::before {
content: "";
display: block;
width: 28px;
height: 1px;
background: var(--accent);
} */

.disc-tag::after {
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background: var(--accent);
	margin-top: 32px;
}

.disc-title {
	font-family: var(--h);
	font-size: clamp(38px, 4.2vw, 56px);
	font-weight: 300;
	line-height: 1;
	margin-bottom: 16px;
	color: var(--white);
}
.disc-title span {
	color: var(--accent);
	font-style: italic;
}

.disc-body {
	color: var(--white);
	font-size: 14px;
	line-height: 1.6;
	max-width: 480px;
	margin-bottom: 28px;
}

/* .disc-items {
display: flex;
flex-direction: column;
gap: 14px;
margin-bottom: 32px;
max-width: 520px;
}
.disc-item {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 18px;
border: 1px solid var(--border);
border-radius: var(--r);
background: rgba(255, 255, 255, 0.02);
transition: border-color 0.2s, background 0.2s;
}
.disc-item:nth-of-type(2) {
align-items: flex-start;
}
.disc-item:hover {
border-color: rgba(var(--accent-rgb), 0.25);
background: rgba(var(--accent-rgb), 0.04);
}
.disc-icon {
width: 26px;
height: 26px;
border-radius: 50%;
border: 1.5px solid var(--accent);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.disc-icon svg {
min-width:auto;
width: 12px;
height: 12px;
}
.disc-item-txt {
color: var(--mid);
font-size: 14px;
line-height: 1.4;
} */
.disc-process {
	display: flex;
	gap: 16px;
	margin-bottom: 28px;
	max-width: 460px;
}

.disc-process--item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: center;
	flex: 1;
}

.disc-process--item .item-num {
	font-family: var(--h);
	font-size: clamp(18px, 2.2vw, 28px);
	color: var(--gold);
}

.disc-process--item .item-txt {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-family: var(--sub);
	color: var(--dim);
	text-transform: uppercase;
}

.disc-note {
	color: var(--dim);
	font-size: 13px;
	margin-bottom: 40px;
	font-style: italic;
	max-width: 480px;
}

.btn-accept {
	max-width: 480px;
	width: 100%;
	padding: 18px 32px;
	background: var(--accent);
	color: var(--bg);
	font-family: var(--b);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	border: none;
	border-radius: var(--r);
	cursor: pointer;
	line-height: 1;
	position: relative;
	overflow: hidden;
	min-height: 46px;
	transition: box-shadow 0.25s, transform 0.15s;
}
.btn-accept::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.1) 50%,
		transparent 100%
	);
	transform: translateX(-100%);
	transition: transform 0.4s;
}
.btn-accept:hover {
	box-shadow: 0 0 32px rgba(var(--accent-rgb), 0.5),
		0 0 60px rgba(var(--accent-rgb), 0.2);
	transform: translateY(-2px);
}
.btn-accept:hover::after {
	transform: translateX(100%);
}
.btn-accept:active {
	transform: translateY(0);
}

/* ═══ CALCULATOR ════════════════════════════════ */
#screen-calc {
	flex-direction: column;
}

.screen-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 24px;
}

.prog-wrap {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 3px;
	background: rgba(240, 244, 241, 0.07);
	max-width: 380px;
}

.prog-fill {
	height: 100%;
	background: var(--accent);
	box-shadow: 0 0 8px var(--glow), 0 0 20px var(--glow);
	border-radius: 0 2px 2px 0;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0%;
}

.calc-body {
	display: flex;
	flex: 1;
	min-height: calc(
		calc((var(--vh, 1vh) * 100) - 3px) - var(--wp-admin--admin-bar--height)
		);
}

.sidebar {
	width: clamp(220px, 22vw, 260px);
	flex-shrink: 0;
	padding: 56px 24px 40px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-right: 1px solid var(--border);
	position: sticky;
	top: 3px;
	height: calc(
		calc((var(--vh, 1vh) * 100) - 3px) - var(--wp-admin--admin-bar--height)
		);
	overflow-y: hidden;
}

.sb-links {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sb-icon {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sb-label {
	font-size: 9px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
	margin-bottom: 12px;
	padding-left: 4px;
}

.stage-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 14px;
	border-radius: var(--r);
	border: 1px solid transparent;
	background: transparent;
	color: var(--white);
	font-family: var(--b);
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	width: 100%;
	cursor: default;
	opacity: 0.28;
	transition: opacity 0.25s, border-color 0.25s, background 0.25s;
	position: relative;
}
.stage-btn.is-current {
	opacity: 1;
	border-color: rgba(var(--accent-rgb), 0.45);
	background: rgba(var(--accent-rgb), 0.06);
	font-weight: 600;
}
.stage-btn.is-done {
	opacity: 0.5;
	cursor: none;
	pointer-events: none;
}

.sb-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(240, 244, 241, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	flex-shrink: 0;
	transition: border-color 0.25s;
	letter-spacing: 0;
}
.stage-btn.is-current .sb-num {
	border-color: var(--accent);
	color: var(--accent);
}
.sb-lbl {
	flex: 1;
	line-height: 1.2;
}
.sb-check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--accent);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	opacity: 0;
	transform: scale(0.4);
	transition: opacity 0.25s, transform 0.25s;
}
.stage-btn.is-done .sb-check {
	opacity: 1;
	transform: scale(1);
}
.sb-check svg {
	width: 10px;
	height: 10px;
}

.content {
	flex: 1;
	overflow-y: auto;
	max-width: 100%;
	height: calc((var(--vh, 1vh) * 100) - 56px - var(--wp-admin--admin-bar--height));
}

.stage-panel {
	display: none;
	position: relative;
}
.stage-panel.active {
	display: grid;
	grid-template-columns: 2fr 360px;
	animation: slideIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.stage-panel.slide-out {
	display: grid;
	grid-template-columns: 2fr 360px;
	animation: slideOut 0.25s cubic-bezier(0.4, 0, 1, 1) both;
	pointer-events: none;
}

.stage-panel.active,
.stage-panel.slide-out {
	grid-template-columns: minmax(0, 1fr) clamp(280px, 28vw, 360px);
}

.stage-panel--left {
	padding: clamp(32px, 5vw, 80px) clamp(20px, 6vw, 80px) 80px;
}

.stage-panel--right {
	flex-shrink: 0;
	padding: 56px 24px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 1px solid var(--border);
	position: sticky;
	top: 0;
	height: calc(
		calc((var(--vh, 1vh) * 100) - 56px) - var(--wp-admin--admin-bar--height)
		);
	overflow-y: hidden;
	background: var(--bg3);
}

.sidebar,
.stage-panel--right {
	/* 	height: auto; */
	max-height: calc(
		calc(calc((var(--vh, 1vh)) * 100) - 56px) -
		var(--wp-admin--admin-bar--height)
		);
	overflow-y: hidden;
}

.top-part {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.stage-panel--icon {
	display: flex;
	order: 4;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.stage-panel--icon svg {
	width: 124px;
	height: auto;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes slideOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stage-tag {
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.rsb-tag {
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 600;
	margin-bottom: 16px;
}

.rsb-tag::before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: var(--accent);
	margin-bottom: 32px;
}

.rsb-note {
	font-family: var(--h);
	font-size: 24px;
	font-style: italic;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 30px;
}

.rsb-note::after {
	content: "";
	display: block;
	width: 22px;
	height: 1px;
	background: var(--accent);
	opacity: 0.35;
	margin-top: 30px;
}

.rsb-desc p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--mid);
	display: block;
	margin-bottom: 24px;
}
/* .stage-tag::before {
content: "";
display: block;
width: 20px;
height: 1px;
background: var(--accent);
} */

.stage-title {
	font-family: var(--h);
	font-size: clamp(36px, 4vw, 52px);
	line-height: 1;
	letter-spacing: 0.03em;
	margin-bottom: 12px;
	font-weight: 300;
}

.stage-desc {
	color: var(--mid);
	font-size: 14px;
	line-height: 1.7;
	max-width: 500px;
	margin-bottom: 52px;
}
.txt-sm {
	font-size: 14px;
	line-height: 1.7;
	color: var(--mid);
	display: block;
	margin-bottom: 24px;
}
.txt-sm.dim {
	font-family: var(--sub);
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	color: var(--dim);
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer-h::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--accent);
	opacity: 0.35;
	margin-top: 30px;
	margin-bottom: 24px;
}

.questions {
	display: flex;
	flex-direction: column;
	gap: 44px;
}
.finance-logos {
	height: 36px;
}
.finance-logos.yahoo {
	height: 20px;
}
.finance-logos.binance {
	height: 20px;
}
.finance-logos.sm {
	height: 20px;
}
.qblock {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 480px;
	/* 	opacity: 1 !important;
	pointer-events: auto !important; */
	transition: opacity 0.4s;
}
/* .qblock.is-active {
opacity: 1;
pointer-events: auto;
} 
.qblock.is-answered {
opacity: 0.45;
pointer-events: auto;
}*/

.q-hd {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: baseline;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
.q-n {
	color: var(--accent);
	font-weight: 700;
	min-width: 22px;
	font-size: 13px;
}
.q-note {
	font-family: var(--b);
	font-size: 14px;
	line-height: 1.7;
	max-width: 480px;
	color: var(--accent);
}
.q-hint {
	font-size: 12px;
	color: var(--dim);
	line-height: 1.55;
}

#qb-9a:not(.is-active),
#qb-9b:not(.is-active) {
	opacity: 0.45 !important;
	pointer-events: none !important;
}

#qb-9a.is-active,
#qb-9b.is-active {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.txt-input,
.num-input {
	padding: 12px 16px;
	background: rgba(240, 244, 241, 0.04);
	border: 1px solid var(--border);
	border-radius: var(--r);
	color: var(--white);
	font-family: var(--b);
	font-size: 14px;
	line-height: 1;
	outline: none;
	min-height: 48px;
	transition: border-color 0.2s, background 0.2s;
}
.txt-input {
	width: 100%;
	max-width: 440px;
}
.num-input {
	width: 110px;
}
.txt-input:focus,
.num-input:focus {
	border-color: var(--accent);
	background: rgba(var(--accent-rgb), 0.05);
}
.txt-input::placeholder,
.num-input::placeholder {
	color: var(--dim);
}
.input-unit {
	color: var(--mid);
	font-size: 14px;
}
.input-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ropts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 480px;
}
.ropts.row {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.ropt {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 16px;
	border: 1px solid var(--border);
	border-radius: var(--r);
	background: rgba(240, 244, 241, 0.02);
	cursor: pointer;
	user-select: none;
	transition: border-color 0.18s, background 0.18s;
}
.ropt:hover {
	border-color: rgba(var(--accent-rgb), 0.3);
	background: rgba(var(--accent-rgb), 0.04);
}
.ropt.sel {
	border-color: var(--accent);
	background: rgba(var(--accent-rgb), 0.08);
}
.rcircle {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 1.5px solid var(--dim);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: border-color 0.18s;
}
.ropt.sel .rcircle {
	border-color: var(--accent);
}
.rdot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent);
	opacity: 0;
	transform: scale(0.2);
	transition: opacity 0.18s, transform 0.18s;
}
.ropt.sel .rdot {
	opacity: 1;
	transform: scale(1);
}
.rtxt {
	font-size: 14px;
	color: var(--mid);
	transition: color 0.18s;
}
.ropt.sel .rtxt {
	color: var(--white);
}
.ropts.row .ropt {
	flex: 0 0 auto;
}

.copts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 480px;
}
.copt {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 16px;
	border: 1px solid var(--border);
	border-radius: var(--r);
	background: rgba(240, 244, 241, 0.02);
	cursor: pointer;
	user-select: none;
	transition: border-color 0.18s, background 0.18s;
}
.copt:hover {
	border-color: rgba(var(--accent-rgb), 0.3);
	background: rgba(var(--accent-rgb), 0.04);
}
.copt.sel {
	border-color: var(--accent);
	background: rgba(var(--accent-rgb), 0.08);
}
.cbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1.5px solid var(--dim);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.18s, border-color 0.18s;
}
.copt.sel .cbox {
	background: var(--accent);
	border-color: var(--accent);
}
.cbox svg {
	width: 10px;
	height: 10px;
	min-width: auto;
	opacity: 0;
	transition: opacity 0.15s;
}
.copt.sel .cbox svg {
	opacity: 1;
}
.ctxt {
	font-size: 14px;
	color: var(--mid);
	transition: color 0.18s;
}
.copt.sel .ctxt {
	color: var(--white);
}

.sub-q {
	margin-top: 2px;
	padding: 16px 20px;
	background: rgba(var(--accent-rgb), 0.04);
	border-left: 2px solid rgba(var(--accent-rgb), 0.4);
	border-radius: 0 var(--r) var(--r) 0;
	display: none;
}
.sub-q.vis {
	display: block;
}
.sub-ql {
	font-size: 13px;
	color: var(--mid);
	margin-bottom: 10px;
	font-weight: 500;
}

.income-wrap {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: opacity 0.3s;
}
.income-wrap.disabled {
	opacity: 0.22;
	pointer-events: none;
}
.income-notches {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: var(--dim);
	padding: 0;
	letter-spacing: 0.02em;
}
.income-notches span {
	width: 78px;
}
.income-notches span:nth-of-type(3) {
	text-align: center;
}
.income-notches span:nth-of-type(4),
.income-notches span:last-of-type {
	text-align: right;
}
.income-range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	background: linear-gradient(
		to right,
		var(--accent) 0%,
		var(--accent) var(--fp, 0%),
		rgba(240, 244, 241, 0.12) var(--fp, 0%),
		rgba(240, 244, 241, 0.12) 100%
	);
}
.income-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--white);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent), 0 0 12px var(--glow);
	cursor: pointer;
	transition: box-shadow 0.2s;
}
.income-range::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent),
		0 0 22px rgba(var(--accent-rgb), 0.55);
}
.income-range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: none;
	background: var(--white);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent);
	cursor: pointer;
}
.income-val {
	font-family: var(--b);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--accent);
	min-height: 32px;
	transition: opacity 0.2s;
}
.hm-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 16px;
	margin-top: 4px;
	border: 1px solid var(--border);
	border-radius: var(--r);
	background: rgba(240, 244, 241, 0.02);
	cursor: pointer;
	user-select: none;
	max-width: 480px;
	transition: border-color 0.18s, background 0.18s;
}
.hm-row:hover {
	border-color: rgba(var(--accent-rgb), 0.3);
	background: rgba(var(--accent-rgb), 0.04);
}
.hm-row.checked {
	border-color: var(--accent);
	background: rgba(var(--accent-rgb), 0.08);
}
.hm-box {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1.5px solid var(--dim);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.18s, border-color 0.18s;
}
.hm-row.checked .hm-box {
	background: var(--accent);
	border-color: var(--accent);
}
.hm-box svg {
	width: 10px;
	height: 10px;
	opacity: 0;
	transition: opacity 0.15s;
}
.hm-row.checked .hm-box svg {
	opacity: 1;
}
.hm-lbl {
	font-size: 14px;
	color: var(--mid);
	transition: color 0.18s;
}
.hm-row.checked .hm-lbl {
	color: var(--white);
}

.nav-row {
	display: flex;
	gap: 12px;
	margin-top: 60px;
	align-items: center;
}
.btn-next {
	padding: 14px 40px;
	background: var(--accent);
	color: var(--bg);
	font-family: var(--b);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	border-radius: var(--r);
	cursor: pointer;
	line-height: 1;
	position: relative;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.15s;
}
.btn-next::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.12),
		transparent
	);
	transform: translateX(-100%);
	transition: transform 0.35s;
}
.btn-next:hover {
	box-shadow: 0 0 24px rgba(var(--accent-rgb), 0.45);
	transform: translateY(-1px);
}
.btn-next:hover::after {
	transform: translateX(100%);
}
.btn-next:active {
	transform: translateY(0);
}
.btn-back {
	padding: 14px 26px;
	background: transparent;
	color: var(--mid);
	font-family: var(--b);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border: 1px solid var(--border2);
	border-radius: var(--r);
	cursor: pointer;
	line-height: 1;
	transition: border-color 0.2s, color 0.2s;
}
.btn-back:hover {
	border-color: rgba(240, 244, 241, 0.35);
	color: var(--white);
}

.ph {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 440px;
}
.ph-line {
	height: 14px;
	border-radius: 3px;
	background: rgba(240, 244, 241, 0.06);
}
.ph-line.s {
	width: 35%;
}
.ph-line.m {
	width: 58%;
}
.ph-line.l {
	width: 80%;
}
.ph-note {
	color: var(--dim);
	font-size: 12px;
	margin-top: 4px;
	letter-spacing: 0.05em;
}

.screen.active .disc-left {
	animation: fadeUp 0.5s ease both;
}
.screen.active .disc-right {
	animation: fadeUp 0.5s ease 0.12s both;
}

.res-assets {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.res-asset-chip {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border: 1px solid var(--border);
	border-radius: 20px;
	font-size: 12px;
	color: var(--mid);
}
.res-asset-chip svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.res-hero {
	display: flex;
	gap: 48px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-wrap: wrap;
}
.res-pie-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}
.res-pie-legend {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 13px;
	color: var(--mid);
}
.res-leg-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.res-leg-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.res-summary {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 8px;
}
.res-summary-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.res-label {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
}
.res-pct {
	font-family: var(--sub);
	font-size: 52px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--accent);
}
.res-amt {
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	line-height: 1.3;
}

.res-flag {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #ba7517;
	background: rgba(186, 117, 23, 0.1);
	border: 1px solid rgba(186, 117, 23, 0.25);
	border-radius: var(--r);
	padding: 10px 14px;
	max-width: 420px;
}
.res-flag-info {
	color: #378add;
	background: rgba(55, 138, 221, 0.08);
	border-color: rgba(55, 138, 221, 0.2);
}

.res-note {
	font-size: 13px;
	color: var(--dim);
	line-height: 1.65;
	max-width: 580px;
	padding: 16px 0 32px;
	border-top: 1px solid var(--border);
}

.res-section-title {
	font-family: var(--h);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--white);
	margin-bottom: 10px;
}
.res-section-sub {
	font-size: 14px;
	color: var(--mid);
	margin-bottom: 20px;
}

.res-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--border);
	border-radius: var(--r);
}
.res-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}
.res-table th {
	padding: 12px 16px;
	text-align: left;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
	border-bottom: 1px solid var(--border);
	font-weight: 600;
	background: rgba(255, 255, 255, 0.02);
}
.res-table td {
	padding: 13px 16px;
	vertical-align: top;
	border-bottom: 1px solid var(--border);
	color: var(--mid);
	line-height: 1.55;
}
.res-table td:first-child {
	color: var(--white);
	font-weight: 500;
	white-space: nowrap;
	width: 220px;
}
.res-table tr:last-child td {
	border-bottom: none;
}
.res-table tr.res-total td {
	color: var(--white);
	font-weight: 600;
	background: rgba(var(--accent-rgb), 0.06);
	border-top: 1px solid rgba(var(--accent-rgb), 0.3);
}
.res-table tr.res-share td {
	color: var(--accent);
	font-weight: 600;
}
.res-table .res-sub {
	font-size: 12px;
	color: var(--dim);
	margin-top: 4px;
	line-height: 1.5;
}
.res-table .res-green {
	color: var(--accent);
	font-weight: 600;
}

.res-answers-group {
	margin-bottom: 28px;
}
.res-answers-label {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--border);
}
.res-answers-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
.res-ans-row {
	display: contents;
}
.res-ans-key {
	font-size: 13px;
	color: var(--dim);
	padding: 8px 0;
	border-bottom: 1px solid var(--border);
}
.res-ans-val {
	font-size: 13px;
	color: var(--mid);
	padding: 8px 0;
	border-bottom: 1px solid var(--border);
	font-weight: 500;
}
.res-ans-val.accent {
	color: var(--accent);
}

@media print {
	.sidebar,
	.nav-row,
	.prog-wrap {
		display: none !important;
	}
	.content {
		padding: 20px !important;
	}
	body {
		background: white !important;
		color: #111 !important;
	}
	.stage-panel {
		display: block !important;
	}
	#panel-results {
		display: block !important;
	}
	#panel-1,
	#panel-2,
	#panel-3,
	#panel-4,
	#panel-5 {
		display: none !important;
	}
}

.asset-sub-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	margin-bottom: 8px;
	border: 1px solid var(--border);
	border-radius: var(--r);
	background: rgba(255, 255, 255, 0.02);
}
.asset-sub-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}
.contrib-row {
	flex-wrap: wrap;
	gap: 6px;
}
.contrib-row .ropt {
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 12px;
	min-width: 88px;
	gap: 8px;
}
.contrib-pct {
	font-size: 11px;
	color: var(--dim);
	display: block;
	margin-top: 2px;
}
.ropt.sel .contrib-pct {
	color: var(--accent);
}

.contrib-slider-wrap {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}
.contrib-notches {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: var(--dim);
	padding: 0;
	letter-spacing: 0.01em;
}
.contrib-notches span {
	width: 78px;
}
.contrib-notches span:nth-of-type(3) {
	text-align: center;
}
.contrib-notches span:nth-of-type(4),
.contrib-notches span:last-of-type {
	text-align: right;
}
.contrib-range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	background: linear-gradient(
		to right,
		var(--accent) 0%,
		var(--accent) var(--fp, 50%),
		rgba(240, 244, 241, 0.12) var(--fp, 50%),
		rgba(240, 244, 241, 0.12) 100%
	);
}
.contrib-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--white);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent), 0 0 12px var(--glow);
	cursor: pointer;
	transition: box-shadow 0.2s;
}
.contrib-range::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent),
		0 0 22px rgba(var(--accent-rgb), 0.5);
}
.contrib-range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: none;
	background: var(--white);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent);
	cursor: pointer;
}
.contrib-val-display {
	font-family: var(--b);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--accent);
	min-height: 32px;
	transition: opacity 0.2s;
}

.disc-left .note {
	font-size: 12px;
	color: var(--dim);
	line-height: 1.65;
	text-align: center;
	max-width: 280px;
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid var(--border);
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background: var(--bg2);
	border-radius: 3px;
}
::-webkit-scrollbar-thumb {
	background: rgba(var(--accent-rgb), 0.35);
	border-radius: 3px;
	transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(var(--accent-rgb), 0.7);
}
::-webkit-scrollbar-corner {
	background: var(--bg2);
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--accent-rgb), 0.35) var(--bg2);
}

#asset-calculator.brxe-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 1024px) {
	#screen-disc {
		flex-direction: column;
	}
	.disc-left, .disc-right {
		width: 100%;
	}
	.disc-right {
		height: auto;
		justify-content: flex-start;
	}
	.disc-right>* {
		width: 100%;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	.stage-panel {
		height: 100%;
	}
	.stage-panel.active,
	.stage-panel.slide-out {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-flow: row wrap;
		overflow-y: auto;
	}

	.stage-panel--right {
		position: relative;
		border-left: none;
		border-top: 1px solid var(--border);
		margin-top: 0px;
		max-height: unset;
		height: fit-content;
	}

	.stage-panel--icon {
		height: auto;
	}

	.sidebar {
		width: 100%;
		max-width: 30vw;
		padding-left: 20px;
		padding-right: 20px;
	}

	.stage-panel--left {
		padding: 40px 32px 60px;
	}

	.stage-panel--left,
	.stage-panel--right {
		width: 100%;
	}

	html,
	body {
		overflow-y: auto !important;
	}
	/* 	.screen {
	height: auto;
} */
}

@media (max-width: 767px) {
	#screen-disc {
		height: 100%;		
	}
	.disc-left {
		width: 100%;
		padding: 40px 32px 32px;
		border-right: none;
		border-bottom: 1px solid var(--border);
		justify-content: center;
		gap: 24px;
	}
	.disc-left::before {
		display: none;
	}
/* 	.logo-icon {
		width: 120px;
	} */
	.logo-wordmark {
		width: 200px;
	}
	.disc-right {
		padding: 40px 32px;
		overflow-y: hidden;
	}
	
	.disc-title {
		font-size: 28px;
	}
	.btn-accept {
		max-width: 100%;
	}

	.screen-header {
		flex-direction: column;
	}

	/* Calculator: hide sidebar, full-width content */
	.sidebar {
		display: none;
	}
	.calc-body {
		flex-direction: column;
		min-height: calc(calc((var(--vh, 1vh) * 100) - 3px) - var(--wp-admin--admin-bar--height) - 132px);
	}

	/* Stages: tighter spacing */
	.stage-panel--left {
		padding: 40px 20px;
	}

	.stage-title {
		font-size: 36px;
	}
	.stage-desc {
		max-width: 100%;
		margin-bottom: 32px;
	}
	.questions {
		gap: 32px;
	}
	.nav-row {
		margin-top: 40px;
	}

	/* Results: stack pie + summary */
	.res-hero {
		flex-direction: column;
		gap: 24px;
	}
	.res-pct {
		font-size: 40px;
	}
	.res-answers-grid {
		grid-template-columns: 1fr;
	}
	.res-ans-key {
		padding-bottom: 2px;
		border-bottom: none;
		color: var(--muted);
		font-size: 11px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.res-ans-val {
		padding-top: 2px;
		padding-bottom: 10px;
	}

	/* Asset sub-groups: tighter */
	.asset-sub-group {
		padding: 14px;
	}
	.contrib-notches {
		font-size: 9px;
	}

	/* Input rows: allow wrap */
	.input-row {
		flex-wrap: wrap;
		gap: 8px;
	}
	.num-input {
		width: 100% !important;
		max-width: 200px;
	}
	.txt-input,
	.num-input {
		width: 100%;
	}
	.content {
		height: 100%;
	}
	.calc-body {
		min-height: calc(calc((var(--vh, 1vh) * 100) - 3px) - var(--wp-admin--admin-bar--height) - 132px);
	}
	.prog-top span:first-of-type, .prog-top span:last-of-type {
		font-size: 10px !important;
	}
	.rsb-note {
		font-size: 18px !important;
	}
}

@media (max-width: 560px) {
	.disc-right {
		padding: 32px 20px;
	}

	.res-table td:first-child {
		white-space: normal;
		width: auto;
	}
	.nav-row {
		flex-direction: column-reverse;
	}
	.btn-next,
	.btn-back {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.nav-row {
		flex-wrap: wrap;
	}
	.stage-panel--complete {
		max-width: 100%;
	}
	.finance-logos {
		height: 32px;
		min-width: 31px;
		max-width: 31px;
		width: auto;
		object-fit: contain;
	}
}

.stage-title {
	color: var(--white);
}

#res-pie {
	display: block;
	width: 160px;
	height: 160px;
	flex-shrink: 0;
}
.res-pie-canvas-wrap {
	position: relative;
	width: 160px;
	height: 160px;
	flex-shrink: 0;
}
.res-pie-text {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
}
.res-pie-pct {
	font-family: var(--h);
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: var(--rv-text);
	letter-spacing: -0.01em;
	white-space: nowrap;
}
.res-pie-sub {
	font-family: var(--sub);
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--rv-green);
	white-space: nowrap;
	margin-top: 5px;
}

#res-share-sentence {
	font-size: 15px;
	color: var(--mid);
	line-height: 1.6;
	margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
	body,
	html {
		overflow-y: auto;
	}
	.content {
		overflow-y: visible;
	}
	.input-row p {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 6px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.input-row p span {
		width: 100% !important;
	}
	.res-answers-label {
		font-size: 12px;
		font-weight: 700;
	}
}

.stage-icon {
	display: block;
	flex-shrink: 0;
	margin-bottom: 16px;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(var(--accent-rgb), 0.15),
		0 0 20px rgba(var(--accent-rgb), 0.08);
}

.content {
	transition: background 0.6s ease;
}

/* Each stage gets a unique radial gradient origin + hue shift */
.content[data-stage="1"] {
	background: radial-gradient(
		ellipse 70% 55% at 15% 10%,
		rgba(var(--accent-rgb), 0.09) 0%,
		transparent 65%
	),
		var(--bg);
}
.content[data-stage="2"] {
	background: radial-gradient(
		ellipse 65% 50% at 85% 15%,
		rgba(var(--accent-rgb), 0.08) 0%,
		transparent 60%
	),
		radial-gradient(
			ellipse 40% 35% at 10% 80%,
			rgba(var(--accent-rgb), 0.05) 0%,
			transparent 60%
		),
		var(--bg);
}
.content[data-stage="3"] {
	background: radial-gradient(
		ellipse 75% 50% at 90% 5%,
		rgba(var(--accent-rgb), 0.1) 0%,
		transparent 60%
	),
		radial-gradient(
			ellipse 50% 40% at 5% 95%,
			rgba(var(--accent-rgb), 0.06) 0%,
			transparent 55%
		),
		var(--bg);
}
.content[data-stage="4"] {
	background: radial-gradient(
		ellipse 80% 45% at 50% 0%,
		rgba(var(--accent-rgb), 0.1) 0%,
		transparent 60%
	),
		radial-gradient(
			ellipse 40% 30% at 90% 90%,
			rgba(var(--accent-rgb), 0.05) 0%,
			transparent 55%
		),
		var(--bg);
}
.content[data-stage="5"] {
	background: radial-gradient(
		ellipse 60% 55% at 0% 40%,
		rgba(var(--accent-rgb), 0.09) 0%,
		transparent 60%
	),
		radial-gradient(
			ellipse 55% 40% at 100% 10%,
			rgba(var(--accent-rgb), 0.07) 0%,
			transparent 55%
		),
		var(--bg);
}
.content[data-stage="results"] {
	background: radial-gradient(
		ellipse 70% 60% at 50% 0%,
		rgba(var(--accent-rgb), 0.12) 0%,
		transparent 55%
	),
		radial-gradient(
			ellipse 45% 40% at 5% 100%,
			rgba(var(--accent-rgb), 0.06) 0%,
			transparent 55%
		),
		radial-gradient(
			ellipse 35% 30% at 95% 95%,
			rgba(var(--accent-rgb), 0.05) 0%,
			transparent 50%
		),
		var(--bg);
}

.res-table .res-breakdown-row td,
.res-table tr.res-breakdown-row td,
.res-table tr:last-child.res-breakdown-row td {
	padding: 0 !important;
	border-bottom: 1px solid var(--border) !important;
	border-top: none !important;
	color: var(--mid) !important;
	font-weight: 400 !important;
	white-space: normal !important;
	width: auto !important;
	background: transparent !important;
}

.breakdown-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 16px;
	background: rgba(var(--accent-rgb), 0.04);
	border: none;
	border-top: 1px solid rgba(var(--accent-rgb), 0.15);
	color: var(--accent);
	font-family: var(--b);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s;
}
.breakdown-toggle:hover {
	background: rgba(var(--accent-rgb), 0.08);
}
.breakdown-toggle svg {
	flex-shrink: 0;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
	color: var(--accent);
}
.breakdown-toggle.open svg {
	transform: rotate(180deg);
}

.breakdown-body {
	display: none;
	flex-direction: column;
	gap: 0;
	padding: 20px 16px 16px;
	background: rgba(var(--accent-rgb), 0.02);
	border-top: 1px solid var(--border);
}
.breakdown-body.open {
	display: flex;
}

.breakdown-step {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
	align-items: flex-start;
}
.breakdown-step:last-of-type {
	border-bottom: none;
}
.breakdown-step-num {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(var(--accent-rgb), 0.12);
	border: 1px solid rgba(var(--accent-rgb), 0.35);
	color: var(--accent);
	font-family: var(--b);
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}
.breakdown-step-txt {
	font-size: 13px;
	color: var(--mid);
	line-height: 1.65;
}
.breakdown-step-txt strong {
	color: var(--white);
	font-weight: 600;
}

.breakdown-disclaimer {
	font-size: 11px;
	color: var(--dim);
	font-style: italic;
	line-height: 1.55;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--border);
}

.sidebar-locked .stage-btn {
	pointer-events: none;
	opacity: 0.18 !important;
	cursor: default !important;
}
.sidebar-locked .stage-btn.is-done {
	opacity: 0.18 !important;
}

.btn-reset {
	padding: 14px 26px;
	background: white;
	color: var(--bg);
	font-family: var(--b);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border: 1px solid rgba(240, 244, 241, 0.2);
	border-radius: var(--r);
	cursor: pointer;
	line-height: 1;
	margin-left: auto;
	transition: background 0.2s, color 0.2s;
}
.btn-reset:hover {
	background: rgba(240, 244, 241, 0.2);
	color: var(--mid);
}

.contrib-range:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.contrib-slider-wrap[style*="pointer-events: none"] .contrib-val-display,
.contrib-slider-wrap[style*="pointer-events:none"] .contrib-val-display {
	color: var(--dim);
}

.asset-sub-group .input-row {
	max-width: 480px;
}
.asset-sub-group > .input-row {
	max-width: 480px;
}

.res-cta-block {
	margin-top: 48px;
	padding: 36px 40px;
	background: rgba(14, 161, 110, 0.06);
	border: 1px solid rgba(14, 161, 110, 0.18);
	border-radius: 12px;
	text-align: center;
}
.res-cta-title {
	font-family: var(--b);
	font-size: 20px;
	font-weight: 700;
	color: var(--white);
	margin: 0 0 10px;
	line-height: 1.3;
}
.res-cta-body {
	font-size: 14px;
	color: var(--mid);
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.res-cta-btns {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.res-cta-primary {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.res-cta-secondary {
	opacity: 0.35;
	cursor: not-allowed;
}

/* ═══ LOADING SCREEN ════════════════════════════════ */
#vestra-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: opacity 2.4s ease, visibility 2.4s ease;
}
#vestra-loader.fade-out {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.loader-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.loader-infinity {
	width: 240px;
	height: 120px;
	overflow: visible;
}
.loader-wordmark {
	font-family: var(--b);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.42em;
	text-align: center;
	color: var(--primary);
	opacity: 0;
	animation: loaderWordmarkFade 0.5s ease 0.3s forwards;
}
@keyframes loaderWordmarkFade {
	to {
		opacity: 1;
	}
}

/* ═══ RESULTS PAGE REDESIGN ════════════════════════════════════ */
#panel-results {
	--rv-bg2: #111f15;
	--rv-bg3: #0a1610;
	--rv-bg4: #162b1a;
	--rv-border: #1e3828;
	--rv-border2: #2c5a3c;
	--rv-green: #4ecba0;
	--rv-muted: #6a9e80;
	--rv-dim: #4a6b58;
	--rv-text: #e2f0e8;
	--rv-gold: #e2cdb5;
}

/* Eyebrow */
.vr-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.vr-eline {
	width: 22px;
	height: 1px;
	background: var(--accent);
}
.vr-etxt {
	font-size: 9px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 600;
	font-family: var(--b);
}
.stage-title em {
	font-style: italic;
	color: var(--accent);
}
.vr-lead {
	font-size: 13px;
	color: var(--rv-muted);
	line-height: 1.75;
	max-width: 560px;
	margin-bottom: 24px;
}

/* Hero */
.vr-hero {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 28px;
	align-items: center;
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 8px;
	padding: 28px 28px 28px 24px;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}
.vr-hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rv-green);
}
.vr-verdict {
	font-family: var(--h);
	font-size: 19px;
	color: var(--rv-green);
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 10px;
}
.vr-hero-body {
	font-size: 13px;
	color: var(--rv-muted);
	line-height: 1.75;
	margin-bottom: 16px;
}

/* Pillars */
.vr-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 8px;
}
.vr-pillar {
	background: var(--rv-bg4);
	border: 1px solid var(--rv-border);
	border-radius: 6px;
	padding: 16px 14px;
}
.vr-pillar-locked {
	opacity: 0.6;
}
.vr-pillar-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(78, 203, 160, 0.1);
	border: 1px solid var(--rv-border2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.vr-pillar-icon svg {
	width: 13px;
	height: 13px;
	min-width: auto;
	stroke: var(--rv-green) !important;
}
.vr-pillar-lbl {
	font-family: var(--sub);
	font-size: 8px;
	color: var(--rv-dim);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.vr-pillar-val {
	font-size: 15px;
	font-weight: 600;
	color: var(--rv-green);
}
.vr-pillar-lock-val {
	font-size: 12px;
	color: var(--muted);
}

/* Spectrum */
.vr-spectrum {
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 8px;
}
.vr-spec-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}
.vr-spec-title {
	font-size: 12px;
	font-weight: 600;
	color: var(--rv-text);
}
.vr-spec-pct {
	font-family: var(--h);
	font-size: 22px;
	color: var(--rv-green);
	font-weight: 700;
}
.vr-spec-track {
	height: 8px;
	background: var(--rv-bg3);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
}
.vr-spec-fill {
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(90deg, #1e3c24 0%, var(--rv-green) 100%);
	transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.vr-spec-mid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: var(--rv-border2);
}
.vr-spec-labels {
	display: flex;
	justify-content: space-between;
	font-family: var(--sub);
	font-size: 9px;
	color: var(--rv-dim);
}

/* Flags */
.vr-flags {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}
.vr-flag {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12.5px;
	color: var(--rv-muted);
	line-height: 1.65;
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 6px;
	padding: 12px 16px;
}
.vr-flag strong {
	color: var(--rv-text);
	font-weight: 600;
}
.vr-flag-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 5px;
}
.vr-flag-amber {
	background: var(--rv-gold);
}
.vr-flag-blue {
	background: #378add;
}
.vr-flag-green {
	background: var(--accent);
}

/* Section dividers */
.vr-sec-div {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 24px 0 16px;
}
.vr-sec-line {
	flex: 1;
	height: 1px;
	background: var(--rv-border);
}
.vr-sec-txt {
	font-family: var(--sub);
	font-size: 9px;
	color: var(--rv-green);
	letter-spacing: 3px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Pool banner */
.vr-pool-banner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 8px;
}
.vr-pool-card {
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 6px;
	padding: 16px 18px;
}
.vr-pool-hi {
	border-color: var(--rv-border2);
	background: var(--rv-bg4);
}
.vr-pool-lbl {
	font-family: var(--sub);
	font-size: 8px;
	color: var(--rv-dim);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.vr-pool-val {
	font-family: var(--h);
	font-size: 22px;
	color: var(--rv-text);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 4px;
}
.vr-pool-hi .vr-pool-val {
	color: var(--rv-green);
}
.vr-pool-sub {
	font-size: 10.5px;
	color: var(--rv-dim);
}
.vr-pool-deduct {
	color: rgba(201, 168, 76, 0.85);
}
.vr-pool-card:nth-of-type(2) .vr-pool-sub {
	color: rgba(201, 168, 76, 0.85);
}

/* CTA */
.vr-cta-block {
	margin-top: 48px;
	padding: 26px 28px;
	background: var(--rv-bg3);
	border: 1px solid var(--rv-border2);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.vr-cta-block::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rv-green);
}
.vr-cta-left {
	flex: 1;
}
.vr-cta-title {
	font-family: var(--h);
	font-size: 19px;
	color: var(--rv-text);
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1.25;
}
.vr-cta-body {
	font-size: 12.5px;
	color: var(--rv-muted);
	line-height: 1.7;
	max-width: 400px;
}
.vr-cta-note {
	margin-top: 8px;
	font-size: 11.5px;
	font-style: italic;
	color: var(--rv-muted);
}
.vr-cta-btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
}
.vr-btn-main {
	background: var(--rv-green);
	color: var(--rv-bg3);
	border: none;
	padding: 13px 26px;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 4px;
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}
.vr-btn-main:hover {
	background: #5fddb0;
}

/* Disclaimer */
.vr-disc {
	font-size: 11px;
	color: var(--rv-dim);
	font-style: italic;
	line-height: 1.7;
	border-left: 2px solid var(--rv-border2);
	padding-left: 12px;
}

@media (max-width: 768px) {
	.vr-hero {
		grid-template-columns: 1fr;
	}
	.vr-pillars {
		grid-template-columns: 1fr;
	}
	.vr-pool-banner {
		grid-template-columns: 1fr;
	}
	.vr-cta-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.income-notches span {
		font-size: 11px !important;
	}
}

/* ── Flag extras ──────────────────────────────────────────── */
.vr-flag-dim {
	background: var(--muted);
}
.vr-flag-blur {
	color: transparent;
	text-shadow: 0 0 5px rgba(78, 203, 160, 0.3);
	filter: blur(3px);
	display: inline;
}
.vr-flag-lock {
	margin-left: auto;
	font-size: 9px;
	color: var(--muted);
	letter-spacing: 0.08em;
	white-space: nowrap;
	padding-left: 12px;
	flex-shrink: 0;
}

/* ── Roadmap ─────────────────────────────────────────────── */
.vr-roadmap {
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 8px;
	padding: 22px 22px 6px;
	margin-bottom: 8px;
}
.vr-rm-step {
	display: flex;
	gap: 16px;
}
.vr-rm-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28px;
	flex-shrink: 0;
}
.vr-rm-dot {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1.5px solid var(--rv-border2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--sub);
	font-size: 9px;
	color: var(--rv-green);
	background: var(--rv-bg3);
	flex-shrink: 0;
	line-height: 1px;
}
.vr-rm-done {
	background: var(--rv-green);
	border-color: var(--rv-green);
	color: var(--rv-bg3);
	font-size: 12px;
	font-weight: 700;
	line-height: 0;
	padding-top: 4px;
}
.vr-rm-lk {
	border-color: var(--rv-border);
	color: var(--rv-dim);
	font-size: 11px;
}
.vr-rm-line {
	width: 1px;
	flex: 1;
	background: var(--rv-border);
	margin: 4px 0;
	min-height: 18px;
}
.vr-rm-step:last-child .vr-rm-line {
	display: none;
}
.vr-rm-body {
	padding-bottom: 22px;
	flex: 1;
}
.vr-rm-status {
	font-family: var(--sub);
	font-size: 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.vr-rm-s-done {
	color: var(--rv-green);
}
.vr-rm-s-lock {
	color: var(--rv-gold);
}
.vr-rm-title {
	font-size: 14px;
	color: var(--rv-text);
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 5px;
}
.vr-rm-locked .vr-rm-title {
	color: var(--rv-dim);
}
.vr-rm-desc {
	font-size: 12px;
	color: var(--rv-dim);
	line-height: 1.7;
}
.vr-rm-blur {
	color: transparent;
	text-shadow: 0 0 5px rgba(78, 203, 160, 0.2);
	filter: blur(2.5px);
}

/* ── Your Answers (move below roadmap) ─────────────────────── */
.vr-answers-section {
	margin-top: 32px;
}

/* ═══ RESULTS LOADING SCREEN ═══════════════════════════════════ */
#results-loader {
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}
#results-loader.rl-visible {
	opacity: 1;
	pointer-events: all;
}
#results-loader.rl-fade-out {
	opacity: 0;
	pointer-events: none;
}
.rl-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.rl-logo {
	width: 180px;
	height: auto;
	mix-blend-mode: screen;
	opacity: 0.9;
}
.rl-canvas-wrap {
	position: relative;
	width: 120px;
	height: 120px;
	flex-shrink: 0;
}
#rl-canvas {
	width: 120px;
	height: 120px;
	display: block;
}
.rl-msg {
	font-family: var(--h);
	font-size: 16px;
	font-weight: 300;
	color: var(--mid);
	text-align: center;
	transition: opacity 0.3s ease;
	font-style: italic;
}
.rl-msg.rl-msg-fade {
	opacity: 0;
}
.rl-dots {
	display: flex;
	gap: 6px;
	align-items: center;
}
.rl-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(240, 244, 241, 0.15);
	transition: background 0.3s ease, width 0.3s ease;
}
.rl-dot.rl-dot-active {
	background: var(--accent);
	width: 18px;
	border-radius: 3px;
}
.rl-dot.rl-dot-done {
	background: var(--accent);
}

/* ── Pie chart colours (reference: #4ecba0 you, #1e3c24 spouse) ── */
#panel-results .res-pie-pct {
	color: var(--rv-text) !important;
	font-family: var(--h);
	font-size: 40px;
}
#panel-results .res-pie-sub {
	font-family: var(--sub);
	font-size: 8px;
	color: var(--rv-green);
	letter-spacing: 2px;
	text-transform: uppercase;
}
#panel-results .res-leg-dot {
	border-radius: 2px !important;
	width: 12px;
	height: 12px;
}

/* ── Asset breakdown table — reference style ──────────────────── */
.vr-breakdown {
	background: var(--rv-bg2);
	border: 1px solid var(--rv-border);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
}
.bkd-head {
	background: var(--rv-bg3);
	padding: 10px 18px;
	border-bottom: 1px solid var(--rv-border);
	display: grid;
	grid-template-columns: 160px 1fr 130px;
	gap: 10px;
	font-family: var(--sub);
	font-size: 8px;
	color: var(--rv-dim);
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bkd-row {
	display: grid;
	grid-template-columns: 160px 1fr 180px;
	gap: 10px;
	align-items: center;
	padding: 13px 18px;
	border-bottom: 1px solid var(--rv-border);
	transition: background 0.15s ease;
}
.bkd-row:last-child {
	border-bottom: none;
}
.bkd-row:hover {
	background: rgba(78, 203, 160, 0.03);
}
.bkd-row.locked {
	opacity: 0.6;
}
.br-cat {
	font-size: 13px;
	color: var(--rv-text);
	font-weight: 500;
}
.bkd-row.locked .br-cat {
	color: var(--rv-dim);
}
.br-bar {
	height: 5px;
	background: var(--rv-bg3);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: -10px;
	margin-top: 8px;
}
.br-fill {
	height: 100%;
	border-radius: 3px;
	background: var(--rv-green);
}
.br-fill.lk {
	background: repeating-linear-gradient(
		60deg,
		var(--rv-border) 0,
		var(--rv-border) 3px,
		var(--rv-border2) 3px,
		var(--rv-border2) 5px
	);
}
.br-contrib-lbl {
	font-family: var(--sub);
	font-size: 8px;
	color: var(--rv-dim);
	letter-spacing: 0.5px;
}
.br-meta {
	text-align: right;
}
.br-pct {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--rv-green);
	margin-bottom: 2px;
}
.br-amt {
	display: block;
	font-size: 10.5px;
	color: var(--rv-dim);
}
.bkd-row.locked .br-pct {
	color: transparent;
	text-shadow: 0 0 6px rgba(78, 203, 160, 0.4);
	filter: blur(3px);
}
.bkd-row.locked .br-amt {
	color: transparent;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
	filter: blur(3px);
}

@media (max-width: 680px) {
	.bkd-head {
		display: none;
	}
	.bkd-row {
		grid-template-columns: 1fr;
	}
	.br-meta {
		text-align: left;
		margin-top: 4px;
	}
}

/* ═══════════════════════════════════════════════════
NEW ELEMENTS — May 2026 update
═══════════════════════════════════════════════════ */

/* Stage greeting (name) */
.stage-greeting {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--accent);
	text-transform: capitalize;
	margin-bottom: 12px;
}

/* Header progress: stage label + pct */
.prog-top {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: var(--mid);
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}
.prog-top span:last-child {
	color: var(--accent);
	font-weight: 600;
}

/* Milestone dots */
.milestone {
	display: flex;
	gap: 6px;
	justify-content: space-between;
	margin-top: 5px;
}
.ms-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--border);
	border: 1px solid rgba(78, 203, 160, 0.2);
	transition: background 0.2s, transform 0.2s;
}
.ms-dot.ms-done {
	background: var(--accent);
	border-color: var(--accent);
}
.ms-dot.ms-current {
	background: var(--accent);
	transform: scale(1.35);
	box-shadow: 0 0 6px rgba(78, 203, 160, 0.5);
}

/* Right panel bottom progress bars */
.stage-panel--bar {
	display: flex;
	gap: 4px;
	margin-top: 8px;
}
.spbar-seg {
	flex: 1;
	height: 4px;
	border-radius: 2px;
	background: rgba(78, 203, 160, 0.12);
	transition: background 0.3s;
}
.spbar-seg.spbar-active {
	background: rgba(78, 203, 160, 0.35);
}
.spbar-seg.spbar-done {
	background: var(--accent);
}
.spbar-seg.spbar-current {
	background: var(--accent);
	box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.45);
}

/* Screen 7 */
.s7-check-row {
	display: flex;
	align-items: center;
	gap: 14px;
	background: rgba(78, 203, 160, 0.06);
	border: 1px solid rgba(78, 203, 160, 0.18);
	border-radius: var(--r);
	padding: 18px 22px;
	margin: 0 auto;
}
.s7-tick {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	flex-shrink: 0;
}
.s7-msg {
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
}
.s7-view-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 14px;
}

/* prog-wrap boost — thicker, more visible */
.prog-wrap {
	height: 5px !important;
	background: rgba(78, 203, 160, 0.15) !important;
	border-radius: 3px !important;
	overflow: hidden;
}
.prog-fill {
	height: 100%;
	background: var(--accent) !important;
	border-radius: 3px;
	transition: width 0.4s ease;
}

/* screen-header visible & sticky */
.screen-header {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 24px;
	background: var(--bg);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 90;
}
.header-img img {
	display: block;
	height: 24px !important;
}
.prog-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.prog-top span,
.current-stage {
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

.prog-top span:first-of-type {
	font-family: var(--sub);
	color: var(--mid);
	text-transform: uppercase;
}

.prog-top span:last-of-type {
	color: var(--accent);
	font-weight: 600;
}

.current-progress {
	width: 100%;
	max-width: 380px;
}

.current-stage {
	font-family: var(--sub);
	color: var(--accent);
	font-weight: 600;
	text-transform: uppercase;
}