:root {
	--nx-header-bg: #ffffff;
	--nx-header-text: #1a1228;
	--nx-footer-bg: #fff4f8;
	--nx-footer-text: #6b6478;
	--nx-accent: #e20074;
	--nx-hero-start: #4a1570;
	--nx-hero-end: #d81b60;
	--nx-section-bg: #ffffff;
	--nx-section-alt: #fff4f8;
	--nx-heading: #1a1228;
	--nx-text: #4a4458;
	--nx-button-text: #ffffff;
	--nx-wrap: 1120px;
	--nx-radius: 24px;
	--nx-shadow: 0 18px 50px rgba(74, 21, 112, 0.08);
	--nx-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--nx-font);
	color: var(--nx-text);
	background: var(--nx-section-bg);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--nx-accent);
}

h1,
h2,
h3,
h4 {
	color: var(--nx-heading);
	line-height: 1.15;
	letter-spacing: -0.03em;
	margin: 0 0 0.6em;
}

p {
	margin: 0 0 1em;
}

.nx-skip {
	position: absolute;
	left: -999px;
	top: 0;
	background: #000;
	color: #fff;
	padding: 0.5rem 1rem;
	z-index: 100;
}

.nx-skip:focus {
	left: 1rem;
	top: 1rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.nx-wrap {
	width: min(var(--nx-wrap), calc(100% - 2.5rem));
	margin-inline: auto;
}

.nx-btn,
.nx-tabs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 999px;
	margin: 0;
	height: 2.75rem;
	min-height: 2.75rem;
	max-height: 2.75rem;
	padding: 0 1.35rem;
	padding-block: 0;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.nx-btn--primary {
	background: var(--nx-accent);
	color: var(--nx-button-text);
	box-shadow: 0 10px 24px rgba(226, 0, 116, 0.35);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--nx-accent) 35%, transparent);
}

.nx-btn--primary:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.nx-btn--block {
	display: flex;
	width: 100%;
}

.nx-eyebrow {
	margin: 0 0 0.65rem;
	color: var(--nx-accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nx-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--nx-header-bg);
	color: var(--nx-header-text);
	box-shadow: 0 1px 0 rgba(26, 18, 40, 0.06);
}

.nx-header.is-open {
	box-shadow: none;
}

.nx-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	gap: 1rem;
}

.nx-brand__link {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	text-decoration: none;
	color: var(--nx-header-text);
	font-weight: 800;
	font-size: 1.15rem;
}

.nx-brand__mark {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px;
	width: 22px;
	height: 22px;
}

.nx-brand__mark span {
	border-radius: 3px;
}

.nx-brand__mark span:nth-child(1) { background: #7c3aed; }
.nx-brand__mark span:nth-child(2) { background: var(--nx-accent); }
.nx-brand__mark span:nth-child(3) { background: #22c55e; }
.nx-brand__mark span:nth-child(4) { background: #f59e0b; }

.nx-header .custom-logo-link img {
	max-height: 42px;
	width: auto;
}

.nx-nav {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.nx-nav__list {
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nx-nav__list a {
	color: var(--nx-header-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
}

.nx-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	padding: 10px;
}

.nx-nav-toggle span {
	display: block;
	height: 2px;
	background: var(--nx-header-text);
	margin: 6px 0;
}

.nx-hero {
	position: relative;
	background: linear-gradient(105deg, var(--nx-hero-start) 0%, var(--nx-hero-end) 100%);
	color: #fff;
	padding: 4.5rem 0 5.5rem;
	overflow: hidden;
}

.nx-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 3rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

.nx-hero__eyebrow {
	margin: 0 0 0.85rem;
	color: #ffb3d4;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.nx-hero__title {
	color: #fff;
	font-size: clamp(2.3rem, 4.5vw, 3.6rem);
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.nx-hero__meta {
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
}

.nx-hero__intro {
	color: #fff;
	font-weight: 700;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.nx-hero .nx-btn {
	margin-top: 0.5rem;
}

.nx-hero__media {
	display: flex;
	justify-content: center;
}

.nx-hero__oval {
	position: relative;
	width: min(390px, 100%);
	aspect-ratio: 3 / 4;
	border-radius: 50% / 43%;
	overflow: hidden;
	background:
		radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.2), transparent 46%),
		rgba(0, 0, 0, 0.14);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.nx-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-size: 0;
	color: transparent;
}

.nx-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 90px;
}

.nx-hero__wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.nx-hero__wave path {
	fill: var(--nx-section-bg);
}

.nx-intro {
	padding: 4.5rem 0 1.5rem;
	text-align: center;
	background: var(--nx-section-bg);
}

.nx-intro__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
}

.nx-intro__text {
	max-width: 640px;
	margin: 0 auto;
	color: var(--nx-text);
}

.nx-split {
	padding: 3.5rem 0;
	background: var(--nx-section-bg);
}

.nx-split__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.nx-split--right .nx-split__media {
	order: 2;
}

.nx-split__title {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	font-weight: 800;
}

.nx-split__text {
	color: var(--nx-text);
	font-size: 1.05rem;
}

.nx-split__meta {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 600;
	color: var(--nx-heading);
}

.nx-pin {
	display: inline-flex;
	color: var(--nx-accent);
	width: 22px;
	height: 22px;
}

.nx-blob {
	position: relative;
	width: min(460px, 100%);
	aspect-ratio: 1;
	margin-inline: auto;
	border-radius: 62% 38% 48% 52% / 44% 52% 48% 56%;
	overflow: hidden;
	background: var(--nx-section-alt);
}

.nx-blob__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-size: 0;
	color: transparent;
}

.nx-schedule-section {
	padding: 1.5rem 0 2.5rem;
	background: var(--nx-section-bg);
}

.nx-schedule {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2rem;
	align-items: center;
	padding: 1.75rem 2rem;
	border-radius: 28px;
	background: linear-gradient(90deg, #fff8fb 0%, var(--nx-section-alt) 100%);
}

.nx-schedule__title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.nx-schedule__text p {
	margin: 0 0 0.6rem;
}

.nx-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.5rem 0 0.85rem;
}

.nx-tabs__btn {
	background: color-mix(in srgb, var(--nx-accent) 12%, white);
	color: var(--nx-heading);
}

.nx-tabs__btn.is-active {
	background: #fff;
	box-shadow: 0 8px 20px rgba(26, 18, 40, 0.08);
}

.nx-timeline {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.nx-timeline li {
	line-height: 1.3;
}

.nx-timeline strong {
	display: block;
	margin: 0;
	color: var(--nx-heading);
	line-height: 1.25;
}

.nx-timeline span {
	display: block;
	margin-top: 0.1rem;
	color: var(--nx-text);
	font-size: 0.9rem;
	line-height: 1.35;
}

.nx-circle {
	position: relative;
	width: min(380px, 100%);
	aspect-ratio: 1;
	margin-inline: auto;
	border-radius: 50%;
	overflow: hidden;
	background: var(--nx-section-alt);
}

.nx-circle__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-size: 0;
	color: transparent;
}

.nx-signup {
	position: relative;
	padding: 5.5rem 0 2.75rem;
	background: var(--nx-section-alt);
	overflow: hidden;
}

.nx-signup__wave {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 110px;
	pointer-events: none;
	z-index: 1;
}

.nx-signup__wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.nx-signup__wave path {
	fill: var(--nx-section-bg);
}

.nx-signup__dots {
	position: absolute;
	top: 72px;
	left: 0;
	width: 240px;
	height: 200px;
	background-image: radial-gradient(color-mix(in srgb, var(--nx-accent) 22%, white) 1.7px, transparent 1.8px);
	background-size: 14px 14px;
	mask-image: radial-gradient(ellipse 80% 70% at 20% 40%, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 20% 40%, #000 30%, transparent 75%);
	opacity: 0.7;
	pointer-events: none;
}

.nx-signup__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: start;
}

.nx-form-card {
	background: #fff;
	border-radius: 18px;
	padding: 1.25rem 1.4rem 1.35rem;
	box-shadow: var(--nx-shadow);
}

.nx-form-card__title {
	font-size: 1.45rem;
	font-weight: 800;
	margin: 0 0 0.25rem;
}

.nx-form-card__lead {
	color: #7a7388;
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
}

.nx-form {
	display: grid;
	gap: 0.5rem;
	align-items: start;
}

.nx-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.nx-form label {
	display: grid;
	gap: 0.18rem;
	font-weight: 600;
	color: var(--nx-heading);
	font-size: 0.82rem;
}

.nx-form input,
.nx-form select,
.nx-form textarea {
	width: 100%;
	border: 1px solid #d9d3de;
	border-radius: 8px;
	padding: 0.48rem 0.7rem;
	font: inherit;
	font-size: 0.92rem;
	line-height: 1.3;
	color: var(--nx-heading);
	background: #fff;
}

.nx-form textarea {
	min-height: 4rem;
	resize: vertical;
}

.nx-form .nx-form__check {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	font-size: 0.86rem;
}

.nx-form .nx-form__check input {
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
	flex: 0 0 auto;
	accent-color: var(--nx-accent);
}

.nx-form .nx-btn {
	align-self: stretch;
	margin-top: 0.15rem;
}

.nx-signup__title {
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	font-weight: 800;
	margin-bottom: 0.7rem;
}

.nx-checklist {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.nx-checklist li {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
}

.nx-check {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	color: var(--nx-accent);
	margin-top: 0.1rem;
}

.nx-check svg {
	display: block;
	width: 22px;
	height: 22px;
}

.nx-checklist--light {
	color: #fff;
	margin: 1.2rem 0 1.5rem;
}

.nx-checklist--light .nx-check {
	color: #fff;
}

.nx-rating {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 600;
	color: var(--nx-heading);
}

.nx-rating__star {
	color: #e6b800;
	font-size: 1.2rem;
}

.nx-quote {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	margin: 1.4rem 0 0;
}

.nx-quote__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 56px;
}

.nx-quote blockquote {
	margin: 0;
	font-style: italic;
	color: var(--nx-text);
}

.nx-quote figcaption {
	margin-top: 0.4rem;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--nx-heading);
}

.nx-features,
.nx-text,
.nx-cta {
	padding: 3.5rem 0;
	background: var(--nx-section-bg);
}

.nx-cta__inner {
	text-align: center;
	padding: 3rem 1.5rem;
	border-radius: 28px;
	background: linear-gradient(105deg, var(--nx-hero-start), var(--nx-hero-end));
	color: #fff;
}

.nx-cta__inner h2,
.nx-cta__inner p {
	color: #fff;
}

.nx-page__header {
	padding: 3rem 0 1rem;
}

.nx-page__title,
.nx-empty h1 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.nx-empty,
.nx-stack {
	padding: 3rem 0 5rem;
}

.nx-card-post {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

.nx-prose {
	max-width: 720px;
}

.nx-alert {
	padding: 0.8rem 1rem;
	border-radius: 12px;
	font-weight: 600;
}

.nx-alert--ok {
	background: #ecfdf3;
	color: #166534;
}

.nx-alert--error {
	background: #fef2f2;
	color: #991b1b;
}

.nx-footer {
	background: var(--nx-footer-bg);
	color: var(--nx-footer-text);
	border-top: 1px solid rgba(26, 18, 40, 0.08);
}

.nx-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	min-height: 64px;
	padding: 0.85rem 0;
	font-size: 0.8rem;
}

.nx-footer__copy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.85rem;
	margin: 0;
	color: var(--nx-footer-text);
}

.nx-footer__link {
	color: var(--nx-footer-text);
	text-decoration: none;
}

.nx-footer__link:hover {
	color: var(--nx-accent);
	text-decoration: underline;
}

.nx-footer__badges {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.nx-footer__note {
	margin: 0;
	font-size: 0.75rem;
	color: var(--nx-footer-text);
}

.nx-footer__badge {
	display: block;
	height: 36px;
	width: auto;
	opacity: 0.9;
}

.nx-footer__badge--mark {
	height: 34px;
	width: 34px;
	border-radius: 50%;
}

@media (max-width: 900px) {
	.nx-nav-toggle {
		display: block;
	}

	.nx-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 76px;
		background: var(--nx-header-bg);
		flex-direction: column;
		align-items: stretch;
		padding: 1rem 1.25rem 1.5rem;
		box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
	}

	.nx-header.is-open .nx-nav {
		display: flex;
	}

	.nx-nav__list {
		flex-direction: column;
		gap: 0.75rem;
	}

	.nx-hero__grid,
	.nx-split__grid,
	.nx-schedule,
	.nx-signup__grid,
	.nx-form__row {
		grid-template-columns: 1fr;
	}

	.nx-split--right .nx-split__media {
		order: 0;
	}

	.nx-hero {
		padding-top: 2.5rem;
	}

	.nx-schedule {
		padding: 1.6rem;
	}
}
