:root {
	--mw-ink: #09243a;
	--mw-navy: #071c33;
	--mw-blue: #0a4d8c;
	--mw-sky: #67c7e7;
	--mw-mint: #33b58b;
	--mw-gold: #f3b83f;
	--mw-paper: #f5f8fb;
	--mw-white: #fff;
	--mw-line: rgba(9, 36, 58, 0.14);
	--mw-shadow: 0 24px 70px rgba(7, 28, 51, 0.14);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--mw-ink);
	background: var(--mw-paper);
	font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--mw-paper); color: var(--mw-ink); line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }

.mw-marketing-skip {
	position: fixed;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 100;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: var(--mw-white);
	color: var(--mw-navy);
	transform: translateY(-180%);
}
.mw-marketing-skip:focus { transform: translateY(0); }

.mw-marketing-topbar {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 72px;
	padding: 0.75rem clamp(1rem, 4vw, 4rem);
	border-bottom: 1px solid rgba(255,255,255,0.13);
	background: rgba(7, 28, 51, 0.94);
	color: var(--mw-white);
	backdrop-filter: blur(16px);
}
.mw-marketing-brand { display: inline-flex; align-items: center; gap: 0.65rem; font-weight: 850; letter-spacing: -0.02em; text-decoration: none; }
.mw-marketing-brand img { border-radius: 50%; box-shadow: 0 7px 18px rgba(0,0,0,0.2); }
.mw-marketing-nav { display: flex; align-items: center; gap: clamp(0.5rem, 2vw, 1.6rem); font-size: 0.92rem; font-weight: 700; }
.mw-marketing-nav a { color: rgba(255,255,255,0.82); text-decoration: none; }
.mw-marketing-nav a:hover, .mw-marketing-nav a:focus-visible { color: #fff; }

.mw-marketing-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	align-items: center;
	gap: clamp(2rem, 7vw, 7rem);
	min-height: min(760px, calc(100vh - 72px));
	padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 24%, rgba(103,199,231,0.24), transparent 28%),
		radial-gradient(circle at 18% 78%, rgba(51,181,139,0.17), transparent 32%),
		linear-gradient(145deg, #061728 0%, #0b3158 58%, #0b5b74 100%);
	color: var(--mw-white);
}
.mw-marketing-hero::after { content: ""; position: absolute; inset: auto -8% -32% 34%; height: 55%; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; transform: rotate(-8deg); }
.mw-marketing-hero__copy { position: relative; z-index: 2; max-width: 760px; }
.mw-marketing-eyebrow { margin: 0 0 0.8rem; color: #086b50; font-size: 0.8rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.mw-marketing-hero .mw-marketing-eyebrow, .mw-marketing-recommender .mw-marketing-eyebrow { color: #54d9b0; }
.mw-marketing-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); line-height: 0.96; letter-spacing: -0.065em; }
.mw-marketing-hero__lead { max-width: 660px; margin: 1.8rem 0 0; color: rgba(255,255,255,0.83); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.mw-marketing-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.mw-marketing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0.75rem 1.15rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 850; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.mw-marketing-button:hover { transform: translateY(-2px); }
.mw-marketing-button:focus-visible, .mw-marketing-card:focus-visible, .mw-marketing-community__links a:focus-visible, .mw-marketing-library a:focus-visible, .mw-marketing-library button:focus-visible { outline: 3px solid var(--mw-gold); outline-offset: 3px; }
.mw-marketing-button--primary { background: var(--mw-gold); color: #172333; box-shadow: 0 12px 30px rgba(243,184,63,0.25); }
.mw-marketing-button--secondary { border-color: rgba(255,255,255,0.36); background: rgba(255,255,255,0.08); color: inherit; }
.mw-marketing-button--quiet { border-color: var(--mw-line); background: #fff; color: var(--mw-blue); }
.mw-marketing-trust { display: flex; flex-wrap: wrap; gap: 0.45rem 1.4rem; margin: 2rem 0 0; padding: 0; color: rgba(255,255,255,0.7); font-size: 0.84rem; list-style: none; }
.mw-marketing-trust li::before { content: "✓"; margin-right: 0.42rem; color: #54d9b0; font-weight: 900; }

.mw-marketing-orbit { position: relative; z-index: 2; width: min(42vw, 510px); aspect-ratio: 1; margin: auto; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; animation: mw-marketing-float 9s ease-in-out infinite; }
.mw-marketing-orbit::before, .mw-marketing-orbit::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,0.16); border-radius: 50%; }
.mw-marketing-orbit::after { inset: 30%; }
.mw-marketing-orbit__core { position: absolute; inset: 50% auto auto 50%; display: grid; width: 35%; aspect-ratio: 1; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.98); box-shadow: 0 0 70px rgba(103,199,231,0.4); transform: translate(-50%,-50%); }
.mw-marketing-orbit__core img { width: 72%; border-radius: 50%; }
.mw-marketing-orbit__item { position: absolute; display: grid; min-width: 84px; min-height: 84px; padding: 0.55rem; place-items: center; border: 1px solid rgba(255,255,255,0.22); border-radius: 50%; background: rgba(8,39,69,0.88); box-shadow: 0 12px 32px rgba(0,0,0,0.24); font-size: 0.78rem; font-weight: 850; }
.mw-marketing-orbit__item--one { top: -3%; left: 35%; }
.mw-marketing-orbit__item--two { top: 31%; right: -7%; }
.mw-marketing-orbit__item--three { bottom: -3%; left: 38%; }
.mw-marketing-orbit__item--four { top: 34%; left: -7%; }
@keyframes mw-marketing-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(2deg); } }

.mw-marketing-manifesto { padding: 1.2rem clamp(1.25rem, 7vw, 8rem); background: var(--mw-gold); color: #172333; text-align: center; }
.mw-marketing-manifesto p { max-width: 1050px; margin: 0 auto; }
.mw-marketing-library { padding: clamp(4rem,8vw,7rem) max(1.25rem,calc((100% - 1400px)/2)); background: #eaf4f7; }
.mw-marketing-library__intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.mw-marketing-library__intro h2 { margin: 0; color: var(--mw-navy); font-size: clamp(2.2rem,4.8vw,4.4rem); line-height: 1.02; letter-spacing: -.045em; }
.mw-marketing-library__intro > div:first-child > p:last-child { color: #4f6578; font-size: 1.05rem; }
.mw-marketing-library__metrics { display: grid; grid-template-columns: repeat(2,minmax(120px,1fr)); gap: .7rem; }
.mw-marketing-library__metrics div { padding: 1rem 1.25rem; border: 1px solid var(--mw-line); border-radius: 18px; background: #fff; }
.mw-marketing-library__metrics strong, .mw-marketing-library__metrics span { display: block; }
.mw-marketing-library__metrics strong { color: var(--mw-blue); font-size: 2rem; line-height: 1; }
.mw-marketing-library__metrics span { margin-top: .35rem; color: #607182; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.mw-marketing-library__channels { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,250px),1fr)); gap: .8rem; margin-top: 2rem; }
.mw-marketing-library__channels a { display: grid; min-height: 128px; padding: 1.1rem; border: 1px solid var(--mw-line); border-radius: 20px; background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(7,28,51,.06); }
.mw-marketing-library__channels span { color: var(--mw-mint); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mw-marketing-library__channels strong { color: var(--mw-navy); font-size: 1.2rem; }
.mw-marketing-library__channels em { margin-top: auto; color: var(--mw-blue); font-size: .84rem; font-style: normal; font-weight: 850; }
.mw-marketing-library__toolbar { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.mw-marketing-library__toolbar button { min-height: 44px; padding: .55rem .9rem; border: 1px solid var(--mw-line); border-radius: 999px; background: #fff; color: var(--mw-ink); cursor: pointer; font-weight: 800; }
.mw-marketing-library__toolbar button.is-active { border-color: var(--mw-blue); background: var(--mw-blue); color: #fff; }
.mw-marketing-library__status { min-height: 1.6em; margin: 1rem 0 0; color: #536a7b; }
.mw-marketing-library__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: 1rem; margin-top: .8rem; }
.mw-marketing-library-card { display: grid; min-height: 360px; overflow: hidden; border: 1px solid var(--mw-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(7,28,51,.08); }
.mw-marketing-library-card[hidden] { display: none; }
.mw-marketing-library-card > img { width: 100%; height: 190px; padding: 1.25rem; object-fit: contain; background: var(--mw-navy); }
.mw-marketing-library-card__body { display: grid; align-content: start; padding: 1.25rem; }
.mw-marketing-library-card__meta { margin: 0; color: var(--mw-mint); font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.mw-marketing-library-card h3 { margin: .35rem 0 0; color: var(--mw-navy); font-size: 1.35rem; line-height: 1.15; }
.mw-marketing-library-card__copy { margin: .65rem 0 0; color: #536a7b; }
.mw-marketing-library-card__disclosure { justify-self: start; margin-top: .7rem; padding: .2rem .5rem; border-radius: 999px; background: #fff1c9; color: #725100; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.mw-marketing-library-card a { align-self: end; min-height: 44px; margin-top: 1rem; color: var(--mw-blue); font-weight: 900; text-decoration: none; }
.mw-marketing-library__empty { padding: 1rem; border-radius: 14px; background: #fff; color: #536a7b; }
.mw-marketing-preview-page { min-height: calc(100vh - 72px); background: #eaf4f7; }
.mw-marketing-preview-page .mw-marketing-library { min-height: calc(100vh - 72px); }
.mw-marketing-preview-page .mw-marketing-library__intro h1 { margin: 0; color: var(--mw-navy); font-size: clamp(2.2rem,4.8vw,4.4rem); line-height: 1.02; letter-spacing: -.045em; }
.mw-marketing-preview-page .mw-marketing-library__intro > div:first-child > p:last-child { color: #4f6578; font-size: 1.05rem; }
.mw-marketing-preview-notice { display: grid; grid-template-columns: auto 1fr; gap: .15rem .7rem; margin-top: 2rem; padding: 1rem 1.2rem; border: 1px solid rgba(51,181,139,.35); border-radius: 18px; background: #fff; }
.mw-marketing-preview-notice > span { grid-row: span 2; align-self: start; padding: .2rem .55rem; border-radius: 999px; background: #dff7ee; color: #096b4e; font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.mw-marketing-preview-notice > strong { color: var(--mw-navy); }
.mw-marketing-preview-notice > p { margin: 0; color: #536a7b; }
.mw-marketing-preview-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 1.2rem; }
.mw-marketing-preview-card { overflow: hidden; border: 1px solid var(--mw-line); border-radius: 26px; background: #fff; box-shadow: 0 14px 36px rgba(7,28,51,.08); }
.mw-marketing-preview-card__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: var(--mw-navy); color: #fff; }
.mw-marketing-preview-card__head span { color: #54d9b0; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mw-marketing-preview-card > img { display: block; width: 100%; height: 250px; padding: 1.25rem; object-fit: contain; background: #061728; }
.mw-marketing-preview-card__body { padding: 1.4rem; }
.mw-marketing-preview-card__body p { color: #405a6e; }
.mw-marketing-preview-card__body > p:first-child { margin-top: 0; color: var(--mw-navy); font-weight: 700; }
.mw-marketing-preview-card__body a { color: var(--mw-blue); font-weight: 850; overflow-wrap: anywhere; }
.mw-marketing-preview-card__tags { color: #0b8060 !important; font-weight: 800; }
.mw-marketing-preview-card details { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--mw-line); }
.mw-marketing-preview-card summary { cursor: pointer; color: var(--mw-blue); font-weight: 850; }
.mw-marketing-section { max-width: 1500px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.mw-marketing-section__heading { max-width: 780px; margin-bottom: 2rem; }
.mw-marketing-section h2, .mw-marketing-support h2 { margin: 0; color: var(--mw-navy); font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.03; letter-spacing: -0.045em; }
.mw-marketing-section__heading > p:last-child { color: #4f6578; font-size: 1.05rem; }
.mw-marketing-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mw-marketing-card { position: relative; display: grid; min-height: 310px; padding: clamp(1.5rem, 3vw, 2.4rem); overflow: hidden; border: 1px solid var(--mw-line); border-radius: 28px; background: #fff; box-shadow: 0 12px 34px rgba(7,28,51,0.07); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.mw-marketing-card:hover { transform: translateY(-5px); box-shadow: var(--mw-shadow); }
.mw-marketing-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -65px; bottom: -70px; border-radius: 50%; background: var(--card-glow, rgba(103,199,231,0.2)); }
.mw-marketing-card__icon, .mw-marketing-card > img { width: 72px; height: 72px; margin-bottom: auto; border-radius: 18px; object-fit: contain; font-size: 3.3rem; line-height: 1; }
.mw-marketing-card__kicker { margin-top: 1.8rem; color: var(--mw-blue); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.mw-marketing-card strong { margin-top: 0.25rem; color: var(--mw-navy); font-size: clamp(1.35rem, 2vw, 2rem); }
.mw-marketing-card > span:not(.mw-marketing-card__icon):not(.mw-marketing-card__kicker) { max-width: 520px; color: #4f6578; }
.mw-marketing-card em { position: relative; z-index: 2; margin-top: 1rem; color: var(--mw-blue); font-style: normal; font-weight: 850; }
.mw-marketing-card--packages { --card-glow: rgba(243,184,63,0.23); }
.mw-marketing-card--worlds { --card-glow: rgba(51,181,139,0.22); }
.mw-marketing-card--games { --card-glow: rgba(130,104,207,0.2); }

.mw-marketing-recommender { max-width: none; padding-inline: max(1.25rem, calc((100% - 1400px)/2)); background: var(--mw-navy); color: #fff; }
.mw-marketing-recommender h2 { color: #fff; }
.mw-marketing-recommender .mw-marketing-section__heading > p:last-child { color: rgba(255,255,255,0.7); }
.mw-marketing-compass { display: grid; gap: 1rem; }
.mw-marketing-compass fieldset { margin: 0; padding: 1.3rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; background: rgba(255,255,255,0.05); }
.mw-marketing-compass legend { padding: 0 0.45rem; font-weight: 850; }
.mw-marketing-choice-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.mw-marketing-choice-row label { cursor: pointer; }
.mw-marketing-choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.mw-marketing-choice-row span { display: inline-flex; min-height: 44px; align-items: center; padding: 0.55rem 0.9rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; color: rgba(255,255,255,0.82); font-weight: 750; }
.mw-marketing-choice-row input:checked + span { border-color: #54d9b0; background: #54d9b0; color: #08223a; }
.mw-marketing-choice-row input:focus-visible + span { outline: 3px solid var(--mw-gold); outline-offset: 2px; }
.mw-marketing-compass > .mw-marketing-button { justify-self: start; margin-top: 0.5rem; }
.mw-marketing-results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0.8rem; margin-top: 2rem; }
.mw-marketing-result { display: grid; gap: 0.4rem; min-height: 185px; padding: 1.2rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; background: rgba(255,255,255,0.09); text-decoration: none; }
.mw-marketing-result span { color: #54d9b0; font-size: 0.75rem; font-weight: 900; text-transform: uppercase; }
.mw-marketing-result strong { font-size: 1.25rem; }
.mw-marketing-result p { margin: 0; color: rgba(255,255,255,0.72); }
.mw-marketing-result em { margin-top: auto; color: var(--mw-gold); font-style: normal; font-weight: 850; }

.mw-marketing-path { max-width: none; padding-inline: max(1.25rem, calc((100% - 1400px)/2)); background: #eaf4f7; }
.mw-marketing-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.mw-marketing-steps li { padding: 1.4rem; border-top: 2px solid var(--mw-sky); }
.mw-marketing-steps li > span { display: block; color: var(--mw-blue); font-size: 0.76rem; font-weight: 900; }
.mw-marketing-steps strong { display: block; margin-top: 0.7rem; color: var(--mw-navy); font-size: 1.2rem; }
.mw-marketing-steps p { color: #4f6578; }

.mw-marketing-share { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
.mw-marketing-share h2 { max-width: 620px; }
.mw-marketing-share__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; padding: 2rem; border-radius: 28px; background: var(--mw-blue); color: #fff; box-shadow: var(--mw-shadow); }
.mw-marketing-share__status { width: 100%; min-height: 1.5em; margin: 0.3rem 0 0; color: rgba(255,255,255,0.75); }
.mw-marketing-community { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 3rem; border-top: 1px solid var(--mw-line); }
.mw-marketing-community__links { display: grid; gap: 0.75rem; }
.mw-marketing-community__links a { display: grid; padding: 1.25rem; border: 1px solid var(--mw-line); border-radius: 18px; background: #fff; text-decoration: none; }
.mw-marketing-community__links strong { color: var(--mw-blue); }
.mw-marketing-community__links span { color: #4f6578; }

.mw-marketing-support { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(3rem,6vw,5rem) max(1.25rem,calc((100% - 1400px)/2)); background: #fff6de; }
.mw-marketing-support p:not(.mw-marketing-eyebrow) { max-width: 850px; color: #5d5b53; }
.mw-marketing-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.25rem,5vw,5rem); background: #061728; color: rgba(255,255,255,0.74); }
.mw-marketing-footer p { max-width: 600px; margin: 0.8rem 0 0; }
.mw-marketing-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 0.7rem 1.2rem; }
.mw-marketing-footer nav a { color: rgba(255,255,255,0.76); }

@media (max-width: 900px) {
	.mw-marketing-hero { grid-template-columns: 1fr; min-height: auto; }
	.mw-marketing-orbit { width: min(82vw, 480px); }
	.mw-marketing-results { grid-template-columns: 1fr; }
	.mw-marketing-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.mw-marketing-share, .mw-marketing-community { grid-template-columns: 1fr; }
	.mw-marketing-support { grid-template-columns: 1fr; }
	.mw-marketing-library__intro { align-items: start; flex-direction: column; }
	.mw-marketing-library__channels { grid-template-columns: 1fr; }
	.mw-marketing-preview-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.mw-marketing-topbar { display: grid; grid-template-columns: auto minmax(0,1fr); min-height: 64px; padding-inline: 1rem; }
	.mw-marketing-topbar .mw-marketing-brand span { display: none; }
	.mw-marketing-nav { min-width: 0; max-width: none; justify-content: flex-start; gap: 1rem; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
	.mw-marketing-hero { padding-top: 3.5rem; }
	.mw-marketing-hero h1 { font-size: clamp(2.75rem,14vw,4.3rem); }
	.mw-marketing-card-grid, .mw-marketing-steps { grid-template-columns: 1fr; }
	.mw-marketing-card { min-height: 290px; }
	.mw-marketing-choice-row { display: grid; grid-template-columns: 1fr 1fr; }
	.mw-marketing-choice-row span { width: 100%; justify-content: center; text-align: center; }
	.mw-marketing-share__actions .mw-marketing-button { width: 100%; }
	.mw-marketing-footer { display: grid; }
	.mw-marketing-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media print {
	.mw-marketing-topbar, .mw-marketing-actions, .mw-marketing-share__actions, .mw-marketing-compass, .mw-marketing-footer { display: none !important; }
	.mw-marketing-hero { min-height: auto; padding: 2rem; background: #fff; color: #000; }
	.mw-marketing-hero h1, .mw-marketing-section h2 { color: #000; }
	.mw-marketing-orbit { display: none; }
	.mw-marketing-section { padding: 2rem; }
}
