@font-face {
	font-family: "Vazirmatn NV";
	src: url("../fonts/Vazirmatn.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Estedad NV";
	src: url("../fonts/Estedad.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}

@font-face {
	font-family: "Estedad NV";
	src: url("../fonts/Estedad-Latin.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
	--nv-navy: #01133e;
	--nv-navy-2: #071b4d;
	--nv-blue: #2563eb;
	--nv-blue-2: #3b82f6;
	--nv-cyan: #06b6d4;
	--nv-violet: #8b5cf6;
	--nv-green: #10b981;
	--nv-red: #ef4444;
	--nv-ink: #0b1736;
	--nv-muted: #5f6e8c;
	--nv-line: #dfe6f1;
	--nv-soft: #f5f7fb;
	--nv-white: #fff;
	--nv-radius: 28px;
	--nv-radius-sm: 16px;
	--nv-shadow: 0 30px 80px rgba(4, 21, 59, .12);
	--nv-max: 1240px;
}

html {
	scroll-behavior: smooth;
}

body.nvsk-site {
	margin: 0;
	background: #fff;
	color: var(--nv-ink);
	font-family: "IRANYekanX NV", "Estedad NV", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 430;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.nvsk-site *,
.nvsk-site *::before,
.nvsk-site *::after {
	box-sizing: border-box;
}

.nvsk-site a {
	color: inherit;
	text-decoration: none;
}

.nvsk-site button,
.nvsk-site input,
.nvsk-site textarea,
.nvsk-site select {
	font: inherit;
}

.nvsk-site img,
.nvsk-site svg {
	display: block;
	max-width: 100%;
}

.nvsk-site :focus-visible {
	outline: 3px solid rgba(37, 99, 235, .35);
	outline-offset: 3px;
}

.nv-header-template,
.nv-footer-template,
.nv-header-shortcode,
.nv-footer-shortcode {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nv-section {
	width: 100%;
	padding: 112px 28px;
	position: relative;
	overflow: clip;
}

.nv-container {
	width: min(100%, var(--nv-max)) !important;
	max-width: var(--nv-max) !important;
	margin-inline: auto !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.nv-narrow {
	max-width: 860px !important;
}

.nv-soft-section {
	background: var(--nv-soft);
}

.nv-dark-section {
	color: #fff;
	background:
		radial-gradient(circle at 8% 10%, rgba(59, 130, 246, .24), transparent 30%),
		radial-gradient(circle at 90% 90%, rgba(139, 92, 246, .18), transparent 28%),
		var(--nv-navy);
}

.nv-dark-section .nv-eyebrow,
.nv-dark-section .nv-h2,
.nv-dark-section .nv-lead {
	color: #fff;
}

.nv-dark-section .nv-lead {
	opacity: .72;
}

.nv-eyebrow {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	width: auto;
	margin: 0 0 18px;
	color: var(--nv-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.nv-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	margin-inline-end: 10px;
	border-radius: 99px;
	background: currentColor;
}

.nv-eyebrow-light {
	color: #8eb5ff;
}

.nv-display {
	max-width: 820px;
	margin: 0;
	color: var(--nv-ink);
	font-size: clamp(48px, 6.5vw, 88px);
	font-weight: 770;
	line-height: 1.16;
	letter-spacing: -.038em;
}

.nv-display span {
	color: transparent;
	background: linear-gradient(95deg, var(--nv-blue) 5%, var(--nv-violet) 70%);
	-webkit-background-clip: text;
	background-clip: text;
}

.nv-page-title {
	max-width: 850px;
	margin: 0;
	color: var(--nv-ink);
	font-size: clamp(42px, 5.5vw, 72px);
	font-weight: 760;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.nv-h2 {
	max-width: 800px;
	margin: 0;
	color: var(--nv-ink);
	font-size: clamp(34px, 4.5vw, 58px);
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -.03em;
}

.nv-h3 {
	margin: 0;
	color: var(--nv-ink);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -.015em;
}

.nv-hero-lead,
.nv-lead {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--nv-muted);
	font-size: clamp(17px, 1.8vw, 21px);
	font-weight: 430;
	line-height: 2;
	letter-spacing: -.008em;
}

.nv-copy {
	margin: 13px 0 0;
	color: var(--nv-muted);
	font-size: 15px;
	line-height: 1.9;
}

.nv-on-dark {
	color: #fff;
}

.nv-on-dark-muted {
	color: #b9c7e9;
}

.nv-section-intro {
	display: flex;
	flex-direction: column;
	margin-bottom: 58px;
}

.nv-section-intro.is-center {
	align-items: center;
	margin-inline: auto;
	text-align: center;
}

.nv-section-intro.is-center .nv-eyebrow {
	align-self: center;
}

.nv-section-intro.is-center .nv-lead {
	margin-inline: auto;
}

.nv-actions {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 12px;
	width: auto;
	margin-top: 34px;
}

.nv-btn,
.nvsk-site .nv-btn {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nv-btn:hover {
	transform: translateY(-2px);
}

.nv-btn-primary,
.nvsk-site .nv-btn-primary {
	color: #fff;
	background: var(--nv-blue);
	box-shadow: 0 10px 30px rgba(37, 99, 235, .22);
}

.nv-btn-primary:hover {
	background: #1d4ed8;
	box-shadow: 0 14px 36px rgba(37, 99, 235, .3);
}

.nv-btn-secondary,
.nvsk-site .nv-btn-secondary {
	color: var(--nv-ink);
	border-color: #cfd8e7;
	background: rgba(255, 255, 255, .8);
}

.nv-btn-secondary:hover {
	border-color: #9fb0cb;
	background: #fff;
}

/* Header */
.nv-site-header {
	position: sticky;
	z-index: 999;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(218, 226, 239, .72);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: saturate(160%) blur(18px);
	-webkit-backdrop-filter: saturate(160%) blur(18px);
	transition: background .2s ease, box-shadow .2s ease;
}

.nv-site-header.is-scrolled {
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 32px rgba(15, 23, 42, .07);
}

.admin-bar .nv-site-header {
	top: 32px;
}

.nv-header-inner {
	width: min(calc(100% - 40px), var(--nv-max));
	min-height: 72px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	margin-inline: auto;
}

.nv-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 19px;
	font-weight: 860;
	letter-spacing: -.03em;
}

.nv-brand img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.nv-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
}

.nv-desktop-nav a,
.nv-header-login {
	color: #35425e;
	font-size: 13px;
	font-weight: 650;
	transition: color .2s ease;
}

.nv-desktop-nav a:hover,
.nv-header-login:hover {
	color: var(--nv-blue);
}

.nv-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nv-header-cta {
	min-height: 42px;
	padding-inline: 17px;
	font-size: 12px;
}

.nv-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #edf2fa;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
}

.nv-menu-toggle span {
	width: 17px;
	height: 1.5px;
	border-radius: 2px;
	background: var(--nv-ink);
	transition: transform .2s ease, opacity .2s ease;
}

.nv-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(5.5px) rotate(45deg);
}

.nv-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.nv-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-5.5px) rotate(-45deg);
}

.nv-mobile-nav {
	position: absolute;
	top: calc(100% + 10px);
	inset-inline: 20px;
	padding: 14px;
	border: 1px solid var(--nv-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, .98);
	box-shadow: var(--nv-shadow);
}

.nv-mobile-nav:not([hidden]) {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.nv-mobile-nav a:not(.nv-btn) {
	padding: 12px;
	border-radius: 11px;
	color: #283650;
	font-weight: 650;
}

.nv-mobile-nav a:hover {
	background: var(--nv-soft);
}

/* Hero */
.nv-hero {
	min-height: calc(100svh - 72px);
	display: flex;
	align-items: center;
	padding-top: 82px;
	background:
		radial-gradient(circle at 12% 5%, rgba(59, 130, 246, .09), transparent 32%),
		radial-gradient(circle at 87% 20%, rgba(139, 92, 246, .08), transparent 28%),
		#fff;
}

.nv-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
	align-items: center;
	gap: 56px;
}

.nv-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-trust-row {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	margin-top: 30px;
}

.nv-trust-chip {
	width: auto;
	padding: 6px 11px;
	border: 1px solid var(--nv-line);
	border-radius: 999px;
	color: #53617a;
	background: rgba(255, 255, 255, .7);
	font-size: 11px;
	font-weight: 650;
}

.nv-live-demo-wrap {
	width: 100%;
}

.nv-live-demo-link {
	width: min(100%, 520px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
	padding: 13px 17px;
	border: 1px solid #cfe0ff;
	border-radius: 16px;
	color: #23406f;
	background: #f0f6ff;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.nv-live-demo-link:hover {
	transform: translateY(-2px);
	border-color: #9cbef8;
	background: #e7f0ff;
}

.nv-live-demo-link span {
	font-size: 12px;
}

.nv-live-demo-link strong {
	color: var(--nv-blue);
	font-size: 13px;
}

.nv-hero-product {
	position: relative;
	z-index: 1;
	width: 100%;
	transform: perspective(1500px) rotateY(-4deg) rotateX(1deg);
	transform-origin: center right;
}

.nv-hero-glow {
	position: absolute;
	z-index: -1;
	inset: 10% 4%;
	border-radius: 50%;
	background: rgba(37, 99, 235, .22);
	filter: blur(85px);
}

.nv-page-hero {
	min-height: 650px;
	display: flex;
	align-items: center;
	padding-top: 94px;
	background:
		radial-gradient(circle at 85% 16%, rgba(59, 130, 246, .1), transparent 30%),
		linear-gradient(180deg, #fff, #f9fbff);
}

.nv-page-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
	align-items: center;
	gap: 64px;
}

.nv-page-hero-inner:has(.nv-page-hero-copy:only-child) {
	grid-template-columns: 1fr;
}

.nv-page-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-page-hero-visual {
	width: 100%;
}

/* App mockup */
.nv-app-shell {
	direction: rtl;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(153, 173, 207, .28);
	border-radius: 24px;
	color: #dfe8ff;
	background: #071634;
	box-shadow: 0 40px 100px rgba(2, 17, 53, .24);
	font-family: "Estedad NV", sans-serif;
}

.nv-app-topbar {
	height: 38px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 0 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: #0c1d41;
	font-size: 11px;
	font-weight: 750;
}

.nv-app-topbar small {
	justify-self: end;
	color: #8192b8;
}

.nv-app-dots {
	direction: ltr;
	display: flex;
	gap: 5px;
}

.nv-app-dots i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ef4444;
}

.nv-app-dots i:nth-child(2) {
	background: #f59e0b;
}

.nv-app-dots i:nth-child(3) {
	background: #10b981;
}

.nv-app-body {
	min-height: 500px;
	display: grid;
	grid-template-columns: 94px 1fr;
}

.nv-app-sidebar {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 15px 10px;
	border-left: 1px solid rgba(255, 255, 255, .07);
	background: #06122d;
}

.nv-app-logo {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	margin: 0 auto 15px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
}

.nv-app-logo img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.nv-app-sidebar > span {
	padding: 8px 6px;
	border-radius: 8px;
	color: #7385ae;
	font-size: 9px;
	text-align: center;
}

.nv-app-sidebar > span.is-active {
	color: #fff;
	background: #1d4ed8;
}

.nv-app-main {
	min-width: 0;
	padding: 19px;
	background:
		radial-gradient(circle at 100% 0, rgba(37, 99, 235, .12), transparent 28%),
		#0a1836;
}

.nv-app-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.nv-app-heading small {
	display: block;
	color: #6f83ae;
	font-size: 8px;
}

.nv-app-heading h3 {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.nv-app-heading button,
.nv-next-action button {
	padding: 7px 11px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: var(--nv-blue);
	font-size: 9px;
}

.nv-kpi-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.nv-kpi-grid > div,
.nv-analytics-stats > div,
.nv-mini-stats > div {
	position: relative;
	min-width: 0;
	min-height: 100px;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(122, 151, 207, .16);
	border-radius: 12px;
	background: #102142;
}

.nv-kpi-grid small,
.nv-analytics-stats small,
.nv-mini-stats small {
	display: block;
	color: #8394b8;
	font-size: 8px;
}

.nv-kpi-grid strong,
.nv-analytics-stats strong,
.nv-mini-stats strong {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 17px;
}

.nv-kpi-grid span,
.nv-analytics-stats span {
	color: #8ea0c3;
	font-size: 8px;
}

.nv-kpi-grid .up {
	color: #4ade80;
}

.nv-sparkline {
	position: absolute;
	inset: auto 8px 6px;
	width: calc(100% - 16px);
	height: 38px;
}

.nv-dashboard-grid {
	display: grid;
	grid-template-columns: 1.8fr .8fr;
	gap: 10px;
	margin-top: 10px;
}

.nv-chart-panel,
.nv-panel {
	padding: 13px;
	border: 1px solid rgba(122, 151, 207, .16);
	border-radius: 13px;
	background: #102142;
}

.nv-chart-panel > svg {
	width: 100%;
	height: 150px;
}

.nv-chart-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nv-chart-head h4,
.nv-panel h4 {
	margin: 0;
	color: #e8eeff;
	font-size: 10px;
}

.nv-chart-head span {
	color: #7387b2;
	font-size: 8px;
}

.nv-tasks p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 13px 0;
}

.nv-tasks b {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border: 2px solid #48628f;
	border-radius: 50%;
}

.nv-tasks b.urgent {
	border-color: #ef4444;
}

.nv-tasks span {
	color: #d6e0f8;
	font-size: 9px;
}

.nv-tasks small {
	display: block;
	color: #7083aa;
	font-size: 7px;
}

.nv-app-shell.is-compact .nv-app-body {
	min-height: 370px;
}

.nv-app-shell.is-compact .nv-app-sidebar {
	display: none;
}

.nv-app-shell.is-compact .nv-app-body {
	grid-template-columns: 1fr;
}

.nv-app-shell.is-compact .nv-app-main {
	padding: 15px;
}

.nv-app-shell.is-compact .nv-chart-panel > svg {
	height: 110px;
}

/* Customer screen */
.nv-customer-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(122, 151, 207, .16);
	border-radius: 12px;
	background: #102142;
}

.nv-avatar {
	width: 42px;
	height: 42px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, var(--nv-blue), var(--nv-violet));
	font-weight: 800;
}

.nv-customer-head strong {
	display: block;
	color: #fff;
	font-size: 12px;
}

.nv-customer-head small {
	display: block;
	color: #8395b8;
	font-size: 8px;
}

.nv-status {
	display: inline-flex;
	align-items: center;
	width: max-content;
	padding: 4px 8px;
	border-radius: 99px;
	font-size: 9px;
	font-weight: 700;
}

.nv-customer-head .nv-status {
	margin-right: auto;
}

.nv-status.good {
	color: #047857;
	background: #d1fae5;
}

.nv-mini-stats,
.nv-analytics-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 10px;
}

.nv-mini-stats > div {
	min-height: auto;
}

.nv-customer-layout {
	display: grid;
	grid-template-columns: 1.4fr .8fr;
	gap: 10px;
	margin-top: 10px;
}

.nv-panel > p {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 8px;
	padding: 9px 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	color: #cbd7ef;
	font-size: 9px;
}

.nv-panel > p b {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--nv-blue-2);
}

.nv-panel > p small {
	color: #6f83aa;
	font-size: 7px;
}

.nv-next-action {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 14px;
}

.nv-next-action span {
	color: #dce6fa;
	font-size: 10px;
}

.nv-next-action strong {
	color: #7794cf;
	font-size: 9px;
}

/* Pipeline */
.nv-kanban {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.nv-kanban > div {
	padding: 10px;
	border-radius: 12px;
	background: #0d1d3d;
}

.nv-kanban h4 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 9px;
	color: #b8c7e4;
	font-size: 9px;
}

.nv-kanban h4 span {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 6px;
	background: #1a2f57;
}

.nv-kanban article {
	position: relative;
	margin: 7px 0;
	padding: 10px;
	border: 1px solid rgba(123, 152, 208, .14);
	border-radius: 10px;
	background: #14284b;
}

.nv-kanban article.won {
	border-color: rgba(16, 185, 129, .35);
}

.nv-kanban strong,
.nv-kanban small {
	display: block;
}

.nv-kanban strong {
	color: #edf3ff;
	font-size: 9px;
}

.nv-kanban small {
	margin-top: 3px;
	color: #7187ae;
	font-size: 7px;
}

.nv-kanban em {
	display: block;
	margin-top: 12px;
	color: #8fb0f1;
	font-size: 9px;
	font-style: normal;
}

/* Analytics & club */
.nv-analytics-stats > div {
	min-height: 94px;
}

.nv-analytics-stats + .nv-chart-panel {
	margin-top: 10px;
}

.nv-club-hero {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, #1d4ed8, #5b21b6);
}

.nv-club-hero small,
.nv-club-hero strong,
.nv-club-hero span {
	display: block;
	color: #fff;
}

.nv-club-hero small {
	font-size: 8px;
	opacity: .7;
}

.nv-club-hero strong {
	font-size: 25px;
}

.nv-club-hero span {
	font-size: 8px;
	opacity: .8;
}

.nv-ring {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	border: 8px solid rgba(255, 255, 255, .2);
	border-top-color: #fff;
	border-radius: 50%;
}

.nv-ring b {
	color: #fff;
	font-size: 13px;
}

.nv-ring small {
	font-size: 6px;
}

.nv-tier-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 10px;
}

.nv-tier-grid article {
	padding: 13px;
	border: 1px solid rgba(122, 151, 207, .16);
	border-radius: 12px;
	background: #102142;
}

.nv-tier-grid i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.nv-tier-grid i.gold {
	background: #fbbf24;
}

.nv-tier-grid i.silver {
	background: #94a3b8;
}

.nv-tier-grid i.bronze {
	background: #d97706;
}

.nv-tier-grid strong,
.nv-tier-grid span {
	display: block;
}

.nv-tier-grid strong {
	margin-top: 7px;
	color: #fff;
	font-size: 10px;
}

.nv-tier-grid span {
	color: #7588ae;
	font-size: 8px;
}

.nv-reward-row {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
}

.nv-reward-row strong,
.nv-reward-row small {
	display: block;
}

.nv-reward-row strong {
	color: #e5edff;
	font-size: 9px;
}

.nv-reward-row small {
	color: #7185ac;
	font-size: 7px;
}

.nv-reward-row em {
	color: #4ade80;
	font-size: 10px;
	font-style: normal;
}

/* Settings mock */
.nv-settings-grid {
	display: grid;
	grid-template-columns: .65fr 1.35fr;
	gap: 10px;
}

.nv-settings-grid aside,
.nv-settings-card {
	padding: 14px;
	border: 1px solid rgba(122, 151, 207, .16);
	border-radius: 12px;
	background: #102142;
}

.nv-settings-grid aside strong,
.nv-settings-grid aside span {
	display: block;
}

.nv-settings-grid aside strong {
	margin-bottom: 8px;
	color: #fff;
	font-size: 10px;
}

.nv-settings-grid aside span {
	padding: 7px;
	border-radius: 7px;
	color: #7488ae;
	font-size: 8px;
}

.nv-settings-grid aside span.on {
	color: #fff;
	background: #1d4ed8;
}

.nv-settings-card h4 {
	margin: 0;
	color: #fff;
	font-size: 11px;
}

.nv-settings-card p {
	margin: 5px 0 12px;
	color: #7f92b7;
	font-size: 8px;
}

.nv-settings-card label {
	display: block;
	margin: 9px 0;
	color: #a9b8d5;
	font-size: 8px;
}

.nv-settings-card select {
	width: 100%;
	height: 30px;
	margin-top: 5px;
	border: 1px solid #314872;
	border-radius: 7px;
	color: #dbe6fa;
	background: #0b1b39;
	font-size: 8px;
}

.nv-toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.nv-toggle-row i {
	width: 25px;
	height: 14px;
	display: block;
	padding: 2px;
	border-radius: 99px;
	background: #334767;
}

.nv-toggle-row i::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.nv-toggle-row i.on {
	background: var(--nv-blue);
}

.nv-toggle-row i.on::after {
	margin-right: auto;
}

/* Flow & feature cards */
.nv-flow-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.nv-card {
	position: relative;
	padding: 28px;
	border: 1px solid var(--nv-line);
	border-radius: 24px;
	background: #fff;
	transition: transform .25s ease, border-color .25s ease;
}

.nv-card:hover {
	transform: translateY(-5px);
	border-color: #b9c8df;
}

.nv-card-index {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 34px;
	border-radius: 13px;
	color: var(--nv-blue);
	background: #edf4ff;
	font-size: 12px;
	font-weight: 820;
}

.nv-feature-card.is-compact {
	padding: 21px;
}

.nv-feature-card.is-compact .nv-card-index {
	margin-bottom: 20px;
}

/* Journey */
.nv-journey {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 26px;
	background: rgba(255, 255, 255, .1);
}

.nv-journey article {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	background: rgba(2, 18, 55, .82);
	transition: background .2s ease;
}

.nv-journey article:hover,
.nv-journey article.is-active {
	background: linear-gradient(165deg, #163d91, #0b204f);
}

.nv-journey article > span {
	color: #7096e6;
	font-size: 12px;
	font-weight: 800;
}

.nv-journey h3 {
	margin: 0;
	color: #fff;
	font-size: 20px;
}

.nv-journey p {
	margin: 10px 0 0;
	color: #8fa2c9;
	font-size: 13px;
	line-height: 1.8;
}

/* Bento */
.nv-bento {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: dense;
	gap: 16px;
}

.nv-bento article {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 28px;
	border: 1px solid var(--nv-line);
	border-radius: 28px;
	background: #fff;
}

.nv-bento article.nv-bento-wide {
	grid-column: span 2;
}

.nv-bento-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	background: var(--nv-navy);
	font-size: 12px;
	font-weight: 800;
}

.nv-bento h3 {
	margin: 24px 0 0;
	color: var(--nv-ink);
	font-size: 25px;
	font-weight: 790;
}

.nv-bento p {
	max-width: 610px;
	margin: 10px 0 0;
	color: var(--nv-muted);
	font-size: 14px;
	line-height: 1.85;
}

.nv-bento-visual {
	position: relative;
	width: calc(100% + 12px);
	height: 190px;
	min-height: 190px;
	margin: auto -6px -6px;
	overflow: hidden;
	border: 1px solid #e2e9f4;
	border-radius: 20px;
	background: #f4f7fc;
}

.nv-bento article.nv-bento-wide .nv-bento-visual {
	height: 210px;
	min-height: 210px;
}

.nv-bento-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.nv-bento article:hover .nv-bento-visual img {
	transform: scale(1.018);
}

.nv-bento-sms {
	background: linear-gradient(145deg, #f3f7ff, #f5f0ff);
}

.nv-bento-club {
	background: linear-gradient(145deg, #fffbf2, #fff1c8);
}

/* Tour */
.nv-product-tour {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 18px;
	padding: 14px;
	border: 1px solid var(--nv-line);
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 25px 70px rgba(8, 28, 67, .08);
}

.nv-tour-tabs {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 4px;
}

.nv-tour-tabs button {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 17px;
	border: 0;
	border-radius: 15px;
	color: #586681;
	background: transparent;
	text-align: right;
	cursor: pointer;
}

.nv-tour-tabs button:hover {
	background: #f5f8fd;
}

.nv-tour-tabs button[aria-selected="true"] {
	color: #fff;
	background: var(--nv-navy);
}

.nv-tour-tabs strong {
	font-size: 14px;
}

.nv-tour-tabs small {
	margin-top: 4px;
	opacity: .65;
	font-size: 10px;
	line-height: 1.6;
}

.nv-tour-stage {
	min-width: 0;
}

.nv-tour-screen {
	height: 100%;
}

.nv-tour-screen[hidden] {
	display: none;
}

.nv-tour-screen .nv-app-shell {
	height: 100%;
	box-shadow: none;
}

.nv-product-tour.is-expanded {
	grid-template-columns: 300px minmax(0, 1fr);
}

.nv-product-tour.is-expanded .nv-app-body {
	min-height: 600px;
}

/* Technical */
.nv-tech-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 72px;
}

.nv-tech-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

/* Pricing */
.nv-pricing-preview {
	background:
		radial-gradient(circle at 50% 0, rgba(37, 99, 235, .08), transparent 35%),
		#fff;
}

.nv-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
	gap: 16px;
	scroll-margin-top: 100px;
}

.nv-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border: 1px solid var(--nv-line);
	border-radius: 26px;
	background: #fff;
}

.nv-price-card.is-featured {
	color: #fff;
	border-color: var(--nv-navy);
	background: var(--nv-navy);
	box-shadow: 0 30px 70px rgba(1, 19, 62, .2);
}

.nv-plan-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 4px 8px;
	border-radius: 99px;
	color: #17336d;
	background: #dbeafe;
	font-size: 9px;
	font-weight: 750;
}

.nv-price-card h3 {
	margin: 0;
	font-size: 25px;
}

.nv-price-card > p {
	margin: 8px 0 0;
	color: var(--nv-muted);
	font-size: 13px;
}

.nv-price-card.is-featured > p {
	color: #9dafd2;
}

.nv-price {
	min-height: 70px;
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin: 30px 0 20px;
}

.nv-price strong {
	font-size: 31px;
	letter-spacing: -.04em;
}

.nv-price span {
	font-size: 12px;
}

.nv-price-pending {
	font-size: 18px !important;
	font-weight: 760;
}

.nv-price-card .nv-btn {
	width: 100%;
}

.nv-price-card.is-featured .nv-btn-primary {
	color: var(--nv-navy);
	background: #fff;
	box-shadow: none;
}

.nv-price-card ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.nv-price-card li {
	position: relative;
	padding-right: 24px;
	color: #53617b;
	font-size: 12px;
}

.nv-price-card.is-featured li {
	color: #c5d1e8;
}

.nv-price-card li::before {
	content: "✓";
	position: absolute;
	right: 0;
	color: var(--nv-green);
	font-weight: 800;
}

/* FAQ */
.nv-faq-list {
	border-top: 1px solid var(--nv-line);
}

.nv-faq-list details {
	border-bottom: 1px solid var(--nv-line);
}

.nv-faq-list summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 4px;
	color: var(--nv-ink);
	font-size: 17px;
	font-weight: 720;
	list-style: none;
	cursor: pointer;
}

.nv-faq-list summary::-webkit-details-marker {
	display: none;
}

.nv-faq-list summary i {
	position: relative;
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #edf3fc;
}

.nv-faq-list summary i::before,
.nv-faq-list summary i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.5px;
	border-radius: 2px;
	background: #385178;
	transform: translate(-50%, -50%);
}

.nv-faq-list summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .2s ease;
}

.nv-faq-list details[open] summary i::after {
	transform: translate(-50%, -50%) rotate(0);
}

.nv-faq-list details > div {
	padding: 0 4px 23px;
}

.nv-faq-list p {
	max-width: 740px;
	margin: 0;
	color: var(--nv-muted);
	font-size: 14px;
	line-height: 2;
}

/* Feature groups and tables */
.nv-feature-groups {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.nv-feature-groups article {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	padding: 24px;
	border: 1px solid var(--nv-line);
	border-radius: 21px;
	background: #fff;
}

.nv-feature-groups article > span,
.nv-solution-grid article > span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	color: var(--nv-blue);
	background: #edf4ff;
	font-size: 11px;
	font-weight: 800;
}

.nv-feature-groups h3 {
	margin: 0;
	font-size: 20px;
}

.nv-feature-groups p {
	margin: 7px 0 0;
	color: var(--nv-muted);
	font-size: 13px;
}

.nv-table-wrap {
	width: 100%;
	overflow: auto;
	border: 1px solid var(--nv-line);
	border-radius: 20px;
	background: #fff;
}

.nv-feature-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.nv-feature-table th,
.nv-feature-table td {
	padding: 17px 20px;
	border-bottom: 1px solid #ebeff6;
	text-align: right;
	vertical-align: middle;
}

.nv-feature-table th {
	color: #35435e;
	background: #f7f9fc;
	font-size: 12px;
}

.nv-feature-table td {
	color: #57657e;
	font-size: 12px;
}

.nv-feature-table td:first-child {
	color: var(--nv-ink);
	font-weight: 700;
}

.nv-feature-table tr:last-child td {
	border-bottom: 0;
}

/* Solutions */
.nv-solution-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.nv-solution-grid article {
	padding: 30px;
	border: 1px solid var(--nv-line);
	border-radius: 25px;
	background: #fff;
}

.nv-solution-grid h2 {
	margin: 26px 0 0;
	font-size: 28px;
	line-height: 1.4;
}

.nv-solution-grid p {
	color: var(--nv-muted);
	font-size: 14px;
}

.nv-solution-grid ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 0;
	margin: 22px 0;
	list-style: none;
}

.nv-solution-grid li {
	padding: 5px 9px;
	border-radius: 99px;
	color: #46608a;
	background: #eef3fb;
	font-size: 10px;
}

.nv-solution-grid a {
	display: inline-flex;
	gap: 8px;
	color: var(--nv-blue);
	font-size: 12px;
	font-weight: 760;
}

.nv-before-after {
	overflow: hidden;
	border: 1px solid var(--nv-line);
	border-radius: 24px;
	background: #fff;
}

.nv-ba-head,
.nv-ba-row {
	display: grid;
	grid-template-columns: 190px 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	padding: 18px 24px;
}

.nv-ba-head {
	grid-template-columns: 190px 1fr 1fr;
	color: #53617b;
	background: #f3f6fb;
	font-size: 12px;
	font-weight: 800;
}

.nv-ba-head span:first-child {
	grid-column: 2;
}

.nv-ba-row {
	border-top: 1px solid #ebeff6;
}

.nv-ba-row strong {
	font-size: 13px;
}

.nv-ba-row p {
	margin: 0;
	color: var(--nv-muted);
	font-size: 12px;
}

.nv-ba-row i {
	color: var(--nv-blue);
	font-style: normal;
}

/* Docs */
.nv-docs {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 56px;
	align-items: start;
}

.nv-docs-nav {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	padding: 16px;
	border: 1px solid var(--nv-line);
	border-radius: 17px;
	background: #fff;
}

.nv-docs-nav strong {
	padding: 7px 10px 12px;
	font-size: 13px;
}

.nv-docs-nav a {
	padding: 8px 10px;
	border-radius: 9px;
	color: #5f6d87;
	font-size: 11px;
}

.nv-docs-nav a:hover {
	color: var(--nv-blue);
	background: #f1f5fc;
}

.nv-docs-content section {
	position: relative;
	scroll-margin-top: 110px;
	padding: 0 0 52px;
	margin: 0 0 52px;
	border-bottom: 1px solid var(--nv-line);
}

.nv-docs-content section > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 12px;
	color: var(--nv-blue);
	background: #edf4ff;
	font-size: 11px;
	font-weight: 800;
}

.nv-docs-content h2 {
	margin: 0;
	font-size: 30px;
}

.nv-docs-content p {
	max-width: 720px;
	color: var(--nv-muted);
	font-size: 15px;
	line-height: 2;
}

.nv-code-list {
	display: grid;
	grid-template-columns: minmax(220px, auto) 1fr;
	gap: 1px;
	overflow: hidden;
	margin-top: 24px;
	border: 1px solid #d9e2f0;
	border-radius: 15px;
	background: #d9e2f0;
}

.nv-code-list code,
.nv-code-list small {
	padding: 14px 16px;
	background: #fff;
}

.nv-code-list code {
	direction: ltr;
	color: #1d4ed8;
	text-align: left;
}

.nv-code-list small {
	color: var(--nv-muted);
}

/* Story */
.nv-story-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 72px;
}

.nv-story-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-prose p {
	color: var(--nv-muted);
	font-size: 16px;
	line-height: 2;
}

.nv-legal-content {
	gap: 16px;
}

.nv-legal-card {
	padding: 28px;
}

.nv-legal-card .nv-prose p {
	margin-top: 12px;
	margin-bottom: 0;
}

.nv-values-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

/* Contact */
.nv-two-col {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	align-items: start;
	gap: 72px;
}

.nv-contact-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-check-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 28px;
}

.nv-check-item {
	position: relative;
	padding-right: 29px;
	color: #44526d;
	font-size: 14px;
}

.nv-check-item::before {
	content: "✓";
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #047857;
	background: #d1fae5;
	font-size: 10px;
	font-weight: 800;
}

.nv-contact-form-card {
	scroll-margin-top: 110px;
	padding: 28px;
	border: 1px solid var(--nv-line);
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 25px 70px rgba(8, 28, 67, .08);
}

.nv-contact-form-card form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nv-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.nv-contact-form-card label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: #34425c;
	font-size: 12px;
	font-weight: 700;
}

.nv-contact-form-card label > span {
	color: #8490a5;
	font-size: 10px;
	font-weight: 500;
}

.nv-contact-form-card input,
.nv-contact-form-card textarea {
	width: 100%;
	border: 1px solid #ccd6e5;
	border-radius: 12px;
	color: var(--nv-ink);
	background: #fbfcfe;
	font-size: 14px;
	outline: 0;
}

.nv-contact-form-card input {
	height: 48px;
	padding: 0 13px;
}

.nv-contact-form-card textarea {
	resize: vertical;
	padding: 12px 13px;
}

.nv-contact-form-card input:focus,
.nv-contact-form-card textarea:focus {
	border-color: var(--nv-blue);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.nv-consent {
	flex-direction: row !important;
	align-items: flex-start;
	gap: 9px !important;
	font-weight: 500 !important;
	line-height: 1.8;
}

.nv-consent input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-top: 4px;
}

.nv-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.nv-form-notice {
	padding: 11px 13px;
	margin-bottom: 15px;
	border-radius: 10px;
	font-size: 12px;
}

.nv-form-notice.success {
	color: #065f46;
	background: #ecfdf5;
}

.nv-form-notice.error {
	color: #991b1b;
	background: #fef2f2;
}

.nv-contact-channels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.nv-contact-channels a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--nv-line);
	border-radius: 18px;
	background: #fff;
}

.nv-contact-channels a > span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	color: var(--nv-blue);
	background: #edf4ff;
	font-size: 10px;
}

.nv-contact-channels small,
.nv-contact-channels strong {
	display: block;
}

.nv-contact-channels small {
	color: #7a879e;
	font-size: 9px;
}

.nv-contact-channels strong {
	margin-top: 3px;
	font-size: 12px;
}

.nv-contact-channels b {
	color: var(--nv-blue);
}

/* Changelog */
.nv-changelog {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nv-changelog article {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 34px;
	padding: 28px;
	border: 1px solid var(--nv-line);
	border-radius: 21px;
	background: #fff;
}

.nv-change-version strong,
.nv-change-version span {
	display: block;
}

.nv-change-version strong {
	color: var(--nv-blue);
	font-size: 24px;
}

.nv-change-version span {
	color: var(--nv-muted);
	font-size: 11px;
}

.nv-changelog ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nv-changelog li {
	position: relative;
	padding: 7px 24px 7px 0;
	color: #53617b;
	font-size: 13px;
}

.nv-changelog li::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--nv-blue);
}

/* Final CTA */
.nv-final-cta-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.nv-final-cta {
	align-items: center;
	padding: 80px !important;
	border-radius: 36px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 20%, rgba(59, 130, 246, .42), transparent 32%),
		radial-gradient(circle at 88% 80%, rgba(139, 92, 246, .26), transparent 30%),
		var(--nv-navy);
	text-align: center;
}

.nv-final-cta .nv-eyebrow {
	align-self: center;
}

.nv-final-cta .nv-lead {
	margin-inline: auto;
}

.nv-final-cta .nv-actions {
	justify-content: center;
}

.nv-final-cta .nv-btn-secondary {
	color: #fff;
	border-color: rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .08);
}

/* Footer */
.nv-site-footer {
	padding: 78px 28px 26px;
	color: #c1cce2;
	background: #020e2a;
}

.nv-footer-grid,
.nv-footer-bottom {
	width: min(100%, var(--nv-max));
	margin-inline: auto;
}

.nv-footer-grid {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 56px;
}

.nv-brand-light {
	color: #fff;
}

.nv-footer-brand p {
	max-width: 350px;
	color: #8899bb;
	font-size: 13px;
}

.nv-independence-note {
	display: block;
	max-width: 380px;
	color: #64779e;
	font-size: 10px;
	line-height: 1.9;
}

.nv-footer-grid h3 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 12px;
}

.nv-footer-grid > div:not(.nv-footer-brand) {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.nv-footer-grid > div:not(.nv-footer-brand) a {
	color: #8da0c4;
	font-size: 11px;
}

.nv-footer-grid a:hover {
	color: #fff !important;
}

.nv-footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #62759c;
	font-size: 10px;
}

/* WooCommerce */
.nvsk-site.woocommerce-page main,
.nvsk-site .woocommerce {
	font-family: "Estedad NV", Tahoma, sans-serif;
}

.nvsk-site .woocommerce a.button,
.nvsk-site .woocommerce button.button,
.nvsk-site .woocommerce input.button {
	border-radius: 999px;
	color: #fff;
	background: var(--nv-blue);
}

.nvsk-site .woocommerce input.input-text,
.nvsk-site .woocommerce select,
.nvsk-site .woocommerce textarea {
	border: 1px solid #ccd6e5;
	border-radius: 10px;
}

/* Reveal */
.nvsk-site [data-nv-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s ease;
}

.nvsk-site [data-nv-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1100px) {
	.nv-hero-inner,
	.nv-page-hero-inner {
		grid-template-columns: 1fr;
	}

	.nv-hero {
		min-height: auto;
	}

	.nv-hero-product {
		max-width: 900px;
		margin-inline: auto;
		transform: none;
	}

	.nv-flow-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nv-journey {
		grid-template-columns: repeat(3, 1fr);
	}

	.nv-journey article:nth-child(4),
	.nv-journey article:nth-child(5) {
		grid-column: span 1;
	}

	.nv-product-tour {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.nv-app-body {
		grid-template-columns: 76px 1fr;
	}

	.nv-kpi-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nv-footer-grid {
		grid-template-columns: 1.6fr repeat(3, 1fr);
		gap: 30px;
	}
}

@media (max-width: 900px) {
	.nv-section {
		padding: 82px 22px;
	}

	.admin-bar .nv-site-header {
		top: 46px;
	}

	.nv-desktop-nav,
	.nv-header-login,
	.nv-header-cta {
		display: none;
	}

	.nv-header-inner {
		grid-template-columns: 1fr auto;
	}

	.nv-menu-toggle {
		display: flex;
	}

	.nv-bento {
		grid-template-columns: 1fr 1fr;
	}

	.nv-bento article.nv-bento-wide {
		grid-column: span 2;
	}

	.nv-product-tour,
	.nv-product-tour.is-expanded {
		grid-template-columns: 1fr;
	}

	.nv-tour-tabs {
		flex-direction: row;
		overflow-x: auto;
	}

	.nv-tour-tabs button {
		flex: 0 0 170px;
	}

	.nv-tech-grid,
	.nv-story-grid,
	.nv-two-col {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.nv-pricing-grid {
		grid-template-columns: 1fr;
	}

	.nv-price-card {
		max-width: 620px;
		width: 100%;
		margin-inline: auto;
	}

	.nv-solution-grid {
		grid-template-columns: 1fr;
	}

	.nv-ba-head {
		display: none;
	}

	.nv-ba-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.nv-ba-row i {
		transform: rotate(-90deg);
	}

	.nv-docs {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.nv-docs-nav {
		position: relative;
		top: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.nv-docs-nav strong {
		grid-column: 1 / -1;
	}

	.nv-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nv-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.nv-section {
		padding: 68px 16px;
	}

	.nv-header-inner {
		width: calc(100% - 24px);
		min-height: 64px;
	}

	.nv-brand {
		font-size: 17px;
	}

	.nv-brand img {
		width: 34px;
		height: 34px;
	}

	.nv-display {
		font-size: clamp(44px, 13vw, 62px);
	}

	.nv-page-title {
		font-size: clamp(39px, 11vw, 54px);
	}

	.nv-h2 {
		font-size: clamp(34px, 10vw, 48px);
	}

	.nv-hero-lead,
	.nv-lead {
		font-size: 17px;
	}

	.nv-actions {
		width: 100%;
	}

	.nv-actions .nv-btn {
		flex: 1 1 100%;
		width: 100%;
	}

	.nv-flow-grid,
	.nv-feature-groups,
	.nv-values-grid,
	.nv-spec-grid,
	.nv-form-row,
	.nv-contact-channels {
		grid-template-columns: 1fr;
	}

	.nv-journey {
		grid-template-columns: 1fr;
	}

	.nv-journey article {
		min-height: 190px;
	}

	.nv-bento {
		grid-template-columns: 1fr;
	}

	.nv-bento article,
	.nv-bento article.nv-bento-wide {
		grid-column: auto;
	}

	.nv-bento article {
		min-height: 330px;
	}

	.nv-app-shell {
		border-radius: 18px;
	}

	.nv-app-body,
	.nv-app-shell.is-compact .nv-app-body {
		min-height: 390px;
		grid-template-columns: 1fr;
	}

	.nv-app-sidebar {
		display: none;
	}

	.nv-app-main {
		padding: 11px;
	}

	.nv-kpi-grid,
	.nv-mini-stats,
	.nv-analytics-stats,
	.nv-tier-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nv-kpi-grid > div:nth-child(n+3) {
		display: none;
	}

	.nv-dashboard-grid,
	.nv-customer-layout,
	.nv-settings-grid {
		grid-template-columns: 1fr;
	}

	.nv-dashboard-grid > .nv-panel,
	.nv-customer-layout > .nv-panel:nth-child(2),
	.nv-settings-grid aside {
		display: none;
	}

	.nv-chart-panel > svg {
		height: 120px;
	}

	.nv-kanban {
		grid-template-columns: repeat(3, 190px);
		overflow-x: auto;
	}

	.nv-tour-tabs {
		margin-inline: -4px;
	}

	.nv-tour-tabs button {
		flex-basis: 145px;
		padding: 13px;
	}

	.nv-price-card {
		padding: 25px;
	}

	.nv-code-list {
		grid-template-columns: 1fr;
	}

	.nv-code-list small {
		border-bottom: 1px solid #d9e2f0;
	}

	.nv-final-cta-section {
		padding-inline: 12px;
	}

	.nv-final-cta {
		padding: 54px 20px !important;
		border-radius: 28px;
	}

	.nv-changelog article {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.nv-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px 18px;
	}

	.nv-footer-bottom {
		flex-direction: column;
		gap: 5px;
	}
}

/* =========================================================
 * 1.9 — calm product navigation, minimal feature cards,
 *       responsive bilingual UI and persistent dark mode
 * ======================================================= */
.nv-site-header,
.nv-site-header.is-scrolled {
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(174, 191, 218, .34);
	background: rgba(249, 251, 255, .76);
	box-shadow: none;
	backdrop-filter: blur(24px) saturate(165%);
	-webkit-backdrop-filter: blur(24px) saturate(165%);
	pointer-events: auto;
}

.nv-site-header.is-scrolled {
	background: rgba(251, 253, 255, .93);
	box-shadow: 0 10px 32px rgba(11, 31, 67, .06);
}

.nv-header-inner,
.nv-site-header.is-scrolled .nv-header-inner {
	width: min(calc(100% - 36px), 1180px);
	min-height: 68px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.nv-brand {
	gap: 9px;
	font-size: 17px;
	font-weight: 820;
}

.nv-brand img {
	width: 33px;
	height: 33px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-desktop-nav {
	gap: 2px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-desktop-nav a {
	padding: 9px 12px;
	border-radius: 11px;
	color: #3f4d67;
	font-size: 13px;
	font-weight: 660;
}

.nv-desktop-nav a:hover,
.nv-desktop-nav a:focus-visible {
	color: #0b1736;
	background: rgba(230, 237, 248, .7);
	box-shadow: none;
}

.nv-header-actions {
	gap: 7px;
}

.nv-header-preferences {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px;
	border: 1px solid rgba(185, 200, 223, .52);
	border-radius: 13px;
	background: rgba(239, 244, 251, .66);
}

.nv-preference-button {
	width: 34px;
	height: 34px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 10px;
	color: #485671;
	background: transparent;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.nv-preference-button:hover,
.nv-preference-button:focus-visible {
	color: #0b1736;
	background: rgba(255, 255, 255, .92);
}

.nv-preference-button:active {
	transform: scale(.94);
}

.nv-language-code {
	font-family: "Estedad NV", Arial, sans-serif;
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .02em;
	line-height: 1;
}

.nv-theme-icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nv-theme-icon-moon {
	display: none;
}

html[data-nv-theme="dark"] .nv-theme-icon-sun {
	display: none;
}

html[data-nv-theme="dark"] .nv-theme-icon-moon {
	display: block;
}

.nv-header-login {
	min-height: 38px;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 12.5px;
}

.nv-header-cta {
	min-height: 40px;
	padding-inline: 17px;
	border-radius: 999px;
	font-size: 12.5px;
	box-shadow: none;
}

.nv-mobile-nav {
	width: min(calc(100% - 24px), 560px);
	inset: calc(100% + 8px) 12px auto auto;
	padding: 9px;
	border: 1px solid rgba(188, 203, 226, .62);
	border-radius: 18px;
	background: rgba(249, 251, 255, .96);
	box-shadow: 0 22px 60px rgba(8, 29, 66, .13);
	backdrop-filter: blur(24px) saturate(160%);
	-webkit-backdrop-filter: blur(24px) saturate(160%);
}

.nv-mobile-nav a:not(.nv-btn) {
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 0 13px;
	border-radius: 10px;
}

.nv-unified-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 1120px;
	margin: 42px auto 0;
}

.nv-unified-card {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(165px, .82fr) minmax(220px, 1.18fr);
	grid-template-rows: auto auto 1fr;
	column-gap: 22px;
	min-height: 292px;
	padding: 16px 20px;
	overflow: hidden;
	border: 1px solid rgba(187, 202, 225, .48);
	border-radius: 28px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 17px 48px rgba(11, 34, 75, .065), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nv-unified-card:nth-child(2),
.nv-unified-card:nth-child(3),
.nv-unified-card:nth-child(5),
.nv-unified-card:nth-child(8) {
	background: rgba(255, 255, 255, .92);
}

.nv-unified-card:hover {
	border-color: rgba(108, 148, 219, .48);
	box-shadow: 0 24px 58px rgba(11, 34, 75, .09), inset 0 1px 0 rgba(255, 255, 255, .95);
	transform: translateY(-3px);
}

.nv-unified-card::after {
	display: none;
}

.nv-unified-card-visual {
	grid-column: 1;
	grid-row: 1 / 4;
	width: 100%;
	height: 100%;
	min-height: 258px;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 22px;
	background: #f3f6fb;
	box-shadow: none;
}

.nv-unified-card-visual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	transform: scale(.94);
	transition: transform .38s cubic-bezier(.2, .75, .2, 1), filter .3s ease;
}

.nv-unified-card:hover .nv-unified-card-visual img {
	filter: saturate(1.04) contrast(1.015);
	transform: scale(.98) translateY(-2px);
}

.nv-unified-card-top,
.nv-unified-card h3,
.nv-unified-card p {
	grid-column: 2;
	direction: rtl;
	text-align: right;
}

html[data-nv-lang="en"] .nv-unified-card-top,
html[data-nv-lang="en"] .nv-unified-card h3,
html[data-nv-lang="en"] .nv-unified-card p {
	direction: ltr;
	text-align: left;
}

.nv-unified-card-top {
	grid-row: 1;
	margin: 7px 0 18px;
}

.nv-unified-card-top span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #2563eb;
	background: #edf4ff;
	box-shadow: none;
	font-size: 11px;
}

.nv-unified-card-top small {
	color: #73829c;
	font-size: 11.5px;
}

.nv-unified-card h3 {
	grid-row: 2;
	margin: 0 0 10px;
	color: #101d3c;
	font-size: 21px;
	font-weight: 720;
	line-height: 1.5;
}

.nv-unified-card p {
	grid-row: 3;
	margin: 0;
	color: #62718a;
	font-size: 14.5px;
	line-height: 2;
}

.nv-need-detail {
	min-width: 0;
	display: grid;
	gap: 12px;
}

.nv-need-product-module {
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(160px, .36fr) minmax(0, 1.64fr);
	align-items: center;
	gap: 16px;
	margin: 0 0 4px;
	padding: 12px;
	overflow: hidden;
	border: 1px solid rgba(182, 200, 228, .54);
	border-radius: 21px;
	background:
		linear-gradient(135deg, rgba(246, 249, 255, .96), rgba(236, 243, 253, .88));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nv-need-product-module figcaption {
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding: 8px 6px;
}

.nv-need-product-module figcaption span {
	color: var(--nv-blue);
	font-size: 10.5px;
	font-weight: 820;
}

.nv-need-product-module figcaption strong {
	margin-top: 7px;
	color: #142449;
	font-size: 17px;
	font-weight: 760;
	line-height: 1.55;
}

.nv-need-product-module figcaption small {
	margin-top: 5px;
	color: #697995;
	font-size: 11.5px;
	line-height: 1.8;
}

.nv-need-product-module .nv-product-screen {
	min-width: 0;
	margin: 0;
}

.nv-need-product-module .nv-product-window {
	border: 1px solid rgba(185, 201, 227, .64);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(12, 36, 78, .08);
}

.nv-need-product-module .nv-product-window-bar {
	height: 32px;
	padding-inline: 10px;
	font-size: 9px;
}

.nv-need-product-module .nv-product-window-bar i {
	width: 6px;
	height: 6px;
}

.nv-need-product-module .nv-product-window-bar span {
	font-size: 9.5px;
}

.nv-need-product-module .nv-product-zoom,
.nv-need-product-module .nv-product-zoom picture {
	height: auto;
}

.nv-need-product-module .nv-product-window img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: contain;
	object-position: top center;
}

.nv-need-product-module .nv-zoom-hint {
	inset: 10px auto auto 10px;
	font-size: 9px;
}

.nv-footer-contact {
	width: max-content;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding: 10px 12px 10px 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	color: #fff;
	background: rgba(255, 255, 255, .055);
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.nv-footer-contact:hover {
	border-color: rgba(104, 151, 255, .36);
	background: rgba(255, 255, 255, .085);
	transform: translateY(-2px);
}

.nv-footer-contact-icon {
	width: 38px;
	height: 38px;
	display: grid;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 12px;
	color: #79a8ff;
	background: rgba(58, 128, 255, .16);
}

.nv-footer-contact-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nv-footer-contact small {
	display: block;
	margin-bottom: 1px;
	color: #8fa3c9;
	font-size: 11.5px;
	font-weight: 620;
	line-height: 1.6;
}

.nv-footer-contact strong {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 760;
	font-variant-numeric: tabular-nums;
	letter-spacing: .02em;
	line-height: 1.5;
}

/* Dark mode keeps product imagery intact while changing the interface chrome. */
html[data-nv-theme="dark"] {
	--nv-ink: #edf4ff;
	--nv-muted: #a7b5ce;
	--nv-line: #263654;
	--nv-soft: #0c1930;
	--nv-white: #101d35;
	--nv-ink-deep: #f2f6ff;
}

html[data-nv-theme="dark"] body.nvsk-site {
	color: #e8effc;
	background: #071326;
}

html[data-nv-theme="dark"] .nv-site-header,
html[data-nv-theme="dark"] .nv-site-header.is-scrolled {
	border-bottom-color: rgba(112, 139, 181, .2);
	background: rgba(7, 19, 38, .76);
	box-shadow: 0 10px 34px rgba(0, 0, 0, .16);
}

html[data-nv-theme="dark"] .nv-brand,
html[data-nv-theme="dark"] .nv-desktop-nav a:hover,
html[data-nv-theme="dark"] .nv-desktop-nav a:focus-visible,
html[data-nv-theme="dark"] .nv-header-login:hover {
	color: #eef4ff;
}

html[data-nv-theme="dark"] .nv-desktop-nav a,
html[data-nv-theme="dark"] .nv-header-login {
	color: #aebbd0;
}

html[data-nv-theme="dark"] .nv-desktop-nav a:hover,
html[data-nv-theme="dark"] .nv-header-login:hover {
	background: rgba(129, 159, 207, .1);
}

html[data-nv-theme="dark"] .nv-header-preferences {
	border-color: rgba(126, 151, 190, .22);
	background: rgba(128, 155, 196, .08);
}

html[data-nv-theme="dark"] .nv-preference-button {
	color: #b5c2d8;
}

html[data-nv-theme="dark"] .nv-preference-button:hover,
html[data-nv-theme="dark"] .nv-preference-button:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, .08);
}

html[data-nv-theme="dark"] .nv-mobile-nav {
	border-color: rgba(126, 151, 190, .24);
	background: rgba(9, 22, 43, .97);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

html[data-nv-theme="dark"] .nv-mobile-nav a:not(.nv-btn) {
	color: #dce6f8;
}

html[data-nv-theme="dark"] .nv-mobile-nav a:hover {
	background: rgba(255, 255, 255, .06);
}

html[data-nv-theme="dark"] .nv-menu-toggle {
	border-color: rgba(126, 151, 190, .24);
	background: rgba(128, 155, 196, .1);
}

html[data-nv-theme="dark"] .nv-menu-toggle span {
	background: #e8effc;
}

html[data-nv-theme="dark"] .nv-section:not(.nv-dark-section),
html[data-nv-theme="dark"] .nv-soft-section,
html[data-nv-theme="dark"] .nv-unified-section,
html[data-nv-theme="dark"] .nv-hero,
html[data-nv-theme="dark"] .nv-page-hero {
	background-color: #071326;
}

html[data-nv-theme="dark"] .nv-hero {
	background:
		radial-gradient(circle at 12% 5%, rgba(59, 130, 246, .14), transparent 32%),
		radial-gradient(circle at 87% 20%, rgba(139, 92, 246, .12), transparent 28%),
		#071326;
}

html[data-nv-theme="dark"] .nv-unified-section {
	background:
		radial-gradient(circle at 12% 8%, rgba(49, 113, 255, .12), transparent 27%),
		linear-gradient(180deg, #071326 0%, #09172c 100%);
}

html[data-nv-theme="dark"] .nv-display,
html[data-nv-theme="dark"] .nv-page-title,
html[data-nv-theme="dark"] .nv-h2,
html[data-nv-theme="dark"] .nv-h3,
html[data-nv-theme="dark"] .nv-unified-card h3,
html[data-nv-theme="dark"] .nv-story-step .nv-chapter-copy h3,
html[data-nv-theme="dark"] .nv-os-copy h3 {
	color: #edf4ff;
}

html[data-nv-theme="dark"] .nv-hero-lead,
html[data-nv-theme="dark"] .nv-lead,
html[data-nv-theme="dark"] .nv-copy,
html[data-nv-theme="dark"] .nv-unified-card p,
html[data-nv-theme="dark"] .nv-story-step .nv-chapter-copy p {
	color: #a7b5ce;
}

html[data-nv-theme="dark"] .nv-unified-card {
	border-color: rgba(103, 129, 170, .25);
	background: rgba(14, 29, 55, .9);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .035);
}

html[data-nv-theme="dark"] .nv-unified-card:nth-child(2),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(3),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(5),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(8) {
	background: rgba(14, 29, 55, .9);
}

html[data-nv-theme="dark"] .nv-unified-card-visual {
	background: #eaf0f8;
}

html[data-nv-theme="dark"] .nv-unified-card-top span {
	color: #8db6ff;
	background: rgba(60, 126, 242, .16);
}

html[data-nv-theme="dark"] .nv-need-product-module {
	border-color: rgba(103, 129, 170, .27);
	background: linear-gradient(135deg, rgba(14, 29, 55, .96), rgba(18, 36, 65, .9));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

html[data-nv-theme="dark"] .nv-need-product-module figcaption strong {
	color: #eef4ff;
}

html[data-nv-theme="dark"] .nv-need-product-module figcaption small {
	color: #a3b1c9;
}

html[data-nv-theme="dark"] .nv-need-product-module .nv-product-window {
	border-color: rgba(138, 160, 195, .24);
	background: #edf2f8;
}

html[data-nv-theme="dark"] .nv-need-filter {
	border-color: rgba(103, 129, 170, .25);
	background: rgba(10, 24, 47, .86);
	box-shadow: 0 16px 46px rgba(0, 0, 0, .2);
}

html[data-nv-theme="dark"] .nv-need-filter button {
	color: #aab8cf;
}

html[data-nv-theme="dark"] .nv-need-filter button[aria-selected="true"] {
	color: #fff;
	background: #2563eb;
}

html[data-nv-theme="dark"] .nv-need-group {
	border-color: rgba(103, 129, 170, .25);
	background: rgba(12, 26, 50, .9);
	box-shadow: 0 18px 62px rgba(0, 0, 0, .2);
}

html[data-nv-theme="dark"] .nv-need-group > header h3,
html[data-nv-theme="dark"] .nv-need-list summary strong {
	color: #edf4ff;
}

html[data-nv-theme="dark"] .nv-need-group > header p,
html[data-nv-theme="dark"] .nv-need-body p {
	color: #a7b5ce;
}

html[data-nv-theme="dark"] .nv-need-list details,
html[data-nv-theme="dark"] .nv-need-list details[open] {
	border-color: rgba(103, 129, 170, .26);
	background: #0f1f3a;
	box-shadow: none;
}

html[data-nv-theme="dark"] .nv-need-body {
	border-color: #203451;
	background: #203451;
}

html[data-nv-theme="dark"] .nv-need-body > div,
html[data-nv-theme="dark"] .nv-need-body > div:last-child {
	background: #12243f;
}

html[data-nv-theme="dark"] .nv-product-window,
html[data-nv-theme="dark"] .nv-story-stage,
html[data-nv-theme="dark"] .nv-os-story,
html[data-nv-theme="dark"] .nv-interactive-journey,
html[data-nv-theme="dark"] .nv-price-card,
html[data-nv-theme="dark"] .nv-faq-list details,
html[data-nv-theme="dark"] .nv-feature-card {
	border-color: rgba(103, 129, 170, .27);
	background-color: #0d1b34;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
}

html[data-nv-theme="dark"] .nv-story-stage {
	background:
		radial-gradient(circle at 12% 15%, rgba(58, 128, 255, .16), transparent 30%),
		radial-gradient(circle at 88% 78%, rgba(130, 91, 255, .12), transparent 28%),
		#0d1b34;
}

@media (max-width: 900px) {
	.nv-site-header,
	.nv-site-header.is-scrolled {
		padding-top: 0;
	}

	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 24px);
		min-height: 62px;
		padding: 0;
		border-radius: 0;
	}

	.nv-brand {
		font-size: 16px;
	}

	.nv-brand img {
		width: 32px;
		height: 32px;
	}

	.nv-header-actions {
		gap: 5px;
	}

	.nv-menu-toggle {
		width: 40px;
		height: 40px;
		border: 1px solid rgba(188, 205, 232, .5);
		border-radius: 12px;
		background: rgba(239, 245, 254, .72);
	}

	.nv-mobile-nav {
		width: calc(100% - 24px);
		inset-inline: 12px;
	}

	.nv-unified-grid {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.nv-unified-card {
		grid-template-columns: minmax(180px, .72fr) minmax(260px, 1.28fr);
		min-height: 280px;
	}

	.nv-need-product-module {
		grid-template-columns: minmax(145px, .3fr) minmax(0, 1.7fr);
	}
}

@media (max-width: 680px) {
	.nv-site-header,
	.nv-site-header.is-scrolled {
		backdrop-filter: blur(20px) saturate(155%);
		-webkit-backdrop-filter: blur(20px) saturate(155%);
	}

	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 20px);
		min-height: 60px;
	}

	.nv-header-preferences {
		gap: 2px;
		padding: 2px;
	}

	.nv-preference-button {
		width: 32px;
		height: 32px;
	}

	.nv-menu-toggle {
		width: 38px;
		height: 38px;
	}

	.nv-mobile-nav {
		width: calc(100% - 20px);
		inset-inline: 10px;
	}

	.nv-unified-grid {
		gap: 13px;
		margin-top: 30px;
	}

	.nv-unified-card {
		display: flex;
		flex-direction: column;
		direction: rtl;
		min-height: 0;
		padding: 11px 15px 21px;
		border-radius: 24px;
	}

	html[data-nv-lang="en"] .nv-unified-card {
		direction: ltr;
	}

	.nv-unified-card-visual {
		order: 0;
		width: 100%;
		height: min(60vw, 220px);
		min-height: 0;
		margin: 0 0 15px;
		border-radius: 18px;
	}

	.nv-unified-card-visual img {
		transform: scale(.96);
	}

	.nv-unified-card-top {
		order: 1;
		width: 100%;
		margin: 0 0 12px;
	}

	.nv-unified-card h3 {
		order: 2;
		width: 100%;
		margin-bottom: 7px;
		font-size: 19px;
	}

	.nv-unified-card p {
		order: 3;
		width: 100%;
		font-size: 14px;
		line-height: 1.9;
	}

	.nv-need-product-module {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 10px;
		border-radius: 18px;
	}

	.nv-need-product-module figcaption {
		padding: 5px 4px 7px;
	}

	.nv-need-product-module figcaption strong {
		font-size: 16px;
	}

	.nv-need-product-module .nv-product-window {
		border-radius: 13px;
	}

	.nv-need-product-module .nv-product-window img {
		max-height: none;
	}

	.nv-footer-contact {
		width: 100%;
		max-width: 310px;
	}
}

@media (max-width: 420px) {
	.nv-brand span {
		display: none;
	}

	.nv-header-actions {
		margin-inline-start: auto;
	}

	.nv-footer-grid {
		grid-template-columns: 1fr;
	}

	.nv-footer-brand {
		grid-column: auto;
	}
}

/* V1.1 — page-owned chrome and premium product visuals */
body.nvsk-generated-page #brx-header,
body.nvsk-generated-page #brx-footer {
	display: none !important;
}

body.nvsk-generated-page #brx-content {
	padding-top: 0;
}

.nv-inline-header,
.nv-inline-footer {
	position: relative;
	z-index: 20;
	overflow: visible;
}

.nv-inline-header {
	z-index: 999;
}

.nv-site-header {
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.nv-header-inner {
	min-height: 76px;
}

.nv-brand img {
	padding: 6px;
	border: 1px solid #dbe7fb;
	border-radius: 13px;
	background: linear-gradient(145deg, #fff, #eff5ff);
	box-shadow: 0 8px 22px rgba(25, 67, 141, .1);
}

.nv-desktop-nav {
	width: max-content;
	justify-self: center;
	padding: 6px;
	border: 1px solid rgba(218, 226, 239, .8);
	border-radius: 999px;
	background: rgba(245, 248, 253, .78);
}

.nv-desktop-nav a {
	padding: 7px 12px;
	border-radius: 999px;
}

.nv-desktop-nav a:hover {
	background: #fff;
	box-shadow: 0 5px 18px rgba(20, 45, 91, .08);
}

.nv-hero {
	background:
		linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .96)),
		radial-gradient(circle at 8% 8%, rgba(37, 99, 235, .22), transparent 28%),
		radial-gradient(circle at 88% 16%, rgba(139, 92, 246, .2), transparent 31%),
		#f8fbff;
}

.nv-page-hero {
	background:
		linear-gradient(110deg, rgba(255, 255, 255, .96), rgba(246, 249, 255, .82)),
		radial-gradient(circle at 90% 0, rgba(37, 99, 235, .2), transparent 34%),
		radial-gradient(circle at 5% 85%, rgba(139, 92, 246, .12), transparent 28%),
		#f8fbff;
}

.nv-hero-product {
	transform: none;
}

.nv-showcase-stage {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	padding: 64px 28px 48px;
	overflow: hidden;
	border: 1px solid rgba(93, 126, 190, .24);
	border-radius: 48px;
	background:
		radial-gradient(circle at 78% 8%, rgba(59, 130, 246, .48), transparent 28%),
		radial-gradient(circle at 15% 88%, rgba(124, 58, 237, .36), transparent 34%),
		linear-gradient(145deg, #020816, #071a3d 54%, #08122b);
	box-shadow:
		0 50px 110px rgba(3, 18, 52, .28),
		inset 0 1px rgba(255, 255, 255, .12);
	isolation: isolate;
}

.nv-showcase-aurora {
	position: absolute;
	z-index: -1;
	width: 390px;
	height: 390px;
	inset: -130px auto auto -100px;
	border-radius: 50%;
	background: rgba(96, 165, 250, .34);
	filter: blur(85px);
}

.nv-showcase-grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .12;
	background-image:
		linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.nv-showcase-window {
	position: relative;
	z-index: 2;
	width: 100%;
	transform: perspective(1600px) rotateY(-5deg) rotateX(2deg) translateX(8px);
	transform-origin: center right;
}

.nv-showcase-window .nv-app-shell {
	border-color: rgba(178, 202, 255, .3);
	border-radius: 26px;
	box-shadow:
		0 48px 90px rgba(0, 4, 17, .55),
		0 0 0 8px rgba(255, 255, 255, .035);
}

.nv-showcase-caption {
	position: absolute;
	z-index: 4;
	inset: auto 28px 18px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #aab9d8;
	font-size: 10px;
}

.nv-showcase-caption i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 0 5px rgba(52, 211, 153, .12);
}

.nv-showcase-caption b {
	margin-inline-start: auto;
	color: #8296bd;
	font-weight: 500;
}

.nv-float-card {
	position: absolute;
	z-index: 5;
	min-width: 148px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 17px;
	color: #fff;
	background: rgba(16, 33, 70, .72);
	box-shadow: 0 24px 55px rgba(0, 5, 20, .32);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.nv-float-card span,
.nv-float-card small {
	display: block;
	color: #9fb0d1;
	font-size: 9px;
}

.nv-float-card strong {
	display: block;
	margin: 2px 0;
	font-size: 18px;
}

.nv-float-card i {
	color: #4ade80;
	font-style: normal;
}

.nv-float-customer {
	inset: 24px auto auto 20px;
}

.nv-float-growth {
	inset: auto 14px 54px auto;
}

.nv-mini-stage {
	position: relative;
	width: 100%;
	min-height: 480px;
	display: flex;
	align-items: center;
	padding: 58px 24px 34px;
	overflow: hidden;
	border: 1px solid rgba(126, 156, 214, .22);
	border-radius: 40px;
	background:
		radial-gradient(circle at 90% 4%, rgba(59, 130, 246, .42), transparent 28%),
		radial-gradient(circle at 6% 94%, rgba(139, 92, 246, .28), transparent 34%),
		linear-gradient(145deg, #06112c, #0a1d45);
	box-shadow: 0 38px 85px rgba(6, 22, 57, .22);
	isolation: isolate;
}

.nv-mini-orb {
	position: absolute;
	z-index: -1;
	width: 260px;
	height: 260px;
	inset: -100px -70px auto auto;
	border-radius: 50%;
	background: rgba(96, 165, 250, .38);
	filter: blur(70px);
}

.nv-mini-window {
	width: 100%;
	transform: perspective(1200px) rotateY(4deg) rotateX(1deg);
}

.nv-mini-window .nv-app-shell {
	border-radius: 22px;
	box-shadow:
		0 34px 70px rgba(0, 4, 17, .46),
		0 0 0 7px rgba(255, 255, 255, .035);
}

.nv-mini-chip {
	position: absolute;
	z-index: 4;
	inset: 18px 20px auto auto;
	min-width: 138px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 15px;
	color: #fff;
	background: rgba(15, 35, 75, .68);
	box-shadow: 0 16px 34px rgba(0, 5, 20, .26);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.nv-mini-chip small,
.nv-mini-chip strong {
	display: block;
}

.nv-mini-chip small {
	color: #9cafcf;
	font-size: 9px;
}

.nv-mini-chip strong {
	font-size: 13px;
}

.nv-mini-proof {
	position: absolute;
	inset: auto 22px 11px auto;
	color: #91a4ca;
	font-size: 9px;
}

.nv-price-visual {
	position: relative;
	min-height: 540px;
	display: flex;
	align-items: center;
	padding: 52px 42px;
	overflow: hidden;
	border: 1px solid rgba(113, 146, 207, .24);
	border-radius: 44px;
	background:
		radial-gradient(circle at 8% 9%, rgba(96, 165, 250, .5), transparent 27%),
		radial-gradient(circle at 95% 90%, rgba(139, 92, 246, .38), transparent 31%),
		linear-gradient(145deg, #040a1a, #081a3d);
	box-shadow: 0 44px 95px rgba(5, 22, 56, .24);
	isolation: isolate;
}

.nv-price-aurora {
	position: absolute;
	z-index: -1;
	width: 300px;
	height: 300px;
	inset: -90px auto auto -70px;
	border-radius: 50%;
	background: rgba(59, 130, 246, .38);
	filter: blur(75px);
}

.nv-price-console {
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 25px;
	background: rgba(9, 23, 52, .88);
	box-shadow:
		0 34px 75px rgba(0, 5, 20, .44),
		0 0 0 7px rgba(255, 255, 255, .035);
	transform: perspective(1300px) rotateY(-4deg) rotateX(2deg);
}

.nv-price-console-top {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	color: #fff;
}

.nv-price-console-top span {
	font-weight: 800;
}

.nv-price-console-top small {
	color: #8fa3ca;
	font-size: 10px;
}

.nv-price-choice {
	margin: 18px;
	padding: 23px;
	border: 1px solid rgba(96, 165, 250, .34);
	border-radius: 19px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, .18), rgba(139, 92, 246, .08)),
		#102348;
}

.nv-price-choice-badge {
	display: inline-flex;
	width: auto;
	padding: 5px 9px;
	border-radius: 999px;
	color: #cfe0ff;
	background: rgba(59, 130, 246, .22);
	font-size: 9px;
}

.nv-price-choice > small {
	display: block;
	margin-top: 20px;
	color: #8ea4cc;
	font-size: 10px;
}

.nv-price-choice > strong {
	display: block;
	max-width: 330px;
	margin-top: 5px;
	font-size: 21px;
	line-height: 1.55;
}

.nv-price-points {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.nv-price-points span {
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 9px;
	color: #afbfdd;
	background: rgba(255, 255, 255, .04);
	font-size: 9px;
}

.nv-price-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.nv-price-action span {
	color: #849ac3;
	font-size: 9px;
}

.nv-price-action b {
	padding: 8px 12px;
	border-radius: 9px;
	background: #2563eb;
	font-size: 10px;
}

.nv-price-float {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 202px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, .19);
	border-radius: 16px;
	color: #fff;
	background: rgba(12, 29, 63, .72);
	box-shadow: 0 20px 45px rgba(0, 5, 20, .3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.nv-price-float i {
	width: 34px;
	height: 34px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	color: #bfdbfe;
	background: rgba(59, 130, 246, .2);
	font-style: normal;
}

.nv-price-float small,
.nv-price-float strong {
	display: block;
}

.nv-price-float small {
	color: #8da2c9;
	font-size: 8px;
}

.nv-price-float strong {
	font-size: 10px;
}

.nv-price-float-sync {
	inset: 22px auto auto 18px;
}

.nv-price-float-control {
	inset: auto 14px 18px auto;
}

@media (max-width: 1100px) {
	.nv-showcase-stage,
	.nv-mini-stage,
	.nv-price-visual {
		width: min(100%, 820px);
		margin-inline: auto;
	}

	.nv-showcase-stage {
		min-height: 620px;
	}
}

@media (max-width: 600px) {
	.nv-showcase-stage {
		min-height: 490px;
		padding: 52px 9px 38px;
		border-radius: 28px;
	}

	.nv-showcase-window {
		transform: none;
	}

	.nv-float-customer {
		display: none;
	}

	.nv-float-growth {
		inset: 15px auto auto 12px;
		min-width: 126px;
		padding: 9px 11px;
	}

	.nv-showcase-caption {
		inset-inline: 15px;
	}

	.nv-showcase-caption b {
		display: none;
	}

	.nv-mini-stage {
		min-height: 400px;
		padding: 49px 9px 28px;
		border-radius: 28px;
	}

	.nv-mini-window {
		transform: none;
	}

	.nv-mini-chip {
		inset: 12px 12px auto auto;
	}

	.nv-price-visual {
		min-height: 460px;
		padding: 54px 10px 38px;
		border-radius: 28px;
	}

	.nv-price-console {
		transform: none;
	}

	.nv-price-choice {
		margin: 10px;
		padding: 18px;
	}

	.nv-price-choice > strong {
		font-size: 18px;
	}

	.nv-price-float-sync {
		inset: 10px auto auto 10px;
		min-width: 178px;
		padding: 9px 10px;
	}

	.nv-price-float-control {
		display: none;
	}
}

/* V1.2 — human Persian typography and scalable product canvases */
.nv-product-tour,
.nv-product-tour.is-expanded {
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	padding: 12px;
	border-radius: 30px;
}

.nv-tour-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
	padding: 0;
}

.nv-tour-tabs button {
	min-width: 0;
	padding: 15px 16px;
	border: 1px solid transparent;
	border-radius: 17px;
}

.nv-tour-tabs button:hover {
	border-color: #e1e8f4;
}

.nv-tour-tabs button[aria-selected="true"] {
	border-color: #102658;
	background: #071b46;
	box-shadow: 0 14px 28px rgba(7, 27, 70, .16);
}

.nv-tour-tabs strong {
	font-size: 13px;
	font-weight: 680;
}

.nv-tour-tabs small {
	font-size: 10px;
	line-height: 1.75;
}

.nv-visual-canvas {
	direction: rtl;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dfe7f3;
	border-radius: 26px;
	background: #f8faff;
	box-shadow: 0 22px 55px rgba(8, 28, 67, .1);
	font-family: "Estedad NV", Tahoma, sans-serif;
}

.nv-visual-head {
	min-height: 98px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 24px;
}

.nv-visual-head > div {
	min-width: 0;
}

.nv-visual-head span {
	display: block;
	margin-bottom: 3px;
	color: var(--nv-blue);
	font-size: 10px;
	font-weight: 700;
}

.nv-visual-head h3 {
	margin: 0;
	color: var(--nv-ink);
	font-size: 21px;
	font-weight: 720;
	letter-spacing: -.02em;
}

.nv-visual-head p {
	margin: 4px 0 0;
	color: #687794;
	font-size: 11px;
	line-height: 1.7;
}

.nv-visual-head > small {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	border: 1px solid #dce5f2;
	border-radius: 999px;
	color: #6b7891;
	background: #fff;
	font-size: 9px;
}

.nv-visual-head > small i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.nv-visual-body {
	min-height: 440px;
	padding: 26px;
	color: #dfe8ff;
	background:
		radial-gradient(circle at 100% 0, rgba(59, 130, 246, .18), transparent 30%),
		linear-gradient(150deg, #071734, #0a1b3e);
}

.nv-visual-body .nv-kpi-grid {
	gap: 13px;
}

.nv-visual-body .nv-kpi-grid > div,
.nv-visual-body .nv-analytics-stats > div,
.nv-visual-body .nv-mini-stats > div {
	min-height: 116px;
	padding: 16px;
	border-radius: 16px;
}

.nv-visual-body .nv-kpi-grid small,
.nv-visual-body .nv-analytics-stats small,
.nv-visual-body .nv-mini-stats small {
	font-size: 10px;
}

.nv-visual-body .nv-kpi-grid strong,
.nv-visual-body .nv-analytics-stats strong,
.nv-visual-body .nv-mini-stats strong {
	font-size: 24px;
	font-weight: 720;
}

.nv-visual-body .nv-kpi-grid span,
.nv-visual-body .nv-analytics-stats span {
	font-size: 10px;
}

.nv-visual-body .nv-chart-panel,
.nv-visual-body .nv-panel {
	padding: 18px;
	border-radius: 17px;
}

.nv-visual-body .nv-chart-panel > svg {
	height: 188px;
}

.nv-visual-body .nv-chart-head h4,
.nv-visual-body .nv-panel h4 {
	font-size: 13px;
	font-weight: 660;
}

.nv-visual-body .nv-chart-head span {
	font-size: 10px;
}

.nv-visual-body .nv-tasks span,
.nv-visual-body .nv-panel > p {
	font-size: 11px;
}

.nv-visual-body .nv-tasks small,
.nv-visual-body .nv-panel > p small {
	font-size: 9px;
}

.nv-visual-body .nv-customer-head {
	padding: 17px;
	border-radius: 17px;
}

.nv-visual-body .nv-avatar {
	width: 50px;
	height: 50px;
}

.nv-visual-body .nv-customer-head strong {
	font-size: 14px;
}

.nv-visual-body .nv-customer-head small,
.nv-visual-body .nv-kanban article small {
	font-size: 10px;
}

.nv-visual-body .nv-status,
.nv-visual-body .nv-kanban h4 {
	font-size: 11px;
}

.nv-visual-body .nv-kanban article {
	padding: 14px;
}

.nv-visual-body .nv-kanban article strong {
	font-size: 12px;
}

.nv-visual-body .nv-kanban article em {
	font-size: 11px;
}

.nv-visual-canvas.is-compact .nv-visual-head {
	min-height: 84px;
	padding: 16px 18px;
}

.nv-visual-canvas.is-compact .nv-visual-head h3 {
	font-size: 18px;
}

.nv-visual-canvas.is-compact .nv-visual-head > small {
	display: none;
}

.nv-visual-canvas.is-compact .nv-visual-body {
	min-height: 330px;
	padding: 18px;
}

.nv-visual-canvas.is-compact .nv-chart-panel > svg {
	height: 130px;
}

.nv-product-tour.is-expanded .nv-visual-body {
	min-height: 500px;
}

.nv-showcase-window .nv-visual-canvas,
.nv-mini-window .nv-visual-canvas {
	border-color: rgba(183, 204, 244, .34);
	box-shadow:
		0 44px 90px rgba(0, 4, 17, .46),
		0 0 0 7px rgba(255, 255, 255, .04);
}

.nv-docs {
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 28px;
}

.nv-docs-nav {
	padding: 18px;
	border-radius: 21px;
	box-shadow: 0 16px 38px rgba(8, 28, 67, .06);
}

.nv-docs-nav strong {
	font-size: 14px;
	font-weight: 720;
}

.nv-docs-nav a {
	padding: 9px 10px;
	font-size: 12px;
}

.nv-docs-content {
	display: grid;
	gap: 14px;
}

.nv-docs-content section {
	padding: 28px 30px;
	margin: 0;
	border: 1px solid var(--nv-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 28, 67, .045);
}

.nv-docs-content section > span {
	width: 38px;
	height: 38px;
	margin-bottom: 15px;
	border-radius: 11px;
}

.nv-docs-content h2 {
	font-size: 25px;
	font-weight: 720;
	letter-spacing: -.02em;
}

.nv-docs-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
}

.nv-footer-brand .nv-brand img {
	width: 52px;
	height: 52px;
	padding: 9px;
	border-color: rgba(255, 255, 255, .16);
	border-radius: 15px;
	background: rgba(255, 255, 255, .07);
	box-shadow: none;
}

.nv-footer-brand .nv-brand span {
	font-size: 21px;
	font-weight: 720;
}

.nv-footer-brand p {
	font-size: 14px;
	line-height: 2;
}

@media (max-width: 900px) {
	.nv-tour-tabs {
		display: flex;
	}

	.nv-tour-tabs button {
		flex: 0 0 180px;
	}

	.nv-visual-body {
		min-height: 390px;
		padding: 20px;
	}

	.nv-docs {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.nv-visual-head {
		min-height: 84px;
		padding: 16px;
	}

	.nv-visual-head h3 {
		font-size: 17px;
	}

	.nv-visual-head p,
	.nv-visual-head > small {
		display: none;
	}

	.nv-visual-body,
	.nv-product-tour.is-expanded .nv-visual-body {
		min-height: 320px;
		padding: 13px;
	}

	.nv-visual-body .nv-kpi-grid > div:nth-child(n+3) {
		display: none;
	}

	.nv-visual-body .nv-kpi-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nv-visual-body .nv-dashboard-grid,
	.nv-visual-body .nv-customer-layout {
		grid-template-columns: 1fr;
	}

	.nv-visual-body .nv-dashboard-grid > .nv-tasks {
		display: none;
	}

	.nv-visual-body .nv-chart-panel > svg {
		height: 120px;
	}

	.nv-docs-content section {
		padding: 22px 20px;
	}

	.nv-docs-content h2 {
		font-size: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.nvsk-site *,
	.nvsk-site *::before,
	.nvsk-site *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.nvsk-site [data-nv-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* =========================================================
 * 1.6 — unified product system, spatial chapters and glass UX
 * ======================================================= */
:root {
	--nv-glass: rgba(255, 255, 255, .72);
	--nv-glass-strong: rgba(255, 255, 255, .88);
	--nv-glass-line: rgba(255, 255, 255, .78);
	--nv-glass-shadow: 0 24px 80px rgba(4, 24, 66, .12), inset 0 1px 0 rgba(255, 255, 255, .85);
	--nv-surface-blue: #edf4ff;
	--nv-ink-deep: #06183e;
}

.nv-site-header {
	border-bottom-color: rgba(180, 195, 220, .38);
	background: rgba(248, 251, 255, .72);
	backdrop-filter: saturate(175%) blur(24px);
	-webkit-backdrop-filter: saturate(175%) blur(24px);
}

.nv-site-header.is-scrolled {
	background: rgba(252, 253, 255, .9);
	box-shadow: 0 12px 42px rgba(10, 28, 63, .08);
}

.nv-hero {
	min-height: auto;
	padding-top: 104px;
	padding-bottom: 94px;
	background:
		radial-gradient(circle at 15% 9%, rgba(37, 99, 235, .1), transparent 27%),
		radial-gradient(circle at 88% 23%, rgba(139, 92, 246, .07), transparent 23%),
		linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.nv-hero-inner {
	grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
	gap: 44px;
}

.nv-hero .nv-display {
	max-width: 760px;
	font-size: clamp(48px, 5.8vw, 82px);
	line-height: 1.12;
}

.nv-hero-system-wrap {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.nv-system-hero {
	--nv-tilt-x: 0deg;
	--nv-tilt-y: 0deg;
	position: relative;
	min-height: 610px;
	overflow: hidden;
	border: 1px solid rgba(168, 187, 218, .42);
	border-radius: 42px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(237, 244, 255, .7)),
		#f6f9ff;
	box-shadow: 0 38px 110px rgba(11, 35, 82, .14), inset 0 1px 0 #fff;
	transform: perspective(1500px) rotateX(var(--nv-tilt-x)) rotateY(var(--nv-tilt-y));
	transform-style: preserve-3d;
	transition: transform .25s ease-out;
	isolation: isolate;
}

.nv-system-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 7% 10% auto;
	height: 46%;
	border-radius: 50%;
	background: rgba(55, 117, 255, .18);
	filter: blur(70px);
}

.nv-system-hero-art {
	width: 108%;
	max-width: none;
	height: 100%;
	position: absolute;
	inset: 0 -4% auto;
	object-fit: cover;
	object-position: 50% 42%;
}

.nv-system-hero-screen {
	width: min(62%, 580px);
	position: absolute;
	z-index: 3;
	inset: auto 5.5% 5.5% auto;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 22px;
	background: rgba(255, 255, 255, .68);
	box-shadow: 0 22px 64px rgba(5, 25, 67, .18);
	backdrop-filter: blur(18px) saturate(145%);
	-webkit-backdrop-filter: blur(18px) saturate(145%);
	transform: translateZ(34px);
}

.nv-system-hero-screen .nv-product-window {
	border-radius: 15px;
}

.nv-system-hero-screen .nv-product-window-bar,
.nv-system-hero-screen .nv-zoom-hint {
	display: none;
}

.nv-system-hero-note {
	position: absolute;
	z-index: 4;
	inset: auto auto 6% 4.5%;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 9px;
	align-items: center;
	max-width: 225px;
	padding: 12px 15px;
	border: 1px solid var(--nv-glass-line);
	border-radius: 17px;
	color: #233d6b;
	background: var(--nv-glass);
	box-shadow: var(--nv-glass-shadow);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	transform: translateZ(42px);
}

.nv-system-hero-note i {
	grid-row: span 2;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #19b884;
	box-shadow: 0 0 0 5px rgba(25, 184, 132, .13);
}

.nv-system-hero-note span {
	color: #657796;
	font-size: 10px;
	font-weight: 700;
}

.nv-system-hero-note strong {
	font-size: 11.5px;
	line-height: 1.65;
}

.nv-os-section {
	background:
		radial-gradient(circle at 50% 0%, rgba(74, 137, 255, .11), transparent 32%),
		linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.nv-os-story {
	scroll-margin-top: 110px;
	overflow: hidden;
	padding: 12px;
	border: 1px solid rgba(176, 194, 224, .5);
	border-radius: 38px;
	background: rgba(255, 255, 255, .64);
	box-shadow: 0 32px 100px rgba(8, 30, 76, .1), inset 0 1px 0 #fff;
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

.nv-os-nav {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
	padding: 4px;
	border: 1px solid rgba(204, 215, 234, .6);
	border-radius: 22px;
	background: rgba(238, 244, 253, .72);
}

.nv-os-nav button {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 76px;
	padding: 10px 7px;
	border: 0;
	border-radius: 17px;
	color: #60708d;
	background: transparent;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nv-os-nav button:hover {
	color: var(--nv-blue);
}

.nv-os-nav button[aria-selected="true"] {
	color: var(--nv-ink-deep);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 24px rgba(14, 42, 91, .1), inset 0 1px 0 #fff;
	transform: translateY(-1px);
}

.nv-os-nav span {
	color: var(--nv-blue);
	font-size: 10px;
	font-weight: 850;
}

.nv-os-nav strong {
	overflow: hidden;
	max-width: 100%;
	font-size: 11px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nv-os-stage {
	min-height: 650px;
}

.nv-os-panel {
	min-height: 650px;
	display: grid;
	grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
	align-items: center;
	gap: 28px;
	padding: 44px 34px 30px;
	animation: nv-os-enter .44s cubic-bezier(.2, .7, .2, 1);
}

.nv-os-panel[hidden] {
	display: none;
}

@keyframes nv-os-enter {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.nv-os-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-os-kicker {
	display: inline-flex;
	padding: 6px 11px;
	border: 1px solid #ccdbf4;
	border-radius: 999px;
	color: var(--nv-blue);
	background: #f5f9ff;
	font-size: 11px;
	font-weight: 800;
}

.nv-os-copy h3 {
	margin: 17px 0 0;
	color: var(--nv-ink-deep);
	font-size: clamp(31px, 3.4vw, 49px);
	font-weight: 780;
	line-height: 1.33;
	letter-spacing: -.03em;
}

.nv-os-answer,
.nv-os-result {
	margin-top: 23px;
	padding-inline-start: 18px;
	border-inline-start: 2px solid var(--nv-blue);
}

.nv-os-result {
	margin-top: 15px;
	border-inline-start-color: var(--nv-cyan);
}

.nv-os-answer small,
.nv-os-result small {
	color: var(--nv-blue);
	font-size: 10.5px;
	font-weight: 850;
}

.nv-os-result small {
	color: #078aa1;
}

.nv-os-answer p,
.nv-os-result p {
	margin: 4px 0 0;
	color: #536481;
	font-size: 14px;
	line-height: 1.95;
}

.nv-os-copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.nv-os-copy li {
	padding: 6px 10px;
	border: 1px solid #d8e3f5;
	border-radius: 999px;
	color: #52627e;
	background: rgba(255, 255, 255, .78);
	font-size: 10.5px;
	font-weight: 680;
}

.nv-os-visual {
	--nv-tilt-x: 0deg;
	--nv-tilt-y: 0deg;
	position: relative;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(192, 207, 231, .48);
	border-radius: 30px;
	background: #f8fbff;
	box-shadow: 0 26px 75px rgba(8, 31, 75, .11);
	transform: perspective(1500px) rotateX(var(--nv-tilt-x)) rotateY(var(--nv-tilt-y));
	transition: transform .25s ease-out;
}

.nv-os-visual img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.nv-os-controls {
	display: grid;
	grid-template-columns: auto minmax(120px, 1fr) auto auto;
	align-items: center;
	gap: 13px;
	width: min(100%, 440px);
	margin: -2px auto 16px;
	padding: 9px;
	border: 1px solid rgba(196, 209, 230, .62);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.nv-os-controls button {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--nv-navy);
	cursor: pointer;
}

.nv-os-controls i {
	height: 4px;
	overflow: hidden;
	border-radius: 99px;
	background: #dfe7f4;
}

.nv-os-controls i b {
	display: block;
	width: 14.285%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--nv-blue), var(--nv-cyan));
	transition: width .35s ease;
}

.nv-os-controls span {
	color: #52617c;
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.nv-need-explorer {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.nv-need-filter {
	position: sticky;
	z-index: 20;
	top: 88px;
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding: 8px;
	border: 1px solid rgba(188, 203, 228, .55);
	border-radius: 22px;
	background: rgba(250, 252, 255, .82);
	box-shadow: 0 16px 46px rgba(10, 33, 76, .08);
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
	scrollbar-width: thin;
}

.admin-bar .nv-need-filter {
	top: 120px;
}

.nv-need-filter button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0 15px;
	border: 0;
	border-radius: 15px;
	color: #5e6e89;
	background: transparent;
	font-size: 11.5px;
	font-weight: 750;
	cursor: pointer;
}

.nv-need-filter button[aria-selected="true"] {
	color: #fff;
	background: var(--nv-navy);
	box-shadow: 0 8px 24px rgba(1, 19, 62, .18);
}

.nv-need-groups {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.nv-need-group {
	display: grid;
	grid-template-columns: minmax(260px, .56fr) minmax(0, 1.44fr);
	gap: 26px;
	padding: 30px;
	border: 1px solid rgba(194, 207, 229, .66);
	border-radius: 30px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 18px 62px rgba(10, 34, 77, .07);
}

.nv-need-group[hidden] {
	display: none;
}

.nv-need-group > header {
	align-self: start;
	position: sticky;
	top: 178px;
}

.nv-need-group > header span {
	color: var(--nv-blue);
	font-size: 10.5px;
	font-weight: 850;
}

.nv-need-group > header h3 {
	margin: 9px 0 0;
	color: var(--nv-ink-deep);
	font-size: 29px;
	font-weight: 780;
	letter-spacing: -.025em;
}

.nv-need-group > header p {
	margin: 12px 0 0;
	color: #61708b;
	font-size: 13.5px;
	line-height: 2;
}

.nv-need-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nv-need-list details {
	overflow: hidden;
	border: 1px solid #dfe7f3;
	border-radius: 18px;
	background: #fbfdff;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.nv-need-list details[open] {
	border-color: #bdd2f8;
	background: #fff;
	box-shadow: 0 12px 36px rgba(12, 38, 83, .07);
}

.nv-need-list summary {
	display: grid;
	grid-template-columns: 30px 1fr 22px;
	align-items: center;
	gap: 12px;
	padding: 16px;
	cursor: pointer;
	list-style: none;
}

.nv-need-list summary::-webkit-details-marker {
	display: none;
}

.nv-need-list summary > span {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	color: var(--nv-blue);
	background: #eaf2ff;
	font-size: 10px;
	font-weight: 850;
}

.nv-need-list summary strong {
	color: #15284e;
	font-size: 13.5px;
	font-weight: 760;
}

.nv-need-list summary i {
	position: relative;
	width: 18px;
	height: 18px;
}

.nv-need-list summary i::before,
.nv-need-list summary i::after {
	content: "";
	position: absolute;
	inset: 8px 2px auto;
	height: 1.5px;
	border-radius: 2px;
	background: #657797;
	transition: transform .2s ease;
}

.nv-need-list summary i::after {
	transform: rotate(90deg);
}

.nv-need-list details[open] summary i::after {
	transform: rotate(0);
}

.nv-need-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin: 0 16px 16px;
	overflow: hidden;
	border: 1px solid #e2eaf6;
	border-radius: 14px;
	background: #e2eaf6;
}

.nv-need-body > div {
	padding: 17px;
	background: #f8fbff;
}

.nv-need-body > div:last-child {
	background: #f1f7ff;
}

.nv-need-body small {
	color: #667895;
	font-size: 10px;
	font-weight: 820;
}

.nv-need-body > div:last-child small {
	color: var(--nv-blue);
}

.nv-need-body p {
	margin: 6px 0 0;
	color: #4f607c;
	font-size: 12.5px;
	line-height: 1.9;
}

.nv-glass-product {
	padding: 10px;
	border: 1px solid var(--nv-glass-line);
	border-radius: 28px;
	background: var(--nv-glass);
	box-shadow: var(--nv-glass-shadow);
	backdrop-filter: blur(20px) saturate(150%);
	-webkit-backdrop-filter: blur(20px) saturate(150%);
}

.nv-glass-product .nv-product-window {
	border-radius: 19px;
}

.nv-site-footer {
	padding-top: 86px;
}

.nv-footer-grid {
	gap: 58px;
}

.nv-footer-brand .nv-brand img {
	width: 48px;
	height: 48px;
}

.nv-footer-brand .nv-brand {
	font-size: 22px;
}

.nv-footer-brand p {
	max-width: 480px;
	font-size: 16.5px;
	line-height: 2.1;
}

.nv-independence-note {
	font-size: 13.5px;
	line-height: 2;
}

.nv-footer-grid h3 {
	font-size: 16px;
}

.nv-footer-grid > div:not(.nv-footer-brand) a {
	font-size: 15px;
	line-height: 1.95;
}

.nv-footer-bottom {
	font-size: 13.5px;
}

@media (max-width: 1120px) {
	.nv-hero-inner {
		grid-template-columns: minmax(360px, .78fr) minmax(500px, 1.22fr);
		gap: 28px;
	}

	.nv-system-hero {
		min-height: 550px;
	}

	.nv-os-nav {
		display: flex;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.nv-os-nav button {
		flex: 0 0 142px;
	}

	.nv-os-panel {
		grid-template-columns: minmax(340px, .85fr) minmax(440px, 1.15fr);
		padding-inline: 24px;
	}
}

@media (max-width: 900px) {
	.nv-hero-inner {
		grid-template-columns: 1fr;
	}

	.nv-hero-copy {
		max-width: 740px;
	}

	.nv-system-hero {
		min-height: min(78vw, 620px);
	}

	.nv-os-stage,
	.nv-os-panel {
		min-height: 0;
	}

	.nv-os-panel {
		grid-template-columns: 1fr;
		padding: 30px 20px 24px;
	}

	.nv-os-copy {
		order: 1;
	}

	.nv-os-visual {
		order: 0;
	}

	.nv-need-group {
		grid-template-columns: 1fr;
	}

	.nv-need-group > header {
		position: static;
	}
}

@media (max-width: 680px) {
	.nv-hero {
		padding-top: 78px;
	}

	.nv-system-hero {
		min-height: 520px;
		border-radius: 28px;
	}

	.nv-system-hero-art {
		width: 138%;
		inset-inline: -19%;
		object-position: 50% 25%;
	}

	.nv-system-hero-screen {
		width: 88%;
		inset: auto 6% 6% auto;
	}

	.nv-system-hero-note {
		display: none;
	}

	.nv-os-story {
		padding: 8px;
		border-radius: 26px;
	}

	.nv-os-nav {
		border-radius: 18px;
	}

	.nv-os-nav button {
		flex-basis: 128px;
		min-height: 66px;
	}

	.nv-os-panel {
		padding: 18px 10px 20px;
	}

	.nv-os-copy h3 {
		font-size: 29px;
	}

	.nv-os-visual {
		border-radius: 20px;
	}

	.nv-os-controls {
		grid-template-columns: auto minmax(70px, 1fr) auto auto;
	}

	.nv-need-filter {
		top: 76px;
		border-radius: 17px;
	}

	.admin-bar .nv-need-filter {
		top: 122px;
	}

	.nv-need-group {
		padding: 19px;
		border-radius: 23px;
	}

	.nv-need-body {
		grid-template-columns: 1fr;
	}

	.nv-site-footer {
		padding-top: 72px;
	}

	.nv-footer-brand p {
		font-size: 16px;
	}

	.nv-independence-note {
		font-size: 13px;
	}

	.nv-footer-grid h3 {
		font-size: 15px;
	}

	.nv-footer-grid > div:not(.nv-footer-brand) a {
		font-size: 14.5px;
	}

	.nv-footer-bottom {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-os-panel {
		animation: none;
	}

	.nv-system-hero,
	.nv-os-visual {
		transform: none !important;
	}
}

/* 1.4 — real product story, licensed IranYekan support and integrated modules */
:root {
	--nv-font: "IRANYekanX NV", "IRANYekanX", "IRANYekan", "Estedad NV", Tahoma, Arial, sans-serif;
}

body.nvsk-site,
.nvsk-site button,
.nvsk-site input,
.nvsk-site textarea,
.nvsk-site select,
.nvsk-site .nv-app-shell,
.nvsk-site .nv-price-console {
	font-family: var(--nv-font) !important;
}

.nv-real-product,
.nv-page-hero-visual {
	min-width: 0;
}

.nv-product-screen {
	width: 100%;
	margin: 0;
}

.nv-product-window {
	direction: rtl;
	overflow: hidden;
	border: 1px solid #d8e1ef;
	border-radius: 24px;
	background: #eef3f9;
	box-shadow: 0 28px 70px rgba(13, 35, 76, .13);
}

.nv-product-window-bar {
	height: 42px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 15px;
	border-bottom: 1px solid #dce4ef;
	color: #61708c;
	background: rgba(255, 255, 255, .92);
	font-size: 11px;
}

.nv-product-window-bar i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d3dceb;
}

.nv-product-window-bar i:nth-child(1) {
	background: #22c55e;
}

.nv-product-window-bar i:nth-child(2) {
	background: #fbbf24;
}

.nv-product-window-bar i:nth-child(3) {
	background: #fb7185;
}

.nv-product-window-bar span {
	margin-right: 8px;
	font-weight: 680;
}

.nv-product-window img {
	width: 100%;
	height: auto;
	background: #eef3f9;
}

.nv-product-screen figcaption {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 14px 5px 0;
}

.nv-product-screen figcaption strong {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 760;
}

.nv-product-screen figcaption span {
	color: var(--nv-muted);
	font-size: 12px;
}

.nv-hero .nv-product-window {
	border-radius: 28px;
	box-shadow: 0 38px 90px rgba(10, 35, 83, .18);
}

.nv-page-hero .nv-product-window {
	border-radius: 22px;
	box-shadow: 0 24px 62px rgba(10, 35, 83, .12);
}

.nv-integration-flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 46px;
}

.nv-integration-flow::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 32px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #b9cbed 12%, #70a1f6 50%, #b9cbed 88%, transparent);
}

.nv-integration-flow article {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 0 13px;
	text-align: center;
}

.nv-integration-flow article > span {
	width: 62px;
	height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 8px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: var(--nv-navy);
	box-shadow: 0 0 0 1px #dbe5f3, 0 12px 24px rgba(9, 35, 82, .12);
	font-size: 13px;
	font-weight: 800;
}

.nv-integration-flow article:nth-child(2) > span,
.nv-integration-flow article:nth-child(4) > span {
	background: var(--nv-blue);
}

.nv-integration-flow article:nth-child(3) > span {
	background: linear-gradient(135deg, var(--nv-blue), var(--nv-cyan));
}

.nv-integration-flow h3 {
	margin: 18px 0 7px;
	font-size: 16px;
	letter-spacing: -.02em;
}

.nv-integration-flow p {
	margin: 0;
	color: var(--nv-muted);
	font-size: 12px;
	line-height: 1.95;
}

.nv-integration-flow article > i {
	display: none;
}

.nv-product-story-section {
	background:
		linear-gradient(180deg, #fff 0, #f7f9fd 45%, #fff 100%);
}

.nv-product-chapters {
	display: flex;
	flex-direction: column;
	gap: 112px;
	margin-top: 64px;
}

.nv-product-chapters > article {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: 64px;
}

.nv-product-chapters > article.is-reverse {
	grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
}

.nv-product-chapters > article.is-reverse .nv-chapter-copy {
	order: 2;
}

.nv-product-chapters > article.is-reverse .nv-chapter-media {
	order: 1;
}

.nv-chapter-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-chapter-number {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: 1px solid #cad8ee;
	border-radius: 12px;
	color: var(--nv-blue);
	background: #f4f8ff;
	font-size: 12px;
	font-weight: 800;
}

.nv-chapter-copy h3 {
	margin: 0 0 16px;
	font-size: clamp(27px, 3vw, 42px);
	line-height: 1.42;
	letter-spacing: -.035em;
}

.nv-chapter-copy p {
	margin: 0;
	color: var(--nv-muted);
	font-size: 15px;
	line-height: 2.05;
}

.nv-chapter-copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.nv-chapter-copy li {
	padding: 6px 10px;
	border: 1px solid #dfe7f3;
	border-radius: 999px;
	color: #3e4f6c;
	background: #fff;
	font-size: 11px;
	font-weight: 650;
}

.nv-chapter-media {
	min-width: 0;
}

.nv-chapter-media .nv-product-window {
	border-radius: 22px;
	box-shadow: 0 28px 70px rgba(14, 42, 91, .12);
}

.nv-capability-atlas {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 44px;
}

.nv-capability-atlas article {
	padding: 24px;
	border: 1px solid #dfe6f1;
	border-radius: 20px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 8px 28px rgba(11, 30, 66, .035);
}

.nv-capability-atlas article:first-child {
	grid-column: span 2;
	color: #fff;
	border-color: transparent;
	background: linear-gradient(135deg, #07183e, #143779);
}

.nv-capability-head {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.nv-capability-head > span {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--nv-blue);
	background: #edf4ff;
	font-size: 11px;
	font-weight: 800;
}

.nv-capability-atlas article:first-child .nv-capability-head > span {
	color: #fff;
	background: rgba(255, 255, 255, .12);
}

.nv-capability-head h3 {
	margin: 0 0 6px;
	font-size: 17px;
}

.nv-capability-head p {
	margin: 0;
	color: var(--nv-muted);
	font-size: 12px;
}

.nv-capability-atlas article:first-child .nv-capability-head p {
	color: #aebee0;
}

.nv-capability-atlas ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.nv-capability-atlas li {
	padding: 6px 9px;
	border-radius: 8px;
	color: #34445f;
	background: #f3f6fb;
	font-size: 11px;
}

.nv-capability-atlas article:first-child li {
	color: #dbe7ff;
	background: rgba(255, 255, 255, .09);
}

.nv-product-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 22px;
	margin-top: 46px;
}

.nv-product-gallery .nv-product-screen:first-child,
.nv-product-gallery .nv-product-screen:nth-child(4) {
	grid-column: span 2;
}

@media (max-width: 1050px) {
	.nv-integration-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 34px;
	}

	.nv-integration-flow::before {
		display: none;
	}

	.nv-capability-atlas {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nv-capability-atlas article:first-child {
		grid-column: span 2;
	}
}

@media (max-width: 900px) {
	.nv-product-chapters {
		gap: 72px;
	}

	.nv-product-chapters > article,
	.nv-product-chapters > article.is-reverse {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.nv-product-chapters > article.is-reverse .nv-chapter-copy,
	.nv-product-chapters > article.is-reverse .nv-chapter-media {
		order: initial;
	}

	.nv-chapter-copy {
		max-width: 660px;
	}
}

@media (max-width: 680px) {
	.nv-product-window {
		border-radius: 16px;
	}

	.nv-product-window-bar {
		height: 34px;
		padding: 0 11px;
	}

	.nv-product-window-bar span {
		display: none;
	}

	.nv-product-screen figcaption {
		display: block;
	}

	.nv-product-screen figcaption strong,
	.nv-product-screen figcaption span {
		display: block;
	}

	.nv-product-screen figcaption span {
		margin-top: 4px;
	}

	.nv-integration-flow,
	.nv-capability-atlas,
	.nv-product-gallery {
		grid-template-columns: 1fr;
	}

	.nv-integration-flow {
		margin-top: 34px;
	}

	.nv-integration-flow article {
		display: grid;
		grid-template-columns: 52px 1fr;
		text-align: right;
		column-gap: 13px;
		padding: 0;
	}

	.nv-integration-flow article > span {
		width: 52px;
		height: 52px;
		grid-row: span 2;
		border-width: 6px;
	}

	.nv-integration-flow h3 {
		margin: 4px 0 2px;
	}

	.nv-integration-flow p {
		line-height: 1.8;
	}

	.nv-capability-atlas article:first-child,
	.nv-product-gallery .nv-product-screen:first-child,
	.nv-product-gallery .nv-product-screen:nth-child(4) {
		grid-column: auto;
	}

	.nv-product-chapters {
		margin-top: 42px;
	}

	.nv-chapter-copy h3 {
		font-size: 28px;
	}
}

/* 1.5 — high-definition product story, vector journey and restrained 3D depth */
.nv-product-zoom {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	color: inherit;
	background: transparent;
	cursor: zoom-in;
	text-align: inherit;
}

.nv-product-zoom picture {
	display: block;
}

.nv-product-zoom img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .55s cubic-bezier(.2, .75, .25, 1), filter .3s ease;
}

.nv-product-zoom:hover img {
	transform: scale(1.012);
	filter: saturate(1.03) contrast(1.015);
}

.nv-product-zoom:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .4);
	outline-offset: -3px;
}

.nv-zoom-hint {
	position: absolute;
	inset: 14px auto auto 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 999px;
	color: #fff;
	background: rgba(1, 19, 62, .76);
	box-shadow: 0 8px 24px rgba(1, 19, 62, .18);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	font-size: 10px;
	font-weight: 700;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity .25s ease, transform .25s ease;
}

.nv-zoom-hint svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.nv-product-zoom:hover .nv-zoom-hint,
.nv-product-zoom:focus-visible .nv-zoom-hint {
	opacity: 1;
	transform: none;
}

.nv-zoom-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	padding: 18px;
	color: #fff;
	background: rgba(1, 8, 25, .9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .22s ease, visibility .22s ease;
}

.nv-zoom-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.nv-zoom-modal-head {
	width: min(100%, 1680px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 2px 14px;
	margin-inline: auto;
}

.nv-zoom-modal-head strong {
	font-size: 15px;
	font-weight: 720;
}

.nv-zoom-modal-close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	font-size: 23px;
	cursor: pointer;
}

.nv-zoom-modal-body {
	width: min(100%, 1680px);
	overflow: auto;
	margin-inline: auto;
	border-radius: 22px;
	background: #eef3f9;
	box-shadow: 0 32px 90px rgba(0, 0, 0, .4);
}

.nv-zoom-modal-body img {
	display: block;
	width: max(100%, 1450px);
	max-width: none;
	height: auto;
	margin: 0;
}

body.nv-zoom-open {
	overflow: hidden;
}

.nv-interactive-journey {
	--nv-journey-index: 0;
	margin-top: 48px;
	padding: 16px;
	border: 1px solid #dce5f2;
	border-radius: 30px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 28px 70px rgba(11, 35, 78, .08);
}

.nv-journey-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.nv-journey-tabs button {
	position: relative;
	min-width: 0;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 11px;
	border: 1px solid transparent;
	border-radius: 17px;
	color: #687794;
	background: transparent;
	cursor: pointer;
	font: inherit;
	text-align: right;
	transition: border-color .25s ease, color .25s ease, background .25s ease, transform .25s ease;
}

.nv-journey-tabs button:hover {
	color: var(--nv-ink);
	background: #f6f8fc;
}

.nv-journey-tabs button[aria-selected="true"] {
	color: #fff;
	border-color: #08235a;
	background: #061a45;
	box-shadow: 0 14px 28px rgba(6, 26, 69, .16);
	transform: translateY(-2px);
}

.nv-journey-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	color: var(--nv-blue);
	background: #edf4ff;
}

.nv-journey-tabs button[aria-selected="true"] .nv-journey-icon {
	color: #fff;
	background: rgba(255, 255, 255, .12);
}

.nv-journey-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.nv-journey-tabs strong {
	min-width: 0;
	font-size: 12px;
	font-weight: 720;
	white-space: nowrap;
}

.nv-journey-tabs small {
	color: #96a4bb;
	font-size: 9px;
	font-weight: 700;
}

.nv-journey-stage {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr);
	align-items: center;
	gap: 28px;
	min-height: 410px;
	padding: 30px;
	margin-top: 14px;
	overflow: hidden;
	border-radius: 23px;
	background:
		radial-gradient(circle at 18% 20%, rgba(37, 99, 235, .08), transparent 34%),
		linear-gradient(145deg, #f8faff, #eef4fd);
}

.nv-journey-vector {
	min-width: 0;
}

.nv-journey-vector svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.nv-vector-track,
.nv-vector-progress {
	fill: none;
	stroke-linecap: round;
	stroke-width: 4;
}

.nv-vector-track {
	stroke: #d7e2f3;
}

.nv-vector-progress {
	stroke: url(#nv-journey-gradient);
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	transition: stroke-dashoffset .65s cubic-bezier(.2, .8, .2, 1);
}

.nv-interactive-journey[data-active="1"] .nv-vector-progress {
	stroke-dashoffset: 75;
}

.nv-interactive-journey[data-active="2"] .nv-vector-progress {
	stroke-dashoffset: 50;
}

.nv-interactive-journey[data-active="3"] .nv-vector-progress {
	stroke-dashoffset: 25;
}

.nv-interactive-journey[data-active="4"] .nv-vector-progress {
	stroke-dashoffset: 0;
}

.nv-journey-vector g circle {
	fill: #fff;
	stroke: #d2def0;
	stroke-width: 3;
	transition: fill .35s ease, stroke .35s ease, filter .35s ease;
}

.nv-journey-vector g path {
	fill: none;
	stroke: #657795;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
	transition: stroke .35s ease;
}

.nv-interactive-journey[data-active="0"] [data-vector-step="0"] circle,
.nv-interactive-journey[data-active="1"] [data-vector-step="1"] circle,
.nv-interactive-journey[data-active="2"] [data-vector-step="2"] circle,
.nv-interactive-journey[data-active="3"] [data-vector-step="3"] circle,
.nv-interactive-journey[data-active="4"] [data-vector-step="4"] circle {
	fill: #0b2b6c;
	stroke: #3b82f6;
	filter: url(#nv-journey-shadow);
}

.nv-interactive-journey[data-active="0"] [data-vector-step="0"] path,
.nv-interactive-journey[data-active="1"] [data-vector-step="1"] path,
.nv-interactive-journey[data-active="2"] [data-vector-step="2"] path,
.nv-interactive-journey[data-active="3"] [data-vector-step="3"] path,
.nv-interactive-journey[data-active="4"] [data-vector-step="4"] path {
	stroke: #fff;
}

.nv-journey-panels {
	direction: rtl;
	min-width: 0;
	padding: 30px;
	border: 1px solid rgba(205, 219, 239, .9);
	border-radius: 22px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 18px 50px rgba(13, 39, 84, .07);
}

.nv-journey-panels section[hidden] {
	display: none;
}

.nv-journey-panels section {
	animation: nv-panel-in .38s ease both;
}

@keyframes nv-panel-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.nv-journey-panels section > span {
	color: var(--nv-blue);
	font-size: 10px;
	font-weight: 780;
}

.nv-journey-panels h3 {
	margin: 9px 0 12px;
	font-size: clamp(25px, 2.8vw, 38px);
	line-height: 1.35;
	letter-spacing: -.03em;
}

.nv-journey-panels p {
	margin: 0;
	color: var(--nv-muted);
	font-size: 14px;
	line-height: 2;
}

.nv-journey-controls {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.nv-journey-controls button {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid #d7e2f1;
	border-radius: 50%;
	color: var(--nv-ink);
	background: #fff;
	cursor: pointer;
	font: inherit;
}

.nv-journey-controls i {
	height: 3px;
	overflow: hidden;
	border-radius: 99px;
	background: #e0e8f4;
}

.nv-journey-controls b {
	width: 20%;
	height: 100%;
	display: block;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--nv-blue), var(--nv-cyan));
	transition: width .4s ease;
}

.nv-core-section {
	overflow: hidden;
	background: #f8faff;
}

.nv-core-grid {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(0, 1.24fr) minmax(330px, .76fr);
	align-items: center;
	gap: 34px;
}

.nv-core-copy {
	direction: rtl;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-core-copy .nv-lead {
	max-width: 610px;
}

.nv-3d-card {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(207, 220, 239, .74);
	border-radius: 30px;
	background: #f6f9ff;
	box-shadow: 0 28px 75px rgba(15, 47, 101, .09);
	transform: perspective(1200px) rotateX(var(--nv-tilt-x, 0deg)) rotateY(var(--nv-tilt-y, 0deg));
	transform-style: preserve-3d;
	transition: transform .18s ease-out, box-shadow .3s ease;
}

.nv-3d-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 1px rgba(255, 255, 255, .82);
	pointer-events: none;
}

.nv-3d-card:hover {
	box-shadow: 0 34px 92px rgba(15, 47, 101, .14);
}

.nv-3d-card img {
	display: block;
	width: 100%;
	height: auto;
}

.nv-tech-visual {
	min-width: 0;
}

.nv-tech-visual .nv-3d-card {
	border-radius: 28px;
}

.nv-tech-visual .nv-3d-card img {
	transform: scaleX(-1);
}

.nv-spec-grid-wide {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 22px;
}

.nv-product-story {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
	align-items: start;
	gap: 54px;
	margin-top: 64px;
}

.nv-story-stage {
	position: sticky;
	top: 104px;
	direction: rtl;
	min-width: 0;
	padding: 13px;
	border: 1px solid #d9e3f1;
	border-radius: 30px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 30px 80px rgba(12, 35, 78, .1);
	transform: perspective(1400px) rotateX(var(--nv-tilt-x, 0deg)) rotateY(var(--nv-tilt-y, 0deg));
	transform-style: preserve-3d;
	transition: transform .2s ease-out;
}

.nv-story-progress {
	display: grid;
	grid-template-columns: auto minmax(90px, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 5px 5px 13px;
	color: #73819a;
	font-size: 10px;
	font-weight: 700;
}

.nv-story-progress i {
	height: 3px;
	overflow: hidden;
	border-radius: 99px;
	background: #e2e9f4;
}

.nv-story-progress b {
	width: 20%;
	height: 100%;
	display: block;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--nv-blue), var(--nv-cyan));
	transition: width .45s ease;
}

.nv-story-screen-stack {
	position: relative;
	min-height: clamp(430px, 42vw, 570px);
	overflow: hidden;
	border-radius: 21px;
	background: #eef3f9;
}

.nv-story-screen {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px) scale(.985);
	transition: opacity .4s ease, transform .5s cubic-bezier(.2, .8, .2, 1), visibility .4s ease;
}

.nv-story-screen.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.nv-story-screen .nv-product-window {
	height: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.nv-story-screen .nv-product-zoom {
	height: calc(100% - 42px);
}

.nv-story-screen picture {
	height: 100%;
}

.nv-story-screen .nv-product-window img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}

.nv-story-zoom-note {
	margin: 10px 6px 1px;
	color: #7b899f;
	font-size: 10px;
	text-align: center;
}

.nv-story-steps {
	direction: rtl;
}

.nv-story-step {
	min-height: 72vh;
	display: flex;
	align-items: center;
	opacity: .34;
	transition: opacity .35s ease;
}

.nv-story-step.is-active {
	opacity: 1;
}

.nv-story-step .nv-chapter-copy {
	padding: 70px 0;
}

.nv-story-step .nv-chapter-copy h3 {
	font-size: clamp(30px, 3vw, 44px);
}

.nv-story-mobile-media {
	display: none;
}

.nv-site-footer {
	padding: 86px 30px 30px;
}

.nv-footer-grid {
	grid-template-columns: 1.55fr repeat(3, .7fr);
	gap: 52px;
}

.nv-footer-brand p {
	max-width: 440px;
	color: #aab8d1;
	font-size: 15.5px;
	line-height: 2.05;
}

.nv-independence-note {
	max-width: 460px;
	color: #8294b7;
	font-size: 12.5px;
	line-height: 1.95;
}

.nv-footer-grid h3 {
	margin-bottom: 18px;
	font-size: 15px;
}

.nv-footer-grid > div:not(.nv-footer-brand) {
	gap: 10px;
}

.nv-footer-grid > div:not(.nv-footer-brand) a {
	padding: 2px 0;
	color: #a9b7d0;
	font-size: 14px;
	line-height: 1.8;
}

.nv-footer-bottom {
	color: #8294b7;
	font-size: 12.5px;
}

@media (max-width: 1100px) {
	.nv-journey-tabs {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.nv-journey-tabs button {
		flex: 0 0 190px;
	}

	.nv-journey-stage {
		grid-template-columns: 1fr;
	}

	.nv-journey-vector {
		max-width: 760px;
		margin-inline: auto;
	}

	.nv-product-story {
		grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
		gap: 34px;
	}

	.nv-story-screen-stack {
		min-height: 430px;
	}

	.nv-spec-grid-wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.nv-core-grid,
	.nv-tech-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.nv-core-copy {
		max-width: 680px;
	}

	.nv-product-story {
		display: block;
	}

	.nv-story-stage {
		display: none;
	}

	.nv-story-step {
		min-height: 0;
		display: block;
		margin-bottom: 72px;
		opacity: 1;
	}

	.nv-story-step .nv-chapter-copy {
		padding: 0 0 26px;
	}

	.nv-story-mobile-media {
		display: block;
	}

	.nv-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nv-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.nv-interactive-journey {
		padding: 9px;
		border-radius: 23px;
	}

	.nv-journey-tabs button {
		flex-basis: 168px;
		grid-template-columns: 37px minmax(0, 1fr);
		padding: 9px;
	}

	.nv-journey-icon {
		width: 37px;
		height: 37px;
	}

	.nv-journey-tabs small {
		display: none;
	}

	.nv-journey-stage {
		min-height: 0;
		padding: 17px;
		gap: 10px;
	}

	.nv-journey-vector {
		margin: -5px -8px 0;
	}

	.nv-journey-panels {
		padding: 22px;
	}

	.nv-journey-panels h3 {
		font-size: 26px;
	}

	.nv-core-grid {
		gap: 28px;
	}

	.nv-3d-card {
		border-radius: 22px;
	}

	.nv-spec-grid-wide {
		grid-template-columns: 1fr;
	}

	.nv-story-step {
		margin-bottom: 58px;
	}

	.nv-story-step .nv-chapter-copy h3 {
		font-size: 29px;
	}

	.nv-zoom-hint {
		inset: 8px auto auto 8px;
		opacity: 1;
		transform: none;
	}

	.nv-zoom-modal {
		padding: 9px;
	}

	.nv-zoom-modal-body {
		border-radius: 14px;
	}

	.nv-zoom-modal-body img {
		width: max(100%, 1050px);
	}

	.nv-site-footer {
		padding: 68px 22px 24px;
	}

	.nv-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
	}

	.nv-footer-brand {
		grid-column: 1 / -1;
	}

	.nv-footer-brand p {
		font-size: 15px;
	}

	.nv-independence-note {
		font-size: 12px;
	}

	.nv-footer-grid h3 {
		font-size: 14px;
	}

	.nv-footer-grid > div:not(.nv-footer-brand) a {
		font-size: 13.5px;
	}

	.nv-footer-bottom {
		flex-direction: column;
		gap: 8px;
		margin-top: 44px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-journey-panels section {
		animation: none;
	}

	.nv-story-stage,
	.nv-3d-card {
		transform: none !important;
	}
}

/* v1.7 — a quieter, logo-led product story */
.nv-system-hero {
	min-height: 580px;
	border-radius: 38px;
	background: #f7faff;
	box-shadow: 0 34px 90px rgba(8, 30, 76, .12), inset 0 1px 0 #fff;
}

.nv-system-hero::before {
	display: none;
}

.nv-system-hero-art {
	width: 100%;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: 50% 50%;
}

.nv-system-hero-screen,
.nv-system-hero-note {
	display: none !important;
}

.nv-unified-section {
	background:
		radial-gradient(circle at 12% 8%, rgba(49, 113, 255, .08), transparent 27%),
		linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.nv-unified-grid {
	scroll-margin-top: 120px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 44px;
}

.nv-unified-card {
	position: relative;
	min-height: 248px;
	overflow: hidden;
	padding: 26px;
	border: 1px solid rgba(185, 201, 227, .58);
	border-radius: 27px;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, .96), rgba(245, 249, 255, .84)),
		#fff;
	box-shadow: 0 18px 54px rgba(11, 36, 81, .07), inset 0 1px 0 #fff;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nv-unified-card::after {
	content: "";
	position: absolute;
	inset: auto -28px -52px auto;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(47, 111, 255, .12), transparent 67%);
	pointer-events: none;
}

.nv-unified-card:hover {
	border-color: rgba(87, 137, 236, .48);
	box-shadow: 0 24px 68px rgba(11, 36, 81, .11), inset 0 1px 0 #fff;
	transform: translateY(-4px);
}

.nv-unified-card:nth-child(2),
.nv-unified-card:nth-child(5) {
	background: linear-gradient(150deg, rgba(246, 250, 255, .98), rgba(233, 242, 255, .88));
}

.nv-unified-card:nth-child(3),
.nv-unified-card:nth-child(8) {
	background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(243, 241, 255, .9));
}

.nv-unified-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 48px;
}

.nv-unified-card-top span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	background: var(--nv-navy);
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 9px 22px rgba(1, 19, 62, .16);
}

.nv-unified-card-top small {
	color: #6b7b96;
	font-size: 12px;
	font-weight: 750;
}

.nv-unified-card h3 {
	margin: 0 0 11px;
	color: var(--nv-ink-deep);
	font-size: 21px;
	line-height: 1.45;
	letter-spacing: -.018em;
}

.nv-unified-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #63738e;
	font-size: 14.5px;
	line-height: 1.95;
}

.nv-os-nav {
	gap: 8px;
	padding: 7px;
}

.nv-os-nav button {
	min-height: 94px;
	padding: 12px 8px;
	gap: 7px;
}

.nv-os-nav span {
	font-size: 12px;
}

.nv-os-nav strong {
	overflow: visible;
	max-width: 100%;
	font-size: 14px;
	font-weight: 780;
	line-height: 1.5;
	text-align: center;
	text-overflow: clip;
	white-space: normal;
}

.nv-need-filter button {
	min-height: 48px;
	padding-inline: 18px;
	font-size: 14px;
}

@media (max-width: 1120px) {
	.nv-unified-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nv-os-nav button {
		flex-basis: 172px;
	}
}

@media (max-width: 680px) {
	.nv-system-hero {
		min-height: min(94vw, 500px);
		border-radius: 27px;
	}

	.nv-system-hero-art {
		width: 100%;
		inset: 0;
		object-position: 48% 50%;
	}

	.nv-unified-grid {
		grid-template-columns: 1fr;
		gap: 11px;
		margin-top: 30px;
	}

	.nv-unified-card {
		min-height: 0;
		padding: 22px;
		border-radius: 23px;
	}

	.nv-unified-card-top {
		margin-bottom: 30px;
	}

	.nv-unified-card h3 {
		font-size: 20px;
	}

	.nv-os-nav button {
		flex-basis: 154px;
		min-height: 86px;
	}

	.nv-os-nav strong {
		font-size: 13.5px;
	}
}

/* =========================================================
 * 1.8 — floating glass navigation and dimensional product art
 * ======================================================= */
.nv-site-header,
.nv-site-header.is-scrolled {
	padding: 10px 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
}

.nv-header-inner {
	width: min(calc(100% - 28px), 1200px);
	min-height: 66px;
	padding: 8px 10px 8px 14px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(242, 247, 255, .66)),
		rgba(248, 251, 255, .72);
	box-shadow:
		0 18px 55px rgba(7, 28, 67, .11),
		inset 0 1px 0 rgba(255, 255, 255, .95),
		inset 0 -1px 0 rgba(150, 176, 218, .16);
	backdrop-filter: blur(28px) saturate(180%);
	-webkit-backdrop-filter: blur(28px) saturate(180%);
	pointer-events: auto;
	transition: width .24s ease, min-height .24s ease, border-radius .24s ease, background .24s ease, box-shadow .24s ease;
}

.nv-site-header.is-scrolled .nv-header-inner {
	width: min(calc(100% - 22px), 1160px);
	min-height: 60px;
	border-radius: 21px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .93), rgba(242, 247, 255, .82)),
		rgba(250, 252, 255, .9);
	box-shadow:
		0 15px 45px rgba(7, 28, 67, .13),
		inset 0 1px 0 #fff;
}

.nv-brand {
	gap: 9px;
	font-size: 17px;
	font-weight: 850;
	white-space: nowrap;
}

.nv-brand img {
	width: 38px;
	height: 38px;
	padding: 7px;
	border: 1px solid rgba(183, 203, 235, .55);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(232, 241, 255, .9));
	box-shadow:
		0 9px 24px rgba(17, 57, 126, .12),
		inset 0 1px 0 #fff;
}

.nv-desktop-nav {
	gap: 3px;
	padding: 4px;
	border: 1px solid rgba(193, 207, 231, .54);
	border-radius: 18px;
	background: rgba(235, 242, 252, .56);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.nv-desktop-nav a {
	padding: 9px 14px;
	border-radius: 14px;
	color: #42516c;
	font-size: 13px;
	font-weight: 720;
}

.nv-desktop-nav a:hover,
.nv-desktop-nav a:focus-visible {
	color: var(--nv-ink-deep);
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 7px 20px rgba(14, 41, 86, .09), inset 0 1px 0 #fff;
}

.nv-header-actions {
	gap: 8px;
}

.nv-header-login {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	padding: 0 13px;
	border-radius: 14px;
	color: #4c5b75;
	font-size: 13px;
	font-weight: 730;
}

.nv-header-login:hover {
	color: var(--nv-ink-deep);
	background: rgba(255, 255, 255, .74);
}

.nv-header-cta {
	min-height: 44px;
	padding-inline: 18px;
	border-radius: 15px;
	font-size: 13px;
	box-shadow: 0 12px 28px rgba(37, 99, 235, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.nv-mobile-nav {
	width: min(calc(100% - 28px), 560px);
	inset: calc(100% + 6px) 14px auto auto;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .92);
	border-radius: 22px;
	background: rgba(247, 250, 255, .9);
	box-shadow: 0 24px 70px rgba(7, 28, 67, .16), inset 0 1px 0 #fff;
	backdrop-filter: blur(28px) saturate(175%);
	-webkit-backdrop-filter: blur(28px) saturate(175%);
	pointer-events: auto;
}

.nv-unified-card {
	min-height: 430px;
	padding: 12px 22px 26px;
	border-color: rgba(176, 197, 229, .58);
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 22px 62px rgba(9, 34, 78, .08), inset 0 1px 0 #fff;
}

.nv-unified-card:nth-child(2),
.nv-unified-card:nth-child(3),
.nv-unified-card:nth-child(5),
.nv-unified-card:nth-child(8) {
	background: rgba(255, 255, 255, .88);
}

.nv-unified-card::after {
	display: none;
}

.nv-unified-card-visual {
	height: 178px;
	overflow: hidden;
	margin: 0 -10px 14px;
	border: 1px solid rgba(196, 211, 235, .52);
	border-radius: 21px;
	background: #f2f6fd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nv-unified-card-visual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: transform .4s cubic-bezier(.2, .75, .2, 1), filter .3s ease;
}

.nv-unified-card:hover .nv-unified-card-visual img {
	filter: saturate(1.06) contrast(1.02);
	transform: scale(1.035) translateY(-2px);
}

.nv-unified-card-top {
	margin: 0 0 24px;
}

.nv-unified-card-top span {
	width: 36px;
	height: 36px;
	border-radius: 12px;
}

.nv-unified-card h3 {
	font-size: 20px;
}

.nv-product-window {
	border-color: rgba(185, 201, 227, .68);
	background: #f4f7fb;
	box-shadow:
		0 34px 85px rgba(10, 33, 75, .15),
		0 2px 8px rgba(10, 33, 75, .06),
		inset 0 1px 0 #fff;
}

.nv-product-window-bar {
	height: 46px;
	padding-inline: 17px;
	border-bottom-color: rgba(190, 205, 230, .62);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 248, 254, .9));
	font-size: 12px;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.nv-product-window-bar i {
	width: 9px;
	height: 9px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7);
}

.nv-product-window-bar span {
	color: #4e5e7b;
	font-size: 12.5px;
	font-weight: 760;
}

.nv-product-window img {
	filter: saturate(1.025) contrast(1.035);
	image-rendering: auto;
}

.nv-story-stage {
	overflow: hidden;
	padding: 14px;
	border-color: rgba(174, 197, 231, .62);
	border-radius: 34px;
	background:
		radial-gradient(circle at 12% 15%, rgba(58, 128, 255, .18), transparent 30%),
		radial-gradient(circle at 88% 78%, rgba(130, 91, 255, .12), transparent 28%),
		linear-gradient(145deg, rgba(250, 252, 255, .96), rgba(231, 239, 252, .9));
	box-shadow:
		0 42px 105px rgba(8, 31, 73, .14),
		inset 0 1px 0 #fff;
	isolation: isolate;
}

.nv-story-stage::before,
.nv-story-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	background: rgba(255, 255, 255, .34);
	box-shadow: inset 0 1px 0 #fff, 0 18px 50px rgba(29, 81, 166, .08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.nv-story-stage::before {
	width: 150px;
	height: 150px;
	inset: 13% auto auto -62px;
}

.nv-story-stage::after {
	width: 96px;
	height: 96px;
	inset: auto -28px 8% auto;
}

.nv-story-progress {
	position: relative;
	z-index: 4;
	padding: 7px 7px 15px;
	font-size: 11.5px;
}

.nv-story-screen-stack {
	min-height: clamp(500px, 43vw, 650px);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 25px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(228, 237, 251, .5));
	box-shadow: inset 0 1px 0 #fff;
}

.nv-story-screen {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(14px, 2.4vw, 30px);
}

.nv-story-screen .nv-product-screen {
	position: relative;
	z-index: 2;
	transform: translateZ(24px);
}

.nv-story-screen .nv-product-window {
	height: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 23px;
	box-shadow:
		0 32px 72px rgba(5, 28, 70, .2),
		0 5px 18px rgba(5, 28, 70, .09),
		inset 0 1px 0 #fff;
}

.nv-story-screen .nv-product-zoom,
.nv-story-screen picture {
	height: auto;
}

.nv-story-screen .nv-product-window img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top center;
}

.nv-story-step {
	opacity: .54;
}

.nv-story-step.is-active {
	opacity: 1;
}

@media (max-width: 900px) {
	.nv-site-header,
	.nv-site-header.is-scrolled {
		padding-top: 7px;
	}

	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 18px);
		min-height: 60px;
		padding: 7px 9px;
		border-radius: 20px;
	}

	.nv-brand {
		font-size: 16px;
	}

	.nv-brand img {
		width: 36px;
		height: 36px;
	}

	.nv-menu-toggle {
		width: 42px;
		height: 42px;
		display: flex;
		border: 1px solid rgba(188, 205, 232, .55);
		border-radius: 14px;
		background: rgba(239, 245, 254, .78);
	}

	.nv-mobile-nav {
		width: calc(100% - 18px);
		inset-inline: 9px;
	}

	.nv-unified-card {
		min-height: 390px;
	}
}

@media (max-width: 680px) {
	.nv-unified-card {
		min-height: 0;
		padding: 10px 18px 22px;
	}

	.nv-unified-card-visual {
		height: 190px;
		margin-inline: -7px;
	}

	.nv-story-mobile-media .nv-product-window {
		border-radius: 20px;
		box-shadow: 0 24px 60px rgba(9, 32, 73, .15);
	}
}

/* =========================================================
 * 1.9 cascade lock — calm navigation and modular feature cards
 * Keep this block last so legacy visual experiments cannot win.
 * ======================================================= */
.nv-site-header,
.nv-site-header.is-scrolled {
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(174, 191, 218, .34);
	background: rgba(249, 251, 255, .76);
	box-shadow: none;
	backdrop-filter: blur(24px) saturate(165%);
	-webkit-backdrop-filter: blur(24px) saturate(165%);
	pointer-events: auto;
}

.nv-site-header.is-scrolled {
	background: rgba(251, 253, 255, .93);
	box-shadow: 0 10px 32px rgba(8, 29, 66, .075);
}

.nv-header-inner,
.nv-site-header.is-scrolled .nv-header-inner {
	width: min(calc(100% - 36px), 1180px);
	min-height: 68px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.nv-brand img {
	width: 33px;
	height: 33px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-desktop-nav {
	gap: 2px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-desktop-nav a {
	padding: 9px 12px;
	border-radius: 11px;
	font-size: 13px;
}

.nv-desktop-nav a:hover,
.nv-desktop-nav a:focus-visible {
	background: rgba(228, 236, 249, .7);
	box-shadow: none;
}

.nv-header-login {
	min-height: 38px;
	padding-inline: 10px;
	border-radius: 10px;
	font-size: 12.5px;
}

.nv-header-cta {
	min-height: 40px;
	padding-inline: 17px;
	border-radius: 999px;
	font-size: 12.5px;
	box-shadow: none;
}

.nv-unified-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 1120px;
	margin: 42px auto 0;
}

.nv-unified-card {
	direction: ltr;
	display: grid;
	grid-template-columns: minmax(165px, .82fr) minmax(220px, 1.18fr);
	grid-template-rows: auto auto 1fr;
	column-gap: 22px;
	min-height: 292px;
	padding: 16px 20px;
	overflow: hidden;
	border: 1px solid rgba(187, 202, 225, .48);
	border-radius: 28px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 17px 48px rgba(11, 34, 75, .065), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nv-unified-card:nth-child(2),
.nv-unified-card:nth-child(3),
.nv-unified-card:nth-child(5),
.nv-unified-card:nth-child(8) {
	background: rgba(255, 255, 255, .92);
}

.nv-unified-card:hover {
	border-color: rgba(108, 148, 219, .48);
	box-shadow: 0 24px 58px rgba(11, 34, 75, .09), inset 0 1px 0 rgba(255, 255, 255, .95);
	transform: translateY(-3px);
}

.nv-unified-card::after {
	display: none;
}

.nv-unified-card-visual {
	grid-column: 1;
	grid-row: 1 / 4;
	width: 100%;
	height: 100%;
	min-height: 258px;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 22px;
	background: #f3f6fb;
	box-shadow: none;
}

.nv-unified-card-visual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	transform: scale(.94);
	transition: transform .38s cubic-bezier(.2, .75, .2, 1), filter .3s ease;
}

.nv-unified-card:hover .nv-unified-card-visual img {
	filter: saturate(1.04) contrast(1.015);
	transform: scale(.98) translateY(-2px);
}

.nv-unified-card-top,
.nv-unified-card h3,
.nv-unified-card p {
	grid-column: 2;
	direction: rtl;
	text-align: right;
}

html[data-nv-lang="en"] .nv-unified-card-top,
html[data-nv-lang="en"] .nv-unified-card h3,
html[data-nv-lang="en"] .nv-unified-card p {
	direction: ltr;
	text-align: left;
}

.nv-unified-card-top {
	grid-row: 1;
	margin: 7px 0 18px;
}

.nv-unified-card-top span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #2563eb;
	background: #edf4ff;
	box-shadow: none;
	font-size: 11px;
}

.nv-unified-card-top small {
	color: #73829c;
	font-size: 11.5px;
}

.nv-unified-card h3 {
	grid-row: 2;
	margin: 0 0 10px;
	color: #101d3c;
	font-size: 21px;
	font-weight: 720;
	line-height: 1.5;
}

.nv-unified-card p {
	grid-row: 3;
	margin: 0;
	color: #62718a;
	font-size: 14.5px;
	line-height: 2;
}

.nv-os-nav strong {
	font-size: 14.5px;
	line-height: 1.55;
}

.nv-footer-contact strong {
	font-size: 16px;
	letter-spacing: .025em;
}

html[data-nv-theme="dark"] .nv-site-header,
html[data-nv-theme="dark"] .nv-site-header.is-scrolled {
	border-bottom-color: rgba(112, 139, 181, .2);
	background: rgba(7, 19, 38, .78);
	box-shadow: 0 10px 34px rgba(0, 0, 0, .16);
}

html[data-nv-theme="dark"] .nv-desktop-nav a:hover,
html[data-nv-theme="dark"] .nv-desktop-nav a:focus-visible {
	background: rgba(129, 159, 207, .1);
}

html[data-nv-theme="dark"] .nv-unified-card,
html[data-nv-theme="dark"] .nv-unified-card:nth-child(2),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(3),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(5),
html[data-nv-theme="dark"] .nv-unified-card:nth-child(8) {
	border-color: rgba(103, 129, 170, .25);
	background: rgba(14, 29, 55, .9);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .035);
}

html[data-nv-theme="dark"] .nv-unified-card-visual {
	background: #eaf0f8;
}

html[data-nv-theme="dark"] .nv-unified-card h3 {
	color: #edf4ff;
}

html[data-nv-theme="dark"] .nv-unified-card p {
	color: #a7b5ce;
}

@media (max-width: 900px) {
	.nv-site-header,
	.nv-site-header.is-scrolled {
		padding-top: 0;
	}

	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 24px);
		min-height: 62px;
		padding: 0;
		border-radius: 0;
	}

	.nv-brand img {
		width: 32px;
		height: 32px;
	}

	.nv-menu-toggle {
		width: 40px;
		height: 40px;
		display: flex;
		border: 1px solid rgba(188, 205, 232, .5);
		border-radius: 12px;
		background: rgba(239, 245, 254, .72);
	}

	html[data-nv-theme="dark"] .nv-menu-toggle {
		border-color: rgba(126, 151, 190, .24);
		background: rgba(128, 155, 196, .1);
	}

	html[data-nv-theme="dark"] .nv-menu-toggle span {
		background: #e8effc;
	}

	.nv-mobile-nav {
		width: calc(100% - 24px);
		inset-inline: 12px;
	}

	.nv-unified-grid {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.nv-unified-card {
		grid-template-columns: minmax(180px, .72fr) minmax(260px, 1.28fr);
		min-height: 280px;
	}
}

@media (max-width: 680px) {
	.nv-site-header,
	.nv-site-header.is-scrolled {
		backdrop-filter: blur(20px) saturate(155%);
		-webkit-backdrop-filter: blur(20px) saturate(155%);
	}

	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 20px);
		min-height: 60px;
	}

	.nv-mobile-nav {
		width: calc(100% - 20px);
		inset-inline: 10px;
	}

	.nv-unified-grid {
		gap: 13px;
		margin-top: 30px;
	}

	.nv-unified-card {
		display: flex;
		flex-direction: column;
		direction: rtl;
		min-height: 0;
		padding: 11px 15px 21px;
		border-radius: 24px;
	}

	html[data-nv-lang="en"] .nv-unified-card {
		direction: ltr;
	}

	.nv-unified-card-visual {
		order: 0;
		width: 100%;
		height: min(60vw, 220px);
		min-height: 0;
		margin: 0 0 15px;
		border-radius: 18px;
	}

	.nv-unified-card-visual img {
		transform: scale(.96);
	}

	.nv-unified-card-top {
		order: 1;
		width: 100%;
		margin: 0 0 12px;
	}

	.nv-unified-card h3 {
		order: 2;
		width: 100%;
		margin-bottom: 7px;
		font-size: 19px;
	}

	.nv-unified-card p {
		order: 3;
		width: 100%;
		font-size: 14px;
		line-height: 1.9;
	}
}

/* =======================================================
 * 2.0 — Product-led features page
 * Open editorial rhythm, real people, and real product UI.
 * ======================================================= */
.nv-site-header,
.nv-site-header.is-scrolled {
	border-bottom: 1px solid #e7e9ef;
	background: rgba(255, 255, 255, .96);
	box-shadow: none;
	backdrop-filter: blur(14px) saturate(125%);
	-webkit-backdrop-filter: blur(14px) saturate(125%);
}

.nv-site-header.is-scrolled {
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 8px 28px rgba(16, 24, 40, .045);
}

.nv-header-inner,
.nv-site-header.is-scrolled .nv-header-inner {
	width: min(calc(100% - 48px), 1240px);
	min-height: 72px;
}

.nv-brand {
	gap: 10px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.nv-brand img {
	width: 36px;
	height: 36px;
}

.nv-desktop-nav {
	gap: 8px;
}

.nv-desktop-nav a {
	padding: 10px 11px;
	color: #2e3440;
	font-size: 14px;
	font-weight: 650;
}

.nv-desktop-nav a:hover,
.nv-desktop-nav a:focus-visible {
	color: #111827;
	background: #f5f6f8;
}

.nv-language-preference {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.nv-language-preference .nv-preference-button {
	width: auto;
	min-width: 44px;
	height: 38px;
	padding: 0 11px;
	border: 1px solid #d8dce5;
	border-radius: 9px;
	color: #252b36;
	background: #fff;
}

.nv-language-preference .nv-preference-button:hover,
.nv-language-preference .nv-preference-button:focus-visible {
	border-color: #afb7c6;
	background: #f8f9fb;
}

.nv-language-code {
	font-size: 12px;
	font-weight: 760;
}

.nv-feature-hero-section {
	padding: clamp(62px, 7vw, 96px) 28px clamp(110px, 11vw, 154px);
	background: #fff;
}

.nv-feature-hero-container,
.nv-feature-hero-shortcode,
.nv-feature-hero-v2 {
	width: 100%;
}

.nv-feature-hero-v2 {
	display: grid;
	grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
	align-items: center;
	gap: clamp(56px, 7vw, 104px);
}

.nv-feature-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nv-feature-hero-copy h1 {
	max-width: 670px;
	margin: 0;
	color: #111318;
	font-size: clamp(48px, 5.35vw, 74px);
	font-weight: 790;
	line-height: 1.18;
	letter-spacing: -.048em;
}

.nv-feature-hero-copy p {
	max-width: 650px;
	margin: 27px 0 0;
	color: #565d69;
	font-size: clamp(17px, 1.45vw, 19.5px);
	font-weight: 430;
	line-height: 2;
}

.nv-feature-hero-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}

.nv-feature-hero-actions .nv-btn {
	min-height: 50px;
	padding-inline: 25px;
	border-radius: 10px;
}

.nv-feature-hero-actions .nv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #1261d6;
	font-size: 15px;
	font-weight: 700;
}

.nv-feature-hero-media {
	position: relative;
	min-width: 0;
	margin-bottom: 52px;
}

.nv-feature-hero-photo {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
	border-radius: 22px;
	background: #f2f0ec;
}

.nv-feature-hero-product {
	position: absolute;
	z-index: 2;
	width: 78%;
	right: -6%;
	bottom: -66px;
}

html[data-nv-lang="en"] .nv-feature-hero-product {
	right: auto;
	left: -6%;
}

.nv-feature-hero-product .nv-product-screen {
	margin: 0;
}

.nv-feature-hero-product .nv-product-window {
	overflow: hidden;
	border: 1px solid rgba(16, 24, 40, .15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(17, 24, 39, .22);
}

.nv-feature-hero-product .nv-product-window-bar {
	height: 34px;
}

.nv-feature-hero-product .nv-zoom-hint {
	display: none;
}

.nv-feature-catalog-section {
	padding: 0 28px;
	background: #fff;
}

.nv-feature-catalog-intro {
	max-width: 900px;
	padding: 0 0 clamp(70px, 8vw, 108px);
}

.nv-feature-catalog-title,
.nv-feature-details-title {
	margin: 0;
	color: #111318;
	font-size: clamp(38px, 4.25vw, 58px);
	font-weight: 770;
	line-height: 1.3;
	letter-spacing: -.04em;
}

.nv-feature-catalog-lead,
.nv-feature-details-lead {
	max-width: 780px;
	margin: 22px 0 0;
	color: #5d6470;
	font-size: 18px;
	line-height: 2;
}

.nv-feature-catalog-v2 {
	width: 100%;
}

.nv-feature-editorial-row {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(360px, .92fr) minmax(520px, 1.08fr);
	align-items: center;
	gap: clamp(58px, 8vw, 116px);
	padding: clamp(96px, 10vw, 138px) 0;
	border-top: 1px solid #e4e7ec;
}

.nv-feature-editorial-row:nth-child(even)::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f7f7fa;
}

.nv-feature-editorial-row.is-reverse .nv-feature-editorial-copy {
	order: 2;
}

.nv-feature-editorial-row.is-reverse .nv-feature-editorial-media {
	order: 1;
}

.nv-feature-editorial-copy {
	min-width: 0;
}

.nv-feature-editorial-copy h2 {
	margin: 0;
	color: #14161b;
	font-size: clamp(35px, 3.6vw, 52px);
	font-weight: 760;
	line-height: 1.34;
	letter-spacing: -.035em;
}

.nv-feature-editorial-copy > p {
	margin: 22px 0 0;
	color: #5c6370;
	font-size: 17.5px;
	line-height: 2;
}

.nv-feature-editorial-copy ul {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9dde5;
}

.nv-feature-editorial-copy li {
	display: grid;
	grid-template-columns: minmax(150px, .62fr) minmax(0, 1.38fr);
	gap: 22px;
	padding: 20px 0;
	border-bottom: 1px solid #d9dde5;
}

.nv-feature-editorial-copy li strong {
	color: #1b1e24;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.8;
}

.nv-feature-editorial-copy li span {
	color: #666d78;
	font-size: 14px;
	line-height: 1.9;
}

.nv-feature-editorial-media {
	position: relative;
	min-width: 0;
}

.nv-feature-editorial-media > .nv-product-screen {
	margin: 0;
}

.nv-feature-editorial-media .nv-product-window {
	border: 1px solid #d7dbe3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(17, 24, 39, .12);
}

.nv-feature-editorial-media .nv-product-window-bar {
	height: 38px;
}

.nv-feature-editorial-media .nv-product-window img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top center;
}

.nv-feature-editorial-photo {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 22px;
	background: #eceff3;
}

.nv-feature-editorial-inset {
	position: absolute;
	z-index: 2;
	width: 74%;
	right: 4%;
	bottom: -44px;
}

html[data-nv-lang="en"] .nv-feature-editorial-inset {
	right: auto;
	left: 4%;
}

.nv-feature-editorial-inset .nv-product-screen {
	margin: 0;
}

.nv-feature-editorial-inset .nv-product-window {
	border-radius: 14px;
	box-shadow: 0 24px 56px rgba(17, 24, 39, .2);
}

.nv-feature-editorial-inset .nv-product-window-bar {
	height: 30px;
}

.nv-feature-editorial-inset .nv-zoom-hint {
	display: none;
}

.nv-feature-details-section {
	padding: clamp(96px, 10vw, 140px) 28px;
	background: #f4f5f7;
}

.nv-feature-details-intro {
	max-width: 860px;
	margin-bottom: 56px;
}

.nv-feature-details-section .nv-need-explorer {
	gap: 44px;
}

.nv-feature-details-section .nv-need-filter {
	position: sticky;
	top: 82px;
	z-index: 20;
	gap: 24px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d6d9df;
	border-radius: 0;
	background: rgba(244, 245, 247, .95);
	box-shadow: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.admin-bar .nv-feature-details-section .nv-need-filter {
	top: 114px;
}

.nv-feature-details-section .nv-need-filter button {
	position: relative;
	min-height: 58px;
	padding: 0 2px;
	border-radius: 0;
	color: #5f6672;
	background: transparent;
	font-size: 14px;
	font-weight: 680;
}

.nv-feature-details-section .nv-need-filter button[aria-selected="true"] {
	color: #115dcc;
	background: transparent;
	box-shadow: none;
}

.nv-feature-details-section .nv-need-filter button[aria-selected="true"]::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: #1769e0;
}

.nv-feature-details-section .nv-need-groups {
	gap: 80px;
}

.nv-feature-details-section .nv-need-group {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-feature-details-section .nv-need-group > header {
	position: static;
	max-width: 760px;
	margin-bottom: 28px;
}

.nv-feature-details-section .nv-need-group > header span {
	font-size: 12px;
}

.nv-feature-details-section .nv-need-group > header h3 {
	margin-top: 8px;
	font-size: clamp(29px, 3vw, 40px);
}

.nv-feature-details-section .nv-need-group > header p {
	font-size: 15.5px;
	line-height: 2;
}

.nv-feature-details-section .nv-need-detail {
	gap: 20px;
}

.nv-feature-details-section .nv-need-product-module {
	grid-template-columns: minmax(190px, .34fr) minmax(0, 1.66fr);
	gap: 24px;
	padding: 20px;
	border: 1px solid #dde0e6;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 38px rgba(17, 24, 39, .06);
}

.nv-feature-details-section .nv-need-product-module figcaption strong {
	font-size: 19px;
}

.nv-feature-details-section .nv-need-product-module figcaption small {
	font-size: 13px;
}

.nv-feature-details-section .nv-need-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.nv-feature-details-section .nv-need-list details {
	margin: 0;
	border-color: #dcdfe6;
	border-radius: 14px;
	background: #fff;
}

.nv-feature-details-section .nv-need-list summary {
	padding: 18px;
}

.nv-feature-details-section .nv-need-list summary strong {
	font-size: 14px;
}

.nv-feature-details-section .nv-need-body {
	grid-template-columns: 1fr;
	margin: 0 16px 16px;
}

.nv-feature-details-section .nv-need-body p {
	font-size: 13px;
}

@media (max-width: 1024px) {
	.nv-feature-hero-v2,
	.nv-feature-editorial-row {
		grid-template-columns: 1fr;
	}

	.nv-feature-hero-v2 {
		gap: 54px;
	}

	.nv-feature-hero-copy {
		max-width: 760px;
	}

	.nv-feature-hero-media {
		width: min(100%, 860px);
		margin-inline: auto;
	}

	.nv-feature-editorial-row {
		gap: 46px;
	}

	.nv-feature-editorial-row.is-reverse .nv-feature-editorial-copy,
	.nv-feature-editorial-row .nv-feature-editorial-copy {
		order: 1;
	}

	.nv-feature-editorial-row.is-reverse .nv-feature-editorial-media,
	.nv-feature-editorial-row .nv-feature-editorial-media {
		order: 2;
	}

	.nv-feature-editorial-copy {
		max-width: 780px;
	}

	.nv-feature-details-section .nv-need-filter {
		top: 70px;
	}
}

@media (max-width: 680px) {
	.nv-header-inner,
	.nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 24px);
		min-height: 62px;
	}

	.nv-brand {
		font-size: 16px;
	}

	.nv-brand img {
		width: 32px;
		height: 32px;
	}

	.nv-language-preference .nv-preference-button {
		min-width: 40px;
		height: 36px;
		padding-inline: 9px;
	}

	.nv-feature-hero-section {
		padding: 48px 18px 92px;
	}

	.nv-feature-hero-v2 {
		gap: 42px;
	}

	.nv-feature-hero-copy h1 {
		font-size: clamp(38px, 11.2vw, 52px);
		line-height: 1.24;
	}

	.nv-feature-hero-copy p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.95;
	}

	.nv-feature-hero-actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		margin-top: 28px;
	}

	.nv-feature-hero-actions .nv-btn {
		width: 100%;
		justify-content: center;
	}

	.nv-feature-hero-actions .nv-text-link {
		justify-content: center;
	}

	.nv-feature-hero-media {
		margin-bottom: 20px;
	}

	.nv-feature-hero-photo {
		aspect-ratio: 4 / 3;
		border-radius: 16px;
	}

	.nv-feature-hero-product,
	html[data-nv-lang="en"] .nv-feature-hero-product {
		position: relative;
		width: 92%;
		right: auto;
		bottom: auto;
		left: auto;
		margin: -34px auto 0;
	}

	.nv-feature-hero-product .nv-product-window {
		border-radius: 12px;
		box-shadow: 0 22px 48px rgba(17, 24, 39, .2);
	}

	.nv-feature-catalog-section {
		padding-inline: 18px;
	}

	.nv-feature-catalog-intro {
		padding-bottom: 58px;
	}

	.nv-feature-catalog-title,
	.nv-feature-details-title {
		font-size: 34px;
		line-height: 1.38;
	}

	.nv-feature-catalog-lead,
	.nv-feature-details-lead {
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.95;
	}

	.nv-feature-editorial-row {
		gap: 34px;
		padding: 76px 0;
	}

	.nv-feature-editorial-copy h2 {
		font-size: 32px;
		line-height: 1.4;
	}

	.nv-feature-editorial-copy > p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.95;
	}

	.nv-feature-editorial-copy ul {
		margin-top: 26px;
	}

	.nv-feature-editorial-copy li {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 17px 0;
	}

	.nv-feature-editorial-copy li strong {
		font-size: 14.5px;
	}

	.nv-feature-editorial-copy li span {
		font-size: 13.5px;
	}

	.nv-feature-editorial-media .nv-product-window {
		border-radius: 13px;
	}

	.nv-feature-editorial-photo {
		aspect-ratio: 4 / 3;
		border-radius: 16px;
	}

	.nv-feature-editorial-inset,
	html[data-nv-lang="en"] .nv-feature-editorial-inset {
		position: relative;
		width: 92%;
		right: auto;
		bottom: auto;
		left: auto;
		margin: -34px auto 0;
	}

	.nv-feature-details-section {
		padding: 82px 18px;
	}

	.nv-feature-details-intro {
		margin-bottom: 38px;
	}

	.nv-feature-details-section .nv-need-filter {
		position: relative;
		top: auto;
		gap: 22px;
		background: transparent;
	}

	.nv-feature-details-section .nv-need-filter button {
		min-height: 54px;
		font-size: 13px;
	}

	.nv-feature-details-section .nv-need-groups {
		gap: 62px;
	}

	.nv-feature-details-section .nv-need-group > header {
		margin-bottom: 22px;
	}

	.nv-feature-details-section .nv-need-group > header h3 {
		font-size: 29px;
	}

	.nv-feature-details-section .nv-need-product-module {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 14px;
		border-radius: 16px;
	}

	.nv-feature-details-section .nv-need-product-module figcaption {
		padding: 4px;
	}

	.nv-feature-details-section .nv-need-list {
		grid-template-columns: 1fr;
	}

	.nv-feature-details-section .nv-need-body {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
 * 2.0.1 — content-rich Features page without empty scroll zones
 * ======================================================= */
.nv-features-overview-section,
.nv-features-atlas-section,
.nv-features-os-section,
.nv-features-detail-section,
.nv-features-gallery-section {
	padding-block: 96px;
}

.nv-features-overview-section .nv-unified-grid,
.nv-features-atlas-section .nv-capability-atlas,
.nv-features-gallery-section .nv-product-gallery {
	margin-top: 38px;
}

.nv-features-os-section .nv-os-stage,
.nv-features-os-section .nv-os-panel {
	min-height: 0;
}

.nv-features-os-section .nv-os-panel {
	grid-template-columns: minmax(350px, .88fr) minmax(480px, 1.12fr);
	gap: 32px;
	padding: 38px 32px 28px;
}

.nv-features-os-section .nv-os-copy h3 {
	font-size: clamp(29px, 3vw, 43px);
}

.nv-features-os-section .nv-os-visual {
	align-self: center;
}

.nv-features-detail-section .nv-need-explorer {
	gap: 24px;
	margin-top: 42px;
}

.nv-features-detail-section .nv-need-filter {
	top: 76px;
}

.admin-bar .nv-features-detail-section .nv-need-filter {
	top: 108px;
}

.nv-features-detail-section .nv-need-group {
	grid-template-columns: minmax(230px, .48fr) minmax(0, 1.52fr);
	gap: 24px;
	padding: 26px;
}

.nv-features-detail-section .nv-need-group > header {
	position: static;
}

.nv-features-detail-section .nv-need-group > header h3 {
	font-size: 27px;
}

.nv-features-detail-section .nv-need-product-module {
	margin-bottom: 2px;
}

.nv-features-gallery-section .nv-product-window {
	box-shadow: 0 24px 65px rgba(10, 33, 75, .11), inset 0 1px 0 #fff;
}

html[data-nv-theme="dark"] .nv-features-atlas-section .nv-capability-atlas article {
	border-color: rgba(103, 129, 170, .26);
	background: rgba(14, 29, 55, .9);
	box-shadow: 0 14px 42px rgba(0, 0, 0, .16);
}

html[data-nv-theme="dark"] .nv-features-atlas-section .nv-capability-atlas article:first-child {
	background: linear-gradient(135deg, #102c64, #164c98);
}

html[data-nv-theme="dark"] .nv-features-atlas-section .nv-capability-head h3 {
	color: #edf4ff;
}

html[data-nv-theme="dark"] .nv-features-atlas-section .nv-capability-head p {
	color: #a7b5ce;
}

html[data-nv-theme="dark"] .nv-features-atlas-section .nv-capability-atlas li {
	color: #d6e0f0;
	background: rgba(128, 155, 196, .1);
}

@media (max-width: 900px) {
	.nv-features-overview-section,
	.nv-features-atlas-section,
	.nv-features-os-section,
	.nv-features-detail-section,
	.nv-features-gallery-section {
		padding-block: 76px;
	}

	.nv-features-os-section .nv-os-panel,
	.nv-features-detail-section .nv-need-group {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.nv-features-overview-section,
	.nv-features-atlas-section,
	.nv-features-os-section,
	.nv-features-detail-section,
	.nv-features-gallery-section {
		padding-block: 58px;
	}

	.nv-features-os-section .nv-os-panel {
		padding: 18px 10px 20px;
	}

	.nv-features-detail-section .nv-need-explorer,
	.nv-features-gallery-section .nv-product-gallery {
		margin-top: 30px;
	}

	.nv-features-detail-section .nv-need-group {
		gap: 18px;
		padding: 18px;
	}
}

/* =========================================================
 * 2.1.0 — Woo-inspired editorial product story
 * Real Novocommerce screens, human copy, no decorative 3D
 * ======================================================= */
body.nvsk-generated-page {
	background: #fff;
}

body.nvsk-generated-page .nv-site-header {
	border-bottom: 1px solid #e4e8ef;
	background: rgba(255, 255, 255, .96);
	box-shadow: none;
	backdrop-filter: blur(20px) saturate(150%);
	-webkit-backdrop-filter: blur(20px) saturate(150%);
}

body.nvsk-generated-page .nv-header-inner {
	min-height: 82px;
	width: min(100% - 48px, 1360px);
}

body.nvsk-generated-page .nv-brand img {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.nvsk-generated-page .nv-desktop-nav {
	gap: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.nvsk-generated-page .nv-desktop-nav a {
	padding: 10px 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 680;
}

body.nvsk-generated-page .nv-desktop-nav a:hover {
	color: var(--nv-blue);
	background: transparent;
	box-shadow: none;
}

.nv-woo-hero {
	min-height: min(820px, calc(100vh - 82px));
	display: flex;
	align-items: center;
	padding: clamp(78px, 8vw, 126px) 28px clamp(92px, 9vw, 138px);
	background: #fff;
}

.nv-woo-hero-inner {
	direction: rtl;
	display: grid;
	grid-template-columns: minmax(380px, .88fr) minmax(560px, 1.12fr);
	align-items: center;
	gap: clamp(52px, 7vw, 108px);
	width: min(100%, 1360px);
}

.nv-woo-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 610px;
}

.nv-woo-display {
	margin: 0;
	color: #071635;
	font-size: clamp(50px, 5.6vw, 82px);
	font-weight: 820;
	line-height: 1.16;
	letter-spacing: -.045em;
}

.nv-woo-hero-lead {
	max-width: 590px;
	margin: 30px 0 0;
	color: #53627b;
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 450;
	line-height: 2;
}

.nv-woo-hero .nv-actions {
	margin-top: 38px;
}

.nv-woo-hero .nv-btn {
	min-height: 56px;
	padding-inline: 28px;
	border-radius: 8px;
	font-size: 15px;
}

.nv-woo-hero .nv-btn-primary {
	box-shadow: none;
}

.nv-woo-hero .nv-btn-secondary {
	border-color: #b8c7df;
	background: #fff;
}

.nv-woo-hero-product {
	position: relative;
	min-width: 0;
}

.nv-woo-hero-product::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 11% -5% -10% 9%;
	border-radius: 34px;
	background: #eef4ff;
}

.nv-woo-hero-product .nv-product-screen {
	position: relative;
	z-index: 1;
}

.nv-woo-hero-product .nv-product-window,
.nv-woo-story .nv-product-window,
.nv-woo-trust-product .nv-product-window {
	border: 1px solid #d7e0ed;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(9, 31, 72, .12);
}

.nv-woo-hero-product .nv-product-window-bar,
.nv-woo-story .nv-product-window-bar,
.nv-woo-trust-product .nv-product-window-bar {
	height: 38px;
	background: #fff;
}

.nv-woo-flow-section {
	padding: clamp(90px, 9vw, 140px) 28px;
	background: #fff;
}

.nv-woo-flow-intro {
	max-width: 910px;
}

.nv-woo-section-title {
	margin: 0;
	color: #071635;
	font-size: clamp(39px, 4.4vw, 64px);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -.035em;
}

.nv-woo-section-lead {
	max-width: 760px;
	margin: 24px 0 0;
	color: #5a6880;
	font-size: 18px;
	line-height: 2;
}

.nv-woo-flow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 64px;
	border-top: 1px solid #dce3ec;
	border-bottom: 1px solid #dce3ec;
}

.nv-woo-flow-item {
	min-width: 0;
	padding: 36px 28px 42px;
	border-inline-start: 1px solid #dce3ec;
}

.nv-woo-flow-item:last-child {
	border-inline-start: 0;
}

.nv-woo-flow-index {
	margin: 0 0 22px;
	color: var(--nv-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.nv-woo-flow-title {
	margin: 0;
	color: #0b1b3c;
	font-size: 22px;
	font-weight: 780;
	line-height: 1.45;
}

.nv-woo-flow-copy {
	margin: 16px 0 0;
	color: #5b6980;
	font-size: 14.5px;
	line-height: 2;
}

.nv-woo-story {
	overflow: hidden;
	padding: clamp(100px, 10vw, 154px) 28px;
}

.nv-woo-story.is-analytics {
	background: #edf4ff;
}

.nv-woo-story.is-customer {
	background: #fff;
}

.nv-woo-story-inner {
	direction: rtl;
	display: grid;
	grid-template-columns: minmax(350px, .78fr) minmax(600px, 1.22fr);
	align-items: center;
	gap: clamp(54px, 8vw, 118px);
	width: min(100%, 1360px);
}

.nv-woo-story-copy {
	max-width: 560px;
}

.nv-woo-story-title {
	margin: 0;
	color: #071635;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 810;
	line-height: 1.25;
	letter-spacing: -.04em;
}

.nv-woo-story-lead {
	margin: 26px 0 0;
	color: #53627b;
	font-size: clamp(17px, 1.65vw, 21px);
	line-height: 2.05;
}

.nv-woo-text-link,
.nvsk-site .nv-woo-text-link {
	min-height: auto;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: auto;
	padding: 0;
	margin-top: 28px;
	border: 0;
	border-radius: 0;
	color: var(--nv-blue);
	background: transparent;
	box-shadow: none;
	font-size: 16px;
	font-weight: 760;
}

.nv-woo-text-link::after {
	content: "←";
	font-size: 19px;
	transition: transform .2s ease;
}

.nv-woo-text-link:hover::after {
	transform: translateX(-4px);
}

.nv-woo-story-media {
	position: relative;
	min-height: 610px;
	display: flex;
	align-items: flex-start;
	padding-bottom: 86px;
}

.nv-woo-product-main {
	width: 88%;
	margin-inline-start: auto;
}

.nv-woo-product-secondary {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 14px;
	width: 62%;
}

.nv-woo-product-secondary .nv-product-window {
	box-shadow: 0 30px 76px rgba(8, 28, 68, .18);
}

.nv-woo-role-section {
	padding: clamp(84px, 9vw, 124px) 28px;
	color: #fff;
	background: #06183d;
}

.nv-woo-role-inner {
	width: min(100%, 1240px);
}

.nv-woo-role-heading {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(39px, 4.5vw, 64px);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -.035em;
}

.nv-woo-role-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 64px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.nv-woo-role-item {
	padding: 34px 30px 0;
	border-inline-start: 1px solid rgba(255, 255, 255, .18);
}

.nv-woo-role-item:last-child {
	border-inline-start: 0;
}

.nv-woo-role-label {
	margin: 0 0 13px;
	color: #88aef9;
	font-size: 13px;
	font-weight: 800;
}

.nv-woo-role-title {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 760;
}

.nv-woo-role-copy {
	margin: 16px 0 0;
	color: #b8c6df;
	font-size: 14.5px;
	line-height: 2;
}

.nv-woo-trust-section {
	padding: clamp(100px, 10vw, 150px) 28px;
	background: #fff;
}

.nv-woo-trust-inner {
	direction: rtl;
	display: grid;
	grid-template-columns: minmax(360px, .8fr) minmax(560px, 1.2fr);
	align-items: center;
	gap: clamp(54px, 8vw, 110px);
}

.nv-woo-trust-copy {
	max-width: 560px;
}

.nv-woo-trust-product {
	min-width: 0;
}

.nv-woo-catalog-section,
.nv-woo-detail-section,
.nv-woo-pricing-section {
	padding: clamp(94px, 9vw, 136px) 28px;
}

.nv-woo-catalog-section {
	background: #f6f8fb;
}

.nv-woo-catalog-section .nv-capability-atlas {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 56px;
	margin-top: 58px;
	border-top: 1px solid #d9e1ec;
}

.nv-woo-catalog-section .nv-capability-atlas article,
.nv-woo-catalog-section .nv-capability-atlas article:first-child {
	grid-column: auto;
	padding: 34px 0 38px;
	border: 0;
	border-bottom: 1px solid #d9e1ec;
	border-radius: 0;
	color: #0b1b3c;
	background: transparent;
	box-shadow: none;
}

.nv-woo-catalog-section .nv-capability-head > span,
.nv-woo-catalog-section .nv-capability-atlas article:first-child .nv-capability-head > span {
	width: auto;
	height: auto;
	flex-basis: auto;
	border-radius: 0;
	color: var(--nv-blue);
	background: transparent;
	font-size: 13px;
}

.nv-woo-catalog-section .nv-capability-head h3 {
	font-size: 22px;
}

.nv-woo-catalog-section .nv-capability-head p,
.nv-woo-catalog-section .nv-capability-atlas article:first-child .nv-capability-head p {
	color: #5d6b82;
	font-size: 13.5px;
}

.nv-woo-catalog-section .nv-capability-atlas li,
.nv-woo-catalog-section .nv-capability-atlas article:first-child li {
	padding: 0;
	color: #31415e;
	background: transparent;
	font-size: 12.5px;
}

.nv-woo-catalog-section .nv-capability-atlas li:not(:last-child)::after {
	content: "،";
}

.nv-woo-detail-section {
	background: #fff;
}

.nv-woo-detail-section .nv-need-explorer {
	margin-top: 54px;
}

.nv-woo-detail-section .nv-need-filter {
	top: 82px;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid #dde4ee;
	border-radius: 0;
	background: rgba(255, 255, 255, .96);
	box-shadow: none;
}

.admin-bar .nv-woo-detail-section .nv-need-filter {
	top: 114px;
}

.nv-woo-detail-section .nv-need-filter button {
	min-height: 48px;
	border-radius: 6px;
	font-size: 13px;
}

.nv-woo-detail-section .nv-need-group {
	grid-template-columns: minmax(250px, .48fr) minmax(0, 1.52fr);
	gap: 48px;
	padding: 58px 0;
	border: 0;
	border-bottom: 1px solid #dfe5ed;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-woo-detail-section .nv-need-group > header {
	position: static;
}

.nv-woo-detail-section .nv-need-group > header h3 {
	font-size: 31px;
}

.nv-woo-detail-section .nv-need-product-module {
	border-radius: 14px;
	box-shadow: none;
}

@media (max-width: 1100px) {
	.nv-woo-hero-inner,
	.nv-woo-story-inner,
	.nv-woo-trust-inner {
		grid-template-columns: 1fr;
	}

	.nv-woo-hero {
		min-height: 0;
	}

	.nv-woo-hero-copy,
	.nv-woo-story-copy,
	.nv-woo-trust-copy {
		max-width: 780px;
	}

	.nv-woo-story-media {
		width: min(100%, 920px);
		min-height: 560px;
	}

	.nv-woo-flow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nv-woo-flow-item:nth-child(3) {
		border-inline-start: 0;
		border-top: 1px solid #dce3ec;
	}

	.nv-woo-flow-item:nth-child(4) {
		border-top: 1px solid #dce3ec;
	}
}

@media (max-width: 782px) {
	body.nvsk-generated-page .nv-header-inner {
		min-height: 70px;
		width: min(100% - 28px, 1360px);
	}

	.nv-woo-hero,
	.nv-woo-flow-section,
	.nv-woo-story,
	.nv-woo-role-section,
	.nv-woo-trust-section,
	.nv-woo-catalog-section,
	.nv-woo-detail-section,
	.nv-woo-pricing-section {
		padding-inline: 18px;
	}

	.nv-woo-hero {
		padding-top: 58px;
		padding-bottom: 78px;
	}

	.nv-woo-hero-inner,
	.nv-woo-story-inner,
	.nv-woo-trust-inner {
		gap: 48px;
	}

	.nv-woo-display {
		font-size: clamp(42px, 12vw, 60px);
		line-height: 1.22;
	}

	.nv-woo-hero-lead,
	.nv-woo-story-lead {
		font-size: 17px;
		line-height: 1.95;
	}

	.nv-woo-hero .nv-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.nv-woo-hero .nv-btn {
		width: 100%;
		padding-inline: 14px;
	}

	.nv-woo-flow-grid,
	.nv-woo-role-grid,
	.nv-woo-catalog-section .nv-capability-atlas {
		grid-template-columns: 1fr;
	}

	.nv-woo-flow-item,
	.nv-woo-flow-item:nth-child(3),
	.nv-woo-flow-item:nth-child(4) {
		padding: 28px 0 30px;
		border-inline-start: 0;
		border-top: 1px solid #dce3ec;
	}

	.nv-woo-flow-item:first-child {
		border-top: 0;
	}

	.nv-woo-story-title,
	.nv-woo-section-title,
	.nv-woo-role-heading {
		font-size: clamp(34px, 9.5vw, 48px);
	}

	.nv-woo-story-media {
		min-height: 0;
		display: block;
		padding-bottom: 0;
	}

	.nv-woo-product-main,
	.nv-woo-product-secondary {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin: 0;
	}

	.nv-woo-product-secondary {
		margin-top: 18px;
	}

	.nv-woo-role-grid {
		margin-top: 42px;
	}

	.nv-woo-role-item,
	.nv-woo-role-item:last-child {
		padding: 28px 0;
		border-inline-start: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}

	.nv-woo-detail-section .nv-need-group {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-block: 42px;
	}

	.nv-woo-detail-section .nv-need-filter {
		top: 70px;
	}

	.admin-bar .nv-woo-detail-section .nv-need-filter {
		top: 116px;
	}
}

@media (max-width: 480px) {
	.nv-woo-hero .nv-actions {
		grid-template-columns: 1fr;
	}

	.nv-woo-hero-product::before {
		display: none;
	}

	.nv-woo-hero-product .nv-product-window,
	.nv-woo-story .nv-product-window,
	.nv-woo-trust-product .nv-product-window {
		border-radius: 12px;
	}

	.nv-woo-hero-product .nv-product-window-bar,
	.nv-woo-story .nv-product-window-bar,
	.nv-woo-trust-product .nv-product-window-bar {
		height: 32px;
	}
}

/* 2.1.0 theme and language parity for the editorial layout. */
html[data-nv-lang="en"] .nv-woo-hero-inner,
html[data-nv-lang="en"] .nv-woo-story-inner,
html[data-nv-lang="en"] .nv-woo-trust-inner {
	direction: ltr;
}

html[data-nv-lang="en"] .nv-woo-display,
html[data-nv-lang="en"] .nv-woo-hero-lead,
html[data-nv-lang="en"] .nv-woo-section-title,
html[data-nv-lang="en"] .nv-woo-section-lead,
html[data-nv-lang="en"] .nv-woo-story-title,
html[data-nv-lang="en"] .nv-woo-story-lead,
html[data-nv-lang="en"] .nv-woo-role-section,
html[data-nv-lang="en"] .nv-woo-flow-section,
html[data-nv-lang="en"] .nv-woo-catalog-section,
html[data-nv-lang="en"] .nv-woo-detail-section {
	text-align: left;
}

html[data-nv-theme="dark"] body.nvsk-generated-page {
	background: #071326;
}

html[data-nv-theme="dark"] body.nvsk-generated-page .nv-site-header,
html[data-nv-theme="dark"] body.nvsk-generated-page .nv-site-header.is-scrolled {
	border-bottom-color: rgba(139, 163, 202, .22);
	background: rgba(7, 19, 38, .9);
}

html[data-nv-theme="dark"] .nv-woo-hero,
html[data-nv-theme="dark"] .nv-woo-flow-section,
html[data-nv-theme="dark"] .nv-woo-story.is-customer,
html[data-nv-theme="dark"] .nv-woo-trust-section,
html[data-nv-theme="dark"] .nv-woo-detail-section,
html[data-nv-theme="dark"] .nv-woo-pricing-section {
	background: #071326;
}

html[data-nv-theme="dark"] .nv-woo-story.is-analytics,
html[data-nv-theme="dark"] .nv-woo-catalog-section {
	background: #0b1a32;
}

html[data-nv-theme="dark"] .nv-woo-display,
html[data-nv-theme="dark"] .nv-woo-section-title,
html[data-nv-theme="dark"] .nv-woo-story-title,
html[data-nv-theme="dark"] .nv-woo-flow-title,
html[data-nv-theme="dark"] .nv-woo-catalog-section .nv-capability-head h3,
html[data-nv-theme="dark"] .nv-woo-detail-section .nv-need-group > header h3 {
	color: #edf4ff;
}

html[data-nv-theme="dark"] .nv-woo-hero-lead,
html[data-nv-theme="dark"] .nv-woo-section-lead,
html[data-nv-theme="dark"] .nv-woo-story-lead,
html[data-nv-theme="dark"] .nv-woo-flow-copy,
html[data-nv-theme="dark"] .nv-woo-catalog-section .nv-capability-head p,
html[data-nv-theme="dark"] .nv-woo-catalog-section .nv-capability-atlas li {
	color: #a9b7ce;
}

html[data-nv-theme="dark"] .nv-woo-flow-grid,
html[data-nv-theme="dark"] .nv-woo-flow-item,
html[data-nv-theme="dark"] .nv-woo-catalog-section .nv-capability-atlas,
html[data-nv-theme="dark"] .nv-woo-catalog-section .nv-capability-atlas article,
html[data-nv-theme="dark"] .nv-woo-detail-section .nv-need-group,
html[data-nv-theme="dark"] .nv-woo-detail-section .nv-need-filter {
	border-color: #283b5d;
}

html[data-nv-theme="dark"] .nv-woo-detail-section .nv-need-filter {
	background: rgba(7, 19, 38, .94);
}

html[data-nv-theme="dark"] .nv-woo-hero-product::before {
	background: #102647;
}

html[data-nv-theme="dark"] .nv-woo-hero-product .nv-product-window,
html[data-nv-theme="dark"] .nv-woo-story .nv-product-window,
html[data-nv-theme="dark"] .nv-woo-trust-product .nv-product-window {
	border-color: rgba(147, 168, 201, .34);
	background: #edf2f8;
	box-shadow: 0 28px 76px rgba(0, 0, 0, .3);
}

html[data-nv-theme="dark"] .nv-woo-hero-product .nv-product-window-bar,
html[data-nv-theme="dark"] .nv-woo-story .nv-product-window-bar,
html[data-nv-theme="dark"] .nv-woo-trust-product .nv-product-window-bar {
	background: #e9eef5;
}

/* =========================================================
 * 2.2.0 — Human product stories and outcome-led card system
 * Editorial photography + exact Novocommerce product screens
 * ======================================================= */
body.nvsk-generated-page .nv-site-header,
body.nvsk-generated-page .nv-site-header.is-scrolled {
	border-bottom: 1px solid rgba(166, 180, 204, .35);
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 10px 40px rgba(18, 34, 66, .035);
	backdrop-filter: blur(28px) saturate(175%);
	-webkit-backdrop-filter: blur(28px) saturate(175%);
}

body.nvsk-generated-page .nv-header-inner,
body.nvsk-generated-page .nv-site-header.is-scrolled .nv-header-inner {
	width: min(calc(100% - 48px), 1240px);
	min-height: 74px;
}

body.nvsk-generated-page .nv-brand {
	font-size: 18px;
}

body.nvsk-generated-page .nv-brand img {
	width: 38px;
	height: 38px;
}

body.nvsk-generated-page .nv-header-cta {
	min-height: 46px;
	padding-inline: 22px;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(30, 103, 238, .18);
}

.nv-people-story-section {
	overflow: hidden;
	padding: clamp(96px, 9vw, 142px) 28px;
	background: #f5f7fb;
}

.nv-people-story-v2 {
	display: grid;
	gap: 28px;
}

.nv-people-story-main {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
	grid-template-areas: "media copy";
	align-items: center;
	gap: clamp(46px, 6vw, 88px);
	padding: clamp(20px, 2.2vw, 32px);
	border: 1px solid #dbe3ef;
	border-radius: 28px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 30px 80px rgba(24, 49, 92, .08);
}

.nv-people-story-media {
	grid-area: media;
	position: relative;
	min-width: 0;
	padding-bottom: 84px;
}

.nv-people-story-media > img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 20px;
	background: #eeeae4;
}

.nv-people-story-product {
	position: absolute;
	z-index: 2;
	right: -3%;
	bottom: 0;
	width: 72%;
}

.nv-people-story-product .nv-product-window,
.nv-people-team-product .nv-product-window {
	overflow: hidden;
	border: 1px solid rgba(117, 137, 170, .32);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 30px 74px rgba(9, 29, 68, .2);
}

.nv-people-story-product .nv-product-window-bar,
.nv-people-team-product .nv-product-window-bar {
	height: 32px;
}

.nv-people-story-product .nv-zoom-hint,
.nv-people-team-product .nv-zoom-hint {
	display: none;
}

.nv-people-story-copy {
	grid-area: copy;
	padding-inline: clamp(2px, 1vw, 16px);
}

.nv-people-story-copy > span,
.nv-woo-kicker,
.nv-woo-card-label {
	display: block;
	margin: 0 0 17px;
	color: #1f6eee;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.nv-people-story-copy h2 {
	margin: 0;
	color: #071635;
	font-size: clamp(38px, 4.15vw, 58px);
	font-weight: 810;
	line-height: 1.31;
	letter-spacing: -.042em;
}

.nv-people-story-copy p {
	margin: 24px 0 0;
	color: #58667d;
	font-size: 17px;
	line-height: 2.05;
}

.nv-people-story-copy a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 28px;
	color: #1465dd;
	font-size: 15px;
	font-weight: 780;
}

.nv-people-story-copy a i {
	font-style: normal;
	transition: transform .2s ease;
}

.nv-people-story-copy a:hover i {
	transform: translateX(-4px);
}

.nv-people-story-team {
	position: relative;
	min-height: 590px;
	overflow: hidden;
	border: 1px solid #dbe3ef;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(24, 49, 92, .06);
}

.nv-people-story-team > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nv-people-team-copy {
	position: absolute;
	z-index: 2;
	top: 62px;
	left: 6%;
	width: 38%;
}

.nv-people-team-copy h3 {
	margin: 0;
	color: #071635;
	font-size: clamp(31px, 3.4vw, 48px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -.035em;
}

.nv-people-team-copy p {
	margin: 18px 0 0;
	color: #58667d;
	font-size: 16px;
	line-height: 2;
}

.nv-people-team-product {
	position: absolute;
	z-index: 3;
	left: 5%;
	bottom: 38px;
	width: 43%;
}

.nv-woo-outcome-section {
	padding: clamp(96px, 9vw, 142px) 28px;
	background: #fff;
}

.nv-woo-outcome-intro {
	max-width: 900px;
}

.nv-woo-outcome-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
	grid-template-rows: repeat(2, minmax(360px, auto));
	gap: 22px;
	margin-top: 62px;
}

.nv-woo-outcome-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dce4ef;
	border-radius: 24px;
	background: #f7f9fc;
}

.nv-woo-outcome-card.is-wide {
	grid-row: 1 / span 2;
	display: grid;
	grid-template-rows: auto 1fr;
	background: #eef4ff;
}

.nv-woo-outcome-copy {
	position: relative;
	z-index: 2;
	padding: clamp(30px, 3.2vw, 48px);
}

.nv-woo-card-title {
	margin: 0;
	color: #091936;
	font-size: clamp(26px, 2.4vw, 38px);
	font-weight: 790;
	line-height: 1.42;
	letter-spacing: -.03em;
}

.nv-woo-card-copy {
	max-width: 670px;
	margin: 18px 0 0;
	color: #59677d;
	font-size: 15.5px;
	line-height: 2;
}

.nv-woo-outcome-product {
	align-self: end;
	width: calc(100% - 48px);
	margin: 0 24px -8%;
}

.nv-woo-outcome-card:not(.is-wide) .nv-woo-outcome-copy {
	padding-bottom: 22px;
}

.nv-woo-outcome-card:not(.is-wide) .nv-woo-card-title {
	font-size: clamp(24px, 2vw, 31px);
}

.nv-woo-outcome-card:not(.is-wide) .nv-woo-outcome-product {
	width: calc(100% - 40px);
	margin: 0 20px -24%;
}

.nv-woo-outcome-product .nv-product-window {
	overflow: hidden;
	border: 1px solid #d3ddeb;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(19, 46, 91, .13);
}

.nv-woo-outcome-product .nv-product-window-bar {
	height: 30px;
}

.nv-woo-outcome-product .nv-zoom-hint {
	display: none;
}

.nv-feature-hero-section {
	padding-top: clamp(70px, 7vw, 104px);
}

.nv-feature-hero-photo,
.nv-feature-editorial-photo {
	aspect-ratio: 16 / 10;
	object-position: center;
}

.nv-feature-editorial-row {
	gap: clamp(62px, 8vw, 118px);
	padding-block: clamp(110px, 11vw, 156px);
}

.nv-feature-editorial-row.has-photo {
	padding-bottom: clamp(142px, 13vw, 190px);
}

.nv-feature-editorial-copy li {
	padding-block: 22px;
}

.nv-feature-details-section .nv-need-filter button {
	min-height: 62px;
	font-size: 15px;
	font-weight: 720;
}

.nv-feature-details-section .nv-need-group > header h3 {
	font-size: 32px;
}

.nv-site-footer .nv-footer-contact {
	width: auto;
	max-width: 320px;
	padding: 15px 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.nv-site-footer .nv-footer-contact strong {
	font-size: 19px;
	letter-spacing: .025em;
}

html[data-nv-lang="en"] .nv-people-story-main {
	direction: ltr;
}

html[data-nv-lang="en"] .nv-people-story-product {
	right: auto;
	left: -3%;
}

html[data-nv-lang="en"] .nv-people-story-copy,
html[data-nv-lang="en"] .nv-woo-outcome-section,
html[data-nv-lang="en"] .nv-feature-catalog-section,
html[data-nv-lang="en"] .nv-feature-details-section {
	text-align: left;
}

html[data-nv-lang="en"] .nv-people-story-copy a i {
	transform: rotate(180deg);
}

html[data-nv-theme="dark"] .nv-people-story-section,
html[data-nv-theme="dark"] .nv-woo-outcome-section,
html[data-nv-theme="dark"] .nv-feature-hero-section,
html[data-nv-theme="dark"] .nv-feature-catalog-section,
html[data-nv-theme="dark"] .nv-feature-details-section {
	background: #071326;
}

html[data-nv-theme="dark"] .nv-feature-editorial-row:nth-child(even)::before {
	background: #0b1a32;
}

html[data-nv-theme="dark"] .nv-people-story-main,
html[data-nv-theme="dark"] .nv-people-story-team,
html[data-nv-theme="dark"] .nv-woo-outcome-card {
	border-color: #293d5f;
	background: #0c1b33;
}

html[data-nv-theme="dark"] .nv-woo-outcome-card.is-wide {
	background: #10294f;
}

html[data-nv-theme="dark"] .nv-people-story-copy h2,
html[data-nv-theme="dark"] .nv-people-team-copy h3,
html[data-nv-theme="dark"] .nv-woo-card-title,
html[data-nv-theme="dark"] .nv-feature-hero-copy h1,
html[data-nv-theme="dark"] .nv-feature-catalog-title,
html[data-nv-theme="dark"] .nv-feature-details-title,
html[data-nv-theme="dark"] .nv-feature-editorial-copy h2,
html[data-nv-theme="dark"] .nv-feature-editorial-copy li strong,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-group > header h3,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-product-module figcaption strong,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-list summary strong {
	color: #eef5ff;
}

html[data-nv-theme="dark"] .nv-people-story-copy p,
html[data-nv-theme="dark"] .nv-people-team-copy p,
html[data-nv-theme="dark"] .nv-woo-card-copy,
html[data-nv-theme="dark"] .nv-feature-hero-copy p,
html[data-nv-theme="dark"] .nv-feature-catalog-lead,
html[data-nv-theme="dark"] .nv-feature-details-lead,
html[data-nv-theme="dark"] .nv-feature-editorial-copy > p,
html[data-nv-theme="dark"] .nv-feature-editorial-copy li span,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-group > header p,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-product-module figcaption small,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-body p {
	color: #adbbd1;
}

html[data-nv-theme="dark"] .nv-feature-editorial-row,
html[data-nv-theme="dark"] .nv-feature-editorial-copy ul,
html[data-nv-theme="dark"] .nv-feature-editorial-copy li,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-filter,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-product-module,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-list details {
	border-color: #293d5f;
}

html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-filter {
	background: rgba(7, 19, 38, .94);
}

html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-filter button {
	color: #aab9d0;
}

html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-filter button[aria-selected="true"] {
	color: #82b1ff;
}

html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-product-module,
html[data-nv-theme="dark"] .nv-feature-details-section .nv-need-list details {
	background: #0c1b33;
}

html[data-nv-theme="dark"] .nv-people-team-copy {
	padding: 24px;
	border-radius: 18px;
	background: rgba(7, 19, 38, .82);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

@media (max-width: 1100px) {
	.nv-people-story-main {
		grid-template-columns: 1fr;
		grid-template-areas: "copy" "media";
	}

	.nv-people-story-copy {
		max-width: 780px;
		padding: 24px 20px 0;
	}

	.nv-woo-outcome-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.nv-woo-outcome-card.is-wide {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.nv-feature-hero-v2,
	.nv-feature-editorial-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.nv-people-story-section,
	.nv-woo-outcome-section,
	.nv-feature-hero-section,
	.nv-feature-catalog-section,
	.nv-feature-details-section {
		padding-inline: 18px;
	}

	.nv-people-story-main {
		gap: 32px;
		padding: 14px;
		border-radius: 22px;
	}

	.nv-people-story-copy {
		padding: 20px 10px 0;
	}

	.nv-people-story-media {
		padding-bottom: 56px;
	}

	.nv-people-story-product {
		right: 3%;
		width: 88%;
	}

	.nv-people-story-team {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 14px;
		border-radius: 22px;
	}

	.nv-people-story-team > img,
	.nv-people-team-copy,
	.nv-people-team-product {
		position: relative;
		inset: auto;
		width: 100%;
	}

	.nv-people-story-team > img {
		order: 2;
		height: auto;
		aspect-ratio: 16 / 10;
		margin-top: 24px;
		border-radius: 16px;
	}

	.nv-people-team-copy {
		order: 1;
		padding: 20px 10px 0;
	}

	.nv-people-team-product {
		order: 3;
		margin: -42px auto 0;
		width: 88%;
	}

	.nv-woo-outcome-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 42px;
	}

	.nv-woo-outcome-card.is-wide {
		grid-column: auto;
	}

	.nv-woo-outcome-card,
	.nv-woo-outcome-card.is-wide {
		min-height: 0;
		border-radius: 20px;
	}

	.nv-woo-outcome-card:not(.is-wide) .nv-woo-outcome-product,
	.nv-woo-outcome-product {
		width: calc(100% - 28px);
		margin: 0 14px -10%;
	}

	.nv-feature-details-section .nv-need-filter button {
		min-height: 56px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	body.nvsk-generated-page .nv-header-inner,
	body.nvsk-generated-page .nv-site-header.is-scrolled .nv-header-inner {
		width: calc(100% - 20px);
	}

	.nv-people-story-copy h2 {
		font-size: 34px;
	}

	.nv-people-team-copy h3 {
		font-size: 28px;
	}

	.nv-woo-outcome-copy {
		padding: 26px 22px;
	}

	.nv-woo-card-title {
		font-size: 25px;
	}
}

/* 2.3 — verified product screens, modular proof gallery and downloadable guide */
.nv-real-library-section {
	padding: clamp(96px, 10vw, 144px) 28px;
	background:
		radial-gradient(circle at 12% 10%, rgba(51, 116, 255, .1), transparent 34%),
		#f5f7fb;
}

.nv-real-library-intro {
	max-width: 900px;
}

.nv-real-library-section .nv-product-gallery {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	margin-top: clamp(50px, 6vw, 82px);
}

.nv-real-library-section .nv-product-gallery .nv-product-screen {
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(171, 188, 216, .7);
	border-radius: 25px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 20px 54px rgba(17, 36, 72, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.nv-real-library-section .nv-product-gallery .nv-product-screen:first-child,
.nv-real-library-section .nv-product-gallery .nv-product-screen:nth-child(6) {
	grid-column: span 2;
}

.nv-real-library-section .nv-product-gallery .nv-product-screen:nth-child(4) {
	grid-column: auto;
}

.nv-real-library-section .nv-product-gallery .nv-product-window {
	border-radius: 15px;
	box-shadow: none;
}

.nv-real-library-section .nv-product-gallery figcaption {
	padding: 16px 8px 6px;
}

.nv-real-library-section .nv-product-gallery figcaption strong {
	color: #0b1b39;
	font-size: 15px;
}

.nv-real-library-section .nv-product-gallery figcaption span {
	font-size: 13px;
	line-height: 1.8;
}

.nv-feature-editorial-row.has-secondary-product .nv-feature-editorial-media {
	padding-bottom: clamp(50px, 6vw, 82px);
}

.nv-feature-secondary-product {
	position: absolute;
	z-index: 3;
	left: -3%;
	bottom: 0;
	width: 50%;
}

.nv-feature-editorial-row.is-reverse .nv-feature-secondary-product {
	left: auto;
	right: -3%;
}

.nv-feature-secondary-product .nv-product-window {
	border-radius: 13px;
	box-shadow: 0 22px 52px rgba(10, 31, 70, .2);
}

.nv-feature-secondary-product .nv-product-window-bar {
	height: 28px;
}

.nv-feature-secondary-product .nv-zoom-hint {
	display: none;
}

.nv-docs-layout {
	display: block;
}

.nv-doc-download {
	direction: rtl;
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	align-items: center;
	gap: clamp(34px, 6vw, 88px);
	margin-bottom: 58px;
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid #d9e3f1;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(239, 245, 255, .86)),
		#fff;
	box-shadow: 0 28px 72px rgba(16, 41, 88, .1);
}

.nv-doc-download > img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 24px 58px rgba(9, 30, 74, .24);
}

.nv-doc-download > div > span {
	display: inline-flex;
	margin-bottom: 14px;
	color: #2468df;
	font-size: 13px;
	font-weight: 760;
}

.nv-doc-download h2 {
	max-width: 700px;
	margin: 0;
	color: #081a3a;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -.035em;
}

.nv-doc-download p {
	max-width: 720px;
	margin: 18px 0 0;
	color: #586881;
	font-size: 16px;
	line-height: 2;
}

.nv-doc-download ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 20px 0 28px;
	padding: 0;
	list-style: none;
	color: #68758a;
	font-size: 13px;
}

.nv-doc-download li::before {
	content: "✓";
	margin-left: 7px;
	color: #1e9b68;
	font-weight: 800;
}

html[data-nv-lang="en"] .nv-doc-download {
	direction: ltr;
}

html[data-nv-lang="en"] .nv-doc-download li::before {
	margin-right: 7px;
	margin-left: 0;
}

html[data-nv-theme="dark"] .nv-real-library-section {
	background:
		radial-gradient(circle at 12% 10%, rgba(58, 124, 255, .16), transparent 34%),
		#071326;
}

html[data-nv-theme="dark"] .nv-real-library-section .nv-product-gallery .nv-product-screen,
html[data-nv-theme="dark"] .nv-doc-download {
	border-color: #293d5f;
	background: rgba(12, 27, 51, .9);
}

html[data-nv-theme="dark"] .nv-real-library-section .nv-product-gallery figcaption strong,
html[data-nv-theme="dark"] .nv-doc-download h2 {
	color: #eef5ff;
}

html[data-nv-theme="dark"] .nv-doc-download p,
html[data-nv-theme="dark"] .nv-doc-download ul {
	color: #adbbd1;
}

@media (max-width: 900px) {
	.nv-feature-editorial-row.has-secondary-product .nv-feature-editorial-media {
		padding-bottom: 60px;
	}

	.nv-feature-secondary-product,
	.nv-feature-editorial-row.is-reverse .nv-feature-secondary-product {
		left: 3%;
		right: auto;
		width: 54%;
	}

	.nv-doc-download {
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

@media (max-width: 680px) {
	.nv-real-library-section {
		padding: 82px 18px;
	}

	.nv-real-library-section .nv-product-gallery {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 42px;
	}

	.nv-real-library-section .nv-product-gallery .nv-product-screen:first-child,
	.nv-real-library-section .nv-product-gallery .nv-product-screen:nth-child(6) {
		grid-column: auto;
	}

	.nv-real-library-section .nv-product-gallery .nv-product-screen {
		padding: 8px;
		border-radius: 18px;
	}

	.nv-feature-editorial-row.has-secondary-product .nv-feature-editorial-media {
		display: grid;
		gap: 14px;
		padding-bottom: 0;
	}

	.nv-feature-secondary-product,
	.nv-feature-editorial-row.is-reverse .nv-feature-secondary-product {
		position: relative;
		inset: auto;
		width: 88%;
		margin: -26px 6% 0;
	}

	.nv-doc-download {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 40px;
		padding: 22px;
		border-radius: 22px;
	}

	.nv-doc-download > img {
		width: min(100%, 240px);
		margin-inline: auto;
		border-radius: 18px;
	}

	.nv-doc-download h2 {
		font-size: 31px;
	}

	.nv-doc-download p {
		font-size: 15px;
	}

	.nv-doc-download .nv-btn {
		width: 100%;
		justify-content: center;
	}
}
