/* ============================================================
 * Homepage section overrides & additions.
 * Loaded only when is_front_page() — see functions.php.
 * Extends the existing classes in main.css.
 * ============================================================ */

/* ---------- Reconciliation Shield ---------- */
.ds-shield {
	position: relative;
	padding: 112px 60px;
	background: var(--ds-ink);
	color: #fff;
	overflow: hidden;
}
.ds-shield__bg-grid {
	position: absolute;
	inset: 0;
	opacity: .4;
	pointer-events: none;
	background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 48px 48px;
}
.ds-shield__inner { position: relative; max-width: 1320px; margin: 0 auto; }
.ds-shield__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
.ds-shield__badge {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 16px; border-radius: 999px;
	background: var(--ds-cyan); color: #fff;
	font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.ds-shield__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.ds-shield__eyebrow-sub { font-size: 11px; font-weight: 800; color: rgba(255, 255, 255, .55); letter-spacing: .2em; text-transform: uppercase; }
.ds-shield__head {
	display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px;
}
.ds-shield__title {
	font-size: clamp(56px, 6.2vw, 92px); font-weight: 900; line-height: .92;
	letter-spacing: -.03em; text-transform: uppercase; margin: 0; color: #fff;
}
.ds-shield__lede { font-size: 20px; line-height: 1.5; color: rgba(255, 255, 255, .78); margin: 28px 0 0; font-weight: 500; max-width: 620px; }
.ds-shield__lede strong { color: #fff; }
.ds-shield__sidenote p {
	font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, .65); margin: 0; font-weight: 500;
	border-left: 2px solid var(--ds-cyan); padding-left: 20px;
}
.ds-shield__sidenote strong { color: #fff; font-weight: 700; }
.ds-shield__main { display: grid; grid-template-columns: 1.45fr 1fr; gap: 32px; align-items: stretch; }
.ds-shield__steps {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 24px; padding: 40px 40px 36px;
}
.ds-shield__steps-head { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.ds-shield__steps-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ds-cyan); box-shadow: 0 0 0 4px rgba(0, 184, 240, .18); }
.ds-shield__steps-head span:last-child { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .2em; text-transform: uppercase; }
.ds-shield__steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ds-shield__step { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .10); }
.ds-shield__step-row { display: flex; align-items: center; justify-content: space-between; }
.ds-shield__step-n { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .2em; font-family: monospace; }
.ds-shield__step-tick { width: 18px; height: 18px; border-radius: 50%; background: rgba(0, 184, 240, .14); color: var(--ds-cyan); display: grid; place-items: center; }
.ds-shield__step-t { font-size: 18px; font-weight: 900; color: #fff; letter-spacing: -.005em; text-transform: uppercase; margin: 0; line-height: 1.2; }
.ds-shield__step-d { font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, .65); margin: 0; font-weight: 500; }
.ds-shield__legal { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .10); display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--ds-cyan); }
.ds-shield__legal span { font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .78); line-height: 1.5; }
.ds-shield__legal strong { color: #fff; font-weight: 800; }
.ds-shield__card {
	background: #fff; color: var(--ds-ink); border-radius: 24px; padding: 40px 36px 36px;
	box-shadow: 0 30px 80px -20px rgba(0, 184, 240, .45); display: flex; flex-direction: column;
}
.ds-shield__card-eyebrow { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.ds-shield__card-title { font-size: 26px; font-weight: 900; color: var(--ds-ink); letter-spacing: -.015em; text-transform: uppercase; margin: 0 0 18px; line-height: 1.15; }
.ds-shield__card-body { font-size: 15px; line-height: 1.6; color: var(--ds-ink-3); margin: 0 0 22px; font-weight: 500; }
.ds-shield__card-list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 12px; }
.ds-shield__card-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; font-weight: 600; color: var(--ds-ink-2); line-height: 1.5; }
.ds-shield__card-tick { flex-shrink: 0; margin-top: 2px; width: 18px; height: 18px; border-radius: 6px; background: rgba(0, 184, 240, .14); color: var(--ds-cyan); display: grid; place-items: center; }
.ds-shield__card-cta { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.ds-shield__card-cta .ds-cta { width: 100%; justify-content: center; }
.ds-shield__card-foot { font-size: 11px; font-weight: 700; color: var(--ds-muted); letter-spacing: .08em; text-align: center; }
.ds-shield__sectors {
	margin-top: 36px; padding: 22px 28px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: space-between;
}
.ds-shield__sectors-label { font-size: 11px; font-weight: 800; color: rgba(255, 255, 255, .55); letter-spacing: .2em; text-transform: uppercase; }
.ds-shield__sectors-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.ds-shield__sectors-pills span {
	padding: 7px 14px; border-radius: 999px;
	background: rgba(0, 184, 240, .10);
	border: 1px solid rgba(0, 184, 240, .22);
	font-size: 12px; font-weight: 700; color: #fff;
}

/* ---------- Testimonials extras ---------- */
.ds-testimonials__zogby { height: 128px; width: auto; }
.ds-testimonials__split-head { text-align: center; }
.ds-testimonials__split-head .ds-eyebrow { margin-left: auto; margin-right: auto; }
.ds-testimonials__count {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ds-testimonials__rating .label-big { letter-spacing: -.005em; }

/* ---------- Track Record ---------- */
.ds-track__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ds-line);
	border-bottom: 1px solid var(--ds-line);
	margin-bottom: 72px;
}
.ds-track__stat {
	padding: 40px 28px;
	text-align: center;
	border-right: 1px solid var(--ds-line);
}
.ds-track__stat:last-child { border-right: 0; }
.ds-track__stat .num {
	font-size: 72px;
	font-weight: 900;
	color: var(--ds-cyan);
	letter-spacing: -0.04em;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}
.ds-track__stat .l1 {
	font-size: 14px;
	font-weight: 800;
	color: var(--ds-ink);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-top: 14px;
}
.ds-track__stat .l2 {
	font-size: 13px;
	color: var(--ds-muted);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-top: 4px;
}
.ds-track__copy-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 64px;
	align-items: center;
}
.ds-track__copy p {
	font-size: 17px;
	line-height: 1.65;
	color: var(--ds-ink-3);
	margin: 0 0 18px;
	font-weight: 500;
}
.ds-track__copy p.lede {
	font-size: 18px;
	line-height: 1.55;
	color: var(--ds-ink);
	font-weight: 700;
}
.ds-track__copy .ds-cta { margin-top: 14px; }
@media (max-width: 900px) {
	.ds-track__stats { grid-template-columns: repeat(2, 1fr); }
	.ds-track__stat { border-right: 0; border-bottom: 1px solid var(--ds-line); }
	.ds-track__stat:nth-child(odd) { border-right: 1px solid var(--ds-line); }
	.ds-track__stat:nth-last-child(-n+2) { border-bottom: 0; }
	.ds-track__stat .num { font-size: 64px; }
	.ds-track__copy-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Eyebrow with rule on both sides (mirrors JSX bookend pattern) ---------- */
.ds-eyebrow--rule-both::before,
.ds-eyebrow--rule-both::after {
	content: "";
	width: 32px;
	height: 1px;
	background: var(--ds-cyan);
}

/* ---------- Industries (homepage tabbed swap) ---------- */
.ds-industries-home { padding: 104px 60px 120px; background: var(--ds-paper); border-top: 1px solid var(--ds-line); }
.ds-industries-home__inner { max-width: 1280px; margin: 0 auto; }
.ds-industries-home__head { text-align: center; margin-bottom: 40px; }
.ds-industries-home__head .ds-eyebrow { justify-content: center; }
.ds-industries-home__head .ds-section-title {
	margin: 0 auto;
	max-width: 920px;
	font-size: 64px;
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.025em;
	text-wrap: balance;
}
.ds-industries-home__tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 56px; }
.ds-industries-home__tab {
	height: 48px; padding: 0 24px;
	border-radius: var(--ds-radius-pill); border: 1px solid var(--ds-line);
	background: #fff; color: var(--ds-ink);
	font-size: 14px; font-weight: 700; letter-spacing: .01em; cursor: pointer;
	transition: background var(--ds-dur) var(--ds-ease),
	            color var(--ds-dur) var(--ds-ease),
	            border-color var(--ds-dur) var(--ds-ease);
}
.ds-industries-home__tab:hover { border-color: var(--ds-ink); }
.ds-industries-home__tab.is-active { background: var(--ds-ink); color: #fff; border-color: var(--ds-ink); }
.ds-industries-home__panels { position: relative; }
.ds-industries-home__panel {
	display: none;
	grid-template-columns: 1.35fr 1fr; gap: 28px; align-items: stretch;
}
.ds-industries-home__panel.is-active { display: grid; animation: dsFadeIn .35s ease both; }
.ds-industries-home__photo {
	position: relative; min-height: 520px; border-radius: 24px; overflow: hidden;
	background: linear-gradient(180deg, var(--ds-cyan) 0%, var(--ds-cyan-deep) 100%);
}
.ds-industries-home__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ds-industries-home__photo-fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 18, 31, .25) 0%, rgba(10, 18, 31, .55) 100%); }
.ds-industries-home__photo-label {
	position: absolute; left: 24px; bottom: 24px;
	padding: 10px 18px; border-radius: 999px;
	background: rgba(255, 255, 255, .14); color: #fff;
	border: 1px solid rgba(255, 255, 255, .25);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.ds-industries-home__promise {
	position: absolute; top: 24px; right: 24px; width: 210px;
	background: var(--ds-ink); color: #fff; border-radius: 20px; padding: 22px 22px 20px;
	box-shadow: 0 18px 40px -18px rgba(15, 26, 45, .55);
}
.ds-industries-home__promise-eyebrow { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.ds-industries-home__promise-text { font-size: 20px; line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
.ds-industries-home__card {
	background: #fff; border-radius: 24px; border: 1px solid var(--ds-line);
	padding: 40px; display: flex; flex-direction: column; justify-content: space-between;
	min-height: 520px;
}
.ds-industries-home__card-eyebrow { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.ds-industries-home__card-title { font-size: 36px; line-height: 1.05; letter-spacing: -.02em; font-weight: 900; color: var(--ds-ink); text-transform: uppercase; margin: 0; }
.ds-industries-home__card-copy { font-size: 15.5px; line-height: 1.6; color: var(--ds-ink-3); margin: 20px 0 0; font-weight: 500; }
.ds-industries-home__card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--ds-line); }
.ds-industries-home__card-stats .num { font-size: 30px; font-weight: 900; color: var(--ds-cyan); letter-spacing: -.02em; line-height: 1; }
.ds-industries-home__card-stats .lab { font-size: 11px; font-weight: 700; color: var(--ds-muted); letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; }
.ds-industries-home__bullets { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 10px; }
.ds-industries-home__bullets li { display: flex; align-items: center; gap: 12px; font-size: 13.5px; font-weight: 600; color: var(--ds-ink-2); line-height: 1.4; }
.ds-industries-home__bullets .tick { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--ds-cyan); color: #fff; display: grid; place-items: center; }
.ds-industries-home__card-foot { margin-top: 28px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--ds-line); justify-content: space-between; }
.ds-industries-home__card-counter { font-size: 12px; font-weight: 700; color: var(--ds-muted); letter-spacing: .14em; text-transform: uppercase; }
.ds-industries-home__card-counter span { color: var(--ds-line); margin: 0 6px; }
@keyframes dsFadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

/* ---------- Real People — 3-card grid ---------- */
.ds-real-people { background: #fff; }
.ds-real-people__head { text-align: center; margin-bottom: 48px; max-width: 1320px; margin-left: auto; margin-right: auto; }
.ds-real-people__head .ds-section-title {
	font-size: 54px;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -.02em;
}
.ds-real-people__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	max-width: 1320px; margin: 0 auto;
}
.ds-real-people__card {
	position: relative; overflow: hidden;
	background: var(--ds-cyan, #00b8f0);
	border-radius: 16px;
	height: 340px;
	display: flex; flex-direction: column;
	box-shadow: 0 18px 40px -18px rgba(15, 26, 45, .25);
}
.ds-real-people__chip {
	position: absolute; top: 14px; left: 14px; z-index: 3;
	padding: 8px 16px;
	background: var(--ds-ink, #0f1a2d); color: #fff;
	font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
	border-radius: 999px;
	order: -1;
}
.ds-real-people__photo {
	width: 100%; flex: 1 1 auto; min-height: 0;
	object-fit: cover; object-position: center top;
	display: block;
	order: 1;
}
.ds-real-people__cap {
	background: var(--ds-ink, #0f1a2d);
	padding: 14px 18px;
	color: #fff;
	order: 2;
	margin-top: auto;
	flex-shrink: 0;
	z-index: 2;
	position: relative;
}
.ds-real-people__role {
	font-size: 16px; font-weight: 800; color: #fff;
	letter-spacing: .01em; line-height: 1.2;
}
.ds-real-people__loc {
	font-size: 13px; font-weight: 600;
	color: var(--ds-cyan, #00b8f0);
	margin-top: 4px; line-height: 1.2;
}
.ds-real-people__foot { display: flex; justify-content: space-between; align-items: center; margin: 24px auto 0; max-width: 1320px; font-size: 12px; font-weight: 600; color: var(--ds-muted); letter-spacing: .04em; }
.ds-real-people__foot a { color: var(--ds-cyan); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }

/* ---------- Real Success — case-study carousel ----------
   Layered card: full-bleed grayscale photo behind, dark navy gradient on the
   left masking it, and a copy panel with role/eyebrow + 42% hero stat + 4-stat
   grid sitting in the gradient. Section background is white (not dark). */
.ds-real-success {
	background: #fff;
	color: var(--ds-ink, #0F1A2D);
	position: relative;
	overflow: hidden;
}
.ds-real-success__inner { max-width: 1320px; margin: 0 auto; position: relative; z-index: 1; }
.ds-real-success__head { text-align: center; margin-bottom: 48px; }
.ds-real-success__title {
	font-size: 54px;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -.02em;
	color: var(--ds-ink, #0F1A2D);
}
.ds-real-success__title .ds-emph { color: var(--ds-cyan, #00B8F0); }

/* Card frame ---------------------------------------------------------- */
.ds-real-success__frame { position: relative; }
.ds-real-success__viewport {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #1a1f26;
	box-shadow: 0 30px 80px -20px rgba(15, 26, 45, .25);
	min-height: 520px;
}
.ds-real-success__slide {
	position: absolute; inset: 0;
	opacity: 0; visibility: hidden;
	transition: opacity .45s ease;
	pointer-events: none;
}
.ds-real-success__slide.is-active {
	opacity: 1; visibility: visible;
	pointer-events: auto;
	position: relative;
	display: block;
}
.ds-real-success__slide:not(.is-active) { display: none; }

/* Card layout: photo is the full background; copy panel sits over it. */
.ds-real-success__card {
	position: relative;
	min-height: 520px;
	background: #1a1f26;
	overflow: hidden;
}

/* Photo: full-bleed b/w portrait pinned to right-bottom -------------- */
.ds-real-success__photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.ds-real-success__photo img {
	position: absolute;
	right: 0; bottom: 0;
	height: 118%; width: auto;
	object-fit: cover;
	object-position: center bottom;
	filter: grayscale(1) contrast(1.05) brightness(.95);
	transition: filter .35s ease;
	animation: dsRealSuccessFadeIn .5s ease;
}
@keyframes dsRealSuccessFadeIn { from { opacity: .4 } to { opacity: 1 } }

/* Dark gradient on the left half lifts the copy panel ----------------- */
.ds-real-success__card::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(90deg,
		rgba(15, 26, 45, .92) 0%,
		rgba(15, 26, 45, .75) 30%,
		rgba(15, 26, 45, .2)  55%,
		rgba(15, 26, 45, 0)   75%);
	pointer-events: none;
	z-index: 1;
}

/* Decorative D watermark behind the panel ----------------------------- */
.ds-real-success__card::after {
	content: "";
	position: absolute;
	left: 30px; bottom: 20px;
	width: 240px; height: 240px;
	background: url('../images/ico-delancey.svg') center / contain no-repeat;
	opacity: .18;
	filter: brightness(0) invert(1);
	pointer-events: none;
	z-index: 1;
}

/* Copy panel ---------------------------------------------------------- */
.ds-real-success__copy {
	position: relative;
	padding: 56px 60px;
	max-width: 1320px;
	margin: 0 auto;
	min-height: 520px;
	display: flex;
	align-items: center;
	z-index: 2;
}
.ds-real-success__copy-inner {
	max-width: 440px;
	color: #fff;
	position: relative;
}
/* Decorative L bracket on the left of the copy block */
.ds-real-success__copy-inner::before {
	content: "";
	position: absolute;
	left: -28px; top: -12px; bottom: -12px;
	width: 18px;
	border-top: 2px solid rgba(255, 255, 255, .4);
	border-left: 2px solid rgba(255, 255, 255, .4);
	border-bottom: 2px solid rgba(255, 255, 255, .4);
	border-radius: 4px 0 0 4px;
}

/* Eyebrow: ROLE / LOCATION on two visual lines, dashed divider below -- */
.ds-real-success__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 6px;
}
.ds-real-success__loc {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .65);
	margin: 0 0 30px;
	padding-bottom: 18px;
	border-bottom: 1px dashed rgba(255, 255, 255, .25);
}

/* Hero stat: big % white, "Savings" cyan with dashed divider --------- */
.ds-real-success__hero { display: contents; }
.ds-real-success__hero-num {
	display: block;
	font-size: 96px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: .9;
	color: #fff;
	font-variant-numeric: tabular-nums;
	text-transform: uppercase;
}
.ds-real-success__hero-lab {
	display: block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--ds-cyan, #00B8F0);
	margin: 4px 0 32px;
	padding-bottom: 24px;
	border-bottom: 1px dashed rgba(255, 255, 255, .25);
}

/* Stats grid 2x2 ----------------------------------------------------- */
.ds-real-success__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 36px;
	margin: 0;
}
.ds-real-success__stat { border-top: 0; padding-top: 0; }
.ds-real-success__stat dt {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	margin: 0 0 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed rgba(255, 255, 255, .25);
}
.ds-real-success__stat dd {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.01em;
	color: #fff;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}
/* Last stat (Total Savings) renders in cyan */
.ds-real-success__stat:last-child dd { color: var(--ds-cyan, #00B8F0); }

/* Carousel controls inside the card ---------------------------------- */
.ds-real-success__controls {
	position: absolute;
	inset: auto 0 0 0;
	pointer-events: none;
	z-index: 5;
}
.ds-real-success__dots {
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	pointer-events: auto;
}
.ds-real-success__dot {
	width: 8px; height: 8px;
	border: 0; padding: 0;
	border-radius: 99px;
	background: rgba(255, 255, 255, .4);
	cursor: pointer;
	transition: width .25s ease, background .25s ease;
}
.ds-real-success__dot:hover { background: rgba(255, 255, 255, .65); }
.ds-real-success__dot.is-active {
	background: #fff;
	width: 28px;
}
.ds-real-success__nav {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: flex;
	gap: 20px;
	pointer-events: auto;
}
.ds-real-success__navbtn {
	width: 44px; height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .25);
	padding: 0;
	background: rgba(255, 255, 255, .1);
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
	color: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: transform .15s ease, background .2s ease;
}
.ds-real-success__navbtn--next {
	background: var(--ds-cyan, #00B8F0);
	border: 0;
	box-shadow: 0 6px 18px rgba(0, 184, 240, .4);
	color: #fff;
}
.ds-real-success__navbtn:hover { transform: translateY(-1px); }
.ds-real-success__navbtn--prev:hover { background: rgba(255, 255, 255, .2); }
.ds-real-success__navbtn--next:hover { background: #00a3d4; }
.ds-real-success__navbtn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* Footer note below card -------------------------------------------- */
.ds-real-success__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	font-size: 12px;
	font-weight: 600;
	color: var(--ds-muted, #5C6A7E);
	letter-spacing: .04em;
}
.ds-real-success__foot a {
	color: var(--ds-cyan, #00B8F0);
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (prefers-reduced-motion: reduce) {
	.ds-real-success__photo img { animation: none; transition: none; }
}

@media (max-width: 900px) {
	.ds-real-success__viewport,
	.ds-real-success__card { min-height: 620px; }
	.ds-real-success__copy { padding: 48px 32px 96px; min-height: 620px; }
	.ds-real-success__copy-inner { max-width: 100%; }
	.ds-real-success__copy-inner::before { display: none; }
	.ds-real-success__hero-num { font-size: 80px; }
	.ds-real-success__photo img { height: 100%; width: 100%; }
	.ds-real-success__card::before {
		background: linear-gradient(180deg,
			rgba(15, 26, 45, .96) 0%,
			rgba(15, 26, 45, .85) 55%,
			rgba(15, 26, 45, .55) 100%);
	}
	.ds-real-success__card::after { display: none; }
}
@media (max-width: 600px) {
	.ds-real-success__copy { padding: 40px 24px 96px; }
	.ds-real-success__hero-num { font-size: 64px; }
	.ds-real-success__hero-lab { font-size: 20px; }
	.ds-real-success__stats { grid-template-columns: 1fr 1fr; gap: 16px 20px; }
	.ds-real-success__foot { flex-direction: column; gap: 10px; align-items: flex-start; }
}

/* ---------- How it works (4-stage) ---------- */
.ds-howit { padding: 120px 60px; background: var(--ds-paper); position: relative; overflow: hidden; }
.ds-howit__inner { max-width: 1320px; margin: 0 auto; position: relative; }
.ds-howit__head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.ds-howit__title { font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; margin: 0; color: var(--ds-ink); }
.ds-howit__sub { font-size: 18px; line-height: 1.55; color: var(--ds-ink-3); margin: 24px 0 0; font-weight: 500; max-width: 620px; }
.ds-howit__sub strong { color: var(--ds-ink); }
.ds-howit__counts { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }
.ds-howit__count { padding: 18px 22px; background: #fff; border-radius: 14px; border: 1px solid var(--ds-line); min-width: 140px; }
.ds-howit__count.is-dark { background: var(--ds-ink); color: #fff; border-color: var(--ds-ink); }
.ds-howit__count.is-dark .num { color: var(--ds-cyan); }
.ds-howit__count.is-dark .lab { color: rgba(255, 255, 255, .7); }
.ds-howit__count .num { font-size: 32px; font-weight: 900; color: var(--ds-ink); letter-spacing: -.02em; line-height: 1; }
.ds-howit__count .lab { font-size: 11px; font-weight: 700; color: var(--ds-muted); letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; }
.ds-howit__timeline { position: relative; margin-top: 24px; }
.ds-howit__rule { position: absolute; top: 36px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--ds-cyan) 6%, var(--ds-cyan) 94%, transparent 100%); opacity: .35; }
.ds-howit__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.ds-howit__step { display: flex; flex-direction: column; }
.ds-howit__node { display: flex; justify-content: center; margin-bottom: 24px; position: relative; }
.ds-howit__node-disc { width: 88px; height: 88px; border-radius: 50%; background: var(--ds-cyan); display: grid; place-items: center; box-shadow: var(--ds-shadow-cta); position: relative; z-index: 2; }
.ds-howit__node-disc img { width: 48px; height: 48px; object-fit: contain; filter: brightness(0) invert(1); }
.ds-howit__node-num { position: absolute; bottom: -6px; right: -6px; width: 30px; height: 30px; border-radius: 50%; background: var(--ds-ink); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 900; font-family: monospace; border: 2px solid #fff; }
.ds-howit__card { background: #fff; border-radius: 20px; border: 1px solid var(--ds-line); padding: 28px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.ds-howit__day { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px; }
.ds-howit__t { font-size: 20px; font-weight: 900; color: var(--ds-ink); text-transform: uppercase; margin: 0 0 4px; line-height: 1.15; }
.ds-howit__label { font-size: 13px; font-weight: 700; color: var(--ds-ink-3); margin-bottom: 14px; font-style: italic; }
.ds-howit__d { font-size: 14px; line-height: 1.6; color: var(--ds-ink-3); margin: 0 0 20px; font-weight: 500; }
.ds-howit__deliver { border-top: 1px solid var(--ds-line); padding-top: 16px; margin-top: auto; }
.ds-howit__deliver-h { font-size: 10px; font-weight: 800; color: var(--ds-muted); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.ds-howit__deliver ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ds-howit__deliver li { font-size: 13px; font-weight: 600; color: var(--ds-ink); padding-left: 20px; position: relative; line-height: 1.4; }
.ds-howit__deliver li .dot { position: absolute; left: 0; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--ds-cyan); }
.ds-howit__band {
	margin-top: 64px; display: grid; grid-template-columns: auto 1fr auto; gap: 36px;
	padding: 0 36px 0 0; background: var(--ds-ink); border-radius: 24px; color: #fff;
	overflow: hidden; min-height: 200px; align-items: stretch;
}
.ds-howit__band-photo {
	width: 240px; position: relative; flex-shrink: 0;
	background: linear-gradient(180deg, var(--ds-cyan) 0%, var(--ds-cyan-deep) 100%);
}
.ds-howit__band-photo img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 105%; width: auto; }
.ds-howit__band-live {
	position: absolute; top: 14px; left: 14px; padding: 8px 16px; border-radius: 999px;
	background: rgba(15, 26, 45, .85); color: #fff; font-size: 11px; font-weight: 800;
	letter-spacing: .16em; text-transform: uppercase; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.ds-howit__band-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 0; }
.ds-howit__band-eyebrow { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.ds-howit__band-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .2); }
.ds-howit__band-title { font-size: 26px; font-weight: 900; letter-spacing: -.01em; text-transform: uppercase; line-height: 1.1; margin-bottom: 10px; }
.ds-howit__band-sub { font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .65); max-width: 520px; }
.ds-howit__band-cta { display: flex; align-items: center; }

/* ---------- Delancey Difference (4-pillar dark) ---------- */
.ds-difference-home { padding: 120px 60px; background: var(--ds-ink); color: #fff; position: relative; overflow: hidden; }
.ds-difference-home::before {
  /* PageSection d-pattern: right 40% strip. Density halved via sparse tile
     (144×200 cell with 48×70 glyph centered = 50% glyph density + extra space).
     Tilted -18deg for brand feel. */
  content: "";
  position: absolute;
  top: -15%; right: -15%; bottom: -15%;
  width: 70%;
  background-image: url('../images/d-mark-sparse.svg');
  background-repeat: repeat;
  background-size: 144px 200px;
  background-position: 0 0;
  opacity: 0.07;
  transform: rotate(-18deg);
  transform-origin: top right;
  pointer-events: none;
  z-index: 0;
}
.ds-difference-home > * { position: relative; z-index: 1; }
.ds-difference-home__inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.ds-difference-home__head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; margin-bottom: 80px; }
.ds-difference-home__title { font-size: 72px; font-weight: 900; line-height: .95; letter-spacing: -.025em; text-transform: uppercase; margin: 0; color: #fff; }
.ds-difference-home__intro p { font-size: 18px; line-height: 1.6; color: rgba(255, 255, 255, .72); margin: 0 0 28px; font-weight: 500; max-width: 480px; }
.ds-difference-home__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.ds-difference-home__pillar { padding: 40px 28px 36px; border-right: 1px solid rgba(255, 255, 255, .14); display: flex; flex-direction: column; gap: 20px; position: relative; }
.ds-difference-home__pillar:last-child { border-right: 0; }
.ds-difference-home__n { font-size: 64px; font-weight: 900; color: var(--ds-cyan); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.ds-difference-home__kicker { font-size: 11px; font-weight: 800; color: rgba(255, 255, 255, .6); letter-spacing: .18em; text-transform: uppercase; }
.ds-difference-home__title-3 { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: -.005em; text-transform: uppercase; line-height: 1.15; margin: 0; }
.ds-difference-home__body { font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, .72); margin: 0; font-weight: 500; flex: 1; }
.ds-difference-home__stat { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 8px; }
.ds-difference-home__stat .num { font-size: 32px; font-weight: 900; color: var(--ds-cyan); letter-spacing: -.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.ds-difference-home__stat .lab { font-size: 11px; font-weight: 800; color: rgba(255, 255, 255, .55); letter-spacing: .14em; text-transform: uppercase; margin-top: 8px; }

/* ---------- Team strip ---------- */
.ds-team-strip__inner { max-width: 1280px; margin: 0 auto; }
.ds-team-strip__head { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; margin-bottom: 64px; align-items: end; }
.ds-team-strip__intro { font-size: 17px; line-height: 1.65; color: var(--ds-ink-3); margin: 0; font-weight: 500; }
.ds-team-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.ds-team-strip__card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--ds-line); }
.ds-team-strip__photo { display: block; height: 280px; position: relative; overflow: hidden; background: #fff; }
.ds-team-strip__photo .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ds-team-strip__photo .fg { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 100%; width: auto; max-width: none; }
.ds-team-strip__body { padding: 18px 18px 22px; }
.ds-team-strip__name { font-size: 14px; font-weight: 800; color: var(--ds-ink); text-transform: uppercase; letter-spacing: .02em; margin: 0 0 6px; line-height: 1.25; }
.ds-team-strip__role { font-size: 12px; color: var(--ds-muted); line-height: 1.4; margin-bottom: 14px; font-weight: 600; }
.ds-team-strip__icons { display: flex; gap: 10px; }
.ds-team-strip__icons a { width: 30px; height: 30px; border-radius: 50%; background: var(--ds-paper-2); display: grid; place-items: center; color: var(--ds-cyan-deep); transition: background var(--ds-dur) var(--ds-ease), color var(--ds-dur) var(--ds-ease); }
.ds-team-strip__icons a:hover,
.ds-team-strip__icons a:focus-visible { background: var(--ds-cyan); color: #fff; outline: none; }
.ds-team-strip__icons a:focus-visible { box-shadow: 0 0 0 3px rgba(0, 184, 240, .35); }

/* ---------- Beat bad debt + comparison ---------- */
.ds-beat { position: relative; background-color: var(--ds-cyan); background-size: cover; background-position: right center; color: #fff; overflow: hidden; padding: 96px 60px 96px; }
.ds-beat::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ds-cyan) 0%, rgba(0, 184, 240, .92) 50%, rgba(0, 184, 240, .55) 100%); z-index: 1; }
.ds-beat__bg-fade { display: none; }
.ds-beat__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
.ds-beat__top { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: end; }
.ds-beat__copy { padding-bottom: 40px; }
.ds-beat__copy h2 { font-size: 60px; font-weight: 900; line-height: .96; letter-spacing: -.02em; margin: 0 0 24px; text-transform: uppercase; color: #fff; }
.ds-beat__copy p { font-size: 22px; line-height: 1.35; font-weight: 600; margin: 0 0 32px; max-width: 560px; color: rgba(255, 255, 255, .95); }
.ds-beat__copy strong { color: #fff; }
.ds-beat__ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.ds-beat__cta-white { background: #fff; color: var(--ds-ink); transition: background var(--ds-dur) var(--ds-ease), transform var(--ds-dur) var(--ds-ease), box-shadow var(--ds-dur) var(--ds-ease); }
.ds-beat__cta-white:hover,
.ds-beat__cta-white:focus-visible { background: #f1f1f1; color: var(--ds-ink); transform: translateY(-1px); box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .25); outline: none; }
.ds-beat__cta-tel {
	height: 60px; padding: 0 28px; border-radius: var(--ds-radius-pill);
	background: rgba(255, 255, 255, .12); color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .4);
	font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 10px;
	text-transform: uppercase; letter-spacing: .08em; text-decoration: none;
	transition: transform var(--ds-dur) var(--ds-ease), background var(--ds-dur) var(--ds-ease), border-color var(--ds-dur) var(--ds-ease);
}
.ds-beat__cta-tel:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, .2);
	border-color: rgba(255, 255, 255, .6);
	color: #fff;
}
.ds-beat__cta-tel:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}
.ds-beat__portrait { position: relative; height: 560px; display: flex; align-items: flex-end; justify-content: center; }
.ds-beat__portrait img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; object-position: bottom; display: block; position: relative; z-index: 5; }
.ds-beat__hashtag {
	position: absolute; top: 36px; left: 50%; transform: translateX(-50%);
	padding: 12px 24px; background: #fff; color: var(--ds-ink);
	border-radius: 999px; font-size: 22px; font-weight: 900; letter-spacing: -.01em;
	box-shadow: 0 18px 40px -10px rgba(0, 0, 0, .3); z-index: 4;
}
.ds-beat__hashtag span { color: var(--ds-cyan); }
.ds-beat__compare {
	margin: 0 auto; background: var(--ds-paper-2); border-radius: 24px;
	padding: 48px 48px 56px; box-shadow: 0 30px 80px -10px rgba(0, 0, 0, .18);
	position: relative; z-index: 3; color: var(--ds-ink);
	max-width: 1180px; width: 100%;
	box-sizing: border-box;
}
.ds-beat__compare-title {
	font-size: 28px;
	font-weight: 900;
	color: var(--ds-cyan);
	text-align: center;
	letter-spacing: .02em;
	margin: 0 0 36px;
	text-transform: uppercase;
	line-height: 1.1;
}
.ds-beat__compare .ds-compare__table {
	background: #fff; border-radius: 14px; overflow: hidden;
	box-shadow: var(--ds-shadow-card);
	max-width: 100%;
}
@media (max-width: 1100px) {
	.ds-beat { padding: 80px 32px 80px; }
}
@media (max-width: 760px) {
	.ds-beat { padding: 64px 16px 64px; }
	.ds-beat__compare { padding: 32px 20px 36px; margin: 0 auto; max-width: 100%; }
	.ds-beat__compare-title { font-size: 22px; margin-bottom: 24px; }
	.ds-beat__compare .ds-compare__table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.ds-beat__compare .ds-compare__row { min-width: 560px; }
}
.ds-beat__compare .ds-compare__row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; }
.ds-beat__compare .ds-compare__row.is-head > div {
	padding: 18px 16px;
	text-align: center;
	font-size: var(--ds-vs-head-fs);
	font-weight: var(--ds-vs-head-fw);
	text-transform: uppercase;
	letter-spacing: var(--ds-vs-head-tracking);
}
.ds-beat__compare .ds-compare__row.is-head > div:first-child { background: transparent; padding: 0; }
.ds-beat__compare .ds-compare__row.is-head .col-ds {
	background: var(--ds-cyan);
	color: #fff;
	font-weight: 800;
}
.ds-beat__compare .ds-compare__row.is-head > div:not(.col-ds):not(:first-child) {
	background: #A4D8E8;
	color: var(--ds-ink);
}
.ds-beat__compare .ds-compare__row:not(.is-head) > div {
	padding: 22px 24px;
	font-size: 15px;
	font-weight: 600;
	color: var(--ds-ink);
	background: #fff;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--ds-line);
}
.ds-beat__compare .ds-compare__row:not(.is-head) > div:not(:first-child) {
	justify-content: center;
}
.ds-beat__compare .ds-compare__row:nth-child(even):not(.is-head) > div { background: var(--ds-vs-zebra); }
.ds-beat__compare .ds-compare__row:not(.is-head) .col-ds { background: var(--ds-vs-col-ds-bg); }
.ds-beat__compare .ds-compare__row:nth-child(even):not(.is-head) .col-ds { background: var(--ds-vs-col-ds-zebra); }
.ds-beat__compare .ds-compare__row:last-child > div { border-bottom: 0; }
/* Beat check: featured-size circle (homepage hero variant) */
.ds-beat__compare .ds-compare__check {
	width: 32px; height: 32px;
	border-radius: 50%;
	background: rgba(0, 184, 240, .18);
	color: var(--ds-cyan);
	display: grid; place-items: center;
	font-weight: 800;
	font-size: 14px;
}
.ds-beat__compare .ds-compare__row .col-ds .ds-compare__check {
	background: var(--ds-vs-check-bg);
	color: var(--ds-vs-check-fg);
}
.ds-beat__compare .ds-compare__x {
	display: inline-grid; place-items: center;
	width: 32px; height: 32px; border-radius: 50%;
	background: var(--ds-vs-x-bg); color: var(--ds-vs-x-fg);
	font-weight: 800; font-size: 14px;
}
@media (max-width: 900px) {
	.ds-beat__compare .ds-compare__row { grid-template-columns: 1.4fr 1fr 1fr 1fr; font-size: 12px; }
	.ds-beat__compare .ds-compare__row:not(.is-head) > div { padding: 14px 10px; font-size: 13px; }
	.ds-beat__compare .ds-compare__check { width: 30px; height: 30px; }
}
.ds-beat ~ .ds-form-section,
.ds-beat + .ds-form-section { padding-top: calc(128px + 80px); }

/* ---------- Form section overrides ---------- */
.ds-form-section { position: relative; padding: 128px 60px 120px; background: var(--ds-ink); color: #fff; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, .06); }
.ds-form-section__bg-grid { position: absolute; inset: 0; opacity: .4; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 48px 48px; }
.ds-form-section__grid { position: relative; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: start; }
.ds-form-section__pitch { color: #fff; }
.ds-form-section__live { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; background: rgba(0, 184, 240, .12); border: 1px solid rgba(0, 184, 240, .3); border-radius: 999px; margin-bottom: 24px; }
.ds-form-section__live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ds-cyan); box-shadow: 0 0 0 4px rgba(0, 184, 240, .18); animation: ds-form-pulse 2s ease-in-out infinite; }
@keyframes ds-form-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(0, 184, 240, .18); }
	50% { box-shadow: 0 0 0 6px rgba(0, 184, 240, .08); }
}
.ds-form-section__live span { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .18em; text-transform: uppercase; }
.ds-form-section__title { font-size: 72px; font-weight: 900; line-height: .92; letter-spacing: -.025em; margin: 0 0 22px; text-transform: uppercase; color: #fff; }
.ds-form-section__sub { font-size: 18px; line-height: 1.55; color: rgba(255, 255, 255, .78); margin-bottom: 32px; font-weight: 500; max-width: 460px; }
.ds-form-section__promises { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 36px; max-width: 480px; }
.ds-form-section__promise { display: flex; gap: 14px; align-items: flex-start; }
.ds-form-section__promise .tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; background: rgba(0, 184, 240, .18); display: grid; place-items: center; color: var(--ds-cyan); margin-top: 2px; }
.ds-form-section__promise .t { font-size: 15px; font-weight: 800; margin-bottom: 2px; color: #fff; }
.ds-form-section__promise .d { font-size: 14px; color: rgba(255, 255, 255, .65); line-height: 1.45; }
.ds-form-section__contact { padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .1); }
.ds-form-section__contact-eyebrow { font-size: 11px; font-weight: 800; color: rgba(255, 255, 255, .5); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.ds-form-section__contact-row { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.ds-form-section__phone { display: inline-flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -.01em; transition: color .2s; }
.ds-form-section__phone:hover,
.ds-form-section__phone:focus-visible { color: var(--ds-cyan); outline: none; }
.ds-form-section__phone .circle { width: 40px; height: 40px; border-radius: 50%; background: var(--ds-cyan); display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.ds-form-section__address { font-style: normal; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.62); margin-top: 14px; }
.ds-form-section__address span { display: inline; }
.ds-form-section__hours { color: rgba(255,255,255,0.5); }
.ds-form-section__email { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255, 255, 255, .7); text-decoration: none; transition: color .2s; }
.ds-form-section__email:hover,
.ds-form-section__email:focus-visible { color: var(--ds-cyan); outline: none; }
.ds-form-section__card { background: #fff; color: var(--ds-ink); border-radius: 24px; padding: 40px 40px 36px; box-shadow: 0 40px 100px -30px rgba(0, 184, 240, .35), 0 0 0 1px rgba(255, 255, 255, .08); position: relative; }
.ds-form-section__card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--ds-line); gap: 16px; }
.ds-form-section__card-head .eyebrow { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 4px; }
.ds-form-section__card-head .title { font-size: 18px; font-weight: 900; color: var(--ds-ink); letter-spacing: -.01em; }
.ds-form-section__takes { text-align: right; flex-shrink: 0; }
.ds-form-section__takes .lab { font-size: 11px; font-weight: 800; color: var(--ds-muted); letter-spacing: .14em; text-transform: uppercase; }
.ds-form-section__takes .num { font-size: 16px; font-weight: 900; color: var(--ds-ink); }
.ds-form-section__trust { margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 11px; color: var(--ds-muted); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; flex-wrap: wrap; }
.ds-form-section__trust span { display: inline-flex; align-items: center; gap: 6px; color: var(--ds-cyan-deep); }
.ds-form-section__trust .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ds-line); }
@media (max-width: 1100px) {
	.ds-form-section__card { padding: 28px 24px 28px; }
}

/* ---------- Press Releases ---------- */
.ds-press-releases { padding: 96px 60px 120px; background: #fff; position: relative; }
.ds-press-releases__card.is-static { cursor: default; }
.ds-press-releases__card.is-static:hover { transform: none; border-color: var(--ds-line); box-shadow: none; }
.ds-press-releases__inner { max-width: 1280px; margin: 0 auto; }
.ds-press-releases__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 56px; flex-wrap: wrap; }
.ds-press-releases__head-copy { max-width: 680px; }
.ds-press-releases__head-copy p { font-size: 17px; line-height: 1.6; color: var(--ds-ink-3); margin: 20px 0 0; font-weight: 500; }
.ds-press-releases__head-copy a { color: var(--ds-cyan-deep); font-weight: 700; }
.ds-press-releases__feat {
	display: grid; grid-template-columns: 1fr 1.4fr; gap: 0;
	background: var(--ds-ink); color: #fff; border-radius: 24px; overflow: hidden;
	text-decoration: none; margin-bottom: 32px; min-height: 340px;
	transition: transform .2s, box-shadow .2s;
}
.ds-press-releases__feat:hover,
.ds-press-releases__feat:focus-visible { transform: translateY(-3px); box-shadow: 0 28px 60px -28px rgba(0, 184, 240, .45); outline: none; }
.ds-press-releases__feat:focus-visible { box-shadow: 0 28px 60px -28px rgba(0, 184, 240, .45), 0 0 0 3px rgba(0, 184, 240, .4); }
.ds-press-releases__feat-art { background: linear-gradient(135deg, var(--ds-cyan) 0%, var(--ds-cyan-deep) 100%); padding: 48px 44px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; }
.ds-press-releases__feat-art::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background-color: #fff;
  -webkit-mask-image: url('../images/ico-delancey.svg');
          mask-image: url('../images/ico-delancey.svg');
  -webkit-mask-repeat: space;
          mask-repeat: space;
  -webkit-mask-size: 60px;
          mask-size: 60px;
  opacity: 0.20;
  transform: rotate(-22deg);
  pointer-events: none;
  z-index: 0;
}
.ds-press-releases__feat-art > * { position: relative; z-index: 1; }
.ds-press-releases__feat-pattern { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .18; pointer-events: none; }
.ds-press-releases__feat-tag { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(15, 26, 45, .85); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; align-self: flex-start; }
.ds-press-releases__feat-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.ds-press-releases__feat-quote { position: relative; font-size: 108px; font-weight: 900; color: #fff; letter-spacing: -.04em; line-height: .85; font-family: monospace; }
.ds-press-releases__feat-stamp { position: relative; font-size: 13px; font-weight: 800; color: #fff; letter-spacing: .16em; text-transform: uppercase; padding-bottom: 18px; }
.ds-press-releases__feat-bottom { position: relative; display: flex; align-items: flex-end; gap: 14px; }
.ds-press-releases__feat-body { padding: 48px 48px 44px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.ds-press-releases__feat-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, .55); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.ds-press-releases__feat-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, .35); }
.ds-press-releases__feat-body h3 { font-size: 30px; font-weight: 900; color: #fff; letter-spacing: -.015em; line-height: 1.15; margin: 0; }
.ds-press-releases__feat-body p { font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .78); margin: 18px 0 0; font-weight: 500; }
.ds-press-releases__feat-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .1em; text-transform: uppercase; }
.ds-press-releases__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ds-press-releases__card { padding: 28px 28px 26px; background: var(--ds-paper); border-radius: 18px; border: 1px solid var(--ds-line); text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 14px; transition: transform .2s, box-shadow .2s, border-color .2s; min-height: 280px; }
.ds-press-releases__card:hover,
.ds-press-releases__card:focus-visible { transform: translateY(-3px); border-color: var(--ds-cyan); box-shadow: 0 18px 40px -20px rgba(0, 184, 240, .3); outline: none; }
.ds-press-releases__card:focus-visible { box-shadow: 0 18px 40px -20px rgba(0, 184, 240, .3), 0 0 0 3px rgba(0, 184, 240, .35); }
.ds-press-releases__card .row { display: flex; align-items: center; justify-content: space-between; }
.ds-press-releases__card .tag { font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .16em; text-transform: uppercase; padding: 5px 10px; background: rgba(0, 184, 240, .12); border-radius: 6px; }
.ds-press-releases__card .date { font-size: 11px; font-weight: 700; color: var(--ds-muted); letter-spacing: .12em; text-transform: uppercase; font-family: monospace; }
.ds-press-releases__card h3 { font-size: 18px; font-weight: 900; color: var(--ds-ink); letter-spacing: -.005em; line-height: 1.25; margin: 0; text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.ds-press-releases__card p { font-size: 14px; line-height: 1.55; color: var(--ds-ink-3); margin: 0; font-weight: 500; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.ds-press-releases__card .foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--ds-line); }
.ds-press-releases__card .src { font-size: 11px; font-weight: 600; color: var(--ds-muted); }
.ds-press-releases__card .rd { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; color: var(--ds-cyan); letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Trusted Voices ---------- */
.ds-trusted__inner { max-width: 1280px; margin: 0 auto; }
.ds-trusted__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; margin-bottom: 56px; }
.ds-trusted__copy p { font-size: 16px; line-height: 1.65; color: var(--ds-ink-3); margin-bottom: 18px; font-weight: 500; }
.ds-trusted__copy p:last-child { margin-bottom: 0; }
.ds-trusted__quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.ds-trusted__quote { margin: 0; padding: 32px 28px 28px; background: #fff; border: 1px solid var(--ds-line); border-radius: 18px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.ds-trusted__quote-mark { font-family: Georgia, "Times New Roman", serif; font-size: 64px; line-height: .6; color: var(--ds-cyan); font-weight: 700; height: 28px; }
.ds-trusted__quote blockquote { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ds-ink-2); font-weight: 500; flex: 1; }
.ds-trusted__quote figcaption { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ds-cyan-deep); padding-top: 14px; border-top: 1px solid var(--ds-line); }
.ds-trusted__logos { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; padding-top: 36px; border-top: 1px solid var(--ds-line); }
.ds-trusted__logos img { height: 44px; width: auto; opacity: .8; filter: grayscale(1); transition: opacity .2s ease, filter .2s ease; }
.ds-trusted__logos img:hover,
.ds-trusted__logos a:hover img,
.ds-trusted__logos a:focus-visible img { opacity: 1; filter: none; }
@media (prefers-reduced-motion: reduce) {
	.ds-trusted__logos img { transition: none; }
}
@media (max-width: 900px) {
	.ds-trusted__quotes { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
	.ds-trusted__logos { gap: 24px; justify-content: center; }
	.ds-trusted__logos img { height: 32px; }
}

/* ---------- Blog grid (homepage editorial heading) ---------- */
.ds-blog-grid-home { padding: 120px 60px; background: #fff; position: relative; overflow: hidden; }
.ds-blog-grid-home__inner { max-width: 1280px; margin: 0 auto; position: relative; }
.ds-blog-grid-home__head { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: stretch; margin-bottom: 56px; }
.ds-blog-grid-home__brand { position: relative; border-radius: 24px; overflow: hidden; min-height: 340px; background: var(--ds-cyan); display: flex; align-items: flex-end; }
.ds-blog-grid-home__brand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.ds-blog-grid-home__brand-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 148, 196, .92) 0%, rgba(0, 148, 196, .6) 38%, rgba(0, 148, 196, 0) 62%); }
.ds-blog-grid-home__brand-body { position: relative; padding: 40px 44px; color: #fff; }
.ds-blog-grid-home__brand-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .85; margin-bottom: 14px; }
.ds-blog-grid-home__brand-d { display: block; width: auto; height: 56px; max-height: 56px; margin: 12px 0 18px; }
.ds-blog-grid-home__brand-d path,
.ds-blog-grid-home__brand-d rect { fill: #fff; }
.ds-blog-grid-home__brand-tag { margin-top: 24px; font-size: 18px; font-weight: 700; line-height: 1.35; max-width: 300px; letter-spacing: -.005em; }
.ds-blog-grid-home__title-block { display: flex; flex-direction: column; justify-content: center; padding: 8px 0; }
.ds-blog-grid-home__title { font-size: clamp(56px, 6vw, 84px); font-weight: 900; line-height: .92; letter-spacing: -.03em; text-transform: uppercase; margin: 0; color: var(--ds-ink); }
.ds-blog-grid-home__title-block p { font-size: 17px; line-height: 1.55; color: var(--ds-ink-3); margin: 22px 0 28px; font-weight: 500; max-width: 480px; }
.ds-blog-grid-home__cta { background: var(--ds-ink); border-color: var(--ds-ink); align-self: flex-start; }
.ds-blog-grid-home__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ds-blog-grid-home__cards .ds-blog-card { display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; border: 1px solid var(--ds-line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ds-blog-grid-home__cards .ds-blog-card:hover,
.ds-blog-grid-home__cards .ds-blog-card:focus-within { transform: translateY(-4px); box-shadow: 0 24px 60px -28px rgba(0, 0, 0, .18); border-color: rgba(0, 184, 240, .35); }
.ds-blog-grid-home__cards .ds-blog-card__cover {
	position: relative; height: 200px; padding: 22px 24px 24px;
	display: flex; flex-direction: column; justify-content: space-between;
	overflow: hidden; text-decoration: none;
	background: var(--ds-ink); color: #fff;
}
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-cyan { background: var(--ds-cyan); color: #fff; }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper { background: var(--ds-paper); color: var(--ds-ink); }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper .ds-blog-card__cat { background: rgba(0, 184, 240, .12); color: var(--ds-cyan); }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper .ds-blog-card__vol,
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper .ds-blog-card__cover-foot .read-time { color: var(--ds-muted); opacity: 1; }
.ds-blog-grid-home__cards .ds-blog-card__watermark {
	position: absolute; right: -30px; bottom: -30px;
	width: 200px; height: 260px;
	pointer-events: none;
	background-image: url('../images/d-mark-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .14;
	z-index: 0;
}
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper .ds-blog-card__watermark { opacity: .08; filter: invert(1); }
.ds-blog-grid-home__cards .ds-blog-card__cover-row,
.ds-blog-grid-home__cards .ds-blog-card__cover-foot { position: relative; z-index: 1; }
.ds-blog-grid-home__cards .ds-blog-card__cover-row { display: flex; justify-content: flex-start; align-items: center; gap: 12px; flex-wrap: nowrap; }
.ds-blog-grid-home__cards .ds-blog-card__cat { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(255, 255, 255, .18); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; align-self: flex-start; }
.ds-blog-grid-home__cards .ds-blog-card__cover-row .ds-blog-card__vol { margin-left: auto; }
.ds-blog-grid-home__title-block .ds-eyebrow,
.ds-blog-grid-home__title-block .ds-eyebrow--rule { color: var(--ds-cyan); }
.ds-blog-grid-home__title-block .ds-eyebrow--rule::before { background: var(--ds-cyan); }
.ds-blog-grid-home__cards .ds-blog-card__cat .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.ds-blog-grid-home__cards .ds-blog-card__vol { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
.ds-blog-grid-home__cards .ds-blog-card__cover-foot .rule { display: block; height: 1px; background: rgba(255, 255, 255, .25); margin-bottom: 14px; }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper .ds-blog-card__cover-foot .rule { background: var(--ds-line); }
.ds-blog-grid-home__cards .ds-blog-card__cover-foot h3 { font-size: clamp(22px, 2.2vw, 28px); font-weight: 900; line-height: 1.05; letter-spacing: -.015em; text-transform: uppercase; margin: 0; color: inherit; }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-ink h3,
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-cyan h3 { color: #fff; }
.ds-blog-grid-home__cards .ds-blog-card__cover.tone-paper h3 { color: var(--ds-ink); }
.ds-blog-grid-home__cards .ds-blog-card__cover-foot .read-time { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
.ds-blog-grid-home__cards .ds-blog-card__body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.ds-blog-grid-home__cards .ds-blog-card__meta { display: flex; justify-content: space-between; font-size: 11px; color: var(--ds-muted); margin-bottom: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ds-blog-grid-home__cards .ds-blog-card__author { color: var(--ds-cyan); }
.ds-blog-grid-home__cards .ds-blog-card__title { font-size: 20px; font-weight: 800; color: var(--ds-ink); line-height: 1.3; margin: 0 0 12px; text-transform: uppercase; letter-spacing: -.005em; }
.ds-blog-grid-home__cards .ds-blog-card__title a { color: inherit; }
.ds-blog-grid-home__cards .ds-blog-card__desc { font-size: 14px; color: var(--ds-ink-3); line-height: 1.55; margin: 0; font-weight: 500; flex: 1; }
.ds-blog-grid-home__cards .ds-blog-card__more { margin-top: 18px; color: var(--ds-cyan); font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; letter-spacing: .08em; text-transform: uppercase; transition: color var(--ds-dur) var(--ds-ease); }
.ds-blog-grid-home__cards .ds-blog-card__more:hover { color: var(--ds-cyan-deep); }
.ds-blog-grid-home__cards .ds-blog-card__more svg { transition: transform var(--ds-dur) var(--ds-ease); }
.ds-blog-grid-home__cards .ds-blog-card__more:hover svg { transform: translateX(3px); }
.ds-blog-grid-home__cards .ds-blog-card__title a { transition: color .2s; }
.ds-blog-grid-home__cards .ds-blog-card__title a:hover { color: var(--ds-cyan); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.ds-shield__head,
	.ds-shield__main,
	.ds-howit__head,
	.ds-howit__band,
	.ds-difference-home__head,
	.ds-team-strip__head,
	.ds-track__copy-grid,
	.ds-form-section__grid,
	.ds-trusted__grid,
	.ds-blog-grid-home__head,
	.ds-press-releases__feat,
	.ds-beat__top {
		grid-template-columns: 1fr;
	}
	.ds-howit__steps { grid-template-columns: repeat(2, 1fr); }
	.ds-difference-home__grid { grid-template-columns: repeat(2, 1fr); }
	.ds-team-strip__grid { grid-template-columns: repeat(3, 1fr); }
	.ds-press-releases__grid,
	.ds-blog-grid-home__cards { grid-template-columns: 1fr 1fr; }
	.ds-industries-home__panel.is-active { grid-template-columns: 1fr; }
}

/* How-it-works counts: at <=900 the head collapses to a single column,
   leaving the 3 stat cards inside a flex strip that was justified to the
   right — so card #3 wrapped onto its own row and floated right with a
   big empty gutter on the left. Force a 3-col grid here so all three
   cards line up, full-width, and do not orphan. */
@media (max-width: 900px) {
	.ds-howit__counts {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
		margin-top: 28px;
		justify-content: stretch;
	}
	.ds-howit__count {
		flex: none;
		min-width: 0;
		padding: 14px 10px;
		text-align: left;
	}
	.ds-howit__count .num { font-size: 24px; }
	.ds-howit__count .lab { font-size: 9.5px; letter-spacing: 0.1em; margin-top: 4px; }
}
@media (max-width: 480px) {
	.ds-howit__count { padding: 12px 8px; }
	.ds-howit__count .num { font-size: 21px; }
	.ds-howit__count .lab { font-size: 9px; }
}

@media (max-width: 720px) {
	.ds-shield,
	.ds-form-section,
	.ds-howit,
	.ds-difference-home,
	.ds-blog-grid-home,
	.ds-press-releases,
	.ds-trusted,
	.ds-beat,
	.ds-real-people,
	.ds-industries-home,
	.ds-team-strip { padding-left: 24px; padding-right: 24px; }
	.ds-shield__title,
	.ds-form-section__title,
	.ds-difference-home__title,
	.ds-howit__title { font-size: clamp(40px, 9vw, 60px); }
	.ds-howit__steps,
	.ds-shield__steps-grid,
	.ds-difference-home__grid,
	.ds-team-strip__grid,
	.ds-press-releases__grid,
	.ds-blog-grid-home__cards { grid-template-columns: 1fr; }
	.ds-team-strip__grid { grid-template-columns: 1fr 1fr; }
	.ds-howit__band { padding: 0; grid-template-columns: 1fr; }
	.ds-howit__band-photo { width: 100%; height: 220px; }
	.ds-howit__band-copy,
	.ds-howit__band-cta { padding: 16px 24px; }
	.ds-beat__copy h2 { font-size: 40px; }
	.ds-beat__portrait { height: 360px; }
	.ds-beat__compare { padding: 24px; }
	.ds-beat__compare .ds-compare__row { grid-template-columns: 1.4fr 1fr 1fr 1fr; font-size: 11px; }
	.ds-press-releases__feat { grid-template-columns: 1fr; }
	.ds-real-people__grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   Get Free of Debt — light card with side pitch + form
   ============================================================ */
.ds-getfree { padding: 104px 60px 96px; background: #fff; }
.ds-getfree__inner { max-width: 1180px; margin: 0 auto; position: relative; }
.ds-getfree__card {
	background: var(--ds-paper-2);
	border-radius: 24px;
	padding: 56px 64px 52px;
	position: relative;
	overflow: hidden;
}
.ds-getfree__watermark {
	position: absolute;
	right: -60px;
	top: -40px;
	width: 520px;
	height: 520px;
	opacity: .08;
	pointer-events: none;
}
.ds-getfree__watermark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(60%) sepia(82%) saturate(2410%) hue-rotate(168deg) brightness(101%) contrast(101%);
}
.ds-getfree__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(280px, 360px) 1fr;
	gap: 64px;
	align-items: start;
}
.ds-getfree__eyebrow {
	font-size: 13px;
	font-weight: 800;
	color: var(--ds-ink);
	letter-spacing: .22em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.ds-getfree__title {
	font-size: 46px;
	font-weight: 900;
	color: var(--ds-cyan);
	letter-spacing: -.02em;
	text-transform: uppercase;
	margin: 0;
	line-height: .95;
}
.ds-getfree__sub {
	font-size: 15px;
	line-height: 1.55;
	color: var(--ds-ink-3);
	margin: 22px 0 0;
	font-weight: 500;
}
.ds-getfree__bullets {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ds-getfree__bullets li {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--ds-ink-2);
}
.ds-getfree__bullets .tick {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--ds-cyan);
	display: grid;
	place-items: center;
	color: #fff;
	flex-shrink: 0;
}
.ds-getfree__form-wrap .ds-form,
.ds-getfree__form-wrap .gform_wrapper {
	background: #fff;
	padding: 32px 32px 28px;
	border-radius: 16px;
	border: 1px solid var(--ds-line);
}
@media (max-width: 1000px) {
	.ds-getfree { padding: 72px 24px; }
	.ds-getfree__card { padding: 36px 28px 32px; }
	.ds-getfree__grid { grid-template-columns: 1fr; gap: 32px; }
	.ds-getfree__title { font-size: 38px; }
	.ds-getfree__watermark { width: 280px; height: 280px; right: -40px; top: -20px; }
}

/* Team Strip duplicate block removed — see canonical rules above */

/* ============================================================
   Trusted Voices (Media)
   ============================================================ */
.ds-trusted .ds-section-title,
.ds-trusted .ds-eyebrow { color: var(--ds-ink); }
.ds-trusted__inner { max-width: 1280px; margin: 0 auto; }
.ds-trusted__grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 64px;
	margin-bottom: 56px;
}
.ds-trusted__copy p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ds-ink-3);
	margin: 0 0 18px;
	font-weight: 500;
}
.ds-trusted__copy p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
	.ds-trusted__grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   Front-page wrapper
   ============================================================ */
.ds-front { display: block; }

/* ============================================================
   Hero squiggle underline (mirrors HeroV1 line 49-51 SVG)
   ============================================================ */
.ds-hero__h1 .ds-emph--underlined {
	position: relative;
}
.ds-hero__squiggle {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: min(420px, 100%);
	height: 14px;
	color: var(--ds-cyan);
	pointer-events: none;
}

/* Real People — bracket/watermark removed (legacy carousel layout) */

/* ============================================================
   Difference — glyphs + clickable accordion behavior
   ============================================================ */
.ds-difference-home__pillar {
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, .14);
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	padding: 40px 28px 36px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	transition: background .25s ease;
	-webkit-tap-highlight-color: transparent;
}
.ds-difference-home__pillar:focus-visible {
	outline: 2px solid var(--ds-cyan);
	outline-offset: -8px;
}
.ds-difference-home__pillar:hover {
	background: rgba(255, 255, 255, .025);
}
.ds-difference-home__pillar.is-expanded {
	background: rgba(0, 184, 240, .04);
}
.ds-difference-home__glyph {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-difference-home__glyph svg { display: block; }
@media (max-width: 1100px) {
	.ds-difference-home__grid { grid-template-columns: repeat(2, 1fr); }
	.ds-difference-home__pillar:nth-child(2n) { border-right: 0; }
	.ds-difference-home__pillar:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
	.ds-difference-home__head { grid-template-columns: 1fr; gap: 32px; align-items: start; }
	.ds-difference-home__title { font-size: 56px; }
}
@media (max-width: 700px) {
	.ds-difference-home__grid { grid-template-columns: 1fr; }
	.ds-difference-home__pillar { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
	.ds-difference-home__pillar:last-child { border-bottom: 0; }
	.ds-difference-home__title { font-size: 44px; }
	.ds-difference-home { padding: 80px 24px; }
}

/* ============================================================
   Industries — small responsive tightening
   ============================================================ */
@media (max-width: 1100px) {
	.ds-industries-home__panel { grid-template-columns: 1fr; gap: 24px; }
	.ds-industries-home__photo { min-height: 320px; }
	.ds-industries-home__card { min-height: 0; padding: 32px; }
	.ds-industries-home__card-title { font-size: 28px; }
	.ds-industries-home__head .ds-section-title { font-size: 52px; }
}
@media (max-width: 640px) {
	.ds-industries-home { padding: 72px 20px 88px; }
	.ds-industries-home__head .ds-section-title { font-size: 40px; }
	.ds-industries-home__promise { width: 170px; padding: 16px; top: 16px; right: 16px; }
	.ds-industries-home__promise-text { font-size: 16px; }
	.ds-industries-home__photo-label { left: 16px; bottom: 16px; padding: 8px 14px; font-size: 11px; }
	.ds-industries-home__card-stats { grid-template-columns: 1fr; gap: 14px; }
	.ds-industries-home__card-foot { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Real People — responsive tightening
   ============================================================ */
@media (max-width: 900px) {
	.ds-real-people { padding: 80px 20px; }
	.ds-real-people__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.ds-real-people__head .ds-section-title { font-size: 42px; }
	.ds-real-success__title { font-size: 42px; }
}
@media (max-width: 600px) {
	.ds-real-people__grid { grid-template-columns: 1fr; }
	.ds-real-people__foot { flex-direction: column; gap: 8px; align-items: flex-start; padding: 0 8px; }
	.ds-real-people__head .ds-section-title { font-size: 34px; }
	.ds-real-success__title { font-size: 34px; }
}

/* ============================================================
   Get Free of Debt — numbered form-group structure
   ============================================================ */
.ds-getfree__form { display: flex; flex-direction: column; gap: 28px; }
.ds-fg { display: flex; flex-direction: column; gap: 14px; }
.ds-fg__head { display: flex; align-items: center; gap: 12px; }
.ds-fg__head .n {
	font-size: 11px;
	font-weight: 800;
	color: var(--ds-cyan);
	letter-spacing: 0.18em;
	font-family: var(--ds-font-mono, ui-monospace, Menlo, Consolas, monospace);
}
.ds-fg__head .t {
	font-size: 13px;
	font-weight: 800;
	color: var(--ds-ink);
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.ds-fg__head .rule {
	flex: 1;
	height: 1px;
	background: rgba(15, 26, 45, 0.10);
}
.ds-fg__body { display: flex; flex-direction: column; gap: 12px; }

.ds-form__row--ratio { grid-template-columns: 1.2fr 1fr; }

.ds-getfree .ds-form input,
.ds-getfree .ds-form select {
	border-radius: 12px;
	height: 48px;
	padding: 0 18px;
	font-size: 14.5px;
}

.ds-getfree__submit-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 6px;
}
.ds-getfree__submit {
	height: 54px;
	padding: 0 32px;
	border-radius: 999px;
	background: var(--ds-cyan);
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: auto;
	box-shadow: none;
	transition: background var(--ds-dur) var(--ds-ease), transform var(--ds-dur) var(--ds-ease);
}
.ds-getfree__submit:hover { background: var(--ds-cyan-deep); transform: translateY(-1px); }
.ds-getfree__submit:focus-visible { background: var(--ds-cyan-deep); outline: 2px solid var(--ds-cyan); outline-offset: 3px; }
.ds-getfree__legal {
	font-size: 12px;
	font-weight: 600;
	color: var(--ds-ink-3);
}
@media (max-width: 700px) {
	.ds-form__row--ratio { grid-template-columns: 1fr; }
	.ds-getfree__submit-row { flex-direction: column; align-items: stretch; }
	.ds-getfree__submit { width: 100%; justify-content: center; }
	.ds-getfree__legal { text-align: center; }
}

/* ============================================================
   AQC7 mobile fixes (additive — see /tmp/aqc7-report.md)
   ============================================================ */

/* Fix 2: Press-releases featured quote (108px) and brand-D mark (92px)
   never scaled. Step them down at <900 + <700 + <480. */
@media (max-width: 900px) {
	.ds-press-releases__feat-quote { font-size: 80px; }
	.ds-blog-grid-home__brand-d { height: 48px; max-height: 48px; }
}
@media (max-width: 700px) {
	.ds-press-releases__feat-quote { font-size: 56px; }
	.ds-blog-grid-home__brand-d { height: 44px; max-height: 44px; }
	.ds-press-releases__feat-art { padding: 32px 28px; min-height: 260px; }
	.ds-press-releases__feat-body { padding: 32px 28px 28px; }
	.ds-blog-grid-home__brand-body { padding: 28px 28px; }
}
@media (max-width: 480px) {
	.ds-press-releases__feat-quote { font-size: 48px; }
	.ds-blog-grid-home__brand-d { height: 48px; max-height: 48px; }
}

/* Fix 8: .ds-howit__band 3-col auto/1fr/auto only collapsed at <720.
   Move the 1-col collapse to <900 so iPad portrait (768) gets stacked
   layout instead of a cramped 240px photo column eating 30%+ of width. */
@media (max-width: 900px) {
	.ds-howit__band { padding: 0; grid-template-columns: 1fr; }
	.ds-howit__band-photo { width: 100%; height: 220px; }
	.ds-howit__band-copy,
	.ds-howit__band-cta { padding: 16px 24px; }
}

/* ============================================================
   Mobile QC fixes — 768px / 480px / 360px (additive)
   Address missing small-phone overrides for fixed-px display
   typography, oversized paddings, fixed widths, stat columns,
   touch targets, and narrow-viewport horizontal overflow.
   ============================================================ */

/* 768px — iPad portrait / phablet polish */
@media (max-width: 768px) {
	.ds-shield { padding: 80px 20px; }
	.ds-shield__steps { padding: 28px 22px 24px; }
	.ds-shield__card { padding: 28px 22px; }
	.ds-shield__sectors { padding: 18px 18px; gap: 14px; }
	.ds-howit { padding: 80px 20px; }
	.ds-howit__title { font-size: clamp(36px, 8vw, 56px); }
	.ds-form-section { padding: 88px 20px 88px; }
	.ds-track__stat { padding: 28px 16px; }
	.ds-track__stat .num { font-size: 56px; }
	.ds-industries-home__head .ds-section-title { font-size: clamp(32px, 6vw, 44px); }
	.ds-industries-home__card { padding: 28px 24px; }
	.ds-industries-home__card-title { font-size: 24px; }
	.ds-beat__copy h2 { font-size: clamp(34px, 7vw, 48px); }
	.ds-beat__portrait { height: 420px; }
	.ds-press-releases__feat-body h3 { font-size: 24px; }
	.ds-blog-grid-home__brand { min-height: 240px; }
	.ds-blog-grid-home__brand-tag { font-size: 16px; }
	.ds-getfree__title { font-size: 36px; }
	.ds-team-strip { padding-left: 20px; padding-right: 20px; }
	.ds-team-strip__photo { height: 240px; }
}

/* 480px — narrow phones (iPhone SE 375 / iPhone 12 Mini / Galaxy) */
@media (max-width: 480px) {
	/* Reconciliation Shield */
	.ds-shield { padding: 64px 16px; }
	.ds-shield__title { font-size: clamp(34px, 9vw, 48px); }
	.ds-shield__lede { font-size: 16px; }
	.ds-shield__steps { padding: 22px 16px 18px; border-radius: 18px; }
	.ds-shield__steps-grid { grid-template-columns: 1fr; gap: 18px; }
	.ds-shield__card { padding: 24px 18px; border-radius: 18px; }
	.ds-shield__card-title { font-size: 22px; }
	.ds-shield__sectors { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; }
	.ds-shield__sectors-pills { gap: 8px; }
	/* How-it-works */
	.ds-howit { padding: 64px 16px; }
	.ds-howit__title { font-size: clamp(32px, 9vw, 42px); }
	.ds-howit__sub { font-size: 16px; }
	.ds-howit__node-disc { width: 72px; height: 72px; }
	.ds-howit__node-disc img { width: 38px; height: 38px; }
	.ds-howit__card { padding: 22px 20px; border-radius: 16px; }
	.ds-howit__counts { gap: 10px; }
	.ds-howit__count { min-width: 0; flex: 1 1 calc(50% - 10px); padding: 14px 16px; }
	.ds-howit__count .num { font-size: 26px; }
	.ds-howit__band-title { font-size: 22px; }
	/* Difference dark grid */
	.ds-difference-home { padding: 64px 16px; }
	.ds-difference-home__title { font-size: clamp(34px, 9vw, 44px); }
	.ds-difference-home__intro p { font-size: 16px; }
	.ds-difference-home__pillar { padding: 28px 18px 24px; gap: 14px; }
	.ds-difference-home__n { font-size: 48px; }
	/* Form section */
	.ds-form-section { padding: 64px 16px; }
	.ds-form-section__title { font-size: clamp(34px, 9vw, 48px); }
	.ds-form-section__card { padding: 22px 18px 22px; border-radius: 18px; }
	.ds-form-section__card-head { gap: 10px; flex-wrap: wrap; }
	.ds-form-section__phone { font-size: 18px; }
	/* Track */
	.ds-track { padding-left: 16px; padding-right: 16px; }
	.ds-track__stat { padding: 22px 12px; }
	.ds-track__stat .num { font-size: 44px; }
	.ds-track__stat .l1 { font-size: 12px; letter-spacing: .12em; }
	.ds-track__stat .l2 { font-size: 11px; letter-spacing: .08em; }
	.ds-track__copy p { font-size: 15px; }
	/* Industries */
	.ds-industries-home { padding: 56px 16px 72px; }
	.ds-industries-home__tabs { gap: 6px; }
	.ds-industries-home__tab { height: 44px; padding: 0 16px; font-size: 13px; }
	.ds-industries-home__photo { min-height: 240px; }
	.ds-industries-home__promise { width: 140px; padding: 12px; top: 12px; right: 12px; border-radius: 14px; }
	.ds-industries-home__promise-text { font-size: 14px; }
	.ds-industries-home__card { padding: 22px 18px; border-radius: 18px; }
	.ds-industries-home__card-title { font-size: 22px; }
	.ds-industries-home__card-foot { gap: 12px; padding-top: 16px; }
	/* Real People */
	.ds-real-people { padding: 56px 16px; }
	.ds-real-people__card { height: 300px; }
	/* Real Success */
	.ds-real-success__copy { padding: 28px 20px 28px; gap: 18px; }
	.ds-real-success__hero-num { font-size: clamp(40px, 12vw, 56px); }
	.ds-real-success__stat dd { font-size: 18px; }
	/* Beat / comparison */
	.ds-beat { padding: 56px 16px; }
	.ds-beat__copy h2 { font-size: clamp(30px, 8vw, 40px); }
	.ds-beat__copy p { font-size: 17px; }
	.ds-beat__ctas { flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }
	.ds-beat__ctas .ds-cta,
	.ds-beat__cta-tel { width: 100%; justify-content: center; min-height: 48px; }
	.ds-beat__portrait { height: 320px; }
	.ds-beat__compare { padding: 22px 16px 26px; border-radius: 18px; }
	.ds-beat__compare-title { font-size: 18px; margin-bottom: 18px; }
	.ds-beat__compare .ds-compare__row { min-width: 460px; }
	/* Press releases */
	.ds-press-releases { padding: 56px 16px 80px; }
	.ds-press-releases__feat-art { padding: 28px 22px; min-height: 220px; }
	.ds-press-releases__feat-body { padding: 28px 22px 24px; }
	.ds-press-releases__feat-body h3 { font-size: 20px; }
	.ds-press-releases__feat-body p { font-size: 14.5px; }
	.ds-press-releases__head { gap: 24px; margin-bottom: 32px; }
	/* Trusted Voices */
	.ds-trusted__quote { padding: 24px 20px 22px; }
	.ds-trusted__logos { gap: 18px; padding-top: 24px; }
	.ds-trusted__logos img { height: 28px; }
	/* Blog grid */
	.ds-blog-grid-home { padding: 56px 16px; }
	.ds-blog-grid-home__brand-body { padding: 22px 20px; }
	.ds-blog-grid-home__brand-tag { font-size: 14px; }
	.ds-blog-grid-home__cards .ds-blog-card__cover { height: 180px; padding: 18px 20px; }
	.ds-blog-grid-home__cards .ds-blog-card__body { padding: 20px 20px 22px; }
	.ds-blog-grid-home__cards .ds-blog-card__title { font-size: 18px; }
	/* Get Free */
	.ds-getfree { padding: 56px 16px; }
	.ds-getfree__card { padding: 24px 18px 24px; border-radius: 18px; }
	.ds-getfree__title { font-size: 32px; }
	.ds-getfree__form-wrap .ds-form,
	.ds-getfree__form-wrap .gform_wrapper { padding: 22px 18px 20px; }
	/* Team strip */
	.ds-team-strip { padding-left: 16px; padding-right: 16px; }
	.ds-team-strip__grid { grid-template-columns: 1fr; gap: 14px; }
	.ds-team-strip__photo { height: 280px; }
	/* Touch-target floor for carousel dots */
	.ds-real-success__dot { min-width: 12px; min-height: 12px; }
}

/* 360px — small Android (Galaxy S, iPhone SE narrow) */
@media (max-width: 360px) {
	.ds-shield__title,
	.ds-howit__title,
	.ds-form-section__title,
	.ds-difference-home__title { font-size: clamp(28px, 9vw, 36px); }
	.ds-track__stat .num { font-size: 36px; }
	.ds-track__stat { padding: 18px 8px; }
	.ds-howit__count { flex: 1 1 100%; }
	.ds-blog-grid-home__brand-d { height: 40px; max-height: 40px; }
	.ds-press-releases__feat-quote { font-size: 40px; }
	.ds-beat__compare .ds-compare__row { min-width: 380px; }
}

/* Narrow-viewport horizontal-overflow guard:
   absolute-positioned decorations (mask backgrounds, watermarks, rules)
   can introduce sub-pixel overflow at < 480px. Clip per-section. */
@media (max-width: 480px) {
	.ds-shield,
	.ds-howit,
	.ds-difference-home,
	.ds-real-success,
	.ds-beat,
	.ds-press-releases,
	.ds-blog-grid-home,
	.ds-form-section,
	.ds-getfree,
	.ds-industries-home,
	.ds-real-people,
	.ds-trusted,
	.ds-team-strip { overflow-x: clip; }
}

/* ============================================================
   Homepage 6-section parity polish (2026-05-01)
   Diff target: comparison "Ready to Beat" + get-free-of-debt
   + blog-grid + consultation-form + press-releases + trusted-voices
   Tightens typography scale, vertical rhythm, card padding,
   and tonal token usage so the 6 sections share the same
   editorial cadence the design calls for.
   ============================================================ */

/* 1) Comparison "Ready to Beat" — fluid h2/sub, equal copy/portrait
      baseline, tighter compare-card spacing. */
.ds-beat__copy h2 {
	font-size: clamp(44px, 5vw, 64px);
	line-height: .96;
}
.ds-beat__copy p {
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.45;
	max-width: 580px;
}
.ds-beat__compare {
	padding: 44px 48px 48px;
	box-shadow: 0 30px 70px -16px rgba(0, 0, 0, .22);
}
.ds-beat__compare-title {
	font-size: clamp(22px, 2vw, 28px);
	margin-bottom: 28px;
}

/* 2) Get Free of Debt — bring title up to sibling-section weight,
      align bullets/sub-rhythm, refine submit row, restore field gutters. */
.ds-getfree { padding: 96px 60px 104px; }
.ds-getfree__card { padding: 52px 56px 48px; }
.ds-getfree__title {
	font-size: clamp(44px, 5vw, 60px);
	line-height: .94;
	letter-spacing: -.022em;
}
.ds-getfree__sub {
	font-size: 16px;
	line-height: 1.6;
	max-width: 360px;
}
.ds-getfree__bullets { gap: 12px; margin-top: 24px; }
.ds-getfree__bullets li { font-size: 14px; }
.ds-getfree__watermark {
	width: 460px;
	height: 460px;
	right: -50px;
	top: -30px;
	opacity: .07;
}
.ds-getfree__form { gap: 24px; }
.ds-getfree__submit-row { margin-top: 8px; }
.ds-getfree__submit { height: 56px; padding: 0 36px; font-size: 13.5px; }
.ds-getfree__legal {
	font-size: 11.5px;
	line-height: 1.55;
	max-width: 540px;
}

/* 3) Blog Grid (We Know Debt) — tighten section padding to match
      neighbours, normalize head-grid baseline, equalize card cover
      height so the 3-up reads as a true grid. */
.ds-blog-grid-home { padding: 96px 60px 104px; }
.ds-blog-grid-home__head { gap: 48px; align-items: end; margin-bottom: 48px; }
.ds-blog-grid-home__brand { min-height: 320px; }
.ds-blog-grid-home__title { font-size: clamp(48px, 5.6vw, 76px); }
.ds-blog-grid-home__title-block p {
	font-size: 16px;
	line-height: 1.6;
	margin: 18px 0 24px;
}
.ds-blog-grid-home__cards { gap: 24px; }
.ds-blog-grid-home__cards .ds-blog-card__cover {
	height: 220px;
	padding: 24px 24px 26px;
}
.ds-blog-grid-home__cards .ds-blog-card__cover-foot h3 {
	font-size: clamp(20px, 1.9vw, 26px);
}
.ds-blog-grid-home__cards .ds-blog-card__title {
	font-size: 18px;
	line-height: 1.32;
}
.ds-blog-grid-home__cards .ds-blog-card__desc {
	font-size: 14px;
	line-height: 1.6;
}

/* 4) Consultation Form — tighten card padding rhythm, balance
      title/phone scale, even gap on promises. */
.ds-form-section { padding: 112px 60px 112px; }
.ds-form-section__title {
	font-size: clamp(48px, 6vw, 72px);
	margin-bottom: 20px;
}
.ds-form-section__sub { font-size: 17px; line-height: 1.6; max-width: 480px; }
.ds-form-section__promises { gap: 16px; }
.ds-form-section__promise .t { font-size: 14.5px; }
.ds-form-section__promise .d { font-size: 13.5px; }
.ds-form-section__phone { font-size: 20px; }
.ds-form-section__card {
	padding: 36px 36px 32px;
	box-shadow: 0 30px 80px -28px rgba(0, 184, 240, .35), 0 0 0 1px rgba(255, 255, 255, .06);
}
.ds-form-section__card-head { margin-bottom: 20px; padding-bottom: 18px; }
.ds-form-section__card-head .title { font-size: 17px; }

/* 5) Press Releases — match section padding to siblings, normalize
      featured + grid-card hierarchy, refine quote glyph weight. */
.ds-press-releases { padding: 96px 60px 104px; }
.ds-press-releases__head { margin-bottom: 48px; gap: 40px; }
.ds-press-releases__head-copy p { font-size: 16px; line-height: 1.6; margin-top: 18px; }
.ds-press-releases__feat { margin-bottom: 28px; min-height: 320px; }
.ds-press-releases__feat-art { padding: 44px 40px; min-height: 320px; }
.ds-press-releases__feat-body { padding: 44px 44px 40px; gap: 20px; }
.ds-press-releases__feat-body h3 {
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.2;
}
.ds-press-releases__feat-body p {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 14px;
}
.ds-press-releases__feat-quote {
	font-size: 96px;
	line-height: .85;
	letter-spacing: -.05em;
}
.ds-press-releases__grid { gap: 20px; }
.ds-press-releases__card {
	padding: 26px 26px 22px;
	min-height: 260px;
	gap: 12px;
}
.ds-press-releases__card h3 {
	font-size: 17px;
	line-height: 1.28;
	-webkit-line-clamp: 4;
}
.ds-press-releases__card p { font-size: 13.5px; line-height: 1.6; }
.ds-press-releases__card .foot { padding-top: 12px; }

/* 6) Trusted Voices — half-pixel font fix, symmetric quote padding,
      logo row vertical rhythm, equal card heights. */
.ds-trusted__grid { gap: 56px; margin-bottom: 48px; align-items: end; }
.ds-trusted__copy p { font-size: 16px; line-height: 1.65; }
.ds-trusted__quotes { gap: 22px; margin-bottom: 44px; }
.ds-trusted__quote {
	padding: 28px 26px 24px;
	gap: 12px;
}
.ds-trusted__quote-mark {
	font-size: 56px;
	height: 24px;
}
.ds-trusted__quote blockquote {
	font-size: 15px;
	line-height: 1.6;
}
.ds-trusted__quote figcaption {
	padding-top: 12px;
	font-size: 11px;
}
.ds-trusted__logos { padding-top: 32px; gap: 32px; }
.ds-trusted__logos img { height: 40px; }

/* Responsive overrides for parity polish */
@media (max-width: 1100px) {
	.ds-beat__compare { padding: 36px 28px 36px; }
	.ds-getfree { padding: 72px 32px 80px; }
	.ds-getfree__card { padding: 40px 32px 36px; }
	.ds-blog-grid-home { padding: 72px 32px 80px; }
	.ds-form-section { padding: 88px 32px 88px; }
	.ds-press-releases { padding: 72px 32px 80px; }
	.ds-press-releases__feat-art,
	.ds-press-releases__feat-body { padding: 36px 32px; }
}

@media (max-width: 760px) {
	.ds-beat__copy { padding-bottom: 24px; }
	.ds-getfree__card { padding: 32px 22px 30px; }
	.ds-blog-grid-home__head { gap: 28px; margin-bottom: 32px; }
	.ds-form-section__card { padding: 28px 22px 26px; }
	.ds-press-releases__feat-quote { font-size: 64px; }
	.ds-trusted__quotes { gap: 16px; margin-bottom: 28px; }
	.ds-trusted__logos { gap: 20px; padding-top: 24px; }
	.ds-trusted__logos img { height: 30px; }
}

/* ============================================================
   2026-05-01 — Comprehensive responsive QC pass.
   Targeted overflow + truncation fixes spotted at 320/375/414/768/1024/1280.
   Ordered: hero -> banner -> testimonials -> calc -> trust -> track ->
   industries -> real-people -> real-success -> how-it-works -> difference ->
   team-strip -> comparison -> get-free-of-debt -> press-releases ->
   trusted-voices -> blog-grid -> consultation-form.
   ============================================================ */

/* ---- 1280: minor padding tightening so 60px gutters don't crush wide cards */
@media (max-width: 1280px) {
	.ds-hero { padding-left: 40px; padding-right: 40px; }
	.ds-banner-100m { padding-left: 40px; padding-right: 40px; }
}

/* ---- 1024: tablet landscape; hero stays grid but tighten typography */
@media (max-width: 1024px) {
	.ds-hero { padding: 48px 32px 64px; }
	.ds-hero__h1 { font-size: clamp(56px, 8vw, 88px); }
	.ds-hero__sub { font-size: 18px; margin: 28px 0; }
	.ds-hero__trust { margin-top: 32px; }
	.ds-trust { gap: 16px; }
	.ds-trust img { height: 40px; }
	.ds-trust img.is-tall { height: 42px; }
	.ds-trust img.is-short { height: 38px; }
	.ds-banner-100m { padding: 56px 32px; }
	.ds-banner-100m h2 { font-size: clamp(28px, 4vw, 40px); }
}

/* ---- 768: iPad portrait — calc card visible underneath stacked hero */
@media (max-width: 768px) {
	.ds-hero { padding: 40px 24px 48px; }
	.ds-hero__h1 { font-size: clamp(44px, 9vw, 72px); }
	.ds-hero__sub { font-size: 17px; }
	.ds-hero__pill-text { font-size: 10px; letter-spacing: .12em; }
	/* Calc card */
	.ds-calc__body { padding: 26px 24px 24px; }
	.ds-calc__h3 { font-size: 22px; }
	.ds-calc__readout .num { font-size: 48px; letter-spacing: -.03em; }
	.ds-calc__result { padding: 22px 22px 20px; }
	.ds-calc__result-num { font-size: 30px; }
	.ds-calc__result-grid { grid-template-columns: 1fr 1fr; gap: 6px 14px; }
	.ds-calc__result-foot { flex-wrap: wrap; gap: 6px; }
	.ds-calc__cta { height: 50px; font-size: 13px; letter-spacing: .08em; }
	.ds-calc__chip { height: 32px; padding: 0 12px; font-size: 11.5px; }
	/* Banner */
	.ds-banner-100m { padding: 48px 24px; }
	.ds-banner-100m h2 {
		font-size: clamp(22px, 5.2vw, 36px);
		text-wrap: balance;
		line-height: 1.15;
	}
	/* Testimonials head — let it wrap properly */
	.ds-testimonials__split { grid-template-columns: 1fr; gap: 16px; }
	.ds-testimonials__split > .rule { display: none; }
	.ds-testimonials__awards { gap: 24px; }
	.ds-testimonials__rating { padding: 14px 22px; border-left: 0; border-right: 0;
		border-top: 1px solid var(--ds-line); border-bottom: 1px solid var(--ds-line); }
}

/* ---- 480: small phones — neutralize remaining overflow risk */
@media (max-width: 480px) {
	.ds-hero { padding: 32px 16px 40px; overflow-x: clip; }
	.ds-hero__h1 {
		font-size: clamp(36px, 10.5vw, 52px);
		letter-spacing: -.025em;
		hyphens: auto;
		-webkit-hyphens: auto;
		word-break: break-word;
		overflow-wrap: anywhere;
	}
	.ds-hero__sub { font-size: 16px; margin: 24px 0; }
	.ds-hero__pill { padding: 6px 12px; }
	.ds-hero__pill-text { font-size: 9.5px; letter-spacing: .1em; }
	.ds-hero__trust { margin-top: 28px; }
	.ds-trust { gap: 12px; row-gap: 14px; }
	.ds-trust__count-num { font-size: 13px; }
	.ds-trust__divider { display: none; }
	.ds-trust img { height: 32px; }
	.ds-trust img.is-tall { height: 34px; }
	.ds-trust img.is-short { height: 30px; }
	/* CTA full-width on tiny screens */
	.ds-hero .ds-cta--lg { width: 100%; justify-content: center; height: 54px; }
	/* Calc */
	.ds-calc { border-radius: 18px; }
	.ds-calc__head { padding: 14px 18px; gap: 10px; }
	.ds-calc__head-left { font-size: 10px; letter-spacing: .12em; }
	.ds-calc__head-right { font-size: 10px; letter-spacing: .1em; }
	.ds-calc__body { padding: 22px 18px 20px; }
	.ds-calc__h3 { font-size: 19px; line-height: 1.2; }
	.ds-calc__sub { font-size: 12px; margin-bottom: 18px; }
	.ds-calc__readout .num { font-size: 40px; }
	.ds-calc__readout .unit { font-size: 11px; }
	.ds-calc__chips { gap: 6px; margin-bottom: 18px; }
	.ds-calc__chip { height: 30px; padding: 0 10px; font-size: 11px; flex: 1 1 calc(50% - 6px); justify-content: center; min-width: 0; }
	.ds-calc__result { padding: 18px 16px 16px; border-radius: 12px; }
	.ds-calc__result-label { font-size: 9.5px; letter-spacing: .14em; gap: 6px; margin-bottom: 12px; }
	.ds-calc__result-label::before { width: 14px; }
	.ds-calc__result-grid { grid-template-columns: 1fr 1fr; gap: 6px 12px; }
	.ds-calc__result-h { font-size: 10px; letter-spacing: .12em; }
	.ds-calc__result-num { font-size: 24px; letter-spacing: -.025em; }
	.ds-calc__result-num--cyan { font-size: 26px; }
	.ds-calc__result-num--cyan span { font-size: 11px !important; }
	.ds-calc__result-foot { font-size: 11px; flex-direction: column; gap: 6px; align-items: flex-start; }
	.ds-calc__cta { height: 48px; font-size: 12px; letter-spacing: .06em; padding: 0 18px; }
	.ds-calc__foot-note { font-size: 10px; }
	.ds-calc__result-watermark { width: 110px; height: 110px; right: -28px; top: -28px; }
	/* Banner */
	.ds-banner-100m { padding: 36px 16px; }
	.ds-banner-100m h2 {
		font-size: clamp(18px, 6.2vw, 28px);
		line-height: 1.2;
	}
	/* Testimonials */
	.ds-testimonials__awards { gap: 14px; flex-direction: column; }
	.ds-testimonials__zogby { height: 96px; }
	.ds-testimonials__count .num { font-size: 26px; }
	.ds-section-title { font-size: clamp(28px, 7.5vw, 38px); }
	/* Real People — single col, max usable height */
	.ds-real-people__card { height: 280px; }
	.ds-real-people__chip { font-size: 10px; padding: 6px 12px; letter-spacing: .12em; }
	.ds-real-people__role { font-size: 14px; }
	.ds-real-people__loc { font-size: 12px; }
	/* Real Success */
	.ds-real-success__viewport,
	.ds-real-success__card { min-height: 560px; }
	.ds-real-success__copy { padding: 32px 18px 80px; min-height: 560px; }
	.ds-real-success__hero-num { font-size: clamp(48px, 14vw, 68px); }
	.ds-real-success__hero-lab { font-size: 16px; margin: 4px 0 22px; padding-bottom: 18px; }
	.ds-real-success__stats { grid-template-columns: 1fr 1fr; gap: 14px 18px; }
	.ds-real-success__stat dt { font-size: 9px; letter-spacing: .12em; }
	.ds-real-success__stat dd { font-size: 17px; }
	.ds-real-success__nav { right: 16px; bottom: 16px; gap: 12px; }
	.ds-real-success__navbtn { width: 40px; height: 40px; }
	/* How-it-works counts */
	.ds-howit__counts { justify-content: flex-start; }
	/* Difference (4-pillar) — already 1-col here, ensure number doesn't overflow */
	.ds-difference-home__n { font-size: 44px; }
	.ds-difference-home__title-3 { font-size: 19px; }
	/* Team strip — 1 column on tiny phones is fine; but on 414/375 use 1-col */
	.ds-team-strip__photo { height: 260px; }
	.ds-team-strip__name { font-size: 13px; }
	/* Press releases — head wrap */
	.ds-press-releases__head { flex-direction: column; align-items: flex-start; }
	/* Trusted voices */
	.ds-trusted__quotes { grid-template-columns: 1fr; }
	.ds-trusted__logos { justify-content: flex-start; gap: 16px 22px; }
	.ds-trusted__logos img { height: 26px; }
	/* Blog grid */
	.ds-blog-grid-home__cards { grid-template-columns: 1fr; gap: 16px; }
	.ds-blog-grid-home__brand { min-height: 220px; }
	.ds-blog-grid-home__title { font-size: clamp(36px, 9vw, 56px); }
	/* Consultation form */
	.ds-form-section__contact-row { gap: 14px; }
	.ds-form-section__phone { font-size: 17px; }
	.ds-form-section__phone .circle { width: 36px; height: 36px; }
	.ds-form-section__email { font-size: 12px; }
	/* Get-free */
	.ds-getfree__sub { font-size: 14px; }
	.ds-getfree__bullets li { font-size: 13px; }
}

/* ---- 414: large phones (iPhone 14 Plus, Pixel 7 Pro) — fine-tune banner */
@media (max-width: 414px) {
	.ds-hero__h1 { font-size: clamp(36px, 11vw, 50px); }
	.ds-banner-100m h2 {
		/* "OVER $100M IN BUSINESS DEBT SETTLED" — must wrap to 2 lines cleanly */
		font-size: clamp(17px, 6.4vw, 26px);
		line-height: 1.2;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	/* Calc readout: $15,000 / day must not overflow */
	.ds-calc__readout { gap: 6px; flex-wrap: wrap; }
	.ds-calc__readout .num { font-size: 36px; }
	/* Calc result number ($1,875,000) — make sure it fits */
	.ds-calc__result-num { font-size: 22px; }
	.ds-calc__result-num--cyan { font-size: 24px; }
}

/* ---- 375: iPhone SE/12 Mini / standard phone */
@media (max-width: 375px) {
	.ds-hero__h1 { font-size: clamp(34px, 11.5vw, 46px); }
	.ds-hero__sub { font-size: 15.5px; }
	.ds-banner-100m h2 { font-size: clamp(15px, 6vw, 22px); max-width: 280px; }
	.ds-calc__readout .num { font-size: 32px; }
	.ds-calc__result-num { font-size: 20px; }
	.ds-calc__result-num--cyan { font-size: 22px; }
	.ds-calc__chip { font-size: 10.5px; padding: 0 8px; }
	.ds-section-title { font-size: clamp(26px, 7.2vw, 34px); }
	.ds-track__stat .num { font-size: 36px; }
	.ds-track__stat .l1 { font-size: 11px; }
	.ds-real-success__hero-num { font-size: clamp(44px, 13vw, 60px); }
	.ds-real-success__hero-lab { font-size: 14px; }
}

/* ---- 320: iPhone 5 / older Android — minimum tier */
@media (max-width: 320px) {
	.ds-hero { padding: 28px 12px 36px; }
	.ds-hero__h1 {
		/* Force fit at 320 — clamp lower minimum and break words */
		font-size: clamp(28px, 9.5vw, 38px);
		letter-spacing: -.02em;
		line-height: .95;
	}
	.ds-hero__sub { font-size: 14.5px; margin: 20px 0; }
	.ds-hero__trust { margin-top: 24px; }
	.ds-trust { row-gap: 10px; gap: 10px; }
	.ds-trust img { height: 28px; }
	.ds-trust img.is-tall { height: 30px; }
	.ds-trust img.is-short { height: 26px; }
	/* Calc */
	.ds-calc__head { padding: 12px 14px; }
	.ds-calc__head-left { font-size: 9px; }
	.ds-calc__head-right { font-size: 9px; }
	.ds-calc__body { padding: 18px 14px 16px; }
	.ds-calc__h3 { font-size: 17px; }
	.ds-calc__readout .num { font-size: 28px; }
	.ds-calc__readout .unit { font-size: 10px; margin-left: 4px; }
	.ds-calc__scale { font-size: 9px; }
	.ds-calc__chip { height: 28px; font-size: 10px; padding: 0 6px; flex: 1 1 calc(50% - 4px); }
	.ds-calc__result { padding: 14px 12px 14px; }
	.ds-calc__result-label { font-size: 9px; letter-spacing: .1em; }
	.ds-calc__result-grid { gap: 4px 8px; }
	.ds-calc__result-h { font-size: 9px; letter-spacing: .08em; }
	.ds-calc__result-num { font-size: 17px; letter-spacing: -.02em; }
	.ds-calc__result-num--cyan { font-size: 19px; }
	.ds-calc__result-num--cyan span { font-size: 10px !important; margin-left: 3px !important; }
	.ds-calc__result-foot { font-size: 10px; }
	.ds-calc__cta { height: 44px; font-size: 11px; letter-spacing: .04em; padding: 0 14px; }
	.ds-calc__foot-note { font-size: 9.5px; }
	/* Banner — 320 is the danger zone; force tight wrap */
	.ds-banner-100m { padding: 32px 12px; }
	.ds-banner-100m h2 {
		font-size: clamp(14px, 6.6vw, 20px);
		line-height: 1.2;
		max-width: 240px;
	}
	/* Testimonials */
	.ds-section-title { font-size: clamp(22px, 7vw, 30px); }
	.ds-testimonials__zogby { height: 80px; }
	.ds-testimonials__count .num { font-size: 22px; }
	/* Track */
	.ds-track__stat { padding: 16px 6px; }
	.ds-track__stat .num { font-size: 30px; }
	.ds-track__stat .l1 { font-size: 10px; letter-spacing: .08em; }
	.ds-track__stat .l2 { font-size: 9.5px; letter-spacing: .06em; }
	/* Real People */
	.ds-real-people__card { height: 260px; }
	/* Real Success — tight padding */
	.ds-real-success__copy { padding: 26px 14px 72px; }
	.ds-real-success__hero-num { font-size: clamp(40px, 13vw, 54px); }
	.ds-real-success__stats { gap: 12px 14px; }
	.ds-real-success__stat dd { font-size: 15px; }
	.ds-real-success__nav { right: 12px; bottom: 12px; gap: 8px; }
	.ds-real-success__navbtn { width: 38px; height: 38px; }
	/* How-it-works */
	.ds-howit__node-disc { width: 64px; height: 64px; }
	.ds-howit__node-disc img { width: 32px; height: 32px; }
	.ds-howit__t { font-size: 18px; }
	/* Difference dark */
	.ds-difference-home__n { font-size: 38px; }
	.ds-difference-home__title-3 { font-size: 17px; }
	.ds-difference-home__body { font-size: 13.5px; }
	/* Team strip */
	.ds-team-strip__photo { height: 240px; }
	/* Comparison */
	.ds-beat__compare-title { font-size: 16px; }
	/* Get free */
	.ds-getfree__title { font-size: clamp(26px, 8.5vw, 36px); }
	.ds-getfree__card { padding: 22px 14px 22px; }
	/* Press releases */
	.ds-press-releases__feat-quote { font-size: 36px; }
	.ds-press-releases__feat-body h3 { font-size: 18px; }
	.ds-press-releases__feat-body p { font-size: 13.5px; }
	.ds-press-releases__card { padding: 20px 18px 18px; min-height: 220px; }
	.ds-press-releases__card h3 { font-size: 15.5px; }
	/* Blog grid */
	.ds-blog-grid-home__brand-tag { font-size: 13px; }
	.ds-blog-grid-home__cards .ds-blog-card__cover { height: 160px; padding: 16px 16px; }
	.ds-blog-grid-home__cards .ds-blog-card__title { font-size: 16px; }
	/* Consultation */
	.ds-form-section__title { font-size: clamp(28px, 9vw, 40px); }
	.ds-form-section__sub { font-size: 14.5px; }
	.ds-form-section__phone { font-size: 16px; }
	.ds-form-section__card { padding: 18px 14px 18px; border-radius: 14px; }
}

/* ---- Universal: prevent any homepage section from causing global overflow ---- */
.ds-front,
.ds-front section { max-width: 100%; }

/* ---- Tap targets: ensure interactive items hit 44px on touch ---- */
@media (max-width: 768px) {
	.ds-hero .ds-cta,
	.ds-calc__cta,
	.ds-calc__chip,
	.ds-real-success__navbtn,
	.ds-real-success__dot,
	.ds-industries-home__tab,
	.ds-difference-home__pillar,
	.ds-team-strip__icons a {
		min-height: 44px;
	}
	.ds-real-success__dot { min-width: 44px; min-height: 12px; padding: 16px 0; background-clip: content-box; }
	.ds-team-strip__icons a { min-width: 44px; }
	/* Sidebar/calc chips need at least 38px hit area; pad horizontally */
	.ds-calc__chip { min-height: 38px; }
}

/* ---- Sticky/fixed-element clipping check: belt-and-suspenders overflow guard ---- */
html, body { overflow-x: clip; }

/* ============================================================
 * UI/UX Expert Review — Highest-impact fixes (May 1, 2026)
 * Targets: hierarchy, rhythm, color restraint, CTA dominance.
 * ============================================================ */

/* FIX 1 — Hero H1: dial back size + tame line count.
 * The hero was ~92px wrapping to 4 lines; reduce the ceiling and
 * tighten line-height so the headline sits in ~3 lines on desktop. */
.ds-hero__h1,
.ds-hero h1 {
	font-size: clamp(48px, 5.4vw, 76px) !important;
	line-height: .95 !important;
	letter-spacing: -.025em !important;
}

/* FIX 2 — Establish clear h1 -> h2 hierarchy. Cap section titles so
 * they don't visually equal the hero. Hero stays king at ~76px;
 * section titles top out ~52px. */
.ds-section-title,
.ds-industries-home__head .ds-section-title,
.ds-real-people__head .ds-section-title,
.ds-real-success__title {
	font-size: clamp(36px, 4vw, 52px) !important;
	line-height: 1.05 !important;
	letter-spacing: -.02em !important;
}

/* FIX 3 — Cyan restraint on hero. Limit cyan to a single accent word
 * so primary CTAs reclaim visual dominance. Default body text + most
 * h1 words stay ink; .ds-emph still pops as the accent. */
.ds-hero__h1 .ds-emph {
	/* keep cyan as the pop, but slightly desaturate so CTA wins */
	color: var(--ds-cyan);
}
.ds-hero__h1 > *:not(.ds-emph):not(.ds-emph--underlined) {
	color: var(--ds-ink);
}

/* FIX 4 — Track Record stats: more breathing room, tighter number
 * weight harmony with labels. Was 40/28 padding + 72px num. */
.ds-track__stats {
	margin-bottom: 88px;
}
.ds-track__stat {
	padding: 56px 28px 52px;
}
.ds-track__stat .num {
	font-size: 64px;
	letter-spacing: -.035em;
}
.ds-track__stat .l1 {
	margin-top: 18px;
	font-size: 13px;
	letter-spacing: .18em;
}

/* FIX 5 — Section rhythm: standardize vertical padding so sections
 * "tick" predictably. Shield, industries, real-people, track all
 * inherit a consistent ~96/112 cadence. */
.ds-shield { padding-top: 104px; padding-bottom: 104px; }
.ds-industries-home { padding-top: 96px; padding-bottom: 112px; }
.ds-real-people { padding-top: 96px; padding-bottom: 96px; }

/* FIX 6 — CTA dominance. Increase hover lift + add resting elevation
 * so the primary cyan button truly pops against busy sections. */
.ds-cta {
	box-shadow: 0 8px 22px -8px rgba(0, 184, 240, .55), 0 2px 6px rgba(0, 0, 0, .06);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ds-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px -10px rgba(0, 184, 240, .7), 0 4px 10px rgba(0, 0, 0, .08);
}

/* FIX 7 — Decorative restraint: tone down shield bg grid so it
 * doesn't compete with stats + CTA card. Was opacity .4. */
.ds-shield__bg-grid { opacity: .22; }

/* FIX 8 — Eyebrow consistency. Normalize letter-spacing across all
 * eyebrows (was .16 / .18 / .2 mixed). One typographic voice. */
.ds-eyebrow,
.ds-shield__card-eyebrow,
.ds-industries-home__promise-eyebrow,
.ds-industries-home__card-eyebrow,
.ds-shield__steps-head span:last-child,
.ds-shield__step-n,
.ds-shield__sectors-label {
	letter-spacing: .18em;
}

/* Hero hierarchy fine-tune — give the lede more breathing room
 * below the (now smaller) h1 so the eye can land. */
.ds-hero__h1 { margin-bottom: 28px; }

/* ============================================================
 * 2026-05-01 — Responsive QC final pass.
 * Defeats earlier !important rules that prevent mobile clamping.
 * Targets every homepage section partial.
 * Order: 1280 -> 1024 -> 768 -> 480 -> 414 -> 375 -> 320.
 * ============================================================ */

@media (max-width: 1024px) {
	.ds-hero__h1 { font-size: clamp(48px, 7vw, 76px) !important; }
	.ds-section-title { font-size: clamp(34px, 4.4vw, 48px) !important; }
}

@media (max-width: 768px) {
	.ds-hero__h1 { font-size: clamp(40px, 8.4vw, 64px) !important; }
	.ds-section-title { font-size: clamp(30px, 5.2vw, 40px) !important; }
	/* Track Record: revert big padding on mobile */
	.ds-track__stat { padding: 28px 14px !important; }
	.ds-track__stat .num { font-size: 48px !important; }
}

@media (max-width: 480px) {
	.ds-hero__h1 { font-size: clamp(34px, 9.5vw, 50px) !important; }
	.ds-hero__h1 .ds-emph,
	.ds-hero__h1 .ds-emph--underlined,
	.ds-hero__h1 > span {
		overflow-wrap: anywhere;
		word-break: break-word;
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	.ds-section-title { font-size: clamp(26px, 7vw, 36px) !important; }
	.ds-track__stat { padding: 22px 8px !important; }
	.ds-track__stat .num { font-size: 36px !important; letter-spacing: -.03em; }
	.ds-track__stat .l1 { font-size: 11px !important; letter-spacing: .1em !important; margin-top: 10px !important; }
	.ds-track__stat .l2 { font-size: 10px !important; letter-spacing: .06em !important; }
	/* Industries title */
	.ds-industries-home__head .ds-section-title { font-size: clamp(28px, 7.5vw, 38px) !important; }
	/* Real success title */
	.ds-real-success__title { font-size: clamp(28px, 7.5vw, 38px) !important; }
}

@media (max-width: 414px) {
	.ds-hero__h1 { font-size: clamp(32px, 9.5vw, 44px) !important; line-height: .94 !important; }
	.ds-section-title { font-size: clamp(24px, 6.8vw, 32px) !important; }
	.ds-real-success__title { font-size: clamp(26px, 7vw, 34px) !important; }
}

@media (max-width: 375px) {
	.ds-hero__h1 { font-size: clamp(30px, 9.4vw, 40px) !important; line-height: .92 !important; }
	.ds-hero__sub { font-size: 15px !important; }
	.ds-banner-100m h2 { font-size: clamp(15px, 5.5vw, 22px) !important; }
	.ds-section-title { font-size: clamp(22px, 6.6vw, 30px) !important; }
	.ds-track__stat .num { font-size: 32px !important; }
}

@media (max-width: 320px) {
	.ds-hero { padding: 24px 12px 32px !important; }
	.ds-hero__h1 { font-size: clamp(26px, 9vw, 36px) !important; line-height: .92 !important; letter-spacing: -.02em !important; }
	.ds-hero__sub { font-size: 14px !important; }
	.ds-banner-100m { padding: 28px 12px !important; }
	.ds-banner-100m h2 { font-size: clamp(13px, 5.4vw, 19px) !important; line-height: 1.18 !important; max-width: 240px; margin-left: auto; margin-right: auto; }
	.ds-section-title { font-size: clamp(20px, 6.4vw, 26px) !important; }
	.ds-track__stat { padding: 16px 4px !important; }
	.ds-track__stat .num { font-size: 26px !important; }
	.ds-real-success__title { font-size: clamp(22px, 6.4vw, 28px) !important; }
	.ds-real-success__hero-num { font-size: clamp(36px, 12vw, 50px) !important; }
	.ds-getfree__title { font-size: clamp(24px, 7.5vw, 32px) !important; }
	.ds-form-section__title { font-size: clamp(26px, 8vw, 36px) !important; }
}

/* ---- Calc card overflow guard: nuclear option since 320 still clipped.
   Force tabular numerals to shrink + chips to wrap to 2-col grid. */
@media (max-width: 480px) {
	.ds-calc { min-width: 0 !important; }
	.ds-calc__readout {
		flex-wrap: wrap;
		gap: 4px 6px;
		row-gap: 0;
	}
	.ds-calc__readout .num {
		font-size: clamp(28px, 9vw, 44px) !important;
		max-width: 100%;
	}
	.ds-calc__result-grid {
		grid-template-columns: 1fr 1fr !important;
	}
	.ds-calc__result-num {
		font-size: clamp(16px, 5.5vw, 26px) !important;
		min-width: 0;
		overflow-wrap: anywhere;
	}
	.ds-calc__result-num--cyan {
		font-size: clamp(18px, 6vw, 28px) !important;
	}
	#ds-calc-annual { font-size: clamp(16px, 5vw, 24px) !important; }
	.ds-calc__result-foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
}

/* Re-allow chip wrapping at any narrow viewport */
@media (max-width: 480px) {
	.ds-calc__chips {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}
	.ds-calc__chip {
		min-width: 0;
		justify-content: center;
		flex: unset;
	}
}

/* Industries tabs — wrap properly on narrow */
@media (max-width: 480px) {
	.ds-industries-home__tabs { gap: 6px; }
	.ds-industries-home__tab { font-size: 12px; height: 40px; padding: 0 14px; }
}

/* Press releases card grid stays single col on phones (already handled) but
   ensure the static dummy card doesn't push width */
@media (max-width: 480px) {
	.ds-press-releases__grid { grid-template-columns: 1fr !important; }
}

/* Difference: ensure 4-pillar grid collapses cleanly without horizontal scroll */
@media (max-width: 480px) {
	.ds-difference-home__grid { grid-template-columns: 1fr !important; }
	.ds-difference-home__pillar { padding: 26px 16px 22px !important; }
}

/* Team strip card max-width safeguards */
@media (max-width: 480px) {
	.ds-team-strip__card { min-width: 0; }
	.ds-team-strip__name { word-break: break-word; }
}

/* Final overflow guard for entire homepage */
.ds-front { overflow-x: clip; }
.ds-front > section,
.ds-front > div { max-width: 100vw; }

