/* Footer V2 */

.ftr.v2:where(.pnl-crv-tp) .bg::before {
	display: none !important;
}

.ftr.v2 {
	--bdr-clr-o: 0.2;
	&[data-colors="primary-dark"]{
		
	}

	.bg video {
		position: relative;
	}

	.bg::before {
		background: #15499B;
		background: linear-gradient(180deg,rgba(21, 73, 155, 1) 0%, rgba(255, 255, 255, 0) 100%);
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: block;
	}

	/* Extra top clearance for the curve divider (~5vw tall) */
	padding-top: calc(var(--pd-v) + 5vw);

	/* -- Top curve divider ---------------------------- */

	.pnl-crv {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;              /* override global svg width/height: 1em */
		pointer-events: none;
		fill: var(--lt-alt-bg);    /* baby blue — matches ReviewsV1 (alternate-light) bg */
	}

	.pnl-crv-tp { 
		top: -1px; 
		z-index: 10;
		pointer-events: none;
	}

	/* Tagline */
	.ftr-tagline {
		max-width: 46rem;
	}

	/* Divider line + crown ornament */
	.ftr-divider-line {
		height: 1px;
		background: hsl(from var(--text-color) h s l / var(--bdr-clr-o));
	}

	.ftr-divider .flr_hd {
		margin: 0;
	}



}
