.atda-marketing {
	--atda-navy: #101827;
	--atda-teal: #0ea5a4;
	--atda-blue: #356bb6;
	--atda-green: #6fcf54;
	--atda-ink: #172033;
	--atda-copy: #3f4a5c;
	--atda-muted: #687386;
	--atda-line: #dce3ea;
	--atda-soft: #f3f6f8;
	--atda-warm: #fff8df;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	color: var(--atda-ink);
	font-size: 18px;
	line-height: 1.62;
}

.atda-marketing,
.atda-marketing * {
	box-sizing: border-box;
}

.atda-marketing :where(h1, h2, h3, p, ul, ol, figure) {
	margin-top: 0;
}

.atda-marketing :where(h1, h2, h3) {
	color: var(--atda-navy);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.atda-marketing h1 {
	font-size: clamp(2.5rem, 5vw, 4.9rem);
	margin-bottom: 24px;
}

.atda-marketing h2 {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	margin-bottom: 20px;
}

.atda-marketing h3 {
	font-size: 1.3rem;
	margin-bottom: 12px;
}

.atda-marketing p {
	color: var(--atda-copy);
}

.atda-mkt-eyebrow {
	margin-bottom: 14px;
	color: var(--atda-teal) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.atda-mkt-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
	gap: clamp(42px, 6vw, 82px);
	align-items: center;
	padding: clamp(56px, 8vw, 108px) 0 clamp(64px, 8vw, 110px);
}

.atda-mkt-lead {
	max-width: 700px;
	margin-bottom: 30px;
	font-size: clamp(1.1rem, 1.8vw, 1.3rem);
}

.atda-mkt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 24px;
	align-items: center;
	margin: 0 0 28px;
}

.atda-mkt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 2px solid var(--atda-navy);
	border-radius: 6px;
	background: var(--atda-navy);
	color: #fff !important;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease;
}

.atda-mkt-button:hover,
.atda-mkt-button:focus-visible {
	background: #24344e;
	transform: translateY(-1px);
}

.atda-mkt-text-link {
	color: var(--atda-navy) !important;
	font-weight: 750;
	text-underline-offset: 5px;
}

.atda-mkt-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--atda-muted);
	font-size: 0.86rem;
}

.atda-mkt-facts li::before {
	content: "✓";
	margin-right: 7px;
	color: var(--atda-teal);
	font-weight: 800;
}

.atda-mkt-hero__visual,
.atda-mkt-screen {
	margin: 0;
}

.atda-mkt-hero__visual img,
.atda-mkt-screen img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--atda-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(16, 24, 39, 0.13);
}

.atda-mkt-hero__visual figcaption,
.atda-mkt-screen figcaption {
	margin-top: 12px;
	color: var(--atda-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

.atda-mkt-section {
	padding: clamp(68px, 9vw, 116px) 0;
}

.atda-mkt-heading {
	max-width: 760px;
}

.atda-mkt-heading--centred {
	margin: 0 auto 42px;
	text-align: center;
}

.atda-mkt-heading--centred > p:last-child {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.atda-mkt-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(44px, 8vw, 112px);
	border-top: 1px solid var(--atda-line);
}

.atda-mkt-audience {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(44px, 8vw, 112px);
}

.atda-mkt-audience__body {
	padding-top: 5px;
}

.atda-mkt-audience__body p {
	font-size: 1.06rem;
}

.atda-mkt-intro__body {
	padding-top: 5px;
}

.atda-mkt-intro__body p {
	font-size: 1.08rem;
}

.atda-mkt-results {
	position: relative;
	padding-right: clamp(24px, 5vw, 68px);
	padding-left: clamp(24px, 5vw, 68px);
	border-radius: 22px;
	background: var(--atda-soft);
}

.atda-mkt-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.atda-mkt-card {
	padding: 26px;
	border: 1px solid var(--atda-line);
	border-radius: 12px;
	background: #fff;
}

.atda-mkt-card p {
	margin-bottom: 0;
	font-size: 0.91rem;
}

.atda-mkt-card__number {
	display: block;
	margin-bottom: 24px;
	color: var(--atda-teal);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.atda-mkt-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	background: var(--atda-line);
	list-style: none;
	counter-reset: atda-step;
}

.atda-mkt-steps li {
	min-height: 238px;
	padding: 28px 24px;
	background: #fff;
	counter-increment: atda-step;
}

.atda-mkt-steps li::before {
	content: counter(atda-step, decimal-leading-zero);
	display: block;
	margin-bottom: 38px;
	color: var(--atda-teal);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.atda-mkt-steps strong,
.atda-mkt-steps span {
	display: block;
}

.atda-mkt-steps strong {
	margin-bottom: 10px;
	color: var(--atda-navy);
	font-size: 1rem;
}

.atda-mkt-steps span {
	color: var(--atda-copy);
	font-size: 0.85rem;
	line-height: 1.5;
}

.atda-mkt-showcase {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
	gap: clamp(48px, 8vw, 112px);
	align-items: center;
	padding: clamp(70px, 9vw, 118px) 0;
	border-top: 1px solid var(--atda-line);
}

.atda-mkt-showcase--reverse .atda-mkt-showcase__copy {
	order: 2;
}

.atda-mkt-showcase--reverse .atda-mkt-screen {
	order: 1;
}

.atda-mkt-showcase__copy p:last-child {
	margin-bottom: 0;
}

.atda-mkt-screen {
	max-width: 650px;
}

.atda-mkt-deliverables {
	padding-right: clamp(24px, 5vw, 68px);
	padding-left: clamp(24px, 5vw, 68px);
	border-radius: 22px;
	background: var(--atda-navy);
}

.atda-mkt-deliverables :where(h2, h3) {
	color: #fff;
}

.atda-mkt-deliverables .atda-mkt-heading > p:last-child,
.atda-mkt-deliverables article p {
	color: #cfd8e7;
}

.atda-mkt-deliverable-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px;
}

.atda-mkt-deliverable-grid article {
	padding-top: 26px;
	border-top: 3px solid var(--atda-teal);
}

.atda-mkt-deliverable-grid article p {
	margin-bottom: 0;
	font-size: 0.94rem;
}

.atda-mkt-use {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(44px, 8vw, 112px);
	border-top: 1px solid var(--atda-line);
}

.atda-mkt-use__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.atda-mkt-use__list li {
	position: relative;
	padding: 15px 0 15px 34px;
	border-bottom: 1px solid var(--atda-line);
	color: var(--atda-copy);
}

.atda-mkt-use__list li::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--atda-teal);
}

.atda-mkt-care {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(44px, 8vw, 112px);
	padding-right: clamp(24px, 5vw, 68px);
	padding-left: clamp(24px, 5vw, 68px);
	border-radius: 22px;
	background: var(--atda-warm);
}

.atda-mkt-care__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.atda-mkt-care__points p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.atda-mkt-care__points strong {
	display: block;
	margin-bottom: 5px;
	color: var(--atda-navy);
}

.atda-mkt-framework {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(44px, 8vw, 112px);
}

.atda-mkt-framework > div:last-child {
	padding-top: 6px;
}

.atda-mkt-faq {
	border-top: 1px solid var(--atda-line);
}

.atda-mkt-faq__items {
	max-width: 860px;
	margin: 0 auto;
	border-top: 1px solid var(--atda-line);
}

.atda-mkt-faq details {
	border-bottom: 1px solid var(--atda-line);
}

.atda-mkt-faq summary {
	position: relative;
	padding: 24px 48px 24px 0;
	color: var(--atda-navy);
	font-size: 1.05rem;
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.atda-mkt-faq summary::-webkit-details-marker {
	display: none;
}

.atda-mkt-faq summary::after {
	content: "+";
	position: absolute;
	top: 19px;
	right: 4px;
	color: var(--atda-teal);
	font-size: 1.7rem;
	font-weight: 400;
}

.atda-mkt-faq details[open] summary::after {
	content: "−";
}

.atda-mkt-faq details p {
	max-width: 740px;
	padding: 0 48px 22px 0;
	margin-bottom: 0;
}

.atda-mkt-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
	padding: clamp(48px, 7vw, 84px);
	border-radius: 22px;
	background: var(--atda-navy);
}

.atda-mkt-cta :where(h2, p) {
	color: #fff;
}

.atda-mkt-cta p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	color: #cfd8e7;
}

.atda-mkt-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--atda-navy) !important;
	white-space: nowrap;
}

.atda-mkt-button--light:hover,
.atda-mkt-button--light:focus-visible {
	background: #eef3f8;
}

.atda-mkt-fiction {
	margin: 18px 0 0;
	color: var(--atda-muted) !important;
	font-size: 0.74rem;
	text-align: center;
}

@media (max-width: 980px) {
	.atda-mkt-hero {
		grid-template-columns: 1fr;
	}

	.atda-mkt-hero__visual {
		max-width: 720px;
	}

	.atda-mkt-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.atda-mkt-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.atda-mkt-showcase,
	.atda-mkt-showcase--reverse {
		grid-template-columns: 1fr;
	}

	.atda-mkt-showcase--reverse .atda-mkt-showcase__copy,
	.atda-mkt-showcase--reverse .atda-mkt-screen {
		order: initial;
	}
}

@media (max-width: 720px) {
	.atda-marketing {
		font-size: 16px;
	}

	.atda-mkt-hero,
	.atda-mkt-section,
	.atda-mkt-showcase {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.atda-mkt-intro,
	.atda-mkt-audience,
	.atda-mkt-use,
	.atda-mkt-care,
	.atda-mkt-framework {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.atda-mkt-card-grid,
	.atda-mkt-steps,
	.atda-mkt-deliverable-grid,
	.atda-mkt-care__points {
		grid-template-columns: 1fr;
	}

	.atda-mkt-steps li {
		min-height: 0;
	}

	.atda-mkt-steps li::before {
		margin-bottom: 20px;
	}

	.atda-mkt-cta {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 36px 26px;
	}

	.atda-mkt-button--light {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.atda-mkt-button {
		transition: none;
	}
}
