.rnmu-landing,
.rnmu-registration-intro,
.rnmu-buy,
.rnmu-button,
.rnmu-product-button,
.rnmu-existing-access,
.rnmu-thankyou,
.rnmu-welcome,
.rnmu-unavailable {
	--rnmu-ink: #0e2b35;
	--rnmu-green: #123f37;
	--rnmu-green-soft: #e9f2ee;
	--rnmu-red: #d81920;
	--rnmu-cream: #faf8f3;
	--rnmu-border: #dce3df;
}

.rnmu-landing {
	color: var(--rnmu-ink);
	display: grid;
	gap: clamp(2rem, 5vw, 4.5rem);
	margin: clamp(2rem, 5vw, 5rem) auto;
	max-width: 1180px;
	padding: 0 clamp(1rem, 3vw, 2rem);
}

.rnmu-hero,
.rnmu-access {
	background: var(--rnmu-cream);
	border: 1px solid var(--rnmu-border);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(14, 43, 53, 0.08);
	padding: clamp(1.5rem, 5vw, 4.5rem);
}

.rnmu-hero h2,
.rnmu-access h2,
.rnmu-videos h2 {
	color: var(--rnmu-ink);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.04;
	margin: 0.2em 0 0.35em;
}

.rnmu-hero > p:not(.rnmu-kicker):not(.rnmu-price-note) {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.65;
	max-width: 780px;
}

.rnmu-kicker {
	color: var(--rnmu-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.rnmu-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.rnmu-buy {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.rnmu-button,
.rnmu-product-button,
.rnmu-existing-access .button,
.rnmu-thankyou .button {
	align-items: center;
	border: 2px solid var(--rnmu-green);
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
}

.rnmu-button--primary,
.rnmu-product-button,
.rnmu-existing-access .button,
.rnmu-thankyou .button {
	background: var(--rnmu-green);
	color: #fff;
}

.rnmu-button--primary:hover,
.rnmu-button--primary:focus-visible,
.rnmu-product-button:hover,
.rnmu-product-button:focus-visible {
	background: #0a302a;
	color: #fff;
}

.rnmu-button--secondary {
	background: transparent;
	color: var(--rnmu-green);
}

.rnmu-button--secondary:hover,
.rnmu-button--secondary:focus-visible {
	background: var(--rnmu-green-soft);
	color: var(--rnmu-green);
}

.rnmu-button-price,
.rnmu-price-note {
	color: #4e625f;
	font-size: 0.92rem;
}

.rnmu-button-price del,
.rnmu-price-note del {
	opacity: 0.65;
}

.rnmu-feature-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rnmu-feature-grid article {
	background: #fff;
	border: 1px solid var(--rnmu-border);
	border-radius: 18px;
	padding: 1.4rem;
}

.rnmu-feature-grid article > span {
	align-items: center;
	background: var(--rnmu-green-soft);
	border-radius: 50%;
	color: var(--rnmu-green);
	display: inline-flex;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.rnmu-feature-grid h3 {
	font-size: 1.15rem;
	margin: 1rem 0 0.45rem;
}

.rnmu-feature-grid p {
	color: #4e625f;
	line-height: 1.55;
	margin: 0;
}

.rnmu-section-heading {
	margin-bottom: 1.25rem;
}

.rnmu-video-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rnmu-video {
	background: #fff;
	border: 1px solid var(--rnmu-border);
	border-radius: 18px;
	margin: 0;
	overflow: hidden;
}

.rnmu-video iframe,
.rnmu-video video {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	width: 100%;
}

.rnmu-video figcaption,
.rnmu-video--placeholder > div {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
}

.rnmu-video figcaption span,
.rnmu-video--placeholder span {
	color: #4e625f;
	font-size: 0.9rem;
}

.rnmu-video--placeholder {
	border-style: dashed;
	min-height: 180px;
}

.rnmu-video--placeholder > div {
	align-content: center;
	min-height: 148px;
}

.rnmu-access {
	display: grid;
	gap: 1.5rem;
}

.rnmu-access ol {
	counter-reset: rnmu-step;
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rnmu-access li {
	align-items: start;
	counter-increment: rnmu-step;
	display: grid;
	gap: 0.25rem 1rem;
	grid-template-columns: 42px 1fr;
}

.rnmu-access li::before {
	align-items: center;
	background: var(--rnmu-green);
	border-radius: 50%;
	color: #fff;
	content: counter(rnmu-step);
	display: flex;
	font-weight: 800;
	grid-row: 1 / span 2;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.rnmu-access li span,
.rnmu-public-note {
	color: #4e625f;
	line-height: 1.55;
}

.rnmu-public-note {
	border-left: 4px solid var(--rnmu-green);
	margin: 0;
	padding: 0.4rem 0 0.4rem 1rem;
}

.rnmu-welcome,
.rnmu-thankyou,
.rnmu-existing-access {
	background: var(--rnmu-green-soft);
	border: 1px solid #b8d2c7;
	border-radius: 12px;
	color: var(--rnmu-ink);
	margin: 1rem 0;
	padding: 1rem 1.2rem;
}

.rnmu-registration-intro {
	background: var(--rnmu-cream, #faf8f3);
	border: 1px solid var(--rnmu-border, #dce3df);
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(14, 43, 53, 0.07);
	margin: 1.5rem 0 2rem;
	max-width: 900px;
	padding: clamp(1.25rem, 4vw, 2.5rem);
}

.rnmu-registration-intro h2 {
	color: var(--rnmu-ink, #0e2b35);
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	margin: 0.2em 0 0.45em;
}

.rnmu-registration-intro > p:not(.rnmu-kicker) {
	line-height: 1.6;
	max-width: 760px;
}

#rossnetz-registration {
	display: block;
	position: relative;
	top: -1rem;
}

.rnmu-unavailable {
	background: #fff3cd;
	border: 1px solid #e4cc78;
	border-radius: 8px;
	display: inline-block;
	padding: 0.75rem 1rem;
}

@media (max-width: 860px) {
	.rnmu-feature-grid,
	.rnmu-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.rnmu-feature-grid,
	.rnmu-video-grid {
		grid-template-columns: 1fr;
	}

	.rnmu-actions,
	.rnmu-buy {
		align-items: stretch;
		flex-direction: column;
	}

	.rnmu-button,
	.rnmu-buy {
		width: 100%;
	}
}
