.msg-inf-app [hidden],
.msg-inf-shell [hidden] {
	display: none !important;
}

.msg-inf-compare-bar {
	bottom: 140px;
}

/* Keep the creator-search hero balanced at desktop widths where the old
 * fluid heading created single-character orphan lines. */
.msg-inf-hero {
	grid-template-columns: minmax(0, 1.6fr) minmax(340px, .8fr);
	gap: 36px;
	align-items: center;
}

.msg-inf-hero h1 {
	max-width: 780px;
	font-size: clamp(38px, 3.55vw, 52px);
	line-height: 1.18;
	word-break: keep-all;
	text-wrap: balance;
}

.msg-inf-hero h1 span {
	display: block;
}

.msg-inf-hero > div > p:last-child {
	max-width: 760px;
	line-height: 1.7;
	word-break: keep-all;
}

.msg-inf-hero-stats {
	align-self: center;
}

.msg-inf-hero-stats span {
	line-height: 1.45;
	word-break: keep-all;
}

@media (max-width: 1100px) {
	.msg-inf-hero {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.msg-inf-hero-stats {
		width: min(100%, 560px);
	}
}

@media (max-width: 640px) {
	.msg-inf-compare-bar {
		bottom: 110px;
	}

	.msg-inf-hero h1 {
		font-size: clamp(30px, 9vw, 36px);
		text-wrap: pretty;
	}
}
