@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 500 800;
  font-display: optional;
  src: url("/assets/marketing-v4/league-spartan.ca28d49eaebc.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/assets/marketing-v4/lato-regular.1cc67237b616.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700 900;
  font-display: optional;
  src: url("/assets/marketing-v4/lato-bold.4a2bc021628b.woff2") format("woff2");
}

:root {
  --m3-paper: #ffffff;
  --m3-ink: #0b1020;
  --m3-muted: #596174;
  --m3-line: rgba(30, 42, 72, .12);
  --m3-line-strong: rgba(30, 42, 72, .22);
  --m3-purple: #6550f5;
  --m3-purple-soft: #b6aaff;
  --m3-blue: #5e8bff;
  --m3-blue-soft: #bdebff;
  --m3-pink: #ff87cf;
  --m3-green: #16c784;
  --m3-gold: #ffc700;
  --m3-soft: #eef1f8;
  --m3-cinematic-top: #f2f4f8;
  --m3-canvas: #f2f4f8;
  --m3-glass: rgba(255, 255, 255, .84);
  --m3-glass-strong: rgba(255, 255, 255, .94);
  --m3-selected: rgba(242, 239, 255, .94);
  --m3-edge: clamp(20px, 4.4vw, 64px);
  --m3-header: 64px;
  --m3-max: 1184px;
  --m3-radius: 16px;
  --m3-shadow: 0 12px 34px rgba(26, 35, 66, .08), inset 0 1px 0 rgba(255, 255, 255, .82);
  --m3-shadow-high: 0 26px 72px rgba(26, 35, 66, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
  --m3-ease: cubic-bezier(.2, .8, .2, 1);
}

html {
  color-scheme: light;
  background: var(--m3-cinematic-top);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body[data-page="marketing-v3"] {
  position: relative;
  isolation: isolate;
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  padding-bottom: 108px;
  color: var(--m3-ink);
  background: var(--m3-canvas);
  font: 400 16px/1.5 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-page="marketing-v3"] *,
body[data-page="marketing-v3"] *::before,
body[data-page="marketing-v3"] *::after { box-sizing: border-box; }

body[data-page="marketing-v3"] :focus-visible {
  outline: 3px solid rgba(101, 80, 245, .48);
  outline-offset: 3px;
}

button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 300;
  top: 8px;
  left: 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--m3-ink);
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.world-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  height: calc(var(--m3-header) + env(safe-area-inset-top));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: max(10px, env(safe-area-inset-top)) var(--m3-edge) 10px;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: border-color 180ms var(--m3-ease), box-shadow 180ms var(--m3-ease);
}

.marketing-signin {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  color: var(--m3-ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: background 160ms var(--m3-ease), transform 120ms var(--m3-ease);
}

.marketing-signin:active { transform: translateY(1px); }

.marketing-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trilogy-language-toggle {
  width: 44px;
  height: 44px;
  display: inline-grid;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(23, 27, 25, .12);
  border-radius: 10px;
  color: var(--m3-ink);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 7px 20px rgba(37, 73, 150, .06);
  font: 900 11px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
  -webkit-backdrop-filter: saturate(130%) blur(12px);
  backdrop-filter: saturate(130%) blur(12px);
  transition: color 120ms var(--m3-ease), background 120ms var(--m3-ease), box-shadow 120ms var(--m3-ease), transform 120ms var(--m3-ease);
}

.trilogy-language-toggle:active { transform: translateY(1px); }

.trilogy-language-toggle:focus-visible {
  outline: 3px solid rgba(101, 80, 245, .34);
  outline-offset: 2px;
}

.marketing-scrolled .world-header {
  border-color: var(--m3-line);
  background: rgba(242, 244, 248, .94);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
  box-shadow: 0 8px 24px rgba(37, 73, 150, .05);
}

.marketing-download {
  min-width: 126px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--m3-ink);
  box-shadow: 0 3px 0 #d8d8dd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  cursor: pointer;
  transition: transform 120ms var(--m3-ease), box-shadow 120ms var(--m3-ease), opacity 160ms var(--m3-ease);
}

.marketing-download:active { transform: translateY(2px); box-shadow: 0 1px 0 #d8d8dd; }

.world-story { position: relative; z-index: 1; isolation: isolate; background: transparent; }
.world-chapter { background: transparent; }

.marketing-light-trail {
  position: absolute;
  z-index: 1;
  top: min(78svh, 720px);
  bottom: 260px;
  left: 50%;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(to bottom,
    transparent 0,
    rgba(101, 80, 245, .16) 8%,
    rgba(101, 80, 245, .24) 28%,
    rgba(101, 80, 245, .10) 48%,
    rgba(101, 80, 245, .22) 72%,
    transparent 100%);
  box-shadow: 0 0 20px rgba(101, 80, 245, .18);
  opacity: .72;
  transform: translateX(-50%);
  pointer-events: none;
}

.world-chapter {
  position: relative;
  width: 100%;
  padding: clamp(72px, 7vw, 104px) var(--m3-edge);
  overflow: clip;
}

.world-chapter::before,
.world-chapter::after { display: none !important; content: none !important; background: none !important; }

.world-chapter > * { position: relative; z-index: 2; }

.marketing-hero-grid,
.world-affiliate-shell,
.marketing-section-shell {
  width: min(100%, var(--m3-max));
  margin: 0 auto;
}

.origin-chapter {
  isolation: isolate;
  min-height: min(860px, 100svh);
  display: grid;
  align-items: center;
  padding-top: calc(var(--m3-header) + 48px);
  padding-bottom: 56px;
  background: transparent;
}

.marketing-cinematic-canvas {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent calc(var(--m3-header) + env(safe-area-inset-top) + 8px), #000 calc(var(--m3-header) + env(safe-area-inset-top) + 112px), #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, transparent calc(var(--m3-header) + env(safe-area-inset-top) + 8px), #000 calc(var(--m3-header) + env(safe-area-inset-top) + 112px), #000 62%, transparent 100%);
  pointer-events: none;
}

.marketing-cinematic-canvas::before,
.marketing-cinematic-canvas::after {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  filter: blur(clamp(76px, 11vw, 168px));
  content: "";
}

.marketing-cinematic-canvas::before {
  width: min(760px, 88vw);
  aspect-ratio: 1;
  top: -36%;
  left: -18%;
  background: rgba(101, 80, 245, .22);
}

.marketing-cinematic-canvas::after {
  width: min(680px, 80vw);
  aspect-ratio: 1;
  top: 30%;
  right: -26%;
  background: rgba(64, 176, 255, .16);
}

.marketing-cinematic-canvas picture,
.marketing-cinematic-canvas img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.marketing-cinematic-canvas img {
  object-fit: cover;
  object-position: center;
  opacity: .34;
  filter: saturate(1.08) contrast(1.02) brightness(1.03) hue-rotate(8deg);
  transform: translate3d(-.35%, -.2%, 0) scale(1.035);
  transform-origin: 72% 65%;
  animation: origin-cinematic-drift 22s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  will-change: transform;
}

@keyframes origin-cinematic-drift {
  to { transform: translate3d(1.1%, .7%, 0) scale(1.065); }
}

.marketing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  align-items: center;
}

.marketing-hero-copy {
  --marketing-opening-gap: clamp(24px, 2.5vw, 32px);
  min-width: 0;
}

.marketing-opening-film {
  width: min(100%, 700px);
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: var(--marketing-opening-gap) 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 18px;
  background: #101114;
  box-shadow: 0 22px 56px rgba(23, 27, 41, .16), inset 0 1px 0 rgba(255, 255, 255, .28);
  object-fit: cover;
}

.marketing-identity,
.marketing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--m3-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.marketing-identity b { color: var(--m3-ink); }
.marketing-identity i { width: 4px; height: 4px; border-radius: 50%; background: var(--m3-purple); }

.marketing-hero-copy h1,
.world-affiliate-copy h2,
.marketing-section-shell > h2 {
  margin: 0;
  color: var(--m3-ink);
  font-family: "League Spartan", "Lato", sans-serif;
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.marketing-hero-copy h1 { max-width: 720px; font-size: clamp(58px, 6vw, 86px); }
.marketing-hero-line { display: block; }
.marketing-hero-online { color: var(--m3-purple); }

.js .marketing-hero-line {
  animation: marketing-hero-line-in 140ms var(--m3-ease) both;
  animation-iteration-count: 1;
}

.js .marketing-hero-line:nth-child(2) { animation-delay: 70ms; }

@keyframes marketing-hero-line-in {
  from { opacity: .68; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.marketing-hero-lead,
.origin-value-copy {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--m3-ink);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.38;
}

#trilogyInstantCheckout { width: min(100%, 700px); margin-top: calc(var(--marketing-opening-gap) + 8px); }
.instant-purchase { width: 100%; }

.instant-offer-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 46px 14px 2px;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.instant-offer-rail::-webkit-scrollbar { display: none; }

.instant-gold-shell {
  flex: 0 0 calc(100% - 44px);
  min-width: 0;
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .72fr);
  grid-template-rows: auto 1fr auto;
  gap: 10px 18px;
  padding: 18px;
  border: 1px solid var(--m3-line);
  border-radius: 16px;
  background: var(--m3-glass-strong);
  box-shadow: var(--m3-shadow);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: border-color 160ms var(--m3-ease), box-shadow 160ms var(--m3-ease), opacity 160ms var(--m3-ease);
}

.instant-gold-shell.is-selected {
  border-color: rgba(101, 80, 245, .34);
  box-shadow: 0 18px 48px rgba(38, 48, 91, .12), inset 0 1px 0 #fff;
}

.instant-offer-summary {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 2px 0;
}

.instant-offer-summary > span {
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.instant-offer-summary > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 9px; }
.instant-offer-summary strong { flex-basis: 100%; font-size: 22px; line-height: 1; letter-spacing: -.025em; }
.instant-offer-summary del { color: #8b8b91; font-size: 12px; }
.instant-offer-summary mark { padding: 3px 7px; border-radius: 7px; color: var(--m3-ink); background: #eeeef2; font-size: 11px; font-weight: 900; }

.instant-benefit-list {
  grid-column: 1;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.instant-benefit-list li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 8px;
  color: #4f4f55;
  background: #f0f0f3;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.instant-checkout-launch,
.instant-wallet-fallback { height: 55px; min-height: 55px; }

.instant-checkout-launch {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
}

.instant-wallet-fallback {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: var(--m3-ink);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 120ms var(--m3-ease), box-shadow 120ms var(--m3-ease), opacity 160ms var(--m3-ease);
}

.instant-wallet-fallback:active { transform: scale(.985); }

html[data-instant-wallet="apple"] .direct-wallet-surface:not([data-wallet-eligibility="resolved-none"]) .direct-card-fallback {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
  color: transparent;
  background: #000;
  box-shadow: none;
}
html[data-instant-wallet="apple"] .direct-wallet-surface:not([data-wallet-eligibility="resolved-none"]) .direct-card-fallback > * { visibility: hidden; }

.instant-wallet-first-byte-copy > span { display: none; }
html[data-instant-wallet="apple"] .direct-wallet-surface:not([data-wallet-eligibility="resolved-none"]) .wallet-copy-apple,
html[data-instant-wallet="google"] .direct-wallet-surface:not([data-wallet-eligibility="resolved-none"]) .wallet-copy-google,
html[data-instant-wallet="generic"] .wallet-copy-card,
.direct-wallet-surface[data-wallet-eligibility="resolved-none"] .wallet-copy-card { display: inline; }

html[data-instant-wallet="google"] .direct-wallet-surface:not([data-wallet-eligibility="resolved-none"]) .direct-card-fallback {
  color: #fff;
  background: #000;
  box-shadow: none;
}

.direct-wallet-surface { position: relative; height: 55px; min-height: 55px; isolation: isolate; overflow: hidden; }
.direct-wallet-mount { position: absolute; z-index: 3; inset: 0; min-height: inherit; visibility: hidden; opacity: 0; pointer-events: none; }
.direct-wallet-mount > * { max-height: 55px; }
.direct-wallet-surface[data-wallet-state="wallet"] .direct-wallet-mount,
.direct-wallet-surface[data-wallet-state="submitting"] .direct-wallet-mount { visibility: visible; opacity: .001; pointer-events: auto; }
.direct-wallet-surface[data-wallet-state="wallet"] .direct-card-fallback,
.direct-wallet-surface[data-wallet-state="submitting"] .direct-card-fallback { visibility: visible; opacity: 1; pointer-events: none; }
.direct-wallet-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.instant-rail-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 12px;
  margin-top: 2px;
}

.instant-rail-progress i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d7d5e2;
  transition: width 160ms var(--m3-ease), background 160ms var(--m3-ease);
}

.instant-rail-progress i.is-active { width: 18px; background: var(--m3-ink); }

.marketing-device {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  background: #fff;
  box-shadow: var(--m3-shadow-high);
}

.marketing-device picture,
.marketing-device img { width: 100%; height: 100%; }
.marketing-device img { object-fit: cover; object-position: top; }

.marketing-device-hero {
  width: min(100%, 374px);
  height: 632px;
  justify-self: end;
  border: 10px solid #fff;
  outline: 32px solid rgba(189, 235, 255, .52);
}

.money-chapter {
  border: 0;
  background: transparent;
}

.world-affiliate-shell {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(480px, 1.32fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}

.world-affiliate-copy h2 { max-width: 430px; font-size: clamp(52px, 5.3vw, 76px); }
.world-affiliate-copy h2 em { color: var(--m3-purple); font: inherit; font-style: normal; }

.world-affiliate-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .42fr);
  gap: 16px 24px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  background: var(--m3-glass-strong);
  box-shadow: var(--m3-shadow-high);
}

.world-affiliate-card::before { position: absolute; inset: 0 auto auto; width: 84px; height: 3px; background: var(--m3-purple); content: ""; }
.world-affiliate-console-head { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--m3-line); }
.world-affiliate-console-head > strong { color: var(--m3-ink); font-size: 11px; font-weight: 900; letter-spacing: .09em; }
.world-affiliate-console-status { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid rgba(17, 17, 17, .08); border-radius: 99px; color: #5b5b65; background: #f2f1f5; font-size: 10px; font-weight: 900; white-space: nowrap; }
.world-affiliate-console-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--m3-purple); box-shadow: 0 0 0 4px rgba(101, 80, 245, .12); }
.world-affiliate-result { grid-column: 1 / -1; display: grid; }
.world-affiliate-result > span { color: #686872; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.world-affiliate-result > strong { margin-top: 6px; color: var(--m3-ink); font: 650 clamp(58px, 6vw, 84px)/.9 "League Spartan", sans-serif; letter-spacing: -.045em; }
.world-affiliate-result > small { margin-top: 8px; color: var(--m3-muted); font-size: 13px; }

.world-affiliate-slider { display: grid; gap: 7px; }
.world-affiliate-slider > span:first-child,
.world-affiliate-readout { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.world-affiliate-slider em { color: var(--m3-purple); font-style: normal; font-weight: 900; }
.world-affiliate-readout small { color: #686872; }
.world-affiliate-readout strong { font-size: 14px; }
.world-affiliate-control { position: relative; height: 44px; display: flex; align-items: center; cursor: ew-resize; touch-action: none; }
.world-affiliate-range-track { position: absolute; right: 0; left: 0; height: 6px; border-radius: 99px; background: #dedde5; }
.world-affiliate-range-fill { position: absolute; inset: 0 auto 0 0; width: var(--affiliate-progress, .6%); border-radius: inherit; background: var(--m3-purple); }
.world-affiliate-range-thumb { position: absolute; top: 50%; left: var(--affiliate-progress, .6%); width: 28px; height: 28px; border: 6px solid #fff; border-radius: 50%; background: #202027; box-shadow: 0 0 0 2px rgba(101, 80, 245, .48), 0 5px 15px rgba(17, 17, 17, .18); transform: translate(-50%, -50%); }
.marketing-affiliate-block [data-affiliate-range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: .001; cursor: ew-resize; pointer-events: auto !important; }

.world-affiliate-annual {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 12px;
  background: #f1f0f4;
}

.world-affiliate-annual span { color: var(--m3-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.world-affiliate-annual strong { color: var(--m3-ink); font-size: 23px; line-height: 1; }

.world-affiliate-disclosure { grid-column: 1 / -1; border-top: 1px solid var(--m3-line); }
.world-affiliate-disclosure summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; color: var(--m3-ink); font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; }
.world-affiliate-disclosure summary::-webkit-details-marker { display: none; }
.world-affiliate-disclosure summary::after { color: var(--m3-purple); font-size: 20px; content: "+"; }
.world-affiliate-disclosure[open] summary::after { content: "−"; }
.world-affiliate-disclosure:not([open]) > :not(summary) { display: none; }
.world-affiliate-tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.world-affiliate-tiers article { display: grid; gap: 2px; padding: 10px; border: 1px solid var(--m3-line); border-radius: 10px; background: #fff; text-align: center; }
.world-affiliate-tiers span { color: var(--m3-muted); font-size: 11px; }
.world-affiliate-tiers strong { font-size: 15px; }
.world-affiliate-tiers article.is-complete { border-color: rgba(101, 80, 245, .28); background: #eeebff; }
.world-affiliate-tiers article.is-active { box-shadow: inset 0 0 0 1px var(--m3-purple); }
.world-affiliate-disclosure p { margin: 10px 0 0; color: var(--m3-muted); font-size: 12px; }
.world-affiliate-note { grid-column: 1 / -1; margin: -5px 0 0; color: #73737c; font-size: 11px; line-height: 1.45; }

.world-affiliate-flow { grid-column: 1 / -1; padding: clamp(24px, 3.6vw, 44px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--m3-radius); color: #fff; background: #17171d; box-shadow: 0 24px 64px rgba(23, 23, 29, .14); }
.world-affiliate-flow > header { display: block; }
.world-affiliate-flow h3 { max-width: 600px; margin: 7px 0 0; font: 650 clamp(34px, 4vw, 54px)/1 "League Spartan", sans-serif; letter-spacing: -.035em; }
.world-affiliate-flow ol { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 38px 0 0; padding: 0; list-style: none; }
.world-affiliate-flow ol::before,
.world-affiliate-flow ol::after { position: absolute; z-index: 0; top: 18px; right: 9%; left: 3%; height: 1px; content: ""; }
.world-affiliate-flow ol::before { background: #3b3b45; }
.world-affiliate-flow ol::after { background: var(--m3-purple); transform: scaleX(0); transform-origin: left center; transition: transform 1.35s cubic-bezier(.22, .78, .22, 1) 140ms; }
.world-affiliate-flow.is-visible ol::after { transform: scaleX(1); }
.world-affiliate-flow li { --affiliate-stage-delay: 180ms; position: relative; z-index: 1; min-width: 0; display: grid; align-content: start; gap: 14px; }
.world-affiliate-flow li:nth-child(2) { --affiliate-stage-delay: 430ms; }
.world-affiliate-flow li:nth-child(3) { --affiliate-stage-delay: 680ms; }
.world-affiliate-flow li:nth-child(4) { --affiliate-stage-delay: 930ms; }
.world-affiliate-flow li:nth-child(5) { --affiliate-stage-delay: 1180ms; }
.js .world-affiliate-flow li { opacity: 1; transform: none; }
.world-affiliate-flow li > b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #4a4a55; border-radius: 50%; color: #fff; background: #222229; font-size: 10px; font-weight: 900; box-shadow: 0 0 0 7px #17171d; transition: border-color 260ms var(--m3-ease) var(--affiliate-stage-delay), background-color 260ms var(--m3-ease) var(--affiliate-stage-delay), box-shadow 260ms var(--m3-ease) var(--affiliate-stage-delay); }
.world-affiliate-flow.is-visible li > b { border-color: rgba(168, 156, 255, .88); background: var(--m3-purple); box-shadow: 0 0 0 7px #17171d, 0 0 0 0 rgba(101, 80, 245, 0); animation: affiliate-stage-pulse 7.5s ease-in-out calc(var(--affiliate-stage-delay) + 1.65s) infinite; }
.world-affiliate-flow li strong { font-size: 13px; }
.world-affiliate-flow footer { min-height: 44px; display: flex; align-items: center; gap: 10px; margin-top: 30px; padding-top: 18px; border-top: 1px solid #303039; color: #c8c8d0; font-size: 11px; font-weight: 700; }
.world-affiliate-flow footer i { width: 7px; height: 7px; border-radius: 50%; background: var(--m3-purple); box-shadow: 0 0 0 4px rgba(101, 80, 245, .15); }

@keyframes affiliate-stage-pulse {
  0%, 14%, 100% { transform: scale(1); box-shadow: 0 0 0 7px #17171d, 0 0 0 0 rgba(101, 80, 245, 0); }
  5% { transform: scale(1.08); box-shadow: 0 0 0 7px #17171d, 0 0 0 8px rgba(101, 80, 245, .16); }
}

.product-chapter {
  background: transparent;
}

.marketing-section-shell > h2 { max-width: 780px; font-size: clamp(46px, 4.8vw, 64px); }
.marketing-product-path { margin: 18px 0 0; color: var(--m3-muted); font-size: 14px; font-weight: 700; }

.marketing-story-stage { margin-top: 48px; }
.marketing-story-rail { display: grid; gap: 24px; }

.marketing-story-progress {
  display: none;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 16px;
  color: #54545b;
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.marketing-story-progress i { height: 2px; overflow: hidden; border-radius: 999px; background: #dedee5; }
.marketing-story-progress b { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--m3-purple); transform: scaleX(var(--product-story-progress, .125)); transform-origin: left center; transition: transform 150ms cubic-bezier(.22, .78, .22, 1); }

.marketing-story-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, 1.18fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  overflow: hidden;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--m3-line);
  border-radius: 16px;
  background: var(--m3-glass);
  box-shadow: var(--m3-shadow-high);
}

.marketing-story-card:nth-child(2),
.marketing-story-card:nth-child(3) { background: var(--m3-glass); }
.marketing-story-card:nth-child(even) .marketing-story-copy { order: 2; }
.marketing-story-card:nth-child(even) .marketing-story-shift { order: 1; }
.marketing-story-copy > span { color: #54545b; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.marketing-story-card h3 { max-width: 460px; margin: 12px 0 0; font: 650 clamp(36px, 3.7vw, 52px)/1 "League Spartan", sans-serif; letter-spacing: -.03em; }
.marketing-story-card p { margin: 16px 0 0; color: var(--m3-muted); font-size: 17px; }
.marketing-story-shift {
  position: relative;
  isolation: isolate;
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 22px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 16px;
  background: rgba(241, 243, 250, .9);
}
.marketing-story-shift::before {
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  right: -100px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(101, 80, 245, .12);
  filter: blur(34px);
  content: "";
}
.marketing-story-shift > div { display: grid; gap: 6px; }
.marketing-story-shift small { color: #6b6b73; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.marketing-story-shift strong { max-width: 420px; color: #25252b; font: 650 clamp(25px, 2.5vw, 36px)/1.04 "League Spartan", sans-serif; letter-spacing: -.025em; }
.marketing-story-shift > div:last-child strong { color: var(--m3-purple); }
.marketing-story-shift i { position: relative; display: block; height: 1px; background: rgba(101, 80, 245, .62); }
.marketing-story-shift i::after { position: absolute; width: 7px; height: 7px; top: -3px; right: 0; border-radius: 50%; background: var(--m3-purple); content: ""; }
.marketing-story-join {
  min-height: 48px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--m3-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 140ms ease, background-color 140ms ease;
}
.marketing-story-join:hover { background: #29292f; transform: translateY(-1px); }
.marketing-story-join:active { transform: translateY(1px); }

.evolution-chapter {
  border: 0;
  background: transparent;
}

.marketing-offer-grid { width: min(100%, 1080px); display: grid; gap: 12px; margin-top: 40px; }
.marketing-offer-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, .9fr) minmax(230px, .75fr) minmax(190px, .55fr);
  align-items: center;
  gap: 16px 24px;
  padding: 20px 22px;
  border: 1px solid var(--m3-line);
  border-radius: 18px;
  background: var(--m3-glass-strong);
  box-shadow: var(--m3-shadow);
  transition: transform 160ms var(--m3-ease), border-color 160ms var(--m3-ease), box-shadow 160ms var(--m3-ease);
}

.marketing-offer-card.is-selected { border-color: rgba(101, 80, 245, .72); background: var(--m3-selected); box-shadow: 0 20px 52px rgba(49, 38, 112, .14), inset 0 1px 0 #fff; transition-property: transform, box-shadow; }
.marketing-offer-copy { min-width: 0; display: grid; justify-items: start; gap: 6px; }
.marketing-offer-label { width: max-content; padding: 4px 7px; border: 1px solid rgba(101, 80, 245, .24); border-radius: 7px; color: #5140cf; background: #eeebff; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.marketing-offer-card h3 { margin: 0; font: 650 23px/1 "League Spartan", sans-serif; letter-spacing: -.025em; }
.marketing-offer-purpose { margin: 0; color: var(--m3-ink); font-size: 14px; font-weight: 900; line-height: 1.25; }
.marketing-offer-benefits { margin: 0; color: var(--m3-muted); font-size: 11px; font-weight: 700; line-height: 1.35; }
.marketing-offer-price { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; margin: 0; }
.marketing-offer-price > span { display: flex; flex-basis: 100%; flex-wrap: wrap; align-items: baseline; gap: 6px; font-size: 26px; font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.marketing-offer-price small { color: var(--m3-muted); font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: 0; white-space: nowrap; }
.marketing-offer-price del { color: #8d8d92; font-size: 12px; }
.marketing-offer-price mark { padding: 3px 7px; border-radius: 7px; color: var(--m3-ink); background: #eeeeF2; font-size: 11px; font-weight: 900; }
.marketing-offer-buy { grid-column: 3; grid-row: 1 / 3; min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 0 16px; border-radius: 12px; color: #fff; background: var(--m3-ink); font-size: 16px; font-weight: 900; line-height: 1.15; text-align: center; text-decoration: none; transition: transform 120ms var(--m3-ease), opacity 160ms var(--m3-ease); }
.marketing-offer-buy:active { transform: scale(.985); }
.marketing-offer-wallet { grid-column: 3; grid-row: 1 / 3; height: 55px; min-height: 55px; align-self: center; border-radius: 12px; }
.marketing-offer-wallet .marketing-offer-buy { width: 100%; height: 55px; min-height: 55px; }

.essentials-chapter { padding-top: 0; padding-bottom: 72px; background: transparent; }
.marketing-faq-grid { width: min(100%, 1080px); display: grid; margin: 30px 0 0; border-top: 1px solid var(--m3-line); }
.marketing-faq-grid details { border-bottom: 1px solid var(--m3-line); }
.marketing-faq-grid summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-weight: 900; line-height: 1.3; cursor: pointer; list-style: none; }
.marketing-faq-grid summary::-webkit-details-marker { display: none; }
.marketing-faq-grid summary::after { flex: 0 0 auto; color: var(--m3-purple); font-size: 21px; content: "+"; }
.marketing-faq-grid details[open] summary::after { content: "−"; }
.marketing-faq-grid p { max-width: 760px; margin: 0; padding: 0 0 24px; color: var(--m3-muted); font-size: 15px; line-height: 1.65; }

.world-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px var(--m3-edge) 40px;
  border-top: 1px solid var(--m3-line);
  color: #77777c;
  background: transparent;
  font-size: 12px;
}

.world-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.world-footer a { min-height: 36px; display: inline-flex; align-items: center; color: inherit; }

.marketing-purchase-dock {
  position: fixed;
  z-index: 100;
  right: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  width: min(calc(100% - 24px), 610px);
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .9fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--m3-line);
  border-radius: 18px;
  background: var(--m3-glass-strong);
  box-shadow: 0 22px 64px rgba(20, 29, 59, .16), inset 0 1px 0 #fff;
  transform: translateX(50%);
  transition: opacity 160ms var(--m3-ease), visibility 160ms var(--m3-ease), transform 160ms var(--m3-ease);
}

.js:not(.marketing-dock-ready) .marketing-purchase-dock,
.marketing-inline-payment-visible .marketing-purchase-dock {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 12px);
}

.marketing-dock-offer {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 2px;
  padding: 0 12px;
  border: 0;
  border-radius: 11px;
  color: var(--m3-ink);
  background: #f3f2f8;
  cursor: pointer;
}

.marketing-dock-offer strong,
.marketing-dock-offer span { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.marketing-dock-offer strong { font-size: 12px; }
.marketing-dock-offer span { color: var(--m3-muted); font-size: 12px; }
.marketing-dock-buy { display: flex; align-items: center; justify-content: center; border-radius: 11px; color: #fff; background: var(--m3-ink); font-size: 15px; font-weight: 900; text-align: center; text-decoration: none; }
.marketing-dock-wallet { min-width: 0; height: 55px; min-height: 55px; border-radius: 11px; }
.marketing-dock-wallet .marketing-dock-buy { width: 100%; height: 55px; min-height: 55px; }

.marketing-offer-sheet,
.marketing-express-checkout {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 18px;
  background: rgba(17, 17, 17, .42);
}

.marketing-offer-sheet-panel,
.marketing-express-panel {
  width: min(100%, 560px);
  max-height: min(92dvh, 820px);
  overflow: auto;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 17, 17, .22);
}

.marketing-express-panel { padding: 16px; }
.marketing-offer-sheet-head,
.marketing-express-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.marketing-offer-sheet-head strong,
.marketing-express-head strong { font-size: 14px; }
.marketing-express-head div { display: grid; }
.marketing-express-head span { color: var(--m3-muted); font-size: 13px; }
.marketing-offer-sheet-head button,
.marketing-express-head button { width: 44px; height: 44px; border: 0; border-radius: 10px; color: var(--m3-ink); background: #f1f1f5; font-size: 24px; cursor: pointer; }
.marketing-sheet-options { display: grid; gap: 8px; }
.marketing-sheet-options button { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 15px; border: 1px solid var(--m3-line); border-radius: 12px; color: var(--m3-ink); background: #fff; font-size: 13px; font-weight: 900; cursor: pointer; }
.marketing-sheet-options button.is-selected { border-color: var(--m3-purple); background: #eeebff; }

#marketingStripeCheckoutRoot { min-height: 340px; }
.marketing-checkout-first-frame { min-height: 340px; display: grid; place-items: center; align-content: center; gap: 14px; color: var(--m3-muted); text-align: center; }
.marketing-checkout-first-frame > span { width: 34px; height: 34px; border: 4px solid #dfdafb; border-top-color: var(--m3-purple); border-radius: 50%; animation: marketing-spin .75s linear infinite; }
.marketing-checkout-load-error { min-height: 300px; display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; }
.marketing-checkout-load-error button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 10px; color: #fff; background: var(--m3-purple); font-weight: 900; }
@keyframes marketing-spin { to { transform: rotate(360deg); } }

.marketing-download-sheet img { margin: 18px auto; border-radius: 14px; }
.marketing-download-sheet p { color: var(--m3-muted); text-align: center; }
.marketing-download-sheet .marketing-offer-buy { min-height: 52px; }
.marketing-sheet-open { overflow: hidden; }
.noscript-message { position: fixed; z-index: 220; right: 12px; bottom: 100px; left: 12px; padding: 13px; border-radius: 10px; color: #fff; background: var(--m3-ink); text-align: center; }

/* Tactile interaction layer: transform/paint only, so presses never reflow. */
.marketing-signin,
.marketing-download,
.instant-wallet-fallback,
.marketing-offer-buy,
.marketing-dock-offer,
.marketing-dock-buy,
.marketing-offer-sheet-head button,
.marketing-express-head button,
.marketing-sheet-options button,
.marketing-checkout-load-error button,
.marketing-faq-grid summary,
.direct-wallet-surface {
  -webkit-user-select: none;
  user-select: none;
  transition-duration: 140ms;
  transition-timing-function: var(--m3-ease);
}

.marketing-signin[data-pressed="true"],
.marketing-download[data-pressed="true"],
.instant-wallet-fallback[data-pressed="true"],
.marketing-offer-buy[data-pressed="true"],
.marketing-dock-offer[data-pressed="true"],
.marketing-dock-buy[data-pressed="true"],
.marketing-offer-sheet-head button[data-pressed="true"],
.marketing-express-head button[data-pressed="true"],
.marketing-sheet-options button[data-pressed="true"],
.marketing-checkout-load-error button[data-pressed="true"],
.marketing-faq-grid summary[data-pressed="true"],
.direct-wallet-surface[data-pressed="true"] {
  filter: brightness(.95);
  transform: translateY(1px) scale(.985);
}

.marketing-signin[data-pressed="true"],
.marketing-dock-offer[data-pressed="true"],
.marketing-offer-sheet-head button[data-pressed="true"],
.marketing-express-head button[data-pressed="true"],
.marketing-sheet-options button[data-pressed="true"],
.marketing-faq-grid summary[data-pressed="true"] { background-color: #ebe9f4; }

.marketing-story-rail { scroll-snap-stop: always; }

@media (max-width: 760px) {
  .marketing-light-trail {
    display: none;
    background: none;
    box-shadow: none;
    opacity: 0;
  }

  .marketing-story-rail {
    touch-action: pan-x pan-y pinch-zoom;
    scroll-snap-type: x mandatory;
  }

  .marketing-story-card { scroll-snap-stop: always; }
}

@media (hover: hover) and (pointer: fine) {
  .marketing-signin:hover { background: var(--m3-soft); }
  .trilogy-language-toggle:hover { background: #fff; box-shadow: 0 7px 20px rgba(37, 73, 150, .1); }
  .marketing-download:hover { opacity: .88; }
  .instant-wallet-fallback:hover { opacity: .92; }
  .marketing-offer-card:hover { border-color: var(--m3-line-strong); box-shadow: var(--m3-shadow); }
  .marketing-offer-buy:hover { opacity: .86; }
}

@media (max-width: 980px) {
  .marketing-hero-grid { grid-template-columns: minmax(0, 700px); }
  .world-affiliate-shell { grid-template-columns: 1fr; gap: 36px; }
  .world-affiliate-copy h2 { max-width: 720px; }
  .marketing-offer-card { grid-template-columns: minmax(190px, .75fr) minmax(180px, .65fr) minmax(180px, .7fr); }
  .marketing-offer-buy,
  .marketing-offer-wallet { grid-column: 3; }
}

@media (max-width: 760px) {
  :root { --m3-edge: 16px; --m3-header: 60px; }
  body[data-page="marketing-v3"] { padding-bottom: 98px; }
  .world-header { padding-right: 16px; }
  .trilogy-language-toggle {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 14px rgba(37, 73, 150, .05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .marketing-scrolled .world-header {
    background: rgba(242, 244, 248, .985);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .world-chapter { padding: 72px 16px; }
  .origin-chapter { min-height: 100svh; padding-top: calc(var(--m3-header) + 24px); padding-bottom: 30px; }
  .marketing-cinematic-canvas::before { width: 112vw; top: -24%; left: -46%; }
  .marketing-cinematic-canvas::after { width: 104vw; top: 48%; right: -52%; }
  .marketing-cinematic-canvas img { object-position: center; opacity: .38; transform: scale(1.04); animation: none; will-change: auto; }
  .marketing-hero-grid { min-height: calc(100svh - var(--m3-header) - 54px); grid-template-columns: 1fr; align-content: center; }
  .marketing-opening-film { width: 100%; margin: var(--marketing-opening-gap) 0 0; border-radius: 14px; box-shadow: 0 14px 34px rgba(23, 27, 41, .14); }
  .marketing-hero-copy h1 { max-width: 520px; font-size: clamp(49px, 14.4vw, 67px); }
  .marketing-hero-lead { max-width: 350px; margin-top: 14px; font-size: 16px; }
  #trilogyInstantCheckout { width: calc(100% + 18px); margin-top: calc(var(--marketing-opening-gap) + 8px); }
  .instant-offer-rail { gap: 10px; padding: 2px 40px 12px 2px; }
  .instant-gold-shell { flex-basis: calc(100% - 38px); min-height: 236px; grid-template-columns: 1fr; grid-template-rows: auto auto 55px; gap: 11px; padding: 16px; border-radius: 16px; }
  .instant-offer-summary { padding: 0; }
  .instant-offer-summary strong { font-size: 18px; }
  .instant-benefit-list { grid-column: 1; grid-row: 2; align-self: start; }
  .instant-benefit-list li { min-height: 26px; padding: 0 8px; font-size: 10px; }
  .instant-checkout-launch { grid-column: 1; grid-row: 3; width: 100%; }
  .instant-wallet-fallback { font-size: 16px; }
  .marketing-affiliate-block { padding-top: 56px; padding-bottom: 56px; }
  .world-affiliate-shell { gap: 20px; }
  .world-affiliate-copy h2 { font-size: clamp(40px, 11vw, 48px); line-height: .95; }
  .world-affiliate-card { grid-template-columns: 1fr; gap: 12px; padding: 20px 18px; border-radius: 16px; box-shadow: 0 16px 42px rgba(38, 34, 62, .08); }
  .world-affiliate-console-head { gap: 12px; padding-bottom: 12px; }
  .world-affiliate-console-status { padding: 0 9px; font-size: 9px; }
  .world-affiliate-result,
  .world-affiliate-disclosure,
  .world-affiliate-note { grid-column: 1; }
  .world-affiliate-result > strong { font-size: clamp(58px, 18vw, 76px); }
  .world-affiliate-annual { padding: 14px 15px; }
  .world-affiliate-tiers { gap: 5px; }
  .world-affiliate-tiers article { padding: 9px 4px; }
  .world-affiliate-flow { padding: 22px 20px; border-radius: 16px; box-shadow: 0 12px 28px rgba(23, 23, 29, .08); }
  .world-affiliate-flow h3 { font-size: clamp(32px, 9.5vw, 40px); }
  .world-affiliate-flow ol { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }
  .world-affiliate-flow ol::before,
  .world-affiliate-flow ol::after { top: 8px; right: auto; bottom: 8px; left: 18px; width: 1px; height: auto; }
  .world-affiliate-flow ol::after { transform: scaleY(0); transform-origin: center top; }
  .world-affiliate-flow.is-visible ol::after { transform: scaleY(1); }
  .world-affiliate-flow li { grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 14px; }
  .world-affiliate-flow li > b { box-shadow: 0 0 0 6px #17171d; }
  .js .world-affiliate-flow.is-mobile-choreography li,
  .js .world-affiliate-flow.is-mobile-choreography li.is-complete { opacity: 1; transform: none; }
  .world-affiliate-flow.is-mobile-choreography ol::after { transform: scaleY(var(--affiliate-flow-progress, 0)); transition: transform 420ms cubic-bezier(.22, .78, .22, 1); }
  .world-affiliate-flow.is-mobile-choreography li > b { border-color: #4a4a55; background: #222229; box-shadow: 0 0 0 6px #17171d; animation: none; transition-delay: 0ms; }
  .world-affiliate-flow.is-mobile-choreography li.is-complete > b { border-color: rgba(168, 156, 255, .88); background: var(--m3-purple); }
  .world-affiliate-flow.is-mobile-choreography li.is-current > b { box-shadow: 0 0 0 6px #17171d, 0 0 0 0 rgba(101, 80, 245, 0); animation: affiliate-stage-pulse 5.8s ease-in-out 620ms infinite; }
  .world-affiliate-flow footer { min-height: 0; margin-top: 18px; padding-top: 14px; }
  .product-chapter { padding-right: 0; padding-left: 0; }
  .marketing-product-shell > .marketing-kicker,
  .marketing-product-shell > h2,
  .marketing-product-path { margin-right: 16px; margin-left: 16px; }
  .marketing-section-shell > h2 { font-size: clamp(42px, 11.8vw, 52px); }
  .marketing-product-path { line-height: 1.65; }
  .marketing-story-stage { margin-top: 32px; }
  .marketing-story-rail { display: flex; gap: 12px; padding: 0 16px 18px; overflow-x: auto; scroll-padding-inline: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .marketing-story-rail::-webkit-scrollbar { display: none; }
  .marketing-story-progress { display: grid; }
  .marketing-story-card { min-width: calc(100% - 44px); min-height: 460px; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; align-content: space-between; align-items: start; gap: 24px; padding: 26px 22px; border: 1px solid var(--m3-line); border-radius: 16px; background: var(--m3-glass); scroll-snap-align: start; }
  .marketing-story-card:nth-child(n) { background: var(--m3-glass); }
  .marketing-story-card:nth-child(even) .marketing-story-copy,
  .marketing-story-card:nth-child(even) .marketing-story-shift { order: initial; }
  .marketing-story-card h3 { font-size: clamp(34px, 9.6vw, 40px); }
  .marketing-story-card p { margin-top: 10px; font-size: 15px; }
  .marketing-story-shift { min-height: 192px; padding: 22px; gap: 16px; }
  .marketing-story-shift strong { font-size: clamp(24px, 7vw, 30px); }
  .marketing-story-join { width: 100%; margin-top: 18px; }
  .marketing-offer-grid { gap: 10px; margin-top: 30px; }
  .marketing-offer-card { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 14px; padding: 18px; border-radius: 16px; box-shadow: none; }
  .marketing-offer-card.is-selected { background: var(--m3-selected); }
  .marketing-offer-copy { grid-column: 1; }
  .marketing-offer-card h3 { font-size: 21px; }
  .marketing-offer-purpose { font-size: 13px; }
  .marketing-offer-price { grid-column: 1; grid-row: auto; }
  .marketing-offer-price > span { font-size: 24px; }
  .marketing-offer-wallet { grid-column: 2; grid-row: 1 / 3; min-width: 112px; height: 52px; min-height: 52px; align-self: center; }
  .marketing-offer-wallet .marketing-offer-buy { grid-column: auto; grid-row: auto; min-width: 112px; height: 52px; min-height: 52px; padding: 0 12px; font-size: 14px; }
  .essentials-chapter { padding-top: 0; padding-bottom: 56px; }
  .world-footer { align-items: flex-start; flex-direction: column; padding-bottom: 30px; }
  .marketing-purchase-dock { bottom: max(8px, env(safe-area-inset-bottom)); width: calc(100% - 24px); min-height: 66px; grid-template-columns: minmax(0, 1fr) minmax(136px, .82fr); border-radius: 16px; }
  .marketing-dock-buy { font-size: 14px; }
  .marketing-offer-sheet,
  .marketing-express-checkout { padding: 0; }
  .marketing-offer-sheet-panel,
  .marketing-express-panel { width: 100%; max-height: 94dvh; padding: 18px 18px calc(18px + env(safe-area-inset-bottom)); border-radius: 16px 16px 0 0; }
}

@media (max-width: 370px) {
  :root { --m3-edge: 16px; }
  .world-chapter { padding-right: 16px; padding-left: 16px; }
  .world-header { padding-right: 16px; }
  .marketing-hero-copy h1 { font-size: 47px; }
  .instant-offer-summary strong { font-size: 16px; }
  .instant-benefit-list { gap: 5px; }
  .instant-benefit-list li { padding: 0 7px; }
  .marketing-product-shell > .marketing-kicker,
  .marketing-product-shell > h2,
  .marketing-product-path { margin-right: 16px; margin-left: 16px; }
  .marketing-story-rail { padding-right: 16px; padding-left: 16px; }
  .marketing-offer-buy { min-width: 114px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .000001s !important; animation-iteration-count: 1 !important; transition-duration: .000001s !important; }
  .marketing-cinematic-canvas img { transform: scale(1.04); animation: none; will-change: auto; }
  .js .marketing-hero-line { opacity: 1; transform: none; animation: none; }
  .js .world-affiliate-flow li { opacity: 1; transform: none; }
  .world-affiliate-flow ol::after { transform: none; }
  .world-affiliate-flow li > b,
  .world-affiliate-flow.is-visible li > b { border-color: rgba(168, 156, 255, .88); background: var(--m3-purple); box-shadow: 0 0 0 7px #17171d; animation: none; }
}
