.ngsl-page {
	--ngsl-ink: #17202a;
	--ngsl-muted: #5a6673;
	--ngsl-line: #d8dde3;
	--ngsl-bg: #f6f8fa;
	--ngsl-accent: #e31e24;
	--ngsl-accent-dark: #b6161b;
	--ngsl-soft: #fff4f4;
	color: var(--ngsl-ink);
	font-family: inherit;
	line-height: 1.5;
}

.ngsl-page * {
	box-sizing: border-box;
}

.ngsl-wrap {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ngsl-early-banner {
	background: #17202a;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
}

.ngsl-early-banner--home {
	border-bottom: 0;
	margin-bottom: 16px;
}

.ngsl-early-banner__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 58px;
	padding-block: 10px;
}

.ngsl-early-banner strong {
	flex: 0 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.ngsl-early-banner span {
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
	line-height: 1.35;
}

.ngsl-early-banner a {
	flex: 0 0 auto;
	margin-left: auto;
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ngsl-hero {
	background: linear-gradient(135deg, #ffffff 0%, var(--ngsl-soft) 100%);
	padding: clamp(34px, 6vw, 76px) 0 46px;
}

.ngsl-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(280px, .84fr);
	gap: clamp(26px, 5vw, 58px);
	align-items: center;
}

.ngsl-kicker {
	margin: 0 0 12px;
	color: var(--ngsl-accent);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.ngsl-hero h1 {
	margin: 0;
	font-size: clamp(40px, 7vw, 76px);
	line-height: .96;
	letter-spacing: 0;
	max-width: 840px;
}

.ngsl-lead {
	max-width: 690px;
	margin: 22px 0;
	font-size: clamp(19px, 2.3vw, 27px);
	color: var(--ngsl-muted);
}

.ngsl-price-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 26px 0;
	max-width: 720px;
}

.ngsl-price-row div {
	border: 1px solid var(--ngsl-line);
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	min-height: 92px;
}

.ngsl-price-row strong {
	display: block;
	font-size: 30px;
	line-height: 1;
}

.ngsl-price-row span {
	display: block;
	margin-top: 8px;
	color: var(--ngsl-muted);
	font-size: 14px;
}

.ngsl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	background: var(--ngsl-accent);
	color: #fff !important;
	border: 0;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.ngsl-button:hover,
.ngsl-button:focus {
	background: var(--ngsl-accent-dark);
	color: #fff !important;
}

.ngsl-hero-media img {
	width: 100%;
	aspect-ratio: 4 / 4.8;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(23, 32, 42, .16);
	background: #fff;
}

.ngsl-device-card {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(23, 32, 42, .16);
	background: #fff;
}

.ngsl-device-card {
	display: grid;
	place-items: center;
	padding: 34px;
	border: 1px solid var(--ngsl-line);
	text-align: center;
}

.ngsl-device-card img {
	max-width: 230px;
	aspect-ratio: auto;
	box-shadow: none;
}

.ngsl-device-card span {
	display: block;
	margin-top: 22px;
	font-size: 22px;
	font-weight: 800;
}

.ngsl-band {
	background: var(--ngsl-bg);
	border-block: 1px solid var(--ngsl-line);
}

.ngsl-section,
.ngsl-overview,
.ngsl-two-col {
	padding: clamp(42px, 6vw, 72px) 0;
}

.ngsl-overview,
.ngsl-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 5vw, 56px);
	align-items: start;
}

.ngsl-page h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
	letter-spacing: 0;
}

.ngsl-page h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.25;
	letter-spacing: 0;
}

.ngsl-page p {
	color: var(--ngsl-muted);
	font-size: 18px;
}

.ngsl-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ngsl-facts li,
.ngsl-agenda article {
	border: 1px solid var(--ngsl-line);
	background: #fff;
	border-radius: 8px;
	padding: 18px;
}

.ngsl-facts strong {
	display: block;
	font-size: 27px;
}

.ngsl-facts span,
.ngsl-agenda span {
	color: var(--ngsl-muted);
	font-size: 14px;
}

.ngsl-agenda {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.ngsl-agenda span {
	display: block;
	margin-bottom: 10px;
	font-weight: 800;
	color: var(--ngsl-accent);
}

.ngsl-registration {
	display: grid;
	grid-template-columns: .75fr 1fr;
	gap: clamp(24px, 5vw, 54px);
	align-items: start;
}

.ngsl-urgency {
	display: inline-block;
	margin: 6px 0 0;
	padding: 8px 11px;
	border-radius: 6px;
	background: var(--ngsl-soft);
	color: var(--ngsl-accent-dark) !important;
	font-weight: 800;
}

.ngsl-success {
	display: block;
	margin: 14px 0 0;
	padding: 12px 14px;
	border: 1px solid #2e7d32;
	border-radius: 6px;
	background: #f0fff2;
	color: #1f6b27 !important;
	font-weight: 800;
}

.ngsl-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--ngsl-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(23, 32, 42, .1);
}

.ngsl-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
}

.ngsl-form input:not([type="checkbox"]):not([type="radio"]),
.ngsl-form select,
.ngsl-form textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid #bdc5ce;
	border-radius: 6px;
	padding: 10px 12px;
	font: inherit;
	background: #fff;
}

.ngsl-form textarea {
	resize: vertical;
}

.ngsl-session-field,
.ngsl-time-field,
.ngsl-price-summary,
.ngsl-participant-names,
.ngsl-notes,
.ngsl-submit,
.ngsl-pay-note {
	grid-column: 1 / -1;
}

.ngsl-session-field[hidden] {
	display: none;
}

.ngsl-session-field,
.ngsl-time-field {
	margin: 0;
	padding: 16px;
	border: 1px solid var(--ngsl-line);
	border-radius: 8px;
}

.ngsl-session-field legend,
.ngsl-time-field legend {
	padding: 0 6px;
	font-weight: 800;
}

.ngsl-session-options {
	display: grid;
	gap: 10px;
}

.ngsl-session-options label {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	font-weight: 700;
}

.ngsl-session-options input {
	margin-top: 4px;
}

.ngsl-session-help {
	margin: 12px 0 0;
	font-size: 14px !important;
}

.ngsl-price-summary {
	border: 1px solid var(--ngsl-line);
	background: var(--ngsl-bg);
	border-radius: 8px;
	padding: 14px 16px;
}

.ngsl-price-summary strong,
.ngsl-price-summary span {
	display: block;
}

.ngsl-price-summary span {
	margin-top: 4px;
	color: var(--ngsl-muted);
	font-size: 14px;
}

.ngsl-submit {
	width: 100%;
}

.ngsl-pay-note {
	margin: 0;
	font-size: 14px !important;
}

.ngsl-faq {
	display: grid;
	gap: 10px;
}

.ngsl-faq details {
	border: 1px solid var(--ngsl-line);
	border-radius: 8px;
	background: #fff;
	padding: 16px 18px;
}

.ngsl-faq summary {
	cursor: pointer;
	font-weight: 800;
}

.ngsl-theme-business {
	--ngsl-soft: #eef7f7;
	--ngsl-accent: #0f766e;
	--ngsl-accent-dark: #0b5d57;
}

.ngsl-theme-kids {
	--ngsl-soft: #fff7e6;
	--ngsl-accent: #e31e24;
	--ngsl-accent-dark: #b6161b;
}

.ngsl-hub-hero .ngsl-wrap {
	max-width: 920px;
}

.ngsl-hub-intro {
	max-width: 760px;
	margin-bottom: 24px;
}

.ngsl-program-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ngsl-program-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid var(--ngsl-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(23, 32, 42, .08);
}

.ngsl-program-card img {
	width: 100%;
	aspect-ratio: 4 / 4.8;
	object-fit: contain;
	background: #f8fafc;
	border-bottom: 1px solid var(--ngsl-line);
}

.ngsl-program-card > div {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 18px;
}

.ngsl-program-card h3 {
	font-size: 25px;
}

.ngsl-program-card p {
	margin: 0;
	font-size: 16px;
}

.ngsl-program-card ul {
	display: grid;
	gap: 7px;
	margin: 0 0 4px;
	padding-left: 20px;
	color: var(--ngsl-muted);
	font-weight: 700;
}

.ngsl-program-card .ngsl-button {
	margin-top: auto;
}

.ngsl-hub-cta {
	text-align: center;
	max-width: 820px;
}

.ngsl-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.ngsl-home-showcase {
	background: #111827;
}

.ngsl-home-slider {
	position: relative;
	overflow: hidden;
	background: #111827;
}

.ngsl-home-slider__track {
	display: flex;
	transition: transform .35s ease;
	will-change: transform;
}

.ngsl-home-slide {
	flex: 0 0 100%;
	background:
		radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .2), transparent 28%),
		linear-gradient(105deg, #171717 0%, #252525 47%, #eeeeee 47.2%, #f7f7f7 100%);
}

.ngsl-home-slide.ngsl-theme-adults {
	background:
		radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .2), transparent 28%),
		linear-gradient(105deg, #0f3f46 0%, #174f58 47%, #eef7f7 47.2%, #fbffff 100%);
}

.ngsl-home-slide.ngsl-theme-business {
	background:
		radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .16), transparent 28%),
		linear-gradient(105deg, #101828 0%, #123a46 47%, #eff7f8 47.2%, #ffffff 100%);
}

.ngsl-home-slide a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ngsl-home-slide__inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
	gap: clamp(24px, 5vw, 66px);
	align-items: center;
	width: min(1180px, calc(100% - 36px));
	min-height: clamp(360px, 39vw, 475px);
	margin: 0 auto;
	padding: clamp(34px, 5vw, 60px) 0;
}

.ngsl-home-slide__copy {
	display: grid;
	gap: 13px;
	color: #fff;
}

.ngsl-home-slide__eyebrow {
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .13);
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900;
	text-transform: uppercase;
}

.ngsl-home-slide h3,
.ngsl-home-slide p {
	margin: 0;
}

.ngsl-home-slide h3 {
	max-width: 560px;
	color: #fff;
	font-size: clamp(48px, 7vw, 94px);
	line-height: .9;
}

.ngsl-home-slide__tagline {
	max-width: 600px;
	color: #fff !important;
	font-size: clamp(24px, 3vw, 42px) !important;
	font-weight: 900;
	line-height: 1.05;
}

.ngsl-home-slide__description {
	max-width: 520px;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 18px !important;
	line-height: 1.45;
}

.ngsl-home-slide span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 48px;
	margin-top: 8px;
	padding: 13px 22px;
	border-radius: 6px;
	background: #e31e24;
	color: #fff;
	font-weight: 900;
}

.ngsl-home-slide a:hover span,
.ngsl-home-slide a:focus span {
	background: #b6161b;
}

.ngsl-home-slide__media {
	display: grid;
	place-items: center;
	min-width: 0;
}

.ngsl-home-slide__media img {
	width: min(100%, 560px);
	max-height: 390px;
	object-fit: contain;
	filter: drop-shadow(0 28px 34px rgba(17, 24, 39, .28));
}

.ngsl-home-slider__controls {
	position: absolute;
	left: 50%;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
	padding: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 10px 24px rgba(17, 24, 39, .2);
}

.ngsl-home-slider__controls button {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: #eef1f4;
	color: #111827;
	font: inherit;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.ngsl-home-slider__controls button:hover,
.ngsl-home-slider__controls button:focus {
	background: #e31e24;
	color: #fff;
}

.ngsl-home-slider__dots {
	display: flex;
	gap: 7px;
}

.ngsl-home-slider__dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	background: #c9d0d8;
}

.ngsl-home-slider__dots button.is-active {
	background: #e31e24;
}

@media (max-width: 860px) {
	.ngsl-early-banner__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding-block: 13px;
	}

	.ngsl-early-banner a {
		margin-left: 0;
	}

	.ngsl-hero-grid,
	.ngsl-overview,
	.ngsl-two-col,
	.ngsl-registration {
		grid-template-columns: 1fr;
	}

	.ngsl-program-grid,
	.ngsl-agenda {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ngsl-home-slide,
	.ngsl-home-slide.ngsl-theme-adults,
	.ngsl-home-slide.ngsl-theme-business {
		background:
			radial-gradient(circle at 70% 16%, rgba(255, 255, 255, .12), transparent 28%),
			linear-gradient(180deg, #161616 0%, #252525 100%);
	}

	.ngsl-home-slide__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-bottom: 78px;
	}

	.ngsl-home-slide__media {
		order: -1;
	}

	.ngsl-home-slide__media img {
		max-height: 290px;
	}

	.ngsl-hero-media {
		max-width: 460px;
	}
}

@media (max-width: 620px) {
	.ngsl-wrap {
		width: min(100% - 22px, 1120px);
	}

	.ngsl-hero {
		padding-top: 28px;
	}

	.ngsl-early-banner strong {
		font-size: 15px;
	}

	.ngsl-early-banner span,
	.ngsl-early-banner a {
		font-size: 14px;
	}

	.ngsl-price-row,
	.ngsl-facts,
	.ngsl-agenda,
	.ngsl-program-grid,
	.ngsl-form {
		grid-template-columns: 1fr;
	}

	.ngsl-home-slide__inner {
		width: min(100% - 22px, 1120px);
		gap: 18px;
		padding-top: 24px;
	}

	.ngsl-home-slide h3 {
		font-size: clamp(42px, 15vw, 68px);
	}

	.ngsl-home-slide__tagline {
		font-size: 24px !important;
	}

	.ngsl-home-slide__description {
		font-size: 16px !important;
	}

	.ngsl-home-slider__controls {
		bottom: 14px;
	}

	.ngsl-price-row div {
		min-height: auto;
	}
}
