:root {
	--dg-ui-black: #050505;
	--dg-ui-black-soft: #0d0d0d;
	--dg-ui-border: rgba(255, 255, 255, 0.1);
	--dg-ui-border-gold: rgba(251, 191, 36, 0.32);
	--dg-ui-gold: #fbbf24;
	--dg-ui-gold-deep: #d97706;
	--dg-ui-white: #ffffff;
	--dg-ui-muted: rgba(255, 255, 255, 0.68);
	--dg-ui-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
	background: var(--dg-ui-black);
}

body {
	margin: 0;
	background: var(--dg-ui-black);
	color: var(--dg-ui-white);
	font-family: var(--dg-ui-font);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.dg-menu-open {
	overflow: hidden;
}

.dg-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 10px 14px;
	border-radius: 7px;
	background: var(--dg-ui-gold);
	color: #000;
	font: 700 13px/1 var(--dg-ui-font);
	text-decoration: none;
	transform: translateY(-160%);
}

.dg-skip-link:focus {
	transform: translateY(0);
}

.dg-preview-bar,
.dg-header,
.dg-footer,
.dg-preview-toast {
	box-sizing: border-box;
	font-family: var(--dg-ui-font);
}

.dg-preview-bar *,
.dg-header *,
.dg-footer *,
.dg-preview-toast * {
	box-sizing: border-box;
}

.dg-preview-bar {
	position: relative;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-height: 34px;
	padding: 7px 20px;
	border-bottom: 1px solid rgba(251, 191, 36, 0.2);
	background: #161108;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.015em;
	text-align: center;
}

.dg-preview-bar b {
	margin-right: 8px;
	color: #f6cf62;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dg-preview-bar a {
	color: #f6cf62;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.dg-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid var(--dg-ui-border);
	background: rgba(5, 5, 5, 0.96);
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.dg-header.is-scrolled {
	border-color: var(--dg-ui-border-gold);
	box-shadow: 0 15px 42px rgba(0, 0, 0, 0.5);
}

.dg-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: min(100% - 36px, 1280px);
	min-height: 82px;
	margin: 0 auto;
}

.dg-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	width: 230px;
	text-decoration: none;
}

.dg-brand img {
	display: block;
	width: 100%;
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}

.dg-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.1vw, 32px);
}

.dg-nav a,
.dg-member-link {
	position: relative;
	padding: 29px 0 27px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease;
}

.dg-nav a::after {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--dg-ui-gold), var(--dg-ui-gold-deep));
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 160ms ease;
}

.dg-nav a:hover,
.dg-nav a:focus-visible,
.dg-nav a.is-active,
.dg-member-link:hover,
.dg-member-link:focus-visible,
.dg-member-link.is-active {
	color: #fff;
}

.dg-backtest-guide .dgea-dl-page {
	padding-top: 16px;
}

.dg-backtest-guide .dgea-dl-steps-section {
	margin-top: 22px;
}

.dg-account-shortcode {
	width: min(100% - 40px, 1080px);
	margin: 0 auto;
	padding: 22px 0 76px;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Poppins", Arial, sans-serif;
}

.dg-account-shortcode .woocommerce {
	min-height: 320px;
}

.dg-account-shortcode .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.dg-account-shortcode .u-columns.col2-set::before,
.dg-account-shortcode .u-columns.col2-set::after {
	display: none !important;
	content: none !important;
}

.dg-account-shortcode .u-column1,
.dg-account-shortcode .u-column2 {
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

.dg-account-shortcode .u-column1 > h2,
.dg-account-shortcode .u-column2 > h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.dg-account-shortcode form.login,
.dg-account-shortcode form.register {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}

.dg-account-shortcode form .woocommerce-form-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	width: 100%;
	margin: 0 0 18px !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.dg-account-shortcode form .woocommerce-form-row > label {
	display: block !important;
	margin: 0 !important;
	font-size: 15px;
	line-height: 1.45;
}

.dg-account-shortcode form .form-row input.input-text,
.dg-account-shortcode form input[type="text"],
.dg-account-shortcode form input[type="email"],
.dg-account-shortcode form input[type="password"],
.dg-account-shortcode form input[type="tel"] {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 52px;
	margin: 0 !important;
	padding: 13px 14px !important;
	box-sizing: border-box !important;
	font: 500 16px/1.35 var(--dg-ui-font) !important;
}

.dg-account-shortcode .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.dg-account-shortcode .woocommerce-form-login > .form-row:not(.woocommerce-form-row) {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	margin: 2px 0 0 !important;
	padding: 0 !important;
}

.dg-account-shortcode .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	font-size: 14px;
	line-height: 1.4;
}

.dg-account-shortcode .woocommerce-form-login__rememberme input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #fbbf24;
}

.dg-account-shortcode form button.button {
	width: 100%;
	min-height: 50px;
	margin: 0 !important;
	font-family: var(--dg-ui-font) !important;
	font-size: 15px !important;
	line-height: 1.2 !important;
}

.dg-account-shortcode .woocommerce-LostPassword {
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 1.6;
}

.dg-account-shortcode form .form-row input.input-text:focus-visible,
.dg-account-shortcode form button.button:focus-visible,
.dg-account-shortcode .woocommerce-form-login__rememberme input:focus-visible,
.dg-account-shortcode .woocommerce-LostPassword a:focus-visible {
	outline: 2px solid #fbbf24 !important;
	outline-offset: 2px !important;
}

.dg-account-shortcode .cf-turnstile,
.dg-account-shortcode .sct-woocommerce-register {
	max-width: 100%;
	margin-left: 0 !important;
	overflow: hidden;
}

.dg-account-shortcode .cf-turnstile iframe,
.dg-account-shortcode .sct-woocommerce-register iframe {
	max-width: 100%;
}

.dg-account-shortcode .cf-turnstile-br {
	display: none !important;
}

.dg-license-support-cta {
	padding: 4px 20px 80px;
	background: #000;
	font-family: "Poppins", Arial, sans-serif;
}

.dg-license-support-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(30px, 6vw, 68px);
	align-items: center;
	width: min(100%, 800px);
	margin: 0 auto;
	padding: clamp(28px, 4vw, 38px);
	border: 1px solid rgba(251, 191, 36, 0.34);
	border-radius: 16px;
	background:
		radial-gradient(circle at 88% 18%, rgba(251, 191, 36, 0.12), transparent 34%),
		#111112;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3);
}

.dg-license-support-eyebrow {
	margin: 0 0 9px;
	color: #fbbf24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dg-license-support-card h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.dg-license-support-lead {
	max-width: 590px;
	margin: 13px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.65;
}

.dg-license-support-detail {
	max-width: 590px;
	margin: 9px 0 0;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 1.65;
}

.dg-license-support-card > .dg-gold-button {
	min-width: 205px;
	font-size: 15px;
}

body[data-page="faq"] #faq > .dg-source-section > div {
	padding-bottom: 24px !important;
}

body[data-page="faq"] .dg-faq-backtest-cta {
	padding: 0 20px 16px;
	background: #000;
	font-family: "Poppins", Arial, sans-serif;
}

body[data-page="faq"] .dg-faq-backtest-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(28px, 4vw, 42px);
	align-items: center;
	width: min(100%, 800px);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 26px 30px;
	border: 1px solid rgba(251, 191, 36, 0.25);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(251, 191, 36, 0.055), rgba(255, 255, 255, 0.018)),
		#101010;
}

body[data-page="faq"] .dg-faq-backtest-eyebrow {
	margin: 0 0 7px;
	color: #fbbf24;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body[data-page="faq"] .dg-faq-backtest-card h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 3vw, 27px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

body[data-page="faq"] .dg-faq-backtest-lead {
	max-width: 520px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.65;
}

body[data-page="faq"] .dg-faq-backtest-card > .dg-gold-button {
	min-width: 220px;
	font-size: 13px;
}

body[data-page="faq"] .dg-faq-backtest-card > .dg-gold-button:focus-visible {
	outline: 2px solid #fbbf24;
	outline-offset: 3px;
}

body[data-page="faq"] .dg-faq-backtest-cta + .dg-license-support-cta {
	padding-top: 0;
}

@media (max-width: 921px) {
	.dg-account-shortcode {
		width: min(100% - 28px, 1080px);
	}

	.dg-account-shortcode .u-columns.col2-set {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dg-account-shortcode form.login,
	.dg-account-shortcode form.register {
		padding: 24px !important;
	}
}

@media (max-width: 430px) {
	body.woocommerce-account .dg-account-shortcode form.login,
	body.woocommerce-account .dg-account-shortcode form.register {
		padding: 20px !important;
	}
}

@media (max-width: 760px) {
	.dg-license-support-cta {
		padding: 0 14px 56px;
	}

	.dg-license-support-card {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 26px 22px;
	}

	.dg-license-support-card > .dg-gold-button {
		width: 100%;
	}

	body[data-page="faq"] .dg-faq-backtest-cta {
		padding: 0 14px 24px;
	}

	body[data-page="faq"] .dg-faq-backtest-card {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px 20px;
	}

	body[data-page="faq"] .dg-faq-backtest-card > .dg-gold-button {
		width: 100%;
		min-width: 0;
	}
}

.dg-nav a:hover::after,
.dg-nav a:focus-visible::after,
.dg-nav a.is-active::after {
	transform: scaleX(1);
}

.dg-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex: 0 0 auto;
}

.dg-gold-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
	box-shadow: 0 8px 24px rgba(245, 158, 11, 0.16);
	color: #000 !important;
	font-family: var(--dg-ui-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.dg-gold-button:hover,
.dg-gold-button:focus-visible {
	box-shadow: 0 12px 30px rgba(245, 158, 11, 0.28);
	transform: translateY(-1px);
}

.dg-gold-button-small {
	min-height: 46px;
	padding: 12px 20px;
}

.dg-menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(251, 191, 36, 0.55);
	border-radius: 7px;
	background: transparent;
	cursor: pointer;
}

.dg-menu-toggle span {
	position: absolute;
	left: 11px;
	width: 22px;
	height: 2px;
	border-radius: 99px;
	background: #fff;
	transition: top 180ms ease, transform 180ms ease;
}

.dg-menu-toggle span:first-child {
	top: 17px;
}

.dg-menu-toggle span:nth-child(2) {
	top: 27px;
}

.dg-menu-toggle[aria-expanded="true"] span:first-child {
	top: 22px;
	transform: rotate(45deg);
}

.dg-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	top: 22px;
	transform: rotate(-45deg);
}

.dg-mobile-menu {
	position: fixed;
	inset: var(--dg-mobile-menu-top, 116px) 0 0;
	z-index: 999;
	overflow-y: auto;
	padding: 28px 24px 40px;
	border-top: 1px solid var(--dg-ui-border);
	background: rgba(5, 5, 5, 0.995);
}

.dg-mobile-menu[hidden] {
	display: none !important;
}

.dg-mobile-menu nav {
	display: grid;
	width: min(100%, 680px);
	margin: 0 auto 28px;
}

.dg-mobile-menu nav a {
	padding: 17px 2px;
	border-bottom: 1px solid var(--dg-ui-border);
	color: rgba(255, 255, 255, 0.82);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.dg-mobile-menu nav a.is-active {
	color: var(--dg-ui-gold);
}

.dg-mobile-menu > .dg-gold-button {
	display: flex;
	width: min(100%, 680px);
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.dg-mobile-menu > .dg-mobile-member-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: min(100%, 680px);
		min-height: 44px;
		margin: 0 auto 12px;
		padding: 10px 18px;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: 8px;
		color: rgba(255, 255, 255, 0.9);
		background: rgba(255, 255, 255, 0.035);
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.02em;
		text-align: center;
		text-decoration: none;
		transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
	}

	.dg-mobile-menu > .dg-mobile-member-button:hover,
	.dg-mobile-menu > .dg-mobile-member-button:focus-visible,
	.dg-mobile-menu > .dg-mobile-member-button.is-active {
		border-color: rgba(251, 191, 36, 0.58);
		color: #fff;
		background: rgba(251, 191, 36, 0.07);
	}

	.dg-mobile-menu > .dg-mobile-member-button:focus-visible {
		outline: 2px solid #fbbf24;
		outline-offset: 3px;
	}
}

.dg-original-content {
	display: block;
	min-height: 50vh;
	overflow: hidden;
	background: #000;
}

body[data-page="home"] .dg-original-content {
	padding-top: clamp(24px, 2.4vw, 32px);
}

body[data-page="home"] .dg-original-content > .dg-source-section:not(:first-child),
body[data-page="home"] .dg-original-content > .dg-home-section {
	margin-top: clamp(22px, 2.6vw, 36px);
}

body[data-page="home"] .dgv6-rev-all {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

body[data-page="home"] .dgv6-rev-all .dg-gold-button {
	min-width: 210px;
}

/* Keep the desktop hero's sales copy and proof column equally weighted. */
@media (min-width: 821px) {
	body[data-page="home"] .dg-source-section[data-source-section="647079c"] .dgv6-left,
	body[data-page="home"] .dg-source-section[data-source-section="647079c"] .dgv6-right {
		flex: 1 1 0 !important;
		width: auto !important;
		max-width: none !important;
	}
}

/*
 * Use more of a wide desktop viewport without stretching the sales copy.
 * Tablet and smaller desktop layouts keep their existing dimensions.
 */
@media (min-width: 1281px) {
	.dg-header-inner {
		width: min(calc(100% - 48px), 1440px);
	}

	body[data-page="home"] .dg-source-section[data-source-section="647079c"] .dgv6-hero {
		width: min(calc(100% - 48px), 1440px);
		max-width: none;
	}

	body[data-page="home"] .dg-source-section[data-source-section="647079c"] .dgv6-left {
		flex: 0 0 600px !important;
		width: 600px !important;
		max-width: 600px !important;
	}
}

body[data-page="home"] .dg-home-reveal {
	transition:
		opacity 620ms cubic-bezier(0.22, 0.7, 0.24, 1),
		transform 620ms cubic-bezier(0.22, 0.7, 0.24, 1);
}

body[data-page="home"] .dg-home-reveal.dg-home-reveal-pending {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
}

/*
 * The original How It Works exports used several different narrow shells
 * (640-900px). Bring the main visual sections onto the same 1100px rhythm as
 * Trading Modes while keeping deliberately short explanatory copy readable.
 */
body[data-page="how"] .dg-original-content > .dg-source-section + .dg-source-section,
body[data-page="how"] .dg-original-content > .dg-faq-backtest-cta {
	margin-top: clamp(28px, 3.4vw, 48px);
}

body[data-page="how"] .dg-source-section[data-source-section="0f0ef66"] .dgcvx-wrap,
body[data-page="how"] .dg-source-section[data-source-section="65fb8cf"] .dgwt-wrap,
body[data-page="how"] .dg-source-section[data-source-section="856886d"] .dge-portal-wrap,
body[data-page="how"] .dg-source-section[data-source-section="9a1ad13"] .dge-compare-wrap,
body[data-page="how"] .dg-source-section[data-source-section="528b85e"] .obj-inner {
	max-width: 1100px !important;
}

body[data-page="how"] .dg-source-section[data-source-section="0f0ef66"] .dgcv {
	max-width: 1040px !important;
}

body[data-page="how"] .dg-source-section[data-source-section="0f0ef66"] .dgcvx-sub,
body[data-page="how"] .dg-source-section[data-source-section="65fb8cf"] .dgwt-sub,
body[data-page="how"] .dg-source-section[data-source-section="856886d"] .dge-portal-sub,
body[data-page="how"] .dg-source-section[data-source-section="9a1ad13"] .dge-compare-sub {
	max-width: 860px !important;
}

body[data-page="how"] .dg-source-section[data-source-section="65fb8cf"] .dgwt-card {
	max-width: 1040px !important;
}

body[data-page="how"] .dg-source-section[data-source-section="856886d"] .dge-perf-panel {
	max-width: none !important;
}

body[data-page="how"] .dg-how-reveal {
	transition:
		opacity 620ms cubic-bezier(0.22, 0.7, 0.24, 1),
		transform 620ms cubic-bezier(0.22, 0.7, 0.24, 1);
}

body[data-page="how"] .dg-how-reveal.dg-how-reveal-pending {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
}

@media (max-width: 760px) {
	body[data-page="how"] .dg-original-content > .dg-source-section + .dg-source-section,
	body[data-page="how"] .dg-original-content > .dg-faq-backtest-cta {
		margin-top: 28px;
	}
}

/*
 * Trading Modes uses two independent controls: the selected trade stream and
 * the selected exposure. Widen the legacy calculator and card grid to the
 * site's 1100px rhythm, then make that distinction explicit in the UI.
 */
body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] .dg-calc-wrap,
body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-wrap,
body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-grid {
	max-width: 1100px !important;
}

body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] #dowgold-calculator {
	width: min(100%, 1040px);
	margin-inline: auto;
}

body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] .calc-mode-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-sub {
	max-width: 820px !important;
}

body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2vw, 24px) !important;
}

body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-card {
	min-width: 0;
	padding: clamp(26px, 3vw, 34px) !important;
}

body[data-page="modes"] .dg-calc-risk-note {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 1.55;
}

body[data-page="modes"] .dg-mode-control-guide,
body[data-page="modes"] .dg-mode-control-guide * {
	box-sizing: border-box;
}

body[data-page="modes"] .dg-mode-control-guide {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
	gap: clamp(22px, 3vw, 36px);
	margin: 0 auto clamp(42px, 5vw, 62px);
	padding: clamp(25px, 3.4vw, 38px);
	border: 1px solid rgba(251, 191, 36, 0.27);
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 0%, rgba(251, 191, 36, 0.11), transparent 31%),
		linear-gradient(145deg, rgba(21, 20, 16, 0.98), rgba(9, 9, 9, 0.98));
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

body[data-page="modes"] .dg-mode-control-guide-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

body[data-page="modes"] .dg-mode-control-guide-head > p {
	margin: 0 0 10px;
	color: #f4c94e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

body[data-page="modes"] .dg-mode-control-guide h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(25px, 2.6vw, 34px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

body[data-page="modes"] .dg-mode-control-guide h2 span {
	color: #f3c84d;
}

body[data-page="modes"] .dg-mode-control-guide-head > strong {
	display: block;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65;
}

body[data-page="modes"] .dg-mode-control-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body[data-page="modes"] .dg-mode-control-guide-grid article {
	min-width: 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.035);
}

body[data-page="modes"] .dg-mode-control-guide-grid small {
	color: #f3c84d;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="modes"] .dg-mode-control-guide-grid h3 {
	margin: 8px 0 8px;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

body[data-page="modes"] .dg-mode-control-guide-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.61);
	font-size: 12px;
	line-height: 1.62;
}

body[data-page="modes"] .dg-mode-control-guide-grid b {
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
	body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] .calc-mode-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body[data-page="modes"] .dg-mode-control-guide {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body[data-page="modes"] .dg-source-section[data-source-section="d132b43"] .dgm-grid {
		grid-template-columns: 1fr !important;
		max-width: 520px !important;
	}
}

@media (max-width: 560px) {
	body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] #dowgold-calc-section {
		padding-inline: 14px !important;
	}

	body[data-page="modes"] .dg-source-section[data-source-section="bf4e38d"] #dowgold-calculator {
		padding: 22px 18px !important;
	}

	body[data-page="modes"] .dg-mode-control-guide {
		margin-bottom: 38px;
		padding: 23px 19px;
		border-radius: 16px;
	}

	body[data-page="modes"] .dg-mode-control-guide-grid {
		grid-template-columns: 1fr;
	}
}

/*
 * Reviews inherited a 760px content cap from the original shortcode. Match
 * the 1100px page rhythm used by How It Works, while keeping the lead copy at
 * a comfortable reading width and allowing the three proof points to breathe.
 */
body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-inner,
body[data-page="reviews"] .dg-full-reviews .dgea-reviews {
	max-width: 1100px !important;
}

body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-lead {
	max-width: 860px !important;
}

body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-points {
	max-width: 1040px !important;
	gap: 18px 34px !important;
}

body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-point {
	max-width: none !important;
	flex: 1 1 280px !important;
}

body[data-page="reviews"] .dg-original-content > .dg-full-reviews {
	margin-top: clamp(28px, 3vw, 42px);
}

body[data-page="reviews"] .dg-original-content > .dg-tool-cta {
	margin-top: clamp(34px, 3vw, 42px);
}

body[data-page="reviews"] .dg-full-reviews .dgea-item {
	padding: clamp(22px, 2.4vw, 28px);
}

body[data-page="reviews"] .dg-reviews-reveal {
	transition:
		opacity 620ms cubic-bezier(0.22, 0.7, 0.24, 1),
		transform 620ms cubic-bezier(0.22, 0.7, 0.24, 1);
}

body[data-page="reviews"] .dg-reviews-reveal.dg-reviews-reveal-pending {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
}

@media (max-width: 760px) {
	body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-points {
		max-width: 440px !important;
	}

	body[data-page="reviews"] .dg-source-section[data-source-section="1702192"] .dgri-point {
		flex-basis: auto !important;
	}

	body[data-page="reviews"] .dg-original-content > .dg-full-reviews,
	body[data-page="reviews"] .dg-original-content > .dg-tool-cta {
		margin-top: 28px;
	}

	body[data-page="reviews"] .dg-full-reviews .dgea-item {
		padding: 18px;
	}
}

body[data-page="home"] .dg-home-activity,
body[data-page="home"] .dg-home-activity * {
	box-sizing: border-box;
}

body[data-page="home"] .dg-home-activity {
	position: relative;
	isolation: isolate;
	width: 100%;
	margin-top: 16px;
	padding: 17px 18px 15px;
	overflow: hidden;
	border: 1px solid rgba(251, 191, 36, 0.3);
	border-radius: 16px;
	background:
		radial-gradient(circle at 92% 4%, rgba(251, 191, 36, 0.12), transparent 34%),
		linear-gradient(145deg, #151309 0%, #0c0d0b 46%, #10130e 100%);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
}

body[data-page="home"] .dg-home-activity::before {
	position: absolute;
	top: 0;
	left: 18px;
	right: 18px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.82), transparent);
	content: "";
	pointer-events: none;
}

body[data-page="home"] .dg-home-activity-head,
body[data-page="home"] .dg-home-activity-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body[data-page="home"] .dg-home-activity-eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 3px;
	color: rgba(255, 255, 255, .73);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-activity-eyebrow > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fbbf24;
	box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.11);
}

body[data-page="home"] .dg-home-activity h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(19px, 2vw, 23px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.035em;
}

body[data-page="home"] .dg-home-activity-summary {
	display: flex;
	align-items: center;
	gap: 8px;
	font-variant-numeric: tabular-nums;
}

body[data-page="home"] .dg-home-activity-summary span,
body[data-page="home"] .dg-home-activity-summary strong {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

body[data-page="home"] .dg-home-activity-summary span {
	color: rgba(255, 255, 255, 0.7);
}

body[data-page="home"] .dg-home-activity-summary strong {
	border-color: rgba(74, 222, 128, 0.25);
	color: #78e68f;
	background: rgba(34, 197, 94, 0.07);
}

body[data-page="home"] .dg-home-activity-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	margin: 13px 0 12px;
	padding: 0;
	list-style: none;
}

body[data-page="home"] .dg-home-activity-trade {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 7px;
	align-items: center;
	min-height: 48px;
	padding: 7px 8px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.026);
	font-variant-numeric: tabular-nums;
	transition:
		opacity 320ms ease,
		transform 320ms ease,
		border-color 180ms ease,
		background 180ms ease;
}

body[data-page="home"] .dg-home-activity-trade:hover {
	border-color: rgba(74, 222, 128, 0.24);
	background: rgba(34, 197, 94, 0.045);
}

body[data-page="home"] .dg-home-activity[data-activity-ready] .dg-home-activity-trade:not(.is-revealed) {
	opacity: 0.24;
	transform: translateY(5px);
}

body[data-page="home"] .dg-home-activity-number {
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border: 1px solid rgba(251, 191, 36, 0.24);
	border-radius: 6px;
	color: #f6c94f;
	background: rgba(251, 191, 36, 0.06);
	font-size: 8px;
	font-weight: 800;
}

body[data-page="home"] .dg-home-activity-market {
	display: grid;
	min-width: 0;
	line-height: 1.05;
}

body[data-page="home"] .dg-home-activity-market b {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.94);
	font-size: 10px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body[data-page="home"] .dg-home-activity-market small {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	color: rgba(255, 255, 255, .66);
	font-size: 8px;
	font-weight: 600;
}

body[data-page="home"] .dg-home-activity-market i {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #4ade80;
}

body[data-page="home"] .dg-home-activity-trade > strong {
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

body[data-page="home"] .dg-home-activity-trade > strong.is-profit {
	color: #75e78d;
}

body[data-page="home"] .dg-home-activity-trade > strong.is-loss {
	color: #f89a8d;
}

body[data-page="home"] .dg-home-activity-foot {
	min-height: 24px;
	padding-top: 2px;
}

body[data-page="home"] .dg-home-activity-foot p {
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 9px;
	font-weight: 500;
	line-height: 1.45;
}

body[data-page="home"] .dg-home-activity-foot a,
body[data-page="home"] .dg-home-activity-toggle {
	flex: 0 0 auto;
	border: 0;
	color: #f6c94f;
	background: transparent;
	font: inherit;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

body[data-page="home"] .dg-home-activity-foot a:hover,
body[data-page="home"] .dg-home-activity-foot a:focus-visible,
body[data-page="home"] .dg-home-activity-toggle:hover,
body[data-page="home"] .dg-home-activity-toggle:focus-visible {
	color: #ffe58a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body[data-page="home"] .dg-home-activity-foot a:focus-visible,
body[data-page="home"] .dg-home-activity-toggle:focus-visible {
	outline: 2px solid #fbbf24;
	outline-offset: 3px;
}

body[data-page="home"] .dg-home-activity-toggle {
	display: none;
}

@media (min-width: 821px) and (max-width: 920px) {
	body[data-page="home"] .dg-home-activity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	body[data-page="home"] .dg-home-activity {
		padding: 16px 15px 14px;
	}

	body[data-page="home"] .dg-home-activity-head {
		align-items: flex-end;
	}

	body[data-page="home"] .dg-home-activity-summary span {
		display: none;
	}

	body[data-page="home"] .dg-home-activity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body[data-page="home"] .dg-home-activity:not(.is-expanded) .dg-home-activity-trade:nth-child(n + 5) {
		display: none;
	}

	body[data-page="home"] .dg-home-activity-foot {
		flex-wrap: wrap;
		gap: 9px 15px;
	}

	body[data-page="home"] .dg-home-activity-foot p {
		width: 100%;
	}

	body[data-page="home"] .dg-home-activity-toggle {
		display: inline-flex;
	}
}

@media (max-width: 380px) {
	body[data-page="home"] .dg-home-activity-trade {
		gap: 5px;
		padding-right: 6px;
		padding-left: 6px;
	}

	body[data-page="home"] .dg-home-activity-number {
		display: none;
	}
}

body[data-page="reviews"] .dg-reviews-page {
	padding-top: clamp(24px, 4vw, 46px);
}

body[data-page="reviews"] .dg-full-reviews {
	padding: 0 20px;
}

body[data-page="reviews"] .dg-reviews-license-cta {
	padding-top: 56px;
	padding-bottom: 32px;
}

body[data-page="reviews"] .dg-leave-review {
	padding: 0 20px 80px;
}

body[data-page="reviews"] .dg-leave-review-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(100%, 810px);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 22px 24px;
	border: 1px solid rgba(251, 191, 36, 0.28);
	border-radius: 14px;
	background: #111112;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

body[data-page="reviews"] .dg-leave-review-summary::-webkit-details-marker {
	display: none;
}

body[data-page="reviews"] .dg-leave-review-summary > span:first-child {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body[data-page="reviews"] .dg-leave-review-summary strong {
	font-size: 17px;
	font-weight: 700;
}

body[data-page="reviews"] .dg-leave-review-summary strong + span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
}

body[data-page="reviews"] .dg-leave-review-summary:focus-visible {
	outline: 2px solid #fbbf24;
	outline-offset: 4px;
}

body[data-page="reviews"] .dg-leave-review-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border: 1px solid rgba(251, 191, 36, 0.42);
	border-radius: 50%;
	color: #fbbf24;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

body[data-page="reviews"] .dg-leave-review[open] .dg-leave-review-icon {
	transform: rotate(45deg);
}

body[data-page="reviews"] .dg-leave-review-content {
	padding-top: 44px;
}

@media (max-width: 560px) {
	body[data-page="reviews"] .dg-full-reviews {
		padding: 0 14px;
	}

	body[data-page="reviews"] .dg-reviews-license-cta {
		padding-top: 42px;
		padding-bottom: 24px;
	}

	body[data-page="reviews"] .dg-leave-review {
		padding: 0 14px 58px;
	}

	body[data-page="reviews"] .dg-leave-review-summary {
		gap: 16px;
		width: 100%;
		max-width: 100%;
		padding: 19px 18px;
	}

	body[data-page="reviews"] .dg-leave-review-content {
		padding-top: 34px;
	}
}

.dg-source-section {
	display: block;
	width: 100%;
}

.dg-source-section:empty {
	display: none;
}

body[data-page="home"] .dg-home-section,
body[data-page="home"] .dg-home-section * {
	box-sizing: border-box;
	font-family: var(--dg-ui-font);
}

body[data-page="home"] .dg-home-section {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 8vw, 112px) 20px;
	color: #fff;
}

body[data-page="home"] .dg-home-shell {
	position: relative;
	z-index: 2;
	width: min(100%, 1120px);
	margin: 0 auto;
}

body[data-page="home"] .dg-home-eyebrow {
	margin: 0 0 14px;
	color: var(--dg-ui-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-section h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 5.2vw, 58px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

body[data-page="home"] .dg-home-section h2 span {
	color: #f3c84d;
}

body[data-page="home"] .dg-home-section-copy > p:not(.dg-home-eyebrow),
body[data-page="home"] .dg-home-centered-heading > p:not(.dg-home-eyebrow) {
	color: rgba(255, 255, 255, 0.69);
	font-size: 17px;
	line-height: 1.72;
}

body[data-page="home"] .dg-home-section-copy .dg-home-lead {
	margin: 25px 0 9px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.55;
}

body[data-page="home"] .dg-home-section-copy > p:last-of-type {
	margin: 0 0 29px;
}

body[data-page="home"] .dg-home-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #f8cf58;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

body[data-page="home"] .dg-home-text-link span {
	font-size: 19px;
	transition: transform 160ms ease;
}

body[data-page="home"] .dg-home-text-link:hover span,
body[data-page="home"] .dg-home-text-link:focus-visible span {
	transform: translateX(4px);
}

body[data-page="home"] .dg-home-text-link:focus-visible,
body[data-page="home"] .dg-home-section a:focus-visible {
	outline: 2px solid var(--dg-ui-gold);
	outline-offset: 4px;
}

body[data-page="home"] .dg-home-centered-heading {
	max-width: 880px;
	margin: 0 auto 46px;
	text-align: center;
}

body[data-page="home"] .dg-home-centered-heading > p:not(.dg-home-eyebrow) {
	max-width: 760px;
	margin: 19px auto 0;
}

body[data-page="home"] .dg-home-section-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 38px;
}

/* Compact homepage path. The full animated engine remains on How It Works. */
body[data-page="home"] .dg-home-how-strip {
	padding: clamp(36px, 4vw, 54px) 0;
	background: #050505;
}

body[data-page="home"] .dg-home-how-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 4vw, 56px);
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: clamp(25px, 3vw, 36px) clamp(26px, 4vw, 48px);
	border: 1px solid rgba(243, 200, 77, 0.34);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 20%, rgba(243, 200, 77, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(243, 200, 77, 0.075), rgba(255, 255, 255, 0.018));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

body[data-page="home"] .dg-home-how-cta .dg-home-eyebrow {
	margin: 0 0 9px;
}

body[data-page="home"] .dg-home-how-cta h2 {
	margin: 0;
	max-width: 760px;
	color: #fff;
	font-size: clamp(26px, 2.25vw, 38px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

body[data-page="home"] .dg-home-how-cta .dg-gold-button {
	flex: 0 0 auto;
	min-width: 235px;
}

@media (max-width: 820px) {
	body[data-page="home"] .dg-home-how-cta {
		align-items: stretch;
		flex-direction: column;
		gap: 22px;
	}

	body[data-page="home"] .dg-home-how-cta .dg-gold-button {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 520px) {
	body[data-page="home"] .dg-home-how-strip {
		padding: 30px 0;
	}

	body[data-page="home"] .dg-home-how-cta {
		padding: 23px 20px;
		border-radius: 18px;
	}

	body[data-page="home"] .dg-home-how-cta h2 {
		font-size: clamp(25px, 8vw, 30px);
	}
}

body[data-page="home"] .dg-home-cloud {
	border-top: 1px solid rgba(251, 191, 36, 0.14);
	border-bottom: 1px solid rgba(251, 191, 36, 0.14);
	background:
		radial-gradient(circle at 78% 40%, rgba(217, 119, 6, 0.13), transparent 35%),
		#060606;
}

body[data-page="home"] .dg-home-cloud-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	gap: clamp(48px, 7vw, 86px);
	align-items: center;
}

body[data-page="home"] .dg-home-cloud-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 3.5vw, 38px);
	border: 1px solid rgba(251, 191, 36, 0.3);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(251, 191, 36, 0.09), transparent 45%),
		#101010;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

body[data-page="home"] .dg-home-cloud-panel::before {
	position: absolute;
	top: -140px;
	right: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(251, 191, 36, 0.1);
	filter: blur(70px);
	content: "";
	pointer-events: none;
}

body[data-page="home"] .dg-home-cloud-status {
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr) auto;
	gap: 11px;
	align-items: center;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body[data-page="home"] .dg-home-cloud-status > span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #57dd8b;
	box-shadow: 0 0 0 6px rgba(87, 221, 139, 0.09), 0 0 22px rgba(87, 221, 139, 0.55);
}

body[data-page="home"] .dg-home-cloud-status b {
	font-size: 16px;
	font-weight: 700;
}

body[data-page="home"] .dg-home-cloud-status small {
	color: #7ce9a4;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-cloud-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

body[data-page="home"] .dg-home-cloud-grid article {
	display: grid;
	gap: 4px;
	min-height: 106px;
	padding: 21px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.025);
	transition: border-color 170ms ease, background 170ms ease, transform 170ms ease;
}

body[data-page="home"] .dg-home-cloud-grid article:hover {
	border-color: rgba(251, 191, 36, 0.32);
	background: rgba(251, 191, 36, 0.05);
	transform: translateY(-2px);
}

body[data-page="home"] .dg-home-cloud-grid span {
	color: var(--dg-ui-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-cloud-grid strong {
	align-self: end;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

body[data-page="home"] .dg-home-cloud-stream {
	margin: 23px 0 0;
	color: rgba(255, 255, 255, .75);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

body[data-page="home"] .dg-home-cloud-stream span {
	color: var(--dg-ui-gold);
}

body[data-page="home"] .dg-home-results {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 35%),
		#050505;
}

body[data-page="home"] .dg-home-results .dg-home-shell {
	width: min(100%, 1720px);
}

body[data-page="home"] .dg-home-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body[data-page="home"] .dg-home-proof-grid article {
	display: flex;
	min-height: 0;
	flex-direction: column;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 7%, rgba(251, 191, 36, 0.1), transparent 28%),
		#111;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	transition: border-color 170ms ease, transform 170ms ease;
}

body[data-page="home"] .dg-home-proof-grid article:hover {
	border-color: rgba(251, 191, 36, 0.34);
	transform: translateY(-3px);
}

body[data-page="home"] .dg-home-proof-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

body[data-page="home"] .dg-home-proof-state {
	color: #f3c84d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.45;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-proof-grid small {
	color: rgba(255, 255, 255, .68);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.45;
	text-align: right;
}

body[data-page="home"] .dg-home-proof-grid article > strong {
	display: block;
	margin: 30px 0 14px;
	color: #fff;
	font-size: clamp(44px, 3.8vw, 60px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

body[data-page="home"] .dg-home-proof-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.65;
}

body[data-page="home"] .dg-home-proof-grid p b {
	color: #fff;
}

body[data-page="home"] .dg-home-proof-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
	padding-top: 23px;
}

body[data-page="home"] .dg-home-proof-new {
	border-color: rgba(102, 204, 113, 0.28);
	background:
		radial-gradient(circle at 88% 7%, rgba(102, 204, 113, 0.13), transparent 31%),
		#111;
}

body[data-page="home"] .dg-home-proof-new .dg-home-proof-state,
body[data-page="home"] .dg-home-proof-new > strong {
	color: #7de08a;
}

@media (max-width: 1180px) {
	body[data-page="home"] .dg-home-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body[data-page="home"] .dg-home-proof-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(251, 191, 36, 0.38);
	border-radius: 8px;
	background: rgba(251, 191, 36, 0.055);
	color: #f3c84d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

body[data-page="home"] .dg-home-proof-link:hover,
body[data-page="home"] .dg-home-proof-link:focus-visible {
	border-color: rgba(251, 191, 36, 0.72);
	background: rgba(251, 191, 36, 0.11);
	color: #fff;
	transform: translateY(-1px);
}

body[data-page="home"] .dg-home-modes {
	border-top: 1px solid rgba(251, 191, 36, 0.12);
	border-bottom: 1px solid rgba(251, 191, 36, 0.12);
	background:
		radial-gradient(circle at 50% 15%, rgba(217, 119, 6, 0.1), transparent 32%),
		#090909;
}

body[data-page="home"] .dg-home-mode-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body[data-page="home"] .dg-home-mode-grid article {
	position: relative;
	overflow: hidden;
	min-height: 296px;
	padding: 26px 22px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	transition: border-color 170ms ease, background 170ms ease, transform 170ms ease;
}

body[data-page="home"] .dg-home-mode-grid article:hover {
	border-color: rgba(251, 191, 36, 0.34);
	background: rgba(251, 191, 36, 0.045);
	transform: translateY(-3px);
}

body[data-page="home"] .dg-home-mode-grid small {
	display: block;
	margin-bottom: 17px;
	color: var(--dg-ui-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-mode-grid h3 {
	margin: 0 0 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

body[data-page="home"] .dg-home-mode-grid article > strong {
	display: block;
	color: #fff;
	font-size: clamp(34px, 3.4vw, 46px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
}

body[data-page="home"] .dg-home-mode-grid article > span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
}

body[data-page="home"] .dg-home-mode-grid article > p {
	margin: 31px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.5;
}

body[data-page="home"] .dg-home-mode-grid article > p b {
	margin-right: 8px;
	color: rgba(255, 255, 255, .67);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-modes-note {
	margin: 32px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.65;
	text-align: center;
}

body[data-page="home"] .dg-home-modes-note b {
	color: #fff;
}

body[data-page="home"] .dg-home-modes .dg-home-section-actions {
	margin-top: 22px;
}

body[data-page="home"] .dg-home-disclaimer {
	margin: 24px auto 0;
	color: rgba(255, 255, 255, .63);
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
}

body[data-page="home"] .dg-home-license {
	border-top: 1px solid rgba(251, 191, 36, 0.2);
	background:
		radial-gradient(circle at 50% 0%, rgba(251, 191, 36, 0.13), transparent 29%),
		#050505;
}

body[data-page="home"] .dg-home-license .dg-home-centered-heading {
	margin-bottom: 38px;
}

body[data-page="home"] .dg-home-license-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	margin-bottom: 22px;
	border: 1px solid rgba(251, 191, 36, 0.25);
	border-radius: 15px;
	background: rgba(251, 191, 36, 0.035);
}

body[data-page="home"] .dg-home-license-values > div {
	display: grid;
	gap: 7px;
	padding: 23px;
	text-align: center;
}

body[data-page="home"] .dg-home-license-values > div + div {
	border-left: 1px solid rgba(251, 191, 36, 0.18);
}

body[data-page="home"] .dg-home-license-values strong {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

body[data-page="home"] .dg-home-license-values span {
	color: rgba(255, 255, 255, .73);
	font-size: 11px;
	line-height: 1.55;
}

body[data-page="home"] .dg-home-license-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

body[data-page="home"] .dg-home-license-grid article {
	position: relative;
	display: flex;
	min-height: 218px;
	flex-direction: column;
	padding: 27px 23px 23px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: #111;
	transition: border-color 170ms ease, transform 170ms ease;
}

body[data-page="home"] .dg-home-license-grid article:hover {
	border-color: rgba(251, 191, 36, 0.38);
	transform: translateY(-3px);
}

body[data-page="home"] .dg-home-license-grid article.is-recommended {
	border-color: rgba(251, 191, 36, 0.58);
	background:
		linear-gradient(145deg, rgba(251, 191, 36, 0.11), transparent 48%),
		#12120f;
}

body[data-page="home"] .dg-home-license-grid article.is-recommended > span {
	position: absolute;
	top: -11px;
	left: 18px;
	padding: 5px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffd85a, #d99a19);
	color: #080808;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-license-grid h3 {
	min-height: 43px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-license-grid article > strong {
	display: block;
	margin-top: auto;
	color: #fff;
	font-size: clamp(38px, 3.7vw, 50px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

body[data-page="home"] .dg-home-license-grid article > p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	line-height: 1.5;
}

body[data-page="home"] .dg-home-support-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: center;
	margin-top: 22px;
	padding: clamp(25px, 3.4vw, 35px);
	border: 1px solid rgba(251, 191, 36, 0.24);
	border-radius: 17px;
	background:
		radial-gradient(circle at 88% 20%, rgba(251, 191, 36, 0.11), transparent 32%),
		rgba(255, 255, 255, 0.025);
}

body[data-page="home"] .dg-home-support-row small {
	display: block;
	margin-bottom: 7px;
	color: var(--dg-ui-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body[data-page="home"] .dg-home-support-row > div > strong {
	display: block;
	color: #fff;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 800;
	line-height: 1.25;
}

body[data-page="home"] .dg-home-support-row p {
	max-width: 690px;
	margin: 9px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.65;
}

body[data-page="home"] .dg-home-license-actions {
	display: grid;
	gap: 14px;
	justify-items: center;
	min-width: 260px;
}

body[data-page="home"] .dg-home-license-actions .dg-gold-button {
	width: 100%;
}

body[data-page="home"] .dg-home-guarantee {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	max-width: 900px;
	margin: 26px auto 0;
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	line-height: 1.65;
	text-align: center;
}

body[data-page="home"] .dg-home-guarantee span {
	display: grid;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid rgba(251, 191, 36, 0.45);
	border-radius: 50%;
	color: var(--dg-ui-gold);
	font-size: 10px;
}

body[data-page="home"] .dg-home-guarantee b {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.76);
}

body[data-page="home"] .dg-home-license {
	padding-bottom: clamp(38px, 4.5vw, 58px);
}

body[data-page="home"] .dg-home-community-closer {
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: clamp(76px, 8vw, 108px);
	background:
		radial-gradient(circle at 78% 22%, rgba(104, 213, 124, 0.07), transparent 30%),
		#050505;
}

body[data-page="home"] .dg-home-community-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(245px, 0.34fr);
	gap: clamp(34px, 5vw, 68px);
	align-items: center;
	padding: clamp(32px, 4.8vw, 58px);
	border: 1px solid rgba(251, 191, 36, 0.34);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 8%, rgba(251, 191, 36, 0.14), transparent 31%),
		linear-gradient(126deg, rgba(251, 191, 36, 0.07), rgba(255, 255, 255, 0.018) 46%, rgba(104, 213, 124, 0.035)),
		#0d0d0c;
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 235, 164, 0.055);
}

body[data-page="home"] .dg-home-community-copy {
	min-width: 0;
}

body[data-page="home"] .dg-home-community-copy .dg-home-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

body[data-page="home"] .dg-home-community-copy .dg-home-eyebrow span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #68d57c;
	box-shadow: 0 0 0 5px rgba(104, 213, 124, 0.08), 0 0 18px rgba(104, 213, 124, 0.38);
}

body[data-page="home"] .dg-home-community-card h2 {
	max-width: 850px;
	font-size: clamp(33px, 3.7vw, 49px);
	line-height: 1.08;
}

body[data-page="home"] .dg-home-community-copy > p:not(.dg-home-eyebrow) {
	max-width: 760px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 16px;
	line-height: 1.7;
}

body[data-page="home"] .dg-home-community-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

body[data-page="home"] .dg-home-community-proof span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid rgba(104, 213, 124, 0.19);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(104, 213, 124, 0.045);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.025em;
}

body[data-page="home"] .dg-home-community-proof i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #68d57c;
}

body[data-page="home"] .dg-home-community-actions {
	display: grid;
	gap: 17px;
	justify-items: stretch;
}

body[data-page="home"] .dg-home-community-actions .dg-gold-button {
	width: 100%;
	padding-inline: 22px;
	text-align: center;
}

body[data-page="home"] .dg-home-community-actions .dg-home-text-link {
	justify-content: center;
}

body[data-page="home"] .dg-home-counterfeit-link {
	display: table;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, .67);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

body[data-page="home"] .dg-home-counterfeit-link span {
	color: var(--dg-ui-gold);
}

body[data-page="home"] .dg-home-counterfeit-link:hover,
body[data-page="home"] .dg-home-counterfeit-link:focus-visible {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: underline;
	text-underline-offset: 4px;
}

body[data-page="home"] .dg-home-counterfeit-link:focus-visible {
	outline: 2px solid var(--dg-ui-gold);
	outline-offset: 4px;
}

@media (max-width: 980px) {
	body[data-page="home"] .dg-home-cloud-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	body[data-page="home"] .dg-home-section-copy {
		max-width: 760px;
	}

	body[data-page="home"] .dg-home-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body[data-page="home"] .dg-home-proof-grid article {
		display: flex;
		min-height: 0;
	}

	body[data-page="home"] .dg-home-proof-grid article > strong {
		margin: 26px 0 12px;
	}

	body[data-page="home"] .dg-home-proof-grid p {
		align-self: auto;
	}

	body[data-page="home"] .dg-home-mode-grid,
	body[data-page="home"] .dg-home-license-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body[data-page="home"] .dg-home-community-card {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	body[data-page="home"] .dg-home-community-actions {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: center;
	}
}

@media (max-width: 700px) {
	body[data-page="home"] .dg-home-section {
		padding: 68px 14px;
	}

	body[data-page="home"] .dg-home-section h2 {
		font-size: clamp(34px, 10vw, 45px);
	}

	body[data-page="home"] .dg-home-section-copy > p:not(.dg-home-eyebrow),
	body[data-page="home"] .dg-home-centered-heading > p:not(.dg-home-eyebrow) {
		font-size: 15px;
	}

	body[data-page="home"] .dg-home-cloud-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-cloud-grid article {
		min-height: 92px;
	}

	body[data-page="home"] .dg-home-cloud-status {
		grid-template-columns: 10px minmax(0, 1fr);
	}

	body[data-page="home"] .dg-home-cloud-status small {
		grid-column: 2;
	}

	body[data-page="home"] .dg-home-proof-grid article {
		display: flex;
		min-height: 0;
	}

	body[data-page="home"] .dg-home-proof-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-proof-grid article > strong {
		margin: 26px 0 12px;
	}

	body[data-page="home"] .dg-home-mode-grid,
	body[data-page="home"] .dg-home-license-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-mode-grid article {
		min-height: 265px;
	}

	body[data-page="home"] .dg-home-license-values {
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-license-values > div + div {
		border-top: 1px solid rgba(251, 191, 36, 0.18);
		border-left: 0;
	}

	body[data-page="home"] .dg-home-license-grid article {
		min-height: 190px;
	}

	body[data-page="home"] .dg-home-license-grid h3 {
		min-height: 0;
		margin-bottom: 22px;
	}

	body[data-page="home"] .dg-home-support-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body[data-page="home"] .dg-home-license-actions {
		width: 100%;
		min-width: 0;
	}

	body[data-page="home"] .dg-home-guarantee {
		display: block;
	}

	body[data-page="home"] .dg-home-guarantee span {
		margin: 0 auto 8px;
	}

	body[data-page="home"] .dg-home-guarantee b {
		display: block;
		margin-bottom: 5px;
	}

	body[data-page="home"] .dg-home-license {
		padding-bottom: 36px;
	}

	body[data-page="home"] .dg-home-community-closer {
		padding-bottom: 72px;
	}

	body[data-page="home"] .dg-home-community-card {
		gap: 26px;
		padding: 26px 20px;
		border-radius: 18px;
	}

	body[data-page="home"] .dg-home-community-card h2 {
		font-size: clamp(31px, 9vw, 40px);
	}

	body[data-page="home"] .dg-home-community-copy > p:not(.dg-home-eyebrow) {
		font-size: 14px;
		line-height: 1.65;
	}

	body[data-page="home"] .dg-home-community-proof {
		display: grid;
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-community-proof span {
		justify-content: center;
	}

	body[data-page="home"] .dg-home-community-actions {
		grid-template-columns: 1fr;
	}

	body[data-page="home"] .dg-home-counterfeit-link {
		max-width: 300px;
		font-size: 10px;
	}
}

body[data-page="pricing"] .dg-package-pricing {
	padding: clamp(72px, 8vw, 112px) 20px 64px;
	background:
		radial-gradient(circle at 18% 9%, rgba(244, 197, 66, 0.12), transparent 30%),
		radial-gradient(circle at 83% 28%, rgba(47, 125, 66, 0.09), transparent 28%),
		#050505;
	color: #fff;
}

body[data-page="pricing"] .dg-package-shell {
	width: min(100%, 1180px);
	margin: 0 auto;
}

body[data-page="pricing"] .dg-package-intro {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

body[data-page="pricing"] .dg-package-intro > p,
body[data-page="pricing"] .dg-package-compare-head > p {
	margin: 0 0 12px;
	color: var(--dg-ui-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-package-intro h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.02;
}

body[data-page="pricing"] .dg-package-intro h2 span,
body[data-page="pricing"] .dg-package-compare-head h3 span {
	color: #f4c542;
}

body[data-page="pricing"] .dg-package-intro-copy {
	max-width: 820px;
	margin: 24px auto 0;
	color: rgba(255,255,255,.72);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
}

body[data-page="pricing"] .dg-package-intro-copy strong {
	color: #fff;
}

body[data-page="pricing"] .dg-package-intro-actions {
	display: flex;
	justify-content: center;
	margin: 26px auto 0;
}

body[data-page="pricing"] .dg-package-hero-button {
	display: inline-flex;
	width: min(100%, 330px);
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 28px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8d44c, #e5a62b);
	box-shadow: 0 14px 34px rgba(229,166,43,.18);
	color: #080808;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

body[data-page="pricing"] .dg-package-hero-button:hover,
body[data-page="pricing"] .dg-package-hero-button:focus-visible {
	box-shadow: 0 18px 40px rgba(229,166,43,.26);
	filter: brightness(1.05);
	transform: translateY(-2px);
}

body[data-page="pricing"] .dg-package-hero-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

body[data-page="pricing"] .dg-package-foundation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 34px;
	padding: 14px 18px;
	border: 1px solid rgba(120,214,122,.23);
	border-radius: 14px;
	background: rgba(25, 70, 37, .12);
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 700;
	flex-wrap: wrap;
}

body[data-page="pricing"] .dg-package-foundation strong {
	margin-right: 5px;
	color: #8ee292;
}

body[data-page="pricing"] .dg-package-foundation span {
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 999px;
	background: rgba(255,255,255,.035);
}

body[data-page="pricing"] .dg-package-grid {
	display: grid;
	scroll-margin-top: 120px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 32px;
}

body[data-page="pricing"] .dg-package-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 590px;
	flex-direction: column;
	padding: clamp(25px, 3vw, 34px);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0, rgba(244,197,66,.08), transparent 31%),
		linear-gradient(145deg, #171717, #101010);
	box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

body[data-page="pricing"] .dg-package-card--complete {
	border-color: rgba(244,197,66,.65);
	background:
		radial-gradient(circle at 90% 0, rgba(244,197,66,.16), transparent 38%),
		linear-gradient(145deg, #1b190f, #10110e);
	box-shadow: 0 26px 70px rgba(244,197,66,.07), 0 22px 60px rgba(0,0,0,.3);
}

body[data-page="pricing"] .dg-package-card--ultimate {
	border-color: rgba(244,197,66,.46);
	background:
		radial-gradient(circle at 100% 0, rgba(244,197,66,.2), transparent 40%),
		linear-gradient(145deg, #1d1a10, #111);
}

body[data-page="pricing"] .dg-package-badge {
	position: absolute;
	top: 0;
	right: 28px;
	padding: 8px 15px;
	border-radius: 0 0 11px 11px;
	background: linear-gradient(135deg, #f8da60, #d8951e);
	color: #080808;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-package-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

body[data-page="pricing"] .dg-package-card-head > div > span {
	color: rgba(255,255,255,.69);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-package-card h3 {
	margin: 2px 0 0;
	color: #fff;
	font-size: clamp(28px, 3.2vw, 39px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1;
}

body[data-page="pricing"] .dg-package-card-head > p {
	margin: 0;
	color: #f4c542;
	font-size: clamp(29px, 3vw, 39px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1;
	text-align: right;
}

body[data-page="pricing"] .dg-package-card-head .woocommerce-Price-currencySymbol {
	font-size: .65em;
	vertical-align: top;
}

body[data-page="pricing"] .dg-package-card-head small {
	display: block;
	margin-top: 7px;
	color: rgba(255,255,255,.66);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-package-card h4 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(19px, 2vw, 24px);
	font-weight: 800;
	letter-spacing: -.025em;
}

body[data-page="pricing"] .dg-package-summary {
	min-height: 78px;
	margin: 0 0 23px;
	color: rgba(255,255,255,.64);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.65;
}

body[data-page="pricing"] .dg-package-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 16px;
	margin: 0 0 22px;
	padding: 22px 0;
	border-top: 1px solid rgba(255,255,255,.085);
	border-bottom: 1px solid rgba(255,255,255,.085);
	list-style: none;
}

body[data-page="pricing"] .dg-package-card li {
	display: grid;
	grid-template-columns: 21px 1fr;
	align-items: start;
	gap: 8px;
	color: rgba(255,255,255,.82);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

body[data-page="pricing"] .dg-package-card li span {
	display: inline-grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border: 1px solid rgba(120,214,122,.35);
	border-radius: 50%;
	background: rgba(120,214,122,.09);
	color: #8ee292;
	font-size: 11px;
}

body[data-page="pricing"] .dg-package-note {
	margin: auto 0 19px;
	color: rgba(255,255,255,.72);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
}

body[data-page="pricing"] .dg-package-button {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px;
	border: 1px solid rgba(244,197,66,.58);
	border-radius: 12px;
	background: rgba(244,197,66,.07);
	color: #f4c542;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, color .18s ease;
}

body[data-page="pricing"] .dg-package-card--complete .dg-package-button,
body[data-page="pricing"] .dg-package-card--ultimate .dg-package-button {
	border-color: transparent;
	background: linear-gradient(135deg, #f8d44c, #e5a62b);
	color: #080808;
}

body[data-page="pricing"] .dg-package-button:hover,
body[data-page="pricing"] .dg-package-button:focus-visible {
	background: #f4c542;
	color: #080808;
	transform: translateY(-2px);
}

body[data-page="pricing"] .dg-package-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

body[data-page="pricing"] .dg-package-compare {
	margin-top: 34px;
	padding: clamp(25px, 4vw, 42px);
	border: 1px solid rgba(244,197,66,.28);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(244,197,66,.065), rgba(255,255,255,.025));
}

body[data-page="pricing"] .dg-package-compare-head {
	max-width: 830px;
	margin-bottom: 28px;
}

body[data-page="pricing"] .dg-package-compare-head h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(29px, 4vw, 45px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.08;
}

body[data-page="pricing"] .dg-package-compare-head > div {
	color: rgba(255,255,255,.64);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

body[data-page="pricing"] .dg-package-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 15px;
	-webkit-overflow-scrolling: touch;
}

body[data-page="pricing"] .dg-package-compare table {
	width: 100%;
	min-width: 820px;
	border-collapse: collapse;
	background: rgba(0,0,0,.2);
}

body[data-page="pricing"] .dg-package-compare th,
body[data-page="pricing"] .dg-package-compare td {
	padding: 15px 16px;
	border-bottom: 1px solid rgba(255,255,255,.075);
	color: rgba(255,255,255,.76);
	font-size: 11.5px;
	font-weight: 650;
	line-height: 1.4;
	text-align: center;
}

body[data-page="pricing"] .dg-package-compare th:first-child {
	width: 28%;
	color: #fff;
	text-align: left;
}

body[data-page="pricing"] .dg-package-compare thead th {
	padding-top: 18px;
	padding-bottom: 18px;
	background: rgba(255,255,255,.035);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

body[data-page="pricing"] .dg-package-compare thead th.is-popular {
	background: rgba(244,197,66,.1);
	color: #f4c542;
}

body[data-page="pricing"] .dg-package-compare thead th span {
	display: block;
	margin-top: 4px;
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-package-compare tbody tr:last-child th,
body[data-page="pricing"] .dg-package-compare tbody tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 760px) {
	body[data-page="pricing"] .dg-package-pricing { padding: 55px 14px 44px; }
	body[data-page="pricing"] .dg-package-grid { grid-template-columns: 1fr; }
	body[data-page="pricing"] .dg-package-card { min-height: 0; padding: 25px 20px; }
	body[data-page="pricing"] .dg-package-card--badged { padding-top: 20px; }
	body[data-page="pricing"] .dg-package-badge {
		position: static;
		align-self: flex-end;
		width: max-content;
		margin: -1px 0 14px auto;
		border-radius: 9px;
	}
	body[data-page="pricing"] .dg-package-summary { min-height: 0; }
	body[data-page="pricing"] .dg-package-card ul { grid-template-columns: 1fr; }
	body[data-page="pricing"] .dg-package-foundation { justify-content: flex-start; }
	body[data-page="pricing"] .dg-package-foundation strong { width: 100%; }
}

@media (max-width: 430px) {
	body[data-page="pricing"] .dg-package-card-head { align-items: flex-start; }
	body[data-page="pricing"] .dg-package-card-head > p { font-size: 27px; }
}

body[data-page="pricing"] .dg-pricing-proof {
	position: relative;
	display: grid;
	grid-template-columns: minmax(235px, 0.92fr) minmax(0, 1.5fr) auto;
	align-items: center;
	gap: 24px;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 23px 24px;
	border: 1px solid rgba(244, 197, 66, 0.4);
	border-radius: 18px;
	background:
		radial-gradient(circle at 15% 0%, rgba(244, 197, 66, 0.13), transparent 37%),
		linear-gradient(115deg, #17160f 0%, #111 45%, #0d120e 100%);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

body[data-page="pricing"] .dg-pricing-proof::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #f4c542 24%, #78d67a 67%, transparent);
	content: "";
}

body[data-page="pricing"] .dg-pricing-proof-copy {
	min-width: 0;
}

body[data-page="pricing"] .dg-pricing-proof-copy > p {
	margin: 0 0 6px;
	color: var(--dg-ui-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-pricing-proof-copy > h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(21px, 2.25vw, 27px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

body[data-page="pricing"] .dg-pricing-proof-copy > span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, .76);
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.5;
}

body[data-page="pricing"] .dg-pricing-proof-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.22);
}

body[data-page="pricing"] .dg-pricing-proof-stat {
	display: flex;
	min-width: 0;
	min-height: 92px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 14px 16px;
}

body[data-page="pricing"] .dg-pricing-proof-stat + .dg-pricing-proof-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.085);
}

body[data-page="pricing"] .dg-pricing-proof-stat > dt {
	display: block;
	margin: 0;
	color: #78d67a;
	font-size: clamp(22px, 2.45vw, 29px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
	white-space: nowrap;
}

body[data-page="pricing"] .dg-pricing-proof-stat > dd {
	display: block;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.4;
}

body[data-page="pricing"] .dg-pricing-proof-stat dd > b,
body[data-page="pricing"] .dg-pricing-proof-stat dd > span {
	display: block;
}

body[data-page="pricing"] .dg-pricing-proof-stat dd > b {
	color: rgba(255, 255, 255, 0.93);
	font-weight: 700;
}

body[data-page="pricing"] .dg-pricing-proof-stat dd > span {
	margin-top: 2px;
}

body[data-page="pricing"] .dg-pricing-proof-link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 17px;
	border: 1px solid rgba(244, 197, 66, 0.54);
	border-radius: 10px;
	background: rgba(244, 197, 66, 0.07);
	color: #f4c542;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body[data-page="pricing"] .dg-pricing-proof-link:hover,
body[data-page="pricing"] .dg-pricing-proof-link:focus-visible {
	border-color: #f4c542;
	background: #f4c542;
	color: #080808;
	transform: translateY(-2px);
}

body[data-page="pricing"] .dg-pricing-proof-link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 980px) {
	body[data-page="pricing"] .dg-pricing-proof {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body[data-page="pricing"] .dg-pricing-proof-stats {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}

@media (max-width: 650px) {
	body[data-page="pricing"] .dg-pricing-proof {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 24px;
		padding: 21px 18px;
	}

	body[data-page="pricing"] .dg-pricing-proof-copy {
		text-align: center;
	}

	body[data-page="pricing"] .dg-pricing-proof-stats {
		grid-column: auto;
		grid-row: auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body[data-page="pricing"] .dg-pricing-proof-stat {
		display: flex;
		min-height: 94px;
		align-items: flex-start;
		justify-content: center;
		gap: 0;
		padding: 13px 7px;
	}

	body[data-page="pricing"] .dg-pricing-proof-stat + .dg-pricing-proof-stat {
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.085);
	}

	body[data-page="pricing"] .dg-pricing-proof-stat > dt {
		font-size: clamp(16px, 4.65vw, 19px);
		letter-spacing: -0.055em;
	}

	body[data-page="pricing"] .dg-pricing-proof-stat > dd {
		margin-top: 6px;
		font-size: 9.5px;
		line-height: 1.35;
	}

	body[data-page="pricing"] .dg-pricing-proof-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body[data-page="pricing"] .dg-pricing-proof-link {
		transition: none;
	}

	body[data-page="pricing"] .dg-pricing-proof-link:hover,
	body[data-page="pricing"] .dg-pricing-proof-link:focus-visible {
		transform: none;
	}
}

body[data-page="pricing"] .dg-pricing-information {
	padding: 56px 20px 44px;
	border-top: 1px solid rgba(251, 191, 36, 0.18);
	border-bottom: 1px solid rgba(251, 191, 36, 0.12);
	background:
		radial-gradient(circle at 50% 0%, rgba(217, 119, 6, 0.1), transparent 34%),
		#050505;
	color: #fff;
}

body[data-page="pricing"] .dg-pricing-information-inner {
	display: grid;
	width: min(100%, 1120px);
	margin: 0 auto;
	gap: 14px;
}

body[data-page="pricing"] .dg-pricing-accordion {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

body[data-page="pricing"] .dg-pricing-accordion[open] {
	border-color: rgba(251, 191, 36, 0.34);
}

body[data-page="pricing"] .dg-pricing-accordion > summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px;
	align-items: center;
	gap: 22px;
	min-height: 116px;
	padding: 22px 26px;
	cursor: pointer;
	list-style: none;
	outline: none;
}

body[data-page="pricing"] .dg-pricing-accordion > summary::-webkit-details-marker {
	display: none;
}

body[data-page="pricing"] .dg-pricing-accordion > summary::marker {
	content: "";
}

body[data-page="pricing"] .dg-pricing-accordion > summary:hover {
	background: rgba(251, 191, 36, 0.045);
}

body[data-page="pricing"] .dg-pricing-accordion > summary:focus-visible {
	box-shadow: inset 0 0 0 2px var(--dg-ui-gold);
}

body[data-page="pricing"] .dg-pricing-accordion-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

body[data-page="pricing"] .dg-pricing-accordion-kicker {
	color: var(--dg-ui-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

body[data-page="pricing"] .dg-pricing-accordion-copy strong {
	color: #fff;
	font-size: clamp(19px, 2.2vw, 25px);
	font-weight: 700;
	line-height: 1.25;
}

body[data-page="pricing"] .dg-pricing-accordion-copy > span:last-child {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
	text-overflow: ellipsis;
}

body[data-page="pricing"] .dg-pricing-accordion-toggle {
	position: relative;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(251, 191, 36, 0.32);
	border-radius: 50%;
	background: rgba(251, 191, 36, 0.08);
}

body[data-page="pricing"] .dg-pricing-accordion-toggle::before,
body[data-page="pricing"] .dg-pricing-accordion-toggle::after {
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: var(--dg-ui-gold);
	content: "";
	transition: transform 180ms ease;
}

body[data-page="pricing"] .dg-pricing-accordion-toggle::after {
	transform: rotate(90deg);
}

body[data-page="pricing"] .dg-pricing-accordion[open] .dg-pricing-accordion-toggle::after {
	transform: rotate(0);
}

body[data-page="pricing"] .dg-pricing-accordion-content {
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="pricing"] .dg-pricing-accordion-content > .dg-source-section {
	margin: 0;
}

@media (max-width: 650px) {
	body[data-page="pricing"] .dg-pricing-information {
		padding: 38px 14px 34px;
	}

	body[data-page="pricing"] .dg-pricing-accordion > summary {
		grid-template-columns: minmax(0, 1fr) 40px;
		gap: 14px;
		min-height: 104px;
		padding: 18px;
	}

	body[data-page="pricing"] .dg-pricing-accordion-toggle {
		width: 40px;
		height: 40px;
	}

	body[data-page="pricing"] .dg-pricing-accordion-copy strong {
		font-size: 18px;
	}

	body[data-page="pricing"] .dg-pricing-accordion-copy > span:last-child {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.dg-source-error {
	width: min(100% - 40px, 900px);
	margin: 80px auto;
	padding: 24px;
	border: 1px solid rgba(251, 191, 36, 0.35);
	border-radius: 12px;
	background: #111;
	color: #fff;
	font: 500 16px/1.7 var(--dg-ui-font);
	text-align: center;
}

.dg-ui-shell {
	width: min(100% - 40px, 1240px);
	margin: 0 auto;
}

.dg-footer {
	position: relative;
	z-index: 5;
	padding: 76px 0 24px;
	border-top: 1px solid var(--dg-ui-border-gold);
	background:
		radial-gradient(circle at 13% 0%, rgba(217, 119, 6, 0.1), transparent 26%),
		#050505;
	color: #fff;
}

.dg-footer-top {
	display: grid;
	grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(130px, 0.7fr));
	gap: clamp(34px, 5vw, 72px);
	padding-bottom: 52px;
}

.dg-footer-brand img {
	display: block;
	width: min(100%, 230px);
	max-height: 68px;
	margin-bottom: 24px;
	object-fit: contain;
	object-position: left center;
}

.dg-footer-brand p {
	max-width: 450px;
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
}

.dg-footer-brand p a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	text-decoration-color: rgba(251, 191, 36, 0.62);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dg-footer-brand p a:hover,
.dg-footer-brand p a:focus-visible {
	color: var(--dg-ui-gold);
}

.dg-footer-brand span {
	color: var(--dg-ui-gold);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dg-footer h3 {
	margin: 5px 0 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dg-footer-top > div:not(.dg-footer-brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dg-footer-top a {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition: color 150ms ease;
}

.dg-footer-top a:hover,
.dg-footer-top a:focus-visible,
.dg-footer-legal a:hover,
.dg-footer-legal a:focus-visible,
.dg-footer-bottom a:hover,
.dg-footer-bottom a:focus-visible {
	color: var(--dg-ui-gold);
}

.dg-footer-legal {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 40px;
	padding: 30px 0;
	border-top: 1px solid var(--dg-ui-border);
	border-bottom: 1px solid var(--dg-ui-border);
}

.dg-footer-legal p {
	max-width: 950px;
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.75;
}

.dg-footer-legal p b {
	color: rgba(255, 255, 255, 0.68);
}

.dg-footer-legal > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 18px;
}

.dg-footer-legal a,
.dg-footer-bottom a {
	color: rgba(255, 255, 255, .76);
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.dg-footer-bottom {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 25px;
	padding-top: 23px;
	color: rgba(255, 255, 255, .66);
	font-size: 10px;
	line-height: 1.6;
}

.dg-footer-bottom span:nth-child(2) {
	text-align: center;
}

.dg-preview-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: min(calc(100% - 40px), 560px);
	padding: 16px 18px;
	border: 1px solid rgba(251, 191, 36, 0.55);
	border-radius: 10px;
	background: rgba(12, 12, 12, 0.98);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
}

.dg-preview-toast[hidden] {
	display: none !important;
}

.dg-preview-toast > span {
	color: var(--dg-ui-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.dg-preview-toast p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	line-height: 1.5;
}

.dg-preview-toast button {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid var(--dg-ui-border);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font: 500 19px/1 var(--dg-ui-font);
	cursor: pointer;
}

.dg-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 1140px) {
	.dg-header-inner {
		gap: 20px;
	}

	.dg-brand {
		width: 190px;
	}

	.dg-nav {
		gap: 17px;
	}

	.dg-nav a,
	.dg-member-link {
		font-size: 12px;
	}

	.dg-header-actions {
		gap: 14px;
	}
}

@media (max-width: 1024px) {
	.dg-header-inner {
		min-height: 76px;
	}

	.dg-brand {
		width: 210px;
	}

	.dg-nav,
	.dg-member-link,
	.dg-header-actions > .dg-gold-button {
		display: none;
	}

	.dg-menu-toggle {
		display: block;
	}

	.dg-footer-top {
		grid-template-columns: minmax(260px, 1.5fr) repeat(3, 1fr);
		gap: 35px;
	}
}

@media (max-width: 760px) {
	.dg-preview-bar {
		justify-content: space-between;
		gap: 14px;
		padding: 7px 14px;
		text-align: left;
	}

	.dg-preview-bar span {
		max-width: 250px;
		font-size: 10px;
	}

	.dg-preview-bar b {
		display: block;
		margin: 0;
		font-size: 9px;
	}

	.dg-preview-bar a {
		font-size: 10px;
	}

	.dg-header-inner {
		width: min(100% - 28px, 1280px);
		min-height: 70px;
	}

	.dg-brand {
		width: 190px;
	}

	.dg-footer {
		padding-top: 54px;
	}

	.dg-footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 30px;
	}

	.dg-footer-brand {
		grid-column: 1 / -1;
	}

	.dg-footer-legal {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dg-footer-legal > div {
		justify-content: flex-start;
	}

	.dg-footer-bottom {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.dg-footer-bottom span:nth-child(2) {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.dg-preview-bar span {
		max-width: 205px;
	}

	.dg-preview-bar span:not(b) {
		line-height: 1.35;
	}

	.dg-header-inner {
		min-height: 66px;
	}

	.dg-brand {
		width: 165px;
	}

	.dg-menu-toggle {
		width: 44px;
		height: 44px;
	}

	.dg-mobile-menu nav a {
		font-size: 20px;
	}

	.dg-ui-shell {
		width: min(100% - 30px, 1240px);
	}

	.dg-footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 32px 20px;
	}

	.dg-footer-top > div:last-child {
		grid-column: 1 / -1;
	}

	.dg-preview-toast {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
		grid-template-columns: 1fr auto;
	}

	.dg-preview-toast > span {
		grid-column: 1 / -1;
	}
}

/* Keep ordinary homepage section titles on one shared scale. */
body[data-page="home"]
	.dg-source-section[data-source-section="3dcd9f3"] .dgvid-h2,
body[data-page="home"]
	.dg-source-section[data-source-section="0f0ef66"] .dgcvx-h2,
body[data-page="home"]
	.dg-home-section:not(.dg-home-license) h2 {
	font-size: clamp(34px, 3.2vw, 40px) !important;
}

/* The conversion heading remains deliberately more prominent. */
body[data-page="home"] .dg-home-license h2 {
	font-size: clamp(42px, 4.6vw, 56px) !important;
}

body[data-page="modes"] .dg-modes-prop-bridge,
body[data-page="modes"] .dg-modes-prop-bridge * {
	box-sizing: border-box;
	font-family: var(--dg-ui-font);
}

body[data-page="modes"] .dg-modes-prop-bridge {
	padding: clamp(78px, 8vw, 110px) 20px;
	border-top: 1px solid rgba(251, 191, 36, 0.15);
	border-bottom: 1px solid rgba(251, 191, 36, 0.1);
	background:
		radial-gradient(circle at 82% 22%, rgba(251, 191, 36, 0.12), transparent 28%),
		#050505;
	color: #fff;
}

body[data-page="modes"] .dg-modes-prop-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	align-items: stretch;
	gap: clamp(38px, 6vw, 72px);
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(32px, 5vw, 54px);
	border: 1px solid rgba(251, 191, 36, 0.27);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 8%, rgba(251, 191, 36, 0.1), transparent 26%),
		linear-gradient(145deg, rgba(18, 18, 16, 0.98), rgba(7, 7, 7, 0.98));
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.38);
}

body[data-page="modes"] .dg-modes-prop-copy {
	align-self: center;
	min-width: 0;
}

body[data-page="modes"] .dg-modes-prop-eyebrow {
	margin: 0 0 13px;
	color: var(--dg-ui-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

body[data-page="modes"] .dg-modes-prop-copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3.2vw, 40px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

body[data-page="modes"] .dg-modes-prop-copy h2 span {
	color: #f3c84d;
}

body[data-page="modes"] .dg-modes-prop-lead {
	max-width: 670px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.72;
}

body[data-page="modes"] .dg-modes-prop-points {
	display: grid;
	gap: 11px;
	margin: 23px 0 0;
	padding: 0;
	list-style: none;
}

body[data-page="modes"] .dg-modes-prop-points li {
	display: flex;
	gap: 10px;
	min-width: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

body[data-page="modes"] .dg-modes-prop-points li::before {
	flex: 0 0 auto;
	color: #4ade80;
	font-weight: 800;
	content: "✓";
}

body[data-page="modes"] .dg-modes-prop-disclaimer {
	max-width: 670px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .65);
	font-size: 11px;
	line-height: 1.65;
}

body[data-page="modes"] .dg-modes-prop-panel {
	display: grid;
	align-content: start;
	min-width: 0;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 17px;
	background: rgba(0, 0, 0, 0.34);
}

body[data-page="modes"] .dg-modes-prop-panel-head {
	display: grid;
	grid-template-columns: 9px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body[data-page="modes"] .dg-modes-prop-panel-head > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.08);
}

body[data-page="modes"] .dg-modes-prop-panel-head b {
	font-size: 14px;
}

body[data-page="modes"] .dg-modes-prop-panel-head small {
	color: var(--dg-ui-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body[data-page="modes"] .dg-modes-prop-panel dl {
	margin: 8px 0 21px;
}

body[data-page="modes"] .dg-modes-prop-panel dl > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

body[data-page="modes"] .dg-modes-prop-panel dt,
body[data-page="modes"] .dg-modes-prop-panel dd {
	min-width: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

body[data-page="modes"] .dg-modes-prop-panel dt {
	color: rgba(255, 255, 255, .68);
}

body[data-page="modes"] .dg-modes-prop-panel dd {
	color: #fff;
	font-weight: 700;
	text-align: right;
}

body[data-page="modes"] .dg-modes-prop-panel .dg-gold-button {
	width: 100%;
	min-height: 52px;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 820px) {
	body[data-page="modes"] .dg-modes-prop-card {
		grid-template-columns: 1fr;
	}

	body[data-page="modes"] .dg-modes-prop-panel {
		width: min(100%, 620px);
	}
}

@media (max-width: 700px) {
	body[data-page="home"]
		.dg-source-section[data-source-section="3dcd9f3"] .dgvid-h2,
	body[data-page="home"]
		.dg-source-section[data-source-section="0f0ef66"] .dgcvx-h2,
	body[data-page="home"]
		.dg-home-section:not(.dg-home-license) h2 {
		font-size: clamp(28px, 8vw, 34px) !important;
	}

	body[data-page="home"] .dg-home-license h2 {
		font-size: clamp(36px, 10vw, 44px) !important;
	}
}

@media (max-width: 560px) {
	body[data-page="modes"] .dg-modes-prop-bridge {
		padding: 66px 14px;
	}

	body[data-page="modes"] .dg-modes-prop-card {
		gap: 31px;
		padding: 25px 20px;
		border-radius: 17px;
	}

	body[data-page="modes"] .dg-modes-prop-copy h2 {
		font-size: clamp(28px, 8vw, 34px);
	}

	body[data-page="modes"] .dg-modes-prop-lead {
		font-size: 15px;
	}

	body[data-page="modes"] .dg-modes-prop-panel {
		padding: 20px;
	}

	body[data-page="modes"] .dg-modes-prop-panel-head {
		grid-template-columns: 9px minmax(0, 1fr);
	}

	body[data-page="modes"] .dg-modes-prop-panel-head small {
		grid-column: 2;
	}

	body[data-page="modes"] .dg-modes-prop-panel dl > div {
		gap: 12px;
	}
}

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

body[data-page="contact"] .dg-contact-page {
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 9%, rgba(251, 191, 36, 0.09), transparent 25%),
		#050505;
	color: #fff;
	font-family: var(--dg-ui-font);
}

body[data-page="contact"] .dg-contact-page h1,
body[data-page="contact"] .dg-contact-page h2,
body[data-page="contact"] .dg-contact-page h3 {
	color: #fff;
}

body[data-page="contact"] .dg-contact-shell {
	width: min(100% - 40px, 1120px);
	margin: 0 auto;
}

body[data-page="contact"] .dg-contact-hero {
	padding: clamp(68px, 8vw, 108px) 0 48px;
	text-align: center;
}

body[data-page="contact"] .dg-contact-eyebrow,
body[data-page="contact"] .dg-contact-card-label {
	margin: 0 0 12px;
	color: #fbbf24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body[data-page="contact"] .dg-contact-hero h1 {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(44px, 6vw, 72px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

body[data-page="contact"] .dg-contact-lead {
	max-width: 740px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.75;
}

body[data-page="contact"] .dg-contact-response-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: min(100%, 900px);
	margin: 34px auto 0;
	border: 1px solid rgba(251, 191, 36, 0.22);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.025);
}

body[data-page="contact"] .dg-contact-response-strip span {
	flex: 1 1 50%;
	padding: 16px 22px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 13px;
	line-height: 1.55;
}

body[data-page="contact"] .dg-contact-response-strip span + span {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

body[data-page="contact"] .dg-contact-response-strip b {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body[data-page="contact"] .dg-contact-primary {
	padding: 16px 0 clamp(82px, 9vw, 120px);
}

body[data-page="contact"] .dg-contact-primary-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(28px, 4.5vw, 54px);
	align-items: start;
}

body[data-page="contact"] .dg-contact-support-copy {
	display: grid;
	gap: 20px;
}

body[data-page="contact"] .dg-contact-support-card,
body[data-page="contact"] .dg-contact-form-card,
body[data-page="contact"] .dg-contact-path-grid article {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(12, 12, 12, 0.92);
}

body[data-page="contact"] .dg-contact-support-card {
	padding: 28px;
}

body[data-page="contact"] .dg-contact-support-card h2,
body[data-page="contact"] .dg-contact-form-card > h2,
body[data-page="contact"] .dg-contact-path-grid h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.7vw, 32px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.035em;
}

body[data-page="contact"] .dg-contact-support-card > p:not(.dg-contact-card-label),
body[data-page="contact"] .dg-contact-form-card > p:not(.dg-contact-card-label),
body[data-page="contact"] .dg-contact-path-grid article > p:not(.dg-contact-card-label) {
	margin: 15px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.72;
}

body[data-page="contact"] .dg-contact-support-card .dg-contact-card-detail {
	color: rgba(255, 255, 255, .7) !important;
	font-size: 13px !important;
}

body[data-page="contact"] .dg-contact-support-card a,
body[data-page="contact"] .dg-contact-section-heading a {
	color: #fbbf24;
	font-weight: 700;
	text-decoration: none;
}

body[data-page="contact"] .dg-contact-support-card > a {
	display: inline-flex;
	margin-top: 20px;
	font-size: 13px;
}

body[data-page="contact"] .dg-contact-form-card {
	padding: clamp(26px, 4vw, 40px);
	border-color: rgba(251, 191, 36, 0.4);
	background:
		radial-gradient(circle at 92% 4%, rgba(251, 191, 36, 0.1), transparent 28%),
		#0b0b0b;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

body[data-page="contact"] .dg-contact-form-shell {
	margin-top: 27px;
}

body[data-page="contact"] .dg-contact-form-shell .elementor-widget-form,
body[data-page="contact"] .dg-contact-form-shell .elementor-widget-container,
body[data-page="contact"] .dg-contact-form-shell .elementor-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body[data-page="contact"] .dg-contact-form-shell .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 20px !important;
	width: 100% !important;
}

body[data-page="contact"] .dg-contact-form-shell .elementor-field-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 8px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body[data-page="contact"] .dg-contact-form-shell .elementor-field-label {
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.88) !important;
	font-family: var(--dg-ui-font) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

body[data-page="contact"] .dg-contact-form-shell input.elementor-field,
body[data-page="contact"] .dg-contact-form-shell textarea.elementor-field {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 9px !important;
	background: #111316 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--dg-ui-font) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	-webkit-text-fill-color: #fff !important;
}

body[data-page="contact"] .dg-contact-form-shell input.elementor-field {
	min-height: 54px !important;
	padding: 14px 16px !important;
}

body[data-page="contact"] .dg-contact-form-shell textarea.elementor-field {
	min-height: 178px !important;
	padding: 15px 16px !important;
	resize: vertical;
}

body[data-page="contact"] .dg-contact-form-shell input.elementor-field::placeholder,
body[data-page="contact"] .dg-contact-form-shell textarea.elementor-field::placeholder {
	color: rgba(255, 255, 255, 0.34) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.34) !important;
}

body[data-page="contact"] .dg-contact-form-shell input.elementor-field:focus,
body[data-page="contact"] .dg-contact-form-shell textarea.elementor-field:focus {
	border-color: #fbbf24 !important;
	outline: 2px solid rgba(251, 191, 36, 0.22) !important;
	outline-offset: 1px !important;
}

body[data-page="contact"] .dg-contact-form-shell .elementor-field-type-submit {
	margin-top: 2px !important;
}

body[data-page="contact"] .dg-contact-form-shell button.elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 14px 22px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%) !important;
	box-shadow: 0 10px 28px rgba(245, 158, 11, 0.18) !important;
	color: #000 !important;
	font-family: var(--dg-ui-font) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

body[data-page="contact"] .dg-contact-form-preview button.elementor-button[disabled] {
	cursor: not-allowed;
	opacity: 0.78;
}

body[data-page="contact"] .dg-contact-form-shell .cf-turnstile,
body[data-page="contact"] .dg-contact-form-shell .elementor-turnstile-field {
	max-width: 100%;
	margin: 0 !important;
	overflow: hidden;
}

body[data-page="contact"] .dg-contact-form-shell .cf-turnstile iframe,
body[data-page="contact"] .dg-contact-form-shell .elementor-turnstile-field iframe {
	max-width: 100%;
}

body[data-page="contact"] .dg-contact-turnstile-preview {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 66px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #111316;
}

body[data-page="contact"] .dg-contact-turnstile-preview > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(251, 191, 36, 0.42);
	border-radius: 6px;
	color: #fbbf24;
	font-weight: 800;
}

body[data-page="contact"] .dg-contact-turnstile-preview b,
body[data-page="contact"] .dg-contact-turnstile-preview small {
	display: block;
}

body[data-page="contact"] .dg-contact-turnstile-preview b {
	font-size: 12px;
}

body[data-page="contact"] .dg-contact-turnstile-preview small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .69);
	font-size: 10px;
}

body[data-page="contact"] .elementor-message {
	margin: 18px 0 0 !important;
	padding: 12px 14px !important;
	border-radius: 8px;
	font-family: var(--dg-ui-font) !important;
	font-size: 13px !important;
}

body[data-page="contact"] .elementor-message-success {
	border: 1px solid rgba(74, 222, 128, 0.34);
	background: rgba(74, 222, 128, 0.08);
	color: #86efac !important;
}

body[data-page="contact"] .elementor-message-danger {
	border: 1px solid rgba(248, 113, 113, 0.34);
	background: rgba(248, 113, 113, 0.08);
	color: #fca5a5 !important;
}

body[data-page="contact"] .dg-contact-form-unavailable {
	padding: 18px;
	border: 1px solid rgba(248, 113, 113, 0.3);
	border-radius: 9px;
	background: rgba(248, 113, 113, 0.07);
	color: #fecaca;
	font-size: 14px;
	line-height: 1.6;
}

body[data-page="contact"] .dg-contact-resources {
	padding: clamp(78px, 9vw, 116px) 0;
	border-top: 1px solid rgba(251, 191, 36, 0.16);
	border-bottom: 1px solid rgba(251, 191, 36, 0.16);
	background: rgba(255, 255, 255, 0.015);
}

body[data-page="contact"] .dg-contact-section-heading {
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}

body[data-page="contact"] .dg-contact-section-heading h2 {
	margin: 0;
	font-size: clamp(34px, 4.5vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

body[data-page="contact"] .dg-contact-section-heading > p:last-child {
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	line-height: 1.75;
}

body[data-page="contact"] .dg-contact-resource-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 46px;
}

body[data-page="contact"] .dg-contact-resource-grid > a {
	display: flex;
	min-width: 0;
	min-height: 250px;
	flex-direction: column;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: #0b0b0b;
	color: #fff;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body[data-page="contact"] .dg-contact-resource-grid > a:hover,
body[data-page="contact"] .dg-contact-resource-grid > a:focus-visible {
	border-color: rgba(251, 191, 36, 0.48);
	background: #10100f;
	transform: translateY(-3px);
}

body[data-page="contact"] .dg-contact-resource-grid span {
	color: #fbbf24;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body[data-page="contact"] .dg-contact-resource-grid h3 {
	margin: 23px 0 0;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

body[data-page="contact"] .dg-contact-resource-grid p {
	margin: 12px 0 24px;
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	line-height: 1.65;
}

body[data-page="contact"] .dg-contact-resource-grid b {
	margin-top: auto;
	color: #fbbf24;
	font-size: 12px;
	font-weight: 800;
}

body[data-page="contact"] .dg-contact-paths {
	padding: clamp(78px, 9vw, 112px) 0;
}

body[data-page="contact"] .dg-contact-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body[data-page="contact"] .dg-contact-path-grid article {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	padding: clamp(28px, 4vw, 40px);
}

body[data-page="contact"] .dg-contact-path-grid article:last-child {
	border-color: rgba(251, 191, 36, 0.34);
	background:
		radial-gradient(circle at 88% 16%, rgba(251, 191, 36, 0.12), transparent 32%),
		#0d0d0c;
}

body[data-page="contact"] .dg-contact-path-grid .dg-gold-button,
body[data-page="contact"] .dg-contact-outline-button {
	width: fit-content;
	margin-top: auto;
}

body[data-page="contact"] .dg-contact-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid rgba(251, 191, 36, 0.48);
	border-radius: 8px;
	color: #fbbf24;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	body[data-page="contact"] .dg-contact-primary-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="contact"] .dg-contact-form-card {
		grid-row: 1;
	}

	body[data-page="contact"] .dg-contact-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body[data-page="contact"] .dg-contact-shell {
		width: min(100% - 28px, 1120px);
	}

	body[data-page="contact"] .dg-contact-hero {
		padding: 58px 0 36px;
	}

	body[data-page="contact"] .dg-contact-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	body[data-page="contact"] .dg-contact-response-strip {
		display: grid;
		grid-template-columns: 1fr;
		text-align: left;
	}

	body[data-page="contact"] .dg-contact-response-strip span + span {
		border-top: 1px solid rgba(255, 255, 255, 0.09);
		border-left: 0;
	}

	body[data-page="contact"] .dg-contact-primary {
		padding-bottom: 72px;
	}

	body[data-page="contact"] .dg-contact-support-card,
	body[data-page="contact"] .dg-contact-form-card {
		padding: 23px 20px;
		border-radius: 15px;
	}

	body[data-page="contact"] .dg-contact-section-heading {
		text-align: left;
	}

	body[data-page="contact"] .dg-contact-resource-grid,
	body[data-page="contact"] .dg-contact-path-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="contact"] .dg-contact-resource-grid {
		margin-top: 34px;
	}

	body[data-page="contact"] .dg-contact-resource-grid > a {
		min-height: 220px;
	}

	body[data-page="contact"] .dg-contact-path-grid article {
		min-height: 300px;
	}

	body[data-page="contact"] .dg-contact-path-grid .dg-gold-button,
	body[data-page="contact"] .dg-contact-outline-button {
		width: 100%;
	}
}

/* Authorised resellers and partnership programme */
body[data-page="resellers"] .dg-reseller-page,
body[data-page="resellers"] .dg-reseller-page * {
	box-sizing: border-box;
}

body[data-page="resellers"] .dg-reseller-page {
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 7%, rgba(251, 191, 36, 0.09), transparent 24%),
		#050505;
	color: #fff;
}

body[data-page="resellers"] .dg-reseller-page h1,
body[data-page="resellers"] .dg-reseller-page h2,
body[data-page="resellers"] .dg-reseller-page h3 {
	color: #fff;
}

body[data-page="resellers"] .dg-reseller-shell {
	width: min(100% - 40px, 1120px);
	margin: 0 auto;
}

body[data-page="resellers"] .dg-reseller-eyebrow,
body[data-page="resellers"] .dg-reseller-alert-label,
body[data-page="resellers"] .dg-reseller-card-number {
	margin: 0 0 14px;
	color: #fbbf24;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body[data-page="resellers"] .dg-reseller-eyebrow span {
	display: inline-block;
	width: 23px;
	height: 1px;
	margin: 0 8px 3px 0;
	background: #fbbf24;
}

body[data-page="resellers"] .dg-reseller-hero {
	padding: clamp(72px, 9vw, 116px) 0 clamp(54px, 7vw, 80px);
	text-align: center;
}

body[data-page="resellers"] .dg-reseller-hero h1 {
	margin: 0;
	font-size: clamp(46px, 6vw, 74px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

body[data-page="resellers"] .dg-reseller-hero h1 em,
body[data-page="resellers"] .dg-reseller-protection h2 em,
body[data-page="resellers"] .dg-reseller-section-heading h2 em {
	background: linear-gradient(105deg, #fff27a 0%, #fbbf24 52%, #e99a18 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

body[data-page="resellers"] .dg-reseller-hero > .dg-reseller-shell > p:last-child {
	max-width: 780px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(16px, 1.7vw, 19px);
	line-height: 1.75;
}

body[data-page="resellers"] .dg-reseller-hero strong {
	color: #fff;
}

body[data-page="resellers"] .dg-reseller-sources {
	padding: 0 0 clamp(82px, 9vw, 120px);
}

body[data-page="resellers"] .dg-reseller-source-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body[data-page="resellers"] .dg-reseller-source-card {
	display: flex;
	min-width: 0;
	min-height: 540px;
	flex-direction: column;
	padding: clamp(28px, 3.5vw, 40px);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: rgba(12, 12, 12, 0.94);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

body[data-page="resellers"] .dg-reseller-source-developer {
	border-color: rgba(251, 191, 36, 0.3);
	background:
		radial-gradient(circle at 92% 2%, rgba(251, 191, 36, 0.1), transparent 27%),
		#0b0b0b;
}

body[data-page="resellers"] .dg-reseller-source-partner {
	border-color: rgba(74, 222, 128, 0.25);
	background:
		radial-gradient(circle at 94% 3%, rgba(74, 222, 128, 0.08), transparent 28%),
		#090c0a;
}

body[data-page="resellers"] .dg-reseller-badge {
	align-self: flex-start;
	margin: 0 0 22px;
	padding: 7px 10px;
	border: 1px solid rgba(251, 191, 36, 0.35);
	border-radius: 999px;
	background: rgba(251, 191, 36, 0.07);
	color: #fbbf24;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body[data-page="resellers"] .dg-reseller-source-partner .dg-reseller-badge {
	border-color: rgba(74, 222, 128, 0.34);
	background: rgba(74, 222, 128, 0.06);
	color: #86efac;
}

body[data-page="resellers"] .dg-reseller-badge span {
	margin-right: 5px;
}

body[data-page="resellers"] .dg-reseller-source-card h2 {
	margin: 0;
	font-size: clamp(27px, 3vw, 35px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

body[data-page="resellers"] .dg-reseller-source-card > p:not(.dg-reseller-badge) {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.72;
}

body[data-page="resellers"] .dg-reseller-source-card ul,
body[data-page="resellers"] .dg-reseller-opportunity-grid ul {
	display: grid;
	gap: 11px;
	margin: 24px 0 32px;
	padding: 0;
	list-style: none;
}

body[data-page="resellers"] .dg-reseller-source-card li,
body[data-page="resellers"] .dg-reseller-opportunity-grid li {
	position: relative;
	padding-left: 24px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	line-height: 1.5;
}

body[data-page="resellers"] .dg-reseller-source-card li::before,
body[data-page="resellers"] .dg-reseller-opportunity-grid li::before {
	content: "\2713";
	position: absolute;
	top: 0;
	left: 0;
	color: #86efac;
	font-weight: 800;
}

body[data-page="resellers"] .dg-reseller-outline-button,
body[data-page="resellers"] .dg-reseller-partner-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 48px;
	margin-top: auto;
	padding: 12px 20px;
	border: 1px solid rgba(251, 191, 36, 0.48);
	border-radius: 8px;
	color: #fbbf24;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: uppercase;
}

body[data-page="resellers"] .dg-reseller-partner-button {
	border-color: rgba(74, 222, 128, 0.42);
	color: #86efac;
}

body[data-page="resellers"] .dg-reseller-current-site {
	cursor: default;
	opacity: 0.72;
}

body[data-page="resellers"] .dg-reseller-outline-button:hover,
body[data-page="resellers"] .dg-reseller-outline-button:focus-visible {
	background: rgba(251, 191, 36, 0.08);
}

body[data-page="resellers"] .dg-reseller-partner-button:hover,
body[data-page="resellers"] .dg-reseller-partner-button:focus-visible {
	background: rgba(74, 222, 128, 0.07);
}

body[data-page="resellers"] .dg-reseller-protection {
	padding: clamp(78px, 8vw, 108px) 0;
	border-top: 1px solid rgba(248, 113, 113, 0.13);
	border-bottom: 1px solid rgba(248, 113, 113, 0.13);
	background: rgba(248, 113, 113, 0.018);
}

body[data-page="resellers"] .dg-reseller-protection-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(30px, 5vw, 66px);
	align-items: center;
}

body[data-page="resellers"] .dg-reseller-alert-label {
	color: #fca5a5;
}

body[data-page="resellers"] .dg-reseller-protection h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(35px, 4.4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.05em;
}

body[data-page="resellers"] .dg-reseller-protection h2 em {
	background: linear-gradient(105deg, #ffd86b 0%, #fb923c 52%, #f87171 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

body[data-page="resellers"] .dg-reseller-protection div > p:not(.dg-reseller-alert-label) {
	margin: 23px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.8;
}

body[data-page="resellers"] .dg-reseller-protection strong {
	color: #fff;
}

body[data-page="resellers"] .dg-reseller-protection aside {
	padding: 30px;
	border: 1px solid rgba(251, 191, 36, 0.3);
	border-radius: 16px;
	background:
		radial-gradient(circle at 85% 5%, rgba(251, 191, 36, 0.1), transparent 32%),
		#0b0b0b;
}

body[data-page="resellers"] .dg-reseller-protection aside > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(251, 191, 36, 0.35);
	border-radius: 12px;
	background: rgba(251, 191, 36, 0.07);
	font-size: 24px;
}

body[data-page="resellers"] .dg-reseller-protection aside p {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	line-height: 1.7;
}

body[data-page="resellers"] .dg-reseller-protection aside b {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 16px;
}

body[data-page="resellers"] .dg-reseller-protection aside a {
	display: inline-flex;
	margin-top: 20px;
	color: #fbbf24;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body[data-page="resellers"] .dg-reseller-partnerships {
	padding: clamp(88px, 10vw, 132px) 0;
	background:
		radial-gradient(circle at 50% 18%, rgba(251, 191, 36, 0.08), transparent 30%),
		#050505;
}

body[data-page="resellers"] .dg-reseller-section-heading {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

body[data-page="resellers"] .dg-reseller-section-heading h2 {
	margin: 0;
	font-size: clamp(42px, 5.7vw, 66px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.055em;
}

body[data-page="resellers"] .dg-reseller-section-heading > p:last-child {
	max-width: 720px;
	margin: 23px auto 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
	line-height: 1.72;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 54px;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid article {
	display: flex;
	min-width: 0;
	min-height: 610px;
	flex-direction: column;
	padding: clamp(28px, 3.8vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: rgba(12, 12, 12, 0.94);
}

body[data-page="resellers"] .dg-reseller-opportunity-grid article:first-child {
	border-color: rgba(251, 191, 36, 0.34);
	background:
		radial-gradient(circle at 90% 2%, rgba(251, 191, 36, 0.11), transparent 28%),
		#0b0b0b;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid h3 {
	margin: 0;
	font-size: clamp(28px, 3.1vw, 38px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid article > p:not(.dg-reseller-card-number) {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.76;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 28px 0 0;
}

body[data-page="resellers"] .dg-reseller-opportunity-note {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, .7) !important;
	font-size: 12px !important;
}

body[data-page="resellers"] .dg-reseller-opportunity-grid .dg-gold-button,
body[data-page="resellers"] .dg-reseller-opportunity-grid .dg-reseller-outline-button {
	width: 100%;
	margin-top: auto;
}

body[data-page="resellers"] .dg-reseller-approval-note {
	max-width: 800px;
	margin: 28px auto 0;
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
	line-height: 1.65;
	text-align: center;
}

@media (max-width: 880px) {
	body[data-page="resellers"] .dg-reseller-source-grid,
	body[data-page="resellers"] .dg-reseller-opportunity-grid,
	body[data-page="resellers"] .dg-reseller-protection-panel {
		grid-template-columns: 1fr;
	}

	body[data-page="resellers"] .dg-reseller-source-card,
	body[data-page="resellers"] .dg-reseller-opportunity-grid article {
		min-height: 0;
	}

	body[data-page="resellers"] .dg-reseller-source-card .dg-reseller-outline-button,
	body[data-page="resellers"] .dg-reseller-source-card .dg-reseller-partner-button,
	body[data-page="resellers"] .dg-reseller-opportunity-grid .dg-gold-button,
	body[data-page="resellers"] .dg-reseller-opportunity-grid .dg-reseller-outline-button {
		margin-top: 30px;
	}
}

@media (max-width: 640px) {
	body[data-page="resellers"] .dg-reseller-shell {
		width: min(100% - 28px, 1120px);
	}

	body[data-page="resellers"] .dg-reseller-hero {
		padding: 58px 0 46px;
	}

	body[data-page="resellers"] .dg-reseller-hero h1 {
		font-size: clamp(40px, 12vw, 52px);
	}

	body[data-page="resellers"] .dg-reseller-source-card,
	body[data-page="resellers"] .dg-reseller-opportunity-grid article,
	body[data-page="resellers"] .dg-reseller-protection aside {
		padding: 24px 20px;
		border-radius: 15px;
	}

	body[data-page="resellers"] .dg-reseller-source-card ul {
		margin-bottom: 0;
	}

	body[data-page="resellers"] .dg-reseller-outline-button,
	body[data-page="resellers"] .dg-reseller-partner-button {
		width: 100%;
	}

	body[data-page="resellers"] .dg-reseller-protection h2,
	body[data-page="resellers"] .dg-reseller-section-heading h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	body[data-page="resellers"] .dg-reseller-section-heading {
		text-align: left;
	}

	body[data-page="resellers"] .dg-reseller-opportunity-grid {
		margin-top: 36px;
	}

	body[data-page="resellers"] .dg-reseller-opportunity-grid ul {
		grid-template-columns: 1fr;
	}

	body[data-page="resellers"] .dg-reseller-approval-note {
		text-align: left;
	}
}

/* Terms and privacy */
body[data-page="terms"] .dg-legal-page,
body[data-page="privacy"] .dg-legal-page,
body[data-page="terms"] .dg-legal-page *,
body[data-page="privacy"] .dg-legal-page * {
	box-sizing: border-box;
}

body[data-page="terms"] .dg-legal-page,
body[data-page="privacy"] .dg-legal-page {
	background:
		radial-gradient(circle at 74% 4%, rgba(251, 191, 36, 0.1), transparent 24%),
		#050505;
	color: #fff;
}

body[data-page="terms"] .dg-legal-shell,
body[data-page="privacy"] .dg-legal-shell {
	width: min(100% - 40px, 920px);
	margin: 0 auto;
}

body[data-page="terms"] .dg-legal-hero,
body[data-page="privacy"] .dg-legal-hero {
	padding: clamp(70px, 8vw, 108px) 0 clamp(40px, 5vw, 58px);
	text-align: center;
}

body[data-page="terms"] .dg-legal-eyebrow,
body[data-page="privacy"] .dg-legal-eyebrow {
	margin: 0 0 16px;
	color: #fbbf24;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body[data-page="terms"] .dg-legal-hero h1,
body[data-page="privacy"] .dg-legal-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 6vw, 68px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.055em;
}

body[data-page="terms"] .dg-legal-document,
body[data-page="privacy"] .dg-legal-document {
	padding: 0 0 clamp(84px, 10vw, 132px);
}

body[data-page="terms"] .dg-legal-card,
body[data-page="privacy"] .dg-legal-card {
	padding: clamp(34px, 6vw, 64px);
	border: 1px solid rgba(251, 191, 36, 0.25);
	border-radius: 18px;
	background:
		radial-gradient(circle at 94% 0%, rgba(251, 191, 36, 0.07), transparent 25%),
		#0c0c0c;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.78;
	overflow-wrap: anywhere;
}

body[data-page="terms"] .dg-legal-card > :first-child,
body[data-page="privacy"] .dg-legal-card > :first-child {
	margin-top: 0;
}

body[data-page="terms"] .dg-legal-card > :last-child,
body[data-page="privacy"] .dg-legal-card > :last-child {
	margin-bottom: 0;
}

body[data-page="terms"] .dg-legal-card h2,
body[data-page="privacy"] .dg-legal-card h2,
body[data-page="terms"] .dg-legal-card h3,
body[data-page="privacy"] .dg-legal-card h3,
body[data-page="terms"] .dg-legal-card h4,
body[data-page="privacy"] .dg-legal-card h4 {
	margin: 42px 0 14px;
	color: #fff;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

body[data-page="terms"] .dg-legal-card h2,
body[data-page="privacy"] .dg-legal-card h2 {
	font-size: 27px;
}

body[data-page="terms"] .dg-legal-card h3,
body[data-page="privacy"] .dg-legal-card h3 {
	font-size: 21px;
}

body[data-page="terms"] .dg-legal-card h4,
body[data-page="privacy"] .dg-legal-card h4 {
	font-size: 17px;
}

body[data-page="terms"] .dg-legal-card p,
body[data-page="privacy"] .dg-legal-card p,
body[data-page="terms"] .dg-legal-card ul,
body[data-page="privacy"] .dg-legal-card ul,
body[data-page="terms"] .dg-legal-card ol,
body[data-page="privacy"] .dg-legal-card ol,
body[data-page="terms"] .dg-legal-card blockquote,
body[data-page="privacy"] .dg-legal-card blockquote {
	margin: 0 0 20px;
}

body[data-page="terms"] .dg-legal-card ul,
body[data-page="privacy"] .dg-legal-card ul,
body[data-page="terms"] .dg-legal-card ol,
body[data-page="privacy"] .dg-legal-card ol {
	padding-left: 24px;
}

body[data-page="terms"] .dg-legal-card li + li,
body[data-page="privacy"] .dg-legal-card li + li {
	margin-top: 9px;
}

body[data-page="terms"] .dg-legal-card strong,
body[data-page="privacy"] .dg-legal-card strong {
	color: #fff;
}

body[data-page="terms"] .dg-legal-card a,
body[data-page="privacy"] .dg-legal-card a {
	color: #fbbf24;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body[data-page="terms"] .dg-legal-card a:hover,
body[data-page="privacy"] .dg-legal-card a:hover,
body[data-page="terms"] .dg-legal-card a:focus-visible,
body[data-page="privacy"] .dg-legal-card a:focus-visible {
	color: #fde68a;
	outline: 2px solid #fbbf24;
	outline-offset: 4px;
}

body[data-page="terms"] .dg-legal-card hr,
body[data-page="privacy"] .dg-legal-card hr {
	margin: 38px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="terms"] .dg-legal-unavailable,
body[data-page="privacy"] .dg-legal-unavailable {
	padding: 18px;
	border: 1px solid rgba(248, 113, 113, 0.3);
	border-radius: 9px;
	background: rgba(248, 113, 113, 0.07);
	color: #fecaca;
}

@media (max-width: 640px) {
	body[data-page="terms"] .dg-legal-shell,
	body[data-page="privacy"] .dg-legal-shell {
		width: min(100% - 28px, 920px);
	}

	body[data-page="terms"] .dg-legal-hero,
	body[data-page="privacy"] .dg-legal-hero {
		padding: 56px 0 34px;
		text-align: left;
	}

	body[data-page="terms"] .dg-legal-hero h1,
	body[data-page="privacy"] .dg-legal-hero h1 {
		font-size: clamp(38px, 12vw, 50px);
	}

	body[data-page="terms"] .dg-legal-card,
	body[data-page="privacy"] .dg-legal-card {
		padding: 25px 20px;
		border-radius: 15px;
		font-size: 15px;
		line-height: 1.72;
	}

	body[data-page="terms"] .dg-legal-card h2,
	body[data-page="privacy"] .dg-legal-card h2,
	body[data-page="terms"] .dg-legal-card h3,
	body[data-page="privacy"] .dg-legal-card h3,
	body[data-page="terms"] .dg-legal-card h4,
	body[data-page="privacy"] .dg-legal-card h4 {
		margin-top: 34px;
	}
}

@media print {
	body[data-page="terms"],
	body[data-page="privacy"],
	body[data-page="terms"] .dg-legal-page,
	body[data-page="privacy"] .dg-legal-page,
	body[data-page="terms"] .dg-legal-card,
	body[data-page="privacy"] .dg-legal-card {
		background: #fff !important;
		color: #000 !important;
	}

	body[data-page="terms"] .dg-header,
	body[data-page="privacy"] .dg-header,
	body[data-page="terms"] .dg-footer,
	body[data-page="privacy"] .dg-footer,
	body[data-page="terms"] .dg-legal-eyebrow,
	body[data-page="privacy"] .dg-legal-eyebrow {
		display: none !important;
	}

	body[data-page="terms"] .dg-legal-hero,
	body[data-page="privacy"] .dg-legal-hero,
	body[data-page="terms"] .dg-legal-document,
	body[data-page="privacy"] .dg-legal-document {
		padding: 0 !important;
	}

	body[data-page="terms"] .dg-legal-hero h1,
	body[data-page="privacy"] .dg-legal-hero h1,
	body[data-page="terms"] .dg-legal-card h2,
	body[data-page="privacy"] .dg-legal-card h2,
	body[data-page="terms"] .dg-legal-card h3,
	body[data-page="privacy"] .dg-legal-card h3,
	body[data-page="terms"] .dg-legal-card h4,
	body[data-page="privacy"] .dg-legal-card h4,
	body[data-page="terms"] .dg-legal-card strong,
	body[data-page="privacy"] .dg-legal-card strong,
	body[data-page="terms"] .dg-legal-card a,
	body[data-page="privacy"] .dg-legal-card a {
		color: #000 !important;
	}

	body[data-page="terms"] .dg-legal-card,
	body[data-page="privacy"] .dg-legal-card {
		padding: 24px 0 !important;
		border: 0 !important;
		box-shadow: none !important;
	}
}

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

	body[data-page="home"] .dg-home-reveal,
	body[data-page="home"] .dg-home-reveal.dg-home-reveal-pending {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body[data-page="how"] .dg-how-reveal,
	body[data-page="how"] .dg-how-reveal.dg-how-reveal-pending {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	body[data-page="reviews"] .dg-reviews-reveal,
	body[data-page="reviews"] .dg-reviews-reveal.dg-reviews-reveal-pending {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.dg-header,
	.dg-header *,
	.dg-footer *,
	.dg-preview-toast * {
		transition: none !important;
	}

	body[data-page="contact"] .dg-contact-resource-grid > a {
		transition: none !important;
	}
}

/* Compact decision-tool bridges keep the long sales pages scannable. */
.dg-tool-cta {
	width: min(100% - 48px, 1200px);
	margin: 30px auto 72px;
	padding: 28px 30px;
	border: 1px solid rgba(248, 195, 67, 0.34);
	border-radius: 18px;
	background:
		radial-gradient(circle at 92% 12%, rgba(248, 195, 67, 0.13), transparent 34%),
		#11110f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.dg-tool-cta p {
	margin: 0 0 7px;
	color: #f8c343;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dg-tool-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.25vw, 32px);
	line-height: 1.15;
}

.dg-tool-cta span {
	display: block;
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.6;
}

.dg-tool-cta .dg-outline-button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 21px;
	border: 1px solid rgba(248, 195, 67, 0.62);
	border-radius: 999px;
	color: #f8c343;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.dg-tool-cta .dg-outline-button:hover,
.dg-tool-cta .dg-outline-button:focus-visible {
	border-color: #f8c343;
	background: rgba(248, 195, 67, 0.08);
	color: #ffe28c;
}

body[data-page="pricing"] .dg-pricing-notices,
body[data-page="pricing"] .dg-pricing-cart-state {
	width: min(100% - 48px, 1200px);
	margin-right: auto;
	margin-left: auto;
}

body[data-page="pricing"] .dg-pricing-notices:empty {
	display: none;
}

body[data-page="pricing"] .dg-pricing-notices {
	margin-top: 26px;
}

body[data-page="pricing"] .dg-pricing-notices .woocommerce-message,
body[data-page="pricing"] .dg-pricing-notices .woocommerce-error,
body[data-page="pricing"] .dg-pricing-notices .woocommerce-info {
	position: relative;
	margin: 0 0 14px !important;
	padding: 16px 18px 16px 54px !important;
	border: 1px solid rgba(82, 210, 123, 0.38) !important;
	border-radius: 14px !important;
	background: #101611 !important;
	color: rgba(255, 255, 255, 0.88) !important;
	list-style: none !important;
}

body[data-page="pricing"] .dg-pricing-notices .woocommerce-message::before,
body[data-page="pricing"] .dg-pricing-notices .woocommerce-info::before {
	left: 18px !important;
	top: 17px !important;
	margin: 0 !important;
}

body[data-page="pricing"] .dg-pricing-notices .woocommerce-error {
	border-color: rgba(239, 95, 95, 0.45) !important;
	background: #1a1010 !important;
}

body[data-page="pricing"] .dg-pricing-notices a.button {
	float: right;
	margin: -5px 0 -5px 18px;
	padding: 9px 14px !important;
	border-radius: 8px !important;
	background: #f8c343 !important;
	color: #090806 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body[data-page="pricing"] .dg-pricing-cart-state {
	margin-top: 18px;
	margin-bottom: 8px;
	padding: 14px 16px;
	border: 1px solid rgba(248, 195, 67, 0.32);
	border-radius: 13px;
	background: rgba(248, 195, 67, 0.07);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

body[data-page="pricing"] .dg-pricing-cart-state strong {
	margin-right: 10px;
	color: #fff;
}

body[data-page="pricing"] .dg-pricing-cart-state a {
	color: #f8c343;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body[data-page="modes"] .dg-tool-cta-modes {
	margin-top: 64px;
	margin-bottom: 12px;
}

@media (max-width: 760px) {
	.dg-tool-cta {
		width: min(100% - 28px, 1200px);
		margin-bottom: 54px;
		padding: 24px 20px;
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.dg-tool-cta .dg-outline-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	body[data-page="pricing"] .dg-pricing-notices,
	body[data-page="pricing"] .dg-pricing-cart-state {
		width: min(100% - 28px, 1200px);
	}

	body[data-page="pricing"] .dg-pricing-notices a.button {
		float: none;
		display: block;
		width: max-content;
		margin: 12px 0 0;
	}

	body[data-page="pricing"] .dg-pricing-cart-state {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* Results: long-term verified account feature. */
body[data-page="results"] .dg-results-longterm {
	padding: clamp(58px, 7vw, 88px) 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(circle at 74% 22%, rgba(34, 197, 94, 0.09), transparent 30%),
		linear-gradient(180deg, #050505, #090a09 52%, #050505);
}

body[data-page="results"] .dg-results-longterm-shell {
	width: min(1060px, 100%);
	margin: 0 auto;
}

body[data-page="results"] .dg-results-longterm-heading {
	max-width: 870px;
	margin: 0 auto 35px;
	text-align: center;
}

body[data-page="results"] .dg-results-longterm-eyebrow,
body[data-page="download"] .dg-download-eyebrow,
body[data-page="download"] .dg-download-section-label {
	margin: 0 0 14px;
	color: #f8c343;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-longterm-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

body[data-page="results"] .dg-results-longterm-heading h2 span {
	color: #64df88;
}

body[data-page="results"] .dg-results-longterm-heading > p:last-child {
	max-width: 790px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.7;
}

body[data-page="results"] .dg-results-longterm-card {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
	overflow: hidden;
	border: 1px solid rgba(83, 210, 123, 0.34);
	border-radius: 20px;
	background: #101211;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 45px rgba(34, 197, 94, 0.04);
}

body[data-page="results"] .dg-results-longterm-chart {
	min-width: 0;
	padding: clamp(24px, 4vw, 38px);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.13), transparent 28%),
		linear-gradient(145deg, #0f1712, #0b0d0c 64%);
}

body[data-page="results"] .dg-results-longterm-chart-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

body[data-page="results"] .dg-results-longterm-chart-top div > span {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, .69);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-longterm-chart-top strong {
	display: block;
	color: #64df88;
	font-size: clamp(38px, 6vw, 62px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.055em;
}

body[data-page="results"] .dg-results-longterm-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 11px;
	border: 1px solid rgba(83, 210, 123, 0.38);
	border-radius: 999px;
	color: #86efac;
	background: rgba(34, 197, 94, 0.09);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

body[data-page="results"] .dg-results-longterm-chart svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

body[data-page="results"] .dg-results-chart-grid line {
	stroke: rgba(255, 255, 255, 0.055);
	stroke-width: 1;
}

body[data-page="results"] .dg-results-chart-area {
	fill: url(#dg-results-area);
}

body[data-page="results"] .dg-results-chart-line {
	fill: none;
	stroke: url(#dg-results-line);
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body[data-page="results"] .dg-results-chart-crash {
	fill: #f8c343;
	stroke: #17130a;
	stroke-width: 5;
}

body[data-page="results"] .dg-results-chart-high {
	fill: #64df88;
	stroke: #0b150e;
	stroke-width: 5;
}

body[data-page="results"] .dg-results-chart-label {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

body[data-page="results"] .dg-results-chart-label-crash {
	fill: #f8c343;
}

body[data-page="results"] .dg-results-chart-label-high {
	fill: #64df88;
}

body[data-page="results"] .dg-results-longterm-period {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
}

body[data-page="results"] .dg-results-longterm-proof {
	display: flex;
	flex-direction: column;
	padding: clamp(25px, 4vw, 38px);
}

body[data-page="results"] .dg-results-longterm-proof-label {
	margin: 0 0 17px;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-longterm-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
}

body[data-page="results"] .dg-results-longterm-stats > div {
	min-width: 0;
	padding: 15px 13px;
	background: #141615;
}

body[data-page="results"] .dg-results-longterm-stats dt {
	margin: 0 0 4px;
	color: rgba(255, 255, 255, .66);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-longterm-stats dd {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

body[data-page="results"] .dg-results-longterm-context {
	margin: 18px 0 22px;
	color: rgba(255, 255, 255, .71);
	font-size: 12px;
	line-height: 1.6;
}

body[data-page="results"] .dg-results-longterm-actions {
	display: grid;
	gap: 10px;
	margin-top: auto;
}

body[data-page="results"] .dg-results-longterm-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 12px 15px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body[data-page="results"] .dg-results-longterm-primary {
	color: #061009;
	background: linear-gradient(135deg, #7ae59a, #45bf6b);
}

body[data-page="results"] .dg-results-longterm-secondary {
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	background: rgba(255, 255, 255, 0.035);
}

body[data-page="results"] .dg-results-longterm-actions a:hover,
body[data-page="results"] .dg-results-longterm-actions a:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.07);
}

body[data-page="results"] .dg-results-longterm-actions a:focus-visible {
	outline: 2px solid #f8c343;
	outline-offset: 3px;
}

/* Results: a new $50K account that visitors can follow from launch. */
body[data-page="results"] .dg-results-fiftyk {
	scroll-margin-top: 110px;
	padding: clamp(62px, 8vw, 96px) 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(circle at 18% 24%, rgba(248, 195, 67, 0.1), transparent 31%),
		radial-gradient(circle at 84% 68%, rgba(34, 197, 94, 0.065), transparent 28%),
		linear-gradient(180deg, #050505, #0a0906 52%, #050505);
}

body[data-page="results"] .dg-results-fiftyk-shell {
	width: min(1060px, 100%);
	margin: 0 auto;
}

body[data-page="results"] .dg-results-fiftyk-heading {
	max-width: 860px;
	margin: 0 auto 35px;
	text-align: center;
}

body[data-page="results"] .dg-results-fiftyk-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: #8ae69b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-fiftyk-eyebrow i,
body[data-page="results"] .dg-results-fiftyk-topline strong i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #66d87f;
	box-shadow: 0 0 0 5px rgba(102, 216, 127, 0.08), 0 0 16px rgba(102, 216, 127, 0.34);
}

body[data-page="results"] .dg-results-fiftyk-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 5.4vw, 58px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
}

body[data-page="results"] .dg-results-fiftyk-heading h2 span {
	background: linear-gradient(105deg, #fff194 0%, #f8c343 54%, #db941c 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body[data-page="results"] .dg-results-fiftyk-heading > p:last-child {
	max-width: 790px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.7;
}

body[data-page="results"] .dg-results-fiftyk-card {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(310px, 0.78fr);
	overflow: hidden;
	border: 1px solid rgba(248, 195, 67, 0.38);
	border-radius: 22px;
	background: #11110f;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4), 0 0 55px rgba(248, 195, 67, 0.045);
}

body[data-page="results"] .dg-results-fiftyk-journey {
	position: relative;
	min-width: 0;
	padding: clamp(28px, 4.4vw, 46px);
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at 22% 14%, rgba(248, 195, 67, 0.16), transparent 30%),
		linear-gradient(145deg, #1a160d, #0d0f0d 68%);
}

body[data-page="results"] .dg-results-fiftyk-journey::after {
	position: absolute;
	right: -115px;
	bottom: -125px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(248, 195, 67, 0.06);
	border-radius: 50%;
	box-shadow: 0 0 0 45px rgba(248, 195, 67, 0.025), 0 0 0 90px rgba(248, 195, 67, 0.014);
	content: "";
	pointer-events: none;
}

body[data-page="results"] .dg-results-fiftyk-topline {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body[data-page="results"] .dg-results-fiftyk-topline > span,
body[data-page="results"] .dg-results-fiftyk-proof-label {
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-fiftyk-topline strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 11px;
	border: 1px solid rgba(102, 216, 127, 0.27);
	border-radius: 999px;
	color: #8ae69b;
	background: rgba(102, 216, 127, 0.055);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	white-space: nowrap;
}

body[data-page="results"] .dg-results-fiftyk-topline strong i {
	width: 7px;
	height: 7px;
	box-shadow: 0 0 10px rgba(102, 216, 127, 0.35);
}

body[data-page="results"] .dg-results-fiftyk-balance {
	position: relative;
	z-index: 1;
	margin: clamp(34px, 5vw, 54px) 0 clamp(36px, 5vw, 52px);
}

body[data-page="results"] .dg-results-fiftyk-balance small,
body[data-page="results"] .dg-results-fiftyk-balance strong,
body[data-page="results"] .dg-results-fiftyk-balance span {
	display: block;
}

body[data-page="results"] .dg-results-fiftyk-balance small {
	color: #f2c955;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-fiftyk-balance strong {
	margin-top: 7px;
	color: #fff;
	font-size: clamp(54px, 8vw, 82px);
	font-variant-numeric: tabular-nums;
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

body[data-page="results"] .dg-results-fiftyk-balance span {
	max-width: 470px;
	margin-top: 14px;
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	line-height: 1.6;
}

body[data-page="results"] .dg-results-fiftyk-route {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body[data-page="results"] .dg-results-fiftyk-route::before {
	position: absolute;
	z-index: -1;
	top: 12px;
	right: 13%;
	left: 13%;
	height: 1px;
	background: linear-gradient(90deg, rgba(248, 195, 67, 0.55), rgba(102, 216, 127, 0.48));
	content: "";
}

body[data-page="results"] .dg-results-fiftyk-route > div {
	min-width: 0;
}

body[data-page="results"] .dg-results-fiftyk-route i {
	display: block;
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
	border: 5px solid #17150f;
	border-radius: 50%;
	background: #f8c343;
	box-shadow: 0 0 0 1px rgba(248, 195, 67, 0.42);
}

body[data-page="results"] .dg-results-fiftyk-route .is-live i {
	background: #66d87f;
	box-shadow: 0 0 0 1px rgba(102, 216, 127, 0.45), 0 0 16px rgba(102, 216, 127, 0.2);
}

body[data-page="results"] .dg-results-fiftyk-route strong,
body[data-page="results"] .dg-results-fiftyk-route span {
	display: block;
}

body[data-page="results"] .dg-results-fiftyk-route strong {
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.35;
}

body[data-page="results"] .dg-results-fiftyk-route span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .65);
	font-size: 9px;
	line-height: 1.4;
}

body[data-page="results"] .dg-results-fiftyk-proof {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4vw, 40px);
}

body[data-page="results"] .dg-results-fiftyk-proof-label {
	margin: 0;
}

body[data-page="results"] .dg-results-fiftyk-proof h3 {
	margin: 12px 0 0;
	color: #fff;
	font-size: clamp(22px, 2.8vw, 30px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

body[data-page="results"] .dg-results-fiftyk-proof ul {
	display: grid;
	gap: 14px;
	margin: 25px 0 28px;
	padding: 0;
	list-style: none;
}

body[data-page="results"] .dg-results-fiftyk-proof li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 12px;
	line-height: 1.55;
}

body[data-page="results"] .dg-results-fiftyk-proof li i {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	margin-top: 6px;
	border-radius: 50%;
	background: #66d87f;
}

body[data-page="results"] .dg-results-fiftyk-primary,
body[data-page="results"] .dg-results-fiftyk-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body[data-page="results"] .dg-results-fiftyk-primary {
	min-height: 50px;
	margin-top: auto;
	padding: 13px 17px;
	border-radius: 10px;
	color: #0b0904;
	background: linear-gradient(135deg, #f9d65e, #dfa232);
	box-shadow: 0 12px 30px rgba(251, 191, 36, 0.12);
}

body[data-page="results"] .dg-results-fiftyk-secondary {
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.68);
}

body[data-page="results"] .dg-results-fiftyk-primary:hover,
body[data-page="results"] .dg-results-fiftyk-primary:focus-visible,
body[data-page="results"] .dg-results-fiftyk-secondary:hover,
body[data-page="results"] .dg-results-fiftyk-secondary:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

body[data-page="results"] .dg-results-fiftyk-primary:hover,
body[data-page="results"] .dg-results-fiftyk-primary:focus-visible {
	color: #0b0904;
	filter: brightness(1.06);
}

body[data-page="results"] .dg-results-fiftyk-primary:focus-visible,
body[data-page="results"] .dg-results-fiftyk-secondary:focus-visible {
	outline: 2px solid #f8c343;
	outline-offset: 3px;
}

/* Results: the completed public $10K to $20K account gets the same prominence as the long-term account. */
body[data-page="results"] .dg-results-challenge {
	padding: clamp(62px, 8vw, 96px) 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(circle at 20% 28%, rgba(251, 191, 36, 0.105), transparent 32%),
		radial-gradient(circle at 88% 80%, rgba(34, 197, 94, 0.055), transparent 26%),
		linear-gradient(180deg, #050505, #0a0906 52%, #050505);
}

body[data-page="results"] .dg-results-challenge-shell {
	width: min(1060px, 100%);
	margin: 0 auto;
}

body[data-page="results"] .dg-results-challenge-heading {
	max-width: 880px;
	margin: 0 auto 35px;
	text-align: center;
}

body[data-page="results"] .dg-results-challenge-eyebrow {
	margin: 0 0 14px;
	color: #f8c343;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-challenge-heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

body[data-page="results"] .dg-results-challenge-heading h2 span {
	color: #f6c94f;
}

body[data-page="results"] .dg-results-challenge-heading > p:last-child {
	max-width: 810px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.7;
}

body[data-page="results"] .dg-results-challenge-card {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
	overflow: hidden;
	border: 1px solid rgba(248, 195, 67, 0.36);
	border-radius: 22px;
	background: #11100e;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 52px rgba(251, 191, 36, 0.045);
}

body[data-page="results"] .dg-results-challenge-progress {
	min-width: 0;
	padding: clamp(27px, 4.2vw, 42px);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at 12% 8%, rgba(251, 191, 36, 0.13), transparent 30%),
		linear-gradient(145deg, #17140c, #0d0d0c 68%);
}

body[data-page="results"] .dg-results-challenge-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

body[data-page="results"] .dg-results-challenge-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 7px 11px;
	border: 1px solid rgba(248, 195, 67, 0.34);
	border-radius: 999px;
	color: #f8cf65;
	background: rgba(251, 191, 36, 0.075);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-challenge-badges span:last-child {
	border-color: rgba(83, 210, 123, 0.3);
	color: #86efac;
	background: rgba(34, 197, 94, 0.07);
}

body[data-page="results"] .dg-results-challenge-badges span.dg-results-challenge-complete-badge {
	border-color: rgba(83, 210, 123, 0.36);
	color: #86efac;
	background: rgba(34, 197, 94, 0.09);
}

body[data-page="results"] .dg-results-challenge-label,
body[data-page="results"] .dg-results-challenge-proof-label {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, .69);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-challenge-gain {
	display: block;
	color: #f6c94f;
	font-size: clamp(48px, 7vw, 76px);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	letter-spacing: -0.058em;
}

body[data-page="results"] .dg-results-challenge-subline {
	max-width: 650px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.65;
}

body[data-page="results"] .dg-results-challenge-meter {
	margin: 30px 0 27px;
	padding: 19px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.22);
	font-variant-numeric: tabular-nums;
}

body[data-page="results"] .dg-results-challenge-meter-top,
body[data-page="results"] .dg-results-challenge-meter-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

body[data-page="results"] .dg-results-challenge-meter-top {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 700;
}

body[data-page="results"] .dg-results-challenge-meter-top strong {
	color: #75e78d;
	font-size: 12px;
}

body[data-page="results"] .dg-results-challenge-track {
	height: 11px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
}

body[data-page="results"] .dg-results-challenge-track span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #62cd7c, #91e6a4 74%, #f6c94f);
	box-shadow: 0 0 18px rgba(83, 210, 123, 0.22);
}

body[data-page="results"] .dg-results-challenge-meter-values {
	margin-top: 11px;
	color: rgba(255, 255, 255, .65);
	font-size: 9px;
	font-weight: 600;
}

body[data-page="results"] .dg-results-challenge-meter-values b {
	display: block;
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 10px;
}

body[data-page="results"] .dg-results-challenge-meter-values span:nth-child(2) {
	text-align: center;
}

body[data-page="results"] .dg-results-challenge-meter-values span:last-child {
	text-align: right;
}

body[data-page="results"] .dg-results-challenge-primary {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 50px;
	padding: 13px 18px;
	border-radius: 10px;
	color: #0d0b06;
	background: linear-gradient(135deg, #f9d65e, #dfa232);
	box-shadow: 0 12px 30px rgba(251, 191, 36, 0.13);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body[data-page="results"] .dg-results-challenge-primary:hover,
body[data-page="results"] .dg-results-challenge-primary:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.06);
}

body[data-page="results"] .dg-results-challenge-primary:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

body[data-page="results"] .dg-results-challenge-proof {
	display: flex;
	flex-direction: column;
	padding: clamp(27px, 4vw, 39px);
}

body[data-page="results"] .dg-results-challenge-proof-label {
	margin-bottom: 17px;
}

body[data-page="results"] .dg-results-challenge-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.08);
	font-variant-numeric: tabular-nums;
}

body[data-page="results"] .dg-results-challenge-stats > div {
	min-width: 0;
	padding: 16px 13px;
	background: #171613;
}

body[data-page="results"] .dg-results-challenge-stats dt {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, .66);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

body[data-page="results"] .dg-results-challenge-stats dd {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

body[data-page="results"] .dg-results-challenge-note {
	margin-top: auto;
	padding-top: 23px;
	color: rgba(255, 255, 255, .72);
}

body[data-page="results"] .dg-results-challenge-note strong {
	display: block;
	margin-bottom: 7px;
	color: #f8cf65;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

body[data-page="results"] .dg-results-challenge-note p {
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
}

body[data-page="results"] .dg-results-grid-flips {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Results: align the final proof and transparency actions into one sequence. */
body[data-page="results"] #dg-results-section {
	padding-bottom: 28px !important;
}

body[data-page="results"] .dgea-proof-bt,
body[data-page="results"] .dg-tool-cta {
	width: min(100% - 40px, 1100px);
	max-width: none;
}

body[data-page="results"] .dgea-proof-bt {
	margin: 12px auto 20px;
	padding: 0;
}

body[data-page="results"] .dgea-proof-bt-inner,
body[data-page="results"] .dg-tool-cta {
	min-height: 136px;
	padding: 24px 28px;
	border-radius: 16px;
}

body[data-page="results"] .dgea-proof-bt-cta,
body[data-page="results"] .dg-tool-cta .dg-outline-button {
	min-height: 52px;
	padding: 12px 20px;
}

body[data-page="results"] .dg-tool-cta {
	margin: 20px auto 72px;
}

body[data-page="results"] .dg-tool-cta h2 {
	font-size: clamp(23px, 2.1vw, 30px);
}

body[data-page="results"] .dg-tool-cta span {
	max-width: 720px;
}

body[data-page="results"] .dg-results-signals-cta {
	margin-top: 18px;
	margin-bottom: 18px;
	background:
		radial-gradient(circle at 90% 12%, rgba(248, 195, 67, 0.12), transparent 34%),
		linear-gradient(135deg, #12120f, #0d0d0d);
}

body[data-page="faq"] .dg-faq-signal-item {
	width: min(100% - 48px, 1200px);
	margin: 14px auto 0;
	border: 1px solid rgba(248, 195, 67, 0.42);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(248, 195, 67, 0.08), rgba(255, 255, 255, 0.025));
	overflow: hidden;
}

body[data-page="faq"] .dg-faq-signal-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 28px;
	color: #fff;
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

body[data-page="faq"] .dg-faq-signal-item summary::-webkit-details-marker {
	display: none;
}

body[data-page="faq"] .dg-faq-signal-item summary span {
	flex: 0 0 auto;
	color: #f8c343;
	font-size: 24px;
	transition: transform 180ms ease;
}

body[data-page="faq"] .dg-faq-signal-item[open] summary span {
	transform: rotate(45deg);
}

body[data-page="faq"] .dg-faq-signal-item > div {
	padding: 0 28px 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="faq"] .dg-faq-signal-item p {
	max-width: 900px;
	margin: 22px 0 16px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.75;
}

body[data-page="faq"] .dg-faq-signal-item a {
	color: #f8c343;
	font-weight: 700;
	text-decoration: none;
}

body[data-page="faq"] .dg-faq-signal-item a:hover,
body[data-page="faq"] .dg-faq-signal-item a:focus-visible {
	color: #ffe28c;
	text-decoration: underline;
}

@media (max-width: 760px) {
	body[data-page="faq"] .dg-faq-signal-item {
		width: min(100% - 28px, 1200px);
	}

	body[data-page="faq"] .dg-faq-signal-item summary {
		padding: 21px 20px;
	}

	body[data-page="faq"] .dg-faq-signal-item > div {
		padding: 0 20px 22px;
	}
}

/* Free-backtest primary action icon. */
body[data-page="backtest"] #dgl-live-explore .dglxe-button--primary {
	gap: 9px;
}

body[data-page="backtest"] #dgl-live-explore .dglxe-download-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Download click-through page. */
body[data-page="download"] {
	background: #050505;
}

body[data-page="download"] .dg-download-page {
	background:
		radial-gradient(circle at 50% 5%, rgba(251, 191, 36, 0.08), transparent 24%),
		#050505;
}

body[data-page="download"] .dg-download-shell {
	width: min(1040px, calc(100% - 40px));
	margin: 0 auto;
}

body[data-page="download"] .dg-download-hero {
	padding: clamp(62px, 8vw, 96px) 0 clamp(54px, 7vw, 78px);
	text-align: center;
}

body[data-page="download"] .dg-download-icon {
	display: grid;
	width: 62px;
	height: 62px;
	margin: 0 auto 19px;
	place-items: center;
	border: 1px solid rgba(251, 191, 36, 0.5);
	border-radius: 17px;
	color: #0a0905;
	background: linear-gradient(135deg, #f8d35b, #e39a13);
	box-shadow: 0 15px 45px rgba(251, 191, 36, 0.14);
}

body[data-page="download"] .dg-download-icon svg,
body[data-page="download"] .dg-download-again svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body[data-page="download"] .dg-download-hero h1 {
	max-width: 820px;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(38px, 6vw, 64px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.05em;
}

body[data-page="download"] .dg-download-hero h1 span {
	color: #f8c343;
}

body[data-page="download"] .dg-download-lead {
	max-width: 650px;
	margin: 19px auto 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
	line-height: 1.7;
}

body[data-page="download"] .dg-download-status {
	max-width: 650px;
	margin: 32px auto 0;
	padding: 24px;
	border: 1px solid rgba(251, 191, 36, 0.34);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(251, 191, 36, 0.09), rgba(255, 255, 255, 0.025));
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

body[data-page="download"] .dg-download-status-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	color: #f8c343;
	font-size: 15px;
	font-weight: 700;
}

body[data-page="download"] .dg-download-spinner {
	width: 19px;
	height: 19px;
	border: 2px solid rgba(251, 191, 36, 0.25);
	border-top-color: #f8c343;
	border-radius: 50%;
	animation: dg-download-spin 0.85s linear infinite;
}

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

body[data-page="download"] .dg-download-status-tick,
body[data-page="download"] .dg-download-status-done {
	display: none;
}

body[data-page="download"] .dg-download-status-tick {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: #68dc89;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body[data-page="download"] .dg-download-status.is-requested .dg-download-spinner,
body[data-page="download"] .dg-download-status.is-requested .dg-download-status-going {
	display: none;
}

body[data-page="download"] .dg-download-status.is-requested .dg-download-status-tick,
body[data-page="download"] .dg-download-status.is-requested .dg-download-status-done {
	display: block;
}

body[data-page="download"] .dg-download-status.is-requested .dg-download-status-row {
	color: #86efac;
}

body[data-page="download"] .dg-download-status > p {
	margin: 12px 0 16px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
}

body[data-page="download"] .dg-download-again {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 11px 19px;
	border: 1px solid rgba(251, 191, 36, 0.58);
	border-radius: 9px;
	color: #f8c343;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

body[data-page="download"] .dg-download-again svg {
	width: 18px;
	height: 18px;
}

body[data-page="download"] .dg-download-guide {
	padding: clamp(58px, 7vw, 82px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.075);
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	background: rgba(255, 255, 255, 0.012);
}

body[data-page="download"] .dg-download-guide-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
	gap: 22px;
	align-items: start;
}

body[data-page="download"] .dg-download-steps-card,
body[data-page="download"] .dg-download-settings {
	padding: clamp(25px, 4vw, 38px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: #111112;
}

body[data-page="download"] .dg-download-steps-card h2,
body[data-page="download"] .dg-download-settings h2,
body[data-page="download"] .dg-download-cta-card h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(27px, 4vw, 38px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.04em;
}

body[data-page="download"] .dg-download-steps {
	display: grid;
	gap: 13px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

body[data-page="download"] .dg-download-steps li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.025);
}

body[data-page="download"] .dg-download-steps li > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(251, 191, 36, 0.45);
	border-radius: 50%;
	color: #f8c343;
	background: rgba(251, 191, 36, 0.08);
	font-size: 13px;
	font-weight: 800;
}

body[data-page="download"] .dg-download-steps strong {
	display: block;
	margin: 1px 0 4px;
	color: #fff;
	font-size: 14px;
}

body[data-page="download"] .dg-download-steps p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.62;
}

body[data-page="download"] code {
	padding: 2px 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	color: #f8c343;
	background: rgba(255, 255, 255, 0.055);
	font-size: 0.88em;
}

body[data-page="download"] .dg-download-settings dl {
	display: grid;
	gap: 0;
	margin: 25px 0 0;
}

body[data-page="download"] .dg-download-settings dl > div {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 15px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="download"] .dg-download-settings dl > div:last-child {
	border-bottom: 0;
}

body[data-page="download"] .dg-download-settings dt {
	color: rgba(255, 255, 255, .66);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

body[data-page="download"] .dg-download-settings dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

body[data-page="download"] .dg-download-cta {
	padding: clamp(58px, 7vw, 86px) 0;
}

body[data-page="download"] .dg-download-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(24px, 5vw, 54px);
	align-items: center;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(251, 191, 36, 0.36);
	border-radius: 19px;
	background:
		radial-gradient(circle at 92% 16%, rgba(251, 191, 36, 0.12), transparent 30%),
		#111112;
}

body[data-page="download"] .dg-download-cta-card p:last-child {
	max-width: 680px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.65;
}

body[data-page="download"] .dg-download-cta-card > a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 54px;
	padding: 13px 20px;
	border-radius: 10px;
	color: #080704;
	background: linear-gradient(135deg, #f8d35b, #e39a13);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

body[data-page="download"] .dg-download-help {
	margin: 20px auto 0;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	text-align: center;
}

body[data-page="download"] .dg-download-help a {
	color: #f8c343;
}

body[data-page="download"] a:hover,
body[data-page="download"] a:focus-visible {
	filter: brightness(1.08);
}

body[data-page="download"] a:focus-visible {
	outline: 2px solid #f8c343;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	body[data-page="results"] .dg-results-grid-flips {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body[data-page="results"] .dg-results-longterm-card,
	body[data-page="results"] .dg-results-fiftyk-card,
	body[data-page="results"] .dg-results-challenge-card,
	body[data-page="download"] .dg-download-guide-grid {
		grid-template-columns: 1fr;
	}

	body[data-page="results"] .dg-results-longterm-chart {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	body[data-page="results"] .dg-results-challenge-progress {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	body[data-page="results"] .dg-results-fiftyk-journey {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	body[data-page="download"] .dg-download-settings {
		width: 100%;
	}
}

@media (max-width: 680px) {
	body[data-page="results"] .dg-results-grid-flips {
		grid-template-columns: 1fr !important;
	}

	body[data-page="results"] .dgea-proof-bt,
	body[data-page="results"] .dg-tool-cta {
		width: min(100% - 28px, 1100px);
	}

	body[data-page="results"] .dgea-proof-bt {
		margin-top: 10px;
		margin-bottom: 16px;
	}

	body[data-page="results"] .dgea-proof-bt-inner,
	body[data-page="results"] .dg-tool-cta {
		min-height: 0;
		padding: 22px 20px;
	}

	body[data-page="results"] .dg-tool-cta {
		margin-top: 16px;
	}

	body[data-page="results"] .dg-results-longterm {
		padding-right: 14px;
		padding-left: 14px;
	}

	body[data-page="results"] .dg-results-fiftyk {
		padding-right: 14px;
		padding-left: 14px;
	}

	body[data-page="results"] .dg-results-challenge {
		padding-right: 14px;
		padding-left: 14px;
	}

	body[data-page="results"] .dg-results-longterm-heading,
	body[data-page="results"] .dg-results-fiftyk-heading,
	body[data-page="results"] .dg-results-challenge-heading {
		text-align: left;
	}

	body[data-page="results"] .dg-results-fiftyk-heading h2 {
		font-size: clamp(36px, 12vw, 49px);
	}

	body[data-page="results"] .dg-results-fiftyk-topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	body[data-page="results"] .dg-results-fiftyk-balance {
		margin: 32px 0 36px;
	}

	body[data-page="results"] .dg-results-fiftyk-balance strong {
		font-size: clamp(52px, 17vw, 72px);
	}

	body[data-page="results"] .dg-results-fiftyk-route {
		grid-template-columns: 1fr;
		gap: 0;
	}

	body[data-page="results"] .dg-results-fiftyk-route::before {
		top: 12px;
		bottom: 24px;
		left: 11px;
		right: auto;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, rgba(248, 195, 67, 0.55), rgba(102, 216, 127, 0.48));
	}

	body[data-page="results"] .dg-results-fiftyk-route > div {
		position: relative;
		min-height: 70px;
		padding-left: 40px;
	}

	body[data-page="results"] .dg-results-fiftyk-route i {
		position: absolute;
		top: 0;
		left: 0;
	}

	body[data-page="results"] .dg-results-fiftyk-primary {
		width: 100%;
	}

	body[data-page="results"] .dg-results-challenge-meter-values {
		gap: 8px;
	}

	body[data-page="results"] .dg-results-challenge-primary {
		width: 100%;
	}

	body[data-page="results"] .dg-results-longterm-chart-top {
		align-items: center;
	}

	body[data-page="results"] .dg-results-longterm-badge {
		max-width: 110px;
		white-space: normal;
		text-align: center;
	}

	body[data-page="results"] .dg-results-chart-label {
		font-size: 11px;
	}

	body[data-page="download"] .dg-download-shell {
		width: min(100% - 28px, 1040px);
	}

	body[data-page="download"] .dg-download-hero {
		padding-top: 54px;
	}

	body[data-page="download"] .dg-download-status,
	body[data-page="download"] .dg-download-steps-card,
	body[data-page="download"] .dg-download-settings,
	body[data-page="download"] .dg-download-cta-card {
		padding: 22px 18px;
		border-radius: 15px;
	}

	body[data-page="download"] .dg-download-status-row {
		align-items: flex-start;
		text-align: left;
	}

	body[data-page="download"] .dg-download-again {
		width: 100%;
	}

	body[data-page="download"] .dg-download-settings dl > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	body[data-page="download"] .dg-download-cta-card {
		grid-template-columns: 1fr;
	}

	body[data-page="download"] .dg-download-cta-card > a {
		width: 100%;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	body[data-page="download"] .dg-download-spinner {
		animation-duration: 1.8s;
	}

	body[data-page="results"] .dg-results-longterm-actions a {
		transition: none;
	}
}

/*
 * Unified lead-page heading scale.
 *
 * These selectors intentionally cover only the primary hero title on the
 * larger internal pages. Homepage sales copy, pricing figures, performance
 * percentages, section headings and card titles retain their own hierarchy.
 */
:where(
	.dgf-hero h1,
	.dgbt-hero h1,
	.dgtc-hero h1,
	.dgcs-hero h1,
	.dg-prop h1,
	.dg-contact-hero h1,
	.dg-reseller-hero h1,
	.dg-legal-hero h1,
	.dg-download-hero h1,
	.dgs-hero h1,
	.dgc-hero h1
) {
	font-size: clamp(40px, 4.4vw, 56px) !important;
	line-height: 1.04 !important;
	letter-spacing: -0.045em !important;
	text-wrap: balance;
}

@media (max-width: 620px) {
	:where(
		.dgf-hero h1,
		.dgbt-hero h1,
		.dgtc-hero h1,
		.dgcs-hero h1,
		.dg-prop h1,
		.dg-contact-hero h1,
		.dg-reseller-hero h1,
		.dg-legal-hero h1,
		.dg-download-hero h1,
		.dgs-hero h1,
		.dgc-hero h1
	) {
		font-size: clamp(32px, 9vw, 38px) !important;
		line-height: 1.06 !important;
		letter-spacing: -0.035em !important;
	}
}
