.dg-transparency-page {
	background: #050505;
	color: #f5f5f5;
}

.dgtc-main,
.dgtc-main * {
	box-sizing: border-box;
}

.dgtc-main {
	background:
		radial-gradient(circle at 14% 4%, rgba(251, 191, 36, 0.08), transparent 28rem),
		#050505;
	font-family: "Poppins", sans-serif;
	overflow: clip;
}

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

.dgtc-hero,
.dgtc-section,
.dgtc-cta {
	padding: clamp(72px, 8vw, 118px) 0;
}

.dgtc-hero {
	padding-top: clamp(84px, 9vw, 132px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dgtc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(40px, 7vw, 90px);
	align-items: center;
}

.dgtc-kicker,
.dgtc-source-platform {
	margin: 0 0 14px;
	color: #f6c647;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.dgtc-hero h1,
.dgtc-section-heading h2,
.dgtc-reporting-grid h2,
.dgtc-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5.4vw, 76px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.dgtc-hero h1 span,
.dgtc-section-heading h2 span {
	background: linear-gradient(100deg, #f8dc69 0%, #e5a632 55%, #c77820 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dgtc-lead,
.dgtc-lead-small,
.dgtc-section-heading > p:last-child,
.dgtc-cta-card > div > p:last-child {
	max-width: 760px;
	margin: 24px 0 0;
	color: #b7b7bd;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.75;
}

.dgtc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 24px;
	align-items: center;
	margin-top: 34px;
}

.dgtc-text-link,
.dgtc-source-card a,
.dgtc-snapshot footer a {
	color: #f6c647;
	font-weight: 700;
	text-decoration: none;
}

.dgtc-text-link:hover,
.dgtc-text-link:focus-visible,
.dgtc-source-card a:hover,
.dgtc-source-card a:focus-visible,
.dgtc-snapshot footer a:hover,
.dgtc-snapshot footer a:focus-visible {
	color: #ffe591;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dgtc-status-card,
.dgtc-source-card,
.dgtc-snapshot,
.dgtc-infrastructure-card,
.dgtc-empty-state,
.dgtc-cta-card {
	border: 1px solid rgba(246, 198, 71, 0.26);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(246, 198, 71, 0.07), transparent 55%),
		#111114;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.dgtc-status-card {
	padding: clamp(28px, 4vw, 44px);
}

.dgtc-status-heading {
	display: flex;
	gap: 11px;
	align-items: center;
}

.dgtc-status-heading p {
	margin: 0;
	color: #b5b5bb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.dgtc-status-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #85858e;
	box-shadow: 0 0 0 5px rgba(133, 133, 142, 0.12);
}

.dgtc-status-card[data-status="operational"] .dgtc-status-dot {
	background: #70d487;
	box-shadow: 0 0 0 5px rgba(112, 212, 135, 0.13);
}

.dgtc-status-card[data-status="degraded"] .dgtc-status-dot {
	background: #f6c647;
	box-shadow: 0 0 0 5px rgba(246, 198, 71, 0.13);
}

.dgtc-status-card[data-status="incident"] .dgtc-status-dot {
	background: #ff7e79;
	box-shadow: 0 0 0 5px rgba(255, 126, 121, 0.13);
}

.dgtc-status-card[data-status="snapshot"] .dgtc-status-dot {
	background: #f6c647;
	box-shadow: 0 0 0 5px rgba(246, 198, 71, 0.13);
}

.dgtc-status-card h2 {
	margin: 24px 0 14px;
	color: #fff;
	font-size: clamp(23px, 2.4vw, 32px);
	line-height: 1.2;
}

.dgtc-status-number {
	display: block;
	margin-bottom: 8px;
	background: linear-gradient(110deg, #fff39a, #f6c647 54%, #de921a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(52px, 6vw, 74px);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.95;
}

.dgtc-status-card > p,
.dgtc-status-card small {
	color: #a9a9b1;
	line-height: 1.7;
}

.dgtc-status-card > p {
	margin: 0;
	font-size: 15px;
}

.dgtc-status-card small {
	display: block;
	margin-top: 18px;
}

.dgtc-status-proof,
.dgtc-empty-state a {
	display: inline-flex;
	margin-top: 18px;
	color: #f6c647;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.dgtc-status-proof:hover,
.dgtc-empty-state a:hover {
	color: #fff2a2;
}

.dgtc-section-muted {
	border-block: 1px solid rgba(255, 255, 255, 0.07);
	background: #09090b;
}

.dgtc-section-heading {
	max-width: 900px;
	margin: 0 auto 46px;
	text-align: center;
}

.dgtc-section-heading h2,
.dgtc-reporting-grid h2,
.dgtc-cta h2 {
	font-size: clamp(31px, 4vw, 54px);
}

.dgtc-section-heading > p:last-child {
	margin-inline: auto;
	font-size: 17px;
}

.dgtc-section-heading-left {
	margin: 0 0 30px;
	text-align: left;
}

.dgtc-section-heading-left > p:last-child {
	margin-left: 0;
}

.dgtc-real-proof {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	overflow: hidden;
	margin: 0 0 30px;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(246, 198, 71, 0.38);
	border-radius: 24px;
	background:
		radial-gradient(circle at 96% 4%, rgba(246, 198, 71, 0.13), transparent 23rem),
		linear-gradient(135deg, rgba(246, 198, 71, 0.07), transparent 48%),
		#111114;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.dgtc-real-proof::before {
	position: absolute;
	top: -190px;
	right: -120px;
	width: 390px;
	height: 390px;
	border: 46px solid rgba(246, 198, 71, 0.035);
	border-radius: 50%;
	content: "";
}

.dgtc-real-proof > * {
	position: relative;
	z-index: 1;
}

.dgtc-real-proof-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 15px;
	color: #f6c647;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dgtc-real-proof-kicker span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #71d684;
	box-shadow: 0 0 0 7px rgba(113, 214, 132, 0.1);
}

.dgtc-real-proof h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.dgtc-real-proof h3 span {
	background: linear-gradient(100deg, #f8dc69 0%, #e5a632 58%, #c77820 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.dgtc-real-proof-copy > p:not(.dgtc-real-proof-kicker) {
	margin: 16px 0 0;
	color: #a9a9b0;
	font-size: 15px;
	line-height: 1.72;
}

.dgtc-real-proof-copy > .dgtc-real-proof-lead {
	color: #d2d2d6;
	font-size: 16px;
}

.dgtc-real-proof-points {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dgtc-real-proof-points li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.3);
}

.dgtc-real-proof-check {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(113, 214, 132, 0.32);
	border-radius: 50%;
	background: rgba(113, 214, 132, 0.1);
	color: #81e391;
	font-size: 18px;
	font-weight: 800;
}

.dgtc-real-proof-points strong,
.dgtc-real-proof-points small {
	display: block;
}

.dgtc-real-proof-points strong {
	color: #fff;
	font-size: 15px;
}

.dgtc-real-proof-points small {
	margin-top: 4px;
	color: #9d9da5;
	font-size: 12px;
	line-height: 1.55;
}

.dgtc-source-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.dgtc-source-card {
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: clamp(25px, 3vw, 34px);
}

.dgtc-source-card h3,
.dgtc-snapshot h3,
.dgtc-timeline h3 {
	margin: 0;
	color: #fff;
	font-size: 21px;
	line-height: 1.35;
}

.dgtc-source-card > p:not(.dgtc-source-platform) {
	margin: 18px 0 24px;
	color: #aaaab2;
	font-size: 15px;
	line-height: 1.7;
}

.dgtc-source-card a {
	margin-top: auto;
}

.dgtc-snapshot {
	padding: clamp(25px, 4vw, 45px);
}

.dgtc-snapshot > header,
.dgtc-snapshot > footer {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
}

.dgtc-as-of {
	margin: 0;
	color: #bcbcc2;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}

.dgtc-metric-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: 30px 0;
}

.dgtc-metric-grid > div {
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.28);
}

.dgtc-metric-grid span,
.dgtc-metric-grid strong {
	display: block;
}

.dgtc-metric-grid span {
	min-height: 34px;
	color: #92929a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.dgtc-metric-grid strong {
	margin-top: 10px;
	color: #f7d45f;
	font-size: clamp(18px, 2vw, 25px);
	line-height: 1.2;
}

.dgtc-snapshot > footer {
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dgtc-snapshot > footer p {
	max-width: 760px;
	margin: 0;
	color: #97979f;
	font-size: 13px;
	line-height: 1.65;
}

.dgtc-reporting-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(40px, 7vw, 92px);
	align-items: center;
}

.dgtc-lead-small {
	font-size: 17px;
}

.dgtc-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dgtc-check-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: #101012;
	color: #d5d5d9;
	font-size: 14px;
	line-height: 1.55;
}

.dgtc-check-list span {
	color: #70d487;
	font-weight: 800;
}

.dgtc-infrastructure-section {
	position: relative;
	border-block: 1px solid rgba(246, 198, 71, 0.12);
	background:
		radial-gradient(circle at 18% 28%, rgba(246, 198, 71, 0.12), transparent 30rem),
		#080808;
}

.dgtc-infrastructure-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	gap: clamp(38px, 6vw, 76px);
	align-items: center;
	padding: clamp(30px, 5vw, 58px);
	overflow: hidden;
}

.dgtc-infrastructure-intro h2 {
	margin: 22px 0 0;
	color: #fff;
	font-size: clamp(31px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.dgtc-infrastructure-intro > p:last-child {
	margin: 24px 0 0;
	color: #b7b7bd;
	font-size: 17px;
	line-height: 1.75;
}

.dgtc-investment-stat {
	margin: 0;
	color: #e4e4e8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-transform: uppercase;
}

.dgtc-investment-stat span {
	display: block;
	background: linear-gradient(100deg, #fff39a 0%, #f6c647 48%, #dd8f20 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(36px, 4.5vw, 62px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-transform: none;
}

.dgtc-infrastructure-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.dgtc-infrastructure-grid article {
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 17px;
	background: rgba(3, 3, 4, 0.58);
}

.dgtc-infrastructure-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border: 1px solid rgba(246, 198, 71, 0.32);
	border-radius: 50%;
	background: rgba(246, 198, 71, 0.08);
	color: #f6c647;
	font-size: 11px;
	font-weight: 800;
}

.dgtc-infrastructure-grid h3 {
	margin: 0;
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

.dgtc-infrastructure-grid p {
	margin: 12px 0 0;
	color: #9f9fa7;
	font-size: 13px;
	line-height: 1.7;
}

.dgtc-two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.dgtc-empty-state {
	min-height: 190px;
	padding: 28px;
	border-style: dashed;
}

.dgtc-empty-state strong {
	display: block;
	color: #fff;
	font-size: 18px;
}

.dgtc-empty-state p {
	margin: 12px 0 0;
	color: #9d9da5;
	font-size: 14px;
	line-height: 1.7;
}

.dgtc-empty-state code {
	color: #f6c647;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
}

.dgtc-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dgtc-timeline li {
	position: relative;
	padding: 0 0 28px 28px;
	border-left: 1px solid rgba(246, 198, 71, 0.3);
}

.dgtc-timeline li::before {
	position: absolute;
	top: 4px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f6c647;
	content: "";
}

.dgtc-timeline time {
	color: #97979f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dgtc-timeline h3 {
	margin-top: 8px;
}

.dgtc-timeline p {
	margin: 10px 0 0;
	color: #aaaab2;
	font-size: 14px;
	line-height: 1.7;
}

.dgtc-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	padding: clamp(30px, 5vw, 58px);
}

.dgtc-cta-card .dg-gold-button {
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.dgtc-hero-grid,
	.dgtc-reporting-grid,
	.dgtc-infrastructure-card,
	.dgtc-real-proof {
		grid-template-columns: 1fr;
	}

	.dgtc-status-card {
		max-width: 720px;
	}

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

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

@media (max-width: 760px) {
	.dgtc-shell {
		width: min(100% - 28px, 1180px);
	}

	.dgtc-hero,
	.dgtc-section,
	.dgtc-cta {
		padding: 64px 0;
	}

	.dgtc-hero {
		padding-top: 70px;
	}

	.dgtc-actions,
	.dgtc-snapshot > header,
	.dgtc-snapshot > footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.dgtc-actions .dg-gold-button {
		width: 100%;
		justify-content: center;
	}

	.dgtc-source-grid,
	.dgtc-two-column,
	.dgtc-check-list,
	.dgtc-infrastructure-grid,
	.dgtc-cta-card {
		grid-template-columns: 1fr;
	}

	.dgtc-source-card {
		min-height: 0;
	}

	.dgtc-real-proof {
		gap: 26px;
		padding: 26px 22px;
	}

	.dgtc-real-proof h3 br {
		display: none;
	}

	.dgtc-real-proof-points li {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 14px;
	}

	.dgtc-real-proof-check {
		width: 38px;
		height: 38px;
	}

	.dgtc-as-of {
		text-align: left;
	}

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

	.dgtc-cta-card .dg-gold-button {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 420px) {
	.dgtc-metric-grid {
		grid-template-columns: 1fr;
	}

	.dgtc-metric-grid span {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dgtc-main *,
	.dgtc-main *::before,
	.dgtc-main *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
