/**
 * Download page styles.
 */

.ll-download-hero {
	padding-block: clamp(3rem, 7vw, 5rem);
}

.ll-download-hero__inner {
	width: 100%;
}

.ll-download-hero h1,
.ll-download-hero .ll-section__lead {
	max-width: none;
}

.ll-download-hero .ll-cta-group {
	flex-wrap: wrap;
}

.ll-download-hero .ll-micro-proof {
	flex-wrap: wrap;
}

.ll-download-trust-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.ll-download-trust-grid .ll-surface {
	padding: 1.25rem 1.35rem;
}

.ll-download-trust-grid strong {
	display: block;
	font-family: var(--ll-display);
	font-size: 1.05rem;
	margin-bottom: 0.35rem;
}

.ll-download-requirements {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ll-download-requirements li {
	align-items: flex-start;
	display: flex;
	gap: 0.65rem;
}

.ll-download-requirements li::before {
	color: var(--ll-accent);
	content: "✓";
	font-weight: 700;
}

.ll-download-page .ll-pro-purchase.ll-surface {
	padding: 1.5rem;
}

.ll-download-install__inner {
	max-width: 44rem;
}

.ll-download-install__steps {
	display: flex;
	flex-direction: column;
	gap: var(--ll-space-xl);
	list-style: none;
	margin: 0;
	padding: 0;
}

.ll-download-install__steps > .ll-howto-step {
	align-items: start;
	display: grid;
	gap: var(--ll-space-md);
	grid-template-columns: 48px 1fr;
}

.ll-download-install__steps .ll-howto-num {
	align-items: center;
	background: rgba(34, 211, 238, 0.1);
	border: 1px solid var(--ll-border-accent);
	border-radius: var(--ll-radius-sm);
	color: var(--ll-accent);
	display: flex;
	flex-shrink: 0;
	font-family: var(--ll-display);
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.ll-download-install__steps .ll-howto-title {
	font-family: var(--ll-display);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0.1rem 0 0.5rem;
}

.ll-download-install__steps .ll-howto-body p {
	line-height: 1.6;
}

@media (min-width: 768px) {
	.ll-download-cards .ll-surface {
		min-height: 100%;
	}
}
