body.page-template-lead-gen-v2 {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #f4f3ef;
}

body.page-template-lead-gen-v2 .lead-gen-v2 {
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	color: #111;
	background: #f4f3ef;
	line-height: 1.5;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.page-template-lead-gen-v2 .lead-gen-v2 * {
	box-sizing: border-box;
}

body.page-template-lead-gen-v2 .mbf-container {
	width: 100vw;
	max-width: none;
	margin: 0;
	padding: 0;
}

.lgv2-container {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 28px;
}

.lgv2-nav {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #f4f3ef;
	padding: 18px 0 14px;
	transition: box-shadow 0.2s ease;
}

.lgv2-nav--scrolled {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.lgv2-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lgv2-nav__logo {
	display: block;
	width: auto;
	max-width: 160px;
	max-height: 42px;
	height: auto;
}

.lgv2-nav .custom-logo-link {
	display: flex;
	align-items: center;
}

.lgv2-nav .custom-logo {
	display: block;
	max-width: 160px;
	max-height: 42px;
	width: auto;
	height: auto;
}

.lgv2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	text-decoration: none;
	border-radius: 9999px;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	border: none;
}

.lgv2-button--small {
	padding: 12px 28px;
	font-size: 15px;
	min-height: 44px;
	border-radius: 9999px;
	letter-spacing: 0.01em;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.lgv2-hero {
	padding: 100px 0;
}

.lgv2-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 64px;
	align-items: center;
}

.lgv2-hero__content h1 {
	font-size: 44px;
	line-height: 1.12;
	font-weight: 650;
	margin: 0 0 14px;
}

.lgv2-hero__content p {
	margin: 0 0 22px;
	color: #6b6f6e;
	font-size: 16px;
	max-width: 440px;
}

.lgv2-form {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: nowrap;
	background: #fff;
	border: 1px solid #d5d7d6;
	border-radius: 9999px;
	padding: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.lgv2-form input {
	flex: 1 1 auto;
	min-width: 0;
	height: 52px;
	border-radius: 9999px;
	border: none;
	padding: 0 18px;
	font-size: 15px;
	color: #111;
	background: transparent;
}

.lgv2-form button {
	border: none;
	height: 52px;
	padding: 0 28px;
	border-radius: 9999px;
	background: #111;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
}

.lgv2-form__error {
	display: none;
	margin: 8px 0 0;
	font-size: 12px;
	color: #b42318;
}

.lgv2-form__error.is-visible {
	display: block;
}

.lgv2-form__fluentform {
	display: none;
}

.lgv2-microcopy {
	font-size: 12px;
	color: #6b6f6e;
	margin-top: 10px;
}

.lgv2-hero__media {
	display: flex;
	justify-content: center;
}

.lgv2-hero__image {
	width: 100%;
	max-width: 520px;
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.lgv2-logos {
	padding: 8px 0 46px;
	text-align: center;
}

.lgv2-logos h2 {
	font-size: 28px;
	margin: 0 0 24px;
	font-weight: 600;
}

.lgv2-logos__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	flex-wrap: wrap;
}

.lgv2-logos__row img {
	height: 26px;
	opacity: 0.85;
	filter: grayscale(100%);
}

.lgv2-dark {
	background: linear-gradient(160deg, #0b0f0e 0%, #141a1a 100%);
	color: #fff;
	border-radius: 32px;
	margin: 24px 24px 44px;
	padding: 56px 0 54px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.lgv2-features h2,
.lgv2-faq h2 {
	font-size: 32px;
	margin: 0 0 28px;
	font-weight: 650;
}

.lgv2-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 40px;
}

.lgv2-card {
	background: #1a2020;
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.lgv2-card img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 16px;
	background: #101414;
}

.lgv2-card h3 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 600;
}

.lgv2-card p {
	margin: 0;
	font-size: 18px;
	color: #c2c8c7;
	line-height: 1.5;
}

.lgv2-quote {
	max-width: 640px;
}

.lgv2-quote blockquote {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 500;
}

.lgv2-quote__source p {
	margin: 0 0 4px;
	font-weight: 600;
}

.lgv2-quote__source span {
	color: #b5bab9;
	font-size: 13px;
}

.lgv2-cta {
	padding: 40px 0 48px;
	text-align: center;
}

.lgv2-cta h2 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 600;
}

.lgv2-form--center {
	justify-content: center;
}

.lgv2-cta .lgv2-form-wrapper,
.lgv2-bottom .lgv2-form-wrapper {
	margin: 0 auto;
}

.lgv2-cta .lgv2-form,
.lgv2-bottom .lgv2-form {
	width: 100%;
}

.lgv2-stats {
	padding: 40px 0 24px;
}

.lgv2-stats h2 {
	font-size: 32px;
	margin: 0 0 26px;
	font-weight: 650;
}

.lgv2-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.lgv2-stat-card {
	background: #f6f6f3;
	border-radius: 18px;
	padding: 22px 24px;
	box-shadow: inset 0 0 0 1px #e1e2e0;
	font-size: 40px;
}

.lgv2-stat-card h3 {
	margin: 0 0 6px;
	font-size: inherit;
}

.lgv2-stat-card p {
	margin: 0;
	color: #6b6f6e;
	font-size: 18px;
}

.lgv2-support {
	padding: 36px 0 52px;
}

.lgv2-support h2 {
	margin: 0 0 28px;
	font-size: 32px;
	font-weight: 650;
}

.lgv2-support__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.lgv2-support__grid article img {
	width: 28px;
	height: 28px;
	margin-bottom: 12px;
}

.lgv2-support__grid h3 {
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 600;
}

.lgv2-support__grid p {
	margin: 0;
	font-size: 18px;
	color: #6b6f6e;
}

.lgv2-faq {
	padding: 52px 0 48px;
}

.lgv2-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lgv2-faq__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 8px;
}

.lgv2-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 12px 0;
	cursor: pointer;
	text-align: left;
}

.lgv2-faq__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #1b2120;
	font-weight: 600;
}

.lgv2-faq__answer {
	color: #c2c8c7;
	font-size: 18px;
	padding: 0 0 12px;
}

.lgv2-disclaimer {
	padding: 16px 0 0;
}

.lgv2-disclaimer p {
	margin: 0;
	font-size: 12px;
	color: #6b6f6e;
}

.lgv2-disclaimer a {
	color: inherit;
}

.lgv2-bottom {
	padding: 40px 0 64px;
	text-align: center;
}

.lgv2-bottom h2 {
	margin: 0 0 18px;
	font-size: 45px;
	font-weight: 600;
}

.lgv2-footer {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	gap: 26px;
	font-size: 16px;
}

.lgv2-footer a {
	color: #111;
	text-decoration: none;
}

.lgv2-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 1024px) {
	.lgv2-hero__grid {
		grid-template-columns: 1fr;
	}

	.lgv2-hero__media {
		order: -1;
	}

	.lgv2-feature-grid,
	.lgv2-support__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1025px) {
	.lgv2-cta .lgv2-form-wrapper,
	.lgv2-bottom .lgv2-form-wrapper {
		width: 50%;
	}
}

@media (max-width: 720px) {
	.lgv2-container {
		padding: 0 20px;
	}

	.lgv2-hero__content h1 {
		font-size: 34px;
	}

	.lgv2-feature-grid,
	.lgv2-stats__grid,
	.lgv2-support__grid {
		grid-template-columns: 1fr;
	}

	.lgv2-dark {
		margin: 16px;
		border-radius: 24px;
	}

	.lgv2-logos__row {
		justify-content: center;
	}

	.lgv2-footer {
		flex-direction: row;
		gap: 10px;
	}

	.lgv2-form {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		background: transparent;
		border: none;
		padding: 0;
		box-shadow: none;
	}

	.lgv2-form input {
		width: 100%;
		height: 54px;
		border: 1px solid #d5d7d6;
		border-radius: 9999px;
		padding: 0 20px;
		background: #fff;
	}

	.lgv2-form button {
		width: 100%;
		height: 54px;
	}

	.lgv2-cta .lgv2-form-wrapper,
	.lgv2-bottom .lgv2-form-wrapper {
		width: 100%;
	}
}
