/**
 * Start here (audit CTA) section.
 */

.dc-start-here-audit__head {
	margin-bottom: 0;
}

.dc-start-here-audit__grid {
	display: grid;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 1024px) {
	.dc-start-here-audit__grid {
		grid-template-columns: 1.1fr 1fr;
		gap: 3rem;
	}
}

.dc-start-here-audit__intro h2 {
	font-size: clamp(1.875rem, 4vw, 3rem);
	line-height: 1.1;
	color: var(--dc-ink);
	margin: 0;
}

.dc-start-here-audit__intro p {
	margin-top: 1.25rem;
	max-width: 40rem;
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--dc-ink-soft);
}

.dc-start-here-audit__actions {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dc-start-here-audit__cards {
	display: grid;
	gap: 1rem;
}

.dc-start-here-audit__card {
	padding: 1.5rem;
	display: flex;
	gap: 1.25rem;
}

.dc-start-here-audit__num {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.5rem;
	background: var(--dc-ink);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.dc-start-here-audit__card h3 {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--dc-ink);
}

.dc-start-here-audit__card p {
	margin: 0.25rem 0 0;
	font-size: 1rem;
	line-height: 1.625;
	color: var(--dc-ink-soft);
}
