.mfm-advertise-page,
.mfm-advertise-page * {
	box-sizing: border-box;
}

.mfm-advertise-page {
	--mfm-advertise-blue: #0649a8;
	--mfm-advertise-yellow: #ffd400;
	--mfm-advertise-red: #ef233c;
	--mfm-advertise-ink: #171719;
	--mfm-advertise-muted: #5f6068;
	background: #f5f6f8;
	color: var(--mfm-advertise-ink);
	font-family: var(--mfm-font-body);
}

.mfm-advertise-page a {
	text-decoration: none;
}

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

.mfm-advertise-hero {
	position: relative;
	overflow: hidden;
	background: #111113;
	color: #ffffff;
}

.mfm-advertise-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.58) 54%, rgba(0,0,0,.82)),
		var(--mfm-advertise-hero-image, none) center / cover no-repeat;
	transform: scale(1.02);
}

.mfm-advertise-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 16% 20%, rgba(255,212,0,.22), transparent 34%),
		radial-gradient(circle at 88% 12%, rgba(6,73,168,.35), transparent 30%);
}

.mfm-advertise-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 42px;
	align-items: end;
	min-height: 540px;
	padding: 82px 0;
}

.mfm-advertise-kicker {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--mfm-advertise-red);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.mfm-advertise-hero h1 {
	max-width: 760px;
	margin: 18px 0 14px;
	color: #ffffff !important;
	font-family: var(--mfm-font-heading);
	font-size: clamp(46px, 7vw, 92px);
	font-weight: 900;
	line-height: .93;
	text-shadow: 0 3px 20px rgba(0,0,0,.88);
	-webkit-text-fill-color: #ffffff;
}

.mfm-advertise-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255,255,255,.9);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
}

.mfm-advertise-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.mfm-advertise-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 7px;
	padding: 0 20px;
	font-family: var(--mfm-font-heading);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
}

.mfm-advertise-button--primary {
	background: var(--mfm-advertise-yellow);
	color: #101010 !important;
}

.mfm-advertise-button--ghost {
	border-color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.08);
	color: #ffffff !important;
}

.mfm-advertise-button:hover,
.mfm-advertise-button:focus {
	background: var(--mfm-advertise-red);
	border-color: var(--mfm-advertise-red);
	color: #ffffff !important;
}

.mfm-advertise-card {
	display: grid;
	gap: 12px;
	padding: 24px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 12px;
	background: rgba(255,255,255,.12);
	color: #ffffff;
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.mfm-advertise-card small {
	color: var(--mfm-advertise-yellow);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mfm-advertise-card strong {
	color: #ffffff !important;
	font-family: var(--mfm-font-heading);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.mfm-advertise-card p {
	margin: 0;
	color: rgba(255,255,255,.84);
	font-size: 15px;
	line-height: 1.5;
}

.mfm-advertise-card a {
	display: inline-flex;
	width: fit-content;
	min-height: 42px;
	align-items: center;
	border-radius: 7px;
	background: #ffffff;
	color: #101010 !important;
	padding: 0 16px;
	font-weight: 900;
}

.mfm-advertise-card a:hover,
.mfm-advertise-card a:focus {
	background: var(--mfm-advertise-yellow);
	color: #101010 !important;
}

.mfm-advertise-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.mfm-advertise-benefit,
.mfm-advertise-info,
.mfm-advertise-cta {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

.mfm-advertise-benefit {
	padding: 24px;
}

.mfm-advertise-benefit h2,
.mfm-advertise-info h2,
.mfm-advertise-cta h2 {
	margin: 0;
	color: var(--mfm-advertise-ink);
	font-family: var(--mfm-font-heading);
	font-weight: 900;
	line-height: 1;
}

.mfm-advertise-benefit h2 {
	font-size: 24px;
}

.mfm-advertise-benefit p,
.mfm-advertise-info p,
.mfm-advertise-cta p {
	color: var(--mfm-advertise-muted);
	font-size: 16px;
	line-height: 1.58;
}

.mfm-advertise-benefit p {
	margin: 12px 0 0;
}

.mfm-advertise-info {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 34px;
	align-items: center;
	margin-top: 28px;
	padding: 34px;
}

.mfm-advertise-info h2 {
	margin-top: 16px;
	font-size: clamp(34px, 4.5vw, 58px);
}

.mfm-advertise-info p {
	max-width: 620px;
	margin: 16px 0 0;
}

.mfm-advertise-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mfm-advertise-list li {
	position: relative;
	padding: 14px 16px 14px 44px;
	border: 1px solid #e3e3e6;
	border-radius: 8px;
	background: #fafafa;
	color: #25252a;
	font-weight: 700;
	line-height: 1.35;
}

.mfm-advertise-list li::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 16px;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--mfm-advertise-yellow);
	box-shadow: 0 0 0 4px rgba(255,212,0,.22);
}

.mfm-advertise-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-top: 28px;
	margin-bottom: 60px;
	padding: 30px 34px;
	background: var(--mfm-advertise-blue);
	color: #ffffff;
}

.mfm-advertise-cta h2 {
	color: #ffffff !important;
	font-size: clamp(30px, 4vw, 48px);
}

.mfm-advertise-cta p {
	max-width: 700px;
	margin: 10px 0 0;
	color: rgba(255,255,255,.86);
}

@media (max-width: 900px) {
	.mfm-advertise-hero__inner,
	.mfm-advertise-benefits,
	.mfm-advertise-info,
	.mfm-advertise-cta {
		grid-template-columns: 1fr;
	}

	.mfm-advertise-hero__inner {
		min-height: auto;
		padding: 70px 0 92px;
	}

	.mfm-advertise-benefits {
		margin-top: -54px;
	}
}

@media (max-width: 640px) {
	.mfm-advertise-shell {
		width: min(100% - 28px, 1120px);
	}

	.mfm-advertise-hero__inner {
		padding: 58px 0 80px;
	}

	.mfm-advertise-actions,
	.mfm-advertise-button,
	.mfm-advertise-card a {
		width: 100%;
	}

	.mfm-advertise-info,
	.mfm-advertise-cta,
	.mfm-advertise-benefit {
		padding: 22px;
	}
}
