/**
 * Modern split-studio homepage
 * Fonts: Google Sans Flex / Inter
 * Dials: variance 7 / motion 5 / density 3
 */

body.adbear-onepage-home {
	--ink: #111111;
	--paper: #f5f6f8;
	--surface: #ffffff;
	--accent: #111111;
	--accent-soft: #e8eaee;
	--highlight: #2563eb;
	--muted: #667085;
	--line: #e4e7ec;
	--radius: 12px;
	--font: "Google Sans Flex", Inter, sans-serif;
	--header-h: 68px;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font);
	font-optical-sizing: auto;
	scroll-padding-top: calc(var(--header-h) + 16px);
}

body.adbear-onepage-home .site-header {
	position: sticky;
	top: 0;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid rgba(17, 17, 17, 0.06);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}

body.adbear-onepage-home .site-header.is-scrolled {
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
}

/* header padding 10+10; menü logo hizası + header altı 50px */
body.adbear-onepage-home .mobile-menu {
	padding-top: calc(var(--header-h) + 20px + 50px);
	padding-left: 16px;
	padding-right: 16px;
}

body.adbear-onepage-home .nav {
	min-height: var(--header-h);
}

body.adbear-onepage-home .desktop-nav a {
	color: var(--muted);
	font-size: 0.94rem;
	font-weight: 500;
	letter-spacing: -0.01em;
}

body.adbear-onepage-home .desktop-nav a:hover {
	color: var(--ink);
}

body.adbear-onepage-home .btn {
	min-height: 46px;
	padding: 0 1.2rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: -0.01em;
	box-shadow: none;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.adbear-onepage-home .btn:active {
	transform: scale(0.98);
}

body.adbear-onepage-home .btn:focus-visible,
body.adbear-onepage-home a:focus-visible,
body.adbear-onepage-home button:focus-visible {
	outline: 2px solid var(--highlight);
	outline-offset: 3px;
}

body.adbear-onepage-home .menu-toggle:focus,
body.adbear-onepage-home .menu-toggle:focus-visible,
body.adbear-onepage-home button#menuToggle:focus,
body.adbear-onepage-home button#menuToggle:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

body.adbear-onepage-home .btn-primary {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}

body.adbear-onepage-home .btn-primary:hover {
	background: #000;
}

body.adbear-onepage-home .btn-secondary {
	background: transparent;
	border-color: var(--line);
	color: var(--ink);
}

body.adbear-onepage-home .btn-secondary:hover {
	border-color: var(--ink);
	background: var(--surface);
}

body.adbear-onepage-home .site-content,
body.adbear-onepage-home .col-full.adbear-onepage-col-full {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* overflow-x:hidden sticky’yi bozar; ana sayfada clip kullan */
body.adbear-onepage-home #page {
	overflow-x: clip;
}

/* —— Split hero —— */
.nv-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.2fr);
	min-height: calc(100dvh - var(--header-h));
	background: var(--surface);
	padding-bottom: 0;
	box-sizing: border-box;
}

.nv-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem) clamp(2rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 5rem);
	max-width: none;
	width: 100%;
}

.nv-hero__brand {
	margin: 0 0 0.85rem;
	font-size: clamp(1.2rem, 2.1vw, 1.55rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	font-variation-settings: "wght" 700, "opsz" 28;
}

.nv-hero h1 {
	margin: 0 0 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.12em;
	font-size: clamp(2.65rem, 6.2vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.96;
	max-width: none;
	color: var(--ink);
	font-variation-settings: "wght" 800, "opsz" 56;
}

.nv-hero__line {
	display: block;
	max-width: none;
}

.nv-hero__line--end {
	color: var(--ink);
}

.nv-hero__punch {
	display: block;
	position: relative;
	width: max-content;
	max-width: 100%;
	color: var(--highlight);
	font-variation-settings: "wght" 800, "opsz" 56;
	white-space: nowrap;
}

.nv-hero__punch::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.02em;
	width: 100%;
	height: 0.14em;
	background: currentColor;
	opacity: 0.28;
	border-radius: 999px;
	pointer-events: none;
}

/* En uzun cümle: yüksekliği/genişliği sabitler, daktilo oynatmaz */
.nv-hero__type-sizer {
	display: block;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
	padding-bottom: 0.08em;
	white-space: nowrap;
}

.nv-hero__type {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding-bottom: 0.08em;
	white-space: nowrap;
}

.nv-hero__type-text {
	display: inline;
	white-space: nowrap;
}

.nv-hero__caret {
	display: inline-block;
	width: 0.08em;
	height: 0.85em;
	margin-left: 0.08em;
	vertical-align: -0.05em;
	background: currentColor;
	border-radius: 1px;
	animation: nv-hero-caret 0.9s steps(1, end) infinite;
}

.nv-hero__type.is-waiting .nv-hero__caret {
	animation-duration: 0.7s;
}

@keyframes nv-hero-caret {
	0%,
	45% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}

.nv-hero__lead {
	margin: 0 0 1.85rem;
	font-size: 1.08rem;
	line-height: 1.5;
	color: var(--muted);
	max-width: 42rem;
	letter-spacing: -0.01em;
}

.nv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.nv-hero__panel {
	position: relative;
	align-self: stretch;
	background:
		radial-gradient(ellipse 70% 55% at 42% 38%, rgba(37, 99, 235, 0.38), transparent 58%),
		radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.06), transparent 40%),
		linear-gradient(160deg, #17191f 0%, #0a0b0e 100%);
	overflow: hidden;
	min-height: 320px;
	border-radius: 0;
	box-shadow: none;
}

.nv-hero__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, #000 20%, transparent 75%);
	pointer-events: none;
}

.nv-hero__field {
	position: absolute;
	inset: 8% 10%;
	z-index: 1;
}

.nv-hero__orb {
	position: absolute;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 22%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	animation: nv-orb-in 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nv-hero__orb img {
	width: 72%;
	height: 72%;
	object-fit: contain;
}

.nv-hero__orb--1 { width: 28%; top: 18%; left: 8%;  animation-delay: 0.05s; z-index: 3; }
.nv-hero__orb--2 { width: 22%; top: 8%;  left: 42%; animation-delay: 0.12s; z-index: 2; }
.nv-hero__orb--3 { width: 24%; top: 22%; right: 6%; animation-delay: 0.18s; z-index: 4; }
.nv-hero__orb--4 { width: 18%; top: 48%; left: 28%; animation-delay: 0.24s; z-index: 1; }
.nv-hero__orb--5 { width: 26%; top: 52%; right: 18%; animation-delay: 0.3s;  z-index: 5; }
.nv-hero__orb--6 { width: 16%; bottom: 10%; left: 10%; animation-delay: 0.36s; z-index: 2; }
.nv-hero__orb--7 { width: 20%; bottom: 6%;  left: 42%; animation-delay: 0.42s; z-index: 3; }
.nv-hero__orb--8 { width: 15%; bottom: 18%; right: 8%; animation-delay: 0.48s; z-index: 1; }

@keyframes nv-orb-in {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* —— Bridge strip: hero → catalog —— */
.nv-bridge {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: var(--surface);
}

.nv-bridge__ink {
	display: block;
	position: relative;
	height: 0;
	border-top: 2px solid var(--ink);
	overflow: visible;
}

.nv-bridge__ink::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: min(28vw, 220px);
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.15) 20%,
		rgba(255, 255, 255, 0.95) 50%,
		rgba(37, 99, 235, 0.85) 70%,
		transparent 100%
	);
	box-shadow: 0 0 10px 1px rgba(37, 99, 235, 0.55);
	animation: nv-bridge-light 2.8s ease-in-out infinite;
	pointer-events: none;
	will-change: left, opacity;
}

@keyframes nv-bridge-light {
	0% {
		left: 0;
		transform: translateX(-100%);
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	88% {
		opacity: 1;
	}
	100% {
		left: 100%;
		transform: translateX(0);
		opacity: 0;
	}
}

.nv-bridge__accent {
	display: block;
	height: 4px;
	background: var(--highlight);
}

/* —— Catalog: intro + tile grid —— */
.nv-catalog {
	position: relative;
	padding: clamp(3rem, 7vw, 4.75rem) 0 clamp(3.5rem, 8vw, 5.5rem);
	background: var(--surface);
}

.nv-catalog__wrap {
	display: grid;
	grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.5fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.nv-catalog__intro {
	position: sticky;
	top: calc(var(--header-h) + 1.25rem);
	align-self: start;
	padding-top: 0.25rem;
	z-index: 2;
}

.nv-catalog__intro h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.85rem, 3.4vw, 2.55rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.12;
	max-width: 14ch;
	font-variation-settings: "wght" 700, "opsz" 40;
}

.nv-catalog__intro p {
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.6;
	max-width: 34ch;
}

.nv-chevron {
	display: inline-block;
	width: 6px;
	height: 10px;
	flex-shrink: 0;
	vertical-align: middle;
}

.nv-tiles {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
}

.nv-tile {
	--tile-accent: #dbeafe;
	--tile-accent-ink: #1d4ed8;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.7rem;
	height: 100%;
	min-height: 100%;
	padding: 1.35rem 1.35rem 1.15rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8ebf0;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.nv-tiles > li:nth-child(3n + 2) .nv-tile {
	--tile-accent: #dcfce7;
	--tile-accent-ink: #15803d;
}

.nv-tiles > li:nth-child(3n + 3) .nv-tile {
	--tile-accent: #f3e8ff;
	--tile-accent-ink: #7c3aed;
}

.nv-tiles > li:nth-child(3n + 4) .nv-tile,
.nv-tiles > li:nth-child(4n) .nv-tile {
	--tile-accent: #ffedd5;
	--tile-accent-ink: #c2410c;
}

.nv-tile:not(.nv-tile--soon):hover,
.nv-tile:not(.nv-tile--soon):focus-within {
	border-color: rgba(17, 17, 17, 0.12);
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.07);
	transform: translateY(-2px);
}

.nv-tile:not(.nv-tile--soon):focus-within {
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28), 0 14px 32px rgba(17, 17, 17, 0.07);
}

.nv-tile__main {
	display: flex;
	align-items: flex-start;
	gap: 0.95rem;
	min-width: 0;
	flex: 1;
}

.nv-tile__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--tile-accent);
	flex-shrink: 0;
}

.nv-tile__icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
	border-radius: 0;
	padding: 0;
	background: transparent;
}

.nv-tile__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	min-width: 0;
	flex: 1;
}

.nv-tile__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
}

.nv-tile__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	background: #2563eb;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1;
	flex-shrink: 0;
}

.nv-tile__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	min-height: 28px;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.04);
	color: #111;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.nv-tile__star {
	color: #f59e0b;
	font-size: 0.9rem;
}

.nv-tile__title {
	display: block;
	font-size: 1.12rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.25;
	color: #111;
	min-width: 0;
}

.nv-tile__blurb {
	font-size: 0.92rem;
	color: #667085;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nv-tile__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 40px;
	margin-top: auto;
	padding-top: 0.35rem;
	font-size: 0.88rem;
	font-weight: 650;
	color: #667085;
}

.nv-tile__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.55rem;
	margin-top: auto;
	padding-top: 0.55rem;
}

.nv-tile__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-height: 44px;
	padding: 0 0.9rem;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}

.nv-tile__action--plugin {
	color: #fff !important;
	background: #111;
	border: 1px solid #111;
}

.nv-tile__action--page {
	color: #111 !important;
	background: #fff;
	border: 1px solid #e4e7ec;
}

.nv-tile__action:hover,
.nv-tile__action:focus-visible {
	outline: none;
}

.nv-tile__action--plugin:hover,
.nv-tile__action--plugin:focus-visible {
	filter: brightness(1.12);
	color: #fff !important;
}

.nv-tile__action--page:hover,
.nv-tile__action--page:focus-visible {
	border-color: rgba(17, 17, 17, 0.28);
	background: #f8f9fb;
	color: #111 !important;
}

.nv-tile__action:focus-visible {
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28);
}

.nv-tile--soon {
	opacity: 0.72;
	cursor: default;
}

.nv-tile--soon .nv-tile__icon {
	filter: grayscale(0.25);
}

/* Shared section head (form) */
.nv-section-head {
	margin: 0 0 1.5rem;
	max-width: 36rem;
}

.nv-section-head h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.7rem, 3.2vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	font-variation-settings: "wght" 700, "opsz" 36;
}

.nv-section-head p {
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
}

/* —— Blog —— */
.nv-blog {
	padding: clamp(3.5rem, 8vw, 5.5rem) 0;
	background: var(--paper);
}

.nv-blog__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin: 0 0 1.75rem;
}

.nv-blog__head h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.7rem, 3.2vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	font-variation-settings: "wght" 700, "opsz" 36;
}

.nv-blog__head p {
	margin: 0;
	color: var(--muted);
}

.nv-blog__all {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 44px;
	font-weight: 650;
	font-size: 0.92rem;
	color: var(--ink);
	text-decoration: none;
}

.nv-blog__all:hover,
.nv-blog__all:focus-visible {
	color: var(--highlight);
}

.nv-blog__layout {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 1.25rem;
	align-items: stretch;
}

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

.nv-blog__feature {
	display: grid;
	grid-template-rows: minmax(220px, 1fr) auto;
	min-height: 100%;
	border-radius: 18px;
	overflow: hidden;
	background: var(--surface);
	color: inherit;
	text-decoration: none;
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nv-blog__feature:hover,
.nv-blog__feature:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.22), 0 16px 36px rgba(17, 17, 17, 0.08);
	outline: none;
}

.nv-blog__media {
	display: block;
	background:
		radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.28), transparent 50%),
		linear-gradient(160deg, #1a1d24, #0e1014);
	overflow: hidden;
}

.nv-blog__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 220px;
}

.nv-blog__media--sm {
	flex: 0 0 96px;
	width: 96px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
}

.nv-blog__media--sm img {
	min-height: 0;
	height: 100%;
}

.nv-blog__feature .nv-blog__body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.35rem 1.4rem 1.4rem;
}

.nv-blog__body time {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--muted);
	letter-spacing: 0.02em;
}

.nv-blog__body strong {
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nv-blog__feature .nv-blog__body > span:not(.nv-blog__more) {
	font-size: 0.95rem;
	color: var(--muted);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nv-blog__more {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 40px;
	margin-top: 0.25rem;
	font-size: 0.9rem;
	font-weight: 650;
	color: var(--highlight);
}

.nv-blog__side {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.nv-blog__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem;
	border-radius: 14px;
	background: var(--surface);
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.06);
	color: inherit;
	text-decoration: none;
	flex: 1;
	transition: background 0.18s ease, box-shadow 0.18s ease;
}

.nv-blog__item:hover,
.nv-blog__item:focus-visible {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
	outline: none;
}

.nv-blog__item .nv-blog__body {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-width: 0;
}

.nv-blog__item .nv-blog__body strong {
	font-size: 1rem;
	-webkit-line-clamp: 2;
}

/* —— CTA band —— */
.nv-note {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(3.5rem, 7vw, 5rem) 0;
	background: var(--ink);
	color: #f5f6f8;
}

.nv-note__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.nv-note__grid {
	position: absolute;
	inset: -20%;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: 0.45;
	transform: perspective(600px) rotateX(12deg) scale(1.15);
	animation: nv-note-grid 18s linear infinite;
}

.nv-note__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	will-change: transform;
}

.nv-note__orb--a {
	width: min(52vw, 420px);
	height: min(52vw, 420px);
	left: -8%;
	top: -35%;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.55) 0%, rgba(37, 99, 235, 0) 68%);
	animation: nv-note-orb-a 11s ease-in-out infinite;
}

.nv-note__orb--b {
	width: min(48vw, 380px);
	height: min(48vw, 380px);
	right: -6%;
	bottom: -40%;
	background: radial-gradient(circle, rgba(96, 165, 250, 0.38) 0%, rgba(96, 165, 250, 0) 70%);
	animation: nv-note-orb-b 14s ease-in-out infinite;
}

.nv-note__sweep {
	position: absolute;
	inset: -40% -20%;
	background: linear-gradient(
		105deg,
		transparent 35%,
		rgba(255, 255, 255, 0.06) 48%,
		rgba(37, 99, 235, 0.18) 52%,
		transparent 65%
	);
	transform: translateX(-40%);
	animation: nv-note-sweep 7.5s ease-in-out infinite;
}

.nv-note__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.75rem 2.5rem;
}

@keyframes nv-note-orb-a {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(12%, 18%, 0) scale(1.12);
	}
}

@keyframes nv-note-orb-b {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(-14%, -12%, 0) scale(1.08);
	}
}

@keyframes nv-note-sweep {
	0%,
	100% {
		transform: translate3d(-45%, 0, 0);
		opacity: 0.35;
	}
	45%,
	55% {
		opacity: 0.85;
	}
	50% {
		transform: translate3d(45%, 0, 0);
	}
}

@keyframes nv-note-grid {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 48px 48px;
	}
}

.nv-note__copy {
	flex: 1 1 18rem;
	max-width: 36rem;
}

.nv-note h2 {
	margin: 0 0 0.85rem;
	color: #ffffff;
	font-size: clamp(1.85rem, 3.6vw, 2.7rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.1;
	max-width: 16ch;
	font-variation-settings: "wght" 700, "opsz" 40;
}

.nv-note p {
	margin: 0;
	color: #c4cad4;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 42ch;
}

.nv-note__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.nv-note .btn-primary {
	background: #fff;
	color: var(--ink);
	border-color: #fff;
}

.nv-note .btn-primary:hover {
	background: #f0f2f5;
	color: var(--ink);
}

.nv-note .btn-outline-light {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.nv-note .btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

/* —— Form —— */
.nv-form {
	padding: clamp(3.5rem, 8vw, 5rem) 0;
	background: var(--surface);
}

.nv-form .nv-section-head {
	max-width: 36rem;
}


.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	.nv-note__orb,
	.nv-note__sweep,
	.nv-note__grid {
		animation: none !important;
	}

	.nv-note__sweep {
		opacity: 0.25;
		transform: none;
	}

	.nv-hero__caret {
		animation: none !important;
		opacity: 0.85;
	}

	.nv-hero__orb,
	.nv-tile,
	.nv-blog__feature,
	.nv-bridge__ink::after {
		animation: none !important;
		transition: none !important;
	}

	.nv-bridge__ink::after {
		opacity: 0;
	}

	.nv-tile:not(.nv-tile--soon):hover,
	.nv-tile:not(.nv-tile--soon):focus-within,
	.nv-blog__feature:hover,
	.nv-blog__feature:focus-visible {
		transform: none;
	}

	.nv-tile__action .nv-chevron {
		transition: none;
	}
}

@media (max-width: 960px) {
	.nv-catalog__wrap {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.nv-catalog__intro {
		position: static;
	}

	.nv-catalog__intro h2 {
		max-width: 18ch;
	}
}

@media (max-width: 900px) {
	.nv-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 0;
	}

	.nv-hero__panel {
		min-height: 260px;
		order: -1;
		border-radius: 0;
		box-shadow: none;
	}

	.nv-hero__orb--6,
	.nv-hero__orb--7,
	.nv-hero__orb--8 {
		display: none;
	}

	.nv-hero__copy {
		padding-top: 2rem;
		padding-bottom: 2.5rem;
		max-width: none;
	}

	.nv-hero h1 {
		max-width: none;
		font-size: clamp(2.2rem, 8.5vw, 3.2rem);
	}

	.nv-hero__line {
		max-width: none;
	}

	.nv-hero__punch,
	.nv-hero__type-sizer,
	.nv-hero__type,
	.nv-hero__type-text {
		white-space: normal;
	}
}

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

@media (max-width: 640px) {
	.nv-tiles {
		grid-template-columns: 1fr;
	}

	.nv-blog__item {
		align-items: flex-start;
	}
}
