.nox-advisor-result {
	--nox-ink: #162a24;
	--nox-ink-soft: #29493f;
	--nox-muted: #5a7169;
	--nox-mint-25: #f3fbf7;
	--nox-mint-50: #e7f7ef;
	--nox-mint-100: #d5efe3;
	--nox-green: #245d50;
	--nox-green-2: #2f8069;
	--nox-teal: #2b9a83;
	--nox-cream: #fff8ed;
	--nox-cream-2: #fffdf8;
	--nox-amber: #c28a43;
	--nox-coral: #c76f5b;
	--nox-card: rgba(255, 255, 255, 0.94);
	--nox-border: rgba(36, 93, 80, 0.16);
	--nox-border-strong: rgba(36, 93, 80, 0.28);
	--nox-shadow: 0 22px 70px rgba(22, 42, 36, 0.11);
	--nox-shadow-soft: 0 12px 34px rgba(22, 42, 36, 0.08);
	--nox-radius: 24px;
	--nox-radius-sm: 16px;
	isolation: isolate;
	background:
		radial-gradient(circle at 12% 4%, rgba(213, 239, 227, 0.86), transparent 28%),
		radial-gradient(circle at 86% 8%, rgba(255, 248, 237, 0.96), transparent 30%),
		linear-gradient(180deg, #f4fbf7 0%, #fff9ef 47%, #f5fbf8 100%);
	color: var(--nox-ink);
	font-family: inherit;
	line-height: 1.6;
	padding: 34px 0 68px;
}

.nox-advisor-result,
.nox-advisor-result * {
	box-sizing: border-box;
}

.nox-advisor-result svg {
	display: block;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	overflow: visible;
}

.nox-advisor-result svg * {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: inherit;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.nox-advisor-result .nox-result-shell {
	width: min(1220px, calc(100% - 36px));
	margin: 0 auto;
}

.nox-advisor-result .nox-result-notice {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 10px 14px;
	border: 1px solid rgba(47, 128, 105, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--nox-green);
	font-size: 0.92rem;
	font-weight: 750;
	box-shadow: var(--nox-shadow-soft);
}

.nox-advisor-result .nox-result-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
	gap: clamp(20px, 3.5vw, 36px);
	align-items: stretch;
	margin-bottom: 28px;
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid var(--nox-border);
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(231, 247, 239, 0.9)),
		var(--nox-card);
	box-shadow: var(--nox-shadow);
	position: relative;
	overflow: hidden;
}

.nox-advisor-result .nox-result-hero::after {
	content: "";
	position: absolute;
	inset: auto -90px -110px auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 157, 93, 0.18), transparent 64%);
	pointer-events: none;
}

.nox-advisor-result .nox-result-hero::before {
	content: "";
	position: absolute;
	inset: -90px auto auto 36%;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(47, 128, 105, 0.1), transparent 66%);
	pointer-events: none;
}

.nox-advisor-result .nox-result-hero-copy {
	position: relative;
	z-index: 1;
}

.nox-advisor-result .nox-result-hero-top {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 18px;
}

.nox-advisor-result .nox-result-brand,
.nox-advisor-result .nox-result-card-top,
.nox-advisor-result .nox-result-section-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.nox-advisor-result .nox-result-brand {
	align-items: center;
	margin-bottom: 0;
	padding-top: 4px;
}

.nox-advisor-result .nox-result-hero-visual {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 116px;
	border: 1px solid rgba(47, 128, 105, 0.16);
	border-radius: 30px;
	background:
		radial-gradient(circle at 74% 24%, rgba(198, 138, 67, 0.16), transparent 34%),
		linear-gradient(145deg, rgba(231, 247, 239, 0.92), rgba(255, 248, 237, 0.92));
	color: var(--nox-green);
	box-shadow: 0 18px 46px rgba(22, 42, 36, 0.1);
}

.nox-advisor-result .nox-result-hero-home-svg {
	width: 118px !important;
	height: 104px !important;
	max-width: 118px !important;
	max-height: 104px !important;
	stroke-width: 3 !important;
}

.nox-advisor-result .nox-result-hero-home-back {
	stroke: rgba(47, 128, 105, 0.55) !important;
}

.nox-advisor-result .nox-result-hero-home-main,
.nox-advisor-result .nox-result-hero-home-door,
.nox-advisor-result .nox-result-hero-home-line {
	stroke: var(--nox-green) !important;
}

.nox-advisor-result .nox-result-hero-star {
	stroke: var(--nox-amber) !important;
}

.nox-advisor-result .nox-result-eyebrow,
.nox-advisor-result .nox-result-section-head p {
	margin: 0;
	color: var(--nox-green-2);
	font-size: 0.83rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.nox-advisor-result h1,
.nox-advisor-result h2,
.nox-advisor-result h3,
.nox-advisor-result p {
	letter-spacing: 0;
}

.nox-advisor-result h1 {
	max-width: 760px;
	margin: 0;
	color: var(--nox-ink);
	font-size: clamp(2.28rem, 4.4vw, 4.35rem);
	font-weight: 850;
	line-height: 1.04;
}

.nox-advisor-result h2 {
	margin: 2px 0 0;
	color: var(--nox-ink);
	font-size: clamp(1.35rem, 2vw, 1.95rem);
	font-weight: 850;
	line-height: 1.15;
}

.nox-advisor-result h3 {
	margin: 14px 0 8px;
	color: var(--nox-ink);
	font-size: 1.08rem;
	font-weight: 850;
	line-height: 1.25;
}

.nox-advisor-result p {
	margin: 0;
	color: var(--nox-muted);
	font-size: 1rem;
}

.nox-advisor-result .nox-result-subtitle {
	max-width: 740px;
	margin-top: 16px;
	color: var(--nox-muted);
	font-size: clamp(1.04rem, 1.4vw, 1.18rem);
	line-height: 1.68;
}

.nox-advisor-result .nox-result-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(47, 128, 105, 0.18);
	border-radius: 15px;
	background:
		radial-gradient(circle at 72% 22%, rgba(198, 138, 67, 0.12), transparent 34%),
		linear-gradient(145deg, var(--nox-mint-50), var(--nox-cream));
	color: var(--nox-green);
	box-shadow: 0 10px 22px rgba(22, 42, 36, 0.07);
}

.nox-advisor-result .nox-result-icon-badge--large {
	width: 50px;
	height: 50px;
	border-radius: 18px;
}

.nox-advisor-result .nox-result-icon-badge--large svg {
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
}

.nox-advisor-result .nox-result-icon-badge--warning {
	background: linear-gradient(145deg, #fff2df, #fff9ef);
	color: #9b5a2d;
	border-color: rgba(194, 138, 67, 0.24);
}

.nox-advisor-result .nox-result-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.nox-advisor-result .nox-result-badges span,
.nox-advisor-result .nox-result-stage-badge,
.nox-advisor-result .nox-result-soft-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid rgba(47, 128, 105, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--nox-green);
	font-size: 0.82rem;
	font-weight: 800;
}

.nox-advisor-result .nox-result-stage-badge--warning {
	background: #fff3e4;
	color: #8b512b;
	border-color: rgba(194, 138, 67, 0.25);
}

.nox-advisor-result .nox-result-hero-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	position: relative;
	z-index: 1;
}

.nox-advisor-result .nox-result-stat-card,
.nox-advisor-result .nox-result-card,
.nox-advisor-result .nox-result-recap-card,
.nox-advisor-result .nox-result-device-card,
.nox-advisor-result .nox-result-avoid-card,
.nox-advisor-result .nox-result-roadmap-step,
.nox-advisor-result .nox-result-final {
	border: 1px solid var(--nox-border);
	border-radius: var(--nox-radius);
	background: var(--nox-card);
	box-shadow: var(--nox-shadow-soft);
}

.nox-advisor-result .nox-result-stat-card {
	min-height: 122px;
	padding: 15px;
	background: linear-gradient(180deg, #ffffff, var(--nox-mint-25));
}

.nox-advisor-result .nox-result-stat-card > span:not(.nox-result-icon-badge),
.nox-advisor-result .nox-result-answer-tile > span:not(.nox-result-icon-badge),
.nox-advisor-result .nox-result-meter-box > span,
.nox-advisor-result .nox-result-cost-value > span,
.nox-advisor-result .nox-result-recap-list span {
	display: block;
	margin: 10px 0 4px;
	color: var(--nox-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.nox-advisor-result .nox-result-stat-card strong,
.nox-advisor-result .nox-result-answer-tile strong,
.nox-advisor-result .nox-result-meter-box strong,
.nox-advisor-result .nox-result-cost-value strong,
.nox-advisor-result .nox-result-recap-list strong {
	display: block;
	color: var(--nox-ink);
	font-size: 1.02rem;
	line-height: 1.32;
}

.nox-advisor-result .nox-result-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
}

.nox-advisor-result .nox-result-main {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.nox-advisor-result .nox-result-sidebar {
	min-width: 0;
}

.nox-advisor-result .nox-result-recap-card {
	position: sticky;
	top: 96px;
	padding: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 251, 247, 0.96)),
		#ffffff;
}

.nox-advisor-result .nox-result-recap-card h2 {
	font-size: 1.3rem;
}

.nox-advisor-result .nox-result-recap-card > p {
	margin-top: 8px;
	font-size: 0.95rem;
}

.nox-advisor-result .nox-result-card {
	padding: clamp(22px, 3.6vw, 34px);
}

.nox-advisor-result .nox-result-section-head {
	margin-bottom: 18px;
}

.nox-advisor-result .nox-result-section-head span:not(.nox-result-icon-badge) {
	display: block;
	margin-top: 6px;
	color: var(--nox-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

.nox-advisor-result .nox-result-intro {
	max-width: 850px;
	margin-bottom: 18px;
}

.nox-advisor-result .nox-result-note {
	margin-top: 14px;
	padding: 12px 13px;
	border: 1px solid rgba(47, 128, 105, 0.12);
	border-radius: var(--nox-radius-sm);
	background: rgba(243, 251, 247, 0.78);
	color: var(--nox-ink-soft);
	font-size: 0.95rem;
}

.nox-advisor-result .nox-result-answer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.nox-advisor-result .nox-result-answer-tile {
	min-height: 132px;
	padding: 16px;
	border: 1px solid rgba(47, 128, 105, 0.14);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff, var(--nox-cream));
	box-shadow: 0 10px 24px rgba(22, 42, 36, 0.045);
}

.nox-advisor-result .nox-result-card--verdict {
	background:
		linear-gradient(135deg, rgba(213, 239, 227, 0.92), rgba(255, 248, 237, 0.96)),
		#ffffff;
}

.nox-advisor-result .nox-result-verdict {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.nox-advisor-result .nox-result-device-grid,
.nox-advisor-result .nox-result-avoid-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.nox-advisor-result .nox-result-device-card,
.nox-advisor-result .nox-result-avoid-card {
	padding: 18px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nox-advisor-result .nox-result-device-card {
	background: linear-gradient(180deg, #ffffff, rgba(243, 251, 247, 0.9));
}

.nox-advisor-result .nox-result-avoid-card {
	background: linear-gradient(180deg, #ffffff, #fff5e7);
	border-color: rgba(194, 138, 67, 0.2);
}

.nox-advisor-result .nox-result-card-top {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.nox-advisor-result .nox-result-device-card p,
.nox-advisor-result .nox-result-avoid-card p,
.nox-advisor-result .nox-result-roadmap-step p,
.nox-advisor-result .nox-result-placeholder-card p {
	font-size: 0.96rem;
}

.nox-advisor-result .nox-result-device-card p strong {
	color: var(--nox-ink-soft);
}

.nox-advisor-result .nox-result-soft-label {
	margin-top: 14px;
	background: var(--nox-mint-50);
}

.nox-advisor-result .nox-result-device-card:hover,
.nox-advisor-result .nox-result-avoid-card:hover,
.nox-advisor-result .nox-result-roadmap-step:hover {
	transform: translateY(-2px);
	border-color: var(--nox-border-strong);
	box-shadow: var(--nox-shadow);
}

.nox-advisor-result .nox-result-meter-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 247, 239, 0.9)),
		#ffffff;
}

.nox-advisor-result .nox-result-meter-layout,
.nox-advisor-result .nox-result-cost-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr);
	gap: 22px;
	align-items: center;
}

.nox-advisor-result .nox-result-meter-box,
.nox-advisor-result .nox-result-cost-value {
	min-height: 184px;
	padding: 20px;
	border: 1px solid rgba(47, 128, 105, 0.14);
	border-radius: 20px;
	background: linear-gradient(145deg, #ffffff, var(--nox-mint-25));
	box-shadow: var(--nox-shadow-soft);
}

.nox-advisor-result .nox-result-meter-box strong,
.nox-advisor-result .nox-result-cost-value strong {
	font-size: 1.5rem;
}

.nox-advisor-result .nox-result-gauge-box {
	text-align: center;
	background:
		radial-gradient(circle at 50% 28%, rgba(47, 128, 105, 0.09), transparent 45%),
		linear-gradient(145deg, #ffffff, var(--nox-mint-25));
}

.nox-advisor-result .nox-result-gauge {
	position: relative;
	display: grid;
	justify-items: center;
	margin-top: 10px;
}

.nox-advisor-result .nox-result-gauge-svg {
	width: min(232px, 100%) !important;
	height: auto !important;
	max-width: 232px !important;
	max-height: none !important;
	margin-top: 2px;
	overflow: visible;
	filter: drop-shadow(0 12px 18px rgba(22, 42, 36, 0.08));
}

.nox-advisor-result .nox-result-gauge-track {
	stroke: rgba(36, 93, 80, 0.11) !important;
}

.nox-advisor-result .nox-result-gauge-zone {
	opacity: 0.26;
	transition: opacity 180ms ease, stroke-width 180ms ease;
}

.nox-advisor-result .nox-result-gauge-zone--one {
	stroke: #4fa58d !important;
}

.nox-advisor-result .nox-result-gauge-zone--two {
	stroke: #95c889 !important;
}

.nox-advisor-result .nox-result-gauge-zone--three {
	stroke: #d4a85f !important;
}

.nox-advisor-result .nox-result-gauge-node {
	fill: #ffffff !important;
	stroke-width: 3 !important;
}

.nox-advisor-result .nox-result-gauge-node--start {
	stroke: #4fa58d !important;
}

.nox-advisor-result .nox-result-gauge-node--mid {
	stroke: #95c889 !important;
}

.nox-advisor-result .nox-result-gauge-node--end {
	stroke: #d4a85f !important;
}

.nox-advisor-result .nox-result-gauge-needle {
	stroke: var(--nox-green) !important;
	stroke-width: 5 !important;
	transform-box: fill-box;
	transform-origin: 50% 100%;
	transition: transform 180ms ease;
}

.nox-advisor-result .nox-result-gauge-center {
	fill: #ffffff !important;
	stroke: var(--nox-green) !important;
	stroke-width: 4 !important;
}

.nox-advisor-result .nox-result-meter--easy .nox-result-gauge-zone--one,
.nox-advisor-result .nox-result-meter--careful .nox-result-gauge-zone--one,
.nox-advisor-result .nox-result-meter--beginner .nox-result-gauge-zone--one,
.nox-advisor-result .nox-result-meter--good .nox-result-gauge-zone--one,
.nox-advisor-result .nox-result-meter--high .nox-result-gauge-zone--one {
	opacity: 1;
}

.nox-advisor-result .nox-result-meter--beginner .nox-result-gauge-zone--two,
.nox-advisor-result .nox-result-meter--careful .nox-result-gauge-zone--two,
.nox-advisor-result .nox-result-meter--good .nox-result-gauge-zone--two,
.nox-advisor-result .nox-result-meter--high .nox-result-gauge-zone--two {
	opacity: 1;
}

.nox-advisor-result .nox-result-meter--careful .nox-result-gauge-zone--three,
.nox-advisor-result .nox-result-meter--high .nox-result-gauge-zone--three {
	opacity: 1;
}

.nox-advisor-result .nox-result-meter--easy .nox-result-gauge-needle {
	transform: rotate(-48deg);
}

.nox-advisor-result .nox-result-meter--beginner .nox-result-gauge-needle,
.nox-advisor-result .nox-result-meter--good .nox-result-gauge-needle {
	transform: rotate(0deg);
}

.nox-advisor-result .nox-result-meter--careful .nox-result-gauge-needle,
.nox-advisor-result .nox-result-meter--high .nox-result-gauge-needle {
	transform: rotate(48deg);
}

.nox-advisor-result .nox-result-gauge-current {
	display: inline-flex;
	margin-top: -20px;
	padding: 5px 10px;
	border: 1px solid rgba(47, 128, 105, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--nox-green);
	font-size: 0.8rem;
	font-weight: 850;
	box-shadow: 0 8px 18px rgba(22, 42, 36, 0.06);
}

.nox-advisor-result .nox-result-gauge-labels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin-top: 10px;
	color: var(--nox-muted);
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.2;
}

.nox-advisor-result .nox-result-meter {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 20px;
}

.nox-advisor-result .nox-result-meter i {
	display: block;
	height: 16px;
	border-radius: 999px;
	background: rgba(47, 128, 105, 0.12);
	box-shadow: inset 0 0 0 1px rgba(47, 128, 105, 0.08);
}

.nox-advisor-result .nox-result-meter--easy i:nth-child(1),
.nox-advisor-result .nox-result-meter--beginner i:nth-child(-n+2),
.nox-advisor-result .nox-result-meter--careful i:nth-child(-n+3),
.nox-advisor-result .nox-result-meter--good i:nth-child(-n+2),
.nox-advisor-result .nox-result-meter--high i:nth-child(-n+3) {
	background: linear-gradient(90deg, #55a98e, #9dcca5, #d7b66b);
	box-shadow: 0 0 18px rgba(85, 169, 142, 0.24);
}

.nox-advisor-result .nox-result-meter-labels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 9px;
	color: var(--nox-muted);
	font-size: 0.78rem;
	font-weight: 780;
}

.nox-advisor-result .nox-result-card--cost {
	background:
		linear-gradient(135deg, rgba(255, 248, 237, 0.96), rgba(255, 255, 255, 0.94)),
		#ffffff;
}

.nox-advisor-result .nox-result-cost-value {
	border-color: rgba(194, 138, 67, 0.26);
	background: linear-gradient(145deg, var(--nox-cream), #ffffff);
}

.nox-advisor-result .nox-result-cost-value small {
	display: block;
	margin-top: 6px;
	color: var(--nox-muted);
	font-size: 0.92rem;
}

.nox-advisor-result .nox-result-placeholder,
.nox-advisor-result .nox-result-placeholder-card {
	border: 1px dashed rgba(47, 128, 105, 0.28);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 248, 237, 0.95), rgba(243, 251, 247, 0.94)),
		#ffffff;
}

.nox-advisor-result .nox-result-placeholder {
	padding: 16px;
}

.nox-advisor-result .nox-result-placeholder-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
	gap: 18px;
	align-items: center;
	padding: 20px;
}

.nox-advisor-result .nox-result-placeholder-grid {
	display: grid;
	gap: 10px;
}

.nox-advisor-result .nox-result-placeholder-grid span {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 58px;
	padding: 12px;
	border: 1px dashed rgba(47, 128, 105, 0.28);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--nox-muted);
	font-size: 0.9rem;
	font-weight: 780;
}

.nox-advisor-result .nox-result-roadmap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 12px;
	padding-top: 10px;
}

.nox-advisor-result .nox-result-roadmap::before {
	content: "";
	position: absolute;
	top: 56px;
	left: 13%;
	right: 13%;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(47, 128, 105, 0.2), rgba(47, 128, 105, 0.42), rgba(198, 157, 93, 0.36));
	box-shadow: 0 10px 20px rgba(47, 128, 105, 0.1);
}

.nox-advisor-result .nox-result-roadmap-step {
	position: relative;
	min-height: 230px;
	padding: 22px 20px 20px;
	background:
		radial-gradient(circle at 18% 18%, rgba(47, 128, 105, 0.08), transparent 34%),
		linear-gradient(180deg, #ffffff, rgba(243, 251, 247, 0.94));
	z-index: 1;
}

.nox-advisor-result .nox-result-roadmap-step:nth-child(2) {
	margin-top: 26px;
}

.nox-advisor-result .nox-result-roadmap-step:nth-child(3) {
	margin-top: 52px;
}

.nox-advisor-result .nox-result-roadmap-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	border-radius: 999px;
	background: var(--nox-green);
	color: #ffffff;
	font-weight: 850;
	box-shadow: 0 10px 24px rgba(36, 93, 80, 0.22);
}

.nox-advisor-result .nox-result-roadmap-step .nox-result-icon-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 38px;
	height: 38px;
}

.nox-advisor-result .nox-result-card--trust {
	background:
		linear-gradient(135deg, rgba(243, 251, 247, 0.92), rgba(255, 248, 237, 0.9)),
		#ffffff;
}

.nox-advisor-result .nox-result-final {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(24px, 4vw, 36px);
	background: linear-gradient(135deg, #245d50, #2f8069);
	color: #ffffff;
}

.nox-advisor-result .nox-result-final h2,
.nox-advisor-result .nox-result-final p,
.nox-advisor-result .nox-result-final .nox-result-eyebrow {
	color: #ffffff;
}

.nox-advisor-result .nox-result-final p {
	max-width: 680px;
	opacity: 0.92;
}

.nox-advisor-result .nox-result-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #ffffff;
	color: var(--nox-green);
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 14px 28px rgba(22, 42, 36, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nox-advisor-result .nox-result-button:hover,
.nox-advisor-result .nox-result-button:focus {
	color: #1d4d42;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(22, 42, 36, 0.22);
}

.nox-advisor-result .nox-result-button:focus-visible {
	outline: 3px solid rgba(198, 157, 93, 0.55);
	outline-offset: 3px;
}

.nox-advisor-result .nox-result-button--secondary {
	width: 100%;
	margin-top: 18px;
	background: var(--nox-green);
	color: #ffffff;
	box-shadow: none;
}

.nox-advisor-result .nox-result-button--secondary:hover,
.nox-advisor-result .nox-result-button--secondary:focus {
	background: #1f4f44;
	color: #ffffff;
}

.nox-advisor-result .nox-result-recap-list {
	display: grid;
	gap: 6px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--nox-border);
}

.nox-advisor-result .nox-result-recap-list div {
	padding: 11px 0;
	border-bottom: 1px solid rgba(47, 128, 105, 0.1);
}

.nox-advisor-result .nox-result-recap-list span {
	margin: 0 0 2px;
}

.nox-advisor-result .nox-result-mini-roadmap {
	display: grid;
	gap: 9px;
	margin: 16px 0 0;
	padding: 14px 0 0 20px;
	border-top: 1px solid var(--nox-border);
	color: var(--nox-muted);
	font-size: 0.9rem;
}

.nox-advisor-result .nox-result-mini-roadmap li::marker {
	color: var(--nox-green-2);
	font-weight: 850;
}

@media (max-width: 1060px) {
	.nox-advisor-result .nox-result-hero,
	.nox-advisor-result .nox-result-layout,
	.nox-advisor-result .nox-result-meter-layout,
	.nox-advisor-result .nox-result-cost-layout,
	.nox-advisor-result .nox-result-placeholder-card {
		grid-template-columns: 1fr;
	}

	.nox-advisor-result .nox-result-sidebar {
		order: -1;
	}

	.nox-advisor-result .nox-result-recap-card {
		position: static;
	}

	.nox-advisor-result .nox-result-answer-grid,
	.nox-advisor-result .nox-result-device-grid,
	.nox-advisor-result .nox-result-avoid-grid,
	.nox-advisor-result .nox-result-roadmap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nox-advisor-result .nox-result-roadmap::before {
		display: none;
	}

	.nox-advisor-result .nox-result-roadmap-step,
	.nox-advisor-result .nox-result-roadmap-step:nth-child(2),
	.nox-advisor-result .nox-result-roadmap-step:nth-child(3) {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.nox-advisor-result {
		padding: 22px 0 44px;
	}

	.nox-advisor-result .nox-result-shell {
		width: min(100% - 22px, 1220px);
	}

	.nox-advisor-result .nox-result-notice {
		border-radius: var(--nox-radius-sm);
	}

	.nox-advisor-result .nox-result-hero {
		padding: 22px;
		border-radius: 24px;
	}

	.nox-advisor-result .nox-result-hero-top {
		display: grid;
	}

	.nox-advisor-result .nox-result-hero-visual {
		width: 116px;
		height: 102px;
	}

	.nox-advisor-result .nox-result-hero-home-svg {
		width: 104px !important;
		height: 92px !important;
		max-width: 104px !important;
		max-height: 92px !important;
	}

	.nox-advisor-result h1 {
		font-size: 2.16rem;
	}

	.nox-advisor-result .nox-result-hero-summary,
	.nox-advisor-result .nox-result-answer-grid,
	.nox-advisor-result .nox-result-device-grid,
	.nox-advisor-result .nox-result-avoid-grid,
	.nox-advisor-result .nox-result-roadmap {
		grid-template-columns: 1fr;
	}

	.nox-advisor-result .nox-result-section-head,
	.nox-advisor-result .nox-result-verdict {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nox-advisor-result .nox-result-meter-labels {
		font-size: 0.72rem;
	}

	.nox-advisor-result .nox-result-gauge-labels {
		font-size: 0.7rem;
	}

	.nox-advisor-result .nox-result-final {
		display: grid;
	}

	.nox-advisor-result .nox-result-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nox-advisor-result *,
	.nox-advisor-result *::before,
	.nox-advisor-result *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
