:root {
	--nova-landing-primary: #ef7c23;
	--nova-landing-secondary: #d96a16;
	--nova-landing-primary-soft: #fff3e7;
	--nova-landing-ink: #202020;
	--nova-landing-ink-soft: #4e4e4e;
	--nova-landing-muted: #707070;
	--nova-landing-line: #e6e6e8;
	--nova-landing-surface: #f4f4f6;
	--nova-landing-white: #ffffff;
	--nova-landing-radius: 8px;
	--nova-landing-shell: min(1180px, calc(100vw - 40px));
	--nova-landing-shadow: 0 20px 52px rgba(32, 32, 32, 0.12);
}

body.nova-landing-body {
	margin: 0;
	background: var(--nova-landing-white);
	color: var(--nova-landing-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
}

.nova-landing-body * {
	box-sizing: border-box;
}

.nova-landing-body img {
	display: block;
	max-width: 100%;
	height: auto;
}

.nova-landing-body a {
	color: inherit;
	text-decoration: none;
}

.nova-landing-page {
	min-height: 100vh;
	background: var(--nova-landing-white);
	padding-bottom: 82px;
}

.nova-landing-main {
	overflow: hidden;
}

.nova-landing-header {
	position: sticky;
	top: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 104px;
	padding: 20px clamp(24px, 4vw, 48px);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(32, 32, 32, 0.08);
	box-shadow: 0 10px 32px rgba(32, 32, 32, 0.06);
	backdrop-filter: blur(18px);
}

.admin-bar .nova-landing-header {
	top: 32px;
}

.nova-landing-header__brand {
	display: inline-flex;
	align-items: center;
	min-width: 118px;
	font-weight: 900;
	letter-spacing: 0;
}

.nova-landing-header__brand img {
	width: 180px;
	height: 64px;
	object-fit: fill;
}

.nova-landing-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nova-landing-header__phone {
	color: var(--nova-landing-ink);
	font-size: 0.92rem;
	font-weight: 800;
}

.nova-landing-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 2px solid var(--nova-landing-primary);
	border-radius: var(--nova-landing-radius);
	background: var(--nova-landing-primary);
	color: var(--nova-landing-ink);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nova-landing-button:hover,
.nova-landing-button:focus-visible {
	background: var(--nova-landing-secondary);
	border-color: var(--nova-landing-secondary);
	color: var(--nova-landing-ink);
	transform: translateY(-1px);
}

.nova-landing-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--nova-landing-white);
}

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

.nova-landing-button--small {
	min-height: 40px;
	padding: 0 18px;
	font-size: 0.86rem;
}

.nova-landing-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: end;
	overflow: hidden;
	min-height: min(760px, calc(100vh - 104px));
	padding: clamp(72px, 10vw, 122px) clamp(20px, 5vw, 64px) clamp(48px, 7vw, 82px);
	background-color: #151515;
	color: var(--nova-landing-white);
}

.nova-landing-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(16, 16, 16, 0.93) 0%, rgba(16, 16, 16, 0.78) 42%, rgba(16, 16, 16, 0.18) 100%);
	content: "";
}

.nova-landing-hero::after {
	position: absolute;
	right: clamp(20px, 5vw, 64px);
	bottom: 0;
	z-index: 2;
	width: min(26vw, 360px);
	height: 6px;
	background: var(--nova-landing-primary);
	content: "";
}

.nova-landing-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(135deg, #202020, #555555);
}

.nova-landing-hero__media picture,
.nova-landing-hero__media img {
	width: 100%;
	height: 100%;
}

.nova-landing-hero__media img {
	object-fit: cover;
	object-position: center;
}

.nova-landing-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 20px;
	width: min(760px, 100%);
}

.nova-landing-hero__badge {
	width: fit-content;
	margin: 0;
	padding: 8px 12px;
	background: var(--nova-landing-primary);
	border-radius: var(--nova-landing-radius);
	color: var(--nova-landing-ink);
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.nova-landing-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--nova-landing-white);
	font-size: clamp(2.75rem, 7vw, 6.2rem);
	font-weight: 950;
	line-height: 0.93;
	letter-spacing: 0;
	text-wrap: balance;
}

.nova-landing-hero h1 em {
	color: var(--nova-landing-primary);
	font-style: normal;
}

.nova-landing-hero__subtitle {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	font-weight: 650;
	line-height: 1.58;
	text-wrap: pretty;
}

.nova-landing-hero__subtitle p {
	margin: 0;
}

.nova-landing-hero__subtitle a {
	color: var(--nova-landing-white);
	font-weight: 850;
	text-decoration-color: var(--nova-landing-primary);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.nova-landing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 8px;
}

.nova-landing-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: var(--nova-landing-shell);
	margin: 0 auto;
	padding: 24px 0 0;
	border-bottom: 1px solid var(--nova-landing-line);
}

.nova-landing-fact {
	min-height: 112px;
	padding: 22px 22px 24px;
	background: var(--nova-landing-white);
	border-left: 1px solid var(--nova-landing-line);
}

.nova-landing-fact:first-child {
	border-left: 0;
}

.nova-landing-fact span {
	display: block;
	margin-bottom: 10px;
	color: var(--nova-landing-muted);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.nova-landing-fact strong {
	display: block;
	color: var(--nova-landing-ink);
	font-size: clamp(1rem, 1.7vw, 1.35rem);
	font-weight: 950;
	line-height: 1.1;
}

.nova-landing-section {
	width: 100%;
	padding: clamp(58px, 7vw, 92px) clamp(20px, 5vw, 64px);
}

.nova-landing-section--compact {
	padding-top: clamp(50px, 6vw, 72px);
	padding-bottom: clamp(48px, 6vw, 72px);
}

.nova-landing-section--muted {
	background: var(--nova-landing-surface);
}

.nova-landing-section__heading {
	width: var(--nova-landing-shell);
	margin: 0 auto 34px;
}

.nova-landing-section__heading h2,
.nova-landing-intro h2,
.nova-landing-list-section h2,
.nova-landing-outcomes h2,
.nova-landing-requirements h2,
.nova-landing-form-section h2 {
	margin: 0;
	color: var(--nova-landing-ink);
	font-size: clamp(2rem, 4.4vw, 4.45rem);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.nova-landing-card-grid,
.nova-landing-method-grid,
.nova-landing-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: var(--nova-landing-shell);
	margin: 0 auto;
}

.nova-landing-card,
.nova-landing-method,
.nova-landing-testimonial {
	min-height: 184px;
	padding: 26px;
	background: var(--nova-landing-white);
	border: 1px solid var(--nova-landing-line);
	border-radius: var(--nova-landing-radius);
}

.nova-landing-card {
	position: relative;
	overflow: hidden;
}

.nova-landing-card::before {
	display: block;
	width: 34px;
	height: 5px;
	margin-bottom: 22px;
	background: var(--nova-landing-primary);
	content: "";
}

.nova-landing-card h3,
.nova-landing-method h3 {
	margin: 0 0 12px;
	color: var(--nova-landing-ink);
	font-size: 1.05rem;
	font-weight: 950;
	line-height: 1.18;
	text-wrap: balance;
}

.nova-landing-card p,
.nova-landing-method p,
.nova-landing-intro p,
.nova-landing-rich-text,
.nova-landing-rich-text p,
.nova-landing-rich-text li,
.nova-landing-outcomes p,
.nova-landing-requirements p,
.nova-landing-form-section p,
.nova-landing-faq p {
	margin: 0;
	color: var(--nova-landing-muted);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.66;
}

.nova-landing-rich-text {
	display: grid;
	gap: 14px;
}

.nova-landing-rich-text p,
.nova-landing-rich-text ul,
.nova-landing-rich-text ol {
	margin: 0;
}

.nova-landing-rich-text ul,
.nova-landing-rich-text ol {
	display: grid;
	gap: 8px;
	padding-left: 1.2em;
}

.nova-landing-rich-text a {
	color: var(--nova-landing-ink);
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: var(--nova-landing-primary);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.nova-landing-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
	gap: clamp(36px, 7vw, 92px);
	align-items: center;
	width: min(1260px, calc(100vw - 40px));
	margin: 0 auto;
}

.nova-landing-intro__copy {
	display: grid;
	gap: 18px;
}

.nova-landing-intro__media {
	position: relative;
	margin: 0;
	border-radius: var(--nova-landing-radius);
	overflow: hidden;
	box-shadow: var(--nova-landing-shadow);
}

.nova-landing-intro__media::after {
	position: absolute;
	inset: auto 18px 18px auto;
	width: 78px;
	height: 6px;
	background: var(--nova-landing-primary);
	content: "";
}

.nova-landing-intro__media img {
	width: 100%;
	aspect-ratio: 4 / 4.5;
	object-fit: cover;
}

.nova-landing-method-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nova-landing-method {
	display: grid;
	align-content: start;
	gap: 8px;
	background: var(--nova-landing-white);
}

.nova-landing-list-section,
.nova-landing-requirements,
.nova-landing-form-section {
	display: grid;
	grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
	gap: clamp(32px, 6vw, 88px);
	align-items: start;
	width: min(1260px, calc(100vw - 40px));
	margin: 0 auto;
}

.nova-landing-check-list,
.nova-landing-number-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nova-landing-check-list li,
.nova-landing-number-list li {
	position: relative;
	min-height: 58px;
	padding: 18px 18px 18px 56px;
	background: var(--nova-landing-white);
	border: 1px solid var(--nova-landing-line);
	border-radius: var(--nova-landing-radius);
	color: var(--nova-landing-ink);
	font-size: 0.96rem;
	font-weight: 850;
	line-height: 1.35;
}

.nova-landing-check-list li::before,
.nova-landing-number-list li::before {
	position: absolute;
	top: 18px;
	left: 18px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--nova-landing-primary);
	color: var(--nova-landing-ink);
	font-size: 0.72rem;
	font-weight: 950;
	content: "✓";
}

.nova-landing-number-list {
	counter-reset: requirements;
}

.nova-landing-number-list li {
	counter-increment: requirements;
}

.nova-landing-number-list li::before {
	content: counter(requirements);
}

.nova-landing-outcomes {
	background: var(--nova-landing-ink);
	color: var(--nova-landing-white);
}

.nova-landing-outcomes__panel {
	width: var(--nova-landing-shell);
	margin: 0 auto;
}

.nova-landing-outcomes h2,
.nova-landing-outcomes p,
.nova-landing-outcomes .nova-landing-rich-text,
.nova-landing-outcomes .nova-landing-rich-text p,
.nova-landing-outcomes .nova-landing-rich-text li {
	color: var(--nova-landing-white);
}

.nova-landing-outcomes .nova-landing-rich-text a {
	color: var(--nova-landing-white);
}

.nova-landing-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0;
	padding: 0;
	list-style: none;
}

.nova-landing-pill-list li {
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--nova-landing-white);
	font-size: 0.9rem;
	font-weight: 900;
}

.nova-landing-outcomes__closing {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.76) !important;
}

.nova-landing-outcomes__closing,
.nova-landing-outcomes__closing p,
.nova-landing-outcomes__closing li {
	color: rgba(255, 255, 255, 0.76) !important;
}

.nova-landing-testimonial {
	min-height: 170px;
}

.nova-landing-testimonial p {
	margin: 0;
	color: var(--nova-landing-ink);
	font-size: 1.02rem;
	font-weight: 850;
	line-height: 1.48;
}

.nova-landing-testimonial cite {
	display: block;
	margin-top: 18px;
	color: var(--nova-landing-primary);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 950;
}

.nova-landing-faqs {
	display: grid;
	gap: 10px;
	width: min(920px, calc(100vw - 40px));
	margin: 0 auto;
}

.nova-landing-faq {
	background: var(--nova-landing-white);
	border: 1px solid var(--nova-landing-line);
	border-radius: var(--nova-landing-radius);
}

.nova-landing-faq summary {
	cursor: pointer;
	padding: 20px 22px;
	color: var(--nova-landing-ink);
	font-weight: 950;
	line-height: 1.3;
	list-style: none;
}

.nova-landing-faq summary::-webkit-details-marker {
	display: none;
}

.nova-landing-faq p {
	padding: 0 22px 22px;
}

.nova-landing-form-section {
	width: 100%;
	padding: clamp(58px, 7vw, 88px) clamp(20px, 5vw, 64px);
	background: var(--nova-landing-primary);
	color: var(--nova-landing-white);
}

.nova-landing-form-section h2,
.nova-landing-form-section p {
	color: var(--nova-landing-ink);
}

.nova-landing-form-section__embed {
	min-height: 240px;
	padding: 28px;
	background: var(--nova-landing-white);
	border-radius: var(--nova-landing-radius);
	color: var(--nova-landing-ink);
	box-shadow: var(--nova-landing-shadow);
}

.nova-landing-editor-warning {
	display: grid;
	gap: 10px;
	padding: 20px;
	border: 1px dashed var(--nova-landing-primary);
	border-radius: var(--nova-landing-radius);
	background: var(--nova-landing-primary-soft);
}

.nova-landing-editor-warning strong {
	color: var(--nova-landing-primary);
}

.nova-landing-editor-warning a {
	width: fit-content;
	color: var(--nova-landing-primary);
	font-weight: 950;
	text-decoration: underline;
}

.nova-landing-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 26px clamp(20px, 5vw, 58px);
	background: #151515;
	color: rgba(255, 255, 255, 0.72);
}

.nova-landing-footer p {
	margin: 0;
	color: var(--nova-landing-white);
	font-weight: 950;
}

.nova-landing-footer a {
	font-size: 0.9rem;
	font-weight: 800;
}

.nova-landing-sticky-cta {
	position: fixed;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(760px, calc(100vw - 36px));
	margin: 0 auto;
	padding: 10px 10px 10px 16px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: var(--nova-landing-radius);
	box-shadow: 0 16px 44px rgba(32, 32, 32, 0.18);
	backdrop-filter: blur(16px);
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.nova-landing-sticky-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.nova-landing-sticky-cta span {
	min-width: 0;
	overflow: hidden;
	color: var(--nova-landing-ink);
	font-size: 0.9rem;
	font-weight: 950;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nova-landing-sticky-cta__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.nova-landing-sticky-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--nova-landing-line);
	border-radius: var(--nova-landing-radius);
	color: var(--nova-landing-ink);
	font-size: 0.84rem;
	font-weight: 950;
}

@media (max-width: 980px) {
	.admin-bar .nova-landing-header {
		top: 46px;
	}

	.nova-landing-header {
		min-height: 88px;
		padding: 10px 18px;
	}

	.nova-landing-header__brand img {
		width: 138px;
		height: 49px;
	}

	.nova-landing-header__phone {
		display: none;
	}

	.nova-landing-hero {
		min-height: 640px;
		padding: 268px 20px 34px;
	}

	.nova-landing-hero::before {
		background: linear-gradient(180deg, rgba(16, 16, 16, 0.04) 0, rgba(16, 16, 16, 0.08) 235px, rgba(16, 16, 16, 0.94) 236px, rgba(16, 16, 16, 0.98) 100%);
	}

	.nova-landing-hero__media {
		height: 268px;
		bottom: auto;
	}

	.nova-landing-hero__media img {
		object-position: center;
	}

	.nova-landing-hero::after {
		right: 20px;
		width: 140px;
	}

	.nova-landing-hero h1 {
		font-size: clamp(2.18rem, 10vw, 3.2rem);
		line-height: 0.98;
	}

	.nova-landing-hero__subtitle {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.nova-landing-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		padding-top: 0;
		border-bottom: 0;
	}

	.nova-landing-fact {
		min-height: 96px;
		border-top: 1px solid var(--nova-landing-line);
	}

	.nova-landing-fact:nth-child(odd) {
		border-left: 0;
	}

	.nova-landing-card-grid,
	.nova-landing-method-grid,
	.nova-landing-testimonials,
	.nova-landing-intro,
	.nova-landing-list-section,
	.nova-landing-requirements,
	.nova-landing-form-section {
		grid-template-columns: 1fr;
	}

	.nova-landing-card-grid,
	.nova-landing-method-grid,
	.nova-landing-testimonials,
	.nova-landing-section__heading,
	.nova-landing-outcomes__panel {
		width: min(620px, calc(100vw - 40px));
	}

	.nova-landing-intro,
	.nova-landing-list-section,
	.nova-landing-requirements,
	.nova-landing-form-section {
		width: min(620px, calc(100vw - 40px));
	}
}

@media (max-width: 560px) {
	.nova-landing-page {
		padding-bottom: 86px;
	}

	.nova-landing-header__actions .nova-landing-button {
		min-height: 36px;
		padding: 0 12px;
		font-size: 0.74rem;
	}

	.nova-landing-hero {
		min-height: 610px;
		padding-top: 234px;
	}

	.nova-landing-hero::before {
		background: linear-gradient(180deg, rgba(16, 16, 16, 0.04) 0, rgba(16, 16, 16, 0.08) 204px, rgba(16, 16, 16, 0.94) 205px, rgba(16, 16, 16, 0.98) 100%);
	}

	.nova-landing-hero__media {
		height: 234px;
	}

	.nova-landing-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nova-landing-button {
		width: 100%;
	}

	.nova-landing-section {
		padding: 54px 20px;
	}

	.nova-landing-section__heading h2,
	.nova-landing-intro h2,
	.nova-landing-list-section h2,
	.nova-landing-outcomes h2,
	.nova-landing-requirements h2,
	.nova-landing-form-section h2 {
		font-size: clamp(1.72rem, 9vw, 2.28rem);
		line-height: 1.02;
	}

	.nova-landing-card,
	.nova-landing-method,
	.nova-landing-testimonial {
		min-height: auto;
		padding: 22px;
	}

	.nova-landing-intro__media img {
		aspect-ratio: 4 / 3.25;
	}

	.nova-landing-pill-list {
		display: grid;
	}

	.nova-landing-sticky-cta {
		right: 10px;
		bottom: 10px;
		left: 10px;
		width: auto;
		padding: 10px;
	}

	.nova-landing-sticky-cta span {
		display: none;
	}

	.nova-landing-sticky-cta__actions {
		width: 100%;
	}

	.nova-landing-sticky-cta__phone {
		display: none;
	}

	.nova-landing-footer {
		align-items: flex-start;
		flex-direction: column;
	}
}
