:root {
	--dgrr-gold: #f5c84c;
	--dgrr-gold-soft: #ffe89c;
	--dgrr-green: #66dd8a;
	--dgrr-text: #f8f6ef;
	--dgrr-muted: #aaa9a3;
	--dgrr-panel: #10100d;
	--dgrr-panel-warm: #15130d;
	--dgrr-readable-muted: #a19f97;
	--dgrr-line: rgba(245, 200, 76, 0.2);
	--dgrr-shell: 1440px;
}

body[data-page="results"],
body[data-page="results"] * {
	box-sizing: border-box;
}

body[data-page="results"] {
	min-width: 320px;
	overflow-x: hidden;
	background: #050505;
	color: var(--dgrr-text);
}

body[data-page="results"] a:focus-visible,
body[data-page="results"] button:focus-visible {
	outline: 3px solid #fff0a8;
	outline-offset: 4px;
}

.dgrr-shell {
	width: min(calc(100% - 48px), var(--dgrr-shell));
	margin-inline: auto;
}

body[data-page="results"] .dg-header-inner {
	width: min(calc(100% - 48px), var(--dgrr-shell));
}

.dgrr-page {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 7%, rgba(245, 200, 76, 0.06), transparent 24rem),
		#050505;
}

.dgrr-hero {
	position: relative;
	padding: clamp(58px, 6vw, 88px) 0 clamp(58px, 6vw, 84px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(115deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.93) 53%, rgba(24, 20, 8, 0.83) 100%),
		repeating-linear-gradient(135deg, transparent 0 58px, rgba(245, 200, 76, 0.025) 59px 60px);
}

.dgrr-hero::before {
	position: absolute;
	top: -13rem;
	right: -9rem;
	width: 39rem;
	height: 39rem;
	border: 1px solid rgba(245, 200, 76, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 7rem rgba(245, 200, 76, 0.018), 0 0 0 14rem rgba(245, 200, 76, 0.012);
	content: "";
	pointer-events: none;
}

.dgrr-hero .dgrr-shell {
	position: relative;
	z-index: 1;
}

.dgrr-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.85fr);
	gap: clamp(42px, 5vw, 88px);
	align-items: center;
}

.dgrr-hero-copy {
	min-width: 0;
}

.dgrr-hero-verification {
	display: grid;
	justify-items: center;
	margin: 0;
}

.dgrr-hero-verification img {
	display: block;
	width: min(100%, 500px);
	height: auto;
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 26px rgba(245, 200, 76, 0.1));
}

.dgrr-hero-verification figcaption {
	margin-top: 14px;
	color: #aaa8a0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	text-align: center;
}

.dgrr-eyebrow,
.dgrr-section-heading > p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--dgrr-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dgrr-eyebrow i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--dgrr-green);
	box-shadow: 0 0 0 5px rgba(102, 221, 138, 0.1), 0 0 18px rgba(102, 221, 138, 0.58);
}

.dgrr-hero h1 {
	max-width: 990px;
	margin: 0;
	color: #fff;
	font-size: clamp(40px, 4.4vw, 56px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.dgrr-hero h1 span {
	background: linear-gradient(100deg, #fff 0%, #fff2bd 50%, var(--dgrr-gold) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dgrr-hero-lead {
	max-width: 870px;
	margin: 24px 0 0;
	color: #c7c5bd;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.62;
}

.dgrr-hero-proof {
	max-width: 950px;
	margin: 18px 0 0;
	padding-left: 18px;
	border-left: 2px solid rgba(245, 200, 76, 0.7);
	color: #b8b6af;
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.72;
}

.dgrr-hero-proof strong {
	color: #fff0ae;
}

.dgrr-hero-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	max-width: 1050px;
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.09);
}

.dgrr-hero-meta span {
	padding: 14px 18px;
	background: rgba(8, 8, 7, 0.88);
	color: #aaa8a0;
	font-size: 14px;
	line-height: 1.55;
}

.dgrr-hero-meta b {
	display: block;
	margin-bottom: 3px;
	color: #f3f2ec;
	font-size: 15px;
}

.dgrr-glance {
	padding: 44px 0 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
	background: #080808;
}

.dgrr-section-heading {
	max-width: 930px;
	margin-bottom: clamp(24px, 3vw, 36px);
}

.dgrr-section-heading > p {
	margin-bottom: 13px;
}

.dgrr-section-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.dgrr-section-heading > span {
	display: block;
	max-width: 820px;
	margin-top: 10px;
	color: #a9a8a2;
	font-size: 16px;
	line-height: 1.55;
}

.dgrr-section-heading--compact {
	margin-bottom: 20px;
}

.dgrr-section-heading--compact h2 {
	font-size: clamp(27px, 3vw, 38px);
}

.dgrr-glance-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.dgrr-glance-grid a {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 72px;
	padding: 16px 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
	color: inherit;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.dgrr-glance-grid a:nth-child(-n+3) {
	grid-column: auto;
}

.dgrr-glance-grid a:nth-child(n+4) {
	grid-column: auto;
}

.dgrr-glance-grid a::after {
	position: absolute;
	top: -58px;
	right: -58px;
	width: 116px;
	height: 116px;
	border: 1px solid rgba(245, 200, 76, 0.12);
	border-radius: 50%;
	content: "";
}

.dgrr-glance-grid a:hover {
	transform: translateY(-3px);
	border-color: rgba(245, 200, 76, 0.36);
	background: linear-gradient(150deg, rgba(245, 200, 76, 0.08), rgba(255, 255, 255, 0.015));
}

.dgrr-glance-grid a > span,
.dgrr-standard-grid article > span {
	color: var(--dgrr-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.dgrr-glance-grid strong {
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

.dgrr-glance-grid small {
	margin-top: 8px;
	color: #aaa8a0;
	font-size: 14px;
	line-height: 1.55;
}

.dgrr-section {
	position: relative;
	padding: clamp(58px, 6vw, 90px) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	scroll-margin-top: 96px;
}

.dgrr-section--minimum,
.dgrr-section--completed,
.dgrr-section--reporting {
	background: #070707;
}

.dgrr-section--current,
.dgrr-section--exceptional {
	background: linear-gradient(180deg, #0a0a09, #070707);
}

.dgrr-section--longterm {
	background:
		radial-gradient(circle at 5% 55%, rgba(245, 200, 76, 0.055), transparent 32rem),
		#080807;
}

.dgrr-pair-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.dgrr-proof-card,
.dgrr-feature-card,
.dgrr-standard-grid article {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: linear-gradient(145deg, rgba(22, 21, 17, 0.96), rgba(10, 10, 9, 0.98));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.dgrr-proof-card {
	display: flex;
	flex-direction: column;
	padding: clamp(22px, 2.5vw, 32px);
	border-radius: 18px;
}

.dgrr-proof-card::before,
.dgrr-feature-card::before {
	position: absolute;
	top: 0;
	right: 12%;
	left: 12%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(245, 200, 76, 0.56), transparent);
	content: "";
}

.dgrr-card-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.dgrr-purpose,
.dgrr-status {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.dgrr-purpose {
	color: var(--dgrr-gold);
}

.dgrr-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #b9b8b2;
	white-space: nowrap;
}

.dgrr-status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 10px currentColor;
}

.dgrr-status--green {
	border-color: rgba(102, 221, 138, 0.22);
	background: rgba(32, 111, 53, 0.13);
	color: #78df96;
}

.dgrr-status--amber {
	border-color: rgba(245, 200, 76, 0.24);
	background: rgba(113, 82, 21, 0.13);
	color: #f3cc61;
}

.dgrr-status--neutral {
	background: rgba(255, 255, 255, 0.035);
	color: #aaa9a3;
}

.dgrr-proof-card h3,
.dgrr-feature-card h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 2.7vw, 42px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.dgrr-proof-card h3 span,
.dgrr-feature-card h3 span {
	color: var(--dgrr-gold-soft);
}

.dgrr-proof-card > p,
.dgrr-feature-story > p {
	margin: 12px 0 0;
	color: #b8b6ae;
	font-size: 15px;
	line-height: 1.6;
}

.dgrr-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 20px 0 0;
	padding: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.075);
}

.dgrr-metrics div {
	min-width: 0;
	padding: 13px 15px;
	background: #0b0b09;
}

.dgrr-metrics dt {
	margin: 0 0 5px;
	color: #94928a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.dgrr-metrics dd {
	margin: 0;
	overflow-wrap: anywhere;
	color: #f4f1e8;
	font-size: clamp(16px, 1.6vw, 21px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.dgrr-metrics > .dgrr-metric--wide {
	grid-column: 1 / -1;
}

.dgrr-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: auto;
	padding-top: 18px;
}

.dgrr-card-foot > span,
.dgrr-source-caption {
	color: var(--dgrr-readable-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.dgrr-card-foot a {
	color: var(--dgrr-gold);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	text-align: right;
}

.dgrr-card-foot a:hover {
	color: #fff0b2;
}

.dgrr-card-foot a b {
	margin-left: 5px;
	font-size: 14px;
}

.dgrr-feature-card {
	display: grid;
	grid-template-columns: minmax(0, 1.17fr) minmax(360px, 0.83fr);
	overflow: hidden;
	border-color: rgba(245, 200, 76, 0.16);
	border-radius: 20px;
}

.dgrr-feature-story,
.dgrr-feature-proof {
	min-width: 0;
	padding: clamp(24px, 3vw, 40px);
}

.dgrr-feature-proof {
	border-left: 1px solid rgba(255, 255, 255, 0.085);
	background:
		radial-gradient(circle at 100% 0%, rgba(245, 200, 76, 0.08), transparent 18rem),
		rgba(2, 2, 2, 0.2);
}

.dgrr-proof-label {
	margin: 0 0 14px;
	color: #aaa8a0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dgrr-metrics--feature {
	margin-top: 0;
}

.dgrr-source-caption {
	margin: 12px 0 0;
	font-size: 14px;
}

.dgrr-gain-bridge,
.dgrr-target-chart {
	position: relative;
	margin: 24px 0 22px;
	padding: 18px;
	border: 1px solid rgba(245, 200, 76, 0.15);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.22);
}

.dgrr-gain-summary,
.dgrr-target-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	transition: opacity 420ms ease, transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dgrr-gain-summary > span,
.dgrr-target-summary > span,
.dgrr-gain-track div > span,
.dgrr-target-point > span {
	color: var(--dgrr-readable-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dgrr-gain-summary b,
.dgrr-target-summary b {
	color: #f8f5e9;
	font-size: 18px;
	line-height: 1.35;
}

.dgrr-gain-summary em {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 8px;
	border: 1px solid rgba(102, 221, 138, 0.25);
	border-radius: 999px;
	background: rgba(102, 221, 138, 0.08);
	color: #8ceca6;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
}

.dgrr-gain-track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 20px;
	padding-top: 29px;
}

.dgrr-gain-track > i,
.dgrr-target-rail > i {
	position: absolute;
	display: block;
	height: 2px;
	background: rgba(255, 255, 255, 0.13);
}

.dgrr-gain-track > i {
	top: 10px;
	left: 4px;
	right: 4px;
}

.dgrr-gain-track > i span,
.dgrr-target-rail > i span {
	position: absolute;
	inset: 0;
	transform: scaleX(1);
	transform-origin: left center;
	background: linear-gradient(90deg, var(--dgrr-gold), var(--dgrr-green));
	box-shadow: 0 0 12px rgba(245, 200, 76, 0.25);
	transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dgrr-gain-track::before,
.dgrr-gain-track::after {
	position: absolute;
	top: 6px;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dgrr-gold);
	content: "";
	transition: opacity 280ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dgrr-gain-track::before {
	left: 0;
}

.dgrr-gain-track::after {
	right: 0;
	background: var(--dgrr-green);
	box-shadow: 0 0 0 5px rgba(102, 221, 138, 0.1);
}

.dgrr-gain-track div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.dgrr-gain-track div:last-child {
	text-align: right;
}

.dgrr-gain-track b,
.dgrr-target-point b {
	color: #f4f1e8;
	font-size: 16px;
}

.dgrr-gain-bridge > small,
.dgrr-target-chart > small {
	display: block;
	margin-top: 17px;
	color: #8f8d86;
	font-size: 13px;
	line-height: 1.55;
}

.dgrr-target-rail {
	position: relative;
	height: 116px;
	margin-top: 32px;
}

.dgrr-target-rail > i {
	top: 30px;
	left: 4px;
	right: 4px;
}

.dgrr-target-point {
	position: absolute;
	top: 26px;
	z-index: 1;
	display: flex;
	width: max-content;
	max-width: 46%;
	flex-direction: column;
	gap: 3px;
	transition: opacity 360ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dgrr-target-point > i {
	width: 10px;
	height: 10px;
	margin-bottom: 12px;
	border: 2px solid #1b1608;
	border-radius: 50%;
	background: var(--dgrr-gold);
	box-shadow: 0 0 0 4px rgba(245, 200, 76, 0.1);
}

.dgrr-target-point--start {
	left: 0;
}

.dgrr-target-point--goal {
	top: 68px;
	left: 93.382%;
	align-items: flex-end;
	transform: translateX(-100%);
	text-align: right;
}

.dgrr-target-point--goal > i {
	position: absolute;
	top: -42px;
	right: 0;
}

.dgrr-target-point--achieved {
	top: -28px;
	right: 0;
	align-items: flex-end;
	text-align: right;
}

.dgrr-target-point--achieved > i {
	position: absolute;
	top: 54px;
	right: 0;
	margin: 0;
	background: var(--dgrr-green);
	box-shadow: 0 0 0 5px rgba(102, 221, 138, 0.1), 0 0 16px rgba(102, 221, 138, 0.38);
}

.dgrr-primary-button,
.dgrr-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 56px;
	padding: 14px 19px;
	border: 1px solid rgba(245, 200, 76, 0.42);
	border-radius: 11px;
	color: #111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dgrr-primary-button {
	background: linear-gradient(180deg, #fff1a8, #f1c64e);
	box-shadow: 0 12px 30px rgba(245, 200, 76, 0.11);
}

.dgrr-signal-cta {
	max-width: 100%;
	flex: 0 0 auto;
	white-space: nowrap;
}

.dgrr-card-foot a.dgrr-signal-cta,
.dgrr-card-foot a.dgrr-signal-cta:hover {
	color: #111;
	text-align: center;
}

.dgrr-primary-button:hover,
.dgrr-secondary-button:hover {
	transform: translateY(-2px);
}

.dgrr-secondary-button {
	background: rgba(255, 255, 255, 0.02);
	color: #f2d97e;
}

.dgrr-resilience-chart {
	position: relative;
	height: 240px;
	margin: 31px 0 30px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.25);
}

.dgrr-resilience-chart svg {
	position: absolute;
	inset: 12px 14px 18px;
	width: calc(100% - 28px);
	height: calc(100% - 30px);
}

.dgrr-chart-grid {
	position: absolute;
	inset: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dgrr-chart-grid i {
	display: block;
	border-top: 1px dashed rgba(255, 255, 255, 0.07);
}

.dgrr-chart-line {
	fill: none;
	stroke: url(#dgrr-line);
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
	stroke-width: 4;
	stroke-linecap: round;
	transition: stroke-dashoffset 1450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dgrr-chart-area {
	fill: url(#dgrr-area);
	stroke: none;
	transition: opacity 900ms ease 260ms;
}

.dgrr-chart-crash {
	fill: #e85d58;
	stroke: #361211;
	stroke-width: 5;
	transition: opacity 360ms ease 850ms, transform 500ms cubic-bezier(0.22, 1, 0.36, 1) 850ms;
	transform-box: fill-box;
	transform-origin: center;
}

.dgrr-chart-high {
	fill: var(--dgrr-green);
	stroke: #14331d;
	stroke-width: 5;
	transition: opacity 360ms ease 1250ms, transform 500ms cubic-bezier(0.22, 1, 0.36, 1) 1250ms;
	transform-box: fill-box;
	transform-origin: center;
}

.dgrr-chart-crash-label,
.dgrr-chart-high-label,
.dgrr-chart-note {
	position: absolute;
	bottom: 11px;
	padding: 4px 7px;
	border-radius: 5px;
	background: rgba(5, 5, 5, 0.88);
	font-size: 13px;
	font-weight: 700;
}

.dgrr-chart-crash-label {
	left: 56%;
	color: #ee8884;
}

.dgrr-chart-high-label {
	right: 12px;
	color: #8ceca6;
}

.dgrr-chart-note {
	top: 11px;
	bottom: auto;
	left: 12px;
	color: #979690;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-summary,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-summary {
	opacity: 0;
	transform: translateY(8px);
	transition: none;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-track > i span,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-rail > i span {
	transform: scaleX(0);
	transition: none;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-track::after,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-point--goal,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-point--achieved,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-crash,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-high,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-crash-label,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-high-label {
	opacity: 0;
	transition: none;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-track::after,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-crash,
body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-high {
	transform: scale(0.2);
	transition: none;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-line {
	stroke-dashoffset: 1;
	transition: none;
}

body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-area {
	opacity: 0;
	transition: none;
}

.dgrr-chart-crash-label,
.dgrr-chart-high-label {
	transition: opacity 340ms ease 1150ms;
}

.dgrr-standard-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.dgrr-standard-grid article {
	min-height: 0;
	padding: 20px;
	border-radius: 14px;
}

.dgrr-standard-grid h3 {
	margin: 12px 0 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
}

.dgrr-standard-grid p {
	margin: 0;
	color: #b2b0a8;
	font-size: 15px;
	line-height: 1.55;
}

.dgrr-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

body[data-page="results"] .dg-footer-brand span,
body[data-page="results"] .dg-footer-legal a,
body[data-page="results"] .dg-footer-bottom,
body[data-page="results"] .dg-footer-bottom a {
	font-size: 12px;
}

body[data-page="results"] .dg-footer-legal p {
	font-size: 13px;
}

@media (max-width: 1120px) {
	body[data-page="results"] .dg-header-inner,
	.dgrr-shell {
		width: min(calc(100% - 40px), var(--dgrr-shell));
	}

	.dgrr-feature-card {
		grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
	}

	.dgrr-standard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dgrr-glance-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.dgrr-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.dgrr-hero-verification {
		justify-self: center;
		width: min(100%, 500px);
	}

	.dgrr-feature-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.dgrr-feature-proof {
		border-top: 1px solid rgba(255, 255, 255, 0.085);
		border-left: 0;
	}

	.dgrr-pair-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dgrr-glance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dgrr-glance-grid a:nth-child(n) {
		grid-column: span 1;
	}

	.dgrr-glance-grid a:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	body[data-page="results"] .dg-header-inner,
	.dgrr-shell {
		width: min(calc(100% - 30px), var(--dgrr-shell));
	}

	.dgrr-hero {
		padding: 48px 0 52px;
	}

	.dgrr-hero::before {
		top: -8rem;
		right: -14rem;
		width: 28rem;
		height: 28rem;
	}

	.dgrr-hero h1 {
		font-size: clamp(32px, 9vw, 38px);
		letter-spacing: -0.035em;
		line-height: 1.06;
	}

	.dgrr-hero-lead {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.55;
	}

	.dgrr-hero-layout {
		gap: 28px;
	}

	.dgrr-hero-verification img {
		width: min(100%, 430px);
	}

	.dgrr-hero-verification figcaption {
		margin-top: 10px;
		font-size: 12px;
	}

	.dgrr-hero-proof {
		margin-top: 16px;
		padding-left: 14px;
		font-size: 14px;
		line-height: 1.65;
	}

	.dgrr-hero-meta {
		grid-template-columns: minmax(0, 1fr);
	}

	.dgrr-hero-meta span {
		padding: 14px 16px;
	}

	.dgrr-glance {
		padding: 36px 0 40px;
	}

	.dgrr-glance-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dgrr-glance-grid a:nth-child(n) {
		grid-column: span 1;
		min-height: 0;
		padding: 16px 18px;
	}

	.dgrr-glance-grid strong {
		margin-top: 0;
	}

	.dgrr-section {
		padding: 52px 0;
	}

	.dgrr-section-heading h2 {
		font-size: clamp(29px, 9vw, 36px);
	}

	.dgrr-section-heading > span {
		font-size: 15px;
	}

	.dgrr-proof-card,
	.dgrr-feature-story,
	.dgrr-feature-proof {
		padding: 21px 18px;
	}

	.dgrr-card-topline {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.dgrr-proof-card h3,
	.dgrr-feature-card h3 {
		font-size: clamp(28px, 9vw, 36px);
	}

	.dgrr-metrics div {
		padding: 14px 12px;
	}

	.dgrr-metrics dd {
		font-size: 16px;
	}

	.dgrr-card-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.dgrr-card-foot a {
		font-size: 14px;
		text-align: left;
	}

	.dgrr-gain-bridge,
	.dgrr-target-chart {
		margin-block: 27px 25px;
		padding: 18px 16px;
	}

	.dgrr-gain-summary,
	.dgrr-target-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.dgrr-gain-summary em {
		margin-left: 4px;
	}

	.dgrr-gain-track {
		gap: 10px;
	}

	.dgrr-gain-track b,
	.dgrr-target-point b {
		font-size: 14px;
	}

	.dgrr-target-rail {
		height: 126px;
	}

	.dgrr-target-point--goal {
		top: 74px;
	}

	.dgrr-target-point > span {
		font-size: 13px;
	}

	.dgrr-resilience-chart {
		height: 205px;
	}

	.dgrr-chart-crash-label {
		left: 12px;
	}

	.dgrr-chart-high-label {
		top: 44px;
		right: 12px;
		bottom: auto;
	}

	.dgrr-standard-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dgrr-standard-grid article {
		min-height: 0;
	}

	.dgrr-standard-grid h3 {
		margin-top: 14px;
	}

	.dgrr-final-actions {
		flex-direction: column;
	}

	.dgrr-primary-button,
	.dgrr-secondary-button {
		width: 100%;
	}

	.dgrr-signal-cta {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.dgrr-glance-grid a,
	.dgrr-primary-button,
	.dgrr-secondary-button,
	.dgrr-gain-summary,
	.dgrr-target-summary,
	.dgrr-gain-track > i span,
	.dgrr-target-rail > i span,
	.dgrr-target-point,
	.dgrr-chart-line,
	.dgrr-chart-area,
	.dgrr-chart-crash,
	.dgrr-chart-high,
	.dgrr-chart-crash-label,
	.dgrr-chart-high-label {
		transition: none;
	}

	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-summary,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-summary,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-track::after,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-point--goal,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-point--achieved,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-crash,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-high,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-crash-label,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-high-label,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-area {
		opacity: 1;
		transform: none;
	}

	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-gain-track > i span,
	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-target-rail > i span {
		transform: scaleX(1);
	}

	body.dgrr-results-motion-ready [data-gain-chart]:not(.is-chart-visible) .dgrr-chart-line {
		stroke-dashoffset: 0;
	}
}
