.dg-prop-page .dg-original-content {
	background: #030303;
}

.dg-prop,
.dg-prop * {
	box-sizing: border-box;
}

.dg-prop {
	--dg-prop-gold: #f7c948;
	--dg-prop-gold-light: #ffe889;
	--dg-prop-gold-deep: #dc8f10;
	--dg-prop-green: #64e293;
	--dg-prop-bg: #030303;
	--dg-prop-panel: #0b0b0a;
	--dg-prop-panel-soft: #11100d;
	--dg-prop-line: rgba(255, 255, 255, 0.12);
	--dg-prop-gold-line: rgba(247, 201, 72, 0.28);
	--dg-prop-text: #f8f8f6;
	--dg-prop-muted: rgba(255, 255, 255, 0.72);
	--dg-prop-quiet: rgba(255, 255, 255, 0.58);
	position: relative;
	isolation: isolate;
	color: var(--dg-prop-text);
	background: var(--dg-prop-bg);
	font-family: var(--dg-ui-font);
}

.dg-prop h1,
.dg-prop h2,
.dg-prop h3,
.dg-prop p,
.dg-prop a,
.dg-prop summary,
.dg-prop dt,
.dg-prop dd,
.dg-prop blockquote,
.dg-prop figcaption {
	font-family: var(--dg-ui-font);
}

.dg-prop a,
.dg-prop summary {
	-webkit-tap-highlight-color: transparent;
}

.dg-prop a:focus-visible,
.dg-prop summary:focus-visible {
	outline: 3px solid var(--dg-prop-gold-light);
	outline-offset: 4px;
}

.dg-prop [id] {
	scroll-margin-top: 112px;
}

.dg-prop-shell {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.dg-prop-hero,
.dg-prop-section {
	position: relative;
	overflow: clip;
}

.dg-prop-hero {
	padding: clamp(76px, 7.5vw, 112px) 0 clamp(84px, 8vw, 122px);
	border-bottom: 1px solid rgba(247, 201, 72, 0.14);
	background:
		radial-gradient(circle at 50% 19%, rgba(247, 201, 72, 0.14), transparent 32%),
		radial-gradient(circle at 12% 74%, rgba(211, 130, 7, 0.07), transparent 27%),
		linear-gradient(180deg, #080704 0%, #030303 54%, #030303 100%);
}

.dg-prop-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 60px 60px;
	content: "";
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 88%);
	pointer-events: none;
}

.dg-prop-hero::after {
	position: absolute;
	right: -190px;
	top: -250px;
	z-index: 0;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(247, 201, 72, 0.1);
	border-radius: 50%;
	box-shadow:
		0 0 0 88px rgba(247, 201, 72, 0.018),
		0 0 0 176px rgba(247, 201, 72, 0.012);
	content: "";
	pointer-events: none;
}

.dg-prop-hero-intro,
.dg-prop-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.dg-prop-hero-intro {
	max-width: 960px;
	margin-inline: auto;
}

.dg-prop-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--dg-prop-gold);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.dg-prop-eyebrow > span {
	display: block;
	width: 24px;
	height: 1px;
	background: linear-gradient(90deg, var(--dg-prop-gold), transparent);
}

.dg-prop h1,
.dg-prop h2 {
	margin: 0;
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.dg-prop h1 {
	font-size: clamp(44px, 5.3vw, 72px);
	line-height: 1.04;
}

.dg-prop h2 {
	font-size: clamp(37px, 4.5vw, 58px);
	line-height: 1.07;
}

.dg-prop h1 em,
.dg-prop h2 em {
	background: linear-gradient(108deg, #fff0a2 0%, var(--dg-prop-gold) 48%, #e69817 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-style: normal;
}

.dg-prop-hero-intro > p:not(.dg-prop-eyebrow) {
	max-width: 830px;
	margin: 25px auto 0;
	color: var(--dg-prop-muted);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.72;
}

.dg-prop-actions,
.dg-prop-final-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.dg-prop-actions {
	justify-content: center;
	margin-top: 32px;
}

.dg-prop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.015em;
	text-align: center;
	text-decoration: none !important;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.dg-prop-button-primary {
	border-color: rgba(255, 231, 137, 0.82);
	background: linear-gradient(180deg, #fff09c 0%, var(--dg-prop-gold) 68%, #edb735 100%);
	box-shadow: 0 14px 36px rgba(220, 143, 16, 0.2);
	color: #080704 !important;
}

.dg-prop-button-secondary {
	border-color: rgba(247, 201, 72, 0.38);
	background: rgba(247, 201, 72, 0.045);
	color: #fff !important;
}

.dg-prop-button:hover,
.dg-prop-button:focus-visible {
	transform: translateY(-2px);
}

.dg-prop-button-primary:hover,
.dg-prop-button-primary:focus-visible {
	box-shadow: 0 18px 42px rgba(220, 143, 16, 0.3);
}

.dg-prop-button-secondary:hover,
.dg-prop-button-secondary:focus-visible {
	border-color: var(--dg-prop-gold);
	background: rgba(247, 201, 72, 0.1);
}

.dg-prop-account-card {
	position: relative;
	z-index: 1;
	width: min(100%, 1040px);
	margin: clamp(42px, 5vw, 60px) auto 0;
	border: 1px solid rgba(247, 201, 72, 0.34);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 2%, rgba(247, 201, 72, 0.15), transparent 28%),
		linear-gradient(145deg, rgba(20, 19, 14, 0.99), rgba(7, 7, 6, 0.99) 67%);
	box-shadow:
		0 38px 100px rgba(0, 0, 0, 0.58),
		inset 0 1px 0 rgba(255, 255, 255, 0.035);
	overflow: hidden;
}

.dg-prop-account-card::before {
	position: absolute;
	right: -75px;
	top: -100px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(247, 201, 72, 0.09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dg-prop-account-head,
.dg-prop-account-footer {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.dg-prop-account-head {
	min-height: 88px;
	padding: 18px clamp(24px, 4vw, 42px);
	border-bottom: 1px solid var(--dg-prop-line);
	background: rgba(255, 255, 255, 0.014);
}

.dg-prop-account-head > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

.dg-prop-live-pill,
.dg-prop-account-broker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.dg-prop-live-pill {
	gap: 7px;
	padding: 6px 11px;
	border: 1px solid rgba(100, 226, 147, 0.28);
	border-radius: 999px;
	background: rgba(35, 151, 82, 0.1);
	color: var(--dg-prop-green);
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.dg-prop-live-pill i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--dg-prop-green);
	box-shadow: 0 0 12px rgba(100, 226, 147, 0.62);
}

.dg-prop-account-broker {
	color: var(--dg-prop-muted);
}

.dg-prop-account-head img {
	display: block;
	width: min(170px, 25vw);
	height: auto;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}

.dg-prop-account-main {
	position: relative;
	z-index: 1;
	padding: clamp(42px, 6vw, 68px) clamp(25px, 6vw, 70px) clamp(36px, 5vw, 54px);
	text-align: center;
}

.dg-prop-account-main > p:first-child {
	margin: 0 0 12px;
	color: var(--dg-prop-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dg-prop-account-main h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px clamp(12px, 2vw, 22px);
	font-size: clamp(43px, 6vw, 76px);
	line-height: 1;
	letter-spacing: -0.055em;
}

.dg-prop-account-main h2 span {
	color: var(--dg-prop-gold-light);
}

.dg-prop-account-main h2 i {
	color: var(--dg-prop-gold);
	font-size: 0.68em;
	font-style: normal;
}

.dg-prop-account-main > p:last-child {
	max-width: 700px;
	margin: 23px auto 0;
	color: var(--dg-prop-muted);
	font-size: 16px;
	line-height: 1.7;
}

.dg-prop-account-metrics {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 38px);
	border: 1px solid var(--dg-prop-line);
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.dg-prop-account-metrics > div {
	min-width: 0;
	padding: 22px clamp(15px, 2.5vw, 27px);
	border-right: 1px solid var(--dg-prop-line);
}

.dg-prop-account-metrics > div:last-child {
	border-right: 0;
}

.dg-prop-account-metrics dt,
.dg-prop-account-metrics dd {
	margin: 0;
}

.dg-prop-account-metrics dt {
	color: var(--dg-prop-quiet);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.dg-prop-account-metrics dd {
	margin-top: 7px;
	color: #fff;
	font-size: clamp(24px, 2.7vw, 34px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.035em;
	overflow-wrap: anywhere;
}

.dg-prop-account-footer {
	min-height: 74px;
	padding: 16px clamp(24px, 4vw, 42px);
	border-top: 1px solid var(--dg-prop-line);
	background: rgba(0, 0, 0, 0.18);
}

.dg-prop-account-footer p {
	margin: 0;
	color: var(--dg-prop-quiet);
	font-size: 12px;
	line-height: 1.55;
}

.dg-prop-account-footer a,
.dg-prop-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	color: var(--dg-prop-gold-light) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none !important;
	white-space: nowrap;
}

.dg-prop-account-footer a:hover,
.dg-prop-account-footer a:focus-visible,
.dg-prop-text-link:hover,
.dg-prop-text-link:focus-visible {
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.dg-prop-hero-proofline,
.dg-prop-hero-caveat {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.dg-prop-hero-proofline {
	margin-top: 30px;
	color: var(--dg-prop-muted);
	font-size: 16px;
	line-height: 1.65;
}

.dg-prop-hero-proofline strong {
	color: #fff;
}

.dg-prop-hero-caveat {
	margin-top: 12px;
	color: var(--dg-prop-quiet);
	font-size: 12px;
	line-height: 1.65;
}

.dg-prop-section {
	padding: clamp(82px, 8vw, 118px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dg-prop-heading {
	max-width: 820px;
	margin: 0 auto clamp(40px, 5vw, 58px);
}

.dg-prop-heading > p:last-child:not(.dg-prop-eyebrow) {
	max-width: 730px;
	margin: 22px auto 0;
	color: var(--dg-prop-muted);
	font-size: 17px;
	line-height: 1.72;
}

.dg-prop-controls-section {
	background:
		radial-gradient(circle at 50% 0, rgba(247, 201, 72, 0.065), transparent 28%),
		#050505;
}

.dg-prop-control-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.dg-prop-control-grid article {
	position: relative;
	min-width: 0;
	min-height: 270px;
	padding: 29px;
	border: 1px solid var(--dg-prop-line);
	border-radius: 18px;
	background:
		linear-gradient(90deg, var(--dg-prop-gold), var(--dg-prop-gold-deep)) top / 100% 2px no-repeat,
		linear-gradient(145deg, rgba(18, 18, 15, 0.97), rgba(7, 7, 7, 0.98));
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
	overflow: hidden;
}

.dg-prop-control-grid article::after {
	position: absolute;
	right: -45px;
	top: -65px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(247, 201, 72, 0.055);
	content: "";
	filter: blur(32px);
	pointer-events: none;
}

.dg-prop-control-grid article > span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 32px;
	border: 1px solid var(--dg-prop-gold-line);
	border-radius: 999px;
	background: rgba(247, 201, 72, 0.075);
	color: var(--dg-prop-gold);
	font-size: 12px;
	font-weight: 800;
}

.dg-prop-control-grid h3,
.dg-prop-private-flow h3,
.dg-prop-final-card h3 {
	margin: 24px 0 11px;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.dg-prop-control-grid p,
.dg-prop-private-flow p,
.dg-prop-final-card > p:not(.dg-prop-eyebrow, .dg-prop-final-risk) {
	margin: 0;
	color: var(--dg-prop-muted);
	font-size: 15px;
	line-height: 1.72;
}

.dg-prop-honesty {
	max-width: 1030px;
	margin: 22px auto 0;
	padding: 17px 20px;
	border: 1px solid rgba(247, 201, 72, 0.2);
	border-radius: 12px;
	background: rgba(247, 201, 72, 0.04);
	color: var(--dg-prop-muted);
	font-size: 13px;
	line-height: 1.65;
	text-align: center;
}

.dg-prop-honesty strong {
	color: var(--dg-prop-gold-light);
}

.dg-prop-private-section {
	background:
		radial-gradient(circle at 13% 48%, rgba(247, 201, 72, 0.07), transparent 25%),
		linear-gradient(180deg, #030303, #060604 52%, #030303);
}

.dg-prop-private-flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
	align-items: stretch;
	gap: 11px;
}

.dg-prop-private-flow article {
	min-width: 0;
	min-height: 280px;
	padding: 28px;
	border: 1px solid var(--dg-prop-line);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 3%, rgba(247, 201, 72, 0.09), transparent 30%),
		linear-gradient(145deg, rgba(17, 17, 14, 0.97), rgba(6, 6, 6, 0.99));
}

.dg-prop-private-flow article > span {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 6px 10px;
	border: 1px solid var(--dg-prop-gold-line);
	border-radius: 999px;
	color: var(--dg-prop-gold);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.dg-prop-private-flow h3 {
	margin-top: 23px;
}

.dg-prop-private-flow > i {
	display: grid;
	place-items: center;
	color: rgba(247, 201, 72, 0.65);
	font-size: 23px;
	font-style: normal;
}

.dg-prop-reviews-section {
	background:
		radial-gradient(circle at 84% 20%, rgba(247, 201, 72, 0.07), transparent 28%),
		#050505;
}

.dg-prop-review-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dg-prop-review-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-width: 0;
	min-height: 345px;
	margin: 0;
	padding: clamp(27px, 3.2vw, 38px);
	border: 1px solid var(--dg-prop-line);
	border-radius: 20px;
	background:
		linear-gradient(90deg, rgba(247, 201, 72, 0.75), transparent 74%) top / 100% 1px no-repeat,
		linear-gradient(145deg, rgba(17, 17, 14, 0.98), rgba(6, 6, 6, 0.99));
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.24);
}

.dg-prop-review-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.dg-prop-review-meta > span {
	color: var(--dg-prop-gold);
	font-size: 16px;
	letter-spacing: 0.08em;
}

.dg-prop-review-meta i {
	font-style: normal;
}

.dg-prop-review-meta small {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid var(--dg-prop-gold-line);
	border-radius: 999px;
	color: var(--dg-prop-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dg-prop-review-card blockquote {
	min-width: 0;
	margin: 30px 0;
	color: rgba(255, 255, 255, 0.93);
	font-size: clamp(19px, 1.8vw, 24px);
	font-weight: 650;
	line-height: 1.52;
	letter-spacing: -0.024em;
	overflow-wrap: break-word;
}

.dg-prop-review-card figcaption {
	display: grid;
	gap: 4px;
	padding-top: 18px;
	border-top: 1px solid var(--dg-prop-line);
}

.dg-prop-review-card figcaption strong {
	color: #fff;
	font-size: 15px;
}

.dg-prop-review-card figcaption span {
	color: var(--dg-prop-quiet);
	font-size: 12px;
	line-height: 1.55;
}

.dg-prop-section-action {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.dg-prop-review-caveat {
	max-width: 720px;
	margin: 16px auto 0;
	color: var(--dg-prop-quiet);
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.dg-prop-decision-section {
	background:
		radial-gradient(circle at 75% 18%, rgba(247, 201, 72, 0.105), transparent 29%),
		linear-gradient(180deg, #030303, #080704 66%, #030303);
}

.dg-prop-decision-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
	align-items: start;
	gap: clamp(42px, 6vw, 76px);
}

.dg-prop-decision-grid > div > .dg-prop-heading {
	margin: 0 0 36px;
	text-align: left;
}

.dg-prop-decision-grid > div > .dg-prop-heading .dg-prop-eyebrow {
	justify-content: flex-start;
}

.dg-prop-faq-list {
	display: grid;
	gap: 11px;
}

.dg-prop-faq-list details {
	border: 1px solid var(--dg-prop-line);
	border-radius: 14px;
	background: rgba(10, 10, 9, 0.9);
	overflow: hidden;
}

.dg-prop-faq-list details[open] {
	border-color: rgba(247, 201, 72, 0.34);
	background: rgba(247, 201, 72, 0.045);
}

.dg-prop-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 66px;
	padding: 17px 20px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	list-style: none;
	cursor: pointer;
}

.dg-prop-faq-list summary:focus-visible {
	outline-offset: -4px;
}

.dg-prop-faq-list summary::-webkit-details-marker {
	display: none;
}

.dg-prop-faq-list summary span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border: 1px solid var(--dg-prop-gold-line);
	border-radius: 50%;
	color: var(--dg-prop-gold);
	font-size: 22px;
	font-weight: 400;
	transition: transform 180ms ease;
}

.dg-prop-faq-list details[open] summary span {
	transform: rotate(45deg);
}

.dg-prop-faq-list details p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--dg-prop-muted);
	font-size: 14px;
	line-height: 1.72;
}

.dg-prop-final-card {
	position: relative;
	padding: clamp(30px, 4vw, 46px);
	border: 1px solid rgba(247, 201, 72, 0.35);
	border-radius: 22px;
	background:
		radial-gradient(circle at 94% 2%, rgba(247, 201, 72, 0.16), transparent 30%),
		linear-gradient(145deg, rgba(22, 20, 13, 0.98), rgba(7, 7, 6, 0.99));
	box-shadow: 0 32px 82px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

.dg-prop-final-card .dg-prop-eyebrow {
	justify-content: flex-start;
	margin-bottom: 17px;
}

.dg-prop-final-card h3 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 45px);
	line-height: 1.1;
	letter-spacing: -0.045em;
}

.dg-prop-final-card > p:not(.dg-prop-eyebrow, .dg-prop-final-risk) {
	margin-top: 20px;
}

.dg-prop-final-actions {
	align-items: stretch;
	flex-direction: column;
	margin-top: 27px;
}

.dg-prop-final-actions .dg-prop-button,
.dg-prop-final-actions .dg-prop-text-link {
	width: 100%;
}

.dg-prop-final-risk {
	margin: 24px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--dg-prop-line);
	color: var(--dg-prop-quiet);
	font-size: 12px;
	line-height: 1.65;
}

@media (max-width: 980px) {
	.dg-prop-hero {
		padding-top: 70px;
	}

	.dg-prop-account-card {
		width: min(100%, 880px);
	}

	.dg-prop-control-grid {
		gap: 13px;
	}

	.dg-prop-control-grid article,
	.dg-prop-private-flow article {
		padding: 24px;
	}

	.dg-prop-private-flow {
		grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
		gap: 7px;
	}

	.dg-prop-private-flow article {
		min-height: 300px;
	}

	.dg-prop-private-flow h3 {
		font-size: 20px;
	}

	.dg-prop-decision-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.dg-prop-final-card {
		width: min(100%, 760px);
		margin-inline: auto;
	}

	.dg-prop-final-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dg-prop-final-actions .dg-prop-text-link {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.dg-prop-shell {
		width: min(calc(100% - 30px), 1180px);
	}

	.dg-prop-hero {
		padding: 60px 0 82px;
	}

	.dg-prop h1 {
		font-size: clamp(40px, 10.8vw, 58px);
	}

	.dg-prop h2 {
		font-size: clamp(34px, 8.8vw, 48px);
	}

	.dg-prop-hero-intro > p:not(.dg-prop-eyebrow),
	.dg-prop-heading > p:last-child:not(.dg-prop-eyebrow) {
		font-size: 16px;
	}

	.dg-prop-account-head,
	.dg-prop-account-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.dg-prop-account-head img {
		width: 160px;
	}

	.dg-prop-account-main {
		padding-top: 38px;
	}

	.dg-prop-account-main h2 {
		font-size: clamp(40px, 10.2vw, 60px);
	}

	.dg-prop-account-metrics {
		grid-template-columns: 1fr;
	}

	.dg-prop-account-metrics > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		border-right: 0;
		border-bottom: 1px solid var(--dg-prop-line);
	}

	.dg-prop-account-metrics > div:last-child {
		border-bottom: 0;
	}

	.dg-prop-account-metrics dd {
		margin-top: 0;
		text-align: right;
	}

	.dg-prop-account-footer a {
		justify-content: flex-start;
	}

	.dg-prop-section {
		padding: 78px 0;
	}

	.dg-prop-heading {
		margin-bottom: 38px;
	}

	.dg-prop-control-grid,
	.dg-prop-review-grid {
		grid-template-columns: 1fr;
	}

	.dg-prop-control-grid article,
	.dg-prop-private-flow article,
	.dg-prop-review-card {
		min-height: 0;
	}

	.dg-prop-private-flow {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.dg-prop-private-flow > i {
		height: 27px;
		transform: rotate(90deg);
	}

	.dg-prop-review-card {
		padding: 27px;
	}

	.dg-prop-decision-grid > div > .dg-prop-heading {
		text-align: center;
	}

	.dg-prop-decision-grid > div > .dg-prop-heading .dg-prop-eyebrow {
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.dg-prop-shell {
		width: min(calc(100% - 24px), 1180px);
	}

	.dg-prop-hero {
		padding-top: 48px;
	}

	.dg-prop h1 {
		font-size: clamp(37px, 11.5vw, 49px);
		letter-spacing: -0.045em;
	}

	.dg-prop h2 {
		font-size: clamp(32px, 10vw, 42px);
	}

	.dg-prop-eyebrow {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.dg-prop-actions,
	.dg-prop-final-actions {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}

	.dg-prop-actions .dg-prop-button,
	.dg-prop-final-actions .dg-prop-button,
	.dg-prop-final-actions .dg-prop-text-link {
		width: 100%;
	}

	.dg-prop-account-card {
		border-radius: 18px;
	}

	.dg-prop-account-head {
		padding: 18px;
	}

	.dg-prop-account-head > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.dg-prop-account-main {
		padding: 34px 18px 30px;
	}

	.dg-prop-account-main h2 {
		align-items: center;
		flex-direction: column;
		font-size: clamp(39px, 12.5vw, 54px);
	}

	.dg-prop-account-main h2 i {
		transform: rotate(90deg);
	}

	.dg-prop-account-main > p:last-child {
		font-size: 15px;
	}

	.dg-prop-account-metrics {
		margin: 0 18px 22px;
	}

	.dg-prop-account-metrics > div {
		padding: 17px;
	}

	.dg-prop-account-metrics dd {
		font-size: 23px;
	}

	.dg-prop-account-footer {
		padding: 16px 18px 18px;
	}

	.dg-prop-section {
		padding: 70px 0;
	}

	.dg-prop-control-grid article,
	.dg-prop-private-flow article,
	.dg-prop-review-card,
	.dg-prop-final-card {
		padding: 23px;
		border-radius: 16px;
	}

	.dg-prop-review-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.dg-prop-review-card blockquote {
		margin: 25px 0;
		font-size: 19px;
	}

	.dg-prop-faq-list summary {
		padding: 16px;
		font-size: 14px;
	}

	.dg-prop-faq-list details p {
		padding: 0 16px 18px;
	}

	.dg-prop-final-card h3 {
		font-size: 32px;
	}
}

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

@media (forced-colors: active) {
	.dg-prop h1 em,
	.dg-prop h2 em {
		background: none;
		-webkit-text-fill-color: CanvasText;
		color: CanvasText;
	}

	.dg-prop-button,
	.dg-prop-account-card,
	.dg-prop-control-grid article,
	.dg-prop-private-flow article,
	.dg-prop-review-card,
	.dg-prop-final-card,
	.dg-prop-faq-list details {
		border: 1px solid CanvasText;
	}
}
