:root {
	--nbs-black: #050309;
	--nbs-ink: #090610;
	--nbs-panel: #100a1a;
	--nbs-panel-2: #151020;
	--nbs-white: #f7f5fb;
	--nbs-muted: #aaa4b6;
	--nbs-line: rgba(255, 255, 255, 0.12);
	--nbs-purple: #a54dff;
	--nbs-purple-2: #6b26d9;
	--nbs-purple-pale: #d7b4ff;
	--nbs-gold: #d7ad67;
	--nbs-green: #43df91;
	--nbs-radius: 24px;
	--nbs-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

html { scroll-behavior: smooth; }
body.nbs-master-page { margin: 0; background: var(--nbs-black); }
body.nbs-master-page > * { box-sizing: border-box; }

.nbs-site,
.nbs-site * { box-sizing: border-box; }

.nbs-site {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 88% 34%, rgba(96, 28, 180, 0.1), transparent 32rem),
		var(--nbs-black);
	color: var(--nbs-white);
	font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.nbs-site img { display: block; max-width: 100%; }
.nbs-site a { color: inherit; text-decoration: none; }
.nbs-site button,
.nbs-site input,
.nbs-site select,
.nbs-site textarea { font: inherit; }
.nbs-site button { color: inherit; }
.nbs-site h1,
.nbs-site h2,
.nbs-site h3,
.nbs-site h4,
.nbs-site h5,
.nbs-site p { margin-top: 0; }
.nbs-site h1,
.nbs-site h2,
.nbs-site h3,
.nbs-site h4,
.nbs-site h5 { color: var(--nbs-white); font-family: inherit; line-height: 1.02; letter-spacing: -0.045em; }

.nbs-shell { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.nbs-section { position: relative; padding: 126px 0; }

.nbs-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 99999;
	padding: 10px 16px;
	background: var(--nbs-white);
	color: var(--nbs-black) !important;
	transform: translateY(-150%);
}
.nbs-skip-link:focus { transform: translateY(0); }

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

.nbs-topline {
	position: relative;
	z-index: 60;
	border-bottom: 1px solid rgba(173, 85, 255, 0.24);
	background: #08050d;
	color: #ccc5d7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}
.nbs-topline .nbs-shell { display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 34px; }
.nbs-topline span { display: inline-flex; align-items: center; gap: 12px; }
.nbs-topline span:not(:first-child)::before { width: 4px; height: 4px; border-radius: 50%; background: var(--nbs-purple); box-shadow: 0 0 12px var(--nbs-purple); content: ""; }

.nbs-header {
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	z-index: 55;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}
.nbs-header.is-sticky {
	position: fixed;
	top: 0;
	background: rgba(7, 4, 12, 0.88);
	border-color: rgba(165, 77, 255, 0.25);
	box-shadow: 0 14px 50px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}
.admin-bar .nbs-header.is-sticky { top: 32px; }
.nbs-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 88px; }

.nbs-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.nbs-brand-mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(206, 156, 255, 0.46);
	background: linear-gradient(145deg, rgba(165, 77, 255, 0.2), rgba(255, 255, 255, 0.03));
	box-shadow: inset 0 0 24px rgba(156, 66, 255, 0.2), 0 0 26px rgba(132, 45, 240, 0.16);
	clip-path: polygon(16% 0, 100% 0, 100% 84%, 84% 100%, 0 100%, 0 16%);
}
.nbs-brand-mark::after { position: absolute; inset: 5px; border: 1px solid rgba(215, 173, 103, 0.23); content: ""; }
.nbs-brand-mark img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.nbs-brand-type { display: flex; flex-direction: column; line-height: 1; }
.nbs-brand-type strong { color: white; font-size: 20px; font-weight: 800; letter-spacing: 0.15em; }
.nbs-brand-type small { margin-top: 7px; color: #b6afbf; font-size: 10px; font-weight: 700; letter-spacing: 0.26em; }

.nbs-menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 32px); margin-left: auto; }
.nbs-menu a { position: relative; color: #c8c2d0; font-size: 12px; font-weight: 650; letter-spacing: 0.05em; }
.nbs-menu a::after { position: absolute; right: 100%; bottom: -12px; left: 0; height: 1px; background: linear-gradient(90deg, var(--nbs-purple), var(--nbs-gold)); content: ""; opacity: 0; transition: right 200ms ease, opacity 200ms ease; }
.nbs-menu a:hover,
.nbs-menu a:focus { color: white; }
.nbs-menu a:hover::after,
.nbs-menu a:focus::after { right: 0; opacity: 1; }
.nbs-header-actions { display: flex; align-items: center; gap: 14px; }
.nbs-cart-link { display: inline-flex; align-items: center; gap: 8px; color: #d4cedb; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.nbs-cart-link span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px; background: var(--nbs-purple); color: white; }

.nbs-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid rgba(196, 133, 255, 0.65);
	border-radius: 2px;
	background: linear-gradient(115deg, #7f2dde, #a94dff);
	box-shadow: 0 12px 34px rgba(111, 34, 205, 0.24), inset 0 1px rgba(255, 255, 255, 0.22);
	color: white !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.nbs-button::before { position: absolute; top: -1px; left: -1px; width: 18px; height: 1px; background: var(--nbs-gold); content: ""; }
.nbs-button:hover,
.nbs-button:focus { transform: translateY(-2px); border-color: #d5a9ff; box-shadow: 0 18px 50px rgba(111, 34, 205, 0.35), inset 0 1px rgba(255, 255, 255, 0.28); }
.nbs-button-small { min-height: 40px; padding-inline: 18px; font-size: 11px; }
.nbs-button-ghost { background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.24); box-shadow: none; }
.nbs-button-ghost:hover { border-color: var(--nbs-purple); background: rgba(151, 61, 238, 0.12); }

.nbs-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--nbs-line); background: rgba(255, 255, 255, 0.04); cursor: pointer; }
.nbs-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: white; transition: transform 180ms ease, opacity 180ms ease; }

.nbs-hero { position: relative; display: flex; align-items: center; min-height: max(760px, 100svh); padding-top: 122px; overflow: hidden; background: #07040c; }
.nbs-hero::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(4, 2, 8, 0.99) 0%, rgba(5, 3, 10, 0.92) 28%, rgba(5, 3, 10, 0.46) 56%, rgba(3, 2, 6, 0.08) 83%), linear-gradient(0deg, #050309 0%, transparent 28%); content: ""; }
.nbs-hero::after { position: absolute; z-index: 2; bottom: 0; left: 50%; width: min(1380px, calc(100% - 48px)); height: 1px; background: linear-gradient(90deg, transparent, rgba(178, 103, 255, 0.7), rgba(215, 173, 103, 0.6), transparent); content: ""; transform: translateX(-50%); }
.nbs-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: nbsHeroDrift 18s ease-in-out infinite alternate; }
@keyframes nbsHeroDrift { from { transform: scale(1.015); } to { transform: scale(1.065) translate3d(-0.8%, -0.2%, 0); } }
.nbs-hero-grid { position: absolute; z-index: 3; inset: 0; background-image: linear-gradient(rgba(154, 83, 232, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(154, 83, 232, 0.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 64%); }
.nbs-hero-orb { position: absolute; z-index: 3; border: 1px solid rgba(178, 91, 255, 0.2); border-radius: 50%; box-shadow: inset 0 0 60px rgba(151, 52, 244, 0.08); animation: nbsOrbit 16s linear infinite; }
.nbs-orb-one { top: 23%; left: 48%; width: 330px; height: 330px; }
.nbs-orb-two { right: 4%; bottom: 10%; width: 510px; height: 510px; animation-direction: reverse; animation-duration: 24s; }
.nbs-hero-orb::before { position: absolute; top: 50%; left: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--nbs-purple); box-shadow: 0 0 18px var(--nbs-purple); content: ""; }
@keyframes nbsOrbit { to { transform: rotate(360deg); } }
.nbs-hero-content { position: relative; z-index: 5; }
.nbs-hero-copy { width: min(760px, 62%); padding: 50px 0 60px; }
.nbs-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--nbs-purple-pale); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.nbs-kicker i { display: inline-block; width: 26px; height: 1px; background: linear-gradient(90deg, var(--nbs-purple), var(--nbs-gold)); box-shadow: 0 0 12px rgba(170, 77, 255, 0.6); }
.nbs-hero h1 { max-width: 840px; margin-bottom: 26px; font-size: clamp(52px, 6.6vw, 104px); font-weight: 750; letter-spacing: -0.067em; text-wrap: balance; }
.nbs-hero h1::first-line { color: white; }
.nbs-hero-copy > p { max-width: 650px; margin-bottom: 34px; color: #c0b9c9; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.nbs-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.nbs-hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 54px; color: #9e97aa; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nbs-hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.nbs-hero-proof strong { color: var(--nbs-gold); font-size: 11px; }
.nbs-scroll-cue { position: absolute; z-index: 5; bottom: 32px; right: max(24px, calc((100vw - 1380px) / 2)); display: flex; align-items: center; gap: 12px; color: #a49dac; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.nbs-scroll-cue span { display: inline-block; width: 38px; height: 1px; background: var(--nbs-purple); animation: nbsCue 1.8s ease-in-out infinite; }
@keyframes nbsCue { 50% { width: 58px; opacity: 0.45; } }

.nbs-section-heading { max-width: 850px; margin-bottom: 58px; }
.nbs-section-heading h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 76px); font-weight: 720; }
.nbs-section-heading p { max-width: 680px; margin-bottom: 0; color: var(--nbs-muted); font-size: 17px; }
.nbs-section-heading-split { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.65fr); align-items: end; gap: 58px; max-width: none; }
.nbs-section-heading-split h2 { margin-bottom: 0; }
.nbs-section-heading-split > p { padding-bottom: 8px; }

.nbs-scan-section { background: linear-gradient(180deg, #050309 0%, #090511 100%); }
.nbs-scan-section::after { position: absolute; top: 12%; right: -20%; width: 50%; aspect-ratio: 1; border-radius: 50%; background: rgba(102, 26, 190, 0.12); filter: blur(100px); content: ""; }
.nbs-scan-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.nbs-scan-card { position: relative; min-height: 420px; padding: 28px; overflow: hidden; border: 1px solid var(--nbs-line); border-radius: 2px; background: #0b0711; text-align: left; cursor: pointer; isolation: isolate; transition: transform 280ms ease, border-color 280ms ease; }
.nbs-scan-card::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(7, 3, 13, 0.98) 0%, rgba(7, 3, 13, 0.32) 72%); content: ""; }
.nbs-scan-card::after { position: absolute; z-index: 2; top: 0; right: 100%; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--nbs-purple), var(--nbs-gold)); content: ""; transition: right 400ms ease; }
.nbs-scan-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.52; filter: saturate(0.7); transition: transform 700ms ease, opacity 300ms ease, filter 300ms ease; }
.nbs-scan-card:hover { border-color: rgba(177, 105, 255, 0.54); transform: translateY(-8px); }
.nbs-scan-card:hover::after { right: 0; }
.nbs-scan-card:hover img { transform: scale(1.055); opacity: 0.74; filter: saturate(1); }
.nbs-scan-number { position: absolute; top: 25px; right: 25px; color: rgba(255, 255, 255, 0.45); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; }
.nbs-scan-icon { position: absolute; bottom: 130px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(178, 105, 255, 0.6); background: rgba(94, 27, 160, 0.28); color: var(--nbs-purple-pale); }
.nbs-scan-card strong { position: absolute; bottom: 84px; left: 28px; right: 28px; font-size: 21px; letter-spacing: -0.025em; }
.nbs-scan-card small { position: absolute; bottom: 58px; left: 28px; color: #b2aaba; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nbs-scan-card > i { position: absolute; right: 28px; bottom: 23px; color: var(--nbs-gold); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.nbs-video-section { padding-top: 78px; background: #090511; }
.nbs-video-layout { display: grid; grid-template-columns: minmax(280px, 0.58fr) minmax(480px, 1.25fr); align-items: center; gap: clamp(48px, 7vw, 110px); }
.nbs-video-layout .nbs-section-heading { margin: 0; }
.nbs-video-layout .nbs-section-heading h2 { font-size: clamp(38px, 4.5vw, 66px); }
.nbs-video-frame { position: relative; aspect-ratio: 16 / 9; padding: 1px; overflow: hidden; background: linear-gradient(135deg, rgba(181, 101, 255, 0.65), rgba(255, 255, 255, 0.08), rgba(215, 173, 103, 0.45)); box-shadow: var(--nbs-shadow); clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px)); }
.nbs-video-frame video { display: block; width: 100%; height: 100%; background: black; object-fit: cover; }
.nbs-video-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(126, 38, 219, 0.22), transparent 28%), linear-gradient(145deg, #08040e, #020204); }
.nbs-video-placeholder::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(170, 85, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(170, 85, 255, 0.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle, black, transparent 72%); content: ""; }
.nbs-video-placeholder::after { position: absolute; width: 52%; aspect-ratio: 1; border: 1px solid rgba(171, 88, 255, 0.14); border-radius: 50%; content: ""; animation: nbsPulseRing 3.5s ease-out infinite; }
@keyframes nbsPulseRing { from { transform: scale(0.6); opacity: 0.75; } to { transform: scale(1.5); opacity: 0; } }
.nbs-play-ring { position: relative; z-index: 1; display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 28px; border: 1px solid rgba(203, 149, 255, 0.6); border-radius: 50%; background: rgba(150, 56, 238, 0.12); box-shadow: 0 0 44px rgba(146, 48, 234, 0.2); }
.nbs-play-ring i { margin-left: 5px; color: white; font-size: 22px; font-style: normal; }
.nbs-video-placeholder strong { position: relative; z-index: 1; font-size: clamp(22px, 2.7vw, 40px); letter-spacing: 0.14em; }
.nbs-video-placeholder small { position: relative; z-index: 1; margin-top: 9px; color: var(--nbs-purple-pale); font-size: 11px; letter-spacing: 0.16em; }

.nbs-services-section { border-top: 1px solid rgba(255, 255, 255, 0.06); background: #06040a; }
.nbs-tabs { position: relative; }
.nbs-tab-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 26px; border: 1px solid var(--nbs-line); background: #0c0812; }
.nbs-tab-list button { min-height: 72px; padding: 14px 18px; border: 0; border-right: 1px solid var(--nbs-line); background: transparent; color: #8e8799; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }
.nbs-tab-list button:last-child { border-right: 0; }
.nbs-tab-list button[aria-selected="true"] { background: linear-gradient(115deg, rgba(113, 35, 199, 0.42), rgba(50, 20, 77, 0.2)); color: white; box-shadow: inset 0 -2px var(--nbs-purple); }
.nbs-tab-panel { animation: nbsPanelIn 360ms ease both; }
.nbs-tab-panel[hidden] { display: none !important; }
@keyframes nbsPanelIn { from { opacity: 0; transform: translateY(12px); } }
.nbs-division-intro { position: relative; display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: 340px; margin-bottom: 48px; overflow: hidden; border: 1px solid var(--nbs-line); background: #0a0710; }
.nbs-division-intro > div { z-index: 2; align-self: center; padding: clamp(32px, 5vw, 70px); }
.nbs-division-intro > div > span { color: var(--nbs-gold); font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.nbs-division-intro h3 { margin: 13px 0 18px; font-size: clamp(36px, 4vw, 62px); }
.nbs-division-intro p { max-width: 560px; margin: 0; color: var(--nbs-muted); font-size: 16px; }
.nbs-division-intro img { width: 100%; height: 100%; object-fit: cover; mask-image: linear-gradient(90deg, transparent, black 27%); }
.nbs-service-group { margin-top: 54px; }
.nbs-service-group-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--nbs-line); }
.nbs-service-group-title h4 { margin: 0; font-size: 24px; letter-spacing: -0.025em; }
.nbs-service-group-title span { color: #8d8696; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nbs-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.nbs-service-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--nbs-line); background: linear-gradient(150deg, rgba(18, 12, 27, 0.98), rgba(9, 6, 14, 0.98)); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.nbs-service-card:hover { transform: translateY(-5px); border-color: rgba(170, 83, 255, 0.4); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35); }
.nbs-service-image { position: relative; aspect-ratio: 16 / 8.4; overflow: hidden; background: #0a0610; }
.nbs-service-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12, 7, 18, 0.65), transparent 70%); content: ""; }
.nbs-service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82); transition: transform 600ms ease, filter 250ms ease; }
.nbs-service-card:hover .nbs-service-image img { transform: scale(1.04); filter: saturate(1); }
.nbs-service-image > span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 10px; border: 1px solid rgba(211, 172, 255, 0.32); background: rgba(12, 6, 20, 0.78); color: var(--nbs-purple-pale); font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.nbs-service-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.nbs-service-body > small { margin-bottom: 10px; color: var(--nbs-gold); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.nbs-service-body h5 { margin: 0 0 13px; font-size: 22px; letter-spacing: -0.035em; }
.nbs-service-body > p { min-height: 50px; margin-bottom: 20px; color: #aaa3b2; font-size: 14px; line-height: 1.58; }
.nbs-service-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 9px; min-height: 44px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.nbs-service-price > span { width: 100%; color: #8b8492; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.nbs-service-price strong { color: white; font-size: 25px; letter-spacing: -0.04em; }
.nbs-service-price em { color: var(--nbs-purple-pale); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: 0.08em; }
.nbs-service-card details { margin-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.nbs-service-card summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0 2px; color: #a9a2b2; cursor: pointer; list-style: none; font-size: 11px; font-weight: 750; letter-spacing: 0.05em; text-transform: uppercase; }
.nbs-service-card summary::-webkit-details-marker { display: none; }
.nbs-service-card summary span { color: var(--nbs-purple); font-size: 18px; transition: transform 180ms ease; }
.nbs-service-card details[open] summary span { transform: rotate(45deg); }
.nbs-service-card details p { margin: 10px 0 4px; color: #97909f; font-size: 13px; line-height: 1.58; }
.nbs-service-action { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 20px -26px -26px; padding: 17px 26px; border-top: 1px solid rgba(159, 72, 244, 0.28); background: rgba(123, 42, 205, 0.11); color: #e3d1f5 !important; font-size: 11px; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease; }
.nbs-service-action:hover { background: rgba(135, 45, 224, 0.26); color: white !important; }
.nbs-service-card.is-featured { border-color: rgba(167, 87, 244, 0.26); }
.nbs-service-card.is-featured .nbs-service-image { aspect-ratio: 16 / 9; }
.nbs-scope-note,
.nbs-tech-disclaimer { margin-top: 26px; padding: 24px 28px; border-left: 2px solid var(--nbs-gold); background: rgba(215, 173, 103, 0.06); color: #a8a0ad; }
.nbs-scope-note strong { display: block; margin-bottom: 7px; color: white; }
.nbs-scope-note p,
.nbs-tech-disclaimer { font-size: 13px; }
.nbs-scope-note p { margin: 0; }

.nbs-tech-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.nbs-tech-card { display: grid; grid-template-columns: 0.42fr 0.58fr; min-height: 400px; overflow: hidden; border: 1px solid var(--nbs-line); background: #0d0914; }
.nbs-tech-card > img { width: 100%; height: 100%; object-fit: cover; }
.nbs-tech-card > div { padding: 32px; }
.nbs-tech-card > div > span { color: var(--nbs-gold); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.nbs-tech-card h4 { margin: 13px 0 20px; font-size: 27px; }
.nbs-tech-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.nbs-tech-card li { position: relative; margin: 9px 0; padding-left: 17px; color: #aaa3b2; font-size: 12px; }
.nbs-tech-card li::before { position: absolute; top: 0.64em; left: 0; width: 5px; height: 5px; border: 1px solid var(--nbs-purple); content: ""; transform: rotate(45deg); }
.nbs-tech-card a { color: var(--nbs-purple-pale); font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }

.nbs-projects-section { background: linear-gradient(180deg, #06040a, #0b0712); }
.nbs-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.nbs-project-card { min-width: 0; }
.nbs-project-image { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--nbs-line); background: #0c0812; }
.nbs-project-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 2, 7, 0.58), transparent 46%); content: ""; opacity: 0.75; transition: opacity 240ms ease; }
.nbs-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease; }
.nbs-project-image span { position: absolute; z-index: 2; right: 22px; bottom: 20px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(7, 4, 11, 0.75); color: white; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; opacity: 0; transform: translateY(8px); transition: opacity 220ms ease, transform 220ms ease; }
.nbs-project-card:hover .nbs-project-image img { transform: scale(1.045); filter: saturate(1.08); }
.nbs-project-card:hover .nbs-project-image::after { opacity: 1; }
.nbs-project-card:hover .nbs-project-image span { opacity: 1; transform: none; }
.nbs-project-card > div { padding: 27px 8px 8px; }
.nbs-project-card small { color: var(--nbs-gold); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.nbs-project-card h3 { margin: 8px 0 12px; font-size: 34px; }
.nbs-project-card p { max-width: 570px; margin-bottom: 17px; color: #9f98a8; font-size: 14px; }
.nbs-project-card > div > a { color: var(--nbs-purple-pale); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }

.nbs-academy-highlight { overflow: hidden; background: #0b0712; }
.nbs-academy-highlight::before { position: absolute; top: 10%; right: -15%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(113, 32, 204, 0.14); filter: blur(100px); content: ""; }
.nbs-academy-layout { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(54px, 8vw, 130px); }
.nbs-academy-image { position: relative; padding: 1px; background: linear-gradient(135deg, var(--nbs-purple), rgba(255, 255, 255, 0.04), var(--nbs-gold)); box-shadow: var(--nbs-shadow); }
.nbs-academy-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.nbs-academy-image span { position: absolute; right: -24px; bottom: 36px; padding: 13px 18px; background: var(--nbs-purple); color: white; font-size: 11px; font-weight: 850; letter-spacing: 0.16em; }
.nbs-academy-copy h2 { max-width: 600px; margin-bottom: 22px; font-size: clamp(42px, 5vw, 72px); }
.nbs-academy-copy > p { color: var(--nbs-muted); font-size: 16px; }
.nbs-academy-copy ul { display: grid; gap: 9px; margin: 25px 0 34px; padding: 0; list-style: none; }
.nbs-academy-copy li { color: #d5cfda; font-size: 13px; }
.nbs-academy-copy li::before { margin-right: 10px; color: var(--nbs-gold); content: "◆"; font-size: 9px; }

.nbs-values-section { background: #06040a; }
.nbs-offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.nbs-offer-grid .nbs-service-body h5 { min-height: 44px; }
.nbs-tax-note { display: flex; align-items: center; gap: 22px; margin-top: 28px; padding: 24px 28px; border: 1px solid rgba(172, 89, 249, 0.24); background: linear-gradient(90deg, rgba(115, 34, 201, 0.13), transparent); }
.nbs-tax-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 58px; height: 58px; border: 1px solid var(--nbs-purple); color: var(--nbs-purple-pale); font-size: 12px; font-weight: 850; letter-spacing: 0.1em; }
.nbs-tax-note p { margin: 0; color: #aaa3b2; font-size: 13px; }
.nbs-tax-note strong { color: white; }

.nbs-process-section { border-top: 1px solid rgba(255, 255, 255, 0.06); background: #090610; }
.nbs-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: nbs-step; }
.nbs-process-grid article { position: relative; min-height: 280px; padding: 34px; border-top: 1px solid var(--nbs-line); border-bottom: 1px solid var(--nbs-line); border-left: 1px solid var(--nbs-line); background: rgba(255, 255, 255, 0.015); }
.nbs-process-grid article:last-child { border-right: 1px solid var(--nbs-line); }
.nbs-process-grid article::after { position: absolute; top: -1px; left: 0; width: 0; height: 1px; background: linear-gradient(90deg, var(--nbs-purple), var(--nbs-gold)); content: ""; transition: width 350ms ease; }
.nbs-process-grid article:hover::after { width: 100%; }
.nbs-process-grid article > span { display: inline-flex; margin-bottom: 66px; color: var(--nbs-gold); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; }
.nbs-process-grid h3 { margin-bottom: 12px; font-size: 26px; }
.nbs-process-grid p { margin: 0; color: #938c9d; font-size: 13px; }

.nbs-faq-section { background: #090610; }
.nbs-faq-layout { display: grid; grid-template-columns: 0.68fr 1.1fr; gap: clamp(50px, 9vw, 140px); }
.nbs-faq-layout .nbs-section-heading { position: sticky; top: 120px; align-self: start; margin: 0; }
.nbs-faq-layout .nbs-section-heading h2 { font-size: clamp(42px, 4.5vw, 66px); }
.nbs-faq-list { border-top: 1px solid var(--nbs-line); }
.nbs-faq-list details { border-bottom: 1px solid var(--nbs-line); }
.nbs-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; color: white; cursor: pointer; list-style: none; font-size: 15px; font-weight: 650; }
.nbs-faq-list summary::-webkit-details-marker { display: none; }
.nbs-faq-list summary span { color: var(--nbs-purple); font-size: 26px; font-weight: 300; transition: transform 180ms ease; }
.nbs-faq-list details[open] summary span { transform: rotate(45deg); }
.nbs-faq-list details p { max-width: 760px; margin: -6px 0 26px; padding-right: 55px; color: #a29baa; font-size: 14px; }

.nbs-contact-section { background: radial-gradient(circle at 18% 36%, rgba(125, 36, 214, 0.2), transparent 28rem), #060309; }
.nbs-contact-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(166, 84, 246, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 84, 246, 0.045) 1px, transparent 1px); background-size: 76px 76px; content: ""; }
.nbs-contact-layout { position: relative; display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(460px, 0.76fr); align-items: center; gap: clamp(60px, 10vw, 160px); }
.nbs-contact-copy h2 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 5.7vw, 84px); }
.nbs-contact-copy p { max-width: 590px; margin-bottom: 32px; color: #aea7b6; }
.nbs-contact-copy > a { display: block; width: max-content; margin: 9px 0; border-bottom: 1px solid rgba(174, 84, 255, 0.38); color: var(--nbs-purple-pale); font-size: 14px; }
.nbs-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(173, 85, 255, 0.27); background: rgba(14, 9, 21, 0.88); box-shadow: var(--nbs-shadow); backdrop-filter: blur(15px); }
.nbs-contact-form label { display: flex; flex-direction: column; gap: 8px; }
.nbs-contact-form label:nth-of-type(3),
.nbs-contact-form label:nth-of-type(4),
.nbs-contact-form button,
.nbs-contact-form > small { grid-column: 1 / -1; }
.nbs-contact-form label > span { color: #b9b1c2; font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.nbs-contact-form input,
.nbs-contact-form select,
.nbs-contact-form textarea { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 0; outline: 0; background: rgba(255, 255, 255, 0.035); color: white; transition: border-color 180ms ease, box-shadow 180ms ease; }
.nbs-contact-form textarea { resize: vertical; }
.nbs-contact-form select { color-scheme: dark; }
.nbs-contact-form input::placeholder,
.nbs-contact-form textarea::placeholder { color: #6f6876; }
.nbs-contact-form input:focus,
.nbs-contact-form select:focus,
.nbs-contact-form textarea:focus { border-color: var(--nbs-purple); box-shadow: 0 0 0 3px rgba(162, 73, 250, 0.1); }
.nbs-contact-form button { width: 100%; border: 1px solid rgba(196, 133, 255, 0.65); }
.nbs-contact-form > small { color: #837c8a; font-size: 11px; text-align: center; }

.nbs-footer { padding: 74px 0 24px; border-top: 1px solid rgba(255, 255, 255, 0.09); background: #030205; }
.nbs-footer-grid { display: grid; grid-template-columns: 1.5fr 0.55fr 0.55fr; gap: 60px; padding-bottom: 56px; }
.nbs-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.nbs-footer-grid > div:first-child p { margin: 13px 0 0; color: #837c8a; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.nbs-footer-grid > div > strong { margin-bottom: 9px; color: #ece8f1; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.nbs-footer-grid > div > a:not(.nbs-brand) { color: #85808b; font-size: 12px; }
.nbs-footer-grid > div > a:hover { color: white; }
.nbs-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #7d7684; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }

.nbs-whatsapp-float { position: fixed; z-index: 70; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 7px 13px 7px 7px; border: 1px solid rgba(67, 223, 145, 0.34); border-radius: 99px; background: rgba(6, 18, 13, 0.91); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4); backdrop-filter: blur(10px); }
.nbs-whatsapp-float span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #28c86d; color: #06130c; font-size: 11px; font-weight: 900; }
.nbs-whatsapp-float i { color: #c8f7dc; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }

.nbs-site.js-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.nbs-site.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }

/* WooCommerce components used outside the canvas. */
.nbs-payment-choice { display: grid; gap: 10px; margin: 20px 0; padding: 20px; border: 1px solid rgba(165, 77, 255, 0.3); background: rgba(110, 34, 190, 0.06); }
.nbs-payment-choice legend { padding: 0 8px; font-weight: 750; }
.nbs-payment-option { display: flex; align-items: flex-start; gap: 12px; padding: 12px; border: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; }
.nbs-payment-option:has(input:checked) { border-color: #9341eb; box-shadow: inset 3px 0 #9341eb; }
.nbs-payment-option input { margin-top: 5px; }
.nbs-payment-option span { display: flex; flex-direction: column; }
.nbs-payment-option small { opacity: 0.68; }
.nbs-price-prefix { font-size: 0.6em; font-weight: 700; text-transform: uppercase; }
.nbs-checkout-brief { margin: 28px 0; padding: 24px; border: 1px solid rgba(144, 56, 224, 0.22); }
.nbs-order-next { margin: 30px 0; padding: 26px; border-left: 3px solid #9341eb; background: rgba(147, 65, 235, 0.08); }

@media (max-width: 1180px) {
	.nbs-header-actions .nbs-cart-link { display: none; }
	.nbs-menu { gap: 17px; }
	.nbs-scan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nbs-scan-card { min-height: 360px; }
	.nbs-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nbs-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nbs-tech-card { grid-template-columns: 0.37fr 0.63fr; }
}

@media (max-width: 960px) {
	.nbs-shell { width: min(100% - 36px, 800px); }
	.nbs-section { padding: 94px 0; }
	.nbs-topline .nbs-shell { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
	.nbs-topline span:nth-child(3) { display: none; }
	.nbs-header-inner { min-height: 72px; }
	.nbs-menu-toggle { display: block; margin-left: auto; }
	.nbs-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.nbs-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
	.nbs-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.nbs-menu { position: absolute; top: 100%; left: 18px; right: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; border: 1px solid rgba(174, 88, 255, 0.28); background: rgba(8, 4, 13, 0.97); box-shadow: var(--nbs-shadow); backdrop-filter: blur(16px); }
	.nbs-menu.is-open { display: flex; }
	.nbs-menu a { padding: 13px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
	.nbs-menu a:last-child { border: 0; }
	.nbs-header-actions .nbs-button { display: none; }
	.nbs-header-actions { display: none; }
	.nbs-hero { min-height: 820px; padding-top: 106px; }
	.nbs-hero::before { background: linear-gradient(90deg, rgba(4, 2, 8, 0.99), rgba(5, 3, 10, 0.82) 58%, rgba(5, 3, 10, 0.25)), linear-gradient(0deg, #050309 0%, transparent 35%); }
	.nbs-hero-image { object-position: 58% center; opacity: 0.86; }
	.nbs-hero-copy { width: 79%; }
	.nbs-orb-two { display: none; }
	.nbs-section-heading-split { grid-template-columns: 1fr; gap: 20px; }
	.nbs-video-layout,
	.nbs-academy-layout,
	.nbs-contact-layout,
	.nbs-faq-layout { grid-template-columns: 1fr; }
	.nbs-faq-layout .nbs-section-heading { position: static; }
	.nbs-video-layout { gap: 44px; }
	.nbs-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nbs-tab-list button:nth-child(2) { border-right: 0; }
	.nbs-tab-list button:nth-child(-n+2) { border-bottom: 1px solid var(--nbs-line); }
	.nbs-division-intro { grid-template-columns: 1fr; }
	.nbs-division-intro img { position: absolute; inset: 0 0 0 auto; width: 58%; opacity: 0.48; mask-image: linear-gradient(90deg, transparent, black 54%); }
	.nbs-division-intro > div { max-width: 68%; }
	.nbs-tech-grid { grid-template-columns: 1fr; }
	.nbs-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nbs-process-grid article:nth-child(2) { border-right: 1px solid var(--nbs-line); }
	.nbs-process-grid article:nth-child(n+3) { border-top: 0; }
	.nbs-footer-grid { grid-template-columns: 1fr 0.6fr 0.6fr; }
}

@media (max-width: 680px) {
	.nbs-shell { width: min(100% - 28px, 540px); }
	.nbs-section { padding: 76px 0; }
	.nbs-topline { font-size: 10px; }
	.nbs-topline .nbs-shell { gap: 18px; }
	.nbs-topline span:nth-child(2) { display: none; }
	.nbs-header { top: 34px; }
	.admin-bar .nbs-header.is-sticky { top: 46px; }
	.nbs-brand-type strong { font-size: 17px; }
	.nbs-brand-type small { letter-spacing: 0.25em; }
	.nbs-brand-mark { width: 36px; height: 36px; }
	.nbs-hero { min-height: 760px; align-items: flex-end; padding-bottom: 72px; }
	.nbs-hero::before { background: linear-gradient(0deg, #050309 0%, rgba(5, 3, 10, 0.9) 45%, rgba(5, 3, 10, 0.22) 100%), linear-gradient(90deg, rgba(4, 2, 8, 0.7), transparent); }
	.nbs-hero-image { object-position: 64% 10%; }
	.nbs-hero-copy { width: 100%; padding-bottom: 0; }
	.nbs-hero h1 { font-size: clamp(46px, 13.5vw, 68px); }
	.nbs-hero-copy > p { font-size: 15px; }
	.nbs-hero-actions { display: grid; grid-template-columns: 1fr; }
	.nbs-hero-proof { display: none; }
	.nbs-scroll-cue { display: none; }
	.nbs-section-heading { margin-bottom: 40px; }
	.nbs-section-heading h2 { font-size: 41px; }
	.nbs-section-heading p { font-size: 15px; }
	.nbs-scan-grid,
	.nbs-service-grid,
	.nbs-project-grid,
	.nbs-offer-grid,
	.nbs-process-grid { grid-template-columns: 1fr; }
	.nbs-scan-card { min-height: 310px; }
	.nbs-video-layout { gap: 34px; }
	.nbs-video-placeholder strong { font-size: 18px; letter-spacing: 0.09em; }
	.nbs-play-ring { width: 58px; height: 58px; margin-bottom: 18px; }
	.nbs-tab-list { display: flex; margin-inline: -14px; padding-inline: 14px; overflow-x: auto; border-inline: 0; scroll-snap-type: x mandatory; }
	.nbs-tab-list button { flex: 0 0 74%; border: 0 !important; border-right: 1px solid var(--nbs-line) !important; scroll-snap-align: start; }
	.nbs-division-intro { min-height: 430px; }
	.nbs-division-intro > div { align-self: end; max-width: 100%; padding: 28px; background: linear-gradient(0deg, rgba(8, 4, 13, 0.98), rgba(8, 4, 13, 0.32)); }
	.nbs-division-intro img { width: 100%; opacity: 0.67; mask-image: linear-gradient(0deg, transparent, black 55%); }
	.nbs-division-intro h3 { font-size: 40px; }
	.nbs-service-group-title { align-items: flex-start; flex-direction: column; gap: 5px; }
	.nbs-service-body > p { min-height: 0; }
	.nbs-tech-card { grid-template-columns: 1fr; }
	.nbs-tech-card > img { aspect-ratio: 16 / 8; }
	.nbs-project-card h3 { font-size: 29px; }
	.nbs-academy-layout { gap: 46px; }
	.nbs-academy-image span { right: 12px; bottom: 12px; }
	.nbs-tax-note { align-items: flex-start; }
	.nbs-process-grid article,
	.nbs-process-grid article:nth-child(n) { min-height: 225px; border: 1px solid var(--nbs-line); border-bottom: 0; }
	.nbs-process-grid article:last-child { border-bottom: 1px solid var(--nbs-line); }
	.nbs-process-grid article > span { margin-bottom: 36px; }
	.nbs-contact-layout { gap: 45px; }
	.nbs-contact-copy h2 { font-size: 46px; }
	.nbs-contact-form { grid-template-columns: 1fr; padding: 25px; }
	.nbs-contact-form label,
	.nbs-contact-form button,
	.nbs-contact-form > small { grid-column: 1; }
	.nbs-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
	.nbs-footer-grid > div:first-child { grid-column: 1 / -1; }
	.nbs-footer-bottom { flex-direction: column; }
	.nbs-whatsapp-float { right: 12px; bottom: 12px; }
	.nbs-whatsapp-float i { display: none; }
	.nbs-whatsapp-float { padding-right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.nbs-site *,
	.nbs-site *::before,
	.nbs-site *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
	.nbs-site.js-ready [data-reveal] { opacity: 1; transform: none; }
}
