/* No-header / Hide navigation: paid LP pattern — full header off, centered hero logo. */
body.lp-no-header header {
	display: none !important;
}

body.lp-no-header main,
body.lp-no-header main.wp-block-group {
	margin-top: 0 !important;
}

body.lp-no-header .lp-no-header-logo,
body.lp-no-header .lp-hero-logo-link,
body.lp-no-header .e-stn--short-form-with-media .e-col--top-column .e-img a {
	position: relative;
	z-index: 2;
	display: inline-block;
	pointer-events: auto;
	cursor: pointer;
}

body.lp-no-header .lp-no-header-logo {
	width: 100%;
	margin-bottom: 0;
}

body.lp-no-header .lp-no-header-logo .e-img img {
	width: auto;
	max-width: 220px;
	height: auto;
}

/*
 * Light cream heroes (banner / pricing): show dark mark.
 * Dark heroes (short-form / wide-video): keep light mark via helper defaults.
 */
body.lp-no-header .e-stn--banner-without-media .lp-no-header-logo .e-img--hero-logo-light {
	display: none !important;
}

body.lp-no-header .e-stn--banner-without-media .lp-no-header-logo .e-img--hero-logo-dark {
	display: block !important;
}
