/**
 * How Digital Delivery Works — Phase 5.13.1 elite onboarding journey.
 * Scoped to .nds-dd / #nds-delivery only.
 */

.nds-dd {
	--dd-ink: #0c1f2a;
	--dd-muted: #5a7280;
	--dd-soft: #7a929e;
	--dd-accent: #1a7a86;
	--dd-accent-soft: rgba(26, 122, 134, 0.1);
	--dd-radius: 36px;
	--dd-card-radius: 28px;
	--dd-ease: cubic-bezier(0.22, 1, 0.36, 1);
	margin: 3rem 0 3.25rem;
}

.nds-dd__panel {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: var(--dd-radius);
	border: 1px solid rgba(150, 190, 205, 0.22);
	background:
		radial-gradient(ellipse 55% 45% at 12% 8%, rgba(120, 200, 215, 0.22), transparent 58%),
		radial-gradient(ellipse 45% 40% at 88% 18%, rgba(90, 170, 200, 0.14), transparent 55%),
		radial-gradient(ellipse 50% 45% at 70% 100%, rgba(70, 150, 175, 0.12), transparent 58%),
		linear-gradient(165deg, #ffffff 0%, #f7fbfd 42%, #eef6fa 100%);
	box-shadow:
		0 32px 64px rgba(16, 48, 64, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	padding: clamp(2.4rem, 4vw, 3.4rem) clamp(1.6rem, 3.4vw, 3rem) clamp(2rem, 3.2vw, 2.75rem);
	color: var(--dd-ink);
}

.nds-dd__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
	pointer-events: none;
	z-index: 0;
}

.nds-dd__blob--a {
	width: min(420px, 55%);
	height: 280px;
	top: -8%;
	left: -4%;
	background: rgba(110, 190, 205, 0.28);
}

.nds-dd__blob--b {
	width: min(360px, 48%);
	height: 260px;
	right: -6%;
	bottom: 8%;
	background: rgba(80, 160, 185, 0.18);
}

.nds-dd__glow {
	position: absolute;
	inset: 18% 20% auto auto;
	width: min(380px, 42%);
	height: 220px;
	background: radial-gradient(circle, rgba(90, 185, 200, 0.2), transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.nds-dd__dots {
	position: absolute;
	inset: 0;
	opacity: 0.035;
	pointer-events: none;
	z-index: 0;
	background-image: radial-gradient(rgba(20, 60, 80, 0.9) 0.7px, transparent 0.7px);
	background-size: 16px 16px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 88%);
}

.nds-dd__head,
.nds-dd__flow,
.nds-dd__cta {
	position: relative;
	z-index: 1;
}

.nds-dd__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem 2.5rem;
	margin-bottom: clamp(2.2rem, 3.5vw, 3rem);
}

.nds-dd__eyebrow {
	margin: 0 0 0.7rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--dd-accent);
}

.nds-dd__title {
	margin: 0 0 1rem;
	font-family: var(--nds-font-display, Georgia, "Times New Roman", serif);
	font-size: clamp(2.25rem, 4.4vw, 64px);
	font-weight: 650;
	line-height: 1.14;
	letter-spacing: -0.03em;
	color: var(--dd-ink);
}

.nds-dd__lede {
	margin: 0;
	max-width: 620px;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--dd-muted);
}

/* One glass trust capsule */
.nds-dd__trust-glass {
	flex-shrink: 0;
	padding: 0.55rem;
	border-radius: 999px;
	border: 1px solid rgba(140, 180, 200, 0.28);
	background: rgba(255, 255, 255, 0.55);
	box-shadow:
		0 18px 40px rgba(16, 48, 64, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(16px) saturate(1.2);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	animation: nds-dd-badge-glow 4.5s ease-in-out infinite;
}

.nds-dd__trust {
	display: flex;
	align-items: center;
	gap: 0.15rem 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nds-dd__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	color: var(--dd-ink);
	white-space: nowrap;
}

.nds-dd__badge + .nds-dd__badge {
	border-left: 1px solid rgba(26, 122, 134, 0.12);
}

.nds-dd__badge-ico {
	display: inline-flex;
	color: var(--dd-accent);
}

.nds-dd__ico {
	width: 1.05rem;
	height: 1.05rem;
	transition: transform 280ms var(--dd-ease);
}

.nds-dd__ico--lg {
	width: 1.25rem;
	height: 1.25rem;
}

/* —— Connected journey —— */
.nds-dd__flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	margin: 0 0 clamp(2rem, 3vw, 2.6rem);
	padding: 0;
	list-style: none;
}

.nds-dd__step {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	min-width: 0;
}

.nds-dd__step:last-child {
	grid-template-columns: minmax(0, 1fr);
}

.nds-dd-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	padding: 1.45rem 1.3rem 1.25rem;
	border-radius: var(--dd-card-radius);
	border: 1px solid rgba(150, 185, 200, 0.22);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 254, 0.78));
	box-shadow:
		0 18px 40px rgba(16, 48, 64, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(14px) saturate(1.15);
	-webkit-backdrop-filter: blur(14px) saturate(1.15);
	transition:
		transform 320ms var(--dd-ease),
		box-shadow 320ms var(--dd-ease),
		border-color 320ms var(--dd-ease);
}

.nds-dd-card:hover {
	transform: translateY(-8px) rotate(1.25deg);
	border-color: rgba(26, 122, 134, 0.28);
	box-shadow:
		0 32px 56px rgba(16, 48, 64, 0.12),
		0 0 0 1px rgba(26, 122, 134, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 1);
}

.nds-dd__step:nth-child(even) .nds-dd-card:hover {
	transform: translateY(-8px) rotate(-1.25deg);
}

.nds-dd-card__num {
	position: absolute;
	top: 1.1rem;
	right: 1.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	background: linear-gradient(145deg, #18909c, #14656f);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 750;
	box-shadow: 0 10px 20px rgba(20, 100, 110, 0.24);
	z-index: 2;
}

.nds-dd-card__art {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.2rem 0 1.2rem;
	min-height: 8.75rem;
	overflow: visible;
}

/* —— Catalog cover compositions —— */
.nds-dd-scene {
	position: relative;
	width: 100%;
	max-width: 12.5rem;
	height: 8.5rem;
	margin: 0 auto;
}

.nds-dd-scene__book {
	position: absolute;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background: linear-gradient(160deg, #e8f2f6, #c9dde6);
	box-shadow:
		0 12px 24px rgba(12, 40, 55, 0.18),
		0 2px 4px rgba(12, 40, 55, 0.08);
	transform-origin: center bottom;
}

.nds-dd-scene__float {
	display: block;
	width: 100%;
	height: 100%;
	animation: nds-dd-float 5.8s ease-in-out infinite;
}

.nds-dd-scene__float--hero {
	animation-name: nds-dd-float-hero;
	animation-duration: 6.4s;
}

.nds-dd-scene__book:nth-child(even) .nds-dd-scene__float {
	animation-delay: -2.2s;
	animation-duration: 6.4s;
}

.nds-dd-cover,
.nds-dd-cover--ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nds-dd-cover--ph {
	background: linear-gradient(160deg, #dceef3, #b7d3de);
}

.nds-dd-book--sm { width: 2.35rem; height: 3.15rem; }
.nds-dd-book--md { width: 2.85rem; height: 3.85rem; }
.nds-dd-book--lg { width: 3.35rem; height: 4.5rem; }
.nds-dd-book--hero { width: 3.9rem; height: 5.25rem; }

/* Browse collage */
.nds-dd-scene--browse .nds-dd-scene__book--b1 { left: 4%; top: 8%; z-index: 1; transform: rotate(-18deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b2 { right: 6%; top: 4%; z-index: 1; transform: rotate(16deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b3 { left: 10%; bottom: 10%; z-index: 2; transform: rotate(-10deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b4 { right: 8%; bottom: 8%; z-index: 2; transform: rotate(12deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b5 { left: 28%; top: 6%; z-index: 3; transform: rotate(-6deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b6 { right: 26%; top: 12%; z-index: 3; transform: rotate(8deg); }
.nds-dd-scene--browse .nds-dd-scene__book--b7 { left: 22%; bottom: 2%; z-index: 4; transform: rotate(-4deg); }
.nds-dd-scene--browse .nds-dd-scene__book--hero {
	left: 50%;
	top: 50%;
	z-index: 6;
	transform: translate(-50%, -46%) rotate(-2deg);
	box-shadow:
		0 18px 34px rgba(12, 40, 55, 0.26),
		0 4px 8px rgba(12, 40, 55, 0.1);
}

/* Cart stack */
.nds-dd-scene--cart .nds-dd-scene__book--s1 { left: 14%; top: 18%; z-index: 1; transform: rotate(-14deg); }
.nds-dd-scene--cart .nds-dd-scene__book--s2 { left: 28%; top: 12%; z-index: 2; transform: rotate(-4deg); }
.nds-dd-scene--cart .nds-dd-scene__book--s3 { left: 40%; top: 10%; z-index: 3; transform: rotate(5deg); }
.nds-dd-scene--cart .nds-dd-scene__book--selected {
	left: 52%;
	top: 6%;
	z-index: 5;
	transform: rotate(11deg);
	box-shadow:
		0 20px 36px rgba(12, 40, 55, 0.28),
		0 0 0 2px rgba(26, 122, 134, 0.22);
}

.nds-dd-scene__accent {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 7;
	border-radius: 999px;
	background: linear-gradient(145deg, #1a8a96, #14656f);
	color: #fff;
	box-shadow: 0 10px 20px rgba(20, 100, 110, 0.28);
}

.nds-dd-scene__accent--cart {
	right: 8%;
	bottom: 10%;
	width: 2.15rem;
	height: 2.15rem;
	animation: nds-dd-float 4.8s ease-in-out infinite;
}

.nds-dd-scene__accent--cart .nds-dd__ico {
	width: 1.05rem;
	height: 1.05rem;
	color: #fff;
}

/* Secure trio + shield */
.nds-dd-scene--secure .nds-dd-scene__shield {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	z-index: 0;
	display: inline-flex;
	opacity: 0.22;
	color: var(--dd-accent);
	filter: drop-shadow(0 10px 18px rgba(26, 122, 134, 0.2));
}

.nds-dd__ico--shield {
	width: 5.5rem;
	height: 5.5rem;
}

.nds-dd-scene--secure .nds-dd-scene__book--sec1 { left: 12%; top: 22%; z-index: 2; transform: rotate(-12deg); }
.nds-dd-scene--secure .nds-dd-scene__book--sec2 { right: 12%; top: 18%; z-index: 2; transform: rotate(10deg); }
.nds-dd-scene--secure .nds-dd-scene__book--sec3 {
	left: 50%;
	top: 14%;
	z-index: 4;
	transform: translateX(-50%) rotate(-2deg);
	box-shadow: 0 18px 32px rgba(12, 40, 55, 0.24);
}

/* My Library interface */
.nds-dd-scene--library {
	max-width: 13rem;
	height: 8.75rem;
}

.nds-dd-library {
	position: absolute;
	inset: 0.15rem 0.2rem;
	border-radius: 14px;
	border: 1px solid rgba(140, 180, 200, 0.28);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(236, 247, 250, 0.9));
	box-shadow:
		0 16px 28px rgba(12, 40, 55, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	overflow: hidden;
	padding: 0.4rem 0.45rem 0.5rem;
}

.nds-dd-library__chrome {
	display: flex;
	align-items: center;
	gap: 0.28rem;
	margin-bottom: 0.4rem;
	padding: 0 0.1rem;
}

.nds-dd-library__chrome span {
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: #c5dde6;
}

.nds-dd-library__chrome span:nth-child(1) { background: #9ec8d3; }
.nds-dd-library__chrome span:nth-child(2) { background: #b7d5de; }

.nds-dd-library__chrome em {
	margin-left: 0.35rem;
	font-style: normal;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--dd-soft);
}

.nds-dd-library__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.28rem;
	margin-bottom: 0.28rem;
}

.nds-dd-library__row--dim {
	opacity: 0.72;
}

.nds-dd-library__cell {
	position: relative;
	aspect-ratio: 3 / 4;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 6px 12px rgba(12, 40, 55, 0.14);
	background: #d7e8ee;
}

.nds-dd-library__tag {
	position: absolute;
	left: 0.15rem;
	right: 0.15rem;
	bottom: 0.15rem;
	padding: 0.12rem 0.18rem;
	border-radius: 4px;
	font-size: 0.42rem;
	font-weight: 750;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.1;
	color: #fff;
	box-shadow: 0 4px 8px rgba(12, 40, 55, 0.18);
}

.nds-dd-library__tag--dl {
	background: linear-gradient(135deg, #15707c, #1a8a96);
}

.nds-dd-library__tag--ok {
	background: linear-gradient(135deg, #2f7d5a, #3a9a6e);
}

.nds-dd-card__body {
	flex: 1;
	margin-bottom: 1.05rem;
}

.nds-dd-card__title {
	margin: 0 0 0.55rem;
	font-family: var(--nds-font-display, Georgia, "Times New Roman", serif);
	font-size: 1.22rem;
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: -0.015em;
	color: var(--dd-ink);
}

.nds-dd-card__desc {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--dd-muted);
}

.nds-dd-card__benefit {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	padding: 0.7rem 0.85rem;
	border-radius: 16px;
	border: 1px solid rgba(26, 122, 134, 0.14);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 22px rgba(16, 48, 64, 0.05);
	font-size: 0.8rem;
	font-weight: 650;
	line-height: 1.35;
	color: #0f5f68;
}

.nds-dd-card__check {
	display: inline-flex;
	flex-shrink: 0;
	color: var(--dd-accent);
}

.nds-dd-card__check .nds-dd__ico {
	width: 1.1rem;
	height: 1.1rem;
}

/* Elegant connectors */
.nds-dd__connector {
	position: relative;
	display: flex;
	align-items: center;
	align-self: center;
	width: 2.75rem;
	margin: 0 0.15rem;
	flex-shrink: 0;
}

.nds-dd__connector-line {
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(
		90deg,
		rgba(26, 122, 134, 0.12) 20%,
		rgba(26, 122, 134, 0.55) 20%,
		rgba(26, 122, 134, 0.55) 45%,
		rgba(26, 122, 134, 0.12) 45%
	);
	background-size: 14px 2px;
	animation: nds-dd-dash 1.6s linear infinite;
}

.nds-dd__connector-arrow {
	position: absolute;
	right: -1px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(26, 122, 134, 0.5);
	border-right: 2px solid rgba(26, 122, 134, 0.5);
	transform: translateY(-50%) rotate(45deg);
}

/* —— Bottom CTA —— */
.nds-dd__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem 2rem;
	padding: 1.45rem 1.6rem;
	border-radius: 28px;
	border: 1px solid rgba(140, 180, 200, 0.28);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(232, 245, 249, 0.72));
	box-shadow:
		0 20px 44px rgba(16, 48, 64, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(18px) saturate(1.2);
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.nds-dd__cta-copy {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	min-width: 0;
}

.nds-dd__cta-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(26, 122, 134, 0.14), rgba(26, 122, 134, 0.06));
	color: var(--dd-accent);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.nds-dd__cta-copy strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: var(--nds-font-display, Georgia, "Times New Roman", serif);
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -0.015em;
	color: var(--dd-ink);
}

.nds-dd__cta-copy p {
	margin: 0;
	max-width: 28rem;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--dd-muted);
}

.nds-dd__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem 0.9rem;
	flex-shrink: 0;
}

.nds-dd__cta-primary,
.nds-dd__cta-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 54px;
	padding: 0 1.45rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 280ms var(--dd-ease), box-shadow 280ms var(--dd-ease), background 280ms var(--dd-ease);
}

.nds-dd__cta-primary {
	background: linear-gradient(135deg, #15707c, #1a8a96);
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(20, 100, 110, 0.24);
}

.nds-dd__cta-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 40px rgba(20, 100, 110, 0.3);
}

.nds-dd__cta-primary:hover span {
	transform: translateX(4px);
}

.nds-dd__cta-primary span {
	display: inline-block;
	transition: transform 280ms var(--dd-ease);
}

.nds-dd__cta-secondary {
	border: 1.5px solid rgba(26, 122, 134, 0.32);
	background: rgba(255, 255, 255, 0.72);
	color: var(--dd-accent);
}

.nds-dd__cta-secondary:hover {
	transform: translateY(-2px);
	background: #ffffff;
}

.nds-dd__cta-primary:focus-visible,
.nds-dd__cta-secondary:focus-visible {
	outline: 2px solid var(--dd-accent);
	outline-offset: 3px;
}

@keyframes nds-dd-dash {
	to {
		background-position: 14px 0;
	}
}

@keyframes nds-dd-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes nds-dd-float-hero {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-7px);
	}
}

@keyframes nds-dd-badge-glow {
	0%,
	100% {
		box-shadow:
			0 18px 40px rgba(16, 48, 64, 0.08),
			inset 0 1px 0 rgba(255, 255, 255, 0.9),
			0 0 0 0 rgba(26, 122, 134, 0);
	}
	50% {
		box-shadow:
			0 18px 40px rgba(16, 48, 64, 0.08),
			inset 0 1px 0 rgba(255, 255, 255, 0.9),
			0 0 0 6px rgba(26, 122, 134, 0.05);
	}
}

/* Tablet 2×2 */
@media (max-width: 1100px) {
	.nds-dd__title {
		font-size: clamp(2rem, 5vw, 2.85rem);
	}

	.nds-dd__flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.35rem 1.5rem;
	}

	.nds-dd__step {
		grid-template-columns: minmax(0, 1fr);
	}

	.nds-dd__connector {
		display: none;
	}

	.nds-dd__step:nth-child(1),
	.nds-dd__step:nth-child(2) {
		padding-bottom: 0.55rem;
	}

	.nds-dd__step:nth-child(1)::after,
	.nds-dd__step:nth-child(2)::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -0.2rem;
		width: 2px;
		height: 1.1rem;
		background-image: linear-gradient(
			180deg,
			rgba(26, 122, 134, 0.15) 25%,
			rgba(26, 122, 134, 0.5) 25%,
			rgba(26, 122, 134, 0.5) 50%,
			rgba(26, 122, 134, 0.15) 50%
		);
		background-size: 2px 10px;
		transform: translateX(-50%);
		pointer-events: none;
		animation: nds-dd-dash-v 1.6s linear infinite;
	}
}

@keyframes nds-dd-dash-v {
	to {
		background-position: 0 10px;
	}
}

@media (max-width: 900px) {
	.nds-dd__head {
		flex-direction: column;
		gap: 1.5rem;
	}

	.nds-dd__trust-glass {
		align-self: flex-start;
		border-radius: 22px;
		max-width: 100%;
	}

	.nds-dd__trust {
		flex-wrap: wrap;
	}

	.nds-dd__badge + .nds-dd__badge {
		border-left: 0;
	}

	.nds-dd__cta {
		flex-direction: column;
		align-items: stretch;
		padding: 1.35rem 1.3rem;
	}

	.nds-dd__cta-actions {
		justify-content: flex-start;
	}
}

/* Mobile vertical timeline */
@media (max-width: 720px) {
	.nds-dd {
		margin: 2.4rem 0 2.6rem;
	}

	.nds-dd__panel {
		padding: 1.75rem 1.15rem 1.45rem;
		border-radius: 28px;
	}

	.nds-dd__title {
		font-size: clamp(1.9rem, 8vw, 2.35rem);
		max-width: none;
	}

	.nds-dd__flow {
		grid-template-columns: 1fr;
		gap: 0;
		padding-left: 0.2rem;
		border-left: 2px dashed rgba(26, 122, 134, 0.26);
		margin-left: 0.95rem;
	}

	.nds-dd__step {
		padding: 0 0 1.2rem 1.3rem;
	}

	.nds-dd__step:last-child {
		padding-bottom: 0;
	}

	.nds-dd__step::before {
		content: "";
		position: absolute;
		left: -0.45rem;
		top: 1.55rem;
		width: 0.75rem;
		height: 0.75rem;
		border-radius: 50%;
		background: var(--dd-accent);
		box-shadow: 0 0 0 5px rgba(26, 122, 134, 0.12);
		z-index: 1;
	}

	.nds-dd__step:nth-child(1)::after,
	.nds-dd__step:nth-child(2)::after {
		display: none;
	}

	.nds-dd-card:hover,
	.nds-dd__step:nth-child(even) .nds-dd-card:hover {
		transform: translateY(-4px) rotate(0deg);
	}

	.nds-dd__cta-primary,
	.nds-dd__cta-secondary {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nds-dd-card,
	.nds-dd__cta-primary,
	.nds-dd__cta-secondary,
	.nds-dd__cta-primary span,
	.nds-dd__ico,
	.nds-dd__connector-line,
	.nds-dd-scene__float,
	.nds-dd-scene__accent--cart,
	.nds-dd__trust-glass {
		transition: none !important;
		animation: none !important;
	}

	.nds-dd-card:hover,
	.nds-dd__step:nth-child(even) .nds-dd-card:hover,
	.nds-dd__cta-primary:hover,
	.nds-dd__cta-secondary:hover {
		transform: none;
	}

	.nds-dd__step:nth-child(1)::after,
	.nds-dd__step:nth-child(2)::after {
		animation: none !important;
	}
}
