.cfv-home-active {
	--cfv-blue: #0787ea;
	--cfv-blue-dark: #046bbd;
	--cfv-ink: #18212b;
	--cfv-muted: #657180;
	--cfv-line: #dfe5ec;
	--cfv-soft: #f5f7fa;
	--cfv-white: #fff;
	--cfv-radius: 18px;
}

.cfv-home-active .site-content > .container,
.cfv-home-active .site-content .content-area {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.cfv-home-active .site-content .site-content-inner {
	margin-left: 0;
	margin-right: 0;
}

.cfv-frontview,
.cfv-frontview * {
	box-sizing: border-box;
}

.cfv-frontview {
	background: var(--cfv-white);
	color: var(--cfv-ink);
	font-family: inherit;
	overflow: hidden;
}

.cfv-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
	padding-left: clamp(20px, 4vw, 58px);
	padding-right: clamp(20px, 4vw, 58px);
	width: 100%;
}

.cfv-hero {
	background: #030912;
	isolation: isolate;
	min-height: clamp(450px, 34vw, 540px);
	overflow: hidden;
	position: relative;
}

.cfv-hero__image,
.cfv-hero__shade {
	inset: 0;
	position: absolute;
}

.cfv-hero__image {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	z-index: -2;
}

.cfv-hero__shade {
	background: linear-gradient(90deg, rgba(1, 6, 12, 0.98) 0%, rgba(2, 8, 16, 0.92) 32%, rgba(2, 8, 16, 0.55) 51%, rgba(2, 8, 16, 0.05) 72%);
	z-index: -1;
}

.cfv-hero__inner {
	align-items: center;
	display: flex;
	min-height: inherit;
	padding-bottom: 54px;
	padding-top: 54px;
}

.cfv-hero__content {
	color: var(--cfv-white);
	max-width: 570px;
}

.cfv-eyebrow {
	color: var(--cfv-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin: 0 0 12px;
}

.cfv-hero h1 {
	color: var(--cfv-white);
	font-size: clamp(40px, 3.8vw, 58px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.04;
	margin: 0;
}

.cfv-hero__copy {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.6;
	margin: 20px 0 0;
	max-width: 520px;
}

.cfv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 26px;
}

.cfv-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cfv-button:hover,
.cfv-button:focus-visible {
	text-decoration: none;
}

.cfv-button svg,
.cfv-text-link svg,
.cfv-brand-card__action svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.cfv-button--primary {
	background: var(--cfv-blue);
	color: var(--cfv-white);
}

.cfv-button--primary:hover,
.cfv-button--primary:focus-visible {
	background: var(--cfv-blue-dark);
	color: var(--cfv-white);
}

.cfv-button--ghost {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--cfv-white);
}

.cfv-button--ghost:hover,
.cfv-button--ghost:focus-visible {
	background: var(--cfv-white);
	border-color: var(--cfv-white);
	color: var(--cfv-ink);
}

.cfv-trust {
	background: var(--cfv-white);
	border-bottom: 1px solid var(--cfv-line);
}

.cfv-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 18px;
	padding-top: 18px;
}

.cfv-trust__item {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
	padding: 7px clamp(14px, 2vw, 26px);
}

.cfv-trust__item + .cfv-trust__item {
	border-left: 1px solid var(--cfv-line);
}

.cfv-trust__icon {
	align-items: center;
	background: rgba(7, 135, 234, 0.09);
	border-radius: 12px;
	color: var(--cfv-blue);
	display: flex;
	flex: 0 0 auto;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.cfv-trust__icon svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 23px;
}

.cfv-trust__item > span:last-child,
.cfv-trust__item strong,
.cfv-trust__item small {
	display: block;
}

.cfv-trust__item strong {
	color: var(--cfv-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.cfv-trust__item small {
	color: var(--cfv-muted);
	font-size: 11px;
	line-height: 1.4;
	margin-top: 3px;
}

.cfv-brands {
	background: var(--cfv-soft);
	padding: clamp(54px, 5vw, 76px) 0 clamp(56px, 5vw, 74px);
}

.cfv-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.cfv-section-heading .cfv-eyebrow {
	margin-bottom: 6px;
}

.cfv-section-heading h2 {
	color: var(--cfv-ink);
	font-size: clamp(30px, 2.6vw, 42px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0;
}

.cfv-section-heading p:not(.cfv-eyebrow) {
	color: var(--cfv-muted);
	font-size: 15px;
	margin: 7px 0 0;
}

.cfv-text-link {
	align-items: center;
	color: var(--cfv-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	white-space: nowrap;
}

.cfv-text-link:hover,
.cfv-text-link:focus-visible {
	color: var(--cfv-blue-dark);
	text-decoration: none;
}

.cfv-carousel {
	position: relative;
}

.cfv-brand-track {
	display: grid;
	gap: 15px;
	grid-auto-columns: clamp(205px, 17vw, 245px);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 3px 2px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.cfv-brand-track::-webkit-scrollbar {
	display: none;
}

.cfv-brand-track:focus-visible {
	border-radius: var(--cfv-radius);
	outline: 3px solid rgba(7, 135, 234, 0.25);
	outline-offset: 4px;
}

.cfv-brand-card {
	background: var(--cfv-white);
	border: 1px solid var(--cfv-line);
	border-radius: var(--cfv-radius);
	box-shadow: 0 8px 24px rgba(24, 45, 67, 0.07);
	margin: 0;
	min-height: 230px;
	overflow: hidden;
	scroll-snap-align: start;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cfv-brand-card:hover,
.cfv-brand-card:focus-within {
	border-color: rgba(7, 135, 234, 0.7);
	box-shadow: 0 12px 30px rgba(7, 87, 150, 0.14);
}

.cfv-brand-card > a {
	color: var(--cfv-ink);
	display: grid;
	grid-template-rows: 1fr 28px auto;
	height: 100%;
	min-height: 230px;
	padding: 17px;
	text-decoration: none;
}

.cfv-brand-card__identity {
	align-items: center;
	display: flex;
	height: 28px;
	justify-content: center;
	min-width: 0;
}

.cfv-brand-card__identity strong {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1;
}

.cfv-brand-card__logo {
	align-items: center;
	display: flex;
	height: 122px;
	justify-content: center;
	min-width: 0;
	padding: 20px 12px 14px;
}

.cfv-brand-card__logo img {
	display: block;
	height: 72px !important;
	max-width: 150px;
	object-fit: contain;
	width: 100% !important;
}

.cfv-brand-card__action {
	align-items: center;
	border: 1px solid #bdc7d1;
	border-radius: 999px;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	height: 40px;
	justify-content: center;
	margin-top: 6px;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cfv-brand-card:hover .cfv-brand-card__action,
.cfv-brand-card:focus-within .cfv-brand-card__action {
	background: var(--cfv-blue);
	border-color: var(--cfv-blue);
	color: var(--cfv-white);
}

.cfv-carousel__button {
	align-items: center;
	background: var(--cfv-white);
	border: 1px solid #c8d2dc;
	border-radius: 50%;
	box-shadow: 0 7px 22px rgba(20, 41, 62, 0.15);
	color: var(--cfv-ink);
	display: flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
	width: 44px;
	z-index: 3;
}

.cfv-carousel__button svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 21px;
}

.cfv-carousel__button:hover,
.cfv-carousel__button:focus-visible {
	background: var(--cfv-blue);
	border-color: var(--cfv-blue);
	color: var(--cfv-white);
	outline: none;
}

.cfv-carousel__button:disabled {
	opacity: 0;
	pointer-events: none;
}

.cfv-carousel__button--prev {
	left: 10px;
}

.cfv-carousel__button--next {
	right: 10px;
}

/* Preserve all existing lower homepage sections without duplicate top content. */
.cfv-existing-home .ck-hero,
.cfv-existing-home .ck-trust {
	display: none !important;
}

.cfv-existing-home .ck-home {
	padding-top: 0;
}

@media (max-width: 1199.98px) {
	.cfv-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfv-trust__item:nth-child(3),
	.cfv-trust__item:nth-child(4) {
		border-top: 1px solid var(--cfv-line);
	}

	.cfv-trust__item:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 767.98px) {
	.cfv-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cfv-hero {
		min-height: 570px;
	}

	.cfv-hero__image {
		object-position: 66% center;
	}

	.cfv-hero__shade {
		background: linear-gradient(180deg, rgba(1, 6, 12, 0.97) 0%, rgba(1, 6, 12, 0.85) 48%, rgba(1, 6, 12, 0.25) 78%, rgba(1, 6, 12, 0.52) 100%);
	}

	.cfv-hero__inner {
		align-items: flex-start;
		padding-bottom: 210px;
		padding-top: 48px;
	}

	.cfv-hero__content {
		max-width: 500px;
	}

	.cfv-hero h1 {
		font-size: clamp(36px, 10vw, 46px);
		max-width: 420px;
	}

	.cfv-hero__copy {
		font-size: 14px;
		line-height: 1.55;
		max-width: 400px;
	}

	.cfv-trust__grid {
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.cfv-trust__item {
		align-items: flex-start;
		gap: 9px;
		padding: 13px 10px;
	}

	.cfv-trust__icon {
		border-radius: 9px;
		height: 34px;
		width: 34px;
	}

	.cfv-trust__icon svg {
		height: 19px;
		width: 19px;
	}

	.cfv-trust__item strong {
		font-size: 11px;
	}

	.cfv-trust__item small {
		font-size: 9px;
	}

	.cfv-brands {
		padding-bottom: 46px;
		padding-top: 48px;
	}

	.cfv-section-heading {
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.cfv-section-heading h2 {
		font-size: 32px;
	}

	.cfv-section-heading p:not(.cfv-eyebrow) {
		font-size: 13px;
	}

	.cfv-text-link {
		font-size: 0;
		margin-top: 28px;
	}

	.cfv-text-link svg {
		height: 24px;
		width: 24px;
	}

	.cfv-brand-track {
		grid-auto-columns: min(72vw, 235px);
	}

	.cfv-brand-card,
	.cfv-brand-card > a {
		min-height: 220px;
	}

	.cfv-carousel__button {
		display: none;
	}
}

@media (max-width: 419.98px) {
	.cfv-hero {
		min-height: 620px;
	}

	.cfv-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cfv-button {
		width: 100%;
	}

	.cfv-trust__item small {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cfv-frontview *,
	.cfv-frontview *::before,
	.cfv-frontview *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
