.msbl-book-landing-page .entry-title,
.msbl-book-landing-page .wp-block-post-title,
.msbl-book-landing-page main > header.entry-header {
	display: none;
}

.msbl-landing {
	--msbl-bg: #06101b;
	--msbl-panel: #0b1c2b;
	--msbl-text: #edf6fb;
	--msbl-muted: #a9bdc9;
	--msbl-green: #b9ff3f;
	--msbl-cyan: #4fdbe6;
	--msbl-line: rgba(111, 218, 227, .22);
	--msbl-shadow: 0 22px 55px rgba(0, 0, 0, .34);
	box-sizing: border-box;
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	overflow: hidden;
	background: linear-gradient(180deg, #07121e 0%, #040a10 100%);
	color: var(--msbl-text);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.msbl-landing *,
.msbl-landing *::before,
.msbl-landing *::after {
	box-sizing: border-box;
}

.msbl-landing h1,
.msbl-landing h2,
.msbl-landing h3,
.msbl-landing p,
.msbl-landing blockquote,
.msbl-landing ul {
	color: inherit;
}

.msbl-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.msbl-kicker {
	margin: 0 0 14px;
	color: var(--msbl-green) !important;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.msbl-hero {
	position: relative;
	padding: 72px 0 62px;
	border-bottom: 1px solid var(--msbl-line);
	background: radial-gradient(circle at 85% 8%, rgba(47, 188, 199, .13), transparent 28rem);
}

.msbl-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(100deg, transparent 45%, rgba(185, 255, 63, .035));
}

.msbl-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
	align-items: center;
	gap: clamp(40px, 7vw, 88px);
}

.msbl-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.45rem, 6.2vw, 5.3rem);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.055em;
}

.msbl-hero h1 span {
	color: var(--msbl-green);
}

.msbl-lead {
	max-width: 690px;
	margin: 26px 0 0;
	color: #d2e2e9 !important;
	font-size: clamp(1.06rem, 2vw, 1.27rem);
	line-height: 1.65;
}

.msbl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.msbl-button,
.msbl-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--msbl-green);
	border-radius: 4px;
	background: var(--msbl-green);
	color: #0a140c !important;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.msbl-button:hover,
.msbl-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(185, 255, 63, .2);
}

.msbl-cover {
	display: block;
	width: min(100%, 390px);
	height: auto;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 5px;
	box-shadow: var(--msbl-shadow), 0 0 42px rgba(79, 219, 230, .08);
}

.msbl-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 24px 0 0;
	padding: 0;
	color: var(--msbl-muted) !important;
	font-size: .88rem;
	list-style: none;
}

.msbl-meta li {
	margin: 0;
	padding: 0;
}

.msbl-meta li::before {
	content: "◆";
	margin-right: 8px;
	color: var(--msbl-cyan);
	font-size: .62em;
}

.msbl-section {
	padding: 82px 0;
}

.msbl-section--dark {
	border-block: 1px solid var(--msbl-line);
	background: rgba(9, 25, 38, .72);
}

.msbl-heading {
	max-width: 820px;
	margin-bottom: 34px;
}

.msbl-heading h2,
.msbl-character h2,
.msbl-excerpt h2,
.msbl-final h2 {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1.85rem, 4vw, 3.2rem);
	line-height: 1.1;
	letter-spacing: -.035em;
}

.msbl-story {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(32px, 7vw, 82px);
	align-items: start;
}

.msbl-story-callout {
	margin: 0;
	padding: 26px 0 26px 26px;
	border-left: 3px solid var(--msbl-green);
	color: #e8f4f6 !important;
	font-size: clamp(1.18rem, 2.3vw, 1.55rem);
	font-weight: 700;
	line-height: 1.45;
}

.msbl-story-copy p {
	color: #c7d7df !important;
}

.msbl-story-copy p:first-child {
	margin-top: 0;
}

.msbl-story-copy p:last-child {
	margin-bottom: 0;
}

.msbl-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.msbl-card {
	min-height: 230px;
	margin: 0;
	padding: 26px;
	border: 1px solid var(--msbl-line);
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(17, 43, 62, .9), rgba(7, 18, 29, .9));
	box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.msbl-card-num {
	color: var(--msbl-cyan);
	font-size: .77rem;
	font-weight: 900;
	letter-spacing: .16em;
}

.msbl-card h3 {
	margin: 12px 0 10px;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.25;
}

.msbl-card p {
	margin: 0;
	color: var(--msbl-muted) !important;
}

.msbl-character {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr);
	gap: clamp(34px, 7vw, 86px);
	align-items: center;
}

.msbl-character h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.06;
}

.msbl-character p {
	color: #c7d7df !important;
}

.msbl-quote {
	margin: 0;
	padding: 30px;
	border: 1px solid rgba(185, 255, 63, .28);
	border-radius: 6px;
	background: rgba(185, 255, 63, .045);
	color: #f1f8f1 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.13rem, 2.2vw, 1.45rem);
	font-style: normal;
	line-height: 1.55;
}

.msbl-list {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.msbl-list li {
	position: relative;
	margin: 0;
	padding: 16px 18px 16px 50px;
	border: 1px solid var(--msbl-line);
	background: rgba(11, 28, 43, .68);
}

.msbl-list li::before {
	content: "→";
	position: absolute;
	left: 19px;
	color: var(--msbl-green);
	font-weight: 900;
}

.msbl-excerpt {
	max-width: 830px;
	margin: 0 auto;
	padding: clamp(28px, 6vw, 58px);
	border: 1px solid var(--msbl-line);
	border-radius: 6px;
	background: linear-gradient(160deg, #10283a, #07131f);
	box-shadow: var(--msbl-shadow);
}

.msbl-excerpt h2 {
	margin-bottom: 26px;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.msbl-excerpt blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	color: #dce9ee !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	font-style: normal;
}

.msbl-excerpt cite {
	display: block;
	margin-top: 24px;
	color: var(--msbl-green);
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: .82rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.msbl-faq {
	display: grid;
	gap: 12px;
}

.msbl-faq details {
	border: 1px solid var(--msbl-line);
	border-radius: 5px;
	background: rgba(11, 28, 43, .64);
}

.msbl-faq summary {
	padding: 19px 22px;
	color: var(--msbl-text);
	font-weight: 800;
	cursor: pointer;
}

.msbl-faq details p {
	margin: 0;
	padding: 0 22px 21px;
	color: var(--msbl-muted) !important;
}

.msbl-final {
	padding: 78px 0;
	background: radial-gradient(circle at 50% 100%, rgba(185, 255, 63, .12), transparent 34rem), #06101b;
	text-align: center;
}

.msbl-final h2 {
	max-width: 780px;
	margin: 0 auto;
	font-size: clamp(2rem, 4.8vw, 3.8rem);
	line-height: 1.06;
	letter-spacing: -.04em;
}

.msbl-final > .msbl-wrap > p:not(.msbl-kicker) {
	max-width: 650px;
	margin: 20px auto 0;
	color: var(--msbl-muted) !important;
}

.msbl-final .msbl-actions {
	justify-content: center;
}

@media (max-width: 780px) {
	.msbl-wrap {
		width: min(calc(100% - 28px), 680px);
	}

	.msbl-hero {
		padding-top: 48px;
	}

	.msbl-hero-grid,
	.msbl-story,
	.msbl-character {
		grid-template-columns: 1fr;
	}

	.msbl-cover {
		width: min(78%, 330px);
	}

	.msbl-cards {
		grid-template-columns: 1fr;
	}

	.msbl-card {
		min-height: 0;
	}

	.msbl-section {
		padding: 60px 0;
	}
}

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

