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

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

.dgcs-main {
	background:
		radial-gradient(circle at 18% 5%, rgba(246, 198, 71, 0.08), transparent 28rem),
		#050505;
	font-family: "Poppins", sans-serif;
	overflow: clip;
}

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

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

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

.dgcs-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
	gap: clamp(42px, 7vw, 88px);
	align-items: center;
}

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

.dgcs-hero h1,
.dgcs-section-heading h2,
.dgcs-standard-grid h2,
.dgcs-consent-card h2,
.dgcs-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5.4vw, 74px);
	font-weight: 800;
	letter-spacing: -0.047em;
	line-height: 1.03;
}

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

.dgcs-lead,
.dgcs-lead-small,
.dgcs-section-heading > p:last-child,
.dgcs-consent-card > div:first-child > p:last-child,
.dgcs-cta-card > div > p:last-child {
	max-width: 780px;
	margin: 24px 0 0;
	color: #b2b2b9;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.75;
}

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

.dgcs-text-link,
.dgcs-centred-link a,
.dgcs-story-card > a,
.dgcs-consent-actions > a:not(.dg-gold-button) {
	color: #f6c647;
	font-weight: 700;
	text-decoration: none;
}

.dgcs-text-link:hover,
.dgcs-text-link:focus-visible,
.dgcs-centred-link a:hover,
.dgcs-centred-link a:focus-visible,
.dgcs-story-card > a:hover,
.dgcs-story-card > a:focus-visible,
.dgcs-consent-actions > a:not(.dg-gold-button):hover,
.dgcs-consent-actions > a:not(.dg-gold-button):focus-visible {
	color: #ffe591;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dgcs-proof-key,
.dgcs-review-card,
.dgcs-empty-state,
.dgcs-story-card,
.dgcs-standard-list li,
.dgcs-consent-card,
.dgcs-cta-card {
	border: 1px solid rgba(246, 198, 71, 0.24);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(246, 198, 71, 0.07), transparent 55%),
		#111114;
}

.dgcs-proof-key {
	padding: clamp(28px, 4vw, 44px);
}

.dgcs-proof-key h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.7vw, 35px);
	line-height: 1.25;
}

.dgcs-proof-key dl {
	display: grid;
	gap: 0;
	margin: 26px 0 0;
}

.dgcs-proof-key dl > div {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dgcs-proof-key dt {
	color: #f6c647;
	font-size: 13px;
	font-weight: 800;
}

.dgcs-proof-key dd {
	margin: 6px 0 0;
	color: #aaaab2;
	font-size: 13px;
	line-height: 1.6;
}

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

.dgcs-section-heading {
	max-width: 910px;
	margin: 0 auto 42px;
	text-align: center;
}

.dgcs-section-heading h2,
.dgcs-standard-grid h2,
.dgcs-consent-card h2,
.dgcs-cta h2 {
	font-size: clamp(31px, 4vw, 54px);
}

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

.dgcs-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 14px;
}

.dgcs-filter button {
	min-height: 42px;
	padding: 9px 17px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.025);
	color: #bcbcc3;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.dgcs-filter button:hover,
.dgcs-filter button:focus-visible,
.dgcs-filter button[aria-pressed="true"] {
	border-color: rgba(246, 198, 71, 0.48);
	background: rgba(246, 198, 71, 0.1);
	color: #f9db72;
}

.dgcs-filter-status {
	margin: 0 0 26px;
	color: #8f8f98;
	font-size: 12px;
	text-align: center;
}

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

.dgcs-review-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 430px;
	padding: clamp(24px, 3vw, 32px);
	border-color: rgba(255, 255, 255, 0.1);
}

.dgcs-review-card[hidden] {
	display: none;
}

.dgcs-review-card > header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

.dgcs-review-card > header > span {
	color: #a8a8b0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.dgcs-review-card > header .dgcs-verified-badge {
	padding: 6px 9px;
	border: 1px solid rgba(112, 212, 135, 0.26);
	border-radius: 999px;
	background: rgba(112, 212, 135, 0.07);
	color: #8ee3a2;
	letter-spacing: 0;
	text-transform: none;
}

.dgcs-review-card blockquote {
	margin: 42px 0 34px;
	color: #fff;
	font-size: clamp(18px, 1.9vw, 24px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.55;
}

.dgcs-review-meta {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dgcs-avatar {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(246, 198, 71, 0.28);
	border-radius: 50%;
	background: rgba(246, 198, 71, 0.08);
	color: #f6c647;
	font-weight: 800;
}

.dgcs-review-meta strong,
.dgcs-review-meta span {
	display: block;
}

.dgcs-review-meta strong {
	color: #fff;
	font-size: 14px;
}

.dgcs-review-meta span {
	margin-top: 4px;
	color: #909099;
	font-size: 11px;
	line-height: 1.5;
}

.dgcs-evidence-label {
	margin: 18px 0 0;
	color: #8f8f98;
	font-size: 11px;
	line-height: 1.6;
}

.dgcs-evidence-label strong {
	color: #bcbcc3;
}

.dgcs-centred-link {
	margin-top: 32px;
	text-align: center;
}

.dgcs-empty-state {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 44px);
	border-style: dashed;
}

.dgcs-empty-state > div {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: rgba(246, 198, 71, 0.08);
	color: #f6c647;
	font-size: 35px;
}

.dgcs-empty-state h3,
.dgcs-story-card h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2.4vw, 31px);
	line-height: 1.3;
}

.dgcs-empty-state p,
.dgcs-story-heading > p:last-child {
	margin: 12px 0 0;
	color: #9b9ba4;
	font-size: 14px;
	line-height: 1.7;
}

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

.dgcs-story-list {
	display: grid;
	gap: 18px;
}

.dgcs-story-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
	gap: 35px;
	padding: clamp(26px, 4vw, 44px);
}

.dgcs-story-card dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.dgcs-story-card dl > div {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dgcs-story-card dt,
.dgcs-story-card dd {
	margin: 0;
	font-size: 12px;
}

.dgcs-story-card dt {
	color: #8f8f98;
	font-weight: 700;
	text-transform: uppercase;
}

.dgcs-story-card dd {
	color: #e0e0e4;
}

.dgcs-story-card > .dgcs-evidence-label,
.dgcs-story-card > a {
	grid-column: 1 / -1;
}

.dgcs-standard-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: start;
}

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

.dgcs-standard-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dgcs-standard-list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 18px;
	padding: 20px;
	border-color: rgba(255, 255, 255, 0.09);
	border-radius: 16px;
}

.dgcs-standard-list li > span {
	color: #f6c647;
	font-size: 12px;
	font-weight: 800;
}

.dgcs-standard-list strong {
	color: #fff;
	font-size: 15px;
}

.dgcs-standard-list p {
	margin: 6px 0 0;
	color: #95959e;
	font-size: 12px;
	line-height: 1.6;
}

.dgcs-consent-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
	gap: 34px 48px;
	align-items: center;
	padding: clamp(30px, 5vw, 58px);
}

.dgcs-consent-actions {
	display: grid;
	gap: 14px;
}

.dgcs-consent-actions .dg-gold-button {
	justify-content: center;
	text-align: center;
}

.dgcs-consent-actions > a:not(.dg-gold-button) {
	text-align: center;
}

.dgcs-consent-card > ul {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 22px;
	margin: 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	list-style: none;
}

.dgcs-consent-card > ul li {
	position: relative;
	padding-left: 20px;
	color: #9e9ea7;
	font-size: 12px;
	line-height: 1.65;
}

.dgcs-consent-card > ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #70d487;
	content: "✓";
	font-weight: 800;
}

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

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

@media (max-width: 1024px) {
	.dgcs-hero-grid,
	.dgcs-standard-grid {
		grid-template-columns: 1fr;
	}

	.dgcs-proof-key {
		max-width: 720px;
	}

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

	.dgcs-review-card:last-child {
		grid-column: 1 / -1;
		min-height: 340px;
	}
}

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

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

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

	.dgcs-actions {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.dgcs-review-grid,
	.dgcs-story-card,
	.dgcs-consent-card,
	.dgcs-cta-card {
		grid-template-columns: 1fr;
	}

	.dgcs-review-card,
	.dgcs-review-card:last-child {
		grid-column: auto;
		min-height: 0;
	}

	.dgcs-empty-state {
		grid-template-columns: 1fr;
	}

	.dgcs-story-card dl > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.dgcs-consent-card > ul {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 460px) {
	.dgcs-filter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.dgcs-filter button {
		width: 100%;
	}
}

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