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

@font-face {
	font-family: "NRS Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../../fonts/manrope-variable.woff2") format("woff2");
}

/*
 * Three information pages without dedicated Figma frames.
 * Geometry intentionally follows the completed NR Sign product/service system:
 * 560px desktop hero, 520px mobile hero, 1280px rail, and 120/72px section rhythm.
 */
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) .avada-page-titlebar-wrapper {
	display: none !important;
}

body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #main > .fusion-row,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #content,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #content > article,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #content .post-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.nrs-page-information.nrs-route-legacy,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #main,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) #wrapper,
body.nrs-page-information.nrs-route-legacy:not(.fusion-builder-live) .fusion-wrapper {
	background: #fff !important;
}

body.nrs-page-information.nrs-route-legacy {
	overflow-x: hidden;
}

.nrs-information-hero,
.nrs-information-section {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	font-family: "NRS Inter", Inter, var(--body_typography-font-family, Arial, sans-serif);
}

.nrs-information-hero *,
.nrs-information-hero *::before,
.nrs-information-hero *::after,
.nrs-information-section *,
.nrs-information-section *::before,
.nrs-information-section *::after {
	box-sizing: border-box;
}

.nrs-information-container {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.nrs-information-hero {
	position: relative;
	z-index: 1;
	height: 560px;
	min-height: 560px;
	margin: 0 0 120px;
	overflow: visible;
	background: #233250;
	color: #fff;
	isolation: isolate;
}

.nrs-information-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(35, 50, 80, 0.52) 0%, rgba(35, 50, 80, 0.88) 100%);
	content: "";
}

.nrs-information-hero__picture,
.nrs-information-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.nrs-information-hero__picture {
	z-index: -2;
	overflow: hidden;
}

.nrs-information-hero__image {
	object-fit: cover;
	object-position: center;
}

.nrs-information-hero--eeg-software .nrs-information-hero__image {
	object-position: center 46%;
}

.nrs-information-hero--emg-software .nrs-information-hero__image {
	object-position: center 42%;
}

.nrs-information-hero--eeg-accessories-guide .nrs-information-hero__image {
	object-position: center 38%;
}

.nrs-information-hero__content {
	position: absolute;
	top: 148px;
	left: 50%;
	z-index: 2;
	width: min(1080px, calc(100% - 48px));
	text-align: center;
	transform: translateX(-50%);
}

.nrs-information-hero__breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	gap: 8px;
}

.nrs-information-hero__breadcrumb a,
.nrs-information-hero__breadcrumb span {
	color: inherit;
	text-decoration: none;
}

.nrs-information-hero__breadcrumb a:hover,
.nrs-information-hero__breadcrumb a:focus-visible {
	color: #fff;
}

.nrs-information-hero__breadcrumb a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.nrs-information-hero h1.nrs-information-hero__title {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fbfbfb;
	font-family: "NRS Manrope", Manrope, "NRS Inter", Inter, sans-serif;
	font-size: clamp(56px, 5vw, 72px) !important;
	font-weight: 600;
	line-height: 1.18 !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-information-hero--eeg-accessories-guide h1.nrs-information-hero__title {
	font-size: clamp(48px, 4.45vw, 64px) !important;
}

.nrs-information-section {
	margin: 0 0 120px;
	color: #111827;
}

.nrs-information-feature-map {
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	background: #1f2d3d;
	box-shadow: 0 24px 60px rgba(9, 26, 39, 0.14);
}

.nrs-information-feature-map img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.nrs-information-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.nrs-information-media {
	min-width: 0;
	margin: 0;
}

.nrs-information-media--wide {
	grid-column: 1 / -1;
}

.nrs-information-media__frame {
	display: grid;
	min-height: 360px;
	place-items: center;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #f6f9fa;
}

.nrs-information-media--wide .nrs-information-media__frame {
	min-height: 480px;
}

.nrs-information-media__frame img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.nrs-information-media figcaption {
	margin: 18px 0 0;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.nrs-information-emg-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	align-items: start;
	gap: 64px;
}

.nrs-information-prose {
	padding: 48px;
	border-radius: 24px;
	background: #111827;
	color: #f9fafb;
}

.nrs-information-prose > p:first-child {
	margin: 0 0 32px;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
}

.nrs-information-prose p,
.nrs-information-prose li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.nrs-information-prose p {
	margin: 0 0 24px;
}

.nrs-information-prose ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nrs-information-prose li {
	position: relative;
	padding-left: 28px;
	margin: 0 0 16px;
}

.nrs-information-prose li::before {
	position: absolute;
	top: 12px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #74a8d0;
	content: "";
}

.nrs-information-prose strong {
	color: #fff;
}

.nrs-information-emg-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.nrs-information-emg-gallery__item {
	display: grid;
	min-height: 280px;
	margin: 0;
	place-items: center;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #f6f9fa;
}

.nrs-information-emg-gallery__item--3 {
	grid-column: 1 / -1;
	min-height: 360px;
}

.nrs-information-emg-gallery__item--4 {
	grid-column: 1 / -1;
	min-height: 180px;
}

.nrs-information-emg-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.nrs-information-guide-intro {
	display: grid;
	min-height: 300px;
	padding: 64px 80px;
	place-items: center;
	border-radius: 24px;
	background: #f6f9fa;
}

.nrs-information-guide-intro p {
	max-width: 980px;
	margin: 0;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
}

.nrs-information-options {
	display: grid;
	gap: 40px;
}

.nrs-information-option {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	min-height: 420px;
	padding: 48px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #fff;
	gap: 56px;
}

.nrs-information-option:nth-child(even) {
	grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
	background: #f6f9fa;
}

.nrs-information-option:nth-child(even) .nrs-information-option__copy {
	grid-column: 2;
	grid-row: 1;
}

.nrs-information-option:nth-child(even) .nrs-information-option__media {
	grid-column: 1;
	grid-row: 1;
}

.nrs-information-option__copy h2 {
	margin: 0 0 24px;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 40px !important;
	font-weight: 500;
	line-height: 48px !important;
	letter-spacing: -0.02em;
}

.nrs-information-option__copy p {
	margin: 0;
	color: #374151;
	font-size: 18px;
	line-height: 30px;
}

.nrs-information-option__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.nrs-information-option__media figure {
	display: grid;
	min-height: 160px;
	margin: 0;
	place-items: center;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
}

.nrs-information-option__media--3 figure:first-child,
.nrs-information-option__media--3 figure:last-child {
	grid-row: span 2;
}

.nrs-information-option__media--3 figure:first-child {
	grid-row: 1 / 3;
}

.nrs-information-option__media--3 figure:last-child {
	grid-column: 2;
}

.nrs-information-option__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.nrs-information-section--categories {
	padding: 96px 0;
	background: #111827;
	color: #fff;
}

h2.nrs-information-section-title {
	margin: 0 0 48px;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 48px !important;
	font-weight: 500;
	line-height: 58px !important;
	letter-spacing: -0.02em;
	text-align: center;
}

.nrs-information-category-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.nrs-information-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
}

.nrs-information-category-list a span:last-child {
	color: #9ec7e7;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.nrs-information-category-list a:hover,
.nrs-information-category-list a:focus-visible {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.nrs-information-category-list a:focus-visible,
.nrs-information-related-card:focus-visible,
.nrs-information-contact-details__phone a:focus-visible {
	outline: 2px solid #74a8d0;
	outline-offset: 4px;
}

.nrs-information-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.nrs-information-related-card {
	display: flex;
	min-width: 0;
	min-height: 380px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #fff;
	color: #111827;
	flex-direction: column;
	text-decoration: none;
}

.nrs-information-related-card__media {
	display: grid;
	height: 284px;
	place-items: center;
	overflow: hidden;
	border-radius: 14px;
	background: #f6f9fa;
}

.nrs-information-related-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.nrs-information-related-card__title {
	margin: 20px 4px 4px;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.nrs-information-related-card:hover {
	border-color: #b1c6d7;
	color: #111827;
}

.nrs-information-section--contact-details {
	margin-bottom: 120px;
}

.nrs-information-contact-details {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	min-height: 320px;
	overflow: hidden;
	border-radius: 24px;
	background: #d3ebff;
}

.nrs-information-contact-details > div {
	padding: 56px 64px;
}

.nrs-information-contact-details > div + div {
	border-left: 1px solid rgba(31, 93, 141, 0.18);
}

.nrs-information-contact-details h2 {
	margin: 0 0 32px;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 32px !important;
	font-weight: 500;
	line-height: 40px !important;
}

.nrs-information-contact-details dl,
.nrs-information-contact-details dd {
	margin: 0;
}

.nrs-information-contact-details dl > div {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(31, 93, 141, 0.16);
	font-size: 16px;
	line-height: 24px;
	gap: 24px;
}

.nrs-information-contact-details__phone {
	display: flex;
	justify-content: center;
	background: #c5e2fa;
	flex-direction: column;
}

.nrs-information-contact-details__phone a {
	color: #1f5d8d;
	font-family: "NRS Manrope", Manrope, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.nrs-information-emg-layout {
		grid-template-columns: 1fr;
	}

	.nrs-information-emg-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nrs-information-emg-gallery__item--3 {
		grid-column: auto;
		min-height: 280px;
	}

	.nrs-information-emg-gallery__item--4 {
		grid-column: 1 / -1;
		min-height: 180px;
	}

	.nrs-information-option {
		grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
		padding: 40px;
		gap: 36px;
	}

	.nrs-information-option:nth-child(even) {
		grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	}

	.nrs-information-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.nrs-information-media__frame,
	.nrs-information-media--wide .nrs-information-media__frame {
		min-height: 280px;
	}

	.nrs-information-option,
	.nrs-information-option:nth-child(even) {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.nrs-information-option:nth-child(even) .nrs-information-option__copy,
	.nrs-information-option:nth-child(even) .nrs-information-option__media {
		grid-column: auto;
		grid-row: auto;
	}

	.nrs-information-option__copy {
		grid-row: 1;
	}

	.nrs-information-option__media {
		grid-row: 2;
	}

	.nrs-information-contact-details {
		grid-template-columns: 1fr;
	}

	.nrs-information-contact-details > div + div {
		border-top: 1px solid rgba(31, 93, 141, 0.18);
		border-left: 0;
	}
}

@media (max-width: 600px) {
	.nrs-information-container {
		width: min(345px, calc(100% - 48px));
	}

	.nrs-information-hero {
		height: 520px;
		min-height: 520px;
		margin-bottom: 72px;
	}

	.nrs-information-hero::before {
		background: linear-gradient(180deg, rgba(35, 50, 80, 0.58) 0%, rgba(35, 50, 80, 0.92) 100%);
	}

	.nrs-information-hero__content {
		top: 116px;
		width: min(345px, calc(100% - 48px));
	}

	.nrs-information-hero__breadcrumb {
		margin-bottom: 32px;
		font-size: 14px;
		line-height: 20px;
	}

	.nrs-information-hero__breadcrumb span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nrs-information-hero h1.nrs-information-hero__title,
	.nrs-information-hero--eeg-accessories-guide h1.nrs-information-hero__title {
		font-size: 40px !important;
		line-height: 56px !important;
	}

	.nrs-information-section,
	.nrs-information-section--contact-details {
		margin-bottom: 72px;
	}

	.nrs-information-feature-map,
	.nrs-information-media__frame,
	.nrs-information-prose,
	.nrs-information-guide-intro,
	.nrs-information-option,
	.nrs-information-contact-details {
		border-radius: 20px;
	}

	.nrs-information-media-grid,
	.nrs-information-emg-gallery,
	.nrs-information-category-list,
	.nrs-information-related-grid {
		grid-template-columns: 1fr;
	}

	.nrs-information-media--wide,
	.nrs-information-emg-gallery__item--3,
	.nrs-information-emg-gallery__item--4 {
		grid-column: auto;
	}

	.nrs-information-media__frame,
	.nrs-information-media--wide .nrs-information-media__frame {
		min-height: 0;
	}

	.nrs-information-media__frame img {
		height: auto;
	}

	.nrs-information-media figcaption {
		margin-top: 14px;
		font-size: 20px;
		line-height: 28px;
	}

	.nrs-information-prose {
		padding: 32px 24px;
	}

	.nrs-information-prose > p:first-child {
		font-size: 32px;
		line-height: 40px;
	}

	.nrs-information-prose p,
	.nrs-information-prose li {
		font-size: 16px;
		line-height: 28px;
	}

	.nrs-information-emg-gallery__item,
	.nrs-information-emg-gallery__item--3,
	.nrs-information-emg-gallery__item--4 {
		min-height: 0;
	}

	.nrs-information-emg-gallery img {
		height: auto;
	}

	.nrs-information-guide-intro {
		min-height: 0;
		padding: 40px 24px;
	}

	.nrs-information-guide-intro p {
		font-size: 20px;
		line-height: 36px;
	}

	.nrs-information-options {
		gap: 24px;
	}

	.nrs-information-option,
	.nrs-information-option:nth-child(even) {
		padding: 32px 24px;
		gap: 28px;
	}

	.nrs-information-option__copy h2 {
		margin-bottom: 16px;
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.nrs-information-option__copy p {
		font-size: 16px;
		line-height: 28px;
	}

	.nrs-information-option__media {
		gap: 10px;
	}

	.nrs-information-option__media figure {
		min-height: 118px;
		border-radius: 12px;
	}

	.nrs-information-section--categories {
		padding: 64px 0;
	}

	h2.nrs-information-section-title {
		margin-bottom: 32px;
		font-size: 32px !important;
		line-height: 40px !important;
	}

	.nrs-information-category-list a {
		min-height: 72px;
		font-size: 16px;
		line-height: 24px;
	}

	.nrs-information-related-card {
		min-height: 0;
	}

	.nrs-information-related-card__media {
		height: 300px;
	}

	.nrs-information-contact-details > div {
		padding: 40px 24px;
	}

	.nrs-information-contact-details h2 {
		margin-bottom: 24px;
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.nrs-information-contact-details dl > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.nrs-information-contact-details__phone a {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 374px) {
	.nrs-information-container,
	.nrs-information-hero__content {
		width: calc(100% - 32px);
	}

	.nrs-information-hero h1.nrs-information-hero__title,
	.nrs-information-hero--eeg-accessories-guide h1.nrs-information-hero__title {
		font-size: 34px !important;
		line-height: 46px !important;
	}

	.nrs-information-hero__breadcrumb {
		font-size: 13px;
	}

	.nrs-information-option__media {
		grid-template-columns: 1fr;
	}

	.nrs-information-option__media--3 figure:first-child,
	.nrs-information-option__media--3 figure:last-child {
		grid-column: auto;
		grid-row: auto;
	}
}
