/* =============================================================
   DO & DELIVER, landing page (mockup layout)
   ============================================================= */

.pillar-page--dd {
	overflow: clip;
	background: #fff;
	color: var(--color-dark, #0f2f2f);
}

.pillar-page--dd .dd-section,
.pillar-page--dd .dd-hero,
.pillar-page--dd .dd-kg,
.pillar-page--dd .dd-journey,
.pillar-page--dd .dd-impact,
.pillar-page--dd .dd-final,
.pillar-page--dd .dd-contact,
.pillar-page--dd [id] {
	scroll-margin-top: calc(var(--header-height, 4.5rem) + 0.75rem);
}

/* Hero, light split ----------------------------------------- */
.dd-hero {
	position: relative;
	min-height: clamp(32rem, 78vh, 44rem);
	display: flex;
	align-items: flex-end;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
}

.dd-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
}

.dd-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 50%;
	display: block;
}

.dd-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(100deg, rgba(8, 28, 28, 0.88) 0%, rgba(8, 28, 28, 0.62) 40%, rgba(8, 28, 28, 0.28) 72%, rgba(8, 28, 28, 0.12) 100%),
		linear-gradient(0deg, rgba(8, 28, 28, 0.45) 0%, transparent 55%);
}

.dd-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: end;
	padding-block: clamp(3.5rem, 8vw, 5.5rem) clamp(2.75rem, 5vw, 4rem);
}

.dd-hero__back {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 1.1rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.dd-hero__back:hover,
.dd-hero__back:focus-visible {
	color: #fff;
}

.dd-hero__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--font-label);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--color-teal-200, #99d5cf) 90%, #fff);
}

.dd-hero__title {
	margin: 0 0 1rem;
	font-family: var(--font-heading);
	font-size: clamp(1.85rem, 1.25rem + 2vw, 2.85rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
	max-width: 20ch;
}

.dd-hero__lead {
	margin: 0 0 1.5rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.1rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	max-width: 38ch;
}

.dd-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dd-hero__ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.dd-hero__ghost:hover,
.dd-hero__ghost:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.dd-result-card {
	justify-self: end;
	width: min(17.5rem, 100%);
	padding: 1.2rem 1.25rem 1.3rem;
	border-radius: 14px;
	background: rgba(11, 42, 43, 0.92);
	backdrop-filter: blur(10px);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 40px rgba(8, 28, 28, 0.35);
	animation: dd-card-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dd-result-card__eyebrow {
	margin: 0 0 0.5rem;
	font-family: var(--font-label);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.dd-result-card__metric {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(2.4rem, 2rem + 1.4vw, 3rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

.dd-result-card__label {
	margin: 0.35rem 0 0;
	font-family: var(--font-heading);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.dd-result-card__text {
	margin: 0.4rem 0 0.75rem;
	font-size: 0.84rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.86);
}

.dd-result-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #9fd8d2;
	font-size: 0.86rem;
	font-weight: 650;
	text-decoration: none;
}

.dd-result-card__link:hover,
.dd-result-card__link:focus-visible {
	color: #fff;
}

@keyframes dd-card-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Trusted ---------------------------------------------------- */
.dd-trusted {
	padding: 1.15rem 0 1.4rem;
	background: #fff;
	border-block: 1px solid var(--color-hairline);
}

.dd-trusted .trusted-by__label {
	text-align: center;
	color: var(--color-text-muted);
}

/* Knowledge Graph → Google Ad ------------------------------ */
.dd-kg {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		radial-gradient(ellipse 50% 55% at 80% 20%, rgba(47, 110, 112, 0.06), transparent 70%),
		#f7fafa;
	overflow: visible;
}

.dd-kg__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.25rem);
	align-items: start;
}

.dd-kg__copy {
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
}

.dd-kg__copy h2 {
	margin: 0 0 1rem;
	font-family: var(--font-heading);
	font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-kg__copy > p {
	margin: 0 0 0.85rem;
	color: var(--color-text-muted);
	line-height: 1.65;
	font-size: 1.02rem;
}

.dd-kg__copy a {
	color: var(--color-teal-700, #2f6e70);
	font-weight: 700;
}

.dd-kg__proof {
	min-width: 0;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.dd-kg__card {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.dd-kg__card .dm-find-panel,
.dd-kg__card .dm-cmap-wrap {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--color-hairline);
	box-shadow: 0 16px 40px rgba(15, 47, 47, 0.06);
	min-width: 0;
	padding: 0.85rem;
}

.dd-kg__graph {
	overflow: visible;
	padding: 1rem 1.15rem 1.15rem;
}

/* Full-width graph for readability; labels grow toward the hub */
.dd-kg__card .dm-cmap--detailed {
	max-height: none;
	width: 100%;
	min-height: clamp(26rem, 42vw, 34rem);
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.dd-kg__bridge {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-family: var(--font-label);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-teal-700, #2f6e70);
}

.dd-kg__bridge span {
	position: relative;
	padding-inline: 1.75rem;
}

.dd-kg__bridge span::before,
.dd-kg__bridge span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1.15rem;
	height: 1px;
	background: color-mix(in srgb, var(--color-teal-700, #2f6e70) 45%, transparent);
	transform: translateY(-50%);
}

.dd-kg__bridge span::before {
	left: 0;
}

.dd-kg__bridge span::after {
	right: 0;
}

.dd-kg__ads {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.dd-kg__ad {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	min-width: 0;
}

.dd-kg__ad-label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-family: var(--font-label);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-dark, #0f2f2f);
}

.dd-kg__ad-label img {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

/* Realistic Google Search ad showcase ----------------------- */
.dd-showcase-gads {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1rem 1.05rem 0.95rem;
	border-radius: 1.1rem;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.08);
	box-shadow:
		0 1px 2px rgba(15, 47, 47, 0.04),
		0 18px 40px rgba(15, 47, 47, 0.08);
	font-family: Arial, Helvetica, sans-serif;
}

.dd-showcase-gads__chrome {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.95rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid #f1f3f4;
}

.dd-showcase-gads__g {
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.dd-showcase-gads__g b:nth-child(1) { color: #4285f4; }
.dd-showcase-gads__g b:nth-child(2) { color: #ea4335; }
.dd-showcase-gads__g b:nth-child(3) { color: #fbbc05; }
.dd-showcase-gads__g b:nth-child(4) { color: #4285f4; }
.dd-showcase-gads__g b:nth-child(5) { color: #34a853; }
.dd-showcase-gads__g b:nth-child(6) { color: #ea4335; }

.dd-showcase-gads__search {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	padding: 0.62rem 0.9rem;
	border-radius: 999px;
	border: 1px solid #dfe1e5;
	box-shadow: 0 1px 5px rgba(32, 33, 36, 0.12);
	font-size: 0.88rem;
	color: #202124;
}

.dd-showcase-gad {
	text-align: left;
}

.dd-showcase-gad__sponsored {
	margin: 0 0 0.4rem;
	font-size: 0.74rem;
	font-weight: 700;
	color: #202124;
}

.dd-showcase-gad__cite {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 0.3rem;
}

.dd-showcase-gad__favicon {
	display: block;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 999px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #dadce0;
	flex: 0 0 auto;
}

.dd-showcase-gad__sitename {
	margin: 0;
	font-size: 0.84rem;
	color: #202124;
	line-height: 1.25;
}

.dd-showcase-gad__url {
	margin: 0.05rem 0 0;
	font-size: 0.74rem;
	color: #202124;
	line-height: 1.3;
}

.dd-showcase-gad__url span {
	color: #4d5156;
}

.dd-showcase-gad__title {
	margin: 0 0 0.25rem;
	font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.22rem);
	font-weight: 400;
	line-height: 1.3;
	color: #1a0dab;
	text-wrap: pretty;
}

.dd-showcase-gad__desc {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #4d5156;
}

.dd-showcase-gad__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.3rem 1rem;
	list-style: none;
	margin: 0.65rem 0 0;
	padding: 0.55rem 0 0;
	border-top: 1px solid #ebebeb;
	font-size: 0.84rem;
	color: #1a0dab;
}

.dd-showcase-gads__prob {
	display: inline-flex;
	align-items: baseline;
	gap: 0.4rem;
	margin: 0.9rem 0 0;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--color-teal-500, #44b5bb) 14%, #fff);
	color: var(--color-teal-800, #1f5557);
	font-size: 0.78rem;
	font-weight: 650;
	width: fit-content;
}

.dd-showcase-gads__prob strong {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 800;
	color: var(--color-teal-700, #2f6e70);
}

/* Aesthetic Meta feed ad showcase --------------------------- */
.dd-showcase-meta {
	position: relative;
	flex: 1;
	isolation: isolate;
}

.dd-showcase-meta__glow {
	position: absolute;
	inset: 8% 6% auto;
	height: 55%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 40%, rgba(24, 119, 242, 0.28), transparent 55%),
		radial-gradient(circle at 75% 30%, rgba(228, 64, 95, 0.22), transparent 50%),
		radial-gradient(circle at 50% 80%, rgba(68, 181, 187, 0.2), transparent 55%);
	filter: blur(18px);
	z-index: 0;
	pointer-events: none;
}

.dd-showcase-meta__card {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.07);
	box-shadow:
		0 1px 2px rgba(15, 47, 47, 0.04),
		0 22px 48px rgba(15, 47, 47, 0.12);
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.dd-showcase-meta__head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.65rem;
	padding: 0.85rem 0.9rem 0.35rem;
}

.dd-showcase-meta__logo {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e7e9ee;
	box-shadow: 0 2px 8px rgba(15, 47, 47, 0.08);
}

.dd-showcase-meta__who strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}

.dd-showcase-meta__who span {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.12rem;
	font-size: 0.72rem;
	color: #65676b;
}

.dd-showcase-meta__more {
	color: #65676b;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.2rem;
}

.dd-showcase-meta__copy {
	margin: 0;
	padding: 0.25rem 0.95rem 0.75rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #050505;
	text-wrap: pretty;
}

.dd-showcase-meta__media {
	position: relative;
	margin: 0;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #1a2a2c, #0f2f2f);
	overflow: hidden;
}

.dd-showcase-meta__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.02);
}

.dd-showcase-meta__media.dd-showcase-meta__media--creative {
	aspect-ratio: auto;
	height: auto;
	overflow: visible;
	background: #f3f4f6;
}

.dd-showcase-meta__media.dd-showcase-meta__media--creative img {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	transform: none;
}

.dd-showcase-meta__overlay {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0.2rem;
	margin: 0;
	padding: 2.75rem 1rem 1rem;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(8, 14, 16, 0.15) 28%,
		rgba(8, 14, 16, 0.72) 100%
	);
	color: #fff;
	pointer-events: none;
}

.dd-showcase-meta__overlay-kicker {
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.dd-showcase-meta__overlay-title {
	font-family: var(--font-heading);
	font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	text-wrap: balance;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.dd-showcase-meta__cta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.8rem 0.9rem;
	background: linear-gradient(180deg, #f7f8fa, #eef1f5);
	border-top: 1px solid #e4e6eb;
}

.dd-showcase-meta__domain {
	display: block;
	font-size: 0.66rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #65676b;
}

.dd-showcase-meta__cta-bar strong {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.9rem;
	color: #050505;
	line-height: 1.25;
}

.dd-showcase-meta__cta-bar > div > span:not(.dd-showcase-meta__domain) {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.74rem;
	color: #65676b;
	line-height: 1.3;
}

.dd-showcase-meta__btn {
	flex: 0 0 auto;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #1877f2, #0d65d9);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(24, 119, 242, 0.35);
	white-space: nowrap;
}

.dd-showcase-meta__social {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.2rem;
	padding: 0.2rem 0.4rem 0.45rem;
	border-top: 1px solid #eef0f3;
	background: #fff;
}

.dd-showcase-meta__social span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.55rem 0.25rem;
	border-radius: 0.5rem;
	font-size: 0.76rem;
	font-weight: 700;
	color: #65676b;
}

.dd-showcase-meta__social svg {
	opacity: 0.85;
}

.dd-kg__card .dm-cmap__node {
	max-width: 8.4rem;
}

.dd-kg__card .dm-cmap__node--core {
	max-width: 8.8rem;
}

.dd-kg__card .dm-cmap__node-label {
	font-size: 0.74rem;
	line-height: 1.2;
}

/* Dot on the spoke; chip toward the centre */
.dd-kg__card .dm-cmap__node--left {
	flex-direction: row;
	align-items: center;
	gap: 0.35rem;
	transform: translate(0, -50%);
}

.dd-kg__card .dm-cmap__node--right {
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.35rem;
	transform: translate(-100%, -50%);
}

.dd-kg__card .dm-cmap__node--top {
	flex-direction: column;
	transform: translate(-50%, 0);
}

.dd-kg__card .dm-cmap__node--bottom {
	flex-direction: column;
	transform: translate(-50%, calc(-100% + 0.55rem));
}

.dd-kg__card .dm-cmap__node--chosen.dm-cmap__node--bottom,
.dd-kg__card .dm-cmap__node--new.dm-cmap__node--bottom {
	animation: none;
	transform: translate(-50%, calc(-100% + 0.55rem));
}

.dd-kg__card .dm-cmap__node--bottom .dm-cmap__node-badge {
	order: -1;
	margin-bottom: 0;
}

/* Journey: interactive viewer tour -------------------------- */
.dd-journey {
	padding-block: clamp(3rem, 6vw, 5rem);
	background:
		radial-gradient(ellipse 70% 50% at 50% 0%, rgba(47, 110, 112, 0.07), transparent 70%),
		#f4f8f8;
}

.dd-journey__head {
	max-width: 46rem;
	margin: 0 auto 1.75rem;
	text-align: center;
}

.dd-journey__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--font-label);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-teal-700, #2f6e70);
}

.dd-journey__head h2 {
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.65;
	color: var(--color-text-muted);
	text-wrap: pretty;
}

.dd-journey__head h2 strong {
	font-weight: 700;
	color: var(--color-dark, #0f2f2f);
}

.dd-journey__head p {
	margin: 0 0 0.85rem;
	color: var(--color-text-muted);
	line-height: 1.65;
	font-size: 1.05rem;
}

.dd-journey__footnote {
	margin: 1.35rem 0 0;
	text-align: center;
	font-size: 0.92rem;
	color: var(--color-text-muted);
}

.dd-journey__footnote a {
	color: var(--color-teal-700, #2f6e70);
	font-weight: 700;
}

/* Tour shell */
.dd-tour {
	--dd-tour-ink: var(--color-dark, #0f2f2f);
	--dd-tour-muted: var(--color-text-muted, #4a6464);
	--dd-tour-accent: var(--color-teal-700, #2f6e70);
	display: grid;
	gap: 1rem;
}

.dd-tour__pov {
	margin: 0 0 1.1rem;
	font-family: var(--font-heading);
	font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.25rem);
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-tour__rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	position: relative;
}

.dd-tour__rail::before {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	top: 1.35rem;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, var(--color-teal-500, #44b5bb) 45%, #fff) 12%,
		color-mix(in srgb, var(--color-teal-500, #44b5bb) 45%, #fff) 88%,
		transparent
	);
	z-index: 0;
	pointer-events: none;
}

.dd-tour__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.35rem 0.4rem 0.55rem;
	border: 0;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
	font: inherit;
	color: var(--color-dark, #0f2f2f);
	transition: color 0.2s ease;
}

.dd-tour__step-num {
	display: grid;
	place-items: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: #fff;
	border: 2px solid color-mix(in srgb, var(--color-teal-500, #44b5bb) 35%, #d7e4e4);
	color: var(--color-dark, #0f2f2f);
	font-family: var(--font-heading);
	font-size: 0.85rem;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(15, 47, 47, 0.08);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.dd-tour__step-label {
	font-size: 0.82rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.dd-tour__step.is-active .dd-tour__step-num,
.dd-tour__step.is-done .dd-tour__step-num {
	background: var(--color-dark, #0f2f2f);
	border-color: var(--color-dark, #0f2f2f);
	color: #fff;
}

.dd-tour__step.is-active .dd-tour__step-num {
	transform: scale(1.08);
	box-shadow:
		0 0 0 4px rgba(68, 181, 187, 0.22),
		0 10px 22px rgba(15, 47, 47, 0.18);
}

.dd-tour__step:hover .dd-tour__step-num,
.dd-tour__step:focus-visible .dd-tour__step-num {
	border-color: var(--color-teal-700, #2f6e70);
}

.dd-tour__step:focus-visible {
	outline: none;
}

.dd-tour__stage {
	position: relative;
	padding: clamp(0.5rem, 1.5vw, 0.85rem) 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
	min-height: 0;
}

.dd-tour.is-autoplaying .dd-tour__hotspot-cue,
.dd-tour.is-autoplaying .dd-tour__cta[data-dd-advance] {
	display: none;
}

.dd-tour.is-autoplaying .dd-tour__hotspot {
	cursor: default;
}

.dd-tour__view.is-active {
	animation: dd-tour-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dd-tour__panel {
	animation: dd-tour-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dd-tour__panel[hidden] {
	display: none !important;
}

@keyframes dd-tour-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.dd-tour__channels {
	display: none;
	justify-content: center;
	gap: 0.25rem;
	padding: 0.28rem;
	margin: 0 auto 1.15rem;
	width: fit-content;
	max-width: 100%;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--color-hairline, #d7e4e4);
	box-shadow: 0 8px 20px rgba(15, 47, 47, 0.06);
}

.dd-tour__channel {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0.55rem 1.05rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--color-text-muted, #4a6464);
	font-size: 0.88rem;
	font-weight: 750;
	cursor: pointer;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.dd-tour__channel img {
	width: 1rem;
	height: 1rem;
	display: block;
}

.dd-tour__channel.is-active {
	background: var(--color-dark, #0f2f2f);
	color: #fff;
	box-shadow: 0 6px 16px rgba(15, 47, 47, 0.18);
}

.dd-tour__channel:focus-visible {
	outline: 2px solid var(--dd-tour-accent);
	outline-offset: 2px;
}

.dd-tour__pair {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	align-items: start;
	column-gap: 0.35rem;
	row-gap: 1.35rem;
	width: 100%;
	min-width: 0;
}

.dd-tour__col {
	min-width: 0;
	display: grid;
	gap: 0.55rem;
	align-content: start;
	width: max-content;
	max-width: 100%;
}

.dd-tour__pair .dd-gads-stage,
.dd-tour__pair .dd-meta-stage {
	width: 100%;
	max-width: 100%;
}

.dd-tour__pair .dd-gads-stage {
	grid-template-columns: minmax(5.4rem, 6.8rem) minmax(0, 1fr);
	gap: 0.45rem 0.55rem;
}

.dd-tour__pair .dd-gads-stage .dd-tour__browser {
	grid-column: 2;
	grid-row: 1 / span 3;
	width: 17.25rem;
	max-width: 17.25rem;
	margin: 0;
	justify-self: start;
}

.dd-tour__pair .dd-gads-stage .dd-curl {
	grid-column: 1;
	text-align: right;
}

.dd-tour__pair .dd-gads-stage .dd-curl:nth-of-type(1) { grid-row: 1; align-self: start; }
.dd-tour__pair .dd-gads-stage .dd-curl:nth-of-type(2) { grid-row: 2; align-self: center; }
.dd-tour__pair .dd-gads-stage .dd-curl:nth-of-type(3) { grid-row: 3; align-self: end; }

.dd-tour__pair .dd-meta-stage {
	grid-template-columns: minmax(0, 1fr) minmax(5.4rem, 6.8rem);
	gap: 0.45rem 0.55rem;
}

.dd-tour__pair .dd-meta-stage .dd-tour__phone {
	grid-column: 1;
	grid-row: 1 / span 3;
	width: 17.5rem;
	max-width: 17.5rem;
	margin: 0;
	padding: 0.45rem 0.45rem 0.75rem;
	overflow: hidden;
	justify-self: end;
}

.dd-tour__pair .dd-meta-stage .dd-curl {
	grid-column: 2;
	text-align: left;
}

.dd-tour__pair .dd-meta-stage .dd-curl:nth-of-type(1) { grid-row: 1; align-self: start; }
.dd-tour__pair .dd-meta-stage .dd-curl:nth-of-type(2) { grid-row: 2; align-self: center; }
.dd-tour__pair .dd-meta-stage .dd-curl:nth-of-type(3) { grid-row: 3; align-self: end; }

.dd-tour__pair .dd-curl {
	max-width: 8.6rem;
	padding: 0.35rem 0.4rem;
	opacity: 0;
	transform: translateY(10px);
	animation: none;
	transition:
		opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.dd-tour__pair .dd-curl.is-in {
	opacity: 1;
	transform: none;
}

.dd-tour__pair .dd-curl__arrow {
	width: 2.15rem;
	height: 1.7rem;
}

.dd-tour__col-label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.45rem;
	padding: 0;
	width: fit-content;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: var(--color-dark, #0f2f2f);
	font-family: var(--font-heading);
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dd-tour__col-label img {
	width: 1rem;
	height: 1rem;
	display: block;
}

.dd-tour__col--google .dd-gads__logo {
	display: none;
}

.dd-tour__col--google .dd-gads__search {
	margin-bottom: 0.7rem;
}

.dd-tour__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-tour__notes li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.35rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: var(--dd-tour-ink);
}

.dd-tour__hint {
	margin: 0 0 0.85rem;
	text-align: center;
	font-family: var(--font-heading);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--color-teal-700, #2f6e70);
}

.dd-tour__hint[hidden] {
	display: none !important;
}

.dd-tour__rail {
	pointer-events: auto;
}

.dd-tour__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	flex-wrap: wrap;
	margin-top: 1.35rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--color-hairline, #d7e4e4);
}

.dd-tour__cta {
	display: inline-flex;
}

.dd-tour__notes strong {
	font-family: var(--font-label);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dd-tour-accent);
}

.dd-tour__notes span {
	font-size: 0.78rem;
	font-weight: 650;
	color: var(--color-text-muted, #4a6464);
}

.dd-tour__col--google .dd-gads {
	max-width: none;
}

.dd-tour__col--google .dd-gads__g {
	font-size: 1.35rem;
}

.dd-tour__col--google .dd-gad__title {
	font-size: 1.02rem;
}

.dd-tour__col--google .dd-gad__desc {
	font-size: 0.74rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dd-tour__col--google .dd-gad__links {
	font-size: 0.68rem;
}

.dd-tour__col--meta .dd-meta-ad--feed .dd-meta-ad__copy {
	font-size: 0.8rem;
	line-height: 1.35;
	overflow: visible;
}

.dd-tour__view[hidden] {
	display: none !important;
}

.dd-tour__browser {
	width: min(100%, 52rem);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--color-teal-700, #2f6e70) 14%, #d7e4e4);
	box-shadow: 0 16px 40px rgba(15, 47, 47, 0.08);
}

.dd-tour__browser-bar {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.65rem 0.85rem;
	background: #f3f6f6;
	border-bottom: 1px solid #e4eaea;
}

.dd-tour__browser-bar > span {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.dd-tour__browser-bar > span:nth-child(1) { background: #ff5f57; }
.dd-tour__browser-bar > span:nth-child(2) { background: #febc2e; }
.dd-tour__browser-bar > span:nth-child(3) { background: #28c840; }

.dd-tour__browser-url {
	flex: 1;
	margin-left: 0.5rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e4eaea;
	color: var(--color-text-muted, #4a6464);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dd-tour__hotspot {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	text-align: left;
}

.dd-tour__hotspot > img,
.dd-tour__hotspot .dd-meta-ad__media img,
.dd-tour__site img {
	display: block;
	width: 100%;
	height: auto;
	image-rendering: auto;
}

.dd-tour__hotspot .dd-gad__favicon {
	width: 1.75rem;
	height: 1.75rem;
	max-width: 1.75rem;
}

.dd-tour__hotspot .dd-meta-ad__logo {
	width: 2.35rem;
	height: 2.35rem;
	max-width: 2.35rem;
	object-fit: contain;
}

.dd-tour__hotspot-cue {
	position: absolute;
	z-index: 7;
	left: 50%;
	bottom: 1.1rem;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.65rem 1.15rem;
	border-radius: 999px;
	background: var(--brand-secondary, #e85d04);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: 0.02em;
	white-space: nowrap;
	pointer-events: none;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.18) inset,
		0 10px 24px rgba(232, 93, 4, 0.38);
	animation: dd-tour-pulse 1.8s ease-in-out infinite;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.dd-tour[data-step="0"] .dd-tour__hotspot {
	cursor: pointer;
}

.dd-tour[data-step="0"] .dd-gad,
.dd-tour[data-step="0"] .dd-meta-ad__card {
	box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.55);
}

.dd-tour[data-step="0"] .dd-tour__pointer {
	animation: dd-tour-click 1.8s ease-in-out infinite;
}

.dd-tour[data-step="0"] .dd-tour__pointer-ripple {
	animation: dd-tour-ripple 1.8s 0.35s ease-out infinite;
}

.dd-tour__pointer {
	position: absolute;
	z-index: 6;
	width: 1.7rem;
	height: 2.2rem;
	opacity: 0;
	pointer-events: none;
	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.45));
	transform: translate(2.4rem, 2.6rem);
}

.dd-tour__hotspot--gads .dd-tour__pointer {
	left: 18%;
	top: 46%;
}

.dd-tour__hotspot--meta .dd-tour__pointer {
	left: auto;
	right: 1.35rem;
	top: auto;
	bottom: 5.6rem;
}

.dd-tour__pointer-icon {
	display: block;
	width: 1.55rem;
	height: 2.05rem;
}

.dd-tour__pointer-ripple {
	position: absolute;
	left: 0.05rem;
	top: 0.05rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	background: rgba(68, 181, 187, 0.28);
	transform: scale(0.4);
	opacity: 0;
}

.dd-tour.is-clicking .dd-tour__pointer {
	animation: dd-tour-click 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dd-tour.is-clicking .dd-tour__col--meta .dd-tour__pointer {
	animation-delay: 0.18s;
}

.dd-tour.is-clicking .dd-tour__pointer-ripple {
	animation: dd-tour-ripple 0.55s 0.62s ease-out both;
}

.dd-tour.is-clicking .dd-gad,
.dd-tour.is-clicking .dd-meta-ad__btn {
	animation: dd-tour-ad-press 0.4s 0.62s ease;
}

@keyframes dd-tour-click {
	0% {
		opacity: 0;
		transform: translate(2.6rem, 3rem) scale(1);
	}
	28% {
		opacity: 1;
		transform: translate(0.45rem, 0.45rem) scale(1);
	}
	55% {
		opacity: 1;
		transform: translate(0, 0) scale(1);
	}
	68% {
		opacity: 1;
		transform: translate(0, 0) scale(0.86);
	}
	82% {
		opacity: 1;
		transform: translate(0, 0) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(0, 0) scale(1);
	}
}

@keyframes dd-tour-ripple {
	0% {
		opacity: 0.7;
		transform: scale(0.35);
	}
	100% {
		opacity: 0;
		transform: scale(2.4);
	}
}

@keyframes dd-tour-ad-press {
	0%, 100% { transform: scale(1); }
	40% { transform: scale(0.985); }
}

.dd-tour__hotspot:hover .dd-tour__hotspot-cue,
.dd-tour__hotspot:focus-visible .dd-tour__hotspot-cue {
	background: var(--brand-secondary-hover, #d35400);
}

.dd-tour__hotspot:focus-visible {
	outline: 2px solid var(--dd-tour-accent);
	outline-offset: -2px;
}

@keyframes dd-tour-pulse {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(-4px); }
}

/* Google ad + curly callouts */
.dd-gads-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr) minmax(9rem, 12rem);
	gap: 0.65rem 0.75rem;
	align-items: center;
	width: 100%;
	max-width: 72rem;
	margin-inline: auto;
}

.dd-gads-stage .dd-tour__browser {
	grid-column: 2;
	grid-row: 1 / span 3;
	width: 100%;
	max-width: 38rem;
	margin-inline: auto;
	z-index: 1;
}

.dd-curl {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--dd-tour-ink);
	z-index: 2;
	animation: dd-tour-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
	backdrop-filter: none;
}

.dd-curl--left {
	grid-column: 1;
	text-align: right;
}

.dd-curl--right {
	grid-column: 3;
	text-align: left;
}

.dd-curl--title.dd-curl--left { grid-row: 1; align-self: end; animation-delay: 0.05s; }
.dd-curl--title.dd-curl--right { grid-row: 1; align-self: end; animation-delay: 0.12s; }
.dd-curl--links.dd-curl--right { grid-row: 2; align-self: center; animation-delay: 0.22s; }

/* Meta feed + curly callouts */
.dd-meta-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr) minmax(9rem, 12rem);
	gap: 0.65rem 0.75rem;
	align-items: center;
	width: 100%;
	max-width: 72rem;
	margin-inline: auto;
}

.dd-meta-stage .dd-tour__phone {
	grid-column: 2;
	grid-row: 1 / span 3;
	width: min(100%, 22rem);
	margin-inline: auto;
	z-index: 1;
}

.dd-curl--copy.dd-curl--left { grid-row: 1; align-self: start; animation-delay: 0.05s; }
.dd-curl--media.dd-curl--right { grid-row: 2; align-self: center; animation-delay: 0.14s; }
.dd-curl--cta.dd-curl--right { grid-row: 3; align-self: end; animation-delay: 0.24s; }

/* Website hero callouts */
.dd-site-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(8.5rem, 11rem) minmax(0, 1fr) minmax(8.5rem, 11rem);
	gap: 0.65rem 0.75rem;
	align-items: center;
	width: 100%;
	max-width: 92rem;
	margin-inline: auto;
}

.dd-site-stage .dd-tour__browser {
	grid-column: 2;
	grid-row: 1 / span 3;
	width: 100%;
	z-index: 1;
}

.dd-curl--site-headline.dd-curl--left {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
	animation-delay: 0.05s;
}

.dd-curl--site-proof.dd-curl--left {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
	animation-delay: 0.14s;
}

.dd-curl--site-offer.dd-curl--right {
	grid-column: 3;
	grid-row: 1;
	align-self: end;
	animation-delay: 0.1s;
}

.dd-curl--site-form.dd-curl--right {
	grid-column: 3;
	grid-row: 2;
	align-self: start;
	margin-top: 1.5rem;
	animation-delay: 0.22s;
}

/* Curly SVG arrows for website hero callouts */
.dd-curl--arrow {
	padding-bottom: 0.35rem;
}

.dd-curl--arrow .dd-curl__brace {
	display: none;
}

.dd-curl__arrow {
	display: block;
	width: 3.1rem;
	height: 2.5rem;
	margin-top: 0.15rem;
	color: var(--dd-tour-accent);
	overflow: visible;
}

.dd-curl--left.dd-curl--arrow .dd-curl__arrow {
	margin-left: auto;
	margin-right: -0.15rem;
	transform: rotate(-55deg);
	transform-origin: 70% 40%;
}

.dd-curl--right.dd-curl--arrow .dd-curl__arrow {
	margin-right: auto;
	margin-left: -0.15rem;
	transform: scaleX(-1) rotate(-55deg);
	transform-origin: 30% 40%;
}

.dd-curl__arrow path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dd-curl__arrowhead {
	stroke-width: 2.5;
}

.dd-curl__brace {
	position: absolute;
	top: 0.35rem;
	bottom: 0.35rem;
	width: 0.7rem;
	border-color: var(--dd-tour-accent);
	border-style: solid;
	opacity: 0.9;
	pointer-events: none;
}

.dd-curl--left .dd-curl__brace {
	right: -0.55rem;
	border-width: 2px 2px 2px 0;
	border-radius: 0 0.55rem 0.55rem 0;
}

.dd-curl--right .dd-curl__brace {
	left: -0.55rem;
	border-width: 2px 0 2px 2px;
	border-radius: 0.55rem 0 0 0.55rem;
}

.dd-curl__label {
	font-family: var(--font-label);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--dd-tour-accent);
}

.dd-curl__text {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

/* Realistic Google Search results chrome */
.dd-tour__hotspot--gads {
	background: #fff;
	padding: 0.85rem 0.9rem 1rem;
}

.dd-gads {
	max-width: 36rem;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #202124;
}

.dd-gads__logo {
	display: flex;
	justify-content: center;
	margin-bottom: 0.85rem;
}

.dd-gads__g {
	display: inline-flex;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.dd-gads__g b:nth-child(1) { color: #4285f4; }
.dd-gads__g b:nth-child(2) { color: #ea4335; }
.dd-gads__g b:nth-child(3) { color: #fbbc05; }
.dd-gads__g b:nth-child(4) { color: #4285f4; }
.dd-gads__g b:nth-child(5) { color: #34a853; }
.dd-gads__g b:nth-child(6) { color: #ea4335; }

.dd-gads__search {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.72rem 1rem;
	margin-bottom: 1.15rem;
	border-radius: 999px;
	border: 1px solid #dfe1e5;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.18);
	font-size: 0.98rem;
}

.dd-gads__search-svg,
.dd-gads__mic {
	flex: 0 0 auto;
}

.dd-gads__search span {
	flex: 1;
	text-align: left;
	color: #202124;
}

.dd-gad {
	text-align: left;
	padding: 0.15rem 0 0.85rem;
}

.dd-gad__sponsored {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: #202124;
}

.dd-gad__cite {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.35rem;
}

.dd-gad__favicon,
.dd-gad__favicon--mark {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #dadce0;
	flex: 0 0 auto;
}

.dd-gad__title .dd-gad__hl {
	display: inline;
}

.dd-gad__sitename {
	margin: 0;
	font-size: 0.88rem;
	color: #202124;
	line-height: 1.25;
}

.dd-gad__url {
	margin: 0.05rem 0 0;
	font-size: 0.78rem;
	color: #202124;
	line-height: 1.3;
}

.dd-gad__crumb {
	color: #4d5156;
}

.dd-gad__title {
	margin: 0 0 0.25rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	color: #1a0dab;
}

.dd-tour__hotspot--gads:hover .dd-gad__title {
	text-decoration: underline;
}

.dd-gad__desc {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #4d5156;
}

.dd-gad__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem 1.25rem;
	list-style: none;
	margin: 0.7rem 0 0;
	padding: 0.55rem 0 0;
	border-top: 1px solid #ebebeb;
	font-size: 0.88rem;
}

.dd-gad__links li {
	color: #1a0dab;
}

.dd-gad__links li:hover {
	text-decoration: underline;
}

.dd-gads__organic {
	margin-top: 0.35rem;
	padding-top: 0.85rem;
	border-top: 1px solid #ebebeb;
	opacity: 0.45;
	text-align: left;
	filter: blur(0.2px);
}

.dd-gads__organic-title {
	margin: 0 0 0.2rem;
	font-size: 1.05rem;
	color: #1a0dab;
}

.dd-gads__organic-desc {
	margin: 0;
	font-size: 0.82rem;
	color: #4d5156;
	line-height: 1.4;
}

.dd-tour__phone {
	width: min(100%, 23rem);
	padding: 0.55rem 0.55rem 1rem;
	border-radius: 2.15rem;
	background: linear-gradient(165deg, #2a3335, #0d1213 55%, #070a0b);
	border: 2px solid rgba(159, 227, 227, 0.2);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 30px 55px rgba(0, 0, 0, 0.45);
}

.dd-tour__phone-chrome {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0.35rem 0.75rem 0.55rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.68rem;
	font-weight: 700;
}

.dd-tour__phone-time {
	justify-self: start;
}

.dd-tour__phone-notch {
	width: 5.5rem;
	height: 1.15rem;
	border-radius: 999px;
	background: #050708;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.dd-tour__phone-status {
	justify-self: end;
	width: 2.4rem;
	height: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.7));
}

.dd-tour__feed-label {
	margin: 0 0.55rem 0.45rem;
	padding: 0.35rem 0.65rem;
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}

.dd-tour__hotspot--meta {
	background: #f0f2f5;
	border-radius: 1.15rem;
	overflow: hidden;
}

.dd-tour__hotspot--meta .dd-meta-ad__media--creative {
	max-height: none;
}

.dd-tour__hotspot--meta .dd-meta-ad__card {
	max-width: none;
	margin: 0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: #fff;
}

.dd-tour__pair .dd-meta-ad--feed .dd-meta-ad__cta-bar {
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.7rem;
}

.dd-tour__pair .dd-meta-ad__cta-bar > div {
	min-width: 0;
	flex: 1 1 auto;
}

.dd-tour__pair .dd-meta-ad__cta-bar strong {
	font-size: 0.78rem;
}

.dd-tour__pair .dd-meta-ad__cta-bar span:not(.dd-meta-ad__domain):not(.dd-meta-ad__btn) {
	font-size: 0.68rem;
}

.dd-tour__pair .dd-meta-ad__btn {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 0.42rem 0.65rem;
}

.dd-tour__pair .dd-meta-ad__social span {
	white-space: nowrap;
	font-size: 0.72rem;
	padding: 0.45rem 0.15rem;
}

.dd-meta-ad__logo {
	width: 2.35rem;
	height: 2.35rem;
	object-fit: contain;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e4e6eb;
	flex: 0 0 auto;
}

.dd-meta-ad--feed .dd-meta-ad__head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.6rem;
	padding: 0.8rem 0.85rem 0.4rem;
}

.dd-meta-ad__who strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}

.dd-meta-ad__sponsored-line {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	margin-top: 0.1rem;
	font-size: 0.72rem;
	color: #65676b;
}

.dd-meta-ad__more {
	color: #65676b;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.2rem;
}

.dd-meta-ad--feed .dd-meta-ad__copy {
	padding: 0.2rem 0.85rem 0.65rem;
	font-size: 0.92rem;
	line-height: 1.4;
}

.dd-meta-ad--feed .dd-meta-ad__cta-bar {
	align-items: center;
	background: #f0f2f5;
}

.dd-meta-ad--feed .dd-meta-ad__btn {
	background: #e4e6eb;
	border-radius: 6px;
	padding: 0.5rem 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #050505;
}

.dd-meta-ad__social {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.25rem;
	padding: 0.2rem 0.35rem 0.45rem;
	border-top: 1px solid #e4e6eb;
	background: #fff;
}

.dd-meta-ad__social span {
	text-align: center;
	padding: 0.55rem 0.25rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: #65676b;
	border-radius: 6px;
}

.dd-meta-ad__social span:hover {
	background: #f0f2f5;
}

/* Click-through beat */
.dd-tour__clickbeat {
	display: grid;
	place-items: center;
	min-height: 22rem;
	padding: 1rem 0;
}

.dd-tour__clickbeat-card {
	width: min(100%, 28rem);
	padding: 1.75rem 1.5rem;
	border-radius: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--color-teal-700, #2f6e70) 14%, #d7e4e4);
	box-shadow: 0 16px 40px rgba(15, 47, 47, 0.08);
	animation: dd-tour-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dd-tour__clickbeat-kicker {
	margin: 0 0 0.65rem;
	font-family: var(--font-label);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--dd-tour-accent);
}

.dd-tour__clickbeat-line {
	margin: 0 0 1.25rem;
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.25;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-tour__clickbeat-path {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-bottom: 1.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--dd-tour-muted);
}

.dd-tour__clickbeat-arrow {
	color: var(--dd-tour-accent);
	font-size: 1.1rem;
}

.dd-tour__cta {
	margin-top: 0.25rem;
}

.dd-tour__browser--site {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.dd-tour__site {
	margin: 0;
	background: #f7f7f7;
}

.dd-tour__site img {
	display: block;
	width: 100%;
	height: auto;
	image-rendering: auto;
}

.dd-tour__site--form {
	background: #fff;
}

.dd-tour__site--form img {
	width: 100%;
	max-height: min(70vh, 36rem);
	object-fit: contain;
	object-position: top center;
}

.dd-tour__match {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem 0.75rem;
	margin: 0;
	padding: 0.85rem 1rem;
	background: #f7fafa;
	border-top: 1px solid var(--color-hairline, #d7e4e4);
	color: var(--color-text-muted, #4a6464);
	font-size: 0.9rem;
	line-height: 1.4;
}

.dd-tour__match strong {
	color: var(--dd-tour-accent);
	font-family: var(--font-label);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dd-tour__browser--site .dd-tour__cta {
	display: flex;
	width: fit-content;
	margin: 0.85rem auto 1rem;
}

.dd-tour__nav-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0.65rem 1.05rem;
	border-radius: 999px;
	border: 1px solid var(--color-hairline, #d7e4e4);
	background: #fff;
	color: var(--color-dark, #0f2f2f);
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		opacity 0.2s ease,
		box-shadow 0.2s ease;
}

.dd-tour__nav-btn:hover:not(:disabled),
.dd-tour__nav-btn:focus-visible:not(:disabled) {
	background: #f4f8f8;
	border-color: var(--color-teal-700, #2f6e70);
	outline: none;
}

.dd-tour__nav-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.dd-tour__nav-btn--next {
	background: var(--brand-secondary, #e85d04);
	border-color: var(--brand-secondary, #e85d04);
	color: #fff;
	box-shadow: 0 10px 24px rgba(232, 93, 4, 0.28);
	animation: dd-tour-next-pulse 1.8s ease-in-out infinite;
}

.dd-tour__nav-btn--next:hover:not(:disabled),
.dd-tour__nav-btn--next:focus-visible:not(:disabled) {
	background: var(--brand-secondary-hover, #d35400);
	border-color: var(--brand-secondary-hover, #d35400);
	color: #fff;
}

.dd-tour__nav-btn--next[hidden] {
	display: none !important;
	animation: none;
}

@keyframes dd-tour-next-pulse {
	0%,
	100% {
		transform: translateY(0);
		box-shadow: 0 10px 24px rgba(232, 93, 4, 0.28);
	}
	50% {
		transform: translateY(-2px);
		box-shadow: 0 14px 28px rgba(232, 93, 4, 0.38);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dd-tour__nav-btn--next {
		animation: none;
	}
}

.dd-tour__nav-btn--play {
	min-width: 5.5rem;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
}

.dd-tour__nav-btn--play[aria-pressed="true"] {
	background: rgba(68, 181, 187, 0.22);
	border-color: rgba(68, 181, 187, 0.5);
}

.dd-tour__progress {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 0.9rem;
	font-weight: 800;
	color: var(--color-text-muted, #4a6464);
	letter-spacing: 0.04em;
}

.dd-tour__progress [data-dd-progress] {
	color: var(--color-dark, #0f2f2f);
}

/* Meta ad mock ----------------------------------------------- */
.dd-meta-ad__label {
	margin: 0 0 0.65rem;
	font-family: var(--font-label);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

.dd-meta-ad__card {
	max-width: 22rem;
	margin-inline: auto;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e4e6eb;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 47, 47, 0.08);
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.dd-meta-ad__head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.75rem 0.85rem 0.35rem;
}

.dd-meta-ad__avatar {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: #7a1f2b;
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	flex: 0 0 auto;
}

.dd-meta-ad__head strong {
	display: block;
	font-size: 0.88rem;
	color: #050505;
	line-height: 1.2;
}

.dd-meta-ad__head span {
	display: block;
	font-size: 0.72rem;
	color: #65676b;
}

.dd-meta-ad__copy {
	margin: 0;
	padding: 0.35rem 0.85rem 0.7rem;
	font-size: 0.88rem;
	line-height: 1.4;
	color: #050505;
}

.dd-meta-ad__media {
	margin: 0;
	aspect-ratio: 4 / 3;
	background: #f0f2f5;
}

.dd-meta-ad__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dd-meta-ad__media.dd-meta-ad__media--creative {
	aspect-ratio: auto;
	height: auto;
	overflow: hidden;
	background: #f0f2f5;
}

.dd-meta-ad__media.dd-meta-ad__media--creative img {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
}

/* Tour phone: crop the designed PNG to the kitchen only, then let the
   HTML CTA + social sit underneath — they must not overlay the image. */
.dd-tour__hotspot--meta .dd-meta-ad__media.dd-meta-ad__media--creative {
	aspect-ratio: 5 / 4;
	max-height: none;
	overflow: hidden;
}

.dd-tour__hotspot--meta .dd-meta-ad__media.dd-meta-ad__media--creative img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center 18%;
}

.dd-tour__hotspot--meta .dd-meta-ad__cta-bar,
.dd-tour__hotspot--meta .dd-meta-ad__social {
	position: relative;
	z-index: 2;
}

.dd-tour__hotspot--meta .dd-meta-ad__cta-bar {
	background: #f0f2f5;
}

.dd-tour__hotspot--meta .dd-meta-ad__social {
	background: #fff;
}

.dd-meta-ad__cta-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.7rem 0.85rem;
	background: #f0f2f5;
	border-top: 1px solid #e4e6eb;
}

.dd-meta-ad__cta-bar .dd-meta-ad__domain {
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #65676b;
}

.dd-meta-ad__cta-bar strong {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.86rem;
	color: #050505;
	line-height: 1.25;
}

.dd-meta-ad__cta-bar span:not(.dd-meta-ad__domain):not(.dd-meta-ad__btn) {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.75rem;
	color: #65676b;
}

.dd-meta-ad__btn {
	flex: 0 0 auto;
	padding: 0.45rem 0.7rem;
	border-radius: 6px;
	background: #e4e6eb;
	color: #050505;
	font-size: 0.78rem;
	font-weight: 700;
}

/* Shared section chrome -------------------------------------- */
.dd-section {
	padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
}

.dd-section__num {
	display: inline-block;
	margin: 0 0 0.65rem;
	font-family: var(--font-heading);
	font-size: clamp(2.5rem, 2rem + 1.5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: color-mix(in srgb, var(--color-teal-700, #2f6e70) 22%, #fff);
}

.dd-row__copy h2,
.dd-speed__copy h2,
.dd-panel h2 {
	margin: 0 0 0.85rem;
	font-family: var(--font-heading);
	font-size: clamp(1.55rem, 1.2rem + 1.15vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-row__copy > p,
.dd-speed__copy > p,
.dd-panel > p {
	margin: 0 0 0.85rem;
	color: var(--color-text-muted);
	line-height: 1.65;
	font-size: 1.02rem;
}

/* Split rows 01 / 02 ----------------------------------------- */
.dd-row__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
}

.dd-row--reverse .dd-row__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.dd-row__cta {
	margin: 1.5rem 0 0;
}

.dd-row__cta-btn {
	width: fit-content;
	max-width: 100%;
	text-align: left;
	white-space: normal;
	line-height: 1.25;
	box-shadow: 0 10px 24px rgba(232, 93, 4, 0.28);
}

.dd-row__cta-btn:hover,
.dd-row__cta-btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(232, 93, 4, 0.34);
}

.dd-row--reverse .dd-row__copy {
	order: 1;
}

.dd-row--reverse .dd-row__visual {
	order: 2;
}

.dd-row__visual {
	margin: 0;
	min-width: 0;
}

.dd-row__visual img {
	width: 100%;
	height: auto;
	display: block;
	animation: dd-fade-up 0.75s ease both;
}

.dd-speed {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #fff;
}

.dd-speed__media {
	display: none;
}

.dd-speed__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 50%;
	display: block;
}

.dd-speed__veil {
	display: none;
}

.dd-speed > .container {
	position: relative;
	z-index: 2;
}

.dd-speed__head {
	max-width: 44rem;
	margin: 0 auto clamp(1.75rem, 3.5vw, 2.75rem);
	text-align: center;
}

.dd-speed__eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--font-heading);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-teal-600, #20575a);
}

.dd-speed__head h2 {
	margin: 0 0 0.9rem;
	font-family: var(--font-heading);
	font-size: clamp(1.7rem, 1.3rem + 1.3vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-speed__head > p {
	margin: 0;
	color: var(--color-text-muted, #4a6464);
	line-height: 1.65;
	font-size: 1.05rem;
	text-wrap: pretty;
}

.dd-speed .dd-icon-row {
	margin-top: 0;
}

.dd-speed .dd-icon-row li {
	color: var(--color-dark, #0f2f2f);
}

.dd-speed .dd-icon-row__icon {
	background: color-mix(in srgb, var(--color-teal-500, #44b5bb) 14%, #fff);
	color: var(--color-teal-700, #2f6e70);
}

.dd-speed__grid {
	display: block;
}

.dd-speed__proof {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(1.75rem, 4vw, 2.5rem);
	max-width: 40rem;
	margin-inline: auto;
	text-align: center;
}

.dd-speed__stat {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-dark, #0f2f2f);
}

.dd-speed__stat-value {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(4.4rem, 3.2rem + 5vw, 7rem);
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 0.88;
	color: var(--color-cta, #e87722);
}

.dd-speed__stat-label {
	margin: 0.7rem auto 0;
	max-width: 18rem;
	font-size: 1.08rem;
	line-height: 1.4;
	font-weight: 600;
	color: var(--color-text-muted, #4a6464);
}

.dd-speed__quote {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.dd-speed__quote > p {
	margin: 0 0 1.35rem;
	font-family: var(--font-heading);
	font-size: clamp(1.12rem, 1rem + 0.55vw, 1.38rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.4;
	color: var(--color-dark, #0f2f2f);
	text-wrap: pretty;
}

.dd-speed__quote > p::before {
	content: "“";
	display: block;
	margin: 0 auto 0.35rem;
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 0.7;
	color: var(--color-teal-500, #44b5bb);
}

.dd-speed__quote footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
}

.dd-speed__quote img {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px color-mix(in srgb, var(--color-teal-500, #44b5bb) 55%, #fff);
}

.dd-speed__quote cite {
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 1.02rem;
	color: var(--color-dark, #0f2f2f);
}

.dd-speed__quote footer span {
	display: block;
	margin-top: 0.12rem;
	font-size: 0.88rem;
	color: var(--color-text-muted);
}

.dd-speed__quote footer a {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.15rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--color-cta, #e87722);
	text-decoration: none;
}

.dd-speed__quote footer a:hover,
.dd-speed__quote footer a:focus-visible {
	color: var(--color-dark, #0f2f2f);
}

.dd-persist {
	background: #f7fafa;
	border-block: 1px solid var(--color-hairline);
}

/* Icon rows -------------------------------------------------- */
.dd-icon-row {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.dd-icon-row li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	text-align: center;
	font-size: 0.86rem;
	font-weight: 650;
	color: var(--color-dark, #0f2f2f);
}

.dd-icon-row__icon,
.dd-icon-row__step {
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	background: #eef5f5;
	color: var(--color-teal-700, #2f6e70);
}

.dd-icon-row__icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.dd-icon-row__step {
	font-family: var(--font-heading);
	font-weight: 800;
	background: var(--color-dark, #0f2f2f);
	color: #fff;
}

/* Experiments ------------------------------------------------ */
.dd-experiments__table-wrap {
	padding: 1.25rem 1.35rem 1.1rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--color-hairline);
	box-shadow: 0 16px 40px rgba(15, 47, 47, 0.07);
	overflow-x: auto;
	animation: dd-fade-up 0.75s ease 0.05s both;
}

.dd-experiments__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.86rem;
	min-width: 34rem;
}

.dd-experiments__table caption {
	caption-side: top;
	text-align: left;
	padding: 0 0 0.85rem;
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--color-dark, #0f2f2f);
}

.dd-experiments__table th {
	text-align: left;
	padding: 0.55rem 0.55rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--color-text-muted);
	border-bottom: 1px solid var(--color-hairline);
	white-space: nowrap;
}

.dd-experiments__table td {
	padding: 0.7rem 0.55rem;
	border-bottom: 1px solid #eef2f2;
	color: var(--color-dark, #0f2f2f);
	font-weight: 550;
	white-space: nowrap;
}

.dd-experiments__table tbody tr:last-child td {
	border-bottom: 0;
}

.dd-status {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.dd-status--winning {
	background: #e5f6ea;
	color: #1a7a3c;
}

.dd-status--testing {
	background: #fff3d9;
	color: #9a6700;
}

.dd-status--paused {
	background: #fde8e8;
	color: #b42318;
}

.dd-experiments__spark {
	display: block;
	width: min(100%, 18rem);
	height: auto;
	margin: 0.85rem 0 0;
	color: var(--color-teal-700, #2f6e70);
}

/* Split 03 / 04 ---------------------------------------------- */
.dd-split {
	padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
	background: #fff;
}

.dd-split__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.dd-panel {
	min-width: 0;
	padding: clamp(1.35rem, 2.5vw, 1.85rem);
	border-radius: 18px;
	background: #f7fafa;
	border: 1px solid var(--color-hairline);
}

.dd-panel__visual {
	margin: 0 0 1.15rem;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.dd-panel__visual img {
	width: 100%;
	height: auto;
	display: block;
}

.dd-panel__visual--wp-demo {
	overflow: visible;
	background: transparent;
}

.dd-panel__visual--wp-demo .svc-wm-wp-demo {
	max-width: none;
}

.dd-panel__visual--geo-demo {
	overflow: visible;
	background: transparent;
}

/* GEO demo: human page, WordPress schema, AI answer -------------------- */

.dd-geo-demo {
	position: relative;
	border-radius: 14px;
	background: linear-gradient(165deg, #f4fbfb 0%, #eef6f6 55%, #e8f2f2 100%);
	border: 1px solid var(--color-hairline);
	padding: 0.85rem;
	box-shadow: 0 18px 40px -28px rgba(15, 47, 47, 0.35);
}

.dd-geo-demo__chrome {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
	position: relative;
}

.dd-geo-demo__tab {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.42rem 0.72rem;
	border: 1px solid rgba(15, 47, 47, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	color: var(--color-teal-800, #1f4f51);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dd-geo-demo__tab:hover,
.dd-geo-demo__tab:focus-visible {
	border-color: rgba(47, 110, 112, 0.35);
	background: #fff;
	outline: none;
	box-shadow: 0 0 0 2px rgba(47, 110, 112, 0.15);
}

.dd-geo-demo__tab.is-active {
	background: var(--color-teal-700, #2f6e70);
	border-color: var(--color-teal-700, #2f6e70);
	color: #fff;
}

.dd-geo-demo__tab-icon {
	display: inline-flex;
	opacity: 0.85;
}

.dd-geo-demo__progress {
	flex: 1 1 100%;
	height: 3px;
	margin-top: 0.15rem;
	border-radius: 999px;
	background: rgba(15, 47, 47, 0.08);
	overflow: hidden;
}

.dd-geo-demo__progress-bar {
	display: block;
	height: 100%;
	width: 33%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--color-teal-600, #3a8587), var(--color-teal-700, #2f6e70));
	transition: width 0.45s ease;
}

.dd-geo-demo__stage {
	position: relative;
	min-height: 320px;
}

.dd-geo-demo__panel {
	animation: ddGeoFade 0.45s ease;
}

.dd-geo-demo__panel[hidden] {
	display: none;
}

@keyframes ddGeoFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Browser — visitor view */
.dd-geo-demo__browser {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.1);
}

.dd-geo-demo__browser-bar {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.45rem 0.65rem;
	background: #f3f4f6;
	border-bottom: 1px solid rgba(15, 47, 47, 0.08);
	font-size: 0.68rem;
	color: #5f6368;
}

.dd-geo-demo__browser-dots {
	display: inline-flex;
	gap: 0.22rem;
}

.dd-geo-demo__browser-dots i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #dadce0;
}

.dd-geo-demo__browser-dots i:first-child {
	background: #ff5f57;
}

.dd-geo-demo__browser-dots i:nth-child(2) {
	background: #febc2e;
}

.dd-geo-demo__browser-dots i:nth-child(3) {
	background: #28c840;
}

.dd-geo-demo__browser-url {
	flex: 1;
	min-width: 0;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.08);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dd-geo-demo__page-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.85rem;
	border-bottom: 1px solid rgba(15, 47, 47, 0.06);
}

.dd-geo-demo__page-logo {
	height: 28px;
	width: auto;
	display: block;
}

.dd-geo-demo__page-logo-text {
	font-size: 0.82rem;
	font-weight: 800;
	color: #8b2323;
}

.dd-geo-demo__page-nav {
	font-size: 0.62rem;
	color: #6b7280;
	white-space: nowrap;
}

.dd-geo-demo__page-hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	min-height: 168px;
}

.dd-geo-demo__page-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dd-geo-demo__page-hero-copy {
	padding: 0.85rem 0.9rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
}

.dd-geo-demo__page-eyebrow {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--color-teal-700, #2f6e70);
}

.dd-geo-demo__page-title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(0.95rem, 2.2vw, 1.15rem);
	line-height: 1.15;
	color: #1f2937;
}

.dd-geo-demo__page-lead {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.45;
	color: #4b5563;
}

.dd-geo-demo__page-cta {
	align-self: flex-start;
	margin-top: 0.15rem;
	padding: 0.35rem 0.65rem;
	border-radius: 6px;
	background: #8b2323;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.dd-geo-demo__page-faq {
	padding: 0.65rem 0.85rem 0.8rem;
	border-top: 1px solid rgba(15, 47, 47, 0.06);
	background: #fafafa;
}

.dd-geo-demo__page-faq-q {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	color: #374151;
}

.dd-geo-demo__page-faq-a {
	margin: 0;
	font-size: 0.68rem;
	color: #6b7280;
	line-height: 1.4;
}

/* WordPress schema view */
.dd-geo-demo__wp {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.1);
}

.dd-geo-demo__wp-bar {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.65rem;
	background: #1d2327;
	color: #c3c4c7;
	font-size: 0.68rem;
}

.dd-geo-demo__wp-logo {
	display: inline-flex;
}

.dd-geo-demo__wp-layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	min-height: 260px;
}

.dd-geo-demo__wp-editor,
.dd-geo-demo__wp-schema {
	padding: 0.75rem;
}

.dd-geo-demo__wp-schema {
	background: #f6f7f7;
	border-left: 1px solid rgba(15, 47, 47, 0.08);
}

.dd-geo-demo__wp-label {
	margin: 0 0 0.55rem;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.dd-geo-demo__wp-block {
	position: relative;
	margin-bottom: 0.45rem;
	padding: 0.45rem 0.55rem 0.45rem 2.4rem;
	border-radius: 6px;
	border: 1px dashed transparent;
	background: #f9fafb;
	font-size: 0.68rem;
	line-height: 1.4;
	color: #374151;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.dd-geo-demo__wp-block--title {
	font-family: var(--font-heading);
	font-size: 0.82rem;
	font-weight: 700;
}

.dd-geo-demo__wp-block--faq strong {
	display: block;
	margin-bottom: 0.1rem;
}

.dd-geo-demo__mark {
	position: absolute;
	left: 0.45rem;
	top: 0.42rem;
	padding: 0.08rem 0.28rem;
	border-radius: 4px;
	background: rgba(47, 110, 112, 0.12);
	color: var(--color-teal-700, #2f6e70);
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.dd-geo-demo.is-schema-lit .dd-geo-demo__wp-block.is-lit,
.dd-geo-demo.is-schema-lit [data-dd-geo-mark].is-lit {
	border-color: rgba(47, 110, 112, 0.35);
	background: rgba(47, 110, 112, 0.06);
	box-shadow: 0 0 0 1px rgba(47, 110, 112, 0.08);
}

.dd-geo-demo__schema-tags {
	list-style: none;
	margin: 0 0 0.55rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.dd-geo-demo__schema-tags li {
	padding: 0.22rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 47, 47, 0.12);
	background: #fff;
	font-size: 0.6rem;
	font-weight: 700;
	color: #6b7280;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.dd-geo-demo__schema-tags li.is-lit {
	background: var(--color-teal-700, #2f6e70);
	border-color: var(--color-teal-700, #2f6e70);
	color: #fff;
}

.dd-geo-demo__json {
	margin: 0;
	padding: 0.55rem;
	border-radius: 8px;
	background: #1e1e1e;
	border: 1px solid rgba(15, 47, 47, 0.15);
	max-height: 168px;
	overflow: auto;
}

.dd-geo-demo__json code {
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.58rem;
	line-height: 1.45;
	color: #9cdcfe;
	white-space: pre-wrap;
}

/* AI chat view */
.dd-geo-demo__chat {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.1);
}

.dd-geo-demo__chat-head {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.75rem;
	background: linear-gradient(90deg, #f8fafc, #f1f5f9);
	border-bottom: 1px solid rgba(15, 47, 47, 0.08);
	font-size: 0.68rem;
	font-weight: 700;
	color: #374151;
}

.dd-geo-demo__chat-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.dd-geo-demo__chat-body {
	padding: 0.75rem;
	display: grid;
	gap: 0.55rem;
}

.dd-geo-demo__chat-bubble {
	padding: 0.55rem 0.65rem;
	border-radius: 10px;
	font-size: 0.72rem;
	line-height: 1.45;
}

.dd-geo-demo__chat-bubble p {
	margin: 0;
}

.dd-geo-demo__chat-bubble--user {
	justify-self: end;
	max-width: 92%;
	background: #eef6f6;
	border: 1px solid rgba(47, 110, 112, 0.15);
	color: #1f4f51;
	border-bottom-right-radius: 3px;
}

.dd-geo-demo__chat-bubble--ai {
	justify-self: start;
	max-width: 96%;
	background: #f9fafb;
	border: 1px solid rgba(15, 47, 47, 0.08);
	color: #374151;
	border-bottom-left-radius: 3px;
}

.dd-geo-demo.is-ai-typing .dd-geo-demo__chat-bubble--ai p:not(:empty)::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 0.85em;
	margin-left: 2px;
	vertical-align: -0.1em;
	background: var(--color-teal-700, #2f6e70);
	animation: ddGeoBlink 0.9s step-end infinite;
}

@keyframes ddGeoBlink {
	50% {
		opacity: 0;
	}
}

.dd-geo-demo__chat-sources {
	list-style: none;
	margin: 0.45rem 0 0;
	padding: 0.45rem 0 0;
	border-top: 1px dashed rgba(15, 47, 47, 0.12);
	display: grid;
	gap: 0.25rem;
}

.dd-geo-demo__chat-sources li {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.62rem;
	color: var(--color-teal-700, #2f6e70);
	font-weight: 600;
}

.dd-geo-demo__chat-source-icon {
	font-size: 0.72rem;
	opacity: 0.75;
}

.dd-geo-demo__chat-note {
	margin: 0;
	padding: 0.55rem 0.75rem 0.7rem;
	font-size: 0.62rem;
	color: #6b7280;
	border-top: 1px solid rgba(15, 47, 47, 0.06);
	background: #fafafa;
}

.dd-geo-demo__replay {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 47, 47, 0.15);
	background: rgba(255, 255, 255, 0.95);
	font-size: 0.65rem;
	font-weight: 700;
	color: var(--color-teal-700, #2f6e70);
	cursor: pointer;
	box-shadow: 0 8px 20px -14px rgba(15, 47, 47, 0.35);
}

.dd-geo-demo__replay:hover,
.dd-geo-demo__replay:focus-visible {
	background: #fff;
	outline: none;
	box-shadow: 0 0 0 2px rgba(47, 110, 112, 0.2);
}

@media (max-width: 640px) {
	.dd-geo-demo__page-hero {
		grid-template-columns: 1fr;
	}

	.dd-geo-demo__page-hero-img {
		max-height: 120px;
	}

	.dd-geo-demo__page-nav {
		display: none;
	}

	.dd-geo-demo__wp-layout {
		grid-template-columns: 1fr;
	}

	.dd-geo-demo__wp-schema {
		border-left: 0;
		border-top: 1px solid rgba(15, 47, 47, 0.08);
	}

	.dd-geo-demo__tab {
		font-size: 0.66rem;
		padding: 0.38rem 0.58rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dd-geo-demo__panel {
		animation: none;
	}

	.dd-geo-demo.is-ai-typing .dd-geo-demo__chat-bubble--ai p:not(:empty)::after {
		display: none;
	}

	.dd-geo-demo__progress-bar {
		transition: none;
	}
}

.dd-checklist,
.dd-feature-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.dd-checklist li,
.dd-feature-list li {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.94rem;
	font-weight: 600;
	color: var(--color-dark, #0f2f2f);
}

.dd-checklist li span {
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: #e5f6ea;
	color: #1a7a3c;
	font-size: 0.75rem;
	font-weight: 800;
	flex: 0 0 auto;
}

.dd-feature-list__icon {
	display: grid;
	place-items: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	background: #fff;
	color: var(--color-teal-700, #2f6e70);
	border: 1px solid color-mix(in srgb, var(--color-teal-700, #2f6e70) 20%, transparent);
	flex: 0 0 auto;
}

.dd-feature-list__icon svg {
	width: 0.95rem;
	height: 0.95rem;
}

/* Impact, BBD Boom case study ------------------------------- */
.dd-impact {
	padding-block: clamp(3.5rem, 7vw, 5.5rem);
	background:
		radial-gradient(ellipse 55% 60% at 0% 0%, rgba(47, 110, 112, 0.1), transparent 55%),
		linear-gradient(180deg, #f3f8f8 0%, #eef5f5 100%);
	color: var(--color-dark, #0f2f2f);
}

.dd-impact__head {
	max-width: 40rem;
	margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.dd-impact__eyebrow {
	margin: 0 0 0.65rem;
	font-family: var(--font-label);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-teal-700, #2f6e70);
}

.dd-impact__head h2 {
	margin: 0 0 0.85rem;
	font-family: var(--font-heading);
	font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	text-wrap: balance;
}

.dd-impact__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--color-text-muted);
	max-width: 38rem;
}

.dd-impact__showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	border-radius: 1.35rem;
	background: #0b2a2b;
	color: #fff;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 28px 60px -32px rgba(6, 18, 20, 0.55);
}

.dd-impact__cover {
	position: relative;
	margin: 0;
	min-height: 100%;
	background: #081c1d;
}

.dd-impact__cover > img:first-child {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	min-height: 22rem;
}

.dd-impact__cover::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 45%, rgba(8, 28, 29, 0.55) 100%),
		linear-gradient(90deg, transparent 60%, rgba(11, 42, 43, 0.35) 100%);
	pointer-events: none;
}

.dd-impact__logo {
	position: absolute;
	left: 1.15rem;
	bottom: 1.15rem;
	z-index: 1;
	width: min(9.5rem, 42%);
	height: auto;
	padding: 0.55rem 0.7rem;
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.dd-impact__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 3.5vw, 2.5rem);
	gap: 0.85rem;
}

.dd-impact__client {
	margin: 0;
	font-family: var(--font-label);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6fd4d8;
}

.dd-impact__metric {
	margin: 0;
	font-family: var(--font-heading);
	font-size: clamp(3.2rem, 2.5rem + 2.8vw, 4.75rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.045em;
	color: #fff;
}

.dd-impact__metric-label {
	margin: -0.25rem 0 0;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.9);
}

.dd-impact__summary {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	max-width: 36rem;
}

.dd-impact__stats {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0.9rem 0 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	border-top: 1px solid rgba(159, 227, 227, 0.18);
}

.dd-impact__stats strong {
	display: block;
	font-family: var(--font-heading);
	font-size: clamp(1.45rem, 1.2rem + 0.9vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 0.35rem;
	color: #fff;
}

.dd-impact__stats span {
	display: block;
	font-size: 0.82rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

.dd-impact__quote {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	margin: 0.25rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(159, 227, 227, 0.14);
}

.dd-impact__quote img {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 0 0 0 2px rgba(111, 212, 216, 0.35);
}

.dd-impact__quote blockquote {
	margin: 0;
}

.dd-impact__quote p {
	margin: 0 0 0.55rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
	text-wrap: pretty;
}

.dd-impact__quote figcaption {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
	font-size: 0.78rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.62);
}

.dd-impact__quote figcaption strong {
	color: #fff;
	font-weight: 700;
}

.dd-impact__cta {
	align-self: flex-start;
	margin-top: 0.35rem;
}

/* Final CTA -------------------------------------------------- */
.dd-final {
	padding-block: clamp(3rem, 6vw, 4.75rem);
	text-align: center;
	background:
		radial-gradient(ellipse 60% 80% at 50% 0%, rgba(47, 110, 112, 0.08), transparent 70%),
		#f4fafa;
}

.dd-final__inner {
	max-width: 38rem;
	margin-inline: auto;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--color-hairline);
	box-shadow: 0 18px 44px rgba(15, 47, 47, 0.06);
}

.dd-final__visual {
	margin: 0 auto 1.25rem;
	width: min(11rem, 42vw);
}

.dd-final__visual img {
	width: 100%;
	height: auto;
	display: block;
	animation: dd-float 4.5s ease-in-out infinite;
}

.dd-final h2 {
	margin: 0 0 0.7rem;
	font-family: var(--font-heading);
	font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--color-dark, #0f2f2f);
	text-wrap: balance;
}

.dd-final__inner > p {
	margin: 0 0 1.15rem;
	color: var(--color-text-muted);
	line-height: 1.55;
}

.dd-final__checks {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem 1.25rem;
}

.dd-final__checks li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.92rem;
	font-weight: 650;
	color: var(--color-dark, #0f2f2f);
}

.dd-final__checks li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 999px;
	background: #e5f6ea;
	color: #1a7a3c;
	font-size: 0.7rem;
	font-weight: 800;
}

.dd-final__cta {
	min-width: 14rem;
}

.dd-final__note {
	margin: 0.7rem 0 0;
	font-size: 0.88rem;
	color: var(--color-text-muted);
}

.dd-final__loop {
	margin: 1.5rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--color-text-muted);
}

.dd-final__loop a {
	color: var(--color-teal-700, #2f6e70);
	font-weight: 650;
}

/* Contact ---------------------------------------------------- */
.dd-contact {
	padding-block: clamp(2.5rem, 5vw, 4rem);
	background: #f4f8f8;
	border-top: 1px solid var(--color-hairline);
}

.dd-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: start;
}

.dd-contact__ideas,
.dd-contact__form {
	min-width: 0;
}

.dd-contact__tbyb .free-sample {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	max-width: none;
}

.dd-contact__tbyb .free-sample__intro {
	text-align: left;
	margin-bottom: 1.15rem;
}

.dd-contact__tbyb .free-sample__heading {
	font-size: clamp(1.2rem, 1.05rem + 0.55vw, 1.45rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin: 0;
	text-wrap: balance;
}

.dd-contact__tbyb .free-sample__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dd-contact__tbyb .free-sample__field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
}

.dd-contact__tbyb .free-sample__label {
	display: block;
}

.dd-contact__tbyb .free-sample__input,
.dd-contact__tbyb .fs-infield {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.dd-contact__form .contact-form {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(15, 47, 47, 0.1);
	border-radius: 1.15rem;
}

@keyframes dd-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dd-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

/* Responsive ------------------------------------------------- */
@media (max-width: 900px) {
	.dd-tour__pair {
		grid-template-columns: 1fr;
		gap: 2.25rem;
		max-width: 36rem;
		margin-inline: auto;
	}

	.dd-tour__col {
		width: 100%;
	}

	.dd-tour__col-label {
		margin-inline: auto;
	}
}

@media (max-width: 980px) {
	.dd-hero__inner,
	.dd-speed__grid,
	.dd-speed__proof,
	.dd-row__grid,
	.dd-split__grid,
	.dd-impact__showcase,
	.dd-contact__grid {
		grid-template-columns: 1fr;
	}

	.dd-impact__cover > img:first-child {
		min-height: 16rem;
		aspect-ratio: 16 / 10;
	}

	.dd-kg__ads {
		grid-template-columns: 1fr;
	}

	.dd-showcase-gad__links {
		grid-template-columns: 1fr;
	}

	.dd-showcase-meta {
		max-width: 26rem;
		margin-inline: auto;
		width: 100%;
	}

	.dd-kg__card .dm-cmap--detailed {
		min-height: clamp(22rem, 88vw, 30rem);
		aspect-ratio: 1 / 1.02;
	}

	.dd-tour__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.dd-tour__rail::before {
		display: none;
	}

	.dd-tour__stage {
		min-height: 0;
		padding: 1rem;
	}

	.dd-tour[data-step="2"] .dd-tour__stage {
		padding-inline: 0.45rem;
	}

	.dd-site-stage {
		grid-template-columns: 1fr 1fr;
		gap: 0.85rem 0.65rem;
		align-items: start;
		max-width: none;
	}

	.dd-site-stage .dd-tour__browser {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		max-width: none;
	}

	.dd-site-stage .dd-curl--left,
	.dd-site-stage .dd-curl--right,
	.dd-site-stage .dd-curl--site-headline,
	.dd-site-stage .dd-curl--site-proof,
	.dd-site-stage .dd-curl--site-offer,
	.dd-site-stage .dd-curl--site-form {
		grid-column: auto;
		grid-row: auto;
		align-self: start;
		margin: 0;
		text-align: left;
		max-width: none;
	}

	.dd-site-stage .dd-curl__arrow {
		display: none;
	}

	.dd-tour__pair .dd-gads-stage {
		grid-template-columns: 7.4rem minmax(0, 16.5rem);
	}

	.dd-tour__pair .dd-gads-stage .dd-tour__browser {
		width: 16.5rem;
		max-width: 16.5rem;
	}

	.dd-tour__pair .dd-meta-stage {
		grid-template-columns: minmax(0, 18.5rem) 7.4rem;
	}

	.dd-tour__pair .dd-meta-stage .dd-tour__phone {
		width: 18.5rem;
		max-width: 18.5rem;
	}

	.dd-tour__step-label {
		font-size: 0.74rem;
	}

	.dd-tour__hotspot--gads {
		padding-inline: 0.65rem;
	}

	.dd-gad__title {
		font-size: 1.05rem;
	}

	.dd-gad__links {
		grid-template-columns: 1fr;
	}

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

	.dd-row--reverse .dd-row__copy,
	.dd-row--reverse .dd-row__visual {
		order: unset;
	}

	.dd-hero {
		min-height: clamp(30rem, 85vh, 40rem);
	}

	.dd-hero__title {
		max-width: none;
	}

	.dd-hero__media img {
		object-position: 62% 48%;
	}

	.dd-result-card {
		justify-self: start;
	}

	.dd-icon-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dd-impact__stats {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}
}

@media (max-width: 560px) {
	.dd-speed__stat,
	.dd-speed__quote {
		padding: 1.1rem 1rem;
	}

	.dd-speed__stat-label {
		max-width: none;
	}

	.dd-speed__quote > p {
		font-size: 0.98rem;
		line-height: 1.5;
	}

	.dd-speed__quote footer a {
		min-height: 2.75rem;
		padding-top: 0.2rem;
	}

	.dd-tour[data-step="2"] .dd-tour__stage {
		padding-inline: 0.2rem;
	}

	.dd-site-stage .dd-tour__browser {
		border-radius: 12px;
	}

	.dd-tour__pair {
		justify-content: center;
	}

	.dd-tour__col--google,
	.dd-tour__col--meta {
		width: 100%;
		max-width: none;
		margin-inline: auto;
	}

	.dd-tour__pair .dd-gads-stage {
		width: 100%;
		grid-template-columns: minmax(5rem, 28%) minmax(0, 1fr);
	}

	.dd-tour__pair .dd-meta-stage {
		width: 100%;
		grid-template-columns: minmax(0, 1fr) minmax(5rem, 28%);
	}

	.dd-tour__pair .dd-gads-stage .dd-tour__browser,
	.dd-tour__pair .dd-meta-stage .dd-tour__phone {
		width: 100%;
		max-width: none;
	}

	.dd-result-card {
		width: 100%;
		padding: 1rem;
	}

	.dd-experiments__table-wrap {
		padding: 1rem;
	}

	.dd-kg__card .dm-cmap--detailed {
		min-height: 22.5rem;
	}

	.dd-kg__card .dm-cmap__node-badge,
	.dd-kg__card .dm-cmap__node-badge--chosen {
		font-size: 0.48rem;
		padding: 0.14rem 0.34rem;
	}

	.dd-kg__card .dm-cmap__hub-label {
		font-size: 0.85rem;
	}

	.dd-kg__card .dm-cmap__hub-meta {
		font-size: 0.58rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dd-result-card,
	.dd-row__visual img,
	.dd-experiments__table-wrap,
	.dd-final__visual img,
	.dd-tour__panel,
	.dd-tour__clickbeat-card,
	.dd-tour__hotspot-cue,
	.dd-tour__pointer,
	.dd-tour__pointer-ripple,
	.dd-gad,
	.dd-meta-ad__btn {
		animation: none !important;
	}

	.dd-tour__pair .dd-curl {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.dd-tour__pointer {
		display: none;
	}
}
