:root {
	--nv-polish-ink: #101321;
	--nv-polish-muted: #566274;
	--nv-polish-paper: #fbfaf7;
	--nv-polish-warm: #ff8d35;
	--nv-polish-gold: #ffd447;
	--nv-polish-red: #dc2e33;
	--nv-polish-blue: #6ee7ff;
	--nv-polish-pink: #ff3fe0;
}

.nv-site-header {
	backdrop-filter: blur(18px);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nv-site-header.is-scrolled {
	background: rgba(5, 6, 9, 0.88);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

:where(.nv-home-hero, .nv-about-story, .nv-services-showcase, .nv-why-slider, .nv-court-requirements, .nv-home-faq, .nv-court-process, .nv-home-prefooter) {
	scroll-margin-top: 96px;
}

:where(.nv-home-hero__cta .elementor-button, .nv-site-header__cta .elementor-button, .nv-site-footer__cta-button .elementor-button, .nv-services-showcase__link, .nv-home-reviews__link) {
	will-change: transform;
}

:where(.nv-home-hero__cta .elementor-button, .nv-site-header__cta .elementor-button, .nv-site-footer__cta-button .elementor-button):active {
	transform: translateY(0) scale(0.98);
}

.nv-polish-reveal {
	opacity: 1;
	transform: translateY(22px);
	transition: transform 520ms ease;
}

.nv-polish-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.nv-polish-reveal:focus-within {
	opacity: 1;
	transform: none;
}

.nv-about-story {
	background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

.nv-about-story__header > .elementor-widget-text-editor:nth-child(3),
.nv-home-faq__header > .elementor-widget-text-editor:nth-child(3) {
	max-width: 70ch;
	margin-inline: auto;
	color: var(--nv-polish-muted);
	font-size: 1.04rem;
	line-height: 1.82;
	text-align: center;
	text-wrap: pretty;
}

.nv-about-story__metric {
	min-height: 178px;
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 22px 48px rgba(16, 19, 33, 0.1);
	transition: box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.nv-about-story__metric-copy {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 650;
}

.nv-about-story__metric > .e-con-inner > .elementor-widget-text-editor:nth-child(3) {
	position: relative;
	z-index: 1;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.66;
}

.nv-about-story__metric:hover,
.nv-about-story__metric:focus-within {
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 28px 64px rgba(16, 19, 33, 0.16);
}

.nv-services-showcase {
	background:
		radial-gradient(circle at 12% 16%, rgba(220, 46, 51, 0.2), transparent 25%),
		radial-gradient(circle at 88% 18%, rgba(110, 231, 255, 0.16), transparent 24%),
		radial-gradient(circle at 70% 86%, rgba(255, 63, 224, 0.14), transparent 26%),
		linear-gradient(180deg, #07080d 0%, #0d1017 100%);
}

.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2),
.nv-court-req__header > .elementor-widget-text-editor:nth-child(2),
.nv-court-process__header > .elementor-widget-text-editor:nth-child(2),
.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
	margin: 14px 0 0;
	font-family: "Nunito", sans-serif;
	font-size: 4.1rem;
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2),
.nv-court-process__header > .elementor-widget-text-editor:nth-child(2) {
	color: transparent;
	background-image: linear-gradient(135deg, #fff8eb 0%, #ffd8b8 24%, #ff8f74 58%, #ffd447 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nv-court-req__header > .elementor-widget-text-editor:nth-child(2) {
	color: #fffaf0;
	max-width: 12ch;
	margin-inline: auto;
}

.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
	color: #fffaf2;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(3),
.nv-court-req__header > .elementor-widget-text-editor:nth-child(3),
.nv-court-process__header > .elementor-widget-text-editor:nth-child(3),
.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(3) {
	max-width: 64ch;
	margin: 16px auto 0;
	font-size: 1.04rem;
	line-height: 1.82;
	text-align: center;
	text-wrap: pretty;
}

.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(3),
.nv-court-process__header > .elementor-widget-text-editor:nth-child(3) {
	color: rgba(255, 248, 235, 0.78);
}

.nv-court-req__header > .elementor-widget-text-editor:nth-child(3) {
	color: rgba(255, 248, 237, 0.74);
}

.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(3) {
	max-width: 48ch;
	color: rgba(255, 248, 229, 0.94);
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.nv-services-showcase__card {
	min-height: 304px;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
	transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.nv-services-showcase__card-copy {
	color: rgba(255, 250, 242, 0.86);
	font-weight: 650;
}

.nv-services-showcase__card-title {
	font-weight: 850;
}

.nv-services-showcase__card:hover,
.nv-services-showcase__card:focus-within {
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 34px 74px rgba(0, 0, 0, 0.34);
}

.nv-why-slider--light {
	background:
		radial-gradient(circle at 12% 20%, rgba(220, 46, 51, 0.08), transparent 28%),
		radial-gradient(circle at 86% 18%, rgba(110, 231, 255, 0.1), transparent 24%),
		radial-gradient(circle at 76% 88%, rgba(255, 63, 224, 0.08), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

.nv-why-slider__panel,
.nv-why-slider__panel.is-active {
	min-height: 278px;
	padding: 26px 24px 24px;
	border-radius: 26px;
	border-color: rgba(255, 255, 255, 0.11);
	box-shadow: 0 22px 48px rgba(16, 19, 33, 0.09);
}

.nv-why-slider__panel-copy,
.nv-why-slider__panel-note,
.nv-why-slider__panel.is-active .nv-why-slider__panel-copy,
.nv-why-slider__panel.is-active .nv-why-slider__panel-note {
	opacity: 1;
	transform: none;
}

.nv-why-slider__panel-copy {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.84);
	font-weight: 650;
}

.nv-why-slider__panel-note {
	margin-top: auto;
	color: rgba(255, 248, 229, 0.72);
}

.nv-why-slider__panel:hover,
.nv-why-slider__panel:focus-visible,
.nv-why-slider__panel.is-active {
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 30px 68px rgba(16, 19, 33, 0.18);
}

.nv-court-requirements {
	background:
		radial-gradient(circle at 9% 7%, rgba(220, 46, 51, 0.24), transparent 27%),
		radial-gradient(circle at 90% 11%, rgba(17, 111, 120, 0.32), transparent 28%),
		radial-gradient(circle at 54% 82%, rgba(255, 63, 224, 0.1), transparent 24%),
		linear-gradient(180deg, #090b11 0%, #080912 56%, #0b0710 100%);
}

.nv-court-req__tab,
.nv-court-process__tab {
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nv-court-req__tab:hover,
.nv-court-req__tab:focus-visible,
.nv-court-req__tab.is-active,
.nv-court-process__tab:hover,
.nv-court-process__tab:focus-visible,
.nv-court-process__tab.is-active {
	transform: translateY(-2px);
}

.nv-court-req__panels {
	min-height: 660px;
	border-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 34px 88px rgba(0, 0, 0, 0.38);
}

.nv-court-req__panel p {
	color: rgba(255, 248, 237, 0.8);
}

.nv-court-req__check {
	color: rgba(255, 248, 237, 0.9);
	background:
		radial-gradient(circle at var(--nv-x, 50%) var(--nv-y, 50%), rgba(255, 63, 224, 0.16), transparent 38%),
		rgba(255, 255, 255, 0.06);
}

.nv-home-reviews__widget {
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 28px 72px rgba(16, 19, 33, 0.1);
}

.nv-court-process {
	background:
		radial-gradient(circle at 18% 18%, rgba(245, 189, 2, 0.13), transparent 24%),
		radial-gradient(circle at 84% 13%, rgba(220, 46, 51, 0.18), transparent 24%),
		radial-gradient(circle at 48% 86%, rgba(110, 231, 255, 0.08), transparent 24%),
		linear-gradient(180deg, #08090d 0%, #0c0f16 100%);
}

.nv-court-process__stage {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.025);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.2);
}

.nv-court-process__panel,
.nv-court-process__visual {
	min-height: 500px;
}

.nv-court-process__panel-copy {
	color: rgba(255, 248, 235, 0.84);
	font-weight: 650;
}

.nv-court-process__image {
	filter: saturate(1.02) brightness(0.78);
}

.nv-home-faq {
	background:
		radial-gradient(circle at 12% 20%, rgba(245, 189, 2, 0.06), transparent 26%),
		linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.nv-home-faq__question {
	border-radius: 16px;
	padding-inline: 14px;
	transition: background 180ms ease, color 180ms ease;
}

.nv-home-faq__question:hover,
.nv-home-faq__question:focus-visible {
	background: rgba(16, 19, 33, 0.04);
	outline: none;
}

.nv-home-faq__answer-copy {
	color: #4d596a;
}

.nv-home-prefooter__card {
	min-height: 520px;
	background-image:
		linear-gradient(180deg, rgba(6, 7, 10, 0.44) 0%, rgba(6, 7, 10, 0.62) 100%),
		radial-gradient(circle at 18% 20%, rgba(245, 189, 2, 0.26), transparent 26%),
		radial-gradient(circle at 82% 18%, rgba(220, 46, 51, 0.28), transparent 30%),
		var(--nv-prefooter-image);
	background-position: center;
	box-shadow: 0 34px 78px rgba(16, 19, 33, 0.18);
}

.nv-home-prefooter__card::before {
	background:
		linear-gradient(90deg, rgba(6, 7, 10, 0.7) 0%, rgba(6, 7, 10, 0.34) 48%, rgba(6, 7, 10, 0.18) 100%),
		linear-gradient(180deg, rgba(39, 19, 10, 0.12) 0%, rgba(39, 19, 10, 0.46) 100%);
}

.nv-home-prefooter__copy {
	max-width: 720px;
}

.nv-site-footer__panel {
	background:
		radial-gradient(circle at 86% 12%, rgba(245, 189, 2, 0.08), transparent 24%),
		rgba(8, 10, 14, 0.86);
	backdrop-filter: blur(12px);
}

@media (max-width: 1024px) {
	.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-process__header > .elementor-widget-text-editor:nth-child(2),
	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: 3.25rem;
	}

	.nv-court-req__panels {
		min-height: 720px;
	}
}

@media (max-width: 782px) {
	.nv-polish-reveal {
		transform: translateY(16px);
	}

	.nv-about-story__header > .elementor-widget-text-editor:nth-child(3),
	.nv-home-faq__header > .elementor-widget-text-editor:nth-child(3),
	.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(3),
	.nv-court-req__header > .elementor-widget-text-editor:nth-child(3),
	.nv-court-process__header > .elementor-widget-text-editor:nth-child(3),
	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(3) {
		font-size: 0.98rem;
		line-height: 1.72;
	}

	.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-process__header > .elementor-widget-text-editor:nth-child(2),
	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: 2.55rem;
		line-height: 1.02;
	}

	.nv-services-showcase__card,
	.nv-about-story__metric {
		min-height: 0;
	}

	.nv-why-slider__panel,
	.nv-why-slider__panel.is-active {
		min-height: 0;
	}

	.nv-court-req__panels {
		min-height: 0;
	}

	.nv-court-process__stage {
		padding: 12px;
		border-radius: 28px;
	}

	.nv-court-process__panel,
	.nv-court-process__visual {
		min-height: 0;
	}

	.nv-court-process__visual {
		aspect-ratio: 4 / 5;
	}

	.nv-home-prefooter__card {
		min-height: 560px;
		background-position: center;
	}

	.nv-home-prefooter__card::before {
		background:
			linear-gradient(180deg, rgba(6, 7, 10, 0.54) 0%, rgba(6, 7, 10, 0.72) 100%),
			linear-gradient(180deg, rgba(39, 19, 10, 0.1) 0%, rgba(39, 19, 10, 0.5) 100%);
	}
}

@media (max-width: 560px) {
	.nv-site-header__logo img {
		width: 132px !important;
	}

	.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2),
	.nv-court-process__header > .elementor-widget-text-editor:nth-child(2),
	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: 2.25rem;
	}

	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2) {
		max-width: 100%;
		margin-inline: 0;
	}

	.nv-court-process__stage {
		margin-inline: -4px;
	}

	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: 2.05rem;
	}

	.nv-site-footer__wordmark {
		font-size: 4.2rem;
	}
}

.nv-home-hero__copy > .elementor-widget-text-editor:first-child {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 191, 20, 0.28);
	border-radius: 999px;
	background: rgba(255, 191, 20, 0.12);
	color: #ffe68e;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.nv-home-hero__copy > .elementor-widget-text-editor:nth-child(3) {
	max-width: 35rem;
	margin: 24px 0 0;
	color: rgba(255, 250, 241, 0.72);
	font-family: "Nunito Sans", "Nunito", sans-serif;
	font-size: 1.02rem;
	line-height: 1.78;
}

.nv-about-story__rotator-item {
	background-image: linear-gradient(135deg, #4f96ff 0%, #8b72ff 35%, #ff8f74 68%, #f5bd02 100%) !important;
	filter: none !important;
	transform: none !important;
	transition: opacity 140ms ease;
	visibility: hidden;
}

.nv-about-story__rotator-item:not(.is-active) {
	opacity: 0 !important;
}

.nv-about-story__rotator-item.is-active {
	opacity: 1;
	visibility: visible;
}

.nv-about-story__title,
.nv-why-slider__title,
.nv-home-faq__title {
	font-weight: 500;
}

.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2) {
	max-width: 11ch;
	margin: 14px auto 0;
	color: #fffaf2;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: clamp(2.5rem, 4.6vw, 4.5rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-wrap: balance;
	background-image: none;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentColor;
}

.nv-court-req__header > .elementor-widget-text-editor:nth-child(2) {
	max-width: min(820px, 15ch);
	margin: 0 auto;
	color: #fffaf0;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: clamp(2.8rem, 5.7vw, 6.2rem);
	font-weight: 780;
	line-height: 0.88;
	letter-spacing: -0.075em;
	text-wrap: balance;
}

.nv-court-process__header > .elementor-widget-text-editor:nth-child(2) {
	max-width: 760px;
	margin: 18px auto 0;
	color: transparent;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: clamp(2.6rem, 4.8vw, 4.8rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-wrap: balance;
	background-image: linear-gradient(135deg, #fff8eb 0%, #ffd8b8 24%, #ff8f74 56%, #f5bd02 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
	max-width: 760px;
	margin: 18px auto 0;
	color: #fffaf2;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: clamp(2.7rem, 5vw, 5rem);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.06em;
	text-wrap: balance;
}

.nv-home-faq__header > .elementor-widget-text-editor:nth-child(3) {
	max-width: 58ch;
	margin: 0;
	color: #5b6678;
	font-size: 1rem;
	line-height: 1.78;
	text-align: left;
	text-wrap: pretty;
}

.nv-services-showcase__card {
	min-height: 330px;
}

.nv-services-showcase__card-title {
	font-weight: 500;
}

.nv-why-slider__intro-main > .elementor-widget-text-editor:first-child {
	margin: 0;
	color: #5b6678;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nv-why-slider__intro-side > .elementor-widget-text-editor:first-child {
	max-width: 38ch;
	margin: 0;
	color: #5b6678;
	font-size: 1.04rem;
	line-height: 1.76;
}

.nv-why-slider__intro-side > .elementor-widget-text-editor:nth-child(2) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 15px 24px;
	border-radius: 999px;
	background: #101321;
	color: #fffaf2;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.nv-why-slider__panel,
.nv-why-slider__panel.is-active {
	min-height: 320px;
}

.nv-court-req__panel-top > .elementor-widget-text-editor:nth-child(2) {
	max-width: 840px;
	margin: 0;
	color: #fffaf0;
	font-family: "Inter Tight", "Nunito", sans-serif;
	font-size: clamp(2.1rem, 3.8vw, 4.5rem);
	font-weight: 780;
	line-height: 0.98;
	letter-spacing: -0.06em;
	text-wrap: balance;
}

.nv-court-req__panel-top > .elementor-widget-text-editor:nth-child(3) {
	max-width: 76ch;
	margin: 20px 0 0;
	color: rgba(255, 248, 237, 0.8);
	font-size: 1.02rem;
	line-height: 1.82;
}

.nv-court-process__stage {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-court-process__panel,
.nv-court-process__visual {
	min-height: 540px;
}

@media (min-width: 783px) {
	.nv-why-slider__panel-copy,
	.nv-why-slider__panel-note {
		opacity: 0;
		transform: translateY(18px);
	}

	.nv-why-slider__panel:hover .nv-why-slider__panel-copy,
	.nv-why-slider__panel:hover .nv-why-slider__panel-note,
	.nv-why-slider__panel:focus-visible .nv-why-slider__panel-copy,
	.nv-why-slider__panel:focus-visible .nv-why-slider__panel-note,
	.nv-why-slider__panel.is-active .nv-why-slider__panel-copy,
	.nv-why-slider__panel.is-active .nv-why-slider__panel-note {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.7rem, 8vw, 4.6rem);
	}

	.nv-court-process__header > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.5rem, 7vw, 4rem);
	}

	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.35rem, 7vw, 3.7rem);
	}
}

@media (max-width: 782px) {
	.nv-home-hero__copy > .elementor-widget-text-editor:first-child {
		margin-bottom: 12px;
		font-size: 0.68rem;
	}

	.nv-home-hero__copy > .elementor-widget-text-editor:nth-child(3) {
		margin-top: 12px;
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.nv-services-showcase__header > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.15rem, 10vw, 3.2rem);
	}

	.nv-court-req__header > .elementor-widget-text-editor:nth-child(2) {
		max-width: 100%;
		font-size: clamp(2.35rem, 11vw, 3.15rem);
		line-height: 0.92;
		letter-spacing: -0.06em;
	}

	.nv-court-req__panel-top > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.25rem, 10vw, 3.35rem);
		line-height: 0.96;
	}

	.nv-court-process__stage {
		margin-inline: 0;
		padding: 0;
	}
}

@media (max-width: 560px) {
	.nv-home-hero__copy > .elementor-widget-text-editor:first-child {
		padding: 7px 11px;
	}

	.nv-court-process__header > .elementor-widget-text-editor:nth-child(2),
	.nv-home-prefooter__copy > .elementor-widget-text-editor:nth-child(2) {
		font-size: clamp(2.05rem, 10vw, 2.65rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-polish-reveal,
	.nv-about-story__metric,
	.nv-services-showcase__card,
	.nv-why-slider__panel,
	.nv-court-req__tab,
	.nv-court-process__tab {
		opacity: 1 !important;
		transform: none !important;
		transition-duration: 1ms !important;
	}
}
