.nr-page-map {
	--map-orange: #ff7a18;
	--map-orange-soft: rgba(255, 122, 24, .16);
	--map-blue: #6da8ff;
}

.nr-page-map .nr-main {
	overflow: hidden;
}

.nr-map {
	font-size: 17px;
}

.nr-map-shell {
	width: min(calc(100% - (2 * var(--nr-gutter))), 1180px);
	margin-inline: auto;
}

.nr-map h1,
.nr-map h2,
.nr-map h3,
.nr-map p {
	margin-top: 0;
}

.nr-map h1,
.nr-map h2,
.nr-map h3 {
	font-family: var(--nr-font-display);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.nr-map h1 {
	max-width: 840px;
	font-size: clamp(3rem, 5.4vw, 4.8rem);
}

.nr-map h2 {
	font-size: clamp(2.3rem, 4.8vw, 4.5rem);
}

.nr-map h3 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.nr-map-kicker {
	color: var(--map-orange);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nr-map-hero {
	position: relative;
	padding: clamp(32px, 4vw, 56px) 0 clamp(70px, 9vw, 120px);
}

.nr-map-hero::before {
	position: absolute;
	z-index: -1;
	inset: -20% -10% 0 42%;
	content: "";
	background:
		radial-gradient(circle at 50% 30%, rgba(255, 122, 24, .18), transparent 38%),
		radial-gradient(circle at 80% 70%, rgba(109, 168, 255, .14), transparent 34%);
	filter: blur(6px);
}

.nr-map-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
	align-items: center;
	gap: clamp(34px, 4.5vw, 64px);
}

.nr-map-coordinate {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: rgba(176, 195, 224, .72);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: .65rem;
	letter-spacing: .09em;
}

.nr-map-coordinate::before {
	width: 26px;
	height: 1px;
	content: "";
	background: var(--map-blue);
	box-shadow: 0 0 10px rgba(109, 168, 255, .65);
}

.nr-map-coordinate span {
	color: #dce9ff;
	font-weight: 800;
}

.nr-map-lead {
	max-width: 720px;
	color: #c5cddd;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.nr-map-lead strong {
	color: #fff;
}

.nr-map-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.nr-map-proof li {
	padding: 8px 12px;
	border: 1px solid var(--nr-border);
	border-radius: 99px;
	background: rgba(255, 255, 255, .035);
	color: #dbe2f0;
	font-size: .82rem;
}

.nr-map-proof li::before {
	margin-right: 7px;
	color: #5ce0ac;
	content: "✓";
}

.nr-map-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.nr-map-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-weight: 820;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nr-map-button:hover {
	transform: translateY(-2px);
}

.nr-map-button--primary {
	background: linear-gradient(135deg, #ff8a1e, #f45d12);
	box-shadow: 0 14px 36px rgba(244, 93, 18, .22);
	color: #12151b;
}

.nr-map-button--primary:hover,
.nr-map-button--primary:focus-visible {
	color: #050608;
}

.nr-map-button--quiet {
	border-color: var(--nr-border);
	background: rgba(255, 255, 255, .035);
	color: var(--nr-text);
}

.nr-map-price {
	margin: 17px 0 0;
	color: var(--nr-text-muted);
	font-size: .83rem;
}

.nr-map-price strong {
	color: #fff;
}

.nr-map-video {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 25px;
	background: rgba(13, 23, 40, .74);
	box-shadow: var(--nr-shadow);
}

.nr-map-video::before,
.nr-map-video::after {
	position: absolute;
	z-index: 2;
	width: 44px;
	height: 44px;
	pointer-events: none;
	content: "";
}

.nr-map-video::before {
	top: -12px;
	left: -12px;
	border-top: 1px solid rgba(109, 168, 255, .7);
	border-left: 1px solid rgba(109, 168, 255, .7);
}

.nr-map-video::after {
	right: -12px;
	bottom: -12px;
	border-right: 1px solid rgba(255, 122, 24, .7);
	border-bottom: 1px solid rgba(255, 122, 24, .7);
}

.nr-map-video__mark {
	position: absolute;
	z-index: 3;
	pointer-events: none;
}

.nr-map-video__mark--start {
	top: -25px;
	right: 24px;
	color: var(--map-orange);
	font-family: ui-monospace, monospace;
	font-size: 1.8rem;
	font-weight: 300;
	transform: rotate(8deg);
}

.nr-map-video__mark--end {
	bottom: -8px;
	left: 28px;
	width: 9px;
	height: 9px;
	border: 1px solid var(--map-blue);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(109, 168, 255, .08), 0 0 14px rgba(109, 168, 255, .35);
}

.nr-map-video__frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 17px;
	background:
		linear-gradient(145deg, rgba(5, 12, 24, .22), rgba(5, 12, 24, .86)),
		radial-gradient(circle at 75% 25%, rgba(255, 122, 24, .44), transparent 32%),
		linear-gradient(135deg, #122648, #101627);
}

.nr-map-video__frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.nr-map-video__play {
	display: grid;
	width: 100%;
	height: 100%;
	padding: clamp(24px, 4vw, 44px);
	align-content: end;
	justify-items: start;
	border: 0;
	background: transparent;
	color: #fff;
	text-align: left;
}

.nr-map-video__eyebrow {
	color: #ffb56f;
	font-size: .75rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.nr-map-video__title {
	max-width: 410px;
	margin: 8px 0 20px;
	font-family: var(--nr-font-display);
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	font-weight: 850;
	line-height: 1.04;
}

.nr-map-video__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: var(--map-orange);
	color: #10131b;
	box-shadow: 0 12px 30px rgba(255, 122, 24, .32);
}

.nr-map-video > p {
	margin: 9px 7px 1px;
	color: var(--nr-text-faint);
	font-size: .72rem;
	text-align: center;
}

.nr-map-section {
	padding: clamp(70px, 9vw, 120px) 0;
}

.nr-map-section--problem {
	border-block: 1px solid var(--nr-border);
	background: rgba(255, 255, 255, .02);
}

.nr-map-problem {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
	gap: clamp(36px, 7vw, 96px);
}

.nr-map-problem h2 {
	max-width: 750px;
	margin-bottom: 0;
}

.nr-map-problem__copy {
	color: #c4cddd;
	font-size: 1.08rem;
}

.nr-map-problem__copy p:last-child {
	margin-bottom: 0;
}

.nr-map-heading {
	max-width: 800px;
	margin-bottom: clamp(34px, 6vw, 70px);
}

.nr-map-heading > p:last-child {
	max-width: 680px;
	color: var(--nr-text-muted);
}

.nr-map-heading--center {
	margin-inline: auto;
	text-align: center;
}

.nr-map-trails {
	position: relative;
	display: grid;
	max-width: 1040px;
	grid-template-columns: 1fr;
	gap: 34px;
	margin-inline: auto;
}

.nr-map-route {
	position: absolute;
	z-index: 0;
	inset: -80px -70px;
	width: calc(100% + 140px);
	height: calc(100% + 160px);
	overflow: visible;
	pointer-events: none;
}

.nr-map-route path,
.nr-map-route circle {
	fill: none;
	stroke: rgba(255, 138, 30, .55);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.nr-map-route > path:first-child {
	stroke-dasharray: 7 13;
}

.nr-map-trail {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
	min-height: 500px;
	overflow: hidden;
	border: 1px solid var(--nr-border);
	border-radius: 25px;
	background: rgba(15, 25, 43, .86);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
}

.nr-map-trail:nth-of-type(even) img {
	order: 2;
}

.nr-map-trail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nr-map-trail__body {
	display: flex;
	padding: clamp(24px, 3.4vw, 42px);
	flex-direction: column;
	justify-content: flex-end;
	background:
		linear-gradient(135deg, transparent 0 93%, rgba(109, 168, 255, .09) 93% 94%, transparent 94%),
		radial-gradient(circle at 90% 12%, rgba(109, 168, 255, .08), transparent 28%);
}

.nr-map-trail__body > span {
	color: var(--map-orange);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.nr-map-trail__body h3 {
	margin: 10px 0 15px;
}

.nr-map-trail__body p {
	color: var(--nr-text-muted);
}

.nr-map-trail__body ul {
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}

.nr-map-trail__body li {
	position: relative;
	padding: 7px 0 7px 18px;
	border-top: 1px solid rgba(255, 255, 255, .07);
	color: #d8deea;
	font-size: .84rem;
}

.nr-map-trail__body li::before {
	position: absolute;
	top: 15px;
	left: 2px;
	width: 5px;
	height: 5px;
	content: "";
	background: var(--map-orange);
	border-radius: 50%;
}

.nr-map-section--steps {
	background:
		linear-gradient(rgba(109, 168, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(109, 168, 255, .035) 1px, transparent 1px),
		radial-gradient(circle at 50% 20%, rgba(109, 168, 255, .11), transparent 35%),
		rgba(5, 12, 23, .38);
	background-size: 34px 34px, 34px 34px, auto, auto;
}

.nr-map-section--testimonials {
	border-block: 1px solid var(--nr-border);
	background:
		radial-gradient(circle at 10% 30%, rgba(255, 122, 24, .1), transparent 28%),
		radial-gradient(circle at 90% 70%, rgba(109, 168, 255, .09), transparent 28%),
		rgba(5, 12, 23, .36);
}

.nr-map-testimonials {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nr-map-testimonial {
	position: relative;
	padding: clamp(26px, 4vw, 42px);
	margin: 0;
	border: 1px solid var(--nr-border);
	border-radius: 23px;
	background: linear-gradient(150deg, rgba(17, 29, 50, .96), rgba(9, 17, 31, .96));
	box-shadow: 0 22px 64px rgba(0, 0, 0, .18);
}

.nr-map-testimonial::after {
	position: absolute;
	top: 20px;
	right: 24px;
	color: rgba(109, 168, 255, .22);
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: 1;
}

.nr-map-testimonial > span {
	color: var(--map-orange);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .12em;
}

.nr-map-testimonial p {
	position: relative;
	z-index: 1;
	margin: 26px 0 24px;
	color: #dbe2ef;
	font-size: .98rem;
	line-height: 1.72;
}

.nr-map-testimonial footer {
	color: #fff;
	font-weight: 850;
}

.nr-map-testimonial cite {
	font-style: normal;
}

.nr-map-testimonial--wide {
	grid-column: 1 / -1;
}

.nr-map-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nr-map-steps li {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--nr-border);
	border-radius: 20px;
	background: rgba(15, 25, 43, .74);
}

.nr-map-steps li > span {
	color: var(--map-orange);
	font-family: var(--nr-font-display);
	font-size: .8rem;
	font-weight: 850;
}

.nr-map-steps h3 {
	margin: 32px 0 12px;
}

.nr-map-steps p {
	margin-bottom: 0;
	color: var(--nr-text-muted);
	font-size: .9rem;
}

.nr-map-teacher {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
	align-items: end;
	gap: clamp(40px, 8vw, 110px);
}

.nr-map-teacher h2 {
	margin-bottom: 0;
}

.nr-map-teacher > div:last-child {
	color: #c6cede;
	font-size: 1.05rem;
}

.nr-map-text-link {
	display: inline-block;
	margin-top: 12px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.nr-map-section--offer {
	padding-block: 40px;
}

.nr-map-offer {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	align-items: center;
	gap: 50px;
	padding: clamp(32px, 6vw, 72px);
	border: 1px solid rgba(255, 122, 24, .25);
	border-radius: 30px;
	background:
		radial-gradient(circle at 20% 40%, rgba(255, 122, 24, .16), transparent 38%),
		linear-gradient(135deg, rgba(18, 31, 53, .98), rgba(10, 17, 30, .98));
	box-shadow: var(--nr-shadow);
}

.nr-map-offer h2 {
	max-width: 720px;
}

.nr-map-offer > div > p:last-child {
	color: var(--nr-text-muted);
}

.nr-map-offer__checkout {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 19px;
	background: rgba(4, 10, 19, .54);
}

.nr-map-offer__label {
	margin-bottom: 0;
	color: var(--nr-text-muted);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.nr-map-offer__price {
	margin: 5px 0 0;
	font-family: var(--nr-font-display);
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: 1;
}

.nr-map-offer__price span {
	font-size: 1rem;
	letter-spacing: 0;
}

.nr-map-offer__checkout .nr-map-button {
	width: 100%;
	margin: 18px 0 12px;
}

.nr-map-offer__checkout small {
	display: block;
	color: var(--nr-text-faint);
	line-height: 1.4;
}

.nr-map-faq {
	display: grid;
	grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr);
	gap: clamp(40px, 8vw, 120px);
}

.nr-map-faq__list details {
	border-top: 1px solid var(--nr-border);
}

.nr-map-faq__list details:last-child {
	border-bottom: 1px solid var(--nr-border);
}

.nr-map-faq__list summary {
	position: relative;
	padding: 22px 42px 22px 0;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.nr-map-faq__list summary::-webkit-details-marker {
	display: none;
}

.nr-map-faq__list summary::after {
	position: absolute;
	top: 20px;
	right: 4px;
	color: var(--map-orange);
	content: "+";
	font-size: 1.5rem;
	line-height: 1;
}

.nr-map-faq__list details[open] summary::after {
	content: "−";
}

.nr-map-faq__list details p {
	max-width: 720px;
	padding: 0 40px 22px 0;
	margin-bottom: 0;
	color: var(--nr-text-muted);
}

.nr-map-final {
	padding: clamp(90px, 12vw, 170px) 0;
	background:
		linear-gradient(rgba(5, 11, 20, .62), rgba(5, 11, 20, .92)),
		radial-gradient(circle at 50% 20%, rgba(255, 122, 24, .34), transparent 36%);
	text-align: center;
}

.nr-map-final h2 {
	max-width: 820px;
	margin-inline: auto;
}

.nr-map-final > div > p:not(.nr-map-kicker) {
	max-width: 650px;
	margin-inline: auto;
	color: var(--nr-text-muted);
}

.nr-map-final .nr-map-button {
	margin-top: 18px;
}

.nr-map-mobile-cta {
	display: none;
}

@media (max-width: 980px) {
	.nr-map-hero__grid,
	.nr-map-problem,
	.nr-map-teacher,
	.nr-map-offer,
	.nr-map-faq {
		grid-template-columns: 1fr;
	}

	.nr-map-video {
		max-width: 720px;
	}

	.nr-map-trails {
		grid-template-columns: 1fr;
	}

	.nr-map-route {
		inset-inline: -18px;
		width: calc(100% + 36px);
	}

	.nr-map-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nr-map-heading {
		margin-bottom: 40px;
	}
}

@media (max-width: 620px) {
	.nr-page-map {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.nr-map {
		font-size: 16px;
	}

	.nr-map-hero {
		padding-top: 54px;
	}

	.nr-map h1 {
		font-size: clamp(2.65rem, 11.5vw, 3.35rem);
	}

	.nr-map h2 {
		font-size: clamp(2.15rem, 10vw, 3.4rem);
	}

	.nr-map-actions,
	.nr-map-actions .nr-map-button {
		width: 100%;
	}

	.nr-map-trail {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.nr-map-trail img,
	.nr-map-trail:nth-of-type(even) img {
		width: 100%;
		height: auto;
		order: 0;
		aspect-ratio: 720 / 880;
		object-position: center top;
	}

	.nr-map-trail__body {
		padding: 20px 17px;
	}

	.nr-map-trail__body p {
		font-size: .88rem;
	}

	.nr-map-trail__body li {
		font-size: .76rem;
	}

	.nr-map-testimonials {
		grid-template-columns: 1fr;
	}

	.nr-map-testimonial--wide {
		grid-column: auto;
	}

	.nr-map-steps {
		grid-template-columns: 1fr;
	}

	.nr-map-offer {
		padding: 28px 20px;
		border-radius: 22px;
	}

	.nr-map-mobile-cta {
		position: fixed;
		z-index: 120;
		right: 10px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		left: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 10px 10px 16px;
		border: 1px solid rgba(255, 255, 255, .15);
		border-radius: 16px;
		background: rgba(8, 16, 30, .94);
		box-shadow: 0 14px 42px rgba(0, 0, 0, .48);
		backdrop-filter: blur(16px);
	}

	.nr-map-mobile-cta span,
	.nr-map-mobile-cta small {
		display: block;
	}

	.nr-map-mobile-cta strong {
		font-size: .86rem;
	}

	.nr-map-mobile-cta small {
		color: var(--nr-text-muted);
		font-size: .68rem;
	}

	.nr-map-mobile-cta a {
		padding: 10px 15px;
		border-radius: 10px;
		background: var(--map-orange);
		color: #11151d;
		font-weight: 850;
		text-decoration: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nr-map-button {
		transition: none;
	}
}
